/** Helvetica Integration **/
@font-face {
    font-family: 'Helvetica Now Variable Pro Roman';
    src: url("/comp/fonts/HelveticaKit2/webFonts/HelveticaNowVariableProRoman/font.woff") format('woff-variations');
    font-weight: 100 900;
}

/** Material Icons **/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  						/* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased; 		/* Support for all WebKit browsers. */
  text-rendering: optimizeLegibility; 		/* Support for Safari and Chrome. */
  -moz-osx-font-smoothing: grayscale;		/* Support for Firefox. */
  font-feature-settings: 'liga';			/* Support for IE. */
}

.material-icons:hover {
	text-decoration: none !important;
}
.material-icons.inline {
	position: relative;
	top: .25em;
	font-size: 150%;
}
.material-icons.download {
    color: #ffffff;
    text-align: center;
    padding: .5em 0;
    vertical-align: middle;
}
.material-icons.back { vertical-align: middle; }
.material-icons.kontakt { vertical-align: middle; }
.material-icons.send { vertical-align: middle; }
.material-icons.respOnly { display: none; }
.material-icons.noResp { display: inline; }


/** globale Definitionen **/
body, html {
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	background-color: #f9f9f9; 
	overflow-x: hidden; 
}
body > div:not(.containerMenu, #popupBox, .urgentBox, #pagePopUp, .clickArea):nth-of-type(2n) {
	background-color: #f1f1f1 !important;
}

/** globale Schrift Definitionen **/
body, html {
	font-family: 'Helvetica Now Variable Pro Roman', sans-serif;
	font-size: 10px; 
	line-height: 1em; 
}
strong, b { font-weight: 600; }
h1 {
    color: #000;
    font-size: 220%;
    margin: 0;
    font-weight: 700;
    line-height: 140%;
}
h2 {
    font-size: 170%;
    color: #000;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
}
h3 {
    font-weight: 700;
    padding-top: 0em;
    line-height: 1.2em;
    margin-bottom: .5em;
    color: #000;
    font-size: 100%;
}
h4 {
	font-size: 350%;
    text-align: center;
    margin-bottom: 1em;
}
p {
	margin: 2em 0 2em 0;
}
p a {
	color: #ed1c24;
}

/** globale Listen Definitionen **/
ol {
	list-style-type: decimal;
	font-weight: bold;
}
ol li {
	margin-bottom: 1em;
}
ul {
	list-style-type: disc;
}
ul > li {
	margin-left: 20px;
}


/** Grid Definitionen **/
.c_12 .alpha { margin-left: 0; }
.c_12 .omega { margin-right: 0; }
.c_12 .omegaNeg { margin-right: -1%; }
.g_6.fullwidth { width: 50%; margin: 0; }



/** helper Klassen **/
.block { display: block !important; }
.inlineblock { display: inline-block !important; }
.center { text-align: center; }
.vollebreite { width: 100%; display: block; }
.halbZentriert { width: 40%; margin: 0 auto; display: block;}
.halb { width: 50%; float: left; }
.vollbild { width: 100%; height: 100%; max-width: 100%; }
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }
.needsPadding { min-width: 300px; }
.relative { position: relative; }
.borderBox { box-sizing: border-box; }
.linkgrid > a { text-decoration: none; position: relative; }
/* .verlauf { background-image: linear-gradient(to right, #08aad8, #00f7ae); color: #fff; } */
.verlaufInvert { background-image: linear-gradient(to left, #08aad8, #00f7ae); }
.padding { padding: 2em 0; }
.greenborder { border: 4px solid #06e0b5; padding: 3em; box-sizing:border-box; }


/** Footer Container **/
.footerContainer a {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;
}

.footerContainer a:hover, .footerContainer a.aktiv {
	font-weight: 700;
}



/** Blur Layer **/
#blur {
    background: rgba(255, 255, 255, .6);
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    top: 0;
    opacity: 0;
    z-index: -10;
    transition: opacity 1s ease, z-index 0s 1s;
}
#blur.in {
    opacity: 1;
    z-index: 20;
    transition: opacity 1s ease;
}
#blur.hidden {
    z-index: -10;
}
#blur.in:hover {
	cursor: pointer;
}





/** Bereich Sortenliste Bilderkacheln*/
.teaserSortenliste {
	text-align: center;
    margin-top: 16px;
    font-size: 130%;
    font-weight: 500;
    margin-bottom: 1em;
	min-height: 3em;
	line-height: initial;
}


/** Video und Clip Container **/
/* #containerIntro {
	overflow:hidden;
	position: relative;
    z-index: 10;
    width: 100%;
}
#containerIntro.vollbild {
	height: auto;
}
#containerIntroSubsites {
	position: relative;
    z-index: 10;
    width: 100%;
}

#containerIntroSubsites.kontakt {
	height: auto;
}
#video-container, #video-containerSubsites {
	position: relative;
}
#clip {
	width: 100%;
}
video.hide {
	display:none;
}
video.show {
	display: block;
}
#clip div.hide {
	display: none;
}
#clip2 {
	width: 100%;
}
#playCircle {
	font-size: 6em;
	text-shadow: 3px 3px 20px #000;
	cursor: pointer;
} */

/** Buttons **/
.button {
    padding: 20px 10px;
    margin-bottom: 1em;
    text-decoration: none;
    font-size: 15px;
    color: #ed1c24;
    background-color: #fff;
    font-weight: 700;
    border: 1px solid #000;
    transition: all .5s;
    box-sizing: border-box;
	text-align: center;
	box-shadow: #c5c5c5 5px 5px 20px -3px;
}
.button.inlineblock {
	display: inline-block;
	margin-top: 2em;
}
.button.bewerbung {
	padding: 7px 20px;
}
.button.fixedWidth {
    width: 340px;
    min-width: 250px;
}
.button.paddingFix {
	padding: 10px 20px;
	display: inline-block;
}
.button.inline {
	display: inline;
	padding: 5px 5px;
	text-transform: inherit;
	margin: 3px;
    line-height: 300%;
}

.button.kleiner {
	display: inline-block;
	padding: 0px 20px;
}
.button.kleinerer {
	display: inline-block;
	padding: 0px 20px 8px;
	margin-bottom: 0;
}
.button .material-icons {
    font-size: 1.5em;
    margin-right: .5em;
}
.button:hover, .button.active {
	cursor: pointer;
	color: #fff;
	background-color: #000;
}
.teaserContainer:hover .button.weiss {
	text-decoration: underline;
}
.button.weiss {
	background-color: #24bfb7;
	color: #fff;
}
.button.transparent {
	background-color: initial;
	color: #fff;
	min-height: 3em;
}



/** Circle **/
/* .circle {
	width: 150px;
	height: 150px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
}
.circlebox {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	opacity: 0;
	transition: opacity .2s;
	font-size: 150%;
    line-height: 1.5em;
}
.circlebox.show {
	display: block;
	opacity: 1;
	transition: opacity .5s;
}
.circles {
	padding-top: 2em;
}
.circles > div:hover, .circles div.active {
	cursor: pointer;
	background-color: #fff;
	color: #06e0b5;
}
.circles > div span {
	position: relative;
    top: 3em;
    font-size: 160%;
}
.circles > div {
	float: left;
	width: 25%;
    box-sizing: border-box;
	border: 2px solid #fff;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	width: 150px;
	height: 150px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	margin-right: 3em;
	margin-bottom: 4em;
} */

/** Kontaktformular **/
.kontaktFormular input, .kontaktFormular textarea  {
    width: 70%;
    margin: .4em auto;
	padding: 12px 10px;
    font-size: 170%;
    font-family: 'Helvetica Now Variable Pro Roman';
	border-width: 0;
}
.kontaktFormular textarea {
	height: 200px;
}
.kontaktFormular input[type="email"], .kontaktFormular input[type="text"], .kontaktFormular input[type="tel"], .kontaktFormular textarea  {
	font-family: 'Helvetica Now Variable Pro Roman', sans-serif;
	font-size: 120%;
}
.kontaktFormular input[type="submit"] {
	font-family: 'Helvetica Now Variable Pro Roman', sans-serif;
	font-size: 15px;
	background-color: #000;
	color: #fff;
	border-color: #000;
	width: initial;
	display: block;
    margin: .4em 0;
}
.kontaktFormular input[type="submit"]:hover {
	cursor: pointer;
	background-color: #fff;
}


/** Text Boxen **/
.textLinks {
	padding: 4em 20%;
}
.textRechts {
	padding: 4em 20%;
}
.textBeide .textLinks {
	padding: 0 10% 0 20%;
}
.textBeide .textRechts {
	padding: 0 30% 0 0;
}

/** Contentbox **/
.contentbox {
	padding: 4em 0;
	clear: both;
	font-size: 120%;
	color: #000;
	line-height: 1em;
}
.contentbox.noPaddingAtAll {
	padding: 0;
}
.contentbox.noclear { clear: none; }

.contentbox.nopaddingtopA, .contentbox.nopaddingbottomA {
	padding-top: 0;
	padding-bottom: 0;
}
.contentLeftImage, .contentLeftText {
	width: 60%;
	float: left;
	box-sizing: border-box;
}
.contentRightImage, .contentRightText {
	width: 40%;
	float: left;
	box-sizing: border-box;
}

.fullwidth.blackBg {
	background-color: #000;
}
.fullwidth.black {
	color: #000;
}
.whiteColor { color: #fff; }

.fullwidth {
	max-width: 100%;
	overflow: hidden;
}
.fullwidth img.small {
	width: 140px;
}

.noborderbottom {
	border-width: 0 !important;
}


.leistungsteaser img {
	aspect-ratio: 1.5 / 1;
}

.bildunterschrift2 {
	font-size: 90%;
    padding-top: .4em;
}
.bildunterschrift {
	font-size: 90%;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #000;
	text-align: right;
}




.absolut {
	position: absolute;
	top: 0;
	left: 0;
}

.whitebg {
	background-color: rgba(255, 255, 255, .9);
}

.offset {
	position: absolute;
	top: -100px;
    right: 30px;	
}
.offsetTop {
	position: relative;
	top: 250px;
}

.teaser {
	padding: 5% 13% 4%;
	line-height: 1.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 84%;
    font-weight: 700;
    font-size: 160%;	
}

.vierspalter .teaser {
	width: 100%;
	box-sizing:border-box;
}


.teaser.start {
	font-weight: normal;
}
.teaser3.startseite .teaser {
    font-weight: normal;
	width: 74%;
	min-height: 290px;
    max-height: 330px;
}
.teaser.gruen {
	color: #fff;
}




.whatsappIcon {
	display: inline-block;
}
.whatsappIcon img {
	width:100px;
	display: inline-block;
	background: #000;
	border: 3px solid #000;
	transition: all 0.5s;
}
.whatsappIcon img:hover {
	background: #fff;
	transition: all 0.5s;
}




/*.gruen .button {
	border: 1px solid #09d2a8;
	color: #09d2a8;
	background-color: #fff;
}*/

.teaser.extrapadding {
	padding: 0 13% 0;
}

.sonderteaser {
	width: 31.333333333333%;
	left: 68.666666666667%;
	z-index: 30;
	position: relative;
}

img.full {
	width: 100%;
}

.gruen {
	background-color: #09d2a8;
}




#recycling100 {
	width: 100%;
}

.teaser3 .imageContainer {
	overflow: hidden; 
}


.tableLike > div {
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 100%;
}
.tableLike .button {
	font-size: 200%;}
	
.tableLike > div.tableHead {
	background-color: #000;
	color: #fff;
	font-size: 200%;
    text-align: center;
	padding: 30px 0;
}


.teaser3 .image.start {
	margin-bottom: 290px;
}

/* #containerMenuSub.show {
	left: 0;
	opacity: 1;
	display: block;
}
#containerMenuSub {
	transition: opacity .2s;
	opacity: 0;
	position: absolute;
	left: 100%;
	background-color: #fff;
	min-height: 250px;
	width: 100%;
	display: none;
} */


.downloads a {
	color: #fff;
}

.ansprechpartner {
	line-height: 1.3em;
}
.ansprechpartner .g_3 {
	padding: 0 10px;
	box-sizing: border-box;
}
.ansprechpartnerInfo {
    position: absolute;
    bottom: 16%;
    left: -106%;
}
.ansprechpartner img {
	width: 100%;
	margin-bottom: 5em;
}




.instaContainer > img {
	width: 20%;
	display: block;
    float: left;
}


.teaserContainer {
	width: 16.666666666667%;
	border-right: 4px solid #fff;
	box-sizing: border-box;
	background-color: #24bfb7;
	float: left;
	overflow:hidden;
}
.teaserContainer .teaserIcon {
	background-color: #24bfb7;
}


		.teaserContainer .teaserBild {
			height: 600px;
			overflow: hidden;
			box-sizing: border-box;
		}
		.teaserContainer .teaserBildInner {
			background-size: cover;
			background-position: center center;
			width: 100%;
			height: 100%;
			transition: transform .5s, opacity .5s;
		}
		.teaserContainer:hover {
			cursor: pointer;
		}
		.teaserContainer:hover .teaserBildInner {
			opacity: .5;
			transform: scale(1.2);
			transition: transform .5s, opacity .5s;
		}
		
		.teaserIcon {
			text-align: center;
		}
		.teaserContainer.werkstatt {
			border-right: 0;
		}
		.teaserContainer .teaserIcon img{
			padding: 0 0 0;
			height: 123px;
		}


.noborder {
	border-right: 0 !important;
}

.contentbox .icon {
	height: 120px;
	float: left;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
}
.contentbox .icon:hover {
	cursor: pointer;
	border-bottom: 2px solid #fff;
}
.contentbox .icon.active {
	border-bottom: 4px solid #fff;
}
.contentbox .trennlinie {
	float: left;
	height: 120px;
    position: relative;
    top: 16px;
	padding: 0 1%;
}
.textContainer {
	min-height: 250px;
}

.max1100in {
	display: none;
} 

.teaser_farben > div { 
	width: 16.666666666667%;
	float: left;
	box-sizing: border-box;
}

.teaser_icons {
	text-align: center;
}
.teaser_icons > div {
	width: 16.666666666667%;
	float: left;
	box-sizing: border-box;
	background-color: #24bfb7;
	min-height: 100px;
}

.teaser_icons img {
	width: 60%;
	margin: 30px 0 10px;
	display: inline-block;
}

.colHeader {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: .5em;
}



.footerFarbkasten {
    position: absolute;
    top: .2em;
    left: -15px;
    height: 1.2em;
    width: .7em;
}





.teaser3 a {
	text-decoration: none;
	color: #fff;
}
.teaser3 {
	width: 33.333333333334%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.teaser3.withmargin {
	width: 31.333333333334%;
	margin: 0 2% 2% 0;
}

.jobsMenu > div {
	margin: .5em 2em .5em 0;
	display: inline-block;
	padding-bottom: .5em;
}

.jobsContent.block > .g_4 {
	width: 100%;
}

.jobsContent {
	padding-bottom: 4em;
}

.jobsContent > div.visible {
	display: block !important;
	height: inherit;
	border-bottom: 1px solid #000;
	padding: 2em 0 0 0;
}

.jobsContent a {
	float: right;
}


.hauptTeaser {
    position: absolute;
    bottom: 5em;
    left: 0;
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-size: 220%;
    padding: 10px 10px;
}


.respShow {display: none; }
.text {
	font-size: 130%;
	line-height: 1.5em;
	/*letter-spacing: .05em;*/
	padding: 2em 0;
}
.textkleiner {
	font-size: 80%;
	line-height: 1.5em;
	/*letter-spacing: .05em;*/
	padding-top: 1em;
}
.text.whiteText {
	color: #fff;
}
.text.paddingBottom {
	padding-bottom: 4em;
}

.columns2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.columns3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}


.contentbox .headline {
	font-size: 130%;
	padding: 6em 10% 1em;
}

.transBoxen {
	padding-top: 3em;
}
.transBoxen > div.g_3 {
	background-color: rgba(255, 255, 255, .2);
	height: 200px;
	margin-bottom: 2em;
	padding: 2em;
	box-sizing: border-box;
}

.transBoxen > div.g_3 {
	height: 100px;
}

.boxHeader {
	font-weight: 700;
	margin-bottom: 1em;
	font-size: 170%;
	line-height: 1.2em;
}
.boxText {
	font-size: 130%;
}



.buttonlook {
	background-color: #fff;
	border-radius: 1em;
	color: #0ad9af;
}

div.center {
	text-align: center;
}

.naviContainer .prev img {
	width: 80%;
	padding: 9%;
	transform: rotate(90deg);
}
.naviContainer .next img {
	width: 80%;
	padding: 9%;
	transform: rotate(270deg);
}

.referenzenContainer > div {
	z-index: 25;
}

.referenzenContainer > div.referenzenStrich {
	z-index: 2;
}

.referenzenContainer {
	position: relative;
	margin: 6em auto;
}
.referenzenCircle {
    width: 80px;
    height: 80px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
	background-color: #06e0b5;
	text-align: center;
	vertical-align: middle;
	padding-top: 2.5em;
	box-sizing: border-box;
	font-weight:bold;
	font-size: 130%;
	margin: 1em auto;
}
.referenzenStrich {
	border-right: 1px solid #fff;
    position: absolute;
    top: 5em;
    left: 25%;
    z-index: 2;
    height: 84%;
}
.referenzenText {
	font-size: 150%;
	padding-top: 2em;
	padding-bottom: 1em;
}

.respOnly { display: none; }



.vollbild .bildLinks img {
	width: 100%;
}
.bildContainer, .textContainer {
	width: 50%;
	float: left;
}
.textRechtsContianer {
	float: left;
}
.teaserContainer {
	border-top: 4px solid #fff;
}


.instaContainer > img.lastImage {
	display: none;
}

.desktopGrid {
	clear: both;
}
.mobileGrid {
	clear: none;
}



.max700in {
	display: none;
}

	 
/* Seitenübergreifend */
	

#closeIcon, #menuIcon, #backIcon {
	display: none;
}


		
.naviSpalte > div {
	margin-bottom: 2em;
	min-height: 5em;
	font-size: 110%;
}
.naviButton i {
	font-size: 330%;
	top: 180px;
	position: relative;
}
.naviButton i:hover {
	cursor: pointer;
}
.naviButtonRight {
	text-align: right;
}
.naviJahr {
	font-size: 370%;
	top: 180px;
	color: #06e0b5;
	cursor: pointer;
}




.c_12 .g_4.zoomed {
	width: 100%;
	/* transition: all .4s; */
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
}
video.zoom {
	box-sizing: border-box;
	/* transition: all .5s; */
}
video.zoom:hover {
	border-color: #000;
}
video.zoom.special {
	width: 70%;
    margin-top: 3em;
    margin-bottom: 3em;
}

#containerEinblickeVideos.inverted {
	background-color: #000;
	transition: background-color .5s;
}

.bigOut { display: none; }


#sprachwechsel {
	border-left: 2px solid #fff;
	padding-left: 1em !important;
}

	
	.max700out {
		display: block;
	}
	.jobsContent a.button.bewerbung {
		margin-left: 0;
	}
	.jobsContent > div {
		position: relative;
	}
	.karriereText {
		margin-bottom: 2em;
		float: left;
	}
	.shortFact {
		display: flex; 
		align-items: center;
		float: left;
		margin-bottom: 1em;
	}
	.button {
		padding: 10px 10px;
	}
	.teaserSortenliste {
		min-height: 5em 4em;
	}


	.haupttextImageContainer.slave {
		aspect-ratio: 16/9;
		height: auto;
	}
	.nopadding { padding-bottom: 0em !important; }
 	.containerGruppe > img {width: 50%;}
	.colHeader { display: none; }

	.contentbox.nopaddingtopA {
		padding-top: 0 !important;
	}
	.contentbox.nopaddingbottomA {
		padding-bottom: 0 !important;
	}

			.noborderbottomresp {
				border-width: 0 !important;
			}
			
			#containerRecyclingUndService {
				text-align: center;
				width: 100%;
			}
			#containerRecyclingUndService a {
				padding: 6px 0;
			}

	.needsPadding { min-width: 20px; width:100%; }
	
	




.parent .g_6 {
	width: 50%;
	margin: 0;
}


.in550 {
	display: none;
}





/* EXTERNE Comply Cookie-Einstellungen */
/* Comply Cookie-Grafik durch lokale SVG ersetzen */
.comply-FlexCenter img[alt="Consent Manager"] {
    content: url('/cookie-widget.svg') !important;
    width: 34px !important;
    height: 34px !important;
}

.comply-MenuLauncher {
	background: rgb(174 179 181) !important;
	width: 46px !important;
    height: 46px !important;
}

/* Zusätzliche Absicherung für alle Cookie-Bilder im Consent Manager */
#comply-consent-manager img[src^="data:image/png;base64"] {
    content: url('/cookie-widget.svg') !important;
}