/* COLOR CONTROL */
body, .top {background: url(/img/bg.png);}
body, .menu > ul > li > a, .f-boks a, .sidemenu a {color: #444; }
.overskrift, #footer, .menu > ul ul li a  {color: #cf3239;}
.overskrift, #footer { background-color: #999;}

.menu > ul ul {
    background-color: #fff;
}


.menu > ul > li.has-sub:hover, .menu > ul > li.active {
    border-color: #00275d!important;
}

.f-boks a:hover, a, .menu > ul > li > a:hover, .menu > ul > li.active > a, .menu > ul > li.has-sub:hover > a, .sidemenu .active > a, .sidemenu a:hover {
    color: #cf3239;
}

.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, .bx-wrapper .bx-controls-direction a  { 
    background-color: #cf3239; 
    color: #fbfbfb; 
}

a:hover {
    color: #444;
}

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

/* COLOR CONTROL END */


html, body {
    height: 100%;
}

body {
    font-family: 'museo_sans300';
    font-size: 14px;
}

.container {
max-width: 1020px;
}

#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: 'museo_sans300';
    color: #efefef;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}

img {
    max-width: 100%;
}

.logodiv img {
    position: absolute;
    top: 25px;
}

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: 'museo_sans500';
    color: #cf3239;
}

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

    margin-bottom: 15px;
    color: #cf3239;
}

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;
}

.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;
    z-index: 10000;
    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);

    border-bottom: 20px solid #cf3239;

    border-top: 3px solid #cf3239;

    
}

.content {
    margin-top: 20px;
}

.overskrift {
    width: 100%;
    min-height: 60px;
}

.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: 101px;
    width: 100px;
    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;

    border: 1px solid #ddd;
}

.f-boks {
    
    -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 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-bottom: 3px!important;
}

.f-boks-bg {
    
    position: relative;
    float: left;
    margin-right: 20px;

    margin-bottom: 15px!important;
}

.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;
}

.shadow {
    box-shadow: 0px -6px 6px -5px rgba(0,0,0,0.3);
    position: relative;
    z-index: 99999;
}


/* BANNER */

.tp-banner h3 {
    background: #cf3239;
    color: #fff;
    font-size: 28px;

    padding: 10px;
}

.paint-it h1 {
    background: #00275d;
}

.slider-boks {
    color: #fff;
    padding: 15px 10px;
    background: rgba(0,0,0,0.5);
}

.tp-banner button {
    background: #cf3239;
    padding: 10px;
    border: none;
}

.tp-caption a {
    color: #fff !important;
}

.kontakt-boks {
    position: relative;
    padding: 20px;
    color: #cf3239;
    text-align: center;
}

.dogn-top {
    position: absolute;

    top: 75px;
    right: 15px;

}

.squeeze {
    padding: 15px 30px 15px 10px;
}

.squeeze h1 {
    margin-bottom: 15px;
    color: #cf3239;
}

.glyphicon {
    top: 2px!important;
    left: 5px!important;
}

.region-boks {
    background: #00275d;
}

.paint-it .region-boks {
    background: #cf3239;
}

.region-boks h2 {
    color: #fff;
    padding: 15px 20px;
    margin: 0;
}

.region-indhold {
    padding: 20px 20px;

    background: #fff;
}

    .region-indhold a {
    color: #cf3239 !important;
    }

.region-boks p {
    font-family: 'museo_sans500';
}

.ryk {
    font-family: 'museo_sans300';
    float: right;
    
}

.region-kontakt input, .region-kontakt select {
padding: 0 5px;
height: 27px;
}



.CF-label {
font-weight: normal!important;
}

label.error {
color: red;
background: #fff;
z-index: 99999;
position: absolute;
border: 1px solid #ddd;
padding: 2px;
margin-top: 2px;
}

.hoved-boks {
    background-color:rgba(255,255,255,0.2);
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

    margin-top: 15px;
}

.hoved-indhold {
        padding: 20px 20px;

    background: rgba(255,255,255,0.2);
}

.hoved-top p {
    color: #fff;
    padding: 10px 20px;
    margin: 0;

    text-transform: uppercase;

}

.hoved-boks p {
    font-family: 'museo_sans500';
}

.hoved-top {
background-color: #cf3239;
border-color: #dddddd;
}

.region-boks hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


.tp-banner-container .region-kontakt iframe {
    display: none !important;
}

.checklist li:before {
    content: url("/img/list.png");
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.checklist li {
    list-style: none;
}

.face {
    position: absolute;
    right: 0px;
    top: 10px;

    background: #4d69a2;
    padding: 15px 15px;

    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;

    z-index: 9999999999999999999999999999;
}

.ie8-banner {
    display: none;
}

.medarbejder {
	min-height: 395px;
}


#CF-result-1083, #CF-result-1189, #CF-result-1195, #CF-result-1261, #CF-result-1237, #CF-result-1216, #CF-result-1222 {
	position: absolute;
    bottom: 40px;
    right: 0;
    background-color: red;
    color: #fff;
    text-align:center;
    width: 100%;
}


/*     min-width: 768px - max-width: 991px     */
/*                     SM                      */
/* ------------------------------------------- */
/*               max-width: 767px              */
/*                     XS                      */
/* ------------------------------------------- */
/* ved unsponsive, udkommenteres media queries */

@media (min-width: 992px) {
    .special .col-md-3 { width: 20%; }
}

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

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

        .dogn-top {
    position: absolute;

    top: 40px;
    right: -5px;

}

        .region-indhold {
    padding: 5px 20px;


}
}
 
@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;
    }

    #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;
    }


}

@media (max-width: 500px) {
    .logodiv img {
        position: static;
        top: 25px;
    }
}














































































































































































































































































































































































































































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