/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	padding: 0;
	margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Fonts */





/* General */

body {
	min-height: 100%;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: normal;
	color: #000000;
	overflow-y: scroll;
	background-color: #fff;
}

strong {
	font-weight: 700;
	font-family: 'Hepta Slab', serif;
}

a {
	text-decoration: none;
}

a.nodecoration {
	border-bottom: none !important;
}


#content ul {
	padding: 0;
	margin: 0;
	padding-left: 1em;
	list-style: square;
}

#content ul li {
	line-height: 115%;
	margin-top: 10px;
}

#content a {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}



#content a:hover {
	border-bottom: 1px solid #000;
}

#mobmenu_ct {
	display: none;
	position: absolute;
	top: 25px;
	right: 23px;
	width: 35px;
	height: 30px;
	z-index: 30;
}

.mobmenu_line {
	display: inline-block;
	background-color: #fff;
	width: 100%;
	height: 4px; 
	margin-bottom: 4px;
	float: left;
}

.mobonly, .tabonly {
	display: none !important;
}

/* Home */




#footer_ct {
	background-color: #fff;
	position: relative;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 50px 20px;
}

.footer_left {
	float: left;
	width: 35%;
	position: relative;
}

.footer_left img {
	position: absolute;
	height: 60px;
	left: 200px;
	width: auto;
}

.footer_middle {
	float: left;
	width: 40%;
	position: relative;
}

.footer_middle img {
	position: absolute;
	height: 40px;
	left: 200px;
	width: auto;
}

.footer_right {
	float: left;
	width: 25%;
	position: relative;
}


#footer {
	display: inline-block;
	max-width: 1060px;
	width: 100%;
	text-align: left;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dotted #000;
}

.footer_title {
	font-weight: 700;
}

.footer_subline {
	text-align: right;
	font-size: 0.84em;
	padding-top: 4em;
	font-weight: 400;
}



#home_slider_ct {
	position: relative;
	background-color: #f4f4f4;
	width: 100%;
	height: auto;
	float: left;
}





/* Layout */

#head_ct {
	background-image: url(/img/img_header.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 44vw;
	}



#head {
	
}

.logo_ct {
	position: absolute;
	width: 26vw;
	left: 50%;
	margin-left: -13vw;
	top: 3vw;
}

.logo_ct img {
	width: 100%;
	height: auto;
}

.info_baustart_ct {
	background-color: #94A6B5;
	color: #fff;
	font-family: 'Hepta Slab', serif;
	font-weight: 700;
	-webkit-border-radius: 500px;
border-radius: 500px;
		-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.7);
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.7);
	width: 8vw;
	height: 8vw;
	position: absolute;
	left: 50%;
	top: 1vw;
	margin-left: 16vw;
	font-size: 1.2vw;
	letter-spacing: 0.05em;
	line-height: normal;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
-moz-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}

#content_ct {
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

#content {
	position: relative;
	max-width: 1060px;
	width: 100%;
	margin: 0px auto;	
}

.col_left {
	width: 50%;
	float: left;
	padding-right: 40px;
}

.col_right {
	width: 50%;
	float: left;
	padding-left: 20px;
}


#form_inner_cks1, #form_inner_cks2 {
	width: 50%;
	float: left;
	display: inline-block;
}

/* Menu */

#menu {
	float: right;
	display: inline-block;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-top: 50px;
	list-style: none;
}

#menu ul li {
	float: left;
	margin-left: 15px;
}

#menu ul li a {
	color: #3A3A39;
	padding: 2px 10px 4px 10px;
	display: inline-block;
	transition: all 0.5s;
	font-size: 15px;
	font-weight: 600;
}

#menu ul li a:hover {
	background-color: rgba(58,58,57,0.1);
}


#menu ul li a.active {
	background-color: #3A3A39;
	color: #fff;
}

.img_fw {
	width: 100%;
	height: auto;
}

a.lba {
	border-bottom: none !important;
}

/* Content */

.inner_left {
	width: 50%;
	float: left;
}

.inner_right {
	width: 50%;
	float: left;
}

/* Kontakt Formular */




.cont_row {
width: 100%;	
}


input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	margin-right: 0px;
	line-height: 160%;
	display: inline-block;
}



input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 21px;
	height: 21px; 
	background-color: #fff; 
	border: 2px solid #000;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 10px; 
	margin-bottom: 10px;
	margin-top: 5px;
	vertical-align: middle;
	-webkit-box-shadow:inset 0 0 0 3px #fff;
box-shadow:inset 0 0 0 3px #fff;
}


input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	background-color: #94A6B5;
}

input[type="text"], textarea, select {
	padding: 0;
	width: 100%;
	background-color: #fff; 
	border: none;
	border-bottom: 1px solid #666;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	margin-bottom: 15px;
}

textarea {
	width: 100%;
}

#kontakt_form label {
	display: inline-block;
	width: 100px;
	padding-top: 2px;
	float: left;
}

input[type="text"]:focus, textarea:focus {
	outline: 0;
}

input[type="submit"], input[type="reset"] {
	background-color: #94A6B5;
	color: #fff;
	border: none;
	padding: 5px 30px;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-left: 0px;
	margin-top: -10px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.4);
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.4);
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #3B3F47;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1);
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1);
}

#contactform sub {
	display: inline-block;
	top: -3px;
}

form .subtext {
	text-align: right;
}


form input.hlt, form select.hlt {
	background-color: rgba(255,0,0,0.1);
}

.req_checkradio.hlt .req {
	border: 3px solid rgba(255,0,0,0.8);
}

.hpt {
	display: none;
}



.col_right.row2 {
	padding-top: 55px;
}

.contact_block_1 {
	padding-right: 60px;
}

::placeholder { 
  color: #000;
  opacity: 1; 
}

:-ms-input-placeholder { 
  color: #000;
}

::-ms-input-placeholder { 
  color: #000;
}


/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(180,180,180);
	background-color: rgba(255,255,255,0.4);
	margin: 8px 4px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
}

#lba_prev, #lba_next, #lba_close {
	position: absolute;
	z-index:500;
	transition: all 0.5s;
	color: rgba(58,58,57,0.5);
	cursor: pointer;
	cursor: hand;
}

#lba_prev:hover, #lba_next:hover, #lba_close:hover {
	color: rgba(58,58,57,1);
}


#lba_prev {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	left: -45px;
}

#lba_next {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	right: -43px;
}

#lba_close {
	font-size: 40px;
	top: 10px;
	right: -45px;
	margin-top: -20px;
}


#thumbbox {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	z-index: 10;
}

#lightbox_image_ct:hover #thumbbox {
	opacity: 1;
}

#thumbbox div {
	position: relative;
	display: inline-block;
	width: 90px; 
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 1px;
	opacity: 0.6;
	cursor: pointer; 
	cursor: hand;
	transition: all 0.5s;
}

#thumbbox div.active {
	opacity: 1;
	width: 120px;
	height: 80px;
	margin: 10px 5px;
}

.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}

.imp {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mob_only {
	display: none !important;
}

#mm_toggle {
	z-index: 20;
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: auto;
	padding: 10px;
	background-color: #fff;
	display: none;
}

.tab_only {
	display: none;
}

#mobmenu_ct {
	display: none;
	position: absolute;
	top: 20px;
	right: 17px;
	width: 30px;
	height: 30px;
	z-index: 30;
}

.mobmenu_line {
	display: inline-block;
	background-color: #3a3a39;
	width: 100%;
	height: 4px; 
	margin-bottom: 4px;
	float: left;
}

#block_footer a:hover {
	color: #fff;
}



/* flexslider */

.flexslider {
	margin: 0px !important;
}

.flexslider, .slides, .slides li {
	width: 100%;
	height: 100%;
}

.slides li {
	background-size: cover;
	background-position: center bottom; 
	background-repeat: no-repeat;
	display: flex !important;
  justify-content: center;
  align-items: center;
}

.flexslider .slides img {
	display: inherit;
	width: auto;
}

#flex_intr  {
	background-image: url(/img/int_p1c.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

#flex_whg_ct {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	height: 500px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 60px;
	margin-bottom: 10px;
}

#flex_whg .wrt {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#flex_whg_ct ul.slides {
	overflow:hidden;
}

#flex_whg_ct ul.slides li {
	transition: transform 1s;
}

#flex_whg_ct ul.slides li:hover {
	-moz-transform: scale(1.04);
-webkit-transform: scale(1.04);
-o-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04);
}


#flex_wng_ct {
	display: inline-block;
	width: 100%;
	max-width: 950px;
	height: 620px;
	margin-top: 10px;
	margin-bottom: 50px;
	position: relative;
}

#flex_wng .wng {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#flex_wng .flex-viewport {
	width: 100%;
	height: 100%;
}

#flex_wng ul.slides {
	overflow:hidden;
}

#flex_wng ul.slides li {
	transition: transform 1s;
}

#flex_wng ul.slides li:hover {
	-moz-transform: scale(1.04);
-webkit-transform: scale(1.04);
-o-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04);
}

#sld_arrow_left, #sld_arrow_right {
	position: absolute;
	width: 86px;
	height: 86px;
	top: 50%;
	margin-top: -43px;
	opacity: 0.3;
	transition: all 0.5s;
}

#sld_arrow_left img, #sld_arrow_right img {
	display: inline-block;
	height: auto;	
	width: 100%;	
	cursor: pointer;
	cursor: hand;
}

#sld_arrow_left:hover, #sld_arrow_right:hover {
	opacity: 0.6;
}

#sld_arrow_left {
	left: -100px;
}

#sld_arrow_right {
	right: -100px;
}

#flex_arch_ct {
	display: inline-block;
	width: 600px;
	height: 600px;
	-webkit-border-radius: 800px;	
	border-radius: 800px;
	overflow: hidden;
}

#flex_arch .arch {
	display: inline-block;
	width: 100%;
	height: 100%;
}



#flex_arch_ct ul.slides {
	overflow:hidden;
	padding: 0px;
	-webkit-border-radius: 800px;	
	border-radius: 800px;
}

#home_slider_ct ul.slides li {
	margin: 0px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}


#flex_arch .flex-control-nav {
	top: 2vw;
	z-index: 10;
	bottom: auto;
}

#flex_arch .flex-control-paging li a {
	background-color: #fff;
	width: 14px;
	height: 14px;
}

#flex_arch .flex-control-paging li a.flex-active {
	background-color: #3B3F47;
}

#flex_arch.flexslider .slides img.ph_bgs, .site_end_image_home .ph_bgs {
	width: 100%;
	height: auto;
}

.flex-direction-nav a {
	width: 30px !important;
	height: 60px !important;
	text-shadow: 0 0 10px #000000;
	opacity: 0.7;
}

.flex-direction-nav a:hover {
	opacity: 1;
}

.flex-direction-nav .flex-next {
	font-size: 56px !important;
	color: #fff;
	right: 20px !important;
}

.flex-direction-nav .flex-prev {
	font-size: 56px !important;
	color: #fff;
	left: 20px !important;
}

.info_text_wrapper {
	text-align: center;
	padding-bottom: 30px;
	font-size: 24px;
	color: #C40043;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1140px) {

	#content {
		padding: 20px 40px;
	}
	


}



@media only screen and (max-width: 1020px) {

	#content {
		padding: 20px 20px;
	}
	
	.footer_left, .footer_right {
		width: 33%;
	}
	
	.footer_middle {
		width: 34%;
	}
	
	.footer_left img, .footer_middle img {
		position: relative;
		left: auto;
		display: inline-block;
	}
	
	.footer_img_ct {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	
}


@media only screen and (max-width: 960px) {
	
	#head_ct {
		height: 60vw;
	}
	
	.logo_ct {
		width: 40vw;
		margin-left: -20vw;
	}
	
	.info_baustart_ct {
		width: 12vw;
		height: 12vw;
		font-size: 1.8vw;
		left: auto;
		margin-left: 0;
		right: 2vw;
	}
	
	
.footer_left, .footer_middle, .footer_right {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.col_left {
		width: 100%;
		padding-right: 0;
	}

	.col_right {
		width: 100%;
		padding-left: 0;
	}

}



@media only screen and (max-width: 640px) {

	body {
		padding-top: 10vw;
	}
	
	#head_ct {
		height: 75vw;
	}
	
	.logo_ct {
		width: 70vw;
		margin-left: -35vw;
	}
	
	.info_baustart_ct {
		width: 24vw;
		height: 24vw;
		font-size: 3.5vw;
		left: 6vw;
		right: auto;
		top: 54vw;
		-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
	}
	
	
	.flex-direction-nav {
		display: none !important;
	}
	
	.inner_left, .inner_right {
		width: 100%;
		margin-top: 20px;
	}
	
	.checkbox_pdf {
		float: left;
	}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}