/** Helvetica Integration **/
@font-face {
    font-family: 'Helvetica Now Variable Pro Roman';
    src: url("/../comp/fonts/HelveticaKit2/webFonts/HelveticaNowVariableProRoman.woff") format('woff2-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.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(#hundertprozentIcon, #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 { font-weight: 600; }
h1 {
    font-size: 170%;
    color: #000;
    font-weight: 300;
    line-height: 1.2em;
    margin: 1em 0 0 0;
}
h2 {
    color: #000;
    font-size: 220%;
    margin: 0 0 1em 0;
    font-weight: 700;
    line-height: 120%;
}
h3 {
    font-weight: 700;
    padding-top: 2em;
    line-height: 1.2em;
    margin-bottom: .5em;
    color: #000;
    font-size: 140%;
}
h4 {
	font-size: 350%;
    text-align: center;
    margin-bottom: 1em;
}

/** globale Listen Definitionen **/
ol {
	list-style-type: decimal;
	font-weight: bold;
}
ol li {
	margin-bottom: 1em;
}

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

/** 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% !important; 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; }
.verlauf h2, .verlauf h1 { 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; }

/** Page PopUp **/
#pagePopUp {
	display: none;
	background: #06e0b5;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	opacity: .99;
	overflow-y: scroll;
}
#pagePopUp > div {
	padding: 9em 0 2em 0;
}
#pagePopUpClose {
	position: absolute;
    right: 26px;
    top: 2px;
    font-size: 6em;
    color: #fff;
	background: #06e0b5;
	border: 1px solid #06e0b5;
	border-radius: 50%;
	transition: all 0.5s;
}
#pagePopUpClose:hover {
	cursor: pointer;
	color: #06e0b5;
	background: #fff;
	transition: all 0.5s;
}
#pagePopUp span.headline {
	font-size: 6em;
	font-weight: 600;
	color: #000;
}
.pagePopUpTrigger:hover {
	cursor: pointer;
}
.pagePopUpTrigger .button:hover {
	background: #000 !important;
	color: #fff !important;
}
#pagePopUp h2 {
	margin: 0 0 0.5em 0;
}

/** Head Bereich **/
#containerMenu {
	width: 100%;
	position: absolute;
	z-index: 99;
}
#containerMenu > div {
    float: right;
}
#containerMenu .gif {
    height: 44px;
    top: 7px;
    right: 50px;
    margin: 8px 50px 0 50px;
    border: 3px solid #000
}

/** Burger Button **/
.burger-button {
    width: 40px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    position: relative;
    z-index: 1000;
    margin: 15px 50px 0 50px;
}
.burger-button:hover .burger-line {
    background-color: #fff;
}
.burger-line {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.burger-button.is-active .line-top {
    transform: translateY(13px) rotate(45deg);
}
.burger-button.is-active .line-middle {
    opacity: 0;
}
.burger-button.is-active .line-bottom {
    transform: translateY(-13px) rotate(-45deg);
}

/** Mainmenü **/
.main-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    transform: translateX(100%);
    transition: transform 0.8s ease-in-out;
    z-index: 77;
    padding: 100px 50px 0 50px;
    min-width: 25%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.main-menu.is-open {
    transform: translateX(0);
}
.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    text-align: left;
    min-height: auto;
}
.main-menu ul li {
    margin: 20px 0;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
}
.main-menu > div ul li {
    margin: 5px 0;
    position: relative;
    display: block;
    width: 100%;
}
.main-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 3em;
    padding: 10px 20px;
    transition: color 0.2s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}
.main-menu ul li a.active {
    font-weight: 600;
}
.main-menu ul li a:hover {
    color: #06e0b5;
}

/** Submenü **/
.submenu {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
    width: 100%;
    text-align: center;
}
.has-submenu.submenu-open .submenu {
    max-height: 1500px;
}
.submenu li {
    margin: 0;
    display: block;
}
ul.submenu li a {
    font-size: 2em;
    padding: 8px 20px;
    color: #000;
    display: block;
}
ul.submenu li a.active {
    font-weight: 600;
}
.submenu li a:hover {
    color: ##06e0b5;
}
span.submenu-toggle {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    cursor: pointer;
    color: #000;
    transition: color 0.5s ease-in-out;
    vertical-align: middle;
}
.has-submenu.submenu-open .submenu-toggle {
    color: #06e0b5;
}

/** Urgen Message Bereich **/
#urgentBoxClose {
    display: none;
}
#urgentBoxClose {
	position: absolute;
	right: 26px;
	top: 20px;
	font-size: 6em;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	border-radius: 50%;
	transition: all 0.5s;
}
#urgentBoxClose:hover {
	color: #000;
	background: #fff;
	transition: all 0.5s;
}
.urgentBox.open #urgentBoxClose {
    display: block;
}
.urgentBox {
    position: relative;
    background: #000;
}
.urgentBox p {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.4em;
}
.clickArea {
    width: 100%;
    height: 40px;
    background: #000;
    text-align: center;
    color: #fff;
	transition: color 1000ms;
    font-size: 1.5em;
    line-height: 40px;
}
.urgentBox.open .clickArea {
    color: #000;
}
.urgentBoxContent {
    max-height: 0px;
    overflow: hidden;
    width: 100%;
    transition: max-height 500ms;
    background: #000;
}
.clickAreaText {
    width: 100%;
    height: 100%;
    display: none;
}
.urgentBoxContent > div > div p {
    padding: 4rem 1rem;
}
.urgentBoxContent > div > div > div {
    margin-top: 4rem;
	width: 90%;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	aspect-ratio: 16 / 9;
}
.urgentBoxContent.open {
    max-height: 2000px;
    transition: max-height ease 3000ms;
}
.urgentBox:hover {
    cursor: pointer;
}

/** 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: 0;
    transition: opacity 1s ease;
}
#blur.hidden {
    z-index: -10;
}


/** Link Grid Bereiche **/
.linkgrid > a:hover div.button {
	cursor: pointer;
	background-color: #000;
	color: #fff;
}
.linkgrid > a:hover div.linkGridHoverIcon,
.linkgrid > div:hover div.linkGridHoverIcon {
	height: calc(100% - 12px);
}
.linkgrid > a img.block,
.linkgrid > div img.block {
	opacity: 1;
	transition: opacity .3s;
}
.linkgrid > a:hover img.block,
.linkgrid > div:hover img.block {
	opacity: .5;
	transition: opacity .3s;
}
.linkGridHoverIcon.stahlschrott 		{ border: 6px solid; border-color: #05833a; }
.linkGridHoverIcon.nemetalle 			{ border: 6px solid; border-color: #0962fa; }
.linkGridHoverIcon.altholz 				{ border: 6px solid; border-color: #e9d206; }
.linkGridHoverIcon.wertstoffe 			{ border: 6px solid; border-color: #6bca0c; }
.linkGridHoverIcon.umschlag 			{ border: 6px solid; border-color: #e25122; }
.linkGridHoverIcon.demontagen 			{ border: 6px solid; border-color: #30b7e4; }
.linkGridHoverIcon.logistik 			{ border: 6px solid; border-color: #db0124; }
.linkGridHoverIcon.consulting 			{ border: 6px solid; border-color: #333333; }
.linkGridHoverIcon.elektronikschrott 	{ border: 6px solid; border-color: #ffa7eb; }
.linkGridHoverIcon.produktverschrottung { border: 6px solid; border-color: #bf00fe; }
.linkGridHoverIcon.werkstatt 			{ border: 6px solid; border-color: #adb1b2; }
.linkGridHoverIcon.umwelt 				{ border: 6px solid; border-color: #000; }
.linkGridHoverIcon img {
	width: 56%;
	display: block;
	margin: 0 auto;
}
.linkGridHoverIcon {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 12px);
	height: 0px;
	transition: all  1s;
}

/** 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;
}
.sortenlisteClearCont div:nth-of-type(5n+1) {
	margin-left: 0 !important;
}

/** Bereich Landingpage Claim **/
.claimContainer {
	position: relative;
}
.claimImgContainer {
	width: 100%;
	aspect-ratio: 2.4/1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.claimTextContainer {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
	margin-top: -88px;
}
#claimTextContainer.hide {
	display: none;
}
.claimTextContainer > div {
	width:100%;
	text-align:center;
	color:#fff;
}
.claimTextContainer h1 {
	margin: 0;
	color: #fff;
	font-weight:bold;
	font-size: 6em;
}
.claimTextContainer p {
	font-size: 4em;
	line-height: 1.2em;
}
.claimTextContainer a {
	font-size: 2.5em;
	width: auto;
	line-height: 3em;
}
.claimTextContainer #clickStartHeaderVideo {
	margin: 1em 0;
	display: block;
	cursor: pointer;
}
.claimTextContainer #clickStartHeaderVideo i:hover {
	color: #fff;
}
.claimTextContainer i {
	font-size: 6em;
}
.claimStreamContainer {
	width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #08aad8, #00f7ae);
    top: 0;
	z-index: 10;
}
.claimStreamContainer.hide {
	display: none;
}
.claimStreamContainer.show {
	display: block;
}
#clip.hide {
	height: 0px;
	overflow: hidden;
}
.claimStreamContainer > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Seitenverhältnis (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}
.claimStreamContainer > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** Bereich Landingpage Teaser **/
.landingpageTeaserContainer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 3fr));
	gap: 30px;
	text-align: center;
	padding: 50px 0;
}
.landingpageTeaser {
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.landingpageTeaser svg {
	width: 48px;
	height: 48px;
	margin-bottom: 15px;
	stroke-width: 1.5;
	color: var(--kaatsch-icon-color);
}

.landingpageTeaserContainer h3 {
	margin-bottom: 15px;
	font-size: 1.6em;
	font-weight: 700;
}

.landingpageTeaserContainer p {
	margin-bottom: 15px;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 500;
}
.landingpageTeaserContainer i {
	font-size: 5em;

}

/** Bereich Landingpage Zertifikat Downloads **/
ul.zertifikatDownload li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 20px;
}

ul.zertifikatDownload li a {
	color: #000;
	text-decoration: none;
}

ul.zertifikatDownload li a:hover {
	color: #06e0b5;
}
ul.zertifikatDownload i {
	margin-right: 10px;
}


/** weiter und zurück Navigation **/
.weiterZurueck {
	height: 40px;
}
.weiterZurueck > div {
	height: 40px;
}
.weiterZurueck .button.kleinerer {
	height: 40px;
}
.weiterMarker, .zurueckMarker {
	padding: 7px;
    height: 100%;
    border-width: 4px;
    border-style: solid;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 700;
	display: inline-block;
    float: left;	
}
.weiterMarker {
    float: right;
}
.zurueckMarkerText {
	float: left;
}
.weiterMarkerText {
	float: right;
}

/** 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;
}
#containerIntro .claimTextContainer {
	top: 50%;
}
#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%;
}
#clickStartHeaderVideo h1 {
	font-size: 9rem;
	text-shadow: 3px 3px 20px #000;
}
#playCircle {
	font-size: 10em;
	text-shadow: 3px 3px 20px #000;
	cursor: pointer;
}























.gruenBox, .gruenBox .contentbox, .gruenBox .contentbox h2 {
	color: #fff !important;
	background-color: #f9f9f9
}

.contentLeftImage, .contentLeftText {
	width: 60%;
	float: left;
	box-sizing: border-box;
}
.contentRightImage, .contentRightText {
	width: 40%;
	float: left;
	box-sizing: border-box;
}

	
.contentbox {
	padding: 6em 0 6em;
	clear: both;
	font-size: 120%;
	color: #000;
}
.contentbox.noPaddingAtAll {
	padding: 0;
}
.contentbox.noclear { clear: none; }

.contentbox.nopaddingtopA, .contentbox.nopaddingbottomA {
	padding-top: 0;
	padding-bottom: 0;
}
h2.alone {
	margin-top: 1em;
}

.contentbox.grey h2 {
	color: #0ad9af;
	font-weight:bold;
}
.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;
}

ul {
	list-style-type: disc;
}
ul > li {
	margin-left: 20px;
}

.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;
}

.circle {
	width: 150px;
	height: 150px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
}

.circlebox h3 {
	padding-top: 0;
	padding-bottom: .5em;
	color: #fff;
	font-size: 220%;
}
.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;
}


.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;
}

.containerTrimodal:hover, .containerTrimodal.show , .containerTrimodal.active {
	cursor: pointer;
	background-color: #06e0b5;
	border: 3px solid #000;
	transition: background-color .5s, border .5s;
}
.containerGruppe > img {
	width: 100px;
	float: left;
	margin-right: 1em;
}
.containerGruppe a {
	color: #000;
}
.containerGruppe.active a {
	color: #fff;
}
.containerGruppe {
	padding: 1em 1em 1.3em 1em;
	margin: 1em 0;
	border: 3px solid transparent;
	transition: background-color .5s, border .5s;
    min-height: 8em;
}
.containerTrimodal {
	padding: 1em 1em 1em 1em;
	min-height: 3em;
	margin: 1em 0;
	border: 3px solid transparent;
	transition: background-color .5s, border .5s;
}
.containerGruppe:hover, .containerGruppe.show , .containerGruppe.active {
	cursor: pointer;
	background-color: #06e0b5;
	border: 3px solid #000;
	transition: background-color .5s, border .5s;
}

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

.containerInputFormular input, .containerInputFormular textarea  {
    width: 70%;
    margin: .4em auto;
	padding: 12px 10px;
    font-size: 170%;
    font-family: 'Helvetica Now Variable Pro Roman';
	border-width: 0;
}
.containerInputFormular textarea {
	height: 200px;
}
.containerInputFormular input[type="email"], .containerInputFormular input[type="text"], .containerInputFormular input[type="tel"], .containerInputFormular textarea  {
	font-family: 'Helvetica Now Variable Pro Roman', sans-serif;
	font-size: 120%;
}
.containerInputFormular 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;
}
.containerInputFormular input[type="submit"]:hover {
	cursor: pointer;
	background-color: #fff;
}

#containerFormImage {
	width: 400px;
}
#containerPerson {
	height: 95px;
    margin-bottom: 15px;
}
#deckeBereich {
	transition: opacity .5s;
	opacity: 1;
}
#deckeBereich.hide {
	opacity: 0;
}
#deckeBereich input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-bottom: .5em;
}

.button {
    padding: 20px 10px;
    margin-bottom: 1em;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    background-color: #000;
    font-weight: 700;
    border: 3px solid #000;
    transition: all .5s;
    box-sizing: border-box;
	text-align: center;
	/* white-space: break-spaces; */
}
.button.inlineblock {
	display: inline-block;
	margin-top: 2em;
}
.button.bewerbung {
	max-height: 40px;
	padding: 7px 20px;
	margin-left: .5em;
	position: relative;
	bottom: 1em;
}
.button.fixedWidth {
    width: 340px;
    min-width: 250px;
}
.button.paddingFix {
	padding: 10px 20px;
	display: inline-block;
}
.button.grey {
    background-color: #e2e2e2;
    color: #000;
}
.button.inline {
	display: inline;
	padding: 5px 5px;
	text-transform: inherit;
	margin: 3px;
    line-height: 300%;
}
.button.inverted {
    border: 3px solid #000;
    background-color: #000;
    color: #fff;
	display: inline-block;
}
.button.inverted:hover {
    border: 3px solid #000;
    background-color: #fff;
    color: #000;
}
.button.inverted i {
	transition: color .5s;
}
.button.inverted:hover i {
    color: #000;
}

.button.kleiner {
	display: inline-block;
	padding: 0px 20px;
}

.button.kleinerer {
	display: inline-block;
	padding: 0px 20px 8px;
	margin-bottom: 0;
}
.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;
}



.kundenProfitieren > div {
	margin: 1em 0;
	border: 3px solid transparent;
	transition: background-color .5s;
}

.kundenProfitieren > div > div {
	font-weight: 700;
	text-align: center;
	position: relative;
	bottom: 2em;
}
.kundenProfitieren > div:hover, .kundenProfitieren > div.active {
	transition: background-color .5s;
	background-color: #ffffff;
	cursor: pointer;
	border: 3px solid #000;
}
.kundenProfitierenContent > div {
	display: none;
}
.kundenProfitierenContent > div.show {
	display: initial;
}
.containerZielgruppenHeadline h3 {
	display: none;
}
.containerZielgruppenHeadline h3.show {
	display: block;
}


.button:hover, .button.active {
	cursor: pointer;
	color: #000;
	background-color: #fff;
}
.teaserContainer:hover .button.weiss {
	text-decoration: underline;
}
.button.weiss {
	background-color: #24bfb7;
	color: #fff;
}
.button.transparent {
	background-color: initial;
	color: #fff;
	min-height: 3em;
}

/*.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;
} */
#containerRecyclingUndService a {
	font-size: 15px;
	color: #0edcb8;
}

#containerRecyclingUndService {
	width: 50%;
}

.navRecyclingCol h3 {
	color: #9b9b9b;
	font-size: 25px;
}
.navRecyclingCol {
    width: 12%;
    float: left;
    padding: 0% 0% 5%;
    height: 180px;
    box-sizing: border-box;
}
.navRecyclingCol.noborder {
	border: 0;
}
.navRecyclingCol > a {
	display: block;
}
.navRecyclingCol h2 {
	color: #0edcb8;
	font-size: 24px;
}
.navRecyclingCol h3 {
	font-size: 14px;
	font-weight: 300;
	margin: 0 20px 10px;
}

.downloads a {
	color: #fff;
}

.weiterZurueck .weiterMarker.consulting, .weiterZurueck .zurueckMarker.consulting {
	background-color: #333333;
	border-color: #333333;
}

.weiterZurueck .weiterMarker.stahlschrott, .weiterZurueck .zurueckMarker.stahlschrott {
	background-color: #05833a;
	border-color: #05833a;
}

.stahlschrott .buttonlook { color: #05833a }
.headerStahlschrott {
	border-bottom: 20px #05833a solid;
}

.weiterZurueck .weiterMarker.nemetalle, .weiterZurueck .zurueckMarker.nemetalle {
	background-color: #0962fa;
	border-color: #0962fa;
}
.nemetalle .buttonlook { color: #0962fa }
.headerNemetalle {
	border-bottom: 20px #0962fa solid;
}

.weiterZurueck .weiterMarker.holz, .weiterZurueck .zurueckMarker.holz {
	background-color: #e9d206;
	border-color: #e9d206;
}
.holz .buttonlook { color: #e9d206; }
.headerHolz {
	border-bottom: 20px #e9d206 solid;
}

.weiterZurueck .weiterMarker.elektronikschrott, .weiterZurueck .zurueckMarker.elektronikschrott {
	background-color: #ffa7eb;
	border-color: #ffa7eb;
}
.elektronikschrott .buttonlook { color: #ffa7eb; }
.headerElektronikschrott {
	border-bottom: 20px #ffa7eb solid;
}

.weiterZurueck .weiterMarker.wertstoffe, .weiterZurueck .zurueckMarker.wertstoffe {
	background-color: #6bca0c;
	border-color: #6bca0c;
}
.wertstoffe .buttonlook { color: #6bca0c; }
.headerWertstoffe {
	border-bottom: 20px #6bca0c solid;
}

.weiterZurueck .weiterMarker.container, .weiterZurueck .zurueckMarker.container {
	background-color: #db0124;
	border-color: #db0124;
}
.container .buttonlook { color: #db0124; }
.headerContainer {
	border-bottom: 20px #db0124 solid;
}

.weiterZurueck .weiterMarker.abbruchdemontage, .weiterZurueck .zurueckMarker.abbruchdemontage {
	background-color: #30b7e4;
	border-color: #30b7e4;
}
.abbruchdemontage .buttonlook { color: #30b7e4; }
.headerAbbruchdemontage {
	border-bottom: 20px #30b7e4 solid;
}

.weiterZurueck .weiterMarker.produktverschrottung, .weiterZurueck .zurueckMarker.produktverschrottung {
	background-color: #bf00fe;
	border-color: #bf00fe;
}
.produktverschrottung .buttonlook { color: #bf00fe; }
.headerProduktverschrottung {
	border-bottom: 20px #bf00fe solid;
}

.weiterZurueck .weiterMarker.werkstattdienstleistungen, .weiterZurueck .zurueckMarker.werkstattdienstleistungen {
	background-color: #adb1b2;
	border-color: #adb1b2;
}
.werkstattdienstleistungen .buttonlook { color: #adb1b2; }
.headerWerkstattdienstleistungen {
	border-bottom: 20px #adb1b2 solid;
}

.weiterZurueck .weiterMarker.umschlag, .weiterZurueck .zurueckMarker.umschlag {
	background-color: #e25122;
	border-color: #e25122;
}
.umschlag .buttonlook { color: #e25122; }
.headerUmschlag {
	border-bottom: 20px #e25122 solid;
}

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


#overlayStrasse, #overlaySchiene, #overlayWasser { opacity: 0; transition: opacity 1s;  }
#overlayStrasse.show, #overlaySchiene.show, #overlayWasser.show { opacity: 1; transition: opacity 1s;  }

#overlayRvr, #overlaySchromet, #overlayStachelski, #overlayWeag, #overlayScheutzow, #overlayPrometall, #overlayPrometalls { opacity: 0; transition: opacity 1s;  }
#overlayRvr.show, #overlaySchromet.show, #overlayStachelski.show, #overlayWeag.show, #overlayScheutzow.show, #overlayPrometall.show, #overlayPrometalls.show { opacity: 1; transition: opacity 1s; }


.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.entsorgung, .teaserContainer.entsorgung .teaserIcon { background-color: #05833a; }
.teaserContainer.beratung, .teaserContainer.beratung .teaserIcon { background-color: #000000; }
.teaserContainer.logistik, .teaserContainer.logistik .teaserIcon { background-color: #db0124; }
.teaserContainer.demontage, .teaserContainer.demontage .teaserIcon { background-color: #17cdff; }
.teaserContainer.umschlag, .teaserContainer.umschlag .teaserIcon { background-color: #e25122; }
.teaserContainer.werkstatt, .teaserContainer.werkstatt .teaserIcon { background-color: #adb1b2; }

	.teaserContainer > div {
		
	}
		.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;
		}
		
		.entsorgung .teaserBildInner {
			background-image: url(/res/img/startseite/entsorgung.jpg);
		}
		
		.beratung .teaserBildInner {
			background-image: url(/res/img/startseite/beratung.jpg);
		}
		
		.logistik .teaserBildInner {
			background-image: url(/res/img/startseite/logistik.jpg);
		}
		
		.demontage .teaserBildInner {
			background-image: url(/res/img/startseite/demontage.jpg);
		}
		
		.umschlag .teaserBildInner {
			background-image: url(/res/img/startseite/umschlag.jpg);
		}
		
		.werkstatt .teaserBildInner {
			background-image: url(/res/img/startseite/werkstatt.jpg);
		}

.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%;
}
.wirSchliessenDenKreis .trennlinie img, .abbruchdemontage2 .trennlinie img, .abbruchdemontage .trennlinie img  {
	width: 37px;
}

.abbruchdemontage2 .icon img, .abbruchdemontage .icon img  {
	width: 100px;
}

.contentbox .abbruchdemontage .icon:hover, .contentbox .abbruchdemontage2 .icon:hover {
	cursor: auto;
}

.privatkunden img, .gewerbekunden img, .industriekunden img { 
	height: 120px !important;
}

.showContent {
	position: absolute;
	opacity: 0;
	height: 0;
	transition: left .5s;
	position: relative;
	left: 100%;
	font-size: 15px;
    line-height: 1.5em;
}
.showContent.out {
	opacity: 0;
	left: -300%;
}
.showContent.active {
	transition: left .5s;
	min-height: 150px;
	height: auto;
	opacity: 1;
	left: 0%;
}
.showContent .textContainer h2 {
	border-bottom: 4px solid #fff;
	display: inline-block;
}
.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 h2 {
	color: #fff;
}
.teaser_icons img {
	width: 60%;
	margin: 30px 0 10px;
	display: inline-block;
}

.colHeader {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: .5em;
}
.footerContainer a {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;
}

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


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

.stahlschrottFooter {
	background-color: #05833a;
}
.nemetalleFooter {
	background-color: #0962fa;
}
.altholzFooter {
	background-color: #e9d206;
}
.elektronikschrottFooter {
	background-color: #ffa7eb;
}
.wertstoffeFooter {
	background-color: #6bca0c;
}

.containerlogistikFooter {
	background-color: #db0124;
}
.demontagenFooter {
	background-color: #30b7e4;
}
.umschlagFooter {
	background-color: #e25122;
}
.produktverschrottungFooter {
	background-color: #bf00fe;
}
.werkstattFooter {
	background-color: #adb1b2;
}
.consultingtFooter {
	background-color: #333333;
}



.kaatschtv {
	float: left;
	display: inline;
}


.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 1% 2%;
}

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

.jobsContent.block > .g_4 {
	width: 100%;
}
.jobsContent h3 {
	padding-top: .5em;
}

.jobsContent > div {
	display: none !important;
	height: 0;
	overflow:hidden;
	transition: height 1s;
}

.jobsContent > div.visible {
	display: block !important;
	height: inherit;
	border-bottom: 1px solid #000;
}
.jobsMenu > div:hover, .jobsMenu > div.active {
	cursor: pointer;
	border-bottom: 4px solid #000;
	font-weight: bold;
}
.jobsContent a {
	float: right;
}

.imageContainer.stahlschrott { background-color: #05833a; }
.imageContainer.nemetalle { background-color: #0962fa; }
.imageContainer.holz { background-color: #e9d206; }
.imageContainer.elektronikschrott { background-color: #ffa7eb; }
.imageContainer.wertstoffe { background-color: #6bca0c; }

.imageContainer.container { background-color: #db0124; }
.imageContainer.abbruchdemontage { background-color: #30b7e4; }
.imageContainer.umschlag { background-color: #e25122; }
.imageContainer.produktverschrottung { background-color: #bf00fe; }
.imageContainer.werkstattdienstleistungen { background-color: #adb1b2; }


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

.weiss {
	background-color: #ffffff;
}
.rot {
	background-color: #db0124;
}
.tuerkis {
	background-color: #30b7e4;
}
.orange {
	background-color: #e25122;
}
.lila {
	background-color: #bf00fe;
}
.hellgrau {
	background-color: #adb1b2;
}

.dunkelgruen {
	background-color: #05833a;
}
.blau {
	background-color: #0962fa;
}
.gelb {
	background-color: #e9d206;
}
.rosa {
	background-color: #ffa7eb;
}
.hellgruen {
	background-color: #6bca0c;
}
.dunkelgruen, .blau, .gelb, .rosa, .hellgruen, .rot, .tuerkis, .orange, .lila, .hellgrau {
	color: #fff;
	padding: 3% 8% 2%;
}

.greenbg {
	color: #fff;
}

.respShow {display: none; }
.text {
	font-size: 130%;
	line-height: 1.5em;
	/*letter-spacing: .05em;*/
	padding-top: 1em;
}
.textkleiner {
	font-size: 80%;
	line-height: 1.5em;
	/*letter-spacing: .05em;*/
	padding-top: 1em;
}
.text.whiteText {
	color: #fff;
}
.text.whiteText h1, .text.whiteText h2  {
	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;
}

.text h3 {
	font-size: 140%;
}

.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;
}

#hundertprozentIconContainer {
	position:relative;z-index: 50;
}
#hundertprozentIconSubContainer {
	position: absolute;right: 190px;top: -130px;
}
#hundertprozentIcon {
	width: 180px;
}

.navigation > div {
	background-color: #fff;
    width: 80px;
    height: 80px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
	cursor: pointer;
	position: absolute;
	top: 160px;
}

.navigation img {
	width: 100%;
}
.navigation .links {
	left: -200px;
}
.navigation .links:hover, .navigation .rechts:hover {
	opacity: .8;
}
.navigation .rechts {
	right: -200px;
}
.navigation .rechts img {
	transform: rotate(270deg);
}
.navigation .links img {
	transform: rotate(90deg);
}

.galerieIcons:hover {
	cursor: pointer;
}
.galerie {
	position: relative;
}
.galerieImageContainer {
	position: relative;
}
.galerieImageContainer img {
	width: 100%;
	display: none;
}
.galerieImageContainer img.aktiv {
	display: inline;
}
.galerieCounterContainer {
	width: 100%;
	height: 3em;
    background-color: rgba(9, 210, 168, .3);
	position: absolute;
	bottom: 0;
	left: 0;
}
.galerieStatusContainer {
	width: 25%;
    height: 100%;
    background-color: rgb(9, 210, 168);
	transition: width .5s;
}

.galerie .naviContainer > div {
	width: 6em;
	height: 6em;
	position: absolute;
	top: 45%;
	z-index: 20;
	font-size: 700%;
}
.galerie .naviContainer .next {
	right: 0;
}
.galerie .naviContainer .prev {
	left: 0;
}
.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;
}

.containerModul {
	padding-top: 5em;
	min-height: 600px;
}
.containerModul h2 {
	color: red;
}
.containerContainer h1 {
    color: #fff;
    font-size: 330%;
    margin-bottom: 0;
}
.containerContainer h2 {
    font-size: 270%;
}
.containerContainer h3 {
    font-size: 220%;
	padding-top: 1em;
}
.containerContainer ul {
    margin-top: 1em;
	margin-bottom: 6em;
}
.containerGroesseAuswahl > div {
	cursor: pointer;
    float: left;
    font-size: 130%;
    border: 1px solid #fff;
    padding: .5em 1em;
    box-sizing: border-box;
    margin-right: .5em;
	margin-bottom: 3em;
}
.containerGroesseAuswahl > div.aktiv {
	background-color: #fff;
	color: #000;
}

.containerContainer > div {
	display: none;
	font-size: 140%;
}
.containerContainer > div.aktiv { display: block;}

.containerContainerBilder > div {
	background-color: #fff;
	display: none;
	width: 400px;
    height: 400px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
	overflow: hidden;
	background-position: center;
	background-size: 380px 180px;
    background-repeat: no-repeat;
}
#bildercontainer3 { background-image: url(/res/img/container/3.png); }
#bildercontainer7 { background-image: url(/res/img/container/7.png); }
#bildercontainer8 { background-image: url(/res/img/container/8.png); }
#bildercontainer10 { background-image: url(/res/img/container/10.png); }
#bildercontainer13 { background-image: url(/res/img/container/13.png); }
#bildercontainer15 { background-image: url(/res/img/container/15.png); }
#bildercontainer23 { background-image: url(/res/img/container/23.png); }
#bildercontainer24 { background-image: url(/res/img/container/24.png); }
#bildercontainer34 { background-image: url(/res/img/container/34.png); }
#bildercontainer36 { background-image: url(/res/img/container/36.png); }
#bildercontainer39 { background-image: url(/res/img/container/39.png); }
#bildercontainer40 { background-image: url(/res/img/container/40.png); }
#bildercontainer45 { background-image: url(/res/img/container/45.png); }
#bildercontainer55 { background-image: url(/res/img/container/55.png); }

.containerContainerBilder > div.aktiv { display: block;}


.respOnly { display: none; }



/*************************
** Wir schließen den Kreis
*************************/

.kreisContainer > div {
    display: inline;
    margin-right: 2em;
    color: #fff;
    font-size: 130%;
    font-weight: 300;
    padding: 5px 0;
}
.kreisContainer > div.active, .kreisContainer > div:hover {
	border-bottom: 2px solid #fff;
	cursor: pointer;
}
	
.kreisbox {
    color: #fff;
    width: 100%;
    display: none;
    font-size: 220%;
    box-sizing: border-box;
    padding: 3em 5em 2em;
    line-height: 1.3em;
}
.kreisbox.show {
	display: block;
}

.kreisNavigation {
	position: relative;
}

.kreisNavigation > div {
	position: absolute;
    top: 140px;
}
.kreisNavigation .buttonlook {
    font-size: 500%;
}
.kreisZurueck {
	left: 0;
}
.kreisNavigation .kreisWeiter {
	right: 0;
}
.wiekeinandnerer {
    font-weight: 700;
    font-size: 300%;
	color: #fff;
	padding-bottom: 2em;
}


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

.ablaufBilder img {
}
.ablaufUnterschriften div {
}

.ablaufUnterschriften {
	padding-bottom: 4em;
}
.ablaufUnterschriften > div {
	display: inline-block;
	text-align: center;
	width: 120px;
	font-weight: 700;
    font-size: 120%;
}
.ablaufUnterschriften > div.trennerSpacer {
	width: 110px;
}


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

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

#overlayKontakt {
	position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    height: 100%;
    width: 100%;
    z-index: 19;
    opacity: .7;
	cursor: pointer;
}
#overlayKontaktContent {
	font-size: 150%;
    background-color: #fff;
    top: 10%;
    width: 50%;
    left: 25%;
    min-height: 40%;
    min-width: 50%;
    z-index: 20;
    position: fixed;
    box-shadow: 5px 5px 32px #000;
	padding: 3%;
    box-sizing: border-box;
	line-height: 130%;
}

#overlayKontaktContent.hide {
	top: -100%;
	transition: top .5s;
}
#overlayKontakt.hide {
	opacity: 0;
	transition: opacity .2s;
}


	.max700in {
		display: none !important;
	}

	 
/* Seitenübergreifend */
	
		#logo {
			position: relative;
			z-index: 51;
			width: 200px;
			margin: 9px 30px;
		}
		#closeIcon, #menuIcon, #backIcon {
			display: none;
		}


			#containerRecyclingUndService a {
				padding: 5px 0;
				margin: 0 20px;
				color: #0edcb8;
				text-decoration: none;
			}
			#containerRecyclingUndService a:hover, #containerRecyclingUndService a.active {
				text-decoration: underline;
				font-weight: 500;
			}


		#containerRecyclingUndService.show {
			display: initial;
		}
		
		
		
.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;
}
.headerSpacer {
	height: 66px;
}



.presseContainer > video {
	width: 100%;
	/* transition: all .5s; */
}
.c_12 .g_4 {
	/* transition: all .4s; */
}
.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 h1, #containerEinblickeVideos.inverted h2, #containerEinblickeVideos.inverted .text {
	color: #fff !important;
	transition: color .4s;
	transition: width .4s;
}

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

.bigOut { display: none; }

	
/* Responsive */

	@media screen and (max-width: 1440px) {
		.footerFarbkasten {
			position: relative;
			float: left;
			left: 0;
			margin-right: .5em;
		}
	}

	@media screen and (max-width: 1100px) {
		.bigOut { display: initial; }
		.c_12 .push_2 {
			left: 11%;
		}
		.c_12 .g_8 {
			width: 73%;
			left: 11%;
		}
		.c_12 .g_7 {
			width: 73%;
			left: 11%;
		}
		.c_12 .g_6 {
			width: 73%;
			left: 11%;
		}
		.c_12 .c_12 .g_6 {
			width: 100% !important;
			left: 0;
		}
		.c_12 .g_5 {
			width: 73% !important;
			left: 11%;
		}
		.c_12 .g_4 {
			width: 73%;
			left: 11%;
		}
		.c_12 .g_3 {
			width: 73%;
			left: 11%;
		}
		.c_12 .g_2 {
			width: 73%;
			left: 11%;
		}
		.c_12 .g_12 {
			width: 73%;
			left: 11%;
		}
		.c_12 .g_11 {
			width: 73%;
			left: 11%;
		}
		.c_12 .g_10 {
			width: 73%;
			left: 11%;
		}
		.contentbox {
			padding: 0 0 2em;
		}
		.fullwidth.contentbox:first-child {
			padding: .5em 0 2em;
		}
		.teaser3 {
			width: 100%;
			border-right: 0 !important;
		}
	
		.teaserContainer.werkstatt {
			border-right: 4px solid #fff;
		}

		.teaser.extrapadding {
			padding: 28px 13%;
		}
		
		.teaserContainer {
			border-top: 4px solid #fff;
			border-right: 4px solid #fff;
			width: 33%;
		}
		.teaserContainer .teaserBild {
			height: 280px;
		}
		.teaserContainer .teaserIcon img {
			padding: 0;
		}
		
		#recycling100 {
			width: 150%;
			left: -25%;
			position: relative;
			margin-top: 1%;
		}
		

		/* #containerMenu {
			transition: height .2s;
			position: fixed;
			overflow:hidden;
			box-shadow: 1px -19px 67px #000;
		}
		#containerMenu.open {
			height: 100%;
		} */
			#menuIcon {
				display: initial;
				position: absolute;
				right: 4%;
				top: 15%;
				cursor: pointer;
			}
			#closeIcon, #backIcon {
				position: absolute;
				right: 4%;
				top: 1.5%;
				cursor: pointer;
			}
			/* #containerMenu.open.back #backIcon {
				display: block;
			}
			#containerMenu.open.back #closeIcon {
				display: none;
			}
			#containerMenu.open #menuIcon {
				display:none;
			}
			#containerMenu.open #closeIcon {
				cursor:pointer;
				display:block;
			}
				
			#containerMenuSub.show {
				transition: left .2s;
				left: 0;
				opacity: 1;
			}
			#containerMenuSub {
				opacity: 1;
				position: absolute;
				left: 100%;
				background-color: #fff;
				min-height: 250px;
				width: 100%;
				transition: left .2s;
			} */
			
			#headerText {
				width: 100%;
			}
			#hundertprozentIcon {
				display: none;
			}
			
			.vierspalter .teaser3 {
				width: 48%;
			}
			
			
			#sprachwahl a {
				padding: 8% 16%;
			}
		.linkMarker {
			display: none;
		}
		
		.navRecyclingCol {
			float: none;
			width: 100%;
			height: auto;
			border-right: 0;
			padding-bottom: 0;
			position: relative;
		}
		
		.navRecyclingCol h3 {
			display: none;
		}
		
		#containerRecyclingUndService a {
			width: 49%;
			margin: .5%;
			float: left;
			background-color: #fff;
			box-sizing: border-box;
			min-height: 4.4em;
			font-size: 138%;
		}
		.navRecyclingCol > a {
			position: relative;
		}
		.navRecyclingCol .submenuPunkt {
			position: absolute;
			bottom: 37%;
			display: block;
			text-align: center;
			width: 100%;
			color: #fff;
		}
		
		.navRecyclingCol.hideResp {
			display: none;
		}
		

			
		#footerContainer {
			padding: 40px 0 20px;
		}
		#footerContainer > div {
			margin: 20px 0;
			margin: 20px 0;
			clear: both;
		}
		#footerContainer a {
			margin-left: 0;
		}
		
		/* #containerMenu.open .menuRahmenUnten {
			display: block;
		} */
		.menuRahmenUnten {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 99;
			height: 1em;
			width: 100%;
			display: none;
		}
		
		.g_8.circles > div {
			width: 110px;
			height: 110px;
			-moz-border-radius: 55px;
			-webkit-border-radius: 55px;
			border-radius: 55px;
			margin-right: 1em;
			margin-bottom: 2em;
		}
		.circles > div {
			display: none;
		}
		.circlebox {
			opacity: 1;
			display: block;
			margin-bottom: 2em;
		}
		.circlebox h3 {
			font-size: 210%;
		}
		
		.hauptTeaser {
			font-size: 180%;
		}
		.hauptTeaser h3 {
			font-size: 240%;
			padding-top: 0;
		}
		
		.weiter > i, .zurueck > i {
			display: block;
			margin-bottom: 20px;
		}
		.material-icons.respOnly { display: inherit; }
		.material-icons.noResp { display: none; }
		.respOnly { display: inherit; }
		
		.galerieCounterContainer {
			height: 1em;
		}
		
		
		
		
	}

	@media screen and (max-width: 1500px) {
		.c_12.contentbox {
			max-width: 1200px;
		}
		.c_12.contentbox.fullwidth {
			max-width: 100%;
		}
	}

	@media screen and (max-width: 1300px) {
		.c_12.contentbox {
			max-width: 1000px;
		}
		.c_12.contentbox.fullwidth {
			max-width: 100%;
		}
	}

	@media screen and (max-width: 1000px) and (orientation: landscape) {
		#containerRecyclingUndService a {
			width: 19%;
		}
		#containerRecyclingUndService a {
			min-height: 4.5em;
		}
	}
	

	
	@media screen and (max-width: 1000px) {
		/* Werte schaffen Startseite */
			.teaser.extrapadding { padding: 28px 8%; }
			.sonderteaser { width: 100%; left: 0; }
			
		#recycling100 {
			width: 150%;
			left: -25%;
			position: relative;
			margin-top: 1%;
		}
		#clickStartHeaderVideo h1 {
			font-size: 7rem;
					margin-top: 0em;
		}
		#playCircle {
			font-size: 8em;
		}
	}
	
	@media screen and (max-width: 900px) {
		
		/* Werte schaffen Startseite */
			.teaser.extrapadding { padding: 28px 8%; }
		
		/* Schmale Teaser Startseite */
			.teaserContainer.logistik, .teaserContainer.werkstatt { border-right: 0px solid #fff; }		
		
		.respShow {
			display: block;
		}
		.showContent > div.imgContianer > img {
			width: 11%;
			float: left;
		}
		.showContent > div.textContainer {
			margin-left: 16%;
		}
		.showContent {
			display: block;
			position: relative;
			left: 0;
			opacity: 1;
			width: 96%;
			margin-bottom: 4em;
			height: auto;
		}
		
		.absolut {
			position: relative;
		}
		
		.respOut {
			display: none;
		}
	}
	
	@media screen and (max-width: 700px) {
		.button {
			display: block;
		}
		
		.halb {
			width: 100% !important;
		}

		.halbZentriert {
			width: 70%;
		}
		.button.paddingFix {
			padding: 10px 20px;
			display: block;
			box-sizing: border-box;
			width: 100%;
		}
		.containerInputFormular input, .containerInputFormular textarea {
			width: 100%;
		}
		.colHeader {
			padding-top: 2em;
		}
		#containerIntro img.vollebreite {
			width: 200%;
			margin-left: -50%;
			margin-top: 20%;
		}
		
		.showContent > div.imgContianer > img {
			float: right;
			width: 100px;
			position: relative;
			top: -30px;
		}
		.showContent > div.textContainer {
			margin-left: 0%;
		}
		.respOut {
			display: none;
		}
		#recycling100 {
			width: 200%;
			left: -50%;
			position: relative;
			margin-top: 14%;
		}
		#clickStartHeaderVideo h1 {
			font-size: 2.5em;
				margin-top: 1em;
		}
		#playCircle {
			font-size: 3em;
		}
	}
	
	a {
		text-decoration: underline;
		color: #06e0b5;
	}


@media screen and (max-width: 550px) {
	.containerGruppe > img {
		width: 80%;
		float: none;
		margin-right: 0;
		margin-bottom: .5em;
		display: block;
	}
}

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

@media screen and (max-width: 1100px) {
	#sprachwechsel {
		border-left: 2px solid #fff;
		padding-left: 0em !important;
	}


	.c_12 .g_4.zoomed {
		width: 73%;
		transition: all .4s;
		padding-bottom: 1em;
		border-bottom: 1px solid #fff;
	}
	.containerGruppe strong {
		margin-top: 2em;
	}
	
	
	.max1100out {
		display: none !important;
	}
	.max1100in {
		display: block !important;
	}
	.containerGruppe:hover, .containerGruppe.show, .containerGruppe.active {
		cursor: auto;
		background-color: transparent;
		border: 3px solid transparent;
		transition: background-color .5s, border .5s;
	}
	.containerGruppe.active a, .containerGruppe a { color: #06e0b5;}

	
	.instaContainer > img {
		width: 49%;
		margin: .5%;
	}
	.instaContainer > img.lastImage {
		display: initial;
	}
	.unendlichVieleGruende h2 {
		margin-bottom: 0;
	}
	
	.kaatschGruppeLogos .c_12 .g_2 {
		width: 18%;
		left: 3%;
	}
	.haupttextImageContainer {
		margin: 3em 0;
		padding: 3em 0 0;
	}
	.desktopGrid {
		clear: none;
	}
	.mobileGrid {
		clear: both;
	}
	.teaserSortenliste {
		min-height: 2em;
	}
	.ansprechpartnerBild .haupttextImageContainer {
		margin-top: 0;
		padding: 0;
	}
}

@media screen and (max-width: 1100px) {
	#overlayKontaktContent {
		top: 60px;
		width: 90%;
		left: 5%;
		min-height: 40%;
		min-width: 90%;
	}
	
	
	
.weiterZurueck .halb.weiterZurueckButtons {
	width: 100% !important;
}	
	
	.max700out {
		display: none !important;
	}
	.max700in {
		display: block !important;
	}
	.jobsContent h3 {
		margin-bottom: 1em;
		
		padding-top: 1.5em;
	}
	.jobsContent a.button.bewerbung {
		float: left;
		margin-left: 0;
	}
	.karriereText {
		margin-bottom: 2em;
	}
	#containerFormImage {
		width: 100%;
	}
	#containerPerson {
		display: none;
	}
	.zurueckZurueck {
		display:none;
	}
	.button {
		padding: 10px 10px;
	}
	.teaserSortenliste {
		min-height: 5em 4em;
	}
	.ansprechpartnerBild .haupttextImageContainer {
		width: 100% !important;
		left: 0;
		height: auto;
	}

	.haupttextImageContainer.slave {
		aspect-ratio: 16/9;
		height: auto !important;
	}
	.nopadding { padding-bottom: 2em !important; }
	.ansprechpartnerBild.nopadding { padding-bottom: 0 !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;
			}

		.stahlschrottFarbe {
			background-color: #05833a;
		}
		.nemetalleFarbe {
			background-color: #0962fa;
		}
		.altholzFarbe {
			background-color: #e9d206;
		}
		.elektronikschrottFarbe {
			background-color: #ffa7eb;
		}
		.wertstoffeFarbe {
			background-color: #6bca0c;
		}
		.containerFarbe {
			background-color: #db0124;
		}
		.demontagenFarbe {
			background-color: #30b7e4;
		}
		.umschlagFarbe {
			background-color: #e25122;
		}
		.produktverschrottungFarbe {
			background-color: #bf00fe;
		}
		.werkstattFarbe {
			background-color: #adb1b2;
		}
		.consultingFarbe {
			background-color: #333333;
		}

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


/*********************************************************************************************/
@media (orientation: portrait) and (max-height: 550px) {
	
	/*******************************/
	/* Startseite, Introvideo      */
	/*******************************/
		#containerIntro img.vollebreite {width: 160%;margin-left: -30%;margin-top: 0;}

}


/*********************************************************************************************/
@media (orientation: landscape) and (max-height: 350px) {
	
	/*******************************/
	/* Startseite, Introvideo      */
	/*******************************/
		#containerIntro img.vollebreite {width: 100%;margin-left: 0;margin-top: 0;}

}

/*********************************************************************************************/
@media (orientation: landscape) and (min-height: 351px) and (max-width: 1100px) {
	
	/*******************************/
	/* Startseite, Introvideo      */
	/*******************************/
		#containerIntro img.vollebreite {width: 100%;margin-left: 0;margin-top: 0;}

}








.g_12 .tvNextVideo.show {
	position: absolute;
	bottom: 0;
	right: 0;
}
.tvNextVideo.show {
	opacity: 1;
	height: auto;
}
.tvNextVideo {
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.playingCinema > .zoomed {
	/* transition: width .5s; */
	width: 100% !important;
}

.bildunterschrift2 {
	overflow-x: hidden;
}
.playingCinema > .bildunterschrift2 {
	/* transition: height .5s, width .5s, opacity .5s; */
	width: 0% !important;
	height: 0% !important;
	opacity: 0;
}
.tvContainer {
	position: relative;
	background-color: #fff;
}



/* Aktives Video */
#tvPage > div.g_12 .tvHeader {
	display: none; }
#tvPage > div.g_12 .tvContainer {
	margin-bottom: 10em; }
#tvPage > div.g_12 .tvBeschreibung {
	transition: all .5s; }
#tvPage > div.g_12 video {
	transition: all .5s;
	border-color: #fff; }

/* Thumbnails  */
#tvPage > div.g_4, #tvPage > div.g_6 {
	margin-bottom: 6rem;
	background-color: #111; }
#tvPage > div.g_4 .tvHeader, #tvPage > div.g_6 .tvHeader {
	font-size: 100%;
	padding: 1rem; } 
#tvPage > div.g_4 .tvContainer, #tvPage > div.g_6 .tvContainer {
	background-color: #06e0b5; }
#tvPage > div.g_4 .tvBeschreibung, #tvPage > div.g_6 .tvBeschreibung {
	display: none; }
#tvPage > div.g_4 video, #tvPage > div.g_6 video {
	border: 7px solid #06e0b5;
	box-sizing: border-box;
	/* transition: all .5s; */
	width: 100%; }

#tvPage > div.g_12 div.tvBeschreibung {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 1rem;
	width: 32%;
	box-sizing: border-box;
	border: 7px solid #fff;
	height: 100%;
    font-size: 130%;
    line-height: 1.5em;
/* transition: all .5s;  */ }

#tvPage > div.g_12 div.tvBeschreibung > div {
	transition: opacity .3s .5s;
	opacity: 1; }
#tvPage > div.g_12 video {
	border: 7px solid #fff;
	width: 68%; }
#tvPage > div.g_12.playing {}
#tvPage > div.g_12.playing div.tvContainer {
	background-color: transparent; }
#tvPage > div.g_12.playing div.tvBeschreibung {
	border: 0;
	width: 0% !important;
	padding: 0;
	transition: all .5s; }
	
#tvPage > div.g_12.playing div.tvBeschreibung div {
	opacity: 0;
	transition: unset;
}
#tvPage > div.g_12.playing video {
	/* transition: all .5s; */
	width: 100%;
	border-width: 0; }
	
	
a.whatsappIcon:hover img {

}
	

@media (max-width: 1100px) {
	#tvPage > div.g_12, #tvPage > div.g_4, #tvPage > div.g_6 {
		background-color: #111;
		border-top: 1px solid #222;
		
	}
	#tvPage > div.g_12 .tvHeader h1, #tvPage > div.g_4 .tvHeader h1, #tvPage > div.g_6 .tvHeader h1 {
		margin-top: 2em;
	}

	#tvPage .tvHeader h1, #tvPage .tvHeader h2 {
		    margin-left: 2rem;
	}
	#tvPage .g_12, #tvPage .g_4, #tvPage .g_6 {
		width: 99%;
		left: 0;
	}
	#tvPage > div.g_12 > div.tvHeader, #tvPage > div.g_4 > div.tvHeader, #tvPage > div.g_6 > div.tvHeader {
		display: unset;
	}
	#tvPage > div.g_12 video, #tvPage > div.g_4 video, #tvPage > div.g_6 video {
		width: 100%;
		border-width: 0;
	}
	#tvPage > div.g_12 .tvContainer, #tvPage > div.g_4 .tvContainer, #tvPage > div.g_6 .tvContainer {
		background-color: transparent;
		margin-bottom: 0;
		border-bottom: 5em solid #000;
	}
	.tvBeschreibung {
		display: none;
	}
}
@media (max-width: 45rem) {
	#clip, video.vollebreite {
		width: 200%;
		margin-left: -50%;
	}
}