/*
Farbwerte:
grau: 8b9091
hellgrau: e8e9e9
rot: 9f2843
*/
*{
	margin:0;
	padding:0;
}
body{
 	font-family: 'Exo 2';
 	font-weight: 300;
 	font-size: 19px;
 	line-height: 150%;
 	color: #8b9091;
}
h1{
	color: #9f2843;
	font-size: 1.5em;
	padding-bottom: 40px !important;
	line-height: 120%;
	text-transform: uppercase;
}
h2{
	font-size: 1.105em;
	color: #8b9091;
	line-height: 120%;
	font-weight: 400;
	padding-bottom: 30px !important;
	padding-top: 10px;
}
h2.supHeader{
	text-transform: uppercase;
	display: inline-block;
	font-size: 20px;
	padding-bottom: 5px;
}
h2.large{
	color: #9f2843;
	font-size: 1.3em;
	font-weight: 800;
	padding-bottom: 40px;
	line-height: 120%;
	font-weight: bold;
}
h3{
	font-size: 1.053em;
	color: #8b9091;
	line-height: 120%;
	font-weight: normal;
	padding-bottom: 20px;
}
h4{
	color:#9f2843;
	font-weight: bold;
	padding-bottom: 20px;
}
a{
	text-decoration: none;
	color: #9f2843;
	font-weight: 400;
}
.inhalt a:hover{
	text-decoration: underline;
}
ul {
	list-style: none;
}
.inhalt ul li::before {
    content: "\2022";
    color: #9f2843;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
    font-size: 25px;
    font-family: sans-serif;
    position: relative;
    top: 2px;
}
.inhalt ul ul li::before {
	content: '»';
	top: 0;
	font-weight: normal;
}
.inhalt ul.benefits-list li{
	display: flex;
	align-items: center;
	color: #8b9091;
	padding-bottom: 25px;
	margin-left: 0;
}
.inhalt ul.benefits-list li:before{
	content: '';
}
.inhalt ul.benefits-list li img{
	padding-right: 25px;
}
ul:not(:last-child),
ol:not(:last-child),
p:not(:last-child){
	padding-bottom: 25px;
}
li{
	margin-left: 20px;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}
table{
	border-collapse: collapse;
}
th,
td{
	text-align: left;
	padding: 20px;
}
th{
	background: #eff0f0;
	font-weight: bold;
}
strong{
	font-weight: 500;
}
strong.highlighted{
	color: #9f2843;
	font-weight: 700;
}
section:not(:last-child){
	margin-bottom: 100px;
}
section.mb-50{
	margin-bottom: 50px;
}
.header-left tr:not(:last-child) th,
.header-left tr:not(:last-child) td{
	border-bottom: 1px solid #e2e2e2;
}
/*.header-left th:not(:last-child),
.header-left td:not(:last-child){
	border-right: 1px solid #8b9091;
}*/
.center-content{
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
.clearer{
	clear: both;
	height: 0;
}
.btn-more{
	border: 2px solid #9f2843;
	color: #9f2843;
	text-transform: uppercase;
	padding: 12px 25px;
	font-weight: bold;
	display: inline-block;
	margin-top: 15px;
}
.vorschaltseite .container-kopf{
	height: 150px;
}
.container-kopf{
	height: 130px;
	position: relative;
}
.container-kopf .logo{
	display: block;
	width: 165px;
	margin: 0 auto;
	padding-top: 40px;
}
.vorschaltseite .bereichsauswahl a{
	float: left;
	height: calc(100vh - 150px);
	width: 50%;
	/*background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
	overflow: hidden;
	position: relative;
}
.vorschaltseite .bereichsauswahl a img{
 	position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
}
/*.vorschaltseite .bereichsauswahl a.link-dichtheitspruefung{
	background-image: url("/bilder/vorschalt-dichtheitspruefung.jpg");
}
.vorschaltseite .bereichsauswahl a.link-dichtheitspruefung:hover{
	background-image: url("/bilder/vorschalt-dichtheitspruefung_hover.jpg");
}
.vorschaltseite .bereichsauswahl a.link-industrieservice{
	background-image: url("/bilder/vorschalt-industrieservice.jpg");
}
.vorschaltseite .bereichsauswahl a.link-industrieservice:hover{
	background-image: url("/bilder/vorschalt-industrieservice_hover.jpg");
}
*/
.vorschaltseite .container-kopf .lang-switch{
	right: 5%;
}
.container-kopf .lang-switch,
.container-kopf .bereichsauswahl{
	position: absolute;
	right: 0;
	top: 81px;
}
.container-kopf .lang-switch a,
.fixed-content .lang-switch a,
.container-kopf .bereichsauswahl a{
	font-weight: bold;
	color: #8b9091;
	text-transform: uppercase;
}
.container-kopf .lang-switch a.act,
.fixed-content .lang-switch a.act,
.container-kopf .bereichsauswahl a.act{
	color: #9f2843;
}
.container-kopf .bereichsauswahl{
	left: 0;
	right: unset;
}
nav.navi-main{
	padding: 20px 0;
}
nav.navi-main ul,
nav.navi-meta ul{
	list-style-type: none;
	padding-bottom: 0;
}
nav.navi-main li,
nav.navi-meta li{
	float: left;
	margin-left: 0;
	position: relative;
}
nav.navi-main li:not(:first-child){
	margin-left: 35px;
}
nav.navi-meta li:not(:first-child){
	margin-left: 100px;
}
nav.navi-main li:last-child{
	float: right;
}
nav.navi-main li a{
	color: #8b9091;
	text-transform: uppercase;
	font-weight: bold;
}
nav.navi-main li a.act{
	color: #9f2843;
}
nav.navi-main .mail-telefon{
	display: none;
	color: #fff;
}
nav.navi-main .mail-telefon a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding: 5px 10px;
}
nav.navi-main .level-2{
	display: none;
	position: absolute;
	top: 25px;
	left: -30px;
	z-index: 50;
	padding: 20px 0;
	white-space: nowrap;
}
nav.navi-main .hasSub:hover .level-2{
	display: block;
}
nav.navi-main .level-2 li{
	background-color: #fff;
	display: block;
	float: none;
	margin-left: 0;
	padding: 5px 30px;
}
nav.navi-main .level-2 li:last-child{
	padding-bottom: 25px;
}
nav.navi-main .level-2 li a{
	font-weight: normal;
}
nav.navi-main .level-2 li.act a{
	color: #9f2843;
}
nav.navi-meta li a{
	color: #fff;
	text-transform: uppercase;
}
nav.navi-meta{
	position: absolute;
	bottom: 1.5vw;
	z-index: 50;
	width: 100%;
}
nav.navi-meta ul{
	overflow: auto;
}
.slider .slide,
.mitarbeiter-slider .slide{
	position: relative;
/*	width: 1500px;
	height: 790px;*/
}
.slider .slide span,
.mitarbeiter-slider .slide span{
	display: block;
	position: absolute;
	bottom: 70px;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 2em;
	text-transform: uppercase;
}
.slider .slick-prev:before,
.slider .slick-next:before,
.mitarbeiter-slider .slick-prev:before,
.mitarbeiter-slider .slick-next:before{
	content: unset;
}
.slider .slick-prev,
.slider .slick-next{
	left: 25px;
	z-index: 20;
	background-image: url(/bilder/layout/pfeil-links.png);
	background-repeat: no-repeat;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
}
.slider .slick-next{
	right: 25px;
	left: unset;
	background-image: url(/bilder/layout/pfeil-rechts.png);
}
.slider .slick-dots,
.mitarbeiter-slider .slick-dots {
    bottom: 25px;
}
.slider .slick-dots li button,
.mitarbeiter-slider .slick-dots li button{
	background-image: url(/bilder/layout/dot.png);
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
}
.slider .slick-dots li.slick-active button,
.mitarbeiter-slider .slick-dots li.slick-active button{
	background-image: url(/bilder/layout/dot-active.png);
}
.slider .slick-dots button:before,
.mitarbeiter-slider .slick-dots button:before{
	content: unset;
}
.slick-dots li:before{
	content: unset !important;
}
.mitarbeiter-slider .slick-prev,
.mitarbeiter-slider .slick-next{
	left: 25px;
	z-index: 20;
	background-image: url(/bilder/layout/pfeil-links-rot.png);
	background-repeat: no-repeat;
	background-size: 15px 23px;
	width: 15px;
	height: 23px;
}
.mitarbeiter-slider .slick-next{
	right: 25px;
	left: unset;
	background-image: url(/bilder/layout/pfeil-rechts-rot.png);
}
.inhalt{
	padding: 75px 0;
}
.startseite .inhalt,
.vorschaltseite .inhalt{
	padding: 0;
}
.inhalt .frame{
	margin-bottom: 120px;
}
.inhalt .frame.hasBGImage{
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 940px 553px;
	min-height: 550px;
	display: flex;
	align-items: center;
}
.inhalt .frame.hasBGImage .textblock{
	max-width: 625px;
}
footer .map{
	position: relative;
	z-index: 1;
}
footer .map area{
	cursor: pointer;
}
footer .map .info-box{
	display: none;
	position: absolute;
	background: #fff;
	border: 2px solid #9f2843;
	color: #9f2843;
	padding: 15px;
}

.sticky-buttons{
	position: fixed;
	left: 0;
	top: 30vh;
	z-index: 90;
}
.sticky-buttons a{
	display: inline-block;
	overflow: auto;
	margin-bottom: 25px;
}
.sticky-buttons a:hover{
}
.sticky-buttons a .wrapper{
	color: #9f2843;
	min-width: 45px;
	height: 45px;
	border: 2px solid #9f2843;
	padding-left: 10px;
	border-left: 0;
	background-color: #fff;
	display: flex;

}
.sticky-buttons a:hover .wrapper{
	color: #fff;
	background-color: #9f2843;
}
.sticky-buttons a span{
	float: left;
	padding-top: 9px;
}
.sticky-buttons a .icon,
nav.navi-main .mail-telefon a .icon{
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 45px;
	height: 45px;
}
.sticky-buttons a.btn-mail{
	margin-left: -200px;
}
.sticky-buttons a.btn-mail .icon{
	background-image: url(/bilder/layout/icon-mail.png);
	background-size: 23px 16px;
}
.sticky-buttons a.btn-mail:hover .icon,
nav.navi-main .mail-telefon a.link-mail .icon{
	background-image: url(/bilder/layout/icon-mail-active.png);
	background-size: 23px 16px;
}
.sticky-buttons a.btn-phone{
	margin-left: -160px;
}
.sticky-buttons a.btn-phone .icon{
	background-image: url(/bilder/layout/icon-phone.png);
	background-size: 23px 23px;
}
.sticky-buttons a.btn-phone:hover .icon,
nav.navi-main .mail-telefon a.link-phone .icon{
	background-image: url(/bilder/layout/icon-phone-active.png);
	background-size: 23px 23px;
}
.sticky-buttons a:hover{
	margin-left: 0;
}
.produkt-liste{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.produkt-liste .produkt{
	width: 485px;
	margin-bottom: 75px;
}
.produkt-liste .produkt a{
	color: #8b9091;
}
.produkt-liste .produkt a:hover{
	text-decoration: none;
}
.produkt-liste .produkt .produkt-name{
	text-transform: uppercase;
	font-size: 1.158em;
	padding-top: 20px;
}
.produkt-liste .produkt .produkt-teaser{
	font-size: 1.053em;
	font-weight: 300;
	padding-top: 10px;
}
.produkt-detail .navbar{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #e8e9e9;
	padding-bottom: 10px;
	color: #8b9091;
	font-weight: bold;
}
.produkt-detail .navbar a{
	color: #8b9091;
}
.produkt-detail .navbar .prev-next{
	color: #e8e9e9;
}
.produkt-detail .produkt{
	padding: 50px 0;
}
.zweispaltig_66_33,
.zweispaltig_50_50,
.mitarbeiter .wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zweispaltig_66_33 .links{
	width: calc(100% - 600px);
}
.zweispaltig_66_33 .rechts{
	width: 485px;
}
.zweispaltig_66_33 .rechts .gallerie{
	margin-bottom: 25px;
}
.zweispaltig_66_33 .rechts .gallerie .thumbs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zweispaltig_66_33 .rechts .gallerie .thumbs img{
	max-width: 230px;
	margin-top: 25px;
}
.zweispaltig_50_50 .links,
.zweispaltig_50_50 .rechts{
	width: 48%;
}
.zweispaltig_33_66 .rechts{
	width: calc(100% - 600px);
}
.zweispaltig_33_66 .links{
	width: 485px;
}
.ansprechpartner{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #9f2843;
	color: #9f2843;
	margin-bottom: 25px;
}
.ansprechpartner h3{
	color: #9f2843;
	font-weight: 300;
}
.ansprechpartner > div{
	width: 48%;
}
.ansprechpartner .name{
	text-transform: uppercase;
}
.fixed nav.navi-main {
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}
.fixed nav.navi-main .level-1{
	display: none;
}
.fixed-content{
	justify-content: space-between;
	align-items: center;
}
.fixed-content > *{
	display: none;
}
.fixed .fixed-content > *{
	display: block;
}
.fixed .fixed-content{
	display: flex;
}
.fixed-content .markenzeichen{
	width: 36px;
}
.fixed .fixed-content #btnMobileMenu{
	display: block;
}
.fixed .navi-main.open{
	background-color: #9f2843;
}
.fixed .navi-main.open .markenzeichen,
.fixed .navi-main.open .lang-switch{
	display: none;
}
.fixed .navi-main.open .level-1{
	display: block;
	margin-left: 80px;
}
.fixed .navi-main.open .level-1 li a{
	color: #fff;
	font-weight: normal;
}
.fixed .navi-main.open .level-1 li a.act{
	font-weight: bold;
}
.fixed .navi-main.open .level-2{
	top: 20px;
}
.fixed .navi-main.open .level-2 li a{
	color: #9f2843;
}
ul.more-links{
	list-style-type: none;
}
ul.more-links li{
}
ul.more-links li:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/bilder/layout/markenzeichen-inaktiv.png) no-repeat left center;
	background-size: 15px 15px;
	padding-left: 5px;
}
ul.more-links li:hover:before{
	background-image: url(/bilder/layout/markenzeichen.png);
}
.bg-gray{
	background-color: #f8f8f8;
}
.bg-gray .center-content{
	padding: 50px 0 !important;
}
.mitarbeiter .wrapper{
	padding: 0 100px;
	align-items: center;
}
.mitarbeiter .links{
	width: 350px;
}
.mitarbeiter .rechts{
	width: calc(100% - 450px);
}
.job-kachel{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 720px;
	height: 349px;
}
.job-kachel:not(:last-child){
	margin-bottom: 60px;
}
.job-kachel img{
	width: 100%;
}
.job-kachel .job-titel{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.3em;
}
.job-kachel .job-titel span{
	padding: 2px 10px 5px 10px;
	text-align: center;
}
.job-kachel .overlay{
	background-color: #9f2843;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
}
.job-kachel.no-image .overlay{
	opacity: 1 !important;
}
.job-kachel.no-image .text{
	font-size: .7em;
	font-weight: normal;
	line-height: 120%;
	max-width: 70%;
	text-align: center;
	padding-top: 70px;
}
.stellenangebot section:not(:last-child){
	margin-bottom: 70px;
}


/* DEAKTIVIERUNG NAVI-ELEMENTE */
.bereichsauswahl,
.lang-switch,
.navi-main{
	display: none;
}