/*
	Theme Name: atriumWeb Tema
	Theme URI: http://www.atriumweb.dk
	Author: Christian Johannesen
	Author URI: http://www.atriumweb.dk
	Description: atriumWeb
	Version: 1.5.1
	Tags: Framework

	License: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
	License URI: http://creativecommons.org/licenses/by-nc-nd/4.0/
*/



/* 1. Generelt
----------------------------------------------------------------------------------------------------*/
body {
	background-color: #e6e6e6;
	background-color: rgba(230,230,230,1);
	font-family: 'Play', sans-serif;
}

#wrapper {
	max-width: 1170px;
	max-width: 117rem;
	width: 100%;
	margin: 20px auto;
	padding: 10px;
	padding: 1rem;
}

.container {
	max-width: 1150px;
	width: 100%;
}
.wpb_wrapper img {

	width: 100%;

}


/* 2. Typgrafi
----------------------------------------------------------------------------------------------------*/
h1 {
	color: #4b555f;
	color: rgba(75,84,94,1);
	margin-bottom: 20px !important;
}
	
	.home h1 {
		margin: 10px auto 10px;
	}
		
		.home h1:before {
			display: none;
		}

h2 {
	color: #6d917a;
	color: rgba(109,145,122,1);
	font-weight: 400;
}
	
	.fp_img h2 {
		margin-top: 0px;
		margin-top: 0rem;
	}
	
	.morespace h2 {
		margin-top: 68px;
		margin-top: 6.8rem;
	}
	
	#header h3 {
		margin-top: 0px;
		margin-top: 0rem;
	}
	
	h3.nospace {
		margin-top: 0px;
		margin-top: 0rem;
	}



article a {
	text-decoration: none !important;
	transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	color: #6d917a;
	color: rgba(109,145,122,1);
}


	article a.hh_link {
		text-decoration: none !important;
		transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		font-weight: 700;
		color: #4b555f;
		color: rgba(75,84,94,1);

	}
	
		a.hh_link:after {
			content: "\f101";
			font-family: FontAwesome;
			padding-left: 8px;
			color: #4b555f;
			color: rgba(75,84,94,1);
			transition: all ease 0.5s;
			-o-transition: all ease 0.5s;
			-moz-transition: all ease 0.5s;
			-webkit-transition: all ease 0.5s; 
		}
		
			a.hh_link:hover:after {
				color: #accbb3;
				color: rgba(172,203,179,1);
				padding-left: 15px;
			}
				.home .vc_row.wpb_row.vc_row-fluid.whitebox a.hh_link:hover:after {
					padding-left: 8px;
				}

.vc_row-fluid [class*=vc_col-sm] {
	margin-bottom: 0px;	
}


/* 3. Header
----------------------------------------------------------------------------------------------------*/
#header {
	background-color: #fff;
	background-color: rgba(255,255,255,1);
}
	.hh_menu {
		float: right;
	}

	#header [class*=col-sm],
	#header .container {
		padding: 0px;
		padding: 0rem;
	}
	
	.home #header {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

.logo {
	display: block;
	max-width: 399px;
	max-width: 39.9rem;
	height: 140px;
	height: 10rem;
	background: url(assets/img/skjern_vinduer_logo.png) no-repeat left center;
	background-size: contain;
	margin: 14px 15px 10px 15px;
	margin: 1.4rem 1.5rem 1rem 1.5rem;
}



/* 3.1 Menu
----------------------------------------------------------------------------------------------------*/
.navbar {
	margin-bottom: 0px;
	margin-bottom: 0rem;
	border: none;
}
	.navbar-collapse {
		padding-right: 15px;
		padding-right: 1.5rem;
	}

	.nav>li>a {
		padding: 80px 10px 30px !important;
		padding: 8rem 1rem 3rem !important;
		color: #4b555f;
		color: rgba(75,84,94,1);
		transition: all ease 0.8s;
		-o-transition: all ease 0.8s;
		-moz-transition: all ease 0.8s;
		-webkit-transition: all ease 0.8s; 
	}
	
		.nav>li>a:hover, .nav>li>a:focus {
			background-color: #accbb3;
			background-color: rgba(172,203,179,1);
		}
		
		.current-menu-item, .current-page-ancestor {
			background-color: #f6f6f6;
			background-color: rgba(246,246,246,1);
		}
		
		.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
			border-color: transparent;
			background-color: #f6f6f6;
			background-color: rgba(246,246,246,1);
		}
	
	span.caret {
		display: block;
		margin: 5px auto -9px;
		margin: 0.5rem auto -0.9rem;
		color: #e6e6e6;
		color: rgba(230,230,230,1);
	}
		.nav>li>a:hover span.caret,
		.nav>li>a:focus span.caret {
			color: #fff;
			color: rgba(255,255,255,1);
		}

.dropdown-menu {
	min-width: 100%;
	min-width: 100%;
}

	.dropdown-menu>li>a {
		text-align: right;
		color: #4b555f;
		color: rgba(75,84,94,1);
	}
	
		.dropdown-menu>.active>a {
			background-color: #f6f6f6;
			background-color: rgba(246,246,246,1);
			color: #4b555f;
			color: rgba(75,84,94,1);
		}
		
			.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, 
			.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
				background-color: #accbb3;
				background-color: rgba(172,203,179,1);
			}

#header .toggle-nav {
	float: right;
	margin-top: 100px;
	margin-right: 15px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #dedede;
    font-size: 1em;
}


/* 4. Main
----------------------------------------------------------------------------------------------------*/

div#slidetxt {
	height: 100%;
	max-width: 350px;
	background-color: #4b555f;
	background-color: rgba(75,84,94,0.85);
}

section#content {
	background-color: #fff;
	background-color: rgba(255,255,255,1);
	padding: 30px;
	padding: 3rem;
}

	.home section#content {
		background-color: transparent;
		box-shadow: none;
		padding: 0px 15px;
		padding: 0rem 1.5rem;
	}

.whitebox {
	background-color: #fff;
	background-color: rgba(255,255,255,1);
}
	.whitebox h2 {
		color: #accbb3;
		color: rgba(172,203,179,1);
	}

.fp_img .whitebox > .wpb_wrapper {
	background-color: #fff;
	background-color: rgba(255,255,255,1);
	/*
	-moz-box-shadow: 0px 0px 10px #4b555f;
	-moz-box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
	-webkit-box-shadow: 0px 0px 10px #4b555f;
	-webkit-box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
	box-shadow: 0px 0px 10px #4b555f;
	box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5); */
}
	
	.vc_row.fp_img {
		margin-left: -30px;
		margin-right: -30px;
	}

	.fp_img > .whitebox {
		background-color: transparent;
		box-shadow: none;
	}
	
	.fp_img .whitebox > .wpb_wrapper,
	.fp_img .greenbox > .wpb_wrapper {
		min-height: 365px;
	}

	
	.fp_img > .vc_col-sm-3 .wpb_text_column.wpb_content_element  {
		padding: 15px;
	}
	
	.fp_img .wpb_single_image.wpb_content_element {
		margin-bottom: 5px;
	}

.greenbox > .wpb_wrapper {
	background-color: #accbb3;
	background-color: rgba(172,203,179,1);
/*
	-moz-box-shadow: 0px 0px 10px #4b555f;
	-moz-box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
	-webkit-box-shadow: 0px 0px 10px #4b555f;
	-webkit-box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
	box-shadow: 0px 0px 10px #4b555f;
	box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
*/
}

	.greenbox h2 {
		color: #fff;
		color: rgba(255,255,255,1);
	}
	
	.greenbox a.hh_link:hover:after {
		color: #fff;
		color: rgba(255,255,255,1);
	}
	

#breadcrumbs {
	margin: 30px 0px 15px;
	margin: 3rem 0rem 1.5rem;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
}
	
	#breadcrumbs a {
		margin: 0px 5px;
		font-weight: 400;
	}
	
	#breadcrumbs .breadcrumb_last {
		color: #999;
		color: rgba(153,153,153,1);
		margin: 0px 5px;
		font-weight: 400;
	}
	
	#breadcrumbs a:hover,
	#breadcrumbs a:focus {
		color: #accbb3;
		color: rgba(172,203,179,1);
	}
	
.hh_cta > .wpb_wrapper {
	margin-top: 15px;
	padding: 30px 15px;
	padding: 3rem 1.5rem;
	color: #fff;
	color: rgba(255,255,255,1);
	text-align: center;
	box-shadow: none;
	
}
	
	.hh_cta p {
		font-size: 20px;
		font-size: 2rem;
		margin-top: 0px;
		margin-top: 0rem;
	}
		
	.hh_cta h2 {
		font-size: 30px;
		font-size: 3rem;
		margin-top: 0px;
		margin-top: 0rem;
		margin-bottom: 0px;
		margin-bottom: 0rem;
		font-weight: 700;
	}
		
/* 5. Christina
----------------------------------------------------------------------------------------------------*/

.cl_marg {
	margin-bottom: 30px !important;
	margin-bottom: 3rem !important;
}

.ie .cl_marg {
	margin-bottom: 30px !important;
	margin-bottom: 3rem !important;
}

.whitebox2 {
	background-color: #fff;
	background-color: rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px #4b555f;
	-moz-box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
	-webkit-box-shadow: 0px 0px 10px #4b555f;
	-webkit-box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
	box-shadow: 0px 0px 10px #4b555f;
	box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
}
	.whitebox2 h2 {
		color: #333;
	}

.fp_img .whitebox2 > .wpb_wrapper {
	background-color: rgba(230, 230, 230, 1);
	background-color: rgba(230, 230, 230, 1);
	/*
	-moz-box-shadow: 0px 0px 10px #4b555f;
	-moz-box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
	-webkit-box-shadow: 0px 0px 10px #4b555f;
	-webkit-box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
	box-shadow: 0px 0px 10px #4b555f;
	box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5); */
}
	
	.vc_row.fp_img {
		margin-left: -30px;
		margin-right: -30px;
	}

	.fp_img > .whitebox2 {
		background-color: transparent;
		box-shadow: none;
	}
	
	.fp_img .whitebox2 > .wpb_wrapper,
	.fp_img .greenbox2 > .wpb_wrapper {
		min-height: 260px !important;
	}

.greenbox2 > .wpb_wrapper {
	background-color: #accbb3;
	background-color: rgba(172,203,179,1);
/*
	-moz-box-shadow: 0px 0px 10px #4b555f;
	-moz-box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
	-webkit-box-shadow: 0px 0px 10px #4b555f;
	-webkit-box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
	box-shadow: 0px 0px 10px #4b555f;
	box-shadow: 0rem 0rem 1rem rgba(75,84,94,0.5);
*/
}

	.greenbox2 h2 {
		color: #fff;
		color: rgba(255,255,255,1);
	}
	
	.greenbox2 a.hh_link:hover:after {
		color: #fff;
		color: rgba(255,255,255,1);
	}
	
.cl_tag a {
		line-height: 2;

}

.cl_border {
	border-left: 3px solid rgba(230, 230, 230, 1);
	padding-left: 30px !important;

}

.cl_tekst {
	padding: 15px 15px 15px 0 !important;
}

.cl_knap {
    padding: 25px;
    text-transform: uppercase;
    font-size: 12px;
	text-align: center;
	min-width: 200px !important;
	background-color: rgba(230, 230, 230, 1);
	margin-bottom: 10px !important;
}

.ie .cl_knap {
	font-size: 11px;
}

.cl_knap a {
    color: #333;

}

.cl_knap a:hover {
    color: #000;
    font-weight: 600;
}

		.cl_knap a:after {
			content: "\f101";
			font-family: FontAwesome;
			padding-left: 8px;
			color: #4b555f;
			color: rgba(75,84,94,1);
		}

.cl_foto {
	height: 335px;
	background-repeat: no-repeat !important;
	background-position: top left;
}

.cl_fyr {
	background: url(assets/img/fyretrae.jpg);	
}

.cl_alu {
	background: url(assets/img/alu.jpg);	
}

.cl_komposit {
	background: url(assets/img/komposit.jpg);	
}

.cl_kobled {
	background: url(assets/img/kobled.jpg);	
}

.cl_mahogni {
	background: url(assets/img/mahogni.jpg);	
}

.cl_farve {
	background: url(assets/img/farve.jpg);	
}

.wpb_wrapper li {
list-style: square;
padding: 4px 0;
}

.wpb_wrapper ul {
margin: 0 0 0 -20px;
}


/* 6. Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	margin-top: 30px;
	margin-top: 3rem;
	background-color: #accbb3;
	background-color: rgba(172,203,179,1);
	padding: 40px 0px;
	padding: 4rem 0rem;
}

#footer img {
	margin-right: 0px;
	margin-right: 0rem;
}
	#footer #tlf img {
		margin-right: 0px;
		margin-right: 0rem;
	}

#tlf {
	text-align: right;
}

#mail {
	text-align: center;
}

#adr {
	text-align: left;
}

p.atriumweb {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}



/* 7. Media Query
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1003px) {

		.nav>li>a {
			font-size: 13px;
			font-size: 1.3rem;
		}

}

@media only screen and (max-width: 991px) {
	.navbar-right {
		float: none !important;
	}
		
		.navbar .navbar-nav {
	        display: inline-block;
	        float: none;
	    }
		
		    .navbar .navbar-collapse {
		        text-align: center;
		    }
		    
.nav > li > a {
    font-size: 1.1rem;
    padding: 6.5rem 1rem 4rem !important;
   } 
		
	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
	
	.dropdown-menu>li>a {
		text-align: left;
	}
	
	footer {
		font-size: 12px;
	}
	
	.cl_tekst {
	padding: 10px 15px 10px 0 !important;
	}
	
	.cl_tekst p {
		font-size: 12px;
	}
	
	.fp_img .whitebox > .wpb_wrapper, .fp_img .greenbox > .wpb_wrapper {
    min-height: 430px;
}

.dropdown-menu > li > a {
    font-size: 11px;
    padding: 3px 9px;
}
}

@media only screen and (max-width: 767px) {
	#wrapper {
		padding: 0px;
		padding: 0rem;
	}
	
	#footer {
		padding: 50px 15px;
		padding: 5rem 1.5rem;
	}
	
	#tlf,
	#mail
	#adr {
		text-align: left;

	}
	
	#mail {
		text-align: left;
	}
	
	.cl_marg {
	margin-bottom: 0px !important;
	margin-bottom: 0rem !important;
	}
	
	.fp_img .wpb_single_image.wpb_content_element {
    margin-bottom: 5px;
    margin-top: 20px;
	}
	
	.fp_img .whitebox > .wpb_wrapper,
	.fp_img .greenbox > .wpb_wrapper {
		min-height: 365px;
		max-width: 489px;
		margin: 0 auto;
	}

	.fp_img .whitebox2 > .wpb_wrapper,
	.fp_img .greenbox2 > .wpb_wrapper {
		min-height: 365px;
		max-width: 356px;
		margin: 0 auto;
		margin-bottom: 20px;
	}	
	
	#header .toggle-nav {
    float: right;
    margin-right: 15px;
    margin-top: 69px;
    border-color: rgba(172, 203, 179, 1);
	}
	
	#header .toggle-nav .icon-bar {
    background-color: rgba(172, 203, 179, 1);
	}
	
	.close-panel {
    background: none repeat scroll 0 0 #fff;
	}
	
	.inner-panel {
    background: none repeat scroll 0 0 rgba(230, 230, 230, 1);
	}
	
	.panel-nav > li a {
    background: none repeat scroll 0 0 rgba(230, 230, 230, 1);
    border-bottom: 1px solid #d6d6d6;
    display: block;
    line-height: 1;
    padding: 15px;
	}

	.panel-nav .dropdown-menu > li > a  {
    background: none repeat scroll 0 0 #fff;
    border-bottom-color: #d6d6d6;
    color: #999;
    padding-left: 30px;
	}
	
	
	
		.close-panel:before {
		content: "";
		display: block;
		width: 25px;
		height: 27px;
		background: url(assets/img/divider.png) no-repeat center center;
		margin: -1px 0 0px;
		}
		
		.cl_tekst {
			padding: 15px !important;
			max-width: 356px;
		}


} 