/*------------------
	
	CSS overview: 

	1. STRUCTURE
	2. MAIN CONTENT
	3. PRIMARY MENU 
	4. FOOTER
	5. GROUP COLORS
	6. WIDGET
	7. KONTAKT
	8. CUSTOM

-------------------*/

/*--------------------------------------------------
			Structure 
---------------------------------------------------*/
body {
    font-family: "sofia-pro-condensed", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #132B2B;
    font-weight: 300;
    /* background:url("../images/bg.jpg"); */
}

/*body {
	background: url(../images/avatar.jpg) repeat fixed center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}*/
html,
body {
    height: 100% !important;
    width: 100%;
    margin: 0px;
}

html {
    overflow: visible !important;
}

#inner-content {
    padding: 0 0 30px;
    width: 700px;
    float: left;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -61px;
}

.page-wrap:after {
    content: "";
    display: block;
}

#footer,
.push {
    /* .push must be the same height as footer */
    height: 61px;
}

#sidebar {
    margin-top: 25px;
    width: 220px;
    float: right;
    font: normal 14px/1.5 "sofia-pro-condensed", sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.textwidget {
    font-size: 21px;
    line-height: 1.1;
}

/*--------------------------------------------------
			WRAPPERS
---------------------------------------------------*/
#wrapper {
    width: 100%;
}

.content-wrapper {
    width: 1060px;
    margin: 0 auto;
    padding: 0 30px 30px;
    background: #fff;
}

#header-wrapper {
    width: 100%;
    /* border-bottom:3px solid #7FD4D2; */
    min-height: 140px;
    background: #292929;
    /* background:url("../images/header-bg.jpg"); */
}

.header {
    width: 1060px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    border-bottom: none;
    background: #292929;
    /* box-shadow:0px 0px 10px -4px #000; */
}

.header .header-contact {
    float: right;
    position: absolute;
    right: 30px;
    padding: 10px 0;
    top: 22px;
    background: #131313;
    /* box-shadow: 0px 0px 10px -3px #000; */
    border-radius: 41px 0px;
}

.header .header-contact strong {
    padding: 3px 20px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    clear: both;
    float: left;
}

.header .header-contact strong b {
    color: #E67226;
    font-size: 1.2em;
}

#logo,
#logo a {
    float: left;
}

#logo {
    padding: 25px 0px 10px 0px;
}

#logo img {
    /* width:320px; */
}

/*--------------------------------------------------
			PRIMARY MENU 
---------------------------------------------------*/
#primary-menu {
    float: left;
    clear: both;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-top: 1px solid #3C3C3C;
    background: #222;
    margin-bottom: 20px;
}

#primary-menu select {
    display: none;
}

#primary-menu select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #eee;
    cursor: pointer;
    width: 100%;
    padding: 7px;
    margin: 38px 0;
    /*	box-shadow:0 0 0 rgba();
	-moz-box-shadow:0 0 0 rgba();
	-webkit-box-shadow:0 0 0 rgba();*/
    color: #676767;
}

#primary-menu ul {
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    width: 1060px;
}

#primary-menu ul li:hover {
    visibility: inherit;
}

#primary-menu ul li {
    position: relative;
    display: inline;
    float: left;
    margin: 0 0 0 -1px;
    background: url(../images/sprite.png) no-repeat scroll right -155px transparent;
}

#primary-menu ul li:last-child {
    background: none;
}

#primary-menu ul li a {
    text-decoration: none;
    /* text-transform: uppercase; */
    font-size: 17px;
    color: #fff;
    padding: 12px 35px;
    display: block;
    float: left;
    letter-spacing: 1px;
}

#primary-menu ul li a:hover,
#primary-menu ul li.sfHover a {
    color: #0D6F6D;
}

#primary-menu .current-menu-item>a {
    color: #E57126;
}

#primary-menu .current-menu-ancestor>a {
    color: #E57126;
}

#primary-menu ul li a.logo {
    display: none;
    margin: 0;
}

#primary-menu ul ul {
    position: absolute;
    top: -9999em;
    z-index: 9999;
    width: 180px;
}

#primary-menu ul ul li {
    width: 100%;
}

#primary-menu ul li:hover ul {
    left: 0;
    top: 50px;
}

#primary-menu ul li:hover li ul {
    top: -9999em;
}

#primary-menu ul li li:hover ul {
    left: 180px;
    top: 0;
}

#primary-menu ul ul {
    padding: 0;
    margin: 0;

}

#primary-menu ul ul li {
    margin: 0;
    background: none;
    border-bottom: 1px solid #555;
}

#primary-menu ul ul li:last-child {
    border-bottom: none;
}

#primary-menu ul ul li a {
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    float: none;

    background: #f0f0f0;
}

#primary-menu ul li:hover ul li a {
    color: #132B2B;
}

#primary-menu .burger-menu {
    display: none;
    background: url(../images/burger-ikon.svg) no-repeat 8px center;
    height: 40px;
    cursor: pointer;
    border-bottom: none;
}

.top-section {
    width: 100%;
    background: url("../images/header-bg4.jpg");
    /* background-size:cover; */
}

.top-section-clear {
    width: 1060px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    padding: 32px 0;
    font-size: 20px;
    text-align: center;
}

.cta strong {
    margin-top: 20px;
    display: block;
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px #000;
}


.cta a {
    background: #0D6F6D;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.slider-tekst .cta {
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -300px;
}

.slider-tekst .cta a {
    display: block;
    width: max-content;
    margin-top: 5px;
}

#primary-menu ul li:hover ul:after {
    background: transparent;
    content: " ";
    display: block;
    position: relative;
    height: 20px;
    width: 100%;
    left: 0px;
    top: -20px;
}

/*--------------------------------------------------
					FOOTER
---------------------------------------------------*/
#footer .textwidget {
    font-size: 15px;
    line-height: 1.4;
}

#footer {
    color: #DEDEDE;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 110px 0;
    height: 180px;
    font-size: 12px;
    background: #eee;
    background: url("../images/footer-bg.jpg") repeat;
}

#footer a {
    color: #171717 !important;
    font-weight: bold;
}

#footer a:hover {
    color: white;
}

#footer h3 {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    display: block;
}

#footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer ul li {
    margin-bottom: 15px;
}

#footer ul li .date {
    font: normal 11px/20px Helvetica, Arial, sans-serif;
    display: block;
}

#footer-content {
    padding: 0px 30px;
    width: 1060px;
    margin: 0 auto;
}

#footer-bottom,
#footer-top {
    overflow: hidden;
    position: relative;
}

#footer-bottom {
    padding: 21px 0px;
    display: none;
}

#footer-bottom p {
    margin-bottom: 0;
}

#footer-bottom .one-half:first-of-type {
    width: 71%;
    /* background: rgba(255, 255, 255, 0.66); */
    color: #222;
    padding: 0 0px;
}

#footer-bottom .one-half:last-of-type {
    width: 24%;
    font-size: 12px;
    float: right;
}

/*--------------------------------------------------
				      Group Colors
---------------------------------------------------*/

input.submit,
input.submit:focus,
input.submit:active {
    background: #E57126;
}

a {
    color: #E57126;
}

#footer a:hover {
    color: #E57126;
}

.contact-success {
    background-color: #E57126;
}

.form .contact-error {
    color: #E57126;
}

.widget a:hover {
    color: #E57126;
}

.widget ul#recentcomments a.author:hover {
    color: #E57126;
}

.post-title h2.title a:hover {
    color: #E57126;
}

.wp-pagenavi span.current {
    background-color: #E57126;
}

.tagcloud a:hover {
    background-color: #E57126;
    color: white;
}

.button {
    background: #E57126;
}

/*--------------------------------------------------
					WIDGET
---------------------------------------------------*/
.page-child #sidebar,
.page-id-70 #sidebar {
    float: left;
    width: 280px;
}

.page-child #inner-content,
.page-id-70 #inner-content {
    float: right;
}

#subpages-widget-2 {
    background: #eee;
    width: 100%;
    padding: 15px 10px;
}

#subpages-widget-2 h3.title a {
    color: #292929;
}

#subpages-widget-2 ul li a {
    font-weight: 200;
    font-size: 13px;
}

.widget_subpages .widget_subpages_current_page>a {
    background: #222 !important;
    color: #fff;
}

.widget_subpages .widget_subpages_current_page>a:hover {
    background: #222 !important;
    color: #fff;
}

.widget {
    margin-bottom: 30px;
    float: left;
    /* width: 100%; */
    background: #132B2B;
    color: #fff;
    padding: 15px;
}

.widget h3.title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 0 0 16px 0;
    text-align: center;
    border-bottom: 1px solid #2AB1AE;
}


.widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #aaa;
}

.widget ul li {
    padding: 0;
    margin: 0 0 5px 0;
    float: left;
    width: 100%;
}

.widget ul li a {
    color: #676767;
    font-weight: bold;
}

.widget a:hover {}

.widget ul li span.date {
    color: #aaa;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.widget img.alignleft {
    margin: 5px 15px 0 0;
    padding: 6px;
    background-color: #f4f4f4;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.widget.widget_archive li {
    float: left;
    margin-bottom: 5px;
}

.widget ul#recentcomments a {
    font-size: 12px;
    text-transform: none;
    font-weight: bold;
}

.widget ul#recentcomments a.url:hover {
    color: #E57126;
}

.widget ul#recentcomments,
.widget ul#recentcomments li a.url {
    color: #aaa;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}

.tagcloud a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 16px;
    float: left;
    padding: 6px 6px;
    margin: 0 4px 4px 0;
    background-color: #444;
    display: inline;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

ul#recentcomments li,
ul.bra_recent_entries li {
    margin: 0 0 15px 0;
}

#searchform label {
    display: none;
}

/*--------------------------------------------------
				     KONTAKT
---------------------------------------------------*/
.knappen {
    background-color: #9C3D0D !important;
    width: 120px;
}

.formerror {
    background: #ffd0d0;
    border: 1px solid #ce4f4f;
    padding: 10px;
    color: #912020;
    margin-top: -20px;
    margin-bottom: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.fejl_besked {
    background: #f4e580;
    border: 1px solid #c9bb5f;
    padding: 5px;
    color: #827627;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
    top: -2px;
    right: 150px;
}

#kontakt p {
    position: relative;
    margin-bottom: 10px;
}

#kontakt {
    padding-top: 20px;
}

#infowindow {
    width: 260px;
    height: 130px;
    overflow: auto;
}

#infowindow p {
    font-size: 13px !important;
    color: #797979;
}

#map-canvas {
    height: 342px;
    width: 100%;
    margin-bottom: 10px;
}

#map-canvas img {
    max-width: none !important;
}

.ermsg {
    display: block;
    padding-bottom: 8px;
}

/*--------------------------------------------------
				     _CUSTOM
---------------------------------------------------*/
.wpcf7 {
    width: 300px !important;
    float: left;
}

.wpcf7 input,
.wpcf7 textarea {
    padding: 2px !important;
    border: 1px solid gray;
    margin: -5px 0px 3px 0px !important;
}

.wpcf7 input {
    width: 300px !important;
}

.wpcf7 textarea {
    margin-top: 2px !important;
    width: 300px !important;
}

input.form7submit {
    width: 100px !important;
    padding: 4px !important;
}

span.inputText {
    width: 100%;
    float: left;
}

.slider-tekst {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    width: 600px;
    /* width: 420px; */
    top: 20px;
    padding: 12px 15px;
    line-height: 1;
    text-align: left;
}

.slider-tekst span {
    font-size: 55px;
    color: #292929;
    line-height: 0.9;
    letter-spacing: -2px;
    /* text-transform: uppercase; */

}

.home .wp-caption {
    float: left;
    position: relative;
    margin-right: 2%;
    width: 32% !important;
}

.home .wp-caption img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.home .wp-caption:last-child {
    margin-right: 0;
}

.home .wp-caption.last {
    margin-right: 0;
}

.home .wp-caption a {
    position: relative;
    display: block;
}

.home .wp-caption p a {
    position: absolute;
    padding: 15px 10.1%;
    background: #6D5B56;
    background: rgba(109, 91, 86, 0.8);
    color: #FFF;
    z-index: 1;
    font-weight: bold;
    font-size: 16px;
    bottom: 0px;
    width: 80%;
}

/* Nextgen Gallery IE8 thumbnail fix */
.ngg-gallery-thumbnail img {
    height: auto;
    width: auto;
}

.stom-felt.error input,
.stom-felt.error textarea {
    background: #AC0000;
    color: #fff;
}

/*debug*/

/*.one {background-color: pink;}
#inner-content {background-color: red;}
#sidebar { background-color: blue;}
.content-wrapper {background-color:yellow;}
*/

.wp-caption {
    width: 145px !important;
    float: left;
    margin-right: 10px;
}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

#sb-site {
    height: 100%;
}

body.home .stom-cols-3 {
    background: #7B7B7B;
    margin-top: 10px;
    min-height: 430px;
    border: 1px solid #D8D8D8;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;

}

body.home .stom-cols-3.last {
    /* padding:20px 10px 10px 10px; */
    /* background:#132B2B; */
}

body.home .stom-cols-3.last b {
    font-weight: 400;
    color: #fff;
}

body.home .stom-cols-3 a {
    color: #E4E4E4;

}

body.home .stom-cols-3 h2 {
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

body.home .stom-cols-3 img {
    max-width: auto;
}

body.home .stom-cols-3 p {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0 10px 0 10px;

}

body.home .stom-cols-3 strong {
    display: block;
    background: rgb(13, 112, 110);
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    width: 100%;
    left: 0;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 12px;
    text-shadow: 2px 1px rgba(0, 0, 0, 0.25);
    color: #fff !important;
}

body.home .stom-cols-3 strong {}

body.home .stom-cols-3:nth-child(2) {
    /* background:#949494; */
}

body.home .stom-cols-3:nth-child(2) a {
    /* color:#fff; */
}

body.home .stom-cols-3:nth-child(2) h2 {
    /* color:#fff; */
}

body.home .stom-cols-3:nth-child(2) strong {}

body.home .one-half {
    margin-top: 15px;
}

body.home h1 {
    font-size: 29px;
    color: #777777;
    margin: 20px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
    background: #F5F5F5;

}

body.home .one-half strong {
    color: #0D6F6D;
    text-transform: uppercase;
}


body.home .content-wrapper .clear {
    margin-bottom: 30px;
}

#new-royalslider-1 {
    clear: both;
    margin: 0 auto;
}

.header .phone {
    float: right;
    color: #fff;
    padding: 57px 222px 10px 0px;
    font-size: 22px;
    width: 322px;
    font-weight: 600;
    text-align: left;
}

.page-id-70 h2,
.page-id-220 h2 {
    font-size: 15px;
}

.page-id-70 p.wp-caption-text,
.page-id-220 .wp-caption-text {
    font-size: 12px;
    color: #222;
}

.page-id-70 .one-half {
    background: #eee;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.page-id-220 .stom-cols-6 {
    min-height: 270px;
}

.header-contact-mobile {
    display: none;
}

body.home #slider {
    width: 1060px;
    margin: 0 auto;
}


.page-id-29 label.gfield_label,
.home label.gfield_label,
#sidebar label.gfield_label {
    display: none !important;
}

.page-id-29 div#gform_wrapper_1,
.home div#gform_wrapper_1,
#sidebar div#gform_wrapper_1 {
    margin: 0 !important;
}

.page-id-29 .ginput_container.ginput_container_text,
.home .ginput_container.ginput_container_text,
#sidebar .ginput_container.ginput_container_text {
    margin-top: 0 !important;
}

.page-id-29 label.gfield_label,
.home label.gfield_label,
#sidebar label.gfield_label {
    display: none !important;
}

.page-id-29 li#field_1_1,
.page-id-29 gform_footer.top_label,
.home li#field_1_1,
.home gform_footer.top_label,
#sidebar li#field_1_1,
#sidebar gform_footer.top_label {
    margin-top: 0 !important;
}

#sidebar .gform_fields .gfield input::-webkit-input-placeholder,
#sidebar .gform_fields .gfield textarea::-webkit-input-placeholder {
    font-size: 15px !important;
}

div#input_1_7 iframe {
    height: 78px !important;
    overflow: hidden !important;
}

.trustpilot-widget.first {
    display: none;
}