/* COLOR CONTROL */
::selection{color:#efefef;background-color:#FFA770;}::-moz-selection{color:#efefef;background-color:#FFA770;}

body, .top {background-color: #f5f5f5;}
body, .menu > ul > li > a, .f-boks a, .sidemenu a {color: #444; }
#footer, .menu > ul ul li a  {color: #bcbabb;}
.menu > ul ul, #footer { background-color: #464243;}

.maerkat a img{
	max-height: 70px;
}

.overskrift {
    background-color: #F68C4B;
}

.menu > ul > li a {
    color: #efefef;
}

.menu > ul > li > a:hover, .menu > ul > li.active > a, .menu > ul > li.has-sub:hover > a {
    color: #333;
}

.menu > ul ul > li.active > a, .menu > ul ul li a:hover, .menu > ul ul > a:hover, .menu > ul > li.has-sub > ul > li.has-sub:hover > a { 
    background-color: #F68C4B; 
    color: #fbfbfb; 
}

.sidemenu a:hover, .sidemenu .active > a, .f-boks a:hover h3, a, .cc-foot {
    color: #F68C4B; 
}

.bx-wrapper .bx-controls-direction a {
    background-color: #464243;
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color: #F68C4B;
}

a:hover {
    color: #1d7f89;
}

.menu-collapser, .slimmenu a, .sub-collapser {
    color: #333;
}

@media (max-width: 767px) {
    .f-boks a {
        color: #F68C4B!important;
    }
}

/* COLOR CONTROL END */


html, body {
    height: 100%;
}

body {
    font-size: 12px;
}

#wrap {
    /*min-height: 100%;*/
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -65px;
    padding: 0 0 75px;*/
}

#footer {
    height: 65px;
	padding: 0px 0 0px 0;
	position: relative;
    font-family: 'Oxygen', sans-serif;
    color: #efefef;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    color: #000;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

h1, .h1 {
    font-size: 22px;
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 13px;
}

.content b, .content strong {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    color: #F68C4B; 
    font-size: 14px;
}

.row {
    margin-top: 0px;
}

.banner {
    margin-bottom: 10px;
}

.map {
    margin-bottom: 10px;
}

#map {
    max-width: 100%;
    height: 300px;
}

#map * {
    max-width: none;
}

.center { 
	text-align: center; 
}

.top {
    position: relative;
    background-color: #464243;
    z-index: 7870;
    width: 100%;
    min-height: 20px;
    -moz-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
    box-shadow:0px 0px 6px rgba(0,0,0,0.3);
}

.s-oversigt {
    float: right;
    color: #777;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    margin-top: 21px;
    text-align: right;
}

.s-oversigt .vagt {
    position: relative;
    top: 10px;
    color: #efefef;
    font-size: 13px; 
    text-transform: uppercase;
    font-weight: 700;
}

.s-oversigt .vagt img{
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.s-oversigt a {
    color: #efefef;
    padding: 5px 0px;
}

.s-oversigt a:hover {
    color: #F68C4B;
}

.s-oversigt .activez {
    color: #F68C4B;
    font-weight: 700;
}

.div-pad {
    padding: 10px 0px;
}

.logodiv {
    font-family: 'Oxygen', sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.logodiv .div-mar {
    margin-top: 8px;
    float: left;
}

.logodiv img {
    float: left;
    margin-right: 15px;
}

.logodiv a {
    float: left;
    color: #efefef;
}

.logodiv span{
    display: block;
    float: left;
}

.logodiv .span1 {
    font-size: 11px;
}

.content {
    margin-top: 20px;
    line-height: 1.7em;
}

.overskrift {
    width: 100%;
}

.overskrift h1{
    font-size: 22px;
    margin: 18px 0px;
}

#footer {
    -moz-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.3);
    box-shadow:0px 0px 6px rgba(0,0,0,0.3);
}

#footer p{
    margin-top: 14px;
    margin-bottom: 0px;
}

.filler {
    height: 0px;
    width: 100%;
    position: relative;
    z-index: -1;
}

.bx-wrapper .bx-controls-direction a {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.f-pic {
    float: left;
    height: 105px;
    width: 170px;
    background-position: center center;
    opacity: 1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.f-boks {
    margin-bottom: 15px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.f-boks p {
    margin-bottom: 0px;
}

.f-boks p span {
    position: relative;
    top: 3px;
}

.f-boks a {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.f-boks h3 {
    margin-top: 2px;
    margin-bottom: 10px!important;
}

.f-boks-bg {
    background-color: #000;
    position: relative;
    float: left;
    margin-right: 20px;
}

.fplus {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
    z-index: -1;
}

.f-boks a:hover .f-pic {
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
}

.f-boks a:hover .fplus{
    z-index: 10;
}

.cc {
    display: block;
    margin-top: 10px;
    font-size: 9px;
}

.hide-foot1 {
    display: inline;
}

.hide-foot2 {
    display: none;
}

.cc-foot {
    margin: 0px 5px;
}

.border-container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #e1e1e1;
}

.content {
    padding: 0px 10px 10px 10px;
}

.extra-pad {
    padding: 0px 10px;
}

.streg {
    position: relative;
    text-align: center;
}

.streg:before {
    content: "";
    border-top: 1px solid #e1e1e1;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
}

.streg span {
    padding: 0px 15px;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.content1 ul{
    list-style: none;
}

.content1 ul li{
    position: relative;
}

.content1 ul li:before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #F68C4B;
    position: absolute;
    left: -13px;
    top: 8px;
}

.maerkat {
    margin-top: 10px;
    margin-bottom: 5px;
}

.mar-overskrift-top {
    margin-top: 2px;
}

.border-r-none {
    border-radius: 0px;
}

.slam-h3-mar-top {
    margin-top: 15px;
}

.slam img {
    display: block;
    margin: 0px auto;
}

.img-left {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.tease {
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: #efefef;
    background-color: #F68C4B;
    padding: 10px;
    margin-bottom: 20px;
}

/*     min-width: 768px - max-width: 991px     */
/*                     SM                      */
/* ------------------------------------------- */
/*               max-width: 767px              */
/*                     XS                      */
/* ------------------------------------------- */
/* ved unsponsive, udkommenteres media queries */
@media (min-width: 992px) {
    .left {
        padding-right: 20px;
    }

    .right {
        padding-left: 20px;
        border-left: 1px solid #e1e1e1;
    }

    .left1 {
        padding-right: 20px;
        border-right: 1px solid #e1e1e1;
    }

    .right1 {
        padding-left: 20px;
    }

    .img-left {
        float: right;
        margin: 0px 0px 10px 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .f-pic {
        width: 145px;
        height: 105px;
    }

    #select_menu {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .left {
        padding-right: 20px;
    }
	

    .right {
        padding-left: 20px;
        border-left: 1px solid #e1e1e1;
    }

    .left1 {
        padding-right: 20px;
        border-right: 1px solid #e1e1e1;
    }

    .right1 {
        padding-left: 20px;
    }

    .s-oversigt .vagt {
        top: 0px;
    }

    .menu {
        padding: 0px 10px;
    }

    #map {
        height: 250px;
    }

    .maerkat {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .img-left {
        float: right;
        margin: 0px 0px 10px 15px;
    }
}
 
@media (max-width: 767px) {
    .logodiv {
        text-align: center;
    }

    .footer {
        text-align: center;
    }

    #map {
        height: 200px;
    }

    .f-pic {
        display: none;
    }

    .bx-controls-direction {
        display: none;
    }

    #footer {
        height: 79px;
        font-size: 10px;
    }

    #wrap {
        /*margin: 0 auto -79px;
        padding: 0 0 89px;*/
    }

    .hide-foot1 {
        display: none;
    }

    .hide-foot2 {
        display: inline;
    }

    #select_menu {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .s-oversigt .vagt {
        top: 0px;
    }

    .menu {
        padding: 0px 10px;
    }

    .maerkat {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .img-left {
        display: block;
        margin: 10px auto;
    }
}
.mobileBanner img{
	display: none;
}

.mobileBanner{
	display: none;
}

@media (max-width: 960px){
	.mobileBanner{
		display: block;
    	background-image: url(/media/47549/newslider-1.jpg);
    	background-size: cover;
    	background-repeat: no-repeat;
    	height: 400px;
    	width: 100%;	
	}
	
	.mobileBanner img{
		
	}

	.bx-wrapper{
	}
		
	.bx-controls-direction{
	}
}















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
