/*
Bareiss Prüfgerätebau GmbH
creation Date: 2023-03-16
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

body, html{
	font-family: 'Calibri', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 18px;
	overflow-x: hidden;
}
textarea, input,
.history_jahreszahl{
	font-family: 'Calibri-Bold', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
.bold, b, strong{
	font-weight: bold;
	font-family: 'Calibri-Bold', sans-serif;
}
h2 i,
h5 i{
	font-family: 'Calibri_Light_Italic', sans-serif;
	font-style: normal;
}
.light{
	font-weight: 300;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
.contstyles a:hover{
	text-decoration: underline;
}
a.anchorlink{
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
table{
	width: 100%;
	table-layout: fixed;
}
td{
	vertical-align: top;
	position: relative;
}
h1{
	font-size: 56px;
	line-height: 64px;
	letter-spacing: 1px;
}
h2{
	font-size: 38px;
	line-height: 42px;
	letter-spacing: 1px;
}
h3{
	font-size: 34px;
}
h4{
	font-size: 30px;
	font-weight: lighter;
	line-height: 42px;
}
h5{
	font-size: 24px;
	line-height: 30px;
	font-weight: lighter;
}
h6{
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: lighter;
	text-transform: uppercase;
}
p,
.contstyles li{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
	position: relative;
}
.contstyles p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.contstyles ul,
.contstyles ol{
	margin-left: 25px;
}
p.nomarg-top{
	margin-top: 0px;
}
p.nomarg{
	margin-top: 0px;
	margin-bottom: 0px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.underline{
	text-decoration: underline;
}
.underline_links a,
.underline_onHover a:hover{
	text-decoration: underline;
}
.nounderline,
.nounderline *:hover{
	text-decoration: none !important;
}
.inline{
	display: inline;
}
.relative{
	position: relative;
}
.font_l,
.font_l p,
.font_l .contstyles li{
	font-size: 18px;
}
.font_ll,
.font_ll p,
.font_ll .contstyles li{
	font-size: 32px;
	line-height: 32px;
	font-weight: light;
}
.fields-container{
	display: none;
}
span.smaller,
p.smaller{
	font-size: 12px;
}
.nooverflow{
	overflow: hidden;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
}
.main-container.wide{
	max-width: 1460px;
}
.main-container.narrow{
	max-width: 1000px;
}
.main-container.fullHeight{
	height: 100%;
}
.main-container.fullheight{
	display: block;
	height: 100%;
}
.widepad,
.cont-block .main-container.widepad{
	padding-top: 120px;
	padding-bottom: 120px;
}
.widepad_top,
.cont-block .main-container.widepad_top{
	padding-top: 120px;
}
.main-container.hasContent{
	padding-top: 100px;
}
.widepad_bot,
.cont-block .main-container.widepad_bot{
	padding-bottom: 120px;
}
.regpad,
.cont-block .main-container.regpad{
	padding-top: 90px;
	padding-bottom: 90px;
}
.regpad_top,
.cont-block .main-container.regpad_top{
	padding-top: 90px;
}
.regpad_bot,
.cont-block .main-container.regpad_bot{
	padding-bottom: 90px;
}
.lowpad{
	padding-top: 60px;
	padding-bottom: 60px;
}
.lowpad_bot,
.main-container.hasContent{
	padding-bottom: 40px;
}
.lowpad_top{
	padding-top: 60px;
}
.widemarg{
	margin-top: 120px;
	margin-bottom: 120px;
}
.widemarg_top{
	margin-top: 120px;
}
.widemarg_bot{
	margin-bottom: 120px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}
.fixedh_1{
	height: 360px;
}
.nooverflow{
	overflow: hidden;
}

.page-header{
	display: none;
}

img.cont_img{
	max-width: 100% !important;
	height: auto !important;
}
img.block_img{
	display: block;
	position: relative;
	width: 100%;
}

/* INDEXES */
#language_switcher{
	z-index: 11;
}
#topmenu-wrapper{
	z-index: 10;
}
.cont-block{
	z-index: 1;
}
.zeroindex{
	z-index: 0;
}



/* transitions */
img.fullsize{
	-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{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
.animated_children, .animated_children *{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;	
}

/* CONTENT */
#content-wrapper{
}


/* CONTENT SPECIFIC */
.block{
	display: block;
	position: relative;
}
.contentspacer{
	display: block;
	position: relative;
	width: 100%;
	height: 90px;
}
.linespacer{
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.linespacer.marged{
	margin-top: 40px;
	margin-bottom: 40px;
}
.overlay_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.section_bg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 100%;
	height: auto;
}

#top_spacer{
	display: block;
	position: relative;
	height: 100px;
}

.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.cont_pad{
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	z-index: 1;
	position: relative;
}
.cont_pad._v2{
	padding: 20px;
}

.flexbox{
	position: relative;
}
.flexbox._s20{
	width: 20%;
}
.flexbox._s25{
	width: 25%;
}
.flexbox._s30{
	width: 30%;
}
.flexbox._s35{
	width: 35%;
}
.flexbox._s40{
	width: 40%;
}
.flexbox._s45{
	width: 45%;
}
.flexbox._half{
	width: 49%;
}
.flexbox._half2{
	width: 45%;
}
.flexbox._half3{
	width: 47%;
}
.flexbox._s50{
	width: 50%;
}
.flexbox._s60{
	width: 60%;
}
.flexbox._s65{
	width: 65%;
}
.flexbox._s70{
	width: 70%;
}
.flexbox._s80{
	width: 80%;
}
.flexbox._s90{
	width: 90%;
}
.flexbox._full{
	width: 100%;
}


.contentbutton{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	border: none;
	border-radius: 0px;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	height: 50px;
	margin-bottom: 10px;
	line-height: 50px;
	opacity: 0.9;
}
.contentbutton.nouppercase{
	text-transform: none;
}
.contentbutton.abs{
	position: absolute;
}
.contentbutton a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.contentbutton:hover a{
	text-decoration: none;
}
.contentbutton:hover{
	opacity: 1;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 1);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0, 1);
}
.contentbutton.inline{
	display: inline-block;
	position: relative;
	height: auto;
	width: auto;
}
.contentbutton.inline a{
	position: relative;
	display: block;
	height: auto;
	width: auto;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.contentbutton img.contentbutton_icon{
	position: relative;
	display: inline-block;
	height: 25px;
	vertical-align: middle;
	margin-right: 10px;
}
.contentbutton._thinner{
	font-size: 20px;
	line-height: 40px;
}


/* DDM SLIDERS */
.intro_slider,
.inline_slider_wrap,
.ddm_sldr{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 820px;
}
.intro_slider.ddm_sldr{
	height: 630px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.ddm_sld{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.ddm_sld.active{
	display: block;
}
.intro_slide_textoverlay{
	position: absolute;
	bottom: 15%;
	left: 12%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	width: 510px;
	padding: 40px;
}
.intro_slide_textoverlay:hover{
	background-color: rgba(255,255,255,0.95);
}
.intro_slide_textoverlay p{
	font-size: 20px;
	line-height: 30px;
}
.intro_slide_textoverlay a{
	text-decoration: underline;
}
.intro_slide_textoverlay img.intro_slide_icon{
	position: absolute;
	right: 80px;
	top: -25px;
	height: 50px;
}
.ddm_sldr_pagwrap{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 30px;
	z-index: 1;
	text-align: center;
}
.ddm_sldr_pagwrap .pag{
	display: inline-block;
	position: relative;
	width: 7px;
	height: 7px;
	margin: 8px;
	border: 3px solid #0075bf;
	border-radius: 10px;
	cursor: pointer;
}
.ddm_sldr_pagwrap .pag:hover,
.ddm_sldr_pagwrap .pag.active{
	background-color: #0075bf;
}
.ddm_sldr_navarr{
	position: absolute;
	cursor: pointer;
}

/* SPECIFICS */
.intro_slidewrap{
	margin-top: 20px;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.intro_slidewrap_img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	height: 100%;
	width: auto;
}
.intro_slidewrap.klein{
	height: 620px;
}
.intro_slidewrap.klein .intro_slidewrap_img{
	width: 1200px;
}

.downloads_line{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
	font-size: 18px;
}

._padbox{
	box-sizing: border-box;
	padding: 70px;
}
._padbox:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.dakks_labor_img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 300px;
}
.inl_icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	margin-bottom: 30px;
}
.bareiss_weltkarte{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.history_jahreszahl{
	text-align: center;
	display: block;
	font-size: 80px;
	font-weight: bold;
}
.history_img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.history_img.v2{
	width: 90%;
}

.partner_icon_flexbox{
	height: 300px;
}
.partner_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
}

.servicepaket_box{
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.servicepaket_box:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.servicepaket_box_line{
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	padding-left: 80px;
	padding-right: 40px;
}
.servicepaket_box_line.wider{
	padding-left: 120px;
	padding-right: 40px;
}
.servicepaket_box_line p{
	margin-top: 5px;
	margin-bottom: 5px;
}
.service_hacken{
	position: absolute;
	height: 20px;
	left: 25px;
	top: 20px;
}
.service_preis{
	position: absolute;
	left: 10px;
	top: 8px;
	font-weight: bold;
	font-size: 24px;
}
.service_preis._r{
	left: auto;
	right: 10px;
}
.service_icon{
	position: absolute;
	height: 50px;
	left: 10px;
	top: 18px;
}

.inline_acc{
	display: block;
	position: relative;
	width: 100%;
}
.inline_acc .acc_cont{
	display: none;
}
.inline_acc._act .acc_cont{
	display: block;
	box-sizing: border-box;
	padding: 20px;
}
.inline_acc .acc_activator{
	display: block;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 26px;
	border-bottom: 1px solid #003e66;
}
.inline_acc .acc_activator .inline_acc_indicator{
	position: absolute;
	height: 15px;
	top: 32px;
	right: 20px;
}
.inline_acc .acc_activator:hover .inline_acc_indicator,
.inline_acc._act .acc_activator:hover .inline_acc_indicator{
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.inline_acc._act .acc_activator .inline_acc_indicator{
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.inline_acc.wissensportal_acc{
	display: none;
}
.inline_acc.wissensportal_acc.active{
	display: block;
}


/* INLINE SLIDER */
.inline_slider_wrap{
	height: auto;
}
.ddm_sld.inline_slide{
	position: relative;
}
.inline_slider_wrap .ddm_sldr_navarr{
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 55%;
	z-index: 1;
}
.inline_slider_wrap .ddm_sldr_navarr._r{
	left: auto;
	right: 5%;
}
.inline_slider_wrap .ddm_sldr_navarr:hover{
	filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.4));
}
.inline_slide_txtwrap{
	box-sizing: border-box;
	padding: 50px;
	padding-top: 90px;
	padding-bottom: 90px;
}


/* JOBS */
.job_wrap{
	position: relative;
	margin-bottom: 60px;
}
.job_centerbox{
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.job_centerbox a{
	text-decoration: underline;
}
.job_downloadbox{
	box-sizing: border-box;
	padding: 50px;
}
.job_downloadicon{
	display: block;
	margin-left: 0px;
	height: 40px;
}


/* HOME STYLES */
.home_iconbox{
	width: 15%;
}
.home_iconbox_imgwrap{
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
}
.home_iconbox_imgwrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}

.home_twoside{
	width: 49.5%;
	position: relative;
	margin-bottom: 40px;
}
.home_twoside_linkoverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.home_twoside_imgwrap{
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
}
.home_twoside p{
	margin: 0px;
}

.home_news_block_bg{
	position: absolute;
	right: 60%;
	height: 100%;
	width: 40%;
	overflow: hidden;
}
.news_inlineimg{
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.news_inlineimg_flexbox{
	width: 48%;
}
.news_typo_wrap{
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
}
.news_typo_flexbox{
	width: 48%;
}
.news_typo_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
}


.home_kontaktslider{
	height: 400px;
}


/* HOME PRODUKTE SLIDER */
.home_prodslider{
	display: block;
	position: relative;
	width: 900000000px;
	height: auto;
	overflow: hidden;
}
.home_prodslide{
	position: relative;
	display: inline-block;
	width: 1000px;
	height: auto;
}
.home_prodslide.out{
	display: none;
}
.home_prodslider_linkoverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.home_prodslide_txt{
	display: block;
	position: relative;
	background-color: white;
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 30px;
	padding-left: 80px;
	padding-right: 80px;
}
.home_prodslide_txt h1,
.home_prodslide_txt h2{
	display: inline-block;
	vertical-align: middle;
}
.home_prodslide_caticon{
	display: inline-block;
	height: 50px;
	vertical-align: middle;
	margin-right: 20px;
}
.home_prodslide_img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
	border-top: 5px solid;
}
.home_prodslide:hover .home_prodslide_img img{
	opacity: 0.9;
}
.home_prodslider_nav{
	position: absolute;
	height: 60px;
	top: 56%;
	left: 10%;
	z-index: 3;
	cursor: pointer;
}
.home_prodslider_nav:hover{
	filter: drop-shadow(0px 0px 4px rgb(0 0 0 / 0.4));
}
.home_prodslider_nav._r{
	left: auto;
	right: 10%;
}

.main-container.hasContent .prodtitle_introblock{
	margin-top: -100px;
}
.prodtitle_introblock{
	display: block;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 3px solid;
}
.prodtitle_introblock *{
	vertical-align: middle;
}
.prodtitle_introblock h2,
h2.prodtitle_introblock{
	font-weight: 300;
}
.home_prodtitle_caticon{
	float: left;
	height: 64px;
	margin-right: 20px;
}


.rpa_img{
	display: block; 
	width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 20px; 
	max-width: 900px;
}


.neue_dimensionen_txt{
	position: relative;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 700px;
}
.rpa_ultra_fleximg_wrap{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	width: 40%;
	max-width: 170px;
	height: 100px;
	margin-bottom: 10px;
}
.bmwk_foerderung_icon{
	position: absolute;
	right: 0px;
	bottom: 120px;
	width: 150px;
}

/* BILDMARKEN */
.bildmarke_wrapper{
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
.bildmarke_wrapper._1{
	left: 22%;
	top: 35%;
}
.bildmarke_wrapper._2{
	left: 30%;
	top: 65%;
}
.bildmarke_wrapper._3{
	left: 65%;
	top: 37%;
}
.bildmarke_wrapper._4{
	left: 45%;
	top: 75%;
}
.bildmarke_wrapper.active{
	width: auto;
	height: auto;
	z-index: 5;
}
.bildmarke_marker{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
.bildmarke_marker:hover{
	filter: drop-shadow(0px 0px 4px rgb(255 255 255 / 0.4));
}
.bildmarke_cont{
	display: none;
	position: relative;
	width: 400px;
	margin-top: 50px;
	margin-left: 50px;
	box-sizing: border-box;
	text-align: left;
	padding: 20px;
	border: 2px solid white;
}
.bildmarke_wrapper.active .bildmarke_cont{
	display: block;
}
.bildmarke_close{
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: white;
	color: #003e66;
	top: -15px;
	right: 5px;
	border-radius: 30px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.bildmarke_close:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(255,255,255,0.75);
	box-shadow: 0px 0px 2px 0px rgba(255,255,255,0.75);
}
.bildmarke_close span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* LOGIN MASKS */
.mod-login{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	max-width: 100%;
}
.mod-login label{
	display: block;
}
.mod-login input,
.com-users-login.login input{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	border: none;
}
.mod-login__submit button,
.com-users-login.login .com-users-login__submit button{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 40px;
	border: 3px solid #0075bf;
	color: #0075bf;
	border-radius: 35px;
	cursor: pointer;
	background-color: white;
	text-transform: uppercase;
	font-size: 24px;
}
.mod-login__submit button:hover,
.com-users-login.login .com-users-login__submit button:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.plg_system_webauthn_login_button,
.mod-login__options,
.com-users-login.login .com-users-login__options.list-group{
	display: none;
}
.com-users-login.login{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 90px;
	width: 1200px;
	max-width: 90%;
	text-align: center;
}
#com-users-login__form fieldset{
	border: none;
}
.mod-login__password button{
	display: none;
}
.mod-login__remember{
	display: none;
}


/* HIGHLIGHTS STYLES */
.highlights_flexwrap{
	margin-bottom: 40px;
}
.produkte_highlights_wraps .highlights_flexwrap{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0px;
}
.highliths_flexbox._img{
	width: 40%;
}
.highliths_flexbox._txt{
	width: 55%;
}
.highliths_flexbox_imgwrap{
	display: block;
	position: relative;
	width: 100%;
}
.highliths_flexbox_img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.highliths_flexbox_img._marg1{
	margin-top: 65px;
}

/* TIMELINE SLIDER */
.timeline_slider{
	display: block;
	position: relative;
	width: 100%;
	overflow: visible;
}
.timeline_slider_nav{
	position: absolute;
	top: 120px;
	height: 40px;
	cursor: pointer;
	filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.2));
	z-index: 2;
}
.timeline_slider_nav:hover{
	filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.4));
}
.timeline_slider_nav._l{
	left: -60px;
}
.timeline_slider_nav._r{
	right: -60px;
}
.timeline_slider_contentholder{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.timeline_slide{
	display: inline-block;
	position: relative;
	width: 230px;
	margin-right: 10px;
	vertical-align: top;
}
.timeline_slide.timeline_slide_hidden{
	display: none !important;
}
.timeline_slide_imgwrap{
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.timeline_slide_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.timeline_slide_txtwrap{
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	white-space: normal;
}
.timelineslider_introbild{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 40px;
}

/* INTRO TEXT MIT BILD */
.intro_mit_bild_text{
	width: 50%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.intro_mit_bild_bild{
	width: 40%;
}
.intro_mit_bild_bild img{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

.inline_icon{
	display: inline-block;
	height: 60px;
	margin-left: 5px;
	margin-right: 5px;
}

.jobs_benefits_flexbox{
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
}
.jobs_benefits_flexbox_imgwrap{
	position: relative;
	display: block;
	width: 100%;
	height: 95px;
}
.jobs_benefits_flexbox_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto !important;
	height: auto !important;
	max-width: 90%;
	max-height: 90%;
}
.jobs_benefits_flexbox_txtwrap{
	font-weight: bold;
	font-size: 20px;
}


/* TAB LAYOUT */
.tablayout_nav{
	display: block;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	overflow: hidden;
}
.tablayout_nav li{
	display: inline-block;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	opacity: 0.6;
	font-weight: bold;
}
.tablayout_nav li.active{
}
.tablayout_nav li:hover,
.tablayout_nav li.active{
	opacity: 1;
}
.tablayout_nav li:after{
	content: "";
	position: absolute;
	background-color: #0075bf;
	width: 90%;
	height: 0px;
	bottom: -15px;
	left: 5%;
}
.tablayout_nav li:hover:after,
.tablayout_nav li.active:after{
	height: 4px;
}
.tablayout_nav_scrollicon{
	position: absolute;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	right: 0px;
	cursor: pointer;
	z-index: 2;
}
.tablayout_nav_scrollicon:hover{
	filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.4));
}
.tablayout_nav_fade{
	position: absolute;
	z-index: 1;
	background: rgb(230,230,230);
  background: linear-gradient(265deg, rgba(230,230,230,1) 30%, rgba(255,255,255,0) 100%);
	width: 150px;
	height: 100%;
	right: 0px;
	top: 0px;
}
.tablayout_wrap{
	display: none;
	position: relative;
	width: 100%;
}
.tablayout_wrap.active{
	display: block;
}


._varcontbox{
	width: 32%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 30px;
	text-align: center;
}
._varcontbox:hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.4);
}
._varcontbox.noHover:hover{
	box-shadow: none !important;
}
.varcontbox_imgwrap,
.box5_imgwrap{
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}
.varcontbox_img,
.box5_img,
.varcontbox_imgwrap img,
.box5_imgwrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
.box5:hover .box5_imgwrap{
	opacity: 1;
}
.box5_imgwrap{
	height: 100px;
	opacity: 1;
}
.box5{
	width: 18%;
	text-align: center;
}



ul.sigFreeClassic{
	margin: 0px !important;
	padding: 0px !important;
}
ul.sigFreeClassic li.sigFreeThumb{
	margin: 0px;
	padding: 0px;
	width: 25%;
}



.intro_blocktext{
	display: block;
	position: relative;
	overflow: hidden;
}
.intro_blocktext_txt{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 55%;
	margin-left: 0px;
}
.intro_blocktext_txt._tr{
	margin-left: auto;
	margin-right: 0px;
}


.blocklists ul{
	display: block;
}
.blocklists ul li{
	display: inline-block;
	background-color: #f2f2f2;
	width: 30%;
	box-sizing: border-box;
	padding: 10px;
	margin: 5px;
	text-align: center;
}
.blocklists ul li:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}

.rundgang-video{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


.home_introbox_flexbox{
	position: relative;
	width: 31%;
	height: 350px;
	margin-bottom: 40px;
	overflow: hidden;
}
.home_introbox_flexbox:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}
.home_introbox_flexbox .contentbutton{
	position: absolute;
	bottom: 25px;
	width: 90%;
	left: 5%;
	margin: 0px;
	line-height: 50px;
}
.home_introbox_flexbox .section_bg{
	opacity: 0.95;
}
.home_introbox_flexbox:hover .section_bg{
	opacity: 1;
}

/* claro accessibility overrides */
.cm-link.cn-learn-more{
	color: black !important;
}
.cm-btn.cm-btn-danger.cn-decline{
	background-color: #767676 !important;
}
.cm-btn.cm-btn-success{
	background-color: #0a835f !important;
}
.cm-btn.cm-btn-success-var{
	background-color: #00875f !important;
}

label[for="ddm_formular_captcha"],
label[for="senden"] {
    display: none;
}