﻿@charset "utf-8";
h1, h2, h3, h4, h5 {
margin: 0 !important;
font-style: normal;
}
a p {
	color: #2C4063;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
h2 {
font-size: 28px !important;}
h3 {
font-size: 20px !important;}
} 
@media screen and (max-width: 400px) {
h2 {
font-size: 20px !important;}
h3 {
font-size: 16px !important;}
p {
font-size: 12px !important;}
}
#wrapper {
border-color: #ffffff;
width: 100%;
padding-left: 0px;
padding-right: 0px;
background-color: #ededed;
overflow:hidden;
}
footer {
background-color: #800000;
color: #ededed;
}
.spacer {
background-color: #ECECEC;
width: 95%;
margin-left: 2.5%;
}
.infobar {
width: 98%;
overflow: hidden;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 1%;
padding: 10px;
padding-left: 20px;
text-align: left;
background-color: rgba(167,167,167,0.3);
}
.infobar p {
font-size: 12px;
}
.navbar_desktop {
border-left: 0px solid;
border-right: 0px solid;
border-color: #ffffff;
background-color: rgba(255,255,255,0.9);
position:fixed;
top: 0;
left: 0;
right:0;
 z-index: 9999;
}
.navbar_mobilex {
border-color: #ffffff;
display: none;
height: 55px;
background-color: rgba(255,255,255,0.95);
position:fixed;
top: 0;
left: 0;
z-index: 9998;
width: 100%;
box-shadow-top: inset 0 0 0 5px rgba(0, 255, 0, 0.5);
}
.nav_img {
visibility: hidden;
position: fixed;
left: 50%;
transform: translate(-50%, 0%);
padding: 5px 0px;
}
@media screen and (max-width: 420px) {
.nav_img {
display: none;
}
}
.supports-flex .infobar {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex;
-webkit-align-items: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-flex-flow: row;
flex-flow: row;
}
.infobar_sub {
width: 33%;
}
@media screen and (max-width: 768px) {
.supports-flex .infobar {
display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox; /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Chrome */
display: flex;/* NEW, Spec - Opera 12.1, Firefox 20+ */
align-items: flex;
-webkit-align-items: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-flex-flow: column;
flex-flow: column;
}
.infobar_sub {
width: 100%;
}
.infobar_sub p {
padding: 4px;
}
.infobar_sub + .infobar_sub {
margin-top: 10px;
}
.infobar {
text-align: center;
}
}
@media screen and (min-width: 768px) {
#infobar_2, #infobar_3 {
border-left: 2px solid;
}
.infobar_sub {
padding-left: 20px;
}
}
.dropbtn {
background-color: rgba(255,255,255,0);
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
clear: left;
font-family: quattrocento sans;
}
.iconb {
float: right;
}
.spanicon {
padding: 10px 10px;
border: 1px solid;
border-radius: 5px;
margin: 10px 20px;
}
.iconbar + .iconbar, .iconbar2 + .iconbar {
margin-top: 4px;
}
.iconbar2 + .iconbar3 {
margin-top: -2px;
}
.iconbar {
display: block;
width: 22px;
height: 2px;
background-color: #cccccc;
border-radius: 1px;
z-index: 10;
}
.infobar_sub p, .ib1 p, .ib2 p, .ib3 p{
margin: 0 !important;
}


.navbar_mobilex [type=checkbox]:checked + label .iconbar {
visibility: hidden;
transition: all 0.2s ease-in;
}

.navbar_mobilex [type=checkbox]:checked + label .iconbar2 {
visibility: visible;
transform: rotate(-45deg);
transition-delay: 0.2s;
transition: all 1s ease-out;
}
.navbar_mobilex [type=checkbox]:checked + label .iconbar3 {
visibility: visible;
transform: rotate(45deg);
transition-delay: 0.2s;
transition: all 1s ease-out;
}





.dropdown-content_m {

display: block;
height: 100vh;
right: -110%;
visibility: hidden;
top: 55px;
position: absolute;
background-color: rgba(21,21,21,0.7);
min-width: 75vw;
text-align: center;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
overflow: scroll;
}
.dropdown-content_m a {
text-decoration: none;
display: block;
}
.dropbtn_m {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
cursor: pointer;
padding: 10px 10px;
background: linear-gradient(rgba(140,140,140,0.8), rgba(190,190,190,0.8));
display: block;
color: #EDEDED;
line-height: 1.42857143;
border: 1px solid #ddd;
border-radius: 4px;
font-family: quattrocento sans;
font-size: 16px;
font-weight: 500;
}
.dropbtn_m:hover, .dropbtn_m:active {
background: linear-gradient(rgba(190,190,190,0.8), rgba(210,210,210,0.6));
color: #555555;
border-color: #aaa;
transition: all 0.5s;
}
.dropbtn_m80 {
width: 70%;
float: left;
margin-bottom: 0 !important;
}

.dropbtn_m20 {
width: 30% !important;
float: right;
padding: 10px !important;
margin-bottom: 0 !important;
}
.nav_panel {
background-color: rgba(150,150,150,0.8) !important;
margin: 0 !important;
}
.nav_panel ul {
padding: 0;
}
.navbar_mobilex [type=checkbox] {
display: none;
}

.navbar_mobilex [type=checkbox]:checked ~ label + .dropdown-content_m {
right: 0px;
visibility: visible;
transition: all 0.5s ease-out;
}

.navbar_mobilex [type=checkbox] ~ label + .dropdown-content_m {
right: -110%;
visibility: hidden;
transition: all 0.5s ease-out;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #8B0002;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content_r {
right: 0;
display: none;
position: absolute;
background-color: #8B0002;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.supports-flex .dropdown-content_prod {
align-items: flex;
-webkit-align-items: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-flex-flow: column;
flex-flow: column;
}
.supports-flex .wrapper_nav {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex;
-webkit-align-items: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-flex-flow: row;
flex-flow: row;
}
.dropdown-content_prod {
right: -200px;
display: none;
position: absolute;
background-color: #8B0002;
width: 700px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.navbar_prod {
width: 100%;
}
.product_nav h3 {
padding-bottom: 5px;
border-bottom: 1px solid #c1c1c1;
}

.dropdown-content_prod a, .dropdown-content_r a, .dropdown-content a {
color: #ededed;
padding: 12px 16px;
display: block;
font-family: quattrocento sans;
}
.nav_sub a {
padding: 8px 30px;
}
.nav_sub a p {
margin-top: 0;
margin-bottom: 0;
color: #ececec;
text-decoration: none;
}
.nav_sub a:hover p {
color: #000000;
}
.dropdown-content a:hover, .dropdown-content_r a:hover, .dropdown-content_prod a:hover {
background-color: #ececec;
color: #000000;
text-decoration: none;
border-radius: 6px;
}

.dropdown-content_m a:hover {
color: #777;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content_r {
display: block;
}
.dropdown:hover .dropdown-content_prod, .dropdown2:hover .dropdown-content_prod {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox; 
display: -webkit-flex;
display: flex;
}
.dropdown2 {
background-color: rgba(0,0,0,0.00);
position: absolute;
height: 30px;
width: 40px;
margin-top: 24px;
margin-left: -40px;
}

.dropdown:hover .dropbtn {
background-color: #800000;
color: #ffffff;
}
@media screen and (max-width: 768px) {
.navbar_desktop {
display: none;
}
.navbar_mobilex {
display: block;
}
}
#ib1, #ib2, #ib3 {
display: none;
}
.ib1, .ib2, .ib3 {
display: none;
}
@media screen and (max-width: 768px) {
.ib1, .ib2, .ib3 {
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
cursor: pointer;
padding: 5px 10px;
background: linear-gradient(rgba(140,140,140,1), rgba(190,190,190,1));
display: block;
color: #EDEDED;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
 -o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.infospan {
display: none;
}
#infobar_1, #infobar_2, #infobar_3 {
display: none;
height: 0;
overflow: hidden;
}
#ib1:checked ~ label + #infobar_1, #ib2:checked ~ label + #infobar_2, #ib3:checked ~ label + #infobar_3 {
display: block;
height: auto;
overflow: auto;
}
#ib1:checked ~ .ib1, #ib2:checked ~ .ib2, #ib3:checked ~ .ib3 {
background: linear-gradient(rgba(120,0,0,0.8), rgba(128,0,0,0.6));
}
}
/* styles main */
.index_top_img {
height: 100%;
width: 100%;
min-height: 100px;
max-height: 450px;

}
@media (max-width: 768px)
{#index_top_bg {
	overflow: hidden;
	text-align: center;
	}
	.index_top_img {
		text-align: center;
		width: 180%;
		margin-left: -40%;
		transition: 0.5s all ease;
	}
}
@media screen and (orientation:landscape) {	
	.index_top_img {
		width: 100%;
		margin-left: 0;
		margin-top: -5%;
	}
}
	
.index_top_logo_desk {
position: absolute;
width: 20%;
max-width: 200px;
margin-top: 30px;
left: 20px;
padding: 20px;
background: rgba(255,255,255,1);
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
border-bottom: 10px solid;
border-bottom-color: rgba(128,0,0,1);
border-radius: 15px;
 transition: 0.5s all ease;
}
.index_top_logo_mobile {
padding-top: 2.5px;
height: 50px;
/*navbar-height: 55px*/
position: absolute;
left: 50%;
transform: translateX(-50%);
transition: all ease-in 0.3s;
}
@media screen and (max-width: 400px) {
.index_top_logo {
padding: 1px;
width: 30%;
 transition: 0.5s all ease;
}
.index_top_logo_desk {
display: none;
}
.index_top_logo_mobile {
padding-top: 5px;
height: 45px;
/*navbar-height: 55px*/
}
}
@media screen and (min-width: 401px) and (max-width: 768px) {
.index_top_logo {
padding: 10px;
width: 25%;
 transition: 0.5s all ease;
}
.index_top_logo_desk {
display: none;
}
}
.placeholder_index {
min-height: 5px;
height: 1vw;
padding-left: 0px;
padding-right: 0px;
}
.supports-flex .flex-container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-flex-flow: wrap;
flex-flow: wrap;
flex-grow: 1;
-webkit-flex-grow: 1;
}

.product {
float: left;
padding: 1em;
width: 33.33333%;
line-height: 1.42857143;
background-color: #555;
border: 4px solid #ededed;
border-radius: 1px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.product_index100 {
	width: 100%;
	position: relative;
}
.caption {
color: #EDEDED;	
font-family: quattrocento sans;
text-shadow: 2px 2px 4px #000;
padding: 5px;
}
.caption_padding {
	padding: 10px 0;
	width: 90%;
	margin: 0 auto !important;
}
.caption_center {
text-align: center;
}
.spacer2 {
background-color: #ECECEC;
width: 80%;
margin-left: 10%;
}
@media screen and (max-width: 600px) {
.spacer2 {
width:100%;
margin: 0;	
}
.dproduct_dim {
width: 90%;
margin-left: 5%;	
}	
}
.main_prod2 {
width: 100%;
max-height: 300px;
overflow: hidden;
}
.subpage_top_cont {
width: 100%;
}
.subpage_top_img {
margin-top: 0px;
background-image: url(../images/subpage_top.jpg);
background-size: 100% 100%;
background-position: center;
}
.subpage_top_txt {
font-size: 56px;
border-top: 2px solid;
border-bottom: 2px solid;
border-color: #6f6f6f;
padding: 0 20px;
font-style: normal;
color: #af3a3a;
font-family: quattrocento sans;
text-shadow: 0px 0px 2px #777, 2px 2px 4px #777;
}
.placeholder_top {
height: 20px;
}
.placeholder_bottom {
height: 20px;
box-shadow: 00px 10px 5px rgba(164,164,164,0.2);
}
.supports-flex .spacer {
display: -webkit-box;      
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-flex-flow: wrap;
flex-flow: wrap;
}
.heading {
text-align: center;
font-family: quattrocento sans;
}
	
.img1 {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
webkit-order: 1;
order: 1;
flex-grow: 1;
-webkit-flex-grow: 1;	
z-index: 10;
}
.img_index100 {
	max-height: 600px;
}
.img_max_height_index {
	max-width: 600px;
}
.img2 {
width: 38%;
max-height: 150px;
max-width: 150px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
webkit-order: 1;
order: 1;
}
.img_new {
z-index: 15;
position:absolute;
	top: 20%;
	right: 10px;
	transform: rotate(20deg);
	
}
.description1 {
width: 90%;
margin: 10px auto;
color: #ececec;
}
.description2 {
webkit-order: 2;
order: 2;
width: 58%;
}
.sub_alt {
margin: 15px 0px;
}
.alt_img {
width: 40%;
}
.alt_img:hover {
cursor: pointer;
}
button.accordion {
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
cursor: pointer;
background: linear-gradient(rgba(140,140,140,1), rgba(190,190,190,1));
display: block;
 padding: 4px;
 line-height: 1.42857143;
 background-color: #fff;
 border: 1px solid #ddd;
 border-radius: 4px;
 -webkit-transition: border .2s ease-in-out;
 -o-transition: border .2s ease-in-out;
 transition: border .2s ease-in-out;
}
button.accordion.active, button.accordion:hover {
    background: linear-gradient(rgba(190,190,190,0.8), rgba(210,210,210,0.6));
		color: #555555;
		border-color: #aaa;
		transition: all 0.5s;
}
.panel p, .panel2 li  {
margin: 0;
padding: 3px 0;
}
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
	overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
div.panel h5, div.panel2 h5 {
	color: #555555;
	padding: 5px;
	}
div.panel.show {
    opacity: 1;
    max-height: 500px;
}
div.panel2 {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
	overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
div.panel2.show {
    opacity: 1;
    max-height: 100%;
}

.xproduct2 .cont_txt .heading {
	padding-bottom: 0.2em
	}
.impressum {
	position: absolute;
	right: 60px;
	top: 130px;
	font-size: 70px;
	color: #ffffff;
	z-index: 2;
	}
.impressum2 p {
	position: relative;
	z-index: 3;
	}

	.block {
	position: relative;
	width: 90%;
	padding-top: 50%;
	margin: 0 auto;
	overflow: hidden;
	}

}
.block_prod {
	padding-top: 70%;
	max-height: 250px;
}
	.img1 {
	position: absolute;
	left: 0;
	bottom: -50%;
	}
@media (min-width: 1400px) {
	.img_max_height_index {
 		top:0;
		max-height: 400px;
	}
	}
.img_prod {
	bottom: -15%;
}
.product_last50 {
	width: 50%;
	border-top: 2px;
}
.product_height_index  {
	max-height: 500px;

}
.product_last50 .block_prod 
{
	width: 59%;
	padding-top: 52%;
}
@media (max-width:1250px) {
.subpage_top_txt {
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 38px;
	padding-top: 5px;
	}
.heading {
	padding-bottom: 1.5em;
	}
}
@media (max-width:1050px) {
.subpage_top_txt {
	font-size: 38px;
}
.product {
	width: 50%;
}
.product3 {
	border-top:2px;	
	}
.product_last50 {
	border-top: 2px;
}
.product_last50 .block_prod {
	width: 90%;
	padding-top: 70%;
}	
.product_last {
	width: 100%;
	border-top: 2px;
	border-left: 4px solid #ececec !important;
}
.product_last .block {
	width: 43%;
	padding-top: 24%;
}
.product_last .block_prod {
	padding-top: 33%;
}	
.product_last .description1 {
	text-align: center;
}
.heading {
	padding-bottom: 1em;
}
.impressum {
	font-size: 50px;
}
}
@media (max-width:768px) {
	.subpage_top_txt {
	font-size: 24px;
	}
	.placeholder_bottom {
	height: 10px;
	}
	.product_last {
	width: 100% !important;
	}
	
	.product_last .description1 {
	text-align: center;
	}
	.thumb_img {
	height: 0;
	overflow: hidden;
	}	
	.fv1, .fv2, .fv3, .fv4, .fv5, .fv6, .fv7, .fv8 {
	display: block;
	}
	.heading {
	padding-bottom: 0.5em;
	padding-top: 10px;
	}
	.impressum {
	font-size: 30px;
	}

}
@media (max-width:600px) {
.subpage_top_txt {
	font-size: 24px;
	}	
.placeholder_bottom {
	height: 10px;
	}
.product {
	width: 100%;
	}
	.product2 {
	border-top: 2px;
	}
	.product_last .block {
	width: 90%;
	padding-top: 50%;
	}
	.product_last .block_prod {
	padding-top: 70%;
}
.heading {
	padding-bottom: 0.1em;
	padding-top: 10px;
	}
	.impressum {
	font-size: 20px;
	}
}	

@media (max-width:400px) {
.subpage_top_txt {
	font-size: 20px;
	}
.placeholder_bottom {
	height: 10px;
	}
.product {
	width: 100%;
	}
.impressum {
	font-size: 20px !important;
	}
}
	
/*lightbox */
body:after {
content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
display: none;
}

body.lb-disable-scrolling {
overflow: hidden;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px;
border: 4px solid white;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px;
background-color: white;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(../images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
pointer-events: auto;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: none;
background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(../images/lightbox/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(../images/lightbox/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}
.lb-data .lb-caption a {
color: #4ae;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(../images/lightbox/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
/* subpagefb */
.heading_top {
margin-top: 10px;
padding: 10px 10px;
width: 100%;
text-align: justify;
font-family: quattrocento sans;
font-style: normal;
font-weight: 700;
line-height: normal;
border-top: 1px solid #c1c1c1;
}
.heading_top_first {
border: none;
}
.heading_top_contact {
margin-top: 60px;
}
/*sprungmarken */
#rhombus, #contact, #glattkant, #oeffnungszeiten, #anfahrt, #x1, #x2, #x3, #x4, #x5, #x6, #x7, #keilbohle_nach_maß, #Lohnhobeln, #Lohntrocknen, #Lohnspalten, #saegerau_gehobelt, #bandsaegeschnitt, #gebuerstet, #gehackt, #beschichtet, #baumkante, #kantholz, #bretter_bohlen, #leisten, #schalung, #mittig_getrennt, #trapezbohle, #keilbohle, #dachform, #spitzform, #saege_hobelspaene, #schwarten_spreissel, #rinde, #hackschnitzel, #holzarten, #pefc, #rh_astfrei, #relieffassade {
margin-top: -50px;
width: 10px;
height: 10px;
background-color: rgba(0,0,0,0.00);
position: absolute;
visibility: hidden;
}
/*end sprungmarken*/
.heading_sub {
margin-top: 5px;
padding: 5px 10px;
width: 60%;
text-align: justify;
font-family: quattrocento sans;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.supports-flex .xproduct, .supports-flex .dproduct, .supports-flex .cont_right, .supports-flex .cont_left, .supports-flex .panel2, .supports-flex .rproduct, .supports-flex .rproduct_main {
display: -webkit-box;      
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-flex-flow: row;
flex-flow: row;
}
.supports-flex .dproduct, supports-flex .panel2 {
-webkit-flex-flow: wrap;
flex-flow: wrap;
}
 .dproduct .xproduct {
 width: 49%;
 }
.rproduct_main {
	text-align: center;
	width: 90%;
	margin-left: 5%;
}
.rproduct {
width: 33%;
text-align: center;
}
@media screen and (max-width: 768px) {
	.supports-flex .rproduct_main {
		webkit-flex-flow: column;
		flex-flow: column;
	}
	.rproduct {
		width: 60%;
		margin-left: 20%;
	}
}
.dproduct {
background: #ffffff;
}
.supports-flex .xproduct {
align-items: center;
webkit-align-items: center;
}
.xproduct2 {
border-left: 1px solid #c1c1c1;
border-bottom: 1px solid #c1c1c1;
}
.xproduct_tl {
border-top: 1px solid #c1c1c1;
margin-top: 10px;
padding-top: 10px;
}
.supports-flex .cont_txt {
display: -webkit-box;      
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
.heading_img_div {
width: 126%;
margin-left: -13%;
max-height: 400px;
overflow: hidden;
}

.heading_img {
width: 100%;
height: auto;
}
.supports-flex .cont_img {
justify-content: center;
webkit-justify-content: center;
display: inline-block;
}

.cont_img_pad {
	
	padding-top: 10px;
	padding-bottom: 10px;
}
.cont_right, .cont_left {
width: 50%;
text-align: center;
}
.cont_full {
	width:100%;
	text-align: center;
}
.cont_img_full {
	width: 50%;
	max-height: 400px;
	max-width: 400px;
	padding: 20px;
}
.cont_img_relief {
	width: 80%;
	max-height: 400px;
	max-width: 400px;
	padding: 20px;
}
.cont_right {
webkit-order: 2;
order: 2;
}
.cont_left {
webkit-order: 1;
order: 1;
}
.cont_txt {
min-width: 150px;
}
.frame {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
.xproduct {
width: 100%;
}
.xproduct + .xproduct {
margin-top: 10px;
}
.xproduct + .dproduct {
margin-top: 20px;
}
.cont_img {
width: 60%;
max-height: 450px;
max-width: 549px;
min-width: 200px;
}
.cont_imgd {
width: 90%;
max-height: 450px;
max-width: 549px;
}
.cont_imgd2 {
display: none;
}
.full_img {
width: 100%;
margin-top: 10vh;
}
.cont_leftd {
width: 40%
}
.cont_rightd {
width: 60%
}
.dproduct_dim {
width: 100%;
max-width: 700px;
}
@media screen and (max-width: 600px) {
.dproduct_dim {
width: 90%;
margin-left: 5%;
}
}
.dim_left {
width: 33%;
}
.dim_right {
width: 67%;
}
.dim_right p {
border: 1px solid #C1C1C1;
margin: 10px;
}
@media screen and (max-width: 768px) {
 .dproduct .xproduct {
 width: 100%;
 }
 
.supports-flex .xproduct {
-webkit-flex-flow: column;
flex-flow: column;
} 
.supports-flex .dproduct_dim .xproduct {
webkit-flex-flow: row;
flex-flow: row;
}
.cont_txt {
webkit-order: 1;
order: 1;
width: 100%;
}
.cont_right  {
webkit-order: 1;
order: 1;
}
.cont_img {
max-height: 200px;
width: 40%;
}
.full_img {
margin-top: 5px;
width: 50%;
}
}

/* contact */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
.spacer_con {
background-color: #ECECEC;
width: 95%;
margin-left: 2.5%;
text-align: center;
}
.contact {
width: 700px;
min-width: 700px;
margin-top: 10px;

margin-left: auto;
margin-right: auto;
}
@media (max-width: 700px) {
	.contact {
		width: 100%;
		min-width:100%;
	}
}
button.accordion_contact {
cursor: pointer;
background: linear-gradient(rgba(250,250,250,1), rgba(210,210,210,1));
display: block;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
button.accordion_contact.active, button.accordion_contact:hover, button.accordion_contact:hover ~ .ccform-addon_contact {
    background: linear-gradient(rgba(230,230,230,1), rgba(180,180,180,1));
color: #555555;
border-color: #aaa;
transition: all 0.5s;
}
.ccform-addon_contact {
cursor: pointer;
background: linear-gradient(rgba(250,250,250,1), rgba(210,210,210,1))!important;
}
.contact_data {
width: 700px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
.ccformfield a {
color: #f0f0f0;
text-decoration: none;
}
.ccformfield a:hover, .ccformfield a:focus {
color: #333;
}

a, button {
outline: none;
}
.codeconvey-demo a:hover,
.codeconvey-demo a.current-demo,
.codeconvey-demo a.current-demo:hover {
border-color: #333;
color: #333;
}
.spacer_map  {
margin-left: auto;
margin-right: auto;
width: 700px;
}
#map {
width: 100%;
height: 400px;
}
.dim_left_contact, .dim_right_contact {
width: 50%;
text-align: center;
}
.dim_left_contact, .dim_right_contact, .dim_top_contact {
font-family: 'Lato',Arial,sans-serif;
}
@media screen and (max-width: 700px) {
.spacer_con {
width: 100%;
margin-left: 0;
}
.contact_data {
width:100%;
}
.spacer_map {
width: 100%;
}
#map {
height: 300px;
}
}
@media screen and (max-width: 400px) {
.dim_left_contact, .dim_right_contact {
width: 100%;
}
.contact_data > .supports-flex .xproduct {
flex-flow: column;
webkit-flex-flow: column; 
}
}
.xproduct_width {
	width: 100% !important;
}

.unternehmen_main {
max-width: 1400px;
margin-top: 20px;
text-align: center;
width: 100%;
margin: 0 auto;
position: relative;
}
.supports-flex .pefc_main {
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;     /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
justify-content: space-between;
-webkit-flex-flow: column;
flex-flow: column;
}
.pefc_main {
background-color: #555;
width: 100%;
align-items: center;
}
.pefc_unternehmen {
width: 150px;
float: right; 
margin-left: 10px;
transition: all 0.2s ease-in;
}
.pefc_logo_cont {
position: relative;
max-width: 120px;
margin: 20px 0px;
transition: all 0.2s ease-in;
}
@media screen and (max-width: 768px){
	.pefc_logo_cont {
position: relative;
max-width: 100px;
margin: 15px 0px;
}
	.pefc_unternehmen {
width: 120px;
	}
}
@media screen and (max-width: 400px){
	.pefc_logo_cont {
position: relative;
max-width: 80px;
margin: 10px 0px;
}

.historie_wrapper {
width: 80%;
margin: 0 auto;
position: relative;
}
.unternehmen {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.unternehmen_heading {
font-family: quattrocento sans;
font-weight: 500;
font-size: 68px;
position: absolute;
top: 30px;
right: 150px;
color: #ffffff;
border-top: 2px solid;
border-bottom: 2px solid;
border-color: #ffffff;
padding: 0 20px;
font-style: normal;
text-shadow: 0px 0px 2px #ffffff, 1px 1px 2px #ffffff;
}
.supports-flex .historie_wrapper {
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;     /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
justify-content: space-between;
-webkit-flex-flow: wrap;
flex-flow: wrap;
}
.supports-flex .unternehmen_historie_re {
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;     /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
justify-content: space-between;
-webkit-flex-flow: wrap;
flex-flow: wrap;
}
.unternehmen_historie_li {
order: 1;
webkit-order: 1;
width: 50%;
margin-top: -30px;
z-index: 2;
transition: all 0.5s ease-in-out;
}
.unternehmen_historie_re {
order: 2;
webkit-order: 2;
width: 50%;
padding-left: 10px;
padding-top: 10px;
align-content:flex-start;
transition: all 0.5s ease-in-out;
}

.historie_text_li {
order: 1;
webkit-order: 1;
width: 40%;
text-align: left;
}
.historie_text_re {
order: 2;
webkit-order: 2;
width: 60%;
text-align: left;
}
.historie_text_li p, .historie_text_re p {
margin: 0;
padding: 0;
}
.historie_text_100 {
width: 100%;
order: 3;
webkit-order: 3;
}
.historie_text_100 p {
margin: 0;
padding: 0;
}
.error {
padding: 10px;
background-color: rgba(255,0,4,1.00);
border: 1px solid #777;
margin-bottom: 5px;
}
.email_success {
padding: 10px;
background-color: rgba(26,255,0,1.00);
border: 1px solid #777;
margin-bottom: 5px;
}
.unternehmen_text {
width: 80%;
max-width: 900px;
margin: auto;
}
.unternehmen_text h4 {
padding-top: 10px;
width: 100%;
text-align: justify;
font-family: quattrocento sans;
font-style: normal;
font-weight: 700;
line-height: normal;
border-top: 1px solid #c1c1c1;
}
@media (max-width: 1050px) {
.unternehmen_heading {
font-size: 48px;
top: 25px;
right: 40px;
}
}
@media (max-width: 768px) {
.unternehmen_heading {
font-size: 36px;
top: 20px;
right: 40px;
}
.titelbild_main {
width: 100%;
margin: 0 auto;
}
.unternehmen_historie_li, .unternehmen_historie_re {
width: 100%;
}
.unternehmen_historie_li {
margin-top: 10px;
order: 2;
webkit-order: 2;
}
.unternehmen_historie_re {
padding-left: 0;
order: 1;
webkit-order: 1;
}
}
@media screen and (max-width: 700px) {
.error {
width: 100vw;
}
.email_success {
width: 100vw;
}
}
@media screen and (max-width: 400px) {
.unternehmen_heading {
font-size: 16px;
top: 10px;
right: 15px;
}
}
/* comtact_comp */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor:default;
}
.fa:hover{
color:#d8850e;
}
.fa-2x {
font-size: 2em;
}
.fa-info:before{
content: "\f129"
}
.fa-industry:before {
content: "\f275";
} 
.fa-envelope:before {
content: "\f0e0";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
} 
.fa-user:before {
content: "\f007";
}
.fa-comment:before {
content: "\f075";
}
.fa-info:before {
content: "\f129";
}
.ccfield-prepend{
margin-bottom:10px;
width:100%;
}
.ccform-addon{
color:#f8ae45; 
float:left;
padding:11px;
width:8%;
background:#FFFFFF;
text-align:center;
}

.ccformfield {
color:#000000; 
background:#FFFFFF;
border:none;
padding:15.5px;
width:91.9%;
display:block;
font-family: 'Lato',Arial,sans-serif;
font-size:14px;
}

.ccformfield {
font-family: 'Lato',Arial,sans-serif;
}
.ccbtn{
display:block;
border:none;
background:#f8ae45;
float:right;
color:#FFFFFF;
padding:10px;
cursor:pointer;
text-decoration:none;
font-weight:bold;
margin-bottom: 0px;
margin-top: -40px;
}
.ccbtn:hover{
background:#d8850e;

}
.placeholder_btn {
margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
.ccbtn {
position: absolute;
right: 10px;
margin-top: 0;
}
}