body {
    	min-height: 600px;
}


p {
	color: black !important;
}

h1 {
	text-align: center !important;
	font-size: 24px !important;
}

h2 {
	font-size: 18px !important;
}


/* Fjerne fejl i SP-Pagebuiler i menu, der viser forkert symbol ved undermenuer */
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "Font Awesome 5 Free";
}

/* ------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------- Overskrivning af Helix Ultimate - start ---------------------------------*/
/* ------------------------------------------------------------------------------------------------------------*/


@media (max-width: 992px) {
  .sp-megamenu-parent {
    float: none;
  }
}

.sp-logo {
    margin-bottom: 0 !important;
}


#sp-top1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Hvis topbilledet ligger i sp-top1 */
#sp-top1 img {
    display: block !important;
    margin-bottom: 0 !important;
    vertical-align: bottom !important;
}

/* Andre egenskaber for menuen i toppen */
#sp-header .justify-content-end {
  justify-content: flex-start !important;
}

/* Fjern mellemrum mellem topbillede og menu */
#sp-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* Fjern evt. margin på header-row */
#sp-header .container,
#sp-header .row {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


#sp-main-body {
    padding: 30px 0;
}

#sp-footer, #sp-bottom {
    background: #47566A;
    color: white;
}

.sp-copyright {
  color: white;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 60px;
    font-size: 14px;
    margin: 0;
    color: white !important;
}

/* ------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------Overskrivning af Helix Ultimate - slut ------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------*/



.MitEgetLogo{
	/*background-color: #4B5669 !important;*/
	background-color: #ececec !important;
}


.article-ratings-social-share {    /* Fjern ikoner for sociale medier */
    visibility: hidden !important;
    height: 0px !important;  
    padding: 0rem 0;
    border-top: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    margin-bottom: 0rem;
}


.MinBox
{
	background-color: #f3feec;
	border-style: solid;
	border: thin solid;
	border-color: Black Black Black Black;
	padding: 10px;
  	-moz-box-shadow: inset 0 0 5px 5px #888;
	-webkit-box-shadow: inset 0 0 5px 5px#888;
	box-shadow: inset 0 0 5px 5px #888;
	-ms-border-radius: 10px 0 2em 4pt;
	-moz-border-radius: 10px 0 2em 4pt;
	-webkit-border-radius: 10px 0 2em 4pt;
	-khtml-border-radius: 10px 0 2em 4pt;
}

.layout-boxed .body-innerwrapper {
    max-width: 1000px;
}


@media (max-width: 768px) {
  #sp-header {
    height: auto !important;
  }
}



/* -----------------------------------------------------------------------------------------*/
/* -------------------------------Tabel ud uden farver -------------------------------------*/

/** Start generering af tabeller */

.MinHvideTabel {
  	width: 100%;
  	vertical-align:middle;
	border:1px solid #000000;
	border-width:1px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
}

.MinHvideTabel td{
	border:1px solid #000000;
	border-width:1px;
}

.MinHvideTabel tr:first-child td{
	background: -o-linear-gradient(bottom, #3E70B5 5%, #233549 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3E70B5), color-stop(1, #233549) );
	background: -moz-linear-gradient( center top, #3E70B5 5%, #233549 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a5c7f", endColorstr="#233549");
	background: -o-linear-gradient(top,#3E70B5,233549);
	background-color: #3E70B5;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
}



.faktabox {
  
  border-radius: 10px;
  border: 2px solid;
  border-color: #47566A;
  padding: 15px; 
  width: 100%;
}

.TabelSkifte {
	border-bottom-color: Black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

/* -------------------------------------- Nyheder ------------------ */
.bt-cs .bt-inner .bt-title {
    color: #000000;
    text-transform: none; 
  	font-size: large;
}





/* ------------------------------------- SideMenu start -------------------------------------*/
/* side menu styling */
.side-menu ul > li > a  {
  padding-left: 10px;
}

.side-menu ul li.active > a {
  color: #88b53f;
  background-color: #f1f1f1;
}

.side-menu ul ul li.active > a {
  color: #88b53f;
  background-color: #ffffff;
}

.side-menu ul li a:hover  {
  background-color: #f1f1f1;
}

.side-menu ul ul li a {
  padding-left: 30px;
}


/** Start generering af tabeller */

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #3a5c7f 5%, #233549 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3a5c7f), color-stop(1, #233549) );
	background:-moz-linear-gradient( center top, #3a5c7f 5%, #233549 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a5c7f", endColorstr="#233549");	background: -o-linear-gradient(top,#3a5c7f,233549);

	background-color:#3a5c7f;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #3a5c7f 5%, #233549 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3a5c7f), color-stop(1, #233549) );
	background:-moz-linear-gradient( center top, #3a5c7f 5%, #233549 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a5c7f", endColorstr="#233549");	background: -o-linear-gradient(top,#3a5c7f,233549);

	background-color:#3a5c7f;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* -----------------------------------------------------------------------------------------*/
/* --------------------------- Menuer ------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/

@media (max-width: 992px) {
  .sp-megamenu-parent {
    float: none;
  }
}


	 
.MinMegaMenu {
	color: black !important;
	padding: 0px !important;
}


.MinMegaMenu ul li>a:hover {
	color: white !important;
	background: #47566A !important;
}



/* -----------------------------------------------------------------------------------------*/
/* --------------------------- Menuer ------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/