/*
Schaefer Template
creation Date: 2018-07-04
Author: Sebastian Osinski
http://www.sebbi.net
*/

body, html{
	font-family: 'Poppins-Regular', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 14px;
	overflow-x: hidden;
}
*{
	margin: 0px;
	padding: 0px;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
table{
	width: 100%;
	table-layout: fixed;
}
td{
	vertical-align: top;
	position: relative;
}
h1{
	font-size: 30px;
	font-weight: 300;
}
h1.widemarg-bot{
	margin-bottom: 60px;
}
h2{
	line-height: 24px;
	font-size: 20px;
}
h2.margbot{
	margin-bottom: 40px;
}
h3{
	font-size: 20px;
}
p,
.gbs3 .cont-block p{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 24px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
p.bold{
	font-weight: bold;
}
p.larger{
	font-size: 18px;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
h1.superlarge{
	font-size: 45px;
}
.larger p{
	font-size: 18px;
}
.bold{
	font-weight: bold;
}
#content-wrapper h1{
	text-transform: uppercase;
}
p.cite{
	font-weight: 300;
	font-style: italic;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	position: relative;
}
.main-container.widepad,
.cont-block.widepad,
#content-wrapper.hasContent,
#content-wrapper .finder{
	padding-top: 55px;
	padding-bottom: 55px;
}
.main-container.widepad_top,
.cont-block.widepad_top{
	padding-top: 55px;
}
.minpad{
	padding-top: 1px;
	padding-bottom: 1px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}
.cont-block.nooverflow{
	overflow: hidden;
}
.nooverflow td{
	overflow: hidden;
}
.content-tworow > tbody > tr > td{
	width: 49%;
}
.content-tworow > tbody > tr > td.table-spacer{
	width: 2%;
}
.content-threerow > tbody > tr > td{
	width: 32%;
}
.content-threerow > tbody > tr > td.table-spacer{
	width: 2%;
}
.content-fourrow > tbody > tr > td{
	width: 22%;
}
.content-fourrow > tbody > tr > td.table-spacer{
	width: 4%;
}
.content-fiverow > tbody > tr > td{
	width: 190px;
}
.content-fiverow > tbody > tr > td.table-spacer{
	width: 100px;
}
.content-sevenrow > tbody > tr > td{
	width: 14%;
}
.content-sevenrow  > tbody > tr > td.table-spacer{
	width: 0.4%;
}

/* INDEXES */
#topmenu-wrapper{
	z-index: 10;
}
#header-wrapper{
	z-index: 9;
}
#contactknob-wrapper{
	z-index: 8;
}
#content-wrapper.hasContent{
	z-index: 4;
}
#slider-wrapper{
	z-index: 3;
}
.cont-block{
	z-index: 2;
}
.nointeraction{
	pointer-events: none;
}



/* transitions */
.kontakttable *,
.maplink, .maplink *,
.news-box *{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a,
#contactknob-wrapper, #contactknob-wrapper *,
.catlinkbox-wrapper, .catlinkbox-wrapper *,
.lb_contentlink,
#cboxClose,
.productoverviewbox, .productoverviewbox *,
#content-wrapper .finder button,
.joblink{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}

/* CONTENT */
#content-wrapper{

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

/* CONTENT SPECIFIC */
.contentspacer{
	display: block;
	height: 40px;
}
.contentspacer.wide{
	height: 80px;
}
.maplink{
	position: relative;
	display: block;
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.maplink img{
	position: absolute;
	width: 70%;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
}
.maplink img.maplink_flag{
	width: 40px;
	left: 50%;
	margin-left: -20px;
	pointer-events: none;
}
.maplink img.maplink_flag.shift_right{
	margin-left: 0px;
}
.maplink img.littlesmaller{
	width: 60%;
	left: 20%;
}
.maplink img.smaller{
	width: 40%;
	left: 25%;
}
.maplink img.maplink_off,
.maplink:hover img.maplink_on{
	opacity: 1;
}
.maplink:hover img.maplink_off,
.maplink img.maplink_on{
	opacity: 0.0;
}
h2.maplink_contactline{
	font-family: 'Poppins-Light', sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 30px;
}
.kontakttable{
	text-align: center;
}
.kontakttable .maplink{
	height: 300px;
}
.kontakttable .maplink img:not(.maplink_flag){
	left: 25% !important;
	width: 50% !important;
}

.catlinkbox-wrapper{
	display: block;
	position: relative;
	margin-top: 90px;
	margin-bottom: 0px;
	width: 100%;
}
.catlinkbox_top{
	overflow: hidden;
	display: block;
	position: relative;
	height: 450px;
}
.catlinkbox_bg{
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
	min-height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.catlinkbox_slogan{
	position: absolute;
	left: 540px;
	top: 105px;
}
.catlinkbox_slogan h1{
	line-height: 30px;
	font-size: 22px;
}
.catlinkbox_bot{
	display: block;
	position: relative;
	height: 170px;
	margin-top: -85px;
	text-align: center;
	line-height: 0px;
	font-size: 0px;
}
.catlinkbox_link{
	position: relative;
	display: inline-block;
	width: 170px;
	height: 170px;
	margin: 0px;
}
.catlinkbox_link:hover{
	z-index: 1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.catlinkbox_link img{
	width: 100%;
	height: auto;
}

.content_offsetTop{
	display: block;
	position: relative;
	width: 100%;
	margin-top: -150px;
}
.content_offsetPadder{
	padding-left: 50px;
	padding-top: 40px;
}
.content_offsetTop p{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
.content_offsetLeft{
	float: left;
	width: 720px;
}
.content_offsetRight{
	float: right;
	width: 380px;
}
.content_offsetLeft a:hover{
	text-decoration: underline;
}
.liner{
	display: block;
	width: 100px;
	height: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.mitarbeitercontact{
	display: block;
	position: relative;
	width: 100%;
	margin-top: -40px;
}
.mitarbeitercontact_img{
	display: block;
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.mitarbeitercontact_img img:not(.noautoheight){
	width: 100%;
	height: auto;
	min-height: 100%;
}
.mitarbeitercontact_img img.centeredimg{
	position: absolute;
	height: 40% !important;
	top: 30%;
	width: auto !important;
}
.mitarbeitercontact_contact{
	display: block;
}
.mitarbeitercontact_padder{
	padding: 30px;
}
.mitarbeitercontact_contact h2{
	margin-bottom: 0px;
}
.mitarbeitercontact_contact p{
	font-size: 18px;
	font-weight: 300;
	font-family: 'Poppins-Light', sans-serif;
}
p.m_pos{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 14px;
}
.mailicon{
	vertical-align: middle;
	width: 25px;
	margin-right: 10px;
}

.bracketwrapper,
.news-module{
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 70px;
	font-size: 0px;
	text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.bracket,
.news-box{
	width: 400px;
	position: relative;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	display: inline-block;
  *display: inline;
}
.bracketwrapper.fourrow .bracket{
	width: 300px;
}
.bracketwrapper.tworow .bracket{
	width: 45%;
}
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}
.bracket_bg{
	display: block;
	position: relative;
	height: 250px;
	width: 100%;
	overflow: hidden;
}
.bracket_bg img{
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	left: 0px;
	top: 0px;
}
.bracketwrapper.fourrow .bracket_bg{
	height: 250px;
}
.bracket_title,
.bracket_content > div{
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
.bracket_content a:hover{
	text-decoration: underline;
}
.ansprechpartner_sectiontitle{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 40px;
}
p.bracket_mitarb{
	font-size: 20px;
	margin-bottom: 20px;
}

.productoverviewbox_wrapper{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0px;
}
.productoverviewbox_line{
	position: relative;
	display: block;
	height: 340px;
	width: 100%;
	overflow: hidden;
}
.productoverviewbox{
	position: absolute;
	width: 50%;
	height: 100%;
	overflow: hidden;
	top: 0px;
}
.productoverviewbox.left{
	left: 0px;
}
.productoverviewbox.right{
	left: 50%;
}
.productoverviewbox_bg{
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	left: 0px;
	top: 0px;
}
.productoverviewbox_icon{
	position: absolute;
	width: 170px;
	height: 170px;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Safari */
	transform: translate(-50%, -50%);
}
.productoverviewbox:hover .productoverviewbox_icon{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
#content-wrapper .productoverviewbox:hover .productoverviewbox_bg{
	width: 105%;
	max-width: 110% !important;
	min-height: 105%;
	left: -2.5%;
	top: -2.5%;
}

#content-wrapper img.karriere-icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 130px !important;
}

.datewrap{
	display: block;
	width: 100%;
	margin-bottom: 60px;
}
.datewrap p{
	margin: 0px;
}
.datewrap p.dateline{
	font-size: 35px;
	margin-right: 10px;
}
.datewrap p.datedesr{
	margin-bottom: 10px;
}
.datewrap img{
	display: block;
}

.content_offsetTop .joblink{
	padding: 15px;
	margin: 0px;
	border-top: 1px solid;
}
.content_offsetTop .joblink.borderbot{
	border-bottom: 1px solid;
}
.content_offsetTop .joblink:hover{
	padding-left: 30px;
}
.content_offsetTop .joblink:hover a{
	text-decoration: none;
}

/* SHOP */
img.shopentry{
	max-width: 400px;
	float: left;
	margin-right: 60px;
	margin-bottom: 200px;
}
p.tiny{
	font-size: 12px;
	margin: 0px;
}
h1.shoptitle{
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 35px;
}

/* LIGHTBOXES */
#colorbox{
	border-radius: 0px !important;
	left: 50% !important;
	transform: translateX(-50%);
}
#colorbox,
#cboxWrapper,
#cboxTopCenter,
#cboxContent,
#cboxLoadedContent{
	width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px !important;
	float: none !important;
}
#cboxLoadedContent{
	padding: 0px !important;
}
#cboxTitle{
	display: none !important;
}
#cboxClose:before{
	content: "x";
	position: absolute;
	width: 100%;
	height: 100%;
}
#cboxClose{
	background: none;
	content: " " !important;
	position: absolute;
	top: 35px !important;
	right: 25px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	opacity: 1 !important;
	width: 30px !important;
	height: 30px !important;
	box-sizing: content-box;
	font-family: 'Poppins-Regular', sans-serif;
	overflow: hidden;
}
.lb_wrapper{
	display: block;
	position: relative;
	width: 900px;
	overflow: hidden;
}
.lb_bg{
	display: block;
	position: relative;
	width: 100%;
	height: 390px;
	overflow: hidden;
}
.lb_bg img,
.lb_content_r_bg img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
}
.lb_title{
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	padding-left: 30px;
}
.lb_content{
	margin-top: 50px;
	margin-bottom: 100px;
	width: 100%;
	display: block;
}
.lb_content h1{
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 40px;
}
.lb_content li{
	margin-left: 20px;
}
.lb_content_l{
	float: left;
	margin-left: 30px;
	width: 540px;
	position: relative;
}
.lb_content_l.full{
	width: 90%;
}
.lb_content_r{
	float: right;
	position: relative;
	width: 300px;
}
.lb_content_r_bg{
	display: block;
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.lb_linedlink{
	border-bottom: 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
}
.lb_linedlink.bordtop{
	border-top: 1px solid;
}
.lb_linedlink:hover a{
	text-decoration: underline;
}
.lb_contentlink{
	display: block;
	width: 230px;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
}
.lb_contentlink.centered{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.lb_contentlink:not(.neutral){
	font-weight: bold;
}
.lb_contentlink a{
	display: block;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.lb_contentlink:hover{
	width: 250px;
}
.lb_contentlink:hover a{
	padding-left: 35px;
}
.lb_contentlink.neutral{
	border: 1px solid;
}

/* NEWS */
.news-box{
	width: 610px;
	height: 360px;
	margin-bottom: 20px;
	overflow: hidden;
}
.newsentry_bg{
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.newsentry_bg img{
	width: 100%;
	min-height: 100%;
}
.newsentry_cont{
	position: absolute;
	width: 100%;
	height: 170px;
	z-index: 1;
	bottom: -170px;
}
.newsentry_cont.act{
	bottom: 0px;
}
.newsentry_cont > div{
	padding: 20px;
}
.newsentry_headline{
	position: absolute;
	width: 100%;
	bottom: 0px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	z-index: 0;
}
.newsentry_headline:hover > div{
	padding-left: 30px;
}
.newsentry_headline > div{
	padding-left: 20px;
}

/* SEARCH CONTENT */
#content-wrapper .finder input{
	max-width: 550px;
	margin-top: 10px;
	text-align: center !important;
}
#content-wrapper .finder button{
	display: block;
	cursor: pointer;
	margin-left: auto !important;
	margin-right: auto !important;
}
#content-wrapper .finder button:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
fieldset.word{
	text-align: center;
	border: none;
	margin-bottom: 20px;
}
fieldset.word a,
.finder-selects{
	display: none;
}

/* CONTACTKNOB */
#contactknob-wrapper{
	position: fixed;
	right: 0px;
	width: 70px;
	height: 225px;
	top: 50%;
	margin-top: -112px;
}
.contactknob{
	position: relative;
	width: 70px;
	height: 70px;
	right: 0px;
	margin-bottom: 5px;
}
.contactknob:hover{
	width: 80px;
	right: 10px;
}
.contactknob img{
	width: 70px;
	height: auto;
}

/* FORMS */
.formularspacer{
	position: relative;
}
.formularspacer.left{
	float: left;
	width: 50%;
}
.formularspacer.right{
	float: right;
	width: 45%;
}
.kontaktformulartable td{
  text-align: left;
}
.kontaktformulartable > tbody > tr > td:nth-child(1){
	text-align: right;
	padding-top: 25px;
	text-transform: uppercase;
}
.abmessungen-tworow td, 
.abmessungen-threerow td{
	vertical-align: middle;
}

.chrono_credits{
	display: none;
}
.formular1{
}
.chronoform input, .chronoform textarea,
input.input-small,
#content-wrapper .finder input{
	display: block;
	width: 100%;
	height: 55px;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: 300;
	vertical-align: middle;
	background-color: #f2f2f2;
	background-image: none;
	border: 1px solid;
	border-radius: none;
	margin-bottom: 10px;
  resize: none;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.chronoform textarea{
	height: 200px;
	padding-top: 30px;
	text-align: left;
}
#fclmn label, #fclmn input{
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 0px;
}
#fitem, #fitem2{
	margin-bottom: 8px;
}
#fin-datenschutz,
#fitem-rueckruf{
	display: inline-block;
	vertical-align: middle;
}
#form-row-datenschutz{
}
#fin-datenschutz #fitem, #fin-datenschutz #fitem2,
#fitem-rueckruf input{
	margin: 0px;
}
input#datenschutz{
	height: auto;
}
input.sloganbutton,
#content-wrapper .finder button{
	padding: 10px;
	border: 1px solid;
	width: 190px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 0px;
	height: 43px;
}
p.klausel{
	font-size: 12px;
	margin-top: 0px !important;;
}
.g-recaptcha > div{
	margin-left: 0px;
	margin-bottom: 10px;
}
.contwrap.right .g-recaptcha > div{
	margin-left: auto;
	margin-right: 0px;
}
.system-message > .message{
	text-align: center;
}