.newsletter-popUp {
	position: fixed;
	bottom: 50px;
	right:calc(50% - 225px);
	background: #cf776B;
	z-index:99999;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
	max-width:450px;
	display:none;
	padding-bottom: 30px;
}
.newsletter-popUp p.popUp-text {
	color: #fff;
	padding: 0 10px 20px 50px;
}
.newsletter-popUp .closePopUp {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	padding: 25px;
    background-color: #fff;
}
.newsletter-popUp .closePopUp:before, .newsletter-popUp .closePopUp:after {
	position: absolute;
	content: "";
	top: 27%;
	height: 25px;
	width: 2px;
	background-color: #CF776B;
}
.newsletter-popUp .closePopUp:before {
	transform: rotate(45deg);
}
.newsletter-popUp .closePopUp:after {
	transform: rotate(-45deg);
}
.newsletter-popUp a.button-weiss {
	margin-right: auto;
}

@media screen and (max-width: 450px) {
	.newsletter-popUp {
		right: auto;
		bottom: 0;
		margin: 0 20px;
	}
	.newsletter-popUp img {
		width: 100%;
		height: auto;
	}
	.newsletter-popUp p.popUp-text {
		padding: 0 10px 0px 30px;
	}
	.newsletter-popUp p .left-button-popup {
		margin-left: 30px !important;
	}
}




.video-1px .headervideo::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #b8c7ca;
	z-index: 1;
}


html {
	scroll-behavior: smooth;
}

/* Mehr einsetzbare Klasse:  */

.seo-text{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.pb-100, .boxed.pb-100 {
	padding-bottom: 100px;
}
.pt-100, .boxed.pt-100 {
	padding-top: 100px;
}
@media screen and (max-width: 600px) {
	.pb-100, .boxed.pb-100 {
		padding-bottom: 50px;
	}
	.pt-100, .boxed.pt-100 {
		padding-top: 50px;
	}
}

.modellgroessen .element-berechnung .select-wrapper::after {
	width: auto;
	height: 30px;
}
.modellgroessen .element-berechnung .select-wrapper select {
	padding: 5px 5px;
}

@media screen and (max-width: 1200px) {
	.modellgroessen .element-berechnung .select-wrapper::after {
		width: 35px;
		height: 35px;
	}
}

.ueberschrift-inhalt{
	padding-top: 50px;
	margin-top: 0px;
	z-index: 1;
	margin-bottom: 50px;
	text-align: center;
}
.ueberschrift-inhalt h2{
	font-size: 38px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-weight: 600 !important;
	line-height: 1.2em;
	letter-spacing: 0.03em;
}
.ueberschrift-inhalt h1{
	font-weight: 600 !important;
}
body .ueberschrift-inhalt p{
	max-width: 720px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
}
li {
	font-size: 16px;
	line-height: 1.9em;
	display: flex;
}
li:before{
	content:  "|";
	color: #cf776b;
	font-weight: bold;
	padding-right: 15px;
	font-size: 16px;
	display: inline-block;
}
.boxed-text-bild .rs-column.-large-col-2-1.-large-first{
	margin-right: 60px;
}
.boxed-text-bild h2 {
    margin-top: 0.5em;
}
.boxed-text-bild .rs-column.-large-col-2-1.-large-first .ce_text{
	max-width: 632px;
	width: 100%;
}
body h2{
	margin-top: 1em;
	margin-bottom: 1em;
}
body h1 {
    font-weight: 600;
}
body h3{
	font-size: 20px;
	text-transform: inherit;
	letter-spacing: 0.01em;
	line-height: 1.5em;
}
.ce_text.fragen h2 {
	line-height: 1.2;
	margin-top: 40px;
	margin-bottom: 35px;
	letter-spacing: 0em;
}

@media screen and (max-width: 900px) {
	.boxed-text-bild .rs-column.-large-col-2-1.-large-first .ce_text{
		max-width: unset;
		width: 100%;
	}
	.boxed-text-bild .rs-column.-large-col-2-1.-large-first{
		margin-right: 0px;
	}
	.boxed-text-bild.rs-columns{
		display: grid;
	}
	.boxed-text-bild .rs-column.-large-col-2-1.-large-first{
		order: 2;
	}
	.boxed-text-bild .rs-column.-large-col-2-1.-large-last{
		order: 1;
		margin-bottom: 13px;
	}
}
@media screen and (max-width: 768px) {
	.ueberschrift-inhalt h1{
		font-size: 24px;
	}
	body .ueberschrift-inhalt p, li{
		font-size: 14px;
	}
	li:before{
		font-size: 13px
	}
	.ueberschrift-inhalt h2{
		font-size: 24px !important;
	}
	.ueberschrift-inhalt {
    	padding-top: 0px;
    }
    body h3{
		font-size: 17px;
		text-transform: inherit;
		letter-spacing: 0.01em;
	}
}

/* Bild und Text Section */
.image-text-section {
    padding: 65px 0;
}
.image-text-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.image-text__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-inner__box {
    position: relative;
}
.img-side-left .image-text__img-wrap {
/*     width: 50%; */
    overflow: hidden;
    margin-right: 70px;
}
.img-side-right .image-text__img-wrap {
	overflow: hidden;
    margin-left: 70px;
}
.img-inner__box .img-inner__main {
    z-index: 2;
    top: 0;
    left: 0;
    height: 100% !important;
    max-height: unset;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-inner__box img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100% !important;
    height: auto !important;
} 
.image-text__img-wrap img {
    width: 100%;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    -moz-transition: 1.2s;
    transition: 1.2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.image-text__wrapper.img-side-left .image-text__descr {
    padding: 0px 0px 30px 0px;
    margin-right: 30px;
}
.image-text__wrapper.img-side-right .image-text__descr {
	padding: 0px 0px 30px 0px;
	margin-left: 30px;
}
.image-text__descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
    line-height: 2em;
    font-size: 16px;
}
.image-text__img-wrap {
    width: 60%;
    overflow: hidden;
}
.image-text__descr {
    min-height: auto;
    width: 50%;
    padding: 40px 40px 50px 45px;
}
.image-text__descr {
    max-width: 441px;
}
.image-text__descr h2 {
	hyphens: auto;
}
.image-text__wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.image-text__title h2,.image-text__title p{
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 0.05em;
	font-size: 26px;
	line-height: 1.4em;
}
.image-text__wrapper.img-side-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media screen and (max-width: 1640px) {
	.image-text__img-wrap {
/* 	    width: 50%; */
	    overflow: hidden;
	}
	.img-inner__box .img-inner__main {
	    z-index: 2;
	    top: 0;
	    left: 0;
	    height: 100% !important;
	    max-height: unset;
	    -o-object-fit: contain;
	    object-fit: contain;
	}
	.img-inner__box img {
	    position: relative;
	    z-index: 1;
	    display: block;
	    width: 100% !important;
	    height: auto !important;
	    max-height: unset;
	    max-width: unset;
	}   
	.image-text__descr {
	    min-height: auto;
	    width: 50%;
	    padding: 40px 40px 50px 45px;
	}
	.image-text__descr {
	    max-height: unset;
	}
	.image-text__wrapper {
	    -webkit-box-align: stretch;
	    -webkit-align-items: stretch;
	    -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	}
}
@media screen and (max-width: 990px) {
	.image-text__wrapper.img-side-right .image-text__descr {
		margin-left: 0px;
	}
	.image-text__wrapper.img-side-right {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -moz-box-orient: vertical;
	    -moz-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.image-text__wrapper {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -moz-box-orient: vertical;
	    -moz-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.image-text__img-wrap, .image-text__descr {
	    width: 100% !important;
	}
	.image-text__wrapper.img-side-left .image-text__descr, .image-text__wrapper.img-side-right .image-text__descr {
	    padding: 30px 20px 10px 20px;
	}
	.image-text__wrapper.img-side-right .image-text__descr {
	    text-align: left;
	}
	.image-text__wrapper.img-side-right .image-text__descr .image-text__title {
	    text-align: left;
	    align-self: flex-start;
	}
	.image-text__descr {
	    max-height: unset;
	    max-width: unset;
	}
	.img-side-left .image-text__img-wrap {
	    margin-right: 0px;
	}
	.img-side-right .image-text__img-wrap {
	    margin-left: 0px;
	}
	.image-text-section {
	    padding-top: 35px;
	    padding-bottom: 0;
	}
	h2.image-text__title {
		margin-top: 0.3em !important;
		margin-bottom:  0.3em !important;
		
	}
}
@media screen and (max-width: 768px) {
	h2.image-text__title {
		font-size: 20px;
	}
}
@media screen and (max-width: 600px) {
	.image-text__descr p{
	    font-size: 14px;
	}
}

/* Startseite */

#schichttechnik .ueberschrift-inhalt{
	margin-top: -2px;
	padding-top: 50px;
}
.ueberschrift-startseite{
	padding-top: 50px;
	position: absolute;
	margin-top: -750px;
	z-index: 1;
}
.ueberschrift-startseite .top-line.red {
	padding-top: 20px;
    color: #cf776B;
    margin-bottom: 50px;
}
.ueberschrift-startseite h1{
    max-width: 450px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 35px;
    margin-bottom: 50px;
}
.vorteile a.button-rot {
	padding-bottom: 15px;
}
.ueberschrift-startseite  a.button-rot{
	margin-right: 25px;
	text-decoration: none;
}
.ueberschrift-startseite  a.button-rot-border{
	white-space: nowrap;
}
.ueberschrift-inhalt.sanierung-neubau h2{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0.02em;
} 
.ueberschrift-inhalt.sanierung-neubau .top-line.red{
	margin-bottom: 30px;
	font-size: 16px;
}
body .vorteile  a.button-rot::after{
	 text-decoration: none;
	 border: none;
 }
.ueberschrift-heizungsteuerung{
	padding-top: 25px;
	position: absolute;
	margin-top: -400px;
	z-index: 1;
}
.ueberschrift-heizungsteuerung h2, .ueberschrift-inhalt.steuerung-startseite h2, .ueberschrift-inhalt.schichttechnik h2, .ueberschrift-modelle h2{
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}
.ueberschrift-inhalt.schichttechnik h2{
	color: white;
}
.ueberschrift-inhalt.haendlerkarte h1{
	margin-top: 35px;
	line-height: 1.1;
}
.header-bild.-heizungssteuerung{
	background-position: left !important;
	height: 910px !important;
}
.ueberschrift-inhalt.steuerung-startseite .top-line.red {
    margin-bottom: 30px;
}
.ueberschrift-inhalt.steuerung-startseite p{
	margin-top: 40px;
}
.ueberschrift-modelle {
	padding-top: 50px;
	z-index: 1;
	margin-bottom: 100px;
	text-align: center;
	display: initial;
}
.ueberschrift-modelle p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.ueberschrift-modelle.top-line{
    margin-bottom: 10px !important;
}
.modelle-bg td{
	line-height: 1.7;
	padding: 12px 0 12px 0;
	vertical-align: top;
}
.vorteile .img-max img{
	max-width: 255px;
} 
.modelle-bg .top-line.red{
	margin-top: 2em;
}
.modelle-bg h2{
	margin-top: 0.4em;
}
.modelle-bg .top-line{
    margin-bottom: 0px;
}
.produkte .image_container{
	height: 450px;
}
.ueberschrift-zentraleinzel .top-line.red, .ueberschrift-altbauneubau .top-line.red{
	color: #cf776B;
    margin-bottom: 50px;
    text-align: center;
}
.ueberschrift-altbauneubau .top-line.red{
	padding-top: 70px;
}	
.ueberschrift-zentraleinzel p, .ueberschrift-altbauneubau p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
}
.altbauneubau ul.nav {
    width: max-content;
    margin: 0px auto 50px auto;
    border: 2px solid #cf776B;
    border-radius: 25px;
    display: flex;
}
.altbauneubau ul.nav li a {
    text-align: center;
}
.altbauneubau ul.nav li a{
	padding: 16px 50px;
	display: block;
	font-weight: 700;
	color: #cf776B;
	font-size: 15px;
}
.zentraleinzel ul.nav{
	width: max-content;
	margin: 0px auto 50px auto;
	border: 2px solid #cf776B;
	border-radius: 25px;
	display: flex;
}
.zentraleinzel ul.nav li, .altbauneubau ul.nav li{
	margin: 1px;
	border-radius: inherit;
	transition: all 0.5s ease;
}
.zentraleinzel ul.nav li:hover, .altbauneubau ul.nav li:hover {
	background-color: #f1f1f1;
	transition: all 0.5s ease;
}
.zentraleinzel ul.nav li a{
	padding: 16px 70px;
	display: block;
	font-weight: 700;
	color: #cf776B;
	font-size: 15px;
}
.zentraleinzel ul.nav li a:hover, .altbauneubau ul.nav a:hover{
	text-decoration: none;
}
.zentraleinzel ul.nav .ui-tabs-active.ui-state-active a, .altbauneubau ul.nav .ui-tabs-active.ui-state-active a {
	color: #fff;
}
.zentraleinzel ul.nav .ui-tabs-active.ui-state-active, .altbauneubau ul.nav .ui-tabs-active.ui-state-active {
	background-color: #cf776B;
	border-radius: 36px;
	transition: all 0.5s ease;
}
.zentraleinzel ul.nav .ui-tabs-active.ui-state-active:hover, .altbauneubau ul.nav .ui-tabs-active.ui-state-active:hover {
	background-color: #bd6c62;
}
.haendler-uebersicht-news.center{
	justify-content: center;
}
.news-uebersicht-spalte .haendler-uebersicht-news .layout_latest.block{
	box-shadow: 0px 0px 15px #ccc9;
	min-height: 490px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.haendler-uebersicht-news .image_container{
	 padding-top: 0;
 }
.news-button{
	text-align: center;
}
.news-uebersicht-spalte .layout_latest.block{
	outline: unset;
	margin-bottom: 30px;
	margin-right: 30px;
}
.altbauneubau{
	background-image: linear-gradient(#f6f1ec, #fff, #fff);
}
.button-center {
	border-right: unset;
}
.news-uebersicht-spalte  .layout_latest.block:hover{
	box-shadow: 0px 0px 20px #ccc;
}
.hg-blau-verlauf{
	background-image: linear-gradient(#EBEFF2, #fff, #fff);
}
.hg-blau-verlauf .ueberschrift-inhalt{
	padding-top: 25px;
}
.ueberschrift-oesterreichische-produktion{
	position: absolute;
	margin-top: -890px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
}
.ueberschrift-oesterreichische-produktion h2{
	color: white;
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}
.unsere-vision-und-mission .rs-column.-large-first-row {
	margin-top: 1px !important;
}
.unsere-vision.ueberschrift-oesterreichische-produktion {
	position: unset;
	margin-top: -1000px;
}
.unsere-vision.ueberschrift-oesterreichische-produktion h2 {
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0 !important;
	text-shadow: 0px 0px 10px #fff;
}
.unsere-vision-und-mission > .rs-columns > .rs-column:nth-child(1) div {
	text-align: right;
}
#main .inside .header-bild.unsere-vision-bild {
	background-position-y: center !important;
}
@media screen and (max-width: 1600px) {
	.unsere-vision.ueberschrift-oesterreichische-produktion h2 {
		font-size: 35px;
		line-height: 1.4em;
	}
}
@media screen and (max-width: 900px) {
	.unsere-vision-und-mission > .rs-columns > .rs-column div {
		text-align: center !important;
		margin-top: 50px;
	}
	#main .inside .header-bild.unsere-vision-bild {
		height: 400px;
		background-position: bottom center !important;
	}
}
@media screen and (max-width: 768px) {
	.unsere-vision.ueberschrift-oesterreichische-produktion {
		margin-top: 0;
		position: relative;
	}
	.unsere-vision.ueberschrift-oesterreichische-produktion h2 {
		font-size: 24px;
	}
}
.unsere-vision.ueberschrift-oesterreichische-produktion h2 {
	color: unset;
}
.ce_rsce_counter_boxes.counter-startseite-unternehmen{
	text-align: center;
	margin-top: -130px;
	display: flex;
	justify-content: center;
}
.counter-startseite-unternehmen .rs-column.-large-col-3-1 {
    width: 200px;
}
.counter-startseite-unternehmen .counter-boxes-item.rs-column {
    margin-right: 0;
}
.ce_rsce_counter_boxes.counter-startseite-unternehmen .counter-boxes-item:first-child, .ce_rsce_counter_boxes.counter-startseite-unternehmen .counter-boxes-item:nth-child(2) {
	border-right: 1px solid white;
	padding-bottom: 10px;
}
.ce_rsce_counter_boxes.counter-startseite-unternehmen p{
	color: white;
	line-height: 0;
}
.ce_rsce_counter_boxes.counter-startseite-unternehmen h2{
	margin-bottom: 0;
	color: white;
}
.haendlerkarte{
	position: relative;
}
.haendlerkarte p a img{
	height: 350px !important;
	object-fit: cover;
}
.button-haendlerkarte {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -50%);
}
/*.button-haendlerkarte{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/
body a.button-rot, body a.button-rot-border{
	line-height: 0.9em;
}
.news-uebersicht .news-uebersicht-spalte .mod_newsarchive .layout_latest {
    width: 30%;
    max-width: 320px;
}
#headerbild .headervideo {
    top: 90px;
}
.modelle.ueberschrift-inhalt.steuerung-startseit{
	padding-top: 0px !important;
}
@media screen and (max-width: 1550px) {
	.ueberschrift-startseite{
		margin-left: 0;
	}
	.ueberschrift-startseite{
		margin-top: -650px;
	}
}
@media screen and (max-width: 1200px) {
	.produkte .image_container{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: 400px;
	}
	.ueberschrift-startseite{
		margin-top: -550px;
	}
}
@media screen and (max-width: 1190px) {
	.altbauneubau ul.nav {
	    width: 100%;
	    display: block;
		column-count: 3;
	}
}
@media screen and (max-width: 1185px) {
	.news-uebersicht-spalte .layout_latest.block{
		outline: unset;
		margin-bottom: 3%;
		margin-right: 3%;
	}
}
@media screen and (max-width: 1000px) {
	.ueberschrift-startseite h1{
		margin-bottom: 10px;
	}
	#headerbild .headervideo video{
		object-position: right;
	}
}
@media screen and (max-width: 990px) {
	.news-uebersicht-spalte .layout_latest.block{
		margin-right: 2%
	}
	.news-uebersicht .news-uebersicht-spalte .mod_newsarchive .layout_latest {
	    width: 48%;
	    max-width: unset;
	}
}
@media screen and (max-width: 990px) {
	.ueberschrift-startseite  a.button-rot,.ueberschrift-startseite   a.button-rot-border {
		line-height: 7em;
	}
	.header-bild.-heizungssteuerung{
		height: 600px !important;
	}
}
@media screen and (max-width: 768px) {
	#headerbild .headervideo {
	    top: 60px;
	}
	.ueberschrift-startseite a.button-rot,.ueberschrift-startseite a.button-rot-border {
		font-size: 14px;
		padding:10px 25px 10px 25px;
	}
	.ueberschrift-infrarotheizung{
		margin-top: -800px;
	}
	.altbauneubau ul.nav {
		column-count: 2;
	}
	.altbauneubau ul.nav li a{
		font-size: 14px;
	}
	body a.button-rot, body a.button-rot-border, body a.button-rot-border {
		font-size: 14px;
		padding:10px 25px 10px 25px;
	}
	.ueberschrift-heizungsteuerung{
		margin-top: -290px;
	}
	.header-bild.-firmengebaeude,.header-bild.-startseite{
		height: 700px !important;
	}
	.ueberschrift-oesterreichische-produktion{
		margin-top: -500px;
	}
	.ueberschrift-startseite{
		margin-top: -500px;
	}
	.ueberschrift-modelle {
		margin-top: -840px;
	}
	.ueberschrift-heizungsteuerung h2, .ueberschrift-inhalt.steuerung-startseite h2, .ueberschrift-inhalt.schichttechnik h2, .ueberschrift-modelle h2, .ueberschrift-inhalt.sanierung-neubau h2,.ueberschrift-oesterreichische-produktion h2{
		font-size: 24px;
	}
	.ueberschrift-oesterreichische-produktion h2{
		margin-bottom: 0px;
	}
	.text-background-img.first .ueberschrift-inhalt.sanierung-neubau  {
		padding-top: 20px;
	}
    .ueberschrift-startseite {
	    margin-top: 0;
	    display: contents;
	    text-align: center;
	}
	.ueberschrift-startseite h1 {
    	max-width: unset;
    	text-align: center;
    	padding-bottom: 0px;
    	margin-bottom: 18px;
    	margin-left: 15px;
    	margin-right: 15px;
    }
    .ueberschrift-startseite a.button-rot {
    	margin-right: 0;
    }
    .boxed.set-top{
	    top: 60px;
/* 		background: linear-gradient(0deg, rgba(255,255,255,1) 4%, rgba(208,208,210,1) 79%);  */
/* 		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(208,208,210,1) 70%);  */
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(215,215,217,1) 71%); 
		padding-bottom: 80px;
		margin: 0 !important;
    }
/*
    .text-background-img{
	    margin-top: 100px;
    }
*/
	.ueberschrift-startseite .top-line.red {
	    padding-top: 35px;
	    margin-bottom: 28px;
	}
	.ueberschrift-startseite a.button-rot, .ueberschrift-startseite a.button-rot-border {
	    line-height: 4.0em;
	}
}
@media screen and (max-width: 600px) {
	.produkte .image_container{
		height: auto;
	}
	.ce_rsce_counter_boxes.counter-startseite-unternehmen .counter-boxes-item.rs-column.-large-col-3-1 {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.ce_rsce_counter_boxes.counter-startseite-unternehmen{
		margin-top: -340px;
		display: flow-root;
	}
	.ce_rsce_counter_boxes.counter-startseite-unternehmen .counter-boxes-item:first-child, .ce_rsce_counter_boxes.counter-startseite-unternehmen .counter-boxes-item:nth-child(2) {
		border-right: none;
	}
	.header-bild.-firmengebaeude{
		height: 600px !important;
	}
	.ueberschrift-oesterreichische-produktion{
		margin-top: -220px;
	}
	.news-uebersicht .news-uebersicht-spalte .mod_newsarchive .layout_latest, .news-uebersicht-spalte .haendler-uebersicht-news .layout_latest.block {
	    width: 100%;
	    margin-bottom: 10%;
	    min-height: unset;
	}
	.news-uebersicht-spalte .layout_latest.block{
		outline: unset;
		margin-bottom: 3%;
		margin-right: 3%;
	}
}
@media screen and (max-width: 500px) {
	.altbauneubau ul.nav {
		column-count: 1;
	}
	.button-haendlerkarte{
		width: 100%;
	}
}
@media screen and (max-width: 590px) {
	.zentraleinzel ul.nav li a{
		padding: 16px 30px;
		font-size: 12px;
	}
}
@media screen and (max-width: 320px) {
	.zentraleinzel ul.nav li a{
		padding: 16px 20px;
		font-size: 10px;
	}
}


/* Text mit Hintergrungbild */
#article-499 .box-text-img {
	margin-bottom: -2px;
}
.box-text-img .rs-column:first-child .text-with-animation{
	right:0;
}
.box-text-img .rs-column:nth-of-type(2) .text-with-animation{
	left:0;
}
.background-img-text{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 605px;
	position: relative;
}
.hover-first-part{
	position: relative;
	top:0;
	transition: 0.5s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hover-part {
	position: absolute;
    visibility: hidden;
    transition: 0.8s;
    opacity: 0;
    top: -70px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.text-with-animation{
	margin-right: 50px;
	margin-left: 50px;
    position: absolute;
    max-width: 615px;
/*     padding: 0 15px 0 15px; */
    bottom: 0; 
    margin-bottom: 40px;
}
.text-with-animation p{
	color: #FFFFFF;
}
.image-text-titel p{
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	margin-top: 0px;
}
.image-text-untertitel p{
	font-weight: 600;
	font-size: 26px;
	margin-top: 0px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.image-text-textinhalt p{
	margin-bottom: 30px;
}
a.button-image-text, #wrapper #container #main .inside a.button-image-text {
	position: absolute;
	text-decoration: none;
	font-size: 16px;
	border: 2px solid #cf776B;
	background-color: #cf776B;
	color: #fff;
	border-radius: 30px;
	padding: 15px 40px 15px 40px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-weight: 600;
}
#wrapper #container #main .inside a.button-image-text:after {
	border: none;
}
a.button-image-text:hover,a.button-image-text:visited  {
	color: white !important;
	text-decoration: none;
}
.button-image-text:hover{
	text-decoration: none;
	box-shadow: 0px 0px 25px #ccc;
	cursor: pointer;
}
.img-overlay{
	transition: 0.4s;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #333;
	opacity: 0.4;
	top: 0;
}
.background-img-text.hover .hover-first-part{
    transition: 0.5s;
    top:-250px;
}
.background-img-text.hover .hover-part{
	visibility: visible;
    transition: 0.8s;
    opacity: 1;
    top:-100px;
}
.background-img-text.hover .img-overlay{
	opacity: 0.6;
}
.text-background-img .rs-column.-large-col-2-1{
	width: 50%;
}
.text-background-img .rs-column {
    margin-right: 0%;
}
@media screen and (max-width: 1390px) {
	.background-img-text.hover .hover-first-part{
	    top:-260px;
	}
}
@media screen and (max-width: 1110px) {
	.image-text-untertitel p{
		font-size: 23px;
	}
	.text-with-animation {
	    margin-right: 10px;
	    margin-left: 10px;
	}
	.background-img-text.hover .hover-first-part{
	    top:-320px;
	}
	.background-img-text.hover .hover-part{
	    top:-160px;
	}
}
@media screen and (max-width: 970px) {
	.background-img-text.hover .hover-first-part{
	    top:-330px;
	}
	.background-img-text.hover .hover-part{
	    top:-170px;
	}
	.image-text-untertitel p{
		font-size: 23px;
	}
	a.button-image-text {
		font-size: 15px;
		padding: 15px 30px 15px 30px;
	}
}
@media screen and (max-width: 900px) {
	.text-with-animation {
	    margin-right: 40px;
	    margin-left: 40px;
	}
	.text-background-img .rs-column.-large-col-2-1{
		width: 100%;
	}

	.background-img-text.hover .hover-first-part{
    	top:-250px;
	}
	.background-img-text.hover .hover-part{
	    top:-100px;
	}
	.text-with-animation{
		left:0 !important;
	}
}
@media screen and (max-width: 500px) {
	.background-img-text.hover .hover-first-part{
    	top:-360px;
	}
	.background-img-text.hover .hover-part{
	    top:-210px;
	}
	.image-text-untertitel p{
		font-size: 21px;
	}
	#wrapper #container #main .inside .background-img-text .hover-part a.button-image-text {
		padding: 15px 25px 15px 25px;
	}
}
@media screen and (max-width: 440px) {
	.text-with-animation {
	    margin-right: 10px;
	    margin-left: 10px;
	}
}
@media screen and (max-width: 360px) {
	.text-with-animation {
	    margin-right: 6px;
	    margin-left: 6px;
	}
	.background-img-text.hover .hover-first-part{
    	top:-360px;
	}
	.background-img-text.hover .hover-part{
	    top:-200px;
	}
}

/* Zahlen Counter */

.ce_rsce_counter_boxes{
	margin-top:2.5em
}
.ce_rsce_counter_boxes p{
	font-weight: 500;
	font-size: 16px;
	line-height: 0;
	font-family: "Montserrat";
	color: #000;
	margin-top: 0px;
}
.ce_rsce_counter_boxes h2 {
    font-weight: 700;
	font-size: 48px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.ce_rsce_counter_boxes .counter-boxes-item {
    margin-top: 0;
    margin-bottom: 30px
}
.counter-modell-watt{
	text-align: center;
	margin-top: 0;
}
@media screen and (max-width: 768px)
{
	.ce_rsce_counter_boxes p{
		font-size: 14px;
	}
	.ce_rsce_counter_boxes h2 {
		font-size: 38px;
	}
}
@media screen and (max-width: 700px)
{
	.ce_rsce_counter_boxes{
		margin-top:0px;
	}
}


/* Video */

.headervideo {
    position: relative;
    margin: 0 !important;
}
.headervideo  video {
    display: block;
    position: relative;
}
.vorschau-bild{
	display: none;
}
@media screen and (max-width: 1080px) {
	.titelinhalt .headervideo video {
	    height: 600px !important;
	    object-fit: cover;
	    left: 50%;
	    transform: translateX(-50%);
	}
}
@media screen and (max-width: 768px) {
	.headervideo video {
	    display: none;
	}
	.video-mobil-aktiv .headervideo video {
	    display: unset;
	}
	.vorschau-bild {
		background: url("../../startseite/animation-header/headervideo-bild-mobile.jpg") no-repeat right center;
	    display: block;
	    background-size: cover;
	    width: auto;
	    height: 400px;
	    margin-bottom: -60px;
	}
	.vorschau-bild.schichttechnik {
		background: url("../../startseite/plasmatechnologie-mobil-vorschau.png") no-repeat left center;
		background-size: contain;
		height: 270px;
	}
}
@media screen and (max-width: 410px) {
	.vorschau-bild {
	    height: 290px;
	}
	.vorschau-bild.schichttechnik {
	    height: 240px;
	}
}


.mt-250{margin-top:250px}
.top-line{
	font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    margin-top: 0px;
}
.red{
	color: #cf776B;
}
.white {
	color: #fff;
}
.mod_breadcrumb.white li {
	color: #fff !important;
}
.white:hover {
	color: #fff;
}
.text-referenzen-projekt{
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: normal;
}

.produkte-flex {
	display: flex;
}
.produkte-flex div:first-child {
	margin-left: auto;
}
#main .produkte-flex div:last-child {
	margin-right: auto;
}

@media screen and (max-width: 600px) {
	.top-line {
		font-size: 14px !important;
	}
	.produkte-flex {
		display: inline-block;
	}
}

/* Unternehmen & Zertifikate */

.unternehmen .-large-first{
	border-right: 2px dotted #CF776B;
	text-align: right;
	margin-top: -4px;
}
.unternehmen .rs-column {
    padding-right: 3.8%;
    margin-left: 3.8%;
    margin-right: 0px;
    height: 100%;
 }
.unternehmen  .image_container {
	width: max-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    margin-top: -50px;
}
.unternehmen .right-img .image_container{
	margin-left: 0;
}
.unternehmen .left-img .image_container{
	margin-right: 0;
}
.unternehmen .text-left{
	max-width: 430px;
	margin-left: auto;
	padding-top: 5em;
	padding-bottom: 20em;
	padding-bottom: 11em;
}
.unternehmen .text-right{
	max-width: 430px;
	margin-right: auto;
	padding-top: 5em;
	padding-bottom: 20em;
	padding-bottom: 6em;
}

 .bild-mit-maske-455x520 .image_container {
	max-width: 455px;
	margin-right: auto;
	margin-left: auto;
}
.bild-mit-maske-455x520 .image_container::before {
	content: " ";
	background-image: url(/files/theme/img/bildmaske-455x520.svg);
	width: 455px;
	height: 520px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1270px) {
	.bild-mit-maske-455x520 .image_container {
	max-width: 355px;
	}
	.bild-mit-maske-455x520 .image_container::before {
		width: 357px;
		height: 420px;
	}
	.unternehmen .ce_image.left-img{
		padding-bottom: 6.5em;
	}
}
@media screen and (max-width: 1050px) {
	.unternehmen .ce_text{
		padding-top: 5em;
		padding-bottom: 5em;
	}
	.unternehmen .right-img .image_container{
		margin-left: auto;
	}
	.unternehmen .left-img .image_container{
		margin-right: auto;
	}
	.unternehmen  .image_container {
		margin-top: 10px;
	}
}
@media screen and (max-width: 990px) {
	.bild-mit-maske-455x520 .image_container {
		max-width: 335px;
	}
	.bild-mit-maske-455x520 .image_container::before {
		width: 336px;
		height: 400px;
	}
	.unternehmen .text-left{
		max-width: unset;
	}
	.unternehmen .text-right{
		max-width: unset;
	}
}
@media screen and (max-width: 900px) {
	.unternehmen .-large-first,.unternehmen .-large-last {
		border-right: unset;
		text-align: center;
	}
    .unternehmen .ce_text{
		padding-top: unset;
		/*padding-bottom: unset;*/
	}
	.unternehmen .ce_image.left-img{
		padding-bottom: 0;
		margin-bottom: 0px;
	}
	.unternehmen .rs-column {
    	padding-right: unset;
		margin-left: unset;
	}
	.rs-column.-large-first-row {
    	margin-top: unset;
	}
	.unternehmen .image_container{
		margin-top: 50px;
		margin-bottom: 0
	}
	.unternehmen .rs-columns.flex-mobil {
		display: flex;
		flex-direction: column-reverse;
	}
	.unternehmen.block .flex-mobil .-large-first {
		order: unset;
	}
}

@media screen and (max-width: 500px) {
    .unternehmen .ce_text h2 {
	    font-size: 20px;
    }
}
@media screen and (max-width: 370px) {
	.bild-mit-maske-455x520 .image_container {
		max-width: 255px;
	}
	.bild-mit-maske-455x520 .image_container::before {
		width: 255px;
		height: 320px;
	}
}


/* Neubau */
html .headertext-overlay {
	padding-top: 50px;
	margin-top: -1000px;
	z-index: 1;
	margin-bottom: 100px;
	text-align: center;
}
.headertext-overlay h1 {
	font-weight: 600;
}
.headertext-overlay p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.ce_gallery ul li{
	float: left;
	padding-right: 20px;
}
.ce_gallery .image_container{
	margin: 0;
}
.neubau .bild-mit-maske-430x480 .image_container {
	max-width: 430px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	margin-top: -50px;
}
.bild-mit-maske-430x480 .image_container::before {
	content: " ";
	background-image: url(/files/theme/img/bildmaske-430x480.svg);
	width: 430px;
	height: 480px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1270px) {
	.neubau .bild-mit-maske-430x480 .image_container {
	max-width: 300px;
	margin-top: -10px;
	}
	.bild-mit-maske-430x480 .image_container::before {
		width: 301px;
		height: 354px;
	}
}
@media screen and (max-width: 768px) {
	.neubau .-large-last,.neubau .-large-first {
		width: 100%;
	}
	html .headertext-overlay {
		margin-top: -840px;
	}
	.ce_gallery ul li {
		width: 50%;
	}
	.ce_gallery ul a:nth-of-type(2n+1) li {
		padding-right: 10px;
		padding-left: 0;
	}
	.ce_gallery ul a:nth-of-type(2n+2) li {
		padding-right: 0;
		padding-left: 10px;
	}
	.ce_gallery ul li figure {
		width: 100%;
		padding-top: 15px;
	}
}
@media screen and (max-width: 370px) {
	.neubau .bild-mit-maske-430x480 .image_container {
	max-width: 250px;
	margin-top: -10px;
	}
	.bild-mit-maske-430x480 .image_container::before {
		width: 250px;
		height: 281px;
	}
}

/* ModelLe */

.mod_article .modelle .mt-100 .first .block{
	margin-top: 0;
}
.with-z{
	z-index: 1;
}
body .hg-blau-schichttechnik .ueberschrift-inhalt h1 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
body .hg-blau-schichttechnik .ueberschrift-inhalt p {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
body .hg-blau-schichttechnik .boxed img {
	width: auto;
	height: auto;
}
body .hg-blau-schichttechnik .boxed .image_container {
	padding-top: 0;
}
body .hg-blau-schichttechnik .ce_text .image_container {
	float: left;
	margin-right: 40px;
	padding-top: 0;
}
.hg-blau-schichttechnik {
	background-color: #b8c7ca;
}
body .hg-blau-schichttechnik .ueberschrift-inhalt .top-line{
	padding-top: 0;
	font-size: 16px;
	margin-top: 30px;
}
.hg-blau-schichttechnik .ueberschrift-inhalt h3, .hg-blau-schichttechnik  .ueberschrift-inhalt h1{
	color: white;
}
.modelle-steuerung {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}
.modelle-bg .ce_text p{
	text-align: center;
	width: 100%;
	/*padding-bottom: 20px;*/
}
.modelle-bg .image_container{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
body .hg-blau-schichttechnik .boxed .rs-column.-large-col-4-1 {
	margin-right: 40px;
	width: 220px;
}
body .hg-blau-schichttechnik .boxed .rs-columns {
	display: flex;
}
body .hg-blau-schichttechnik .boxed .rs-column {
	align-self: center;
}
body .hg-blau-schichttechnik .boxed .rs-column p {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	body .hg-blau-schichttechnik .ueberschrift-inhalt p:nth-child(3) {
	}
	body .hg-blau-schichttechnik .boxed .rs-columns {
		display: inline-block;
	}
	body .hg-blau-schichttechnik .boxed .rs-column.-large-col-4-1 {
		margin-bottom: 40px;
		margin-right: 0;
	}
}

/* Kontakt & Anfrage */

.boxed-900 {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}

.boxed-900 .anfrage-senden {
	text-align: center;
}

.bildmaske-270x302 .image_container {
	max-width: 270px;
}

.bildmaske-270x302 .image_container::before {
	content: " ";
	background-image: url(/files/theme/img/bildmaske-270x302.svg);
	width: 270px;
	height: 302px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

.angebot-anfordern {
	/*min-height: 800px;*/
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.header-weiss {
		margin-top: 150px;
	}
}
body .hinweis p {
	z-index: -1;
	position: relative;
}



/* Infrarotwärme */

.boxed .img-smaller .image_container img{
	max-width: 811px;
}
.img-smaller{
	text-align: center;
}
.img-smaller p{
	margin-top: 25px;
}
.dotted-line .rs-column.-large-col-2-1{
	width: 50%;
}
.dotted-line .rs-column.-large-col-2-1.-large-first{
	margin-right: 0;
}
.dotted-line .rs-column.-large-col-2-1.-large-last {
	border-left: 2px dotted #CF776B;
	padding-left: 65px;
}
.bildtext-spalte-infrarot{
	max-width: 440px;
    padding: 0 0 0 0;
    margin-top: 30px;
    margin-left: 0;
}
.two-boxes h2 {
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}
.boxed .ce_image img, .boxed .ce_text img,  .image_container img{
    width: 100%;
    height: auto;
}
.boxed .zertifikat-bilder .ce_image img {
	width: auto;
}
.rs-columns .zertifikat-bilder {
	margin-top: 13px;
	height: 92px;
}
.zertifikat-bilder .rs-columns, .zertifikat-bilder .rs-column, .zertifikat-bilder .ce_image {
	height: 100%;
}
.zertifikat-bilder .ce_image {
	display: flex;
	align-items: center;
}
.zertifikat-bilder .rs-column.-medium-first {
	clear: unset;
}
.zertifikat-bilder .rs-column.-large-col-4-1.-large-first-row.-medium-col-3-1.-medium-last.-medium-first-row.-small-col-2-1.-small-first figure.image_container {
	padding-left: 30px;
}
@media screen and (max-width: 599px) {
	.zertifikat-bilder .rs-columns {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.zertifikate .zertifikat-bilder .rs-column {
		margin-right: 10%;
		margin-left: 10%;
	}
	.zertifikate {
		margin-bottom: 70px;
	}
	.zertifikat-bilder .rs-column.-large-col-4-1.-large-first-row.-medium-col-3-1.-medium-last.-medium-first-row.-small-col-2-1.-small-first figure.image_container {
		padding-left: 0;
	}
}
.zertifikat-bilder .image_container {
	padding-top: 0;
}
.ce_image.image-center img{
	z-index: 2;
    position: relative;
	max-width: 1400px;
	max-height: 607px;
	object-fit: cover;
}
.ce_image.image-center.higher-image img {
	max-height: 770px;
}
.hg-blau .ce_image, .hg-braun .ce_image{
    top: 70px;
    position: relative;
	margin-bottom: 5em;
}
body .hg-blau img {
    padding-bottom: 0px;
}
body .hg-blau .-large-first h3 {
    margin-bottom: 50px;
}
.hg-blau h3, .hg-blau h2, .hg-blau h1, .hg-blau p, .hg-blau li, .hg-blau table td {
    color: #fff;
}
body .hg-blau .ueberschrift-inhalt h3, .hg-blau .-large-first h3, body .hg-verlauf .ueberschrift-inhalt h3 {
    padding-top: 100px;
}
.hg-blau .-large-last .ce_text {
    padding-top: 165px;
}
.hg-blau .ce_image .image_container img, .hg-braun .ce_image .image_container img,  {
    width: 100%;
    height: auto;
}

.hg-blau table {
	width: 100%;
}
.hg-blau table tr {
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 2.9em;
}

.img-full{
	margin: 0;
	padding: 0;
}
body #wrapper #container #main a.button-rot-border,
.button-akkordeon .toggler {
	text-decoration: none;
	font-size: 16px;
	border: 2px solid #cf776B !important;
	color: #cf776B;
	border-radius: 30px;
	padding: 15px 40px 15px 40px;
	font-weight: 600;
	margin-top: 30px;
}
a.button-rot-border , .button-rot-border a, a.button-rot-border:visited, .button-akkordeon .toggler::visited {
	 text-decoration: none ; 
	 color: #cf776B;
	-webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
 }
a.button-rot-border:hover,
.button-akkordeon .toggler:hover  {
	text-decoration: none;
	box-shadow: 0px 0px 25px #999;
	cursor: pointer;
	color: #cf776B !important;
	-webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
.tabelle-strahlungsarten {
	margin-top: 50px;
}
.tabelle-strahlungsarten table{
	width: 100% !important;
	font-size: 16px;
	line-height: 1.9em;
	border-collapse: collapse;
}
.tabelle-strahlungsarten table tr:not(:last-child){
	border-bottom: 1px solid #B7B7B7;
}
.tabelle-strahlungsarten table td{
	max-width: 300px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px; 
}

.tabelle-strahlungsarten table td:not(:last-child){
	padding-right: 37px;
}

@media screen and (max-width: 900px) {
	.tabelle-strahlungsarten table{
		table-layout: fixed;
		font-size: 14px;
	}
	.tabelle-strahlungsarten table tbody{
		display: block;
		overflow: scroll;
	}
	.dotted-line .rs-column.-large-col-2-1{
		width: 100%;
	}
	.dotted-line .rs-column.-large-col-2-1.-large-last {
		border-left: none;
		padding-left: 0;
	}
	.hg-blau .-large-last .ce_text, .hg-braun .-large-last .ce_text{
	    padding-top: 0px;
	}
	.bildtext-spalte-infrarot{
		max-width: unset;
		padding: 0 5% 0 5%;
	}
	.-large-last.order-1{
		order: 1;
	}
	.full-bild-text .-large-first{
		order: 2;
	}
	.unternehmen.block .-large-first{
		order: 2;
	}
}
@media screen and (max-width: 768px) {
	.boxed-infrarot {
		margin-top: 180px;
	}
	body .hg-blau img{
		margin-left: 0;
	}
}


.tabelle-bild-text.bild-object-fit .image_container img {
	object-fit: unset;
}
/* Effizienz & Energiesparend */
.tabelle-bild-text .image_container img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.tabelle-bild-text .rs-column.-large-col-2-1 {
    width: 50%;
    display: flex;
    margin-bottom: 55px;
}
.tabelle-bild-text .rs-column {
    margin-top: 0;
    margin-right: 0;
}
.tabelle-bild-text .rs-column.-large-col-2-1.-large-first{
	padding-right: 30px;
}
.tabelle-bild-text .image_container {
    padding-top: 0;
}
.tabelle-bild-text .ce_image{
	margin-right: 30px;
}
.tabelle-bild-text p{
	line-height: 1.7em;
}
@media screen and (max-width: 900px) {
	.tabelle-bild-text .rs-column.-large-col-2-1 {
	    width: 100%;
	    display: flex;
	    margin-bottom: 40px;
	}
	.tabelle-bild-text .rs-column.-large-col-2-1.-large-first {
	    padding-right: 0px;
	}
}
@media screen and (max-width: 500px) {
	.tabelle-bild-text .image_container img{
		width: 110px;
		height: 110px;
	}
}
@media screen and (max-width: 390px) {
	.tabelle-bild-text .rs-column.-large-col-2-1 {
	    display: contents;
	    margin-bottom: 55px;
	}
	.tabelle-bild-text .ce_image{
		margin-bottom: 20px;
	}
	 .tabelle-bild-text .ce_text{
		margin-bottom: 35px;
	}
}

/* nav-main-megamenue */

.nav-main ul {
    top: 29px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 580px;
}

.mod_navigation.block ul li {
    list-style: none;
    float: left;
    text-transform: uppercase;
    line-height: 2.0em;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 700;
    display: list-item;
    text-align: -webkit-match-parent;
}
.boxed-nav {
	width: 600px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.mod_navigation.block .nav-main-level2 ul li{
    text-transform: none;
}
.nav-main-level2 ul {
	width: auto;
	min-height: 170px;
}
.nav-main-level2 ul.level_1{
	padding-top: 20px !important;
}
.text-right .nav-main-level2 ul.level_1{
	padding-left: 100px;
}
.mod_navigation.block .text-right .nav-main-level2 ul li {
	float:right; 
	text-align:left;
	width: max-content;
	padding-right: 0 !important;
}
.mod_navigation.block .text-left .nav-main-level2 ul li {
	float:left; 
	width: max-content;
	clear: both;
	padding-left: 0 !important;
}
.nav-main-level2 li a {
	text-transform: none;
	font-family: "Montserrat";
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.3em;
}
.nav-main .level_1 .active li {
	text-transform: uppercase;
	color: #cf776B;
}
.nav-main .level_1 .mm_container a {
	transition: 0.5s;
	padding-bottom: 16px;
}
.nav-main li.mm_container .mm_dropdown > .inner {
	background-color: #fff;
	border: 0px;
	display: list-item;
	position: relative;
	margin-top: 17px;
	padding: 0;
	box-shadow: 0 40px 40px #0000001a;
	/*height: 235px;*/
}
.nav-main .level_1 a {
	transition: 0.5s;
}
.nav-main .level_1 > .active span {
	color: #cf776B;
	font-weight: 700;
}
.nav-main .level_1 a:hover {
	text-decoration: none;
	color: #cf776B;
	/*border-bottom: 2px solid #cf776B;*/
}
.nav-main .level_1 a .active {
	text-decoration: none;
	color: #cf776B;
}
.nav-main.block ul li {
   padding-left: 12px;
   padding-right: 12px; 
}
@media screen and (max-width: 1290px) {
	.nav-main.block ul li {
	   padding-left: 9px;
	   padding-right: 9px; 
	}
}
.nav-main-level2 .level_1 a{
	padding: 0;
	margin: 0;
}

.nav-main-level2 li.active  {
	text-decoration: none;
	color: #cf776B;
 }

.text-left .image_container{
	float: right;
}

.text-right .image_container{
	float: left;
}

.image_container{
	padding-top: 1.875em;
}

.mod_navigation li.mm_container:hover > a::after{
	content: none;
}
.nav-main strong, .nav-main span {
	text-transform: none;
	font-weight: normal;
}

.nav-main strong {
	text-transform: uppercase;
	font-weight: bold;
	color: #cf776B;
}

/*Mobile Nav*/

.mobile_menu .level_1 li.submenu a{
	padding-left: 15px;
	padding-right: 20px;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 4.5px;
	padding-bottom: 4.5px;
    background: url(/files/theme/img/nav-mobile-pfeil-rechts.svg) right center no-repeat;
    background-size: auto;
    background-size: auto 15px;
    background-origin: content-box;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
.mobile_menu .level_1 li.first a{
	border-top: 1px solid #E5E5E5;
} 
.mobile_menu ul li a{
	height: unset;
}
.mobile_menu ul li{
	margin-bottom: unset;
}
.mobile_menu .level_1 li a {
	-webkit-transition: background-size 0.0s ease-in-out;
	-moz-transition: background-size 0.0s ease-in-out;
	-o-transition: background-size 0.0s ease-in-out;
	transition: background-size 0.0s ease-in-out;
}
.mobile_menu .level_1 li.submenu_show a {
    background-image: url(/files/theme/img/nav-mobile-pfeil-unten.svg);
    background-size: 15px auto;
	-webkit-transition: background-size 0.0s ease-in-out;
	-moz-transition: background-size 0.0s ease-in-out;
	-o-transition: background-size 0.0s ease-in-out;
	transition: background-size 0.0s ease-in-out;
}
.mobile_menu .submenu .level_2 li a {
    border-bottom: none;
    border-top: none;
    background-image: none;
    padding-left: 10px;
    padding-top: 4.5px;
	padding-bottom: 4.5px;
}
body .mobile_menu  ul{
	margin-bottom: 0px !important;
}
.mod_navigation .level_1 .submenu .level_2{
	background-color: #F2F2F2;
}
.-haendeler{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: max-content;
	padding: 10px 40px 10px 40px;
}
.mobile_menu {
    z-index: 0;
    background-color: #FFF;
}
.mobile_menu .mod_navigation .level_1 {
	padding-left: 0px;
}


body .hg-blau .boxed .ce_text.no-link-border a img {
	width: auto !important;
}

/* Überschreiben von original CSS
.mb-200{
	margin-bottom: 100px;
}*/
.mb-60 {
    margin-bottom: 20px;
}
body h2 {
    font-weight: 600;
}
body h1{
	line-height: 1.2em;
}
.inner .mod_navigation .level_1 .active {
    line-height: normal;
    padding-bottom: 5px;
    padding-top: 5px;
}

.mod_navigation li.mm_container:hover .mm_dropdown {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.mod_navigation li.mm_container:hover .mm_dropdown {
    display: block;
}

.nav-main li.mm_container .mm_dropdown {
    z-index: 10;
    position: absolute;
}
.mod_navigation li.mm_container .mm_dropdown {
    display: block;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

.mod_navigation .level_1 {
	padding-top: 30px !important;
	display: flex;
	justify-content: center;
}
.nav-main-level2.block ul {
	display: inherit;
}
.mobile_menu.position_right .inner .mod_navigation .level_1 .active{
	color: #cf776B !important;
	border-bottom: none;
	padding-left: 7px;
	font-weight: 500;
	padding-bottom: unset;
	padding-top: unset;
}
.mobile_menu.position_right .inner .mod_navigation .level_1 li a {
	/*color: #fff;*/
}
.mobile_menu.position_right .inner .mod_navigation {
    margin-top: 60px !important;

}
.mobile_menu.position_right .inner .mod_navigation .level_1 li a {
	text-decoration: none;
}
.mobile_menu.position_right .inner .mod_navigation .level_1 li {
	text-transform: uppercase;
	list-style: none;
	line-height: 3em;
}
.mobile_menu.position_right .inner .mod_navigation .level_1 .submenu .level_2 li {
	text-transform: none;
	line-height: 3em;
	font-weight: 500;
}
.mobile_menu.position_right .inner .mod_navigation .level_1 .submenu .level_2 {
	padding-left: 15px;
	min-height: auto;
}
.mod_breadcrumb li:before, .ce_gallery li:before, .mod_navigation.block ul li:before, .sprachwechsler ul li:before, .sprachwechsler ul li:after {
	content: none;
}
.mod_breadcrumb ul {
    z-index: 2;
    top: 140px;
}
.mod_breadcrumb.boxed.block {
	position: unset;
	padding-top: 0px;
}
.hg-footer-blau .boxed {
    padding-top: 80px;
}
#wrapper .mod_breadcrumb li, #wrapper .mod_breadcrumb li a {
    font-size: 12px;
    color: black;
}
#wrapper .mod_breadcrumb li.first a {
	content:url("../img/icon-breadcrumb-home.svg");
}
#wrapper .mod_breadcrumb.white li.first a {
	content:url("../img/icon-breadcrumb-home-white.svg");
}
.modell-eigenschaften .image_container {
    float: left;
    margin: 0 30px 0 0;
    padding-top: 0;
}
.mobile_menu {
    z-index: 2;
}
#main .inside .header-bild {
	z-index: unset;
}
#main .inside .header-bild.overlay::after {
    display: block;
    background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 200%);
    height: 1080px ;
    content: '';
}
body .loesungen .-large-first{
	padding-bottom: 0px !important;
}
body h3, .hg-verlauf .formbody .widget label {
    font-weight: 600;
}
.vorteile .top-line {
	margin-top: 30px;
	margin-bottom: 5px;
}
.hg-braun .top-line {
	padding-top: 90px;
	margin-bottom: 50px;
}
#main .modelle-bg.rs-column {
    min-height: 700px;
}
#main .startseite-produkte .modelle-bg.rs-column {
    min-height: 750px;
}

#modelle .rs-columns .ce_text:first-child {
	margin-bottom: 20px;
}
.modelle-steuerung.max-height-760 .modelle-bg {
	min-height: 760px !important;
}
/*
.news-uebersicht .news-uebersicht-spalte .mod_newsarchive .layout_latest{
	-webkit-box-shadow: 0px 1px 2px 0px #ccc9;
	-moz-box-shadow: 0px 1px 2px 0px #ccc9;
	box-shadow: 0px 1px 2px 0px #ccc9;
	min-height: 490px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: scale(0.99);
}
.news-uebersicht .news-uebersicht-spalte .mod_newsarchive .layout_latest:hover{
	-webkit-box-shadow: 5px 20px 30px #ccc;
	-moz-box-shadow: 5px 20px 30px #ccc;
	box-shadow: 5px 20px 30px #ccc;
	transform: scale(1);
}*/
.news-uebersicht-spalte h2 {
    margin-bottom: 20px;
}
.news-uebersicht-spalte .layout_latest.block p, .news-uebersicht-spalte .layout_latest.block h2, .news-uebersicht-spalte .layout_latest.block div {
    padding-left: 7%;
    padding-right: 7%;
}
.news-uebersicht-spalte .image_container {
    padding-top: 0;
}
.projekt-anfrage.hg-verlauf  {
	background-image:none;
}
.ce_text.fragen  h1{
	line-height: 1.2;
	margin-top: 40px;
	margin-bottom: 35px;
}
.ce_text.fragen  p{
	max-width: 414px;
}
.news-uebersicht .news-uebersicht-spalte {
    margin-right: auto;
    width: 78%;
}
.rs-columns.news-uebersicht .rs-column.-large-col-4-1 {
    width: 22.231%;
}


.boxed-small p {
	max-width: 655px;
	margin-right: auto;
	margin-left: auto;
}


@media screen and (max-width: 1140px) {
	#main .startseite-produkte .modelle-bg.rs-column .button-rot-border {
	    padding: 10px 25px 10px 25px !important;
	    font-size: 14px !important;
	}
}

@media screen and (max-width: 1400px) {
	.projekt-anfrage > div > .rs-columns > .rs-column {
		width: 50%;
		margin-right: 0;
	}
}
@media screen and (max-width: 599px) {
	.projekt-anfrage > div > .rs-columns > .rs-column {
		width: 100%;
	}
}

/* Hover unterstrichen */

#wrapper #container #main .inside a {
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid #cf776B;
	padding-bottom: 2px;
}

#wrapper #container #main .inside a:after {
	bottom: 0px;
}

#wrapper #container #main .inside .mod_breadcrumb a:after {
	top: 23px;
}
#wrapper #container #main .inside a:after {
	content: "";
	position: absolute;
	left: 0px;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #cf776B;
	width: 0%;
	top: 20px;
}

#wrapper #container #main .inside a:hover:after {
	opacity: 1;
	width: 100%;
}
#wrapper #container #main .inside .hg-braun a,
#wrapper #container #main .inside .hg-braun a:after {
	border-bottom: 1px solid #fff;
}

/* KEIN Hover unterstrichen */

#wrapper #container #main .inside .footer a.button-rot, 
#wrapper #container #main .inside .footer h2 a,
#wrapper #container #main .inside a.button-rot, 
#wrapper #container #main a.button-rot-border,
#wrapper #container #main .inside .ce_image a,
#wrapper #container #main .inside a.button-weiss.weiss-hg,
#wrapper #container #main .inside .mod_newsarchive a,
#wrapper #container #main .inside .video_container a,
/*#wrapper #container #main .inside .news-menu a,*/
#wrapper #container #main .inside .heizung-kaufen-form a,
#wrapper #container #main .inside .pfeil-scroll a,
body .hg-blau .boxed .ce_text.no-link-border a,
.ui-tabs-nav > li > a {
	border: none !important;
	content: none;
}

#wrapper #container #main .inside .footer a.button-rot:hover:after, 
#wrapper #container #main .inside .footer h2 a:hover:after, 
#wrapper #container #main .inside a.button-rot:hover:after, 
#wrapper #container #main .inside a.button-rot-border:hover:after,
#wrapper #container #main .inside .ce_image a:hover:after,
#wrapper #container #main .inside a.button-raum:hover:after,
#wrapper #container #main .inside a.button-weiss:hover:after,
#wrapper #container #main .inside .mod_newsarchive a:hover:after,
#wrapper #container #main .inside .haendlerkarte a:hover:after,
#wrapper #container #main .inside .video_container a:hover:after,
#wrapper #container #main .inside .news-menu a:hover:after,
#wrapper #container #main .inside .heizung-kaufen-form a:hover:after,
#wrapper #container #main .inside .pfeil-scroll a:hover:after,
body .hg-blau .boxed .ce_text.no-link-border a:hover:after,
.ui-tabs-nav > li > a:hover:after {
	opacity: 0 !important;
}

/* KEIN underline */

#wrapper #container #main .inside .mod_breadcrumb a, 
#wrapper #container #main .inside .ce_image a,
#wrapper #container #main .inside .mod_newsmenu a,
#wrapper #container #main .inside .haendlerkarte a,
#wrapper #container #main .inside .pfeil-scroll a,
body .hg-blau .boxed .ce_text.no-link-border a,
.ui-tabs-nav > li > a {
	text-decoration: none;
	border-bottom: none;
}

/* Button Padding Bottom */

#wrapper #container #main .inside a.button-rot, 
#wrapper #container #main .inside .hg-footer-rot a.button-weiss.weiss-hg, 
#wrapper #container #main .inside a.button-raum, 
#wrapper #container #main .inside a.button-weiss {
	padding-bottom: 15px;
}
a.button-raum:hover {
	color: #cf776B
}

@media screen and (max-width: 768px) {
	#wrapper #container #main .inside a.button-rot, 
	#wrapper #container #main .inside .hg-footer-rot a.button-weiss.weiss-hg, 
	#wrapper #container #main .inside a.button-raum, 
	#wrapper #container #main .inside a.button-weiss,
	body #wrapper #container #main a.button-rot-border {
		padding: 10px 25px 10px 25px;
		font-size: 14px;
	}
	#wrapper #container #main .inside a.button-raum {
		padding: 10px 25px 10px 60px;
	}
}

#wrapper #container #main .inside a.button-weiss {
	border-bottom: 2px solid #fff;
}


/* Unterlinie von Rechteck zur Linie */

#wrapper #container #main .inside .news-archiv a:after {
	top: 25px;
	bottom: 10px;
}


/*
.modelle-bg figure img{
	height: initial !important;
}
*/

/* Wegen Safari 
.angebot-button, .haendler-button {
     width: unset; 
}*/




/* MENÜ TABLET 2022 menü */
@media screen and (max-width: 1290px) {
	
}
/* MENÜ MOBIL 2022 menü */
@media screen and (max-width: 960px) {
	.nav-main {
		display: none;
	}
	.nav-main-mobil {
		display: block;
	}
	.headerbild-start {
		margin-top: 60px !important;
	}
	.mobile_menu .mod_navigation.block ul li {
		float: none;
		line-height: 2.5em;
	}
	.mobile_menu .mod_navigation.block ul li.active {
		border-bottom: 1px solid #cf776B;
	}
	.mobile_menu .mod_navigation.block ul li.active a {
		color: #cf776B;
	}
}







@media screen and (max-width: 1200px) {
	.mod_navigation.block ul li a {
		font-size: 14px;
	}
	.nav-main-level2.block ul {
	   padding-left: 0px;
	   padding-right: 0px; 
	   margin-left: 0%;
	   display: inherit;
	}
	.text-right .nav-main-level2.block ul{
		padding-left: 150px;
	}
	.mobile_menu .mod_navigation ul{
		display: inherit;
	}
	.mobile_menu_active .mod_breadcrumb ul {
    	z-index: 0;
   }
}
@media screen and (max-width: 1080px) {
	.modelle-bg a.button-rot{
		padding: 15px;
	}
}
@media screen and (max-width: 991px) {
	.nav-main-mobil {
		display: none;
	}
}
@media screen and (max-width: 990px) {
	.ce_text.fragen  p{
		max-width: unset;
	}
	.hg-footer-rot .image_container.float_above img {
	    width: 250px !important;
	}
}
@media screen and (max-width: 900px) {
	.nav-main {
		display: none;
	}
	.nav-main-mobil {
		display: block;
	}
	
	body.unterseite .angebot-button,
	body.unterseite .shop-button {
		right: 70px;
	}
}
@media screen and (max-width: 830px) {
	/*.mod_navigation .level_1 {
		margin-left: -30px;
	}*/
	.nav-main ul {
	    width: unset;
	}
}
@media screen and (max-width: 768px) {
	/*.ce_form form.angebot-anfordern {
		min-height: 1110px;
	}*/
	#main .inside .header-bild.overlay::after {
    	height: 900px ;
	}
	
	
	.mod_breadcrumb ul {
		top: 90px;
	}
	.mod_navigation.block .nav-main-level2 ul li{
		margin-right: 12px;
	    margin-left: 12px;
	}
	.mod_navigation .level_1 {
   		margin-left: unset;
	}
	.modelle-steuerung .image_container {
		width: 100%;
		height: auto;
	}
	#main .modelle-bg.rs-column,
	#main .startseite-produkte .modelle-bg.rs-column {
    	min-height: unset;
	}
	.mb-50 {
	    margin-bottom: 20px;
	}
	.mt-50 {
	    margin-top: 20px;
	}
	.mb-120 {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 600px) {
	.news-uebersicht .news-uebersicht-spalte {
	    margin-right: auto;
	    width: 100%;
	}
	.rs-columns.news-uebersicht .rs-column.-large-col-4-1 {
	    width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.mod_breadcrumb ul {
    	max-width: unset;
	}
}
@media screen and (max-width: 320px) {
	.modelle-bg a.button-rot{
		padding: 10px;
	}
}

/* WOW Animation */

@-webkit-keyframes fadeInUp{
	0% {
		opacity:0;-webkit-transform:translate3d(0,30px,0);
		transform:translate3d(0,30px,0)
	}
	to {
		opacity:1;-webkit-transform:translateZ(0);
		transform:translateZ(0)
	}
}
@keyframes fadeInUp{
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,30px,0);
		transform:translate3d(0,30px,0)
	}
}



#wrapper #container #main .inside .footer .hg-footer-rot a {
	border-bottom: none;
}
@media screen and (max-width: 768px) {
	.modelle-steuerung.max-height-760 .modelle-bg {
		min-height: unset !important;
	}
	.modell-eigenschaften .rs-column .ce_text {
		margin-bottom: 50px;
	}
	.hg-braun .top-line {
		padding-top: 20px;
	}
	.hg-blau .ce_image, .hg-braun .ce_image {
		top: 20px;
	}
	.mb-380 {
		margin-bottom: 100px;
	}
	.unternehmen .mb-200, .unternehmen .mb-200 .headertext-overlay {
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 2.5em;
	}
	.memberlistmap {
		width: 100vw;
		left: -30px;
	}
	#haendler.mb-100, #haendler.mb-100 .boxed.mb-50 {
		margin-bottom: 0;
	}
	body .mod_cms_accept_tags form {
		height: 450px;
		max-height: unset;
	}
}


/* Angebot Formular */

.hg-verlauf {
	background-image: linear-gradient(#f6f1ec, #fff, #fff);
}
.hg-verlauf h3 {
	margin-bottom: 0px;
}
.hg-verlauf .ce_text figure {
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}
.hg-verlauf .formbody .widget {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.ce_form input  {
	outline:none;
	border:0px;
}
.hg-verlauf .formbody .widget.widget-textarea, .hg-verlauf .formbody .widget.widget-submit {
	width: 98%;
}
.hg-verlauf .formbody .widget.widget-submit button.submit {
	padding: 15px 125px;
	margin-top: 60px;
}
.hg-verlauf .formbody .widget input, .hg-verlauf .formbody .widget select, .hg-verlauf .formbody .widget.widget-textarea textarea {
	width: 100%;
	background-color: unset;
	border: unset;
	border-bottom: 1px solid #cf776B;
	height: 50px;
	margin-top: 10px;
	font-size: 16px;
	resize: vertical;
}
.hg-verlauf .formbody .widget select {
	cursor: pointer;
	margin-top: 30px;
}
.hg-verlauf .formbody .widget label {
	width: 100%;
	margin-bottom: 0px;
	height: 45px;
}
.hg-verlauf .formbody .widget-select, .hg-verlauf .formbody .widget-textarea {
	margin-top: 70px;
}
.hg-verlauf .rs-column.-large-first {
	width: 25%;
}
.hg-verlauf .rs-column {
	width: 67%;
}
.hg-verlauf .formbody .widget input::placeholder {
	opacity: 1;
}
.hg-verlauf .formbody .widget:hover input::placeholder {
	opacity: 0.5;
}
.unterstrich {
	border-bottom: 1px solid #cf776B;
	padding-bottom: 2px;
}
.unterstrich:hover {
	text-decoration: none;
}




/* Karriere */

.image_container figcaption.caption {
	font-family: "Montserrat";
	font-size: 15px;
	margin-top: 20px;
	font-weight: 600;
	text-transform: uppercase;
	bottom: 0px;
	position: absolute;
	width: 100%;
	hyphens: auto;
}
.boxed .karriere-vorteile .ce_image img {
	width: auto;
}
.karriere-vorteile .image_container {
	padding: 0;
	text-align: center;
	height: 150px;
	position: relative;
}
.karriere-vorteile .rs-column {
	margin-right: 0;
	width: 25%;
	margin-top: 0;
	padding: 40px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.karriere-vorteile .rs-column:hover {
	background-color: #f8f5f5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.karriere-vorteile .rs-column:nth-child(1), .karriere-vorteile .rs-column:nth-child(2), .karriere-vorteile .rs-column:nth-child(3), .karriere-vorteile .rs-column:nth-child(5), .karriere-vorteile .rs-column:nth-child(6), .karriere-vorteile .rs-column:nth-child(7) {
	border-right: 1px solid #f8e5e4;
}
.karriere-vorteile .rs-column:nth-child(1), .karriere-vorteile .rs-column:nth-child(2), .karriere-vorteile .rs-column:nth-child(3), .karriere-vorteile .rs-column:nth-child(4) {
	border-bottom: 1px solid #f8e5e4;
}

@media screen and (max-width: 900px) {
	.karriere-vorteile .rs-column {
		width: 50%;
	}
	.karriere-vorteile .rs-column:nth-child(2), .karriere-vorteile .rs-column:nth-child(6) {
		border-right: none;
	}
	.karriere-vorteile .rs-column:nth-child(5), .karriere-vorteile .rs-column:nth-child(6) {
		border-bottom: 1px solid #f8e5e4;
	}
}
@media screen and (max-width: 600px) {
	.karriere-vorteile .rs-column {
		clear: unset;
	}
}

.stellenangebote {
	background-color: #fff;
	box-shadow: 0px 3px 6px #a1a1a1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.stellenangebote:hover {
	transform: scale(1.01);
	box-shadow: 5px 10px 15px #a1a1a1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.boxed .stellenangebote .ce_text img, .boxed .stellenangebote img {
	width: auto;
	padding-bottom: 0;
}
.boxed .stellenangebote .text-stellenangebot img {
	margin-bottom: -5px;
}
.vollzeit {
	margin-left: 30px;
}
.stellenangebote .image_container {
	padding-top: 0;
}
body .hg-blau-schichttechnik img.img-stellenangebot {
	width: 400px;
	object-fit: cover;
}
.text-stellenangebot {
	padding: 55px;
}
.text-stellenangebot p {
	margin: 0;
	line-height: 1.7em;
}
@media screen and (max-width: 990px) {
	body .hg-blau-schichttechnik img.img-stellenangebot {
		object-fit: cover;
		width: 100%;
		height: 200px;
	}
	.text-stellenangebot {
		padding: 30px;
	}
}

.bewerbung-anfordern {
	min-height: 660px;
}
.hg-verlauf .formbody .widget.widget-fineuploader {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 98%;
	min-height: 70px;
	background-color: #eff4f7;
	border-bottom: 1px solid #cf776B;
}
.formbody .widget-fineuploader .fineuploader-container, .formbody .widget-fineuploader .upload_container, .formbody .widget-fineuploader .qq-uploader {
	height: 100%;
}
.formbody .widget-fineuploader .sgallery {
	margin-bottom: 0;
}
.formbody .widget-fineuploader .qq-upload-button {
	height: 70px;
	width: 100%;
	background: none;
	padding: 27px 25px 0 25px;
	color: #000;
	font-family: "Montserrat";
	font-size: 16px;
	text-align: left;
	line-height: 1.4em;
	border-bottom: none;
	border: 0;
}
.formbody .widget-fineuploader .qq-progress-bar, .formbody .widget-fineuploader .qq-upload-list li {
	background: #cf776B;
}
.formbody .widget-fineuploader .qq-upload-list li.qq-upload-fail {
	background: red;
}
.formbody .widget-fineuploader .qq-upload-list li.qq-upload-success {
	background: none;
	color: #000;
}
.hg-verlauf .formbody .widget.widget-checkbox, .hg-verlauf .formbody .widget.widget-radio {
	width: 100%;
	margin-bottom: 20px;
}
.formbody .widget-fineuploader li::before {
	content: "";
	padding: 0;
}
.formbody .widget-fineuploader .qq-thumbnail-wrapper {
	margin-right: 20px;
}
.hg-verlauf .formbody .widget.widget-checkbox span, .hg-verlauf .formbody .widget.widget-radio span {
	height: 30px;
	display: block;
}
.widget-checkbox input[type="checkbox"], .widget-radio input[type="radio"] {
	/*display: none;*/
	opacity: 0;
	position: absolute;
	width: 0 !important;
	height: 0 !important;
}
.hg-verlauf .formbody .widget.widget-checkbox label, .hg-verlauf .formbody .widget.widget-radio label {
	font-family: "Montserrat";
	font-weight: 300;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
}
.widget-checkbox input[type="checkbox"] + label::before, 
.widget-radio input[type="radio"] + label::before{
	background-image: url("../../kontakt/karriere/karriere-ers-formular-checkbox-off.svg");
	width: 30px;
	height: 30px;
	display: block;
	content: " ";
	float: left;
	margin-right: 8px;
	background-repeat: no-repeat;
}

.widget-checkbox input[type="checkbox"] + label:hover::before, 
.widget-radio input[type="radio"] + label:hover::before{
	background-image: url("../../kontakt/karriere/karriere-ers-formular-checkbox-off.svg");
}

.widget-checkbox input[type="checkbox"]:checked + label::before, 
.widget-radio input[type="radio"]:checked + label::before {
	background-image: url("../../kontakt/karriere/karriere-ers-formular-checkbox-on.svg");
}



.boxed .ce_text.ueberschrift-inhalt img {
	width: auto;
	margin-bottom: -5px;
}

@media screen and (max-width: 900px) {
	.formbody .widget-fineuploader .qq-upload-list li {
		display: grid;
		margin-top: 20px;
	}
	.formbody .widget-fineuploader .qq-upload-list li span {
		margin-top: 15px;
	}
}
@media screen and (max-width: 600px) {
	.hg-verlauf .formbody .widget.widget-fineuploader {
		min-height: 100px;
	}
}


.ce_youtube .video_container img {
	width: 100%;
	height: auto;
}
.ce_youtube .video_container a {
	display: block;
}
.ce_youtube .video_container a::before {
	content: "";
	background: #0003;
	position: absolute;
	width: 100%;
	height: calc(100% - 6px);
	background-image: url("../img/video-background-symbol.png");
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;
}




.gewinnspiel-header > .ce_image {
	position: absolute;
	margin-left: 300px;
	bottom: 0;
	right: 0;
}
.gewinnspiel-header > .ce_text {
	margin-top: -450px;
}

@media screen and (max-width: 1100px) {
	.gewinnspiel-header > .ce_image img {
		object-fit: cover;
		height: 891px;
		object-position: 0%;
	}
}
@media screen and (max-width: 768px) {
	.gewinnspiel-header > .ce_image {
		bottom: 400px;
		margin-left: auto;
	}
	.gewinnspiel-header > .ce_image img {
		height: 500px;
		object-position: 0% 150px;
	}
	.gewinnspiel-header > .ce_text {
		margin-top: -340px;
		width: calc(100% - 30px);
		text-align: center;
		max-width: none;
	}
}
@media screen and (max-width: 500px) {
	.gewinnspiel-header > .ce_image img {
	    height: 120vw;
	    object-position: 0% 19vw;
	    max-height: 450px;
	}
}

.hg-blau-gewinnspiel {
	background-color: #F7F9F9;
	padding-bottom: 100px;
}

.hg-blau-gewinnspiel .ueberschrift-inhalt.like-h1 h2 {
	font-size: 48px !important;
}
@media screen and (max-width: 768px) {
	.hg-blau-gewinnspiel .ueberschrift-inhalt.like-h1 h2 {
		font-size: 24px !important;
	}
}

.gewinnspielseite .newsletter-popUp {
	display: none !important;
}

.gewinnspiel-formular .hinweis {
	width: 100% !important;
}
.gewinnspiel-formular .hinweis p {
	z-index: auto;
}
.gewinnspiel-text {
	margin-bottom: 50px;
}
.hg-verlauf .gewinnspiel-formular .formbody {
	display: flex;
	flex-wrap: wrap;
}

.hg-verlauf .gewinnspiel-formular .formbody .gewinnspiel-text, .hg-verlauf .gewinnspiel-formular .formbody .widget.widget-checkbox {
	flex: 48%;
}
.hg-verlauf .gewinnspiel-formular .formbody .widget {
	width: auto;
	float: unset;
}
.gewinnspiel-formular .gewinnspiel-text .widget:first-child input {
	margin-top: 0;
}
.gewinnspiel-formular .formbody > .ich-stimme-zu span {
	height: auto !important;
}
.gewinnspiel-formular .formbody > .ich-stimme-zu label::before {
	height: 100px !important;
}
.gewinnspiel-formular button.submit {
	min-width: 420px;
}
@media screen and (max-width: 768px) {
	.hg-verlauf .gewinnspiel-formular .formbody .gewinnspiel-text, .hg-verlauf .gewinnspiel-formular .formbody .widget.widget-checkbox {
		flex: 100%;
	}
	.gewinnspiel-formular .formbody > .ich-stimme-zu label::before {
		height: 40px !important;
	}
	.gewinnspiel-formular button.submit {
		min-width: unset;
	}
}

.newsletter-popUp p .left-button-popup {
	margin-left: 50px;
}






/* Headerbild 2022 */
.headerbild-start {
	margin-top: 90px;
	height: 990px;
	background-size: cover;
	background-position: center;
}
.headerbild-start::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #311f08c7 10%, #0000);
}

.start-headline {
	position: absolute;
	top: 360px;
	padding-left: 60px;
}
.start-headline h1, .start-headline p.start-text {
	color: #fff;
	max-width: 445px;
	margin-bottom: 50px;
}
.start-headline h1 {
	max-width: 490px;
}
.start-headline li.start-text {
	color: #fff;
}
.start-headline h1 {
	font-size: 48px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.start-headline p.start-text {
	hyphens: auto;
}
.start-headline p.top-line.red {
	color: #cf776B;
}
.start-headline .button-rot, .start-headline .button-rot-border {
	padding: 15px 30px !important;
	margin-right: 20px;
	font-size: 15px !important;
}

.start-headline .ce_image {
	position: absolute;
	/*top: -185px;*/
	top: -220px;
	left: 360px;
}
.start-headline .ce_image img {
	width: 170px;
}



@media screen and (max-width: 900px) {
	.start-headline .ce_image {
		top: -185px;
	}
	.headerbild-start {
		height: 430px;
	}
	.headerbild-start::before {
		display: none;
	}
	
	.start-headline {
		position: relative;
		top: auto;
		text-align: center;
		padding-left: 0;
	}
	.start-headline h1, .start-headline p.start-text,
	.start-headline li.start-text {
		color: unset;
		max-width: none;
	}
	.start-headline h1 {
		font-size: 24px;
		margin-top: 30px;
	}
	.start-headline p.start-text {
		hyphens: none;
		margin-bottom: 30px;
	}
	.start-headline .button-rot, .start-headline .button-rot-border {
		display: block;
		width: 100%;
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.start-headline .button-rot-border {
		margin-top: 20px !important;
	}
	.start-headline-bg {
		background: #FAF9F8;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.start-headline .ce_image {
		right: 20px;
		left: auto;
	}
	.start-headline .ce_image img {
		width: 147px;
	}
}

@media screen and (max-width: 599px) {
	.headerbild-start {
		height: 370px;
	}

	.start-headline .ce_image {
		top: -145px;
	}
	.start-headline .ce_image img {
		width: 108px;
	}
}


.datenschutz .facebook-pixel li {
	display: table;
}




/* Video Zentrieren */
.video-center {
	text-align: center;
}
.video-homepage {
	/*margin-bottom: -100px;
	z-index: 1;
	position: relative;*/
	margin-bottom: 100px;
}
.video-homepage video {
	width: 100%;
	max-width: 1000px;
}






.fedar-iframe {
	padding: 0 !important;
}
@media screen and (max-width: 768px) {
	.fedar-iframe {
		width: calc(100% + 30px);
		margin-left: -15px !important;
	}
	.fedar-iframe iframe {
		min-height: 550px !important;
	}
}





.preisbeispiele-tabelle .ui-accordion-content {
	background-color: #e8eced;
	padding: 30px 10px;
	padding-top: 35px;
}
#main .preisbeispiele-tabelle .modelle-bg.rs-column {
	min-height: unset;
	margin-bottom: 0;
}

.preisbeispiele-tabelle .modelle-bg tr:nth-child(1) {
	border-top: none;
}
.preisbeispiele-tabelle .modelle-bg:nth-child(1) tr:nth-child(1) td:nth-child(1),
.preisbeispiele-tabelle .modelle-bg:nth-child(3) tr:nth-child(1) td:nth-child(1) {
	padding-top: 0;
}

.preisbeispiele-tabelle .ce_rs_column_start {
	padding: 0;
}
.preisbeispiele-tabelle .ce_rs_column_start > div {
	padding: 5px 20px 20px 20px;
}
.preisbeispiele-tabelle .ce_rs_column_start:nth-child(2) > div {
	background-color: #F3F5F6;
}

.preisbeispiele-tabelle .modelle-bg .ce_text p {
	text-align: left;
	margin: 0;
}
.preisbeispiele-tabelle .modelle-bg table {
	margin: 0;
}
/*.preisbeispiele-tabelle .modelle-bg table:nth-child(1) tr:nth-child(1) td:nth-child(1) {
	width: 100% !important;
}
.preisbeispiele-tabelle .modelle-bg table:nth-child(1) tr:nth-child(1) td:nth-child(2) {
	width: 0% !important;
}*/

@media screen and (max-width: 900px) {
	#main .preisbeispiele-tabelle .modelle-bg.rs-column {
		width: 100%;
	}
}


.z-index-1 p {
	z-index: 1 !important;
}














.heizung-kaufen-schritte h3 {
	margin-bottom: 0;
}
.heizung-kaufen-schritte > .rs-column {
	position: relative;
}
.heizung-kaufen-schritte > .rs-column::after {
	content: "";
	background-image: url(/files/kontakt/heizung-kaufen/heizung-kaufen-pfeil.svg);
	width: 11px;
	height: 18px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	right: -15%;
	top: 68px;
}
.heizung-kaufen-schritte > .rs-column:nth-child(3)::after {
	display: none;
}


/* Formular */
.heizung-kaufen-form {
	position: relative;
}
.heizung-kaufen-form .formbody {
	overflow: auto;
	overflow-x: hidden;
}
.heizung-kaufen-form .formbody .widget-text input::placeholder {
	opacity: 0;
}
.heizung-kaufen-form .formbody .widget-text.widget-calendar input {
	padding-right: 30px;
}
.heizung-kaufen-form .formbody .widget-text.widget-calendar input::placeholder {
	opacity: 0.5;
}
.heizung-kaufen-form .formbody .widget-text {
	position: relative;
}
.heizung-kaufen-form .formbody .widget-text label .mandatory {
	display: none;
}
.heizung-kaufen-form .formbody .widget-text label {
	position: absolute !important;
	opacity: 0.5;
	/*padding-left: 10px;*/
	cursor: text;
	font-family: "Montserrat";
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 10px !important;
	font-size: 16px;
	height: 50px !important;
	line-height: 3em;
	z-index: -1;
}
.heizung-kaufen-form .formbody .widget-calendar {
	float: none;
	overflow: auto;
}
.heizung-kaufen-form .formbody .widget-calendar .input-button {
	position: absolute !important;
	top: 25px;
}
.heizung-kaufen-form .formbody .widget > label, .heizung-kaufen-form .formbody .widget legend {
	margin-top: 50px;
	display: block;
	height: auto;
}

.heizung-kaufen-form .formbody .widget legend, .heizung-kaufen-form .formbody .widget-textarea label {
	margin-bottom: 30px;
}
.heizung-kaufen-form .widget-radio input[type="radio"] + label::before {
	display: none;
}
.heizung-kaufen-form .widget-radio input[type="radio"] + label {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	max-width: 150px;
	min-height: 150px;
	border: 2px solid #CBCBCB;
	border-radius: 16px;
	text-align: center;
	transition: all 0.3s ease;
	text-transform: none;
	font-weight: normal;
	padding-top: 62px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.heizung-kaufen-form .widget-radio input[type="radio"] + label:hover {
	border: 2px solid #CF776B;
}
.heizung-kaufen-form .widget-radio input[type="radio"]:checked + label {
	color: #CF776B;
	border-color: #CF776B;
	background-color: #FDFAF9;
}

.heizung-kaufen-form .formbody .widget-explanation.explanation,
.heizung-kaufen-form .formbody .widget-checkbox {
	width: 100%;
}

.heizung-kaufen-form .formbody .widget-explanation.explanation p {
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	letter-spacing: 0.1em;
	font-size: 15px;
}

.heizung-kaufen-form .formbody .widget-checkbox label {
	font-weight: normal;
	text-transform: none;
	font-family: "Montserrat";
	display: block;
	padding-left: 40px;
	position: relative;
	height: auto;
	font-size: 16px;
	line-height: 1.9em;
	letter-spacing: normal;
}
.heizung-kaufen-form .formbody .widget-checkbox input[type="checkbox"] + label::before {
	position: absolute !important;
	left: 0;
	top: 3px;
}


.heizung-kaufen-form .message.ajaxconfirm h2 {
	/*padding-top: 1000px;*/
}


@media screen and (max-width: 900px) {
	.heizung-kaufen-schritte > .rs-column::after {
		right: auto;
		left: calc(50% - 6px);
		top: calc(100% - 35px);
		rotate: 90deg;
	}
}

@media screen and (max-width: 600px) {
	.heizung-kaufen-form .formbody .widget-checkbox label {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.heizung-kaufen-form .widget-radio input[type="radio"] + label {
		margin-top: 0px !important;
	}
}
@media screen and (max-width: 370px) {
	.heizung-kaufen-form .widget-radio input[type="radio"] + label {
		max-width: none;
		min-height: 50px;
		padding-top: 15px;
	}
}



/* Anforderungen & Förderungen - Anforderungen und Förderungen */

.width-not-100 .image_container img {
	width: auto;
}
.width-not-100 .image_container {
	text-align: center;
}

.boxed-600 {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
}

.anforderungen {
	display: block;
	overflow: auto;
	margin-bottom: 200px;
}
.anforderungen > .rs-column:nth-child(1n) {
	max-width: 300px;
	margin-top: 0;
}
.anforderungen > .rs-column:nth-child(2n) {
	width: calc(46.15385% + 93px);
	max-width: none;
	margin-top: 0;
	margin-bottom: 20px;
}
.anforderungen ul {
	margin-bottom: 40px;
}
.anforderungen li {
	position: relative;
	margin-left: 30px;
}
.anforderungen li::before {
	content: "";
	background-image: url("../../infrarot/anforderungen-foerderungen/aufzaehlung-gruen.svg");
	background-repeat: no-repeat;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 4px;
	left: -30px;
}

.anforderungen li.aufzaehlung-gelb::before {
	background-image: url("../../infrarot/anforderungen-foerderungen/aufzaehlung-gelb.svg");
}
.anforderungen li.aufzaehlung-rot::before {
	background-image: url("../../infrarot/anforderungen-foerderungen/aufzaehlung-rot.svg");
}


@media screen and (max-width: 900px) {
	.anforderungen > .rs-column:nth-child(1n) {
		width: 100%;
		max-width: none;
	}
	.anforderungen > .rs-column:nth-child(1n) img {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.anforderungen > .rs-column:nth-child(2n) {
		width: 100%;
	}
}






/* Revolutionslider */

.ce_revolutionslider {
	margin-top: 90px;
	height: calc(100vh - 90px);
	position: relative;
}

.ce_revolutionslider li.slide::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #311f08c7 10%, #0000);
	position: absolute;
	z-index: 0;
	background-blend-mode: multiply;
}
.ce_revolutionslider li.slide > div {
	z-index: 1;
}

.ce_revolutionslider li.slide {
/*	z-index: 0 !important;*/
}

.ce_revolutionslider ul.tp-revslider-mainul {
	/*position: relative;*/
	z-index: 1;
}

/* Inhalte Slider */

.ce_revolutionslider .button-rot-border {
	background-color: #fff;
}
.ce_revolutionslider .start-headline {
	top: auto;
	margin-top: 50vh;
	transform: translate(0,-46%);
	padding-left: 180px;
}
.ce_revolutionslider .start-headline .ce_image {
	top: -190px;
	left: 480px;
}

/* PFEILE */
.ce_revolutionslider .tparrows,
.pfeil-scroll {
	opacity: 0.5 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: none !important;
	width: 80px;
	height: 80px;
	background-image: url("../../startseite/slider/ers-slider-pfeil.svg") !important;
	background-size: 18px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transform: none !important;
}
.ce_revolutionslider .tparrows.tp-leftarrow {
	transform: rotate(180deg) !important;
	z-index: 1;
}
.ce_revolutionslider .tparrows.tp-rightarrow {
	right: 0px !important;
	left: auto !important;
	z-index: 1;
}
.ce_revolutionslider .tp-mouseover .tparrows{
	opacity: 1 !important;
}
.ce_revolutionslider .tparrows::before,
.ce_revolutionslider .tparrows::before {
	content: "";
}

.tp-bannertimer {
	background: rgba(255,255,255,.25);
	z-index: 1;
}


.ce_revolutionslider .tparrows.tp-leftarrow:hover {
	background-position-x: 60% !important;
}
.ce_revolutionslider .tparrows.tp-rightarrow:hover {
	background-position-x: 60% !important;
}


.pfeil-scroll {
	opacity: 1 !important;
	position: absolute;
	z-index: 2;
	left: calc(50% - 20px);
	width: 25px;
	height: 25px;
	background-size: contain !important;
	transform: rotate(90deg) !important;
	animation: scrollpfeilanimation 0.55s 999999999999;
	animation-direction: alternate;
	margin-top: calc(100vh - 25px);
}
@keyframes scrollpfeilanimation {
  0%   {top: 0px;}
  100% {top: -8px;}
}


.pfeil-scroll a {
	width: 100%;
	height: 100%;
	display: block;
}


@media screen and (max-width: 960px) {
	.ce_revolutionslider {
		margin-top: 60px;
		height: calc(100vh - 60px);
	}
}
@media screen and (max-width: 900px) {
	.ce_revolutionslider {
		margin-top: 60px;
		height: auto;
	}
	/*.ce_revolutionslider .tp-revslider-mainul {
		height: 430px !important;
	}*/
	
	.ce_revolutionslider .start-headline {
		margin-top: 30px;
		transform: none;
	}
	.ce_revolutionslider .start-headline-bg {
		background: #FAF9F8;
		padding-top: 30px;
		padding-bottom: 30px;
		/*margin-top: 430px;*/
		height: inherit;
	}
	
	.ce_revolutionslider > div > div {
		height: 100% !important;
		clear: both;
		overflow: visible;
	}
	
	.ce_revolutionslider ul/*,
	.ce_revolutionslider li.slide:nth-child(1)*/ {
		position: relative;
	}
	.ce_revolutionslider li.slide.active-revslide,
	.ce_revolutionslider li.slide.processing-revslide {
		position: relative;
	}
	
	.ce_revolutionslider li.slide.processing-revslide .slotholder > div {
		background-image: none !important;
	}
	.ce_revolutionslider li.slide.processing-revslide .slotholder img {
		display: none;
	}
	
	.ce_revolutionslider li.slide {
		display: block;
	}
	.ce_revolutionslider li.slide > div {
		position: relative !important;
	}
	.ce_revolutionslider li.slide > div.slotholder {
		height: 430px !important;
	}
	
	.ce_revolutionslider .tp-kbimg-wrap {
		/*display: none;*/
		transform: none !important;
	}
	.ce_revolutionslider img.tp-kbimg {
		height: 430px !important;
		width: 100vw !important;
		object-fit: cover;
	}
	.ce_revolutionslider div.tp-bgimg {	
	    -o-object-fit: cover;
	    object-fit: cover;
		width: 100% !important;
		height: 100% !important;
		display: none !important;
	}
/*	.ce_revolutionslider img.tp-kbimg {
		height: 430px !important;
		object-fit: cover;
		width: 100vw !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}*/
	.ce_revolutionslider .start-headline {
		position: relative;
	}
	
	.ce_revolutionslider ul.tp-revslider-mainul {
		overflow: visible;
	}
	
	.ce_revolutionslider .start-headline {
		padding-left: 0;
	}
	
	.ce_revolutionslider .tparrows {
		top: 160px !important;
	}
	.ce_revolutionslider .start-headline .ce_image {
		left: auto;
	}
	
	.pfeil-scroll {
		display: none !important;
		margin-top: calc(480px - 25px);
	}
}




@media screen and (max-width: 600px) {
	.ce_revolutionslider li.slide > div.slotholder {
		height: 375px !important;
	}
	.ce_revolutionslider img.tp-kbimg {
		height: 375px !important;
	}
	
	.ce_revolutionslider .tparrows {
		top: 130px !important;
	}
	.ce_revolutionslider .start-headline .ce_image {
		top: -170px;
	}
	
	.pfeil-scroll {
		margin-top: calc(435px - 25px);
	}
}




























/* Sprachwechsler */

.sprachwechsler {
	/*position: absolute;
	right: 70px;
	top: 0px;*/
	top: -52px;
}
.sprachwechsler > ul {
	position: absolute;
	right: 250px;
	top: 0px;
	/* SHOP BUTTON */
	right: 170px;
}

/*.startseite #wrapper #header .sprachwechsler li .active {
	color: #fff;
}*/
#wrapper #header .sprachwechsler li .active {
	color: #000;
}
/*.startseite #wrapper .sprachwechsler a{
	color: #563d1d;
}
#wrapper #header .sticky .sprachwechsler li .active {
	color: #C5B5A3;
}
nav.nav-main.sticky .sprachwechsler ul.level_1 {
	background-image: none;
}*/
#wrapper .sprachwechsler li {
	/*display: block;*/
	margin-top: 0;
	margin-right: 0px;
	visibility: hidden;
	opacity: 0;
	float: none;
	padding: 11px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}/*
#wrapper.sticky .sprachwechsler li {
	display: table;
	margin-left: auto;
}*/
#wrapper .sprachwechsler li.active {
	visibility: visible;
	opacity: 1;
	background-color: unset;
	box-shadow: none;
}/*
#wrapper.sticky .sprachwechsler li.active {
	top: 0px;
}

#wrapper.sticky .sprachwechsler li {
	display: block;
	position: absolute;
	right: 0px;
	display: block;
}
#wrapper.sticky .sprachwechsler li.last:lang(de) {
	top: 40px;
}*/

#wrapper .sprachwechsler li:last-child:lang(de),
#wrapper .sprachwechsler li:first-child:lang(en) {
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#wrapper .sprachwechsler:hover li,
#wrapper .sprachwechsler li.last:lang(en) {
	visibility: visible;
	opacity: 1;
	display: block !important;
}
#wrapper .sprachwechsler li.last:lang(en) {
	top: 0;
}
#wrapper .sprachwechsler li.active::after/*, .startseite #wrapper.sticky .sprachwechsler li.active::after*/ {
	position: absolute;
	margin: -2px 0 0 -7px;
	content: url(/files/theme/img/sprachwechsler-icon-pfeil-unten.svg);
	width: 10px;
	left: 0;
}
/*.startseite #wrapper .sprachwechsler li.active::after {
	content: url(/files/layout/icon-pfeil-unten-weiss.svg);
}
#wrapper.sticky .sprachwechsler {
	top: -6px;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	right: 100px;
	left: 0;
}*/
#wrapper .sprachwechsler li.active:lang(en) #wrapper .sprachwechsler li:first-child:lang(en){
	top: -40px;
	position: relative;
}
.sprachwechsler li:first-child:lang(en) {
	top: 40px;
	position: relative;
}
.sprachwechsler li.active:lang(en) {
	position: relative;
	-webkit-transition: all 0s ease !important;
	-moz-transition: all 0s ease !important;
	-o-transition: all 0s ease !important;
	transition: all 0s ease !important;
}
.sprachwechsler:hover li.active:lang(en) {
	top: -52px !important;
}



@media screen and (max-width: 1290px) {
	.sprachwechsler > ul {
		right: 30px;
	}
}


@media screen and (max-width: 960px) {
	#wrapper .sprachwechsler li.active::after {
		display: none;
	}
	.sprachwechsler {
		right: 0;
	}
	/*.mobile_menu .sprachwechsler .level_1 {
		margin-top: 0;
	}
	.mobile_menu .sprachwechsler li {
		float: left;
	}*/
	.sprachwechsler li:first-child:lang(en), .sprachwechsler li.active:lang(en) {
		position: unset;
	}
	.sprachwechsler li a {
		color: #000;
		text-decoration: none;
	}
	.sprachwechsler a, .sprachwechsler strong {
		padding: 10px 20px !important;
		display: block;
	}
	.sprachwechsler a {
		padding-left: 20px !important;
		border: none !important;
	}
	.sprachwechsler li {
		float: left;
	}
	
	.sprachwechsler > ul {
		right: auto;
		left: 0;
	}
	.mobile_menu > .inner > .boxed {
		margin-left: 0 !important;
	}
	.sprachwechsler strong {
		background-color: #f5f5f5;
	}
}



/*.sprachwechsler {
	display: none;
}*/

.memberlistmap .avatar img {
	max-width: 200px;
	height: auto;
}



/*@media screen and (max-height: 690px) {
	.newsletter-popUp img {
		height: 50vh;
		object-fit: cover;
		object-position: top;
	}
}*/


.newsletter-popUp .closePopUp::after {
	transform: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0.2;
	z-index: -1;
	content: "";
}


.newsletter-popUp .closePopUp::before {
	position: absolute;
	content: "";
	top: 15%;
	height: 25px;
	content: "x";
	transform: scaleY(0.8) !important;
	background-color: unset;
	font-size: 40px;
	color: #CF776B;
	font-weight: 200;
	font-family: sans-serif;
	left: 30%;
}








body .button-akkordeon {
	text-align: center;
}
body .button-akkordeon .toggler,
body .button-akkordeon .toggler:hover {
	padding-left: 40px !important;
	color: #000 !important;
	display: inline-block;
}
body .button-akkordeon .toggler::before {
	display: none;
}

body .button-akkordeon .toggler.ui-accordion-header-active {
	opacity: 0;
	pointer-events: none;
}


body .button-akkordeon .ui-accordion-content.ui-accordion-content-active > div {
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	margin-top: -200px;
}
@media screen and (max-width: 768px) {
	body .button-akkordeon .ui-accordion-content.ui-accordion-content-active > div {
		margin-top: -120px;
	}
}


body .button-akkordeon .ce_form {
	overflow: hidden;
}







