:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: static;
}
.wp-block-image {
    margin: 0 0 1em;
}










/*

 Theme Name: Tegeba
 Theme URI: https://www.tegeba.de
 Description: Ein responsives Design, optimiert für 1920x1080p.
 Author: Denny Nordmann
 Author URI: https://www.brands-and-friends.de

 */

@font-face {
	font-family: "Mukta Mahee";
	font-weight: 400;
	font-style: normal;
	src: url("/wp-content/font/MuktaMahee-Regular.ttf");
}
@font-face {
	font-family: "Mukta Mahee";
	font-weight: 300;
	font-style: normal;
	src: url("/wp-content/font/MuktaMahee-Light.ttf");
}
@font-face {
	font-family: "Mukta Mahee";
	font-weight: 700;
	font-style: normal;
	src: url("/wp-content/font/MuktaMahee-Bold.ttf");
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Mukta Mahee', sans-serif;
	line-height: 1.5em;
}

figure {
	margin: 0;
	padding: 0;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

main p {
	color: #3d403d;
	font-weight: 300;
}

#news-panel {
	position: fixed;
	width: 300px;
	background: #d13e4b;
	bottom: 15px;
	color: white;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	right: -15px;
	padding: 25px 25px 25px 50px;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
}

.animation-slide-in {
	animation-name: slide;
	animation-delay: 2s;
}

.animation-slide-out {
	animation-name: slide-out;
}

@keyframes slide {
	from {
		opacity: 0;
		visibility: hidden;
		right: -15px;
	}
	to {
		opacity: 1;
		visibility: visible;
		right: 15px;
	}
}

@keyframes slide-out {
	from {
		opacity: 1;
		visibility: visible;
		right: 15px;
	}
	to {
		opacity: 0;
		visibility: hidden;
		right: -15px;
	}
}

#news-panel #close-news-panel {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	cursor: pointer;
}

#news-panel #close-news-panel:hover {
	color: #3d403d;
}

#news-panel .news-panel-headline {
	text-transform: uppercase;
	font-weight: 600;
}

#news-panel p {
	font-size: 14px;
	font-weight: 300;
}

header {
	position: fixed;
	width: 100%;
	background-color: white;
	z-index: 999;
}

header img {
	width: 100%;
	height: auto;
}

header a {
	color: #3d403d;
	text-decoration: none;
	font-weight: 300;
}

header a:hover, header ul .current_page_item a {
	color: #dc092f;
}

header #head-top a img {
	height: 15px;
	width: auto;
	margin-left: 10px;
}

#head-top .wrap {
	width: 90%;
	display: flex;
	justify-content: space-between;
	border-bottom: solid thin #9c9e9c;
	padding: 20px 0 5px;
}

#head-top .wrap p {
	margin: 0;
	padding: 0;
	color: #3d403d;
	font-weight: 300;
}

#head-bottom .wrap {
	display: flex;
	justify-content: space-between;
	padding: 25px 0 10px;
}

#head-bottom .wrap nav {
	align-self: flex-end;
}

#head-bottom .wrap nav ul {
	margin: 0;
	padding: 0;
}

#head-bottom .wrap nav ul li {
	display: inline;
	margin-left: 25px;
	position: relative;
}

#head-bottom .wrap nav ul .menu-item-has-children {
	padding-right: 20px;
	background-image: url("img/arrow-to-scroll-down.png");
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: top 1px right;
}

#head-bottom .wrap nav ul li:hover ul {
	visibility: visible;
	opacity: 1;
}

#head-bottom .wrap nav ul li a {
	font-weight: 300;
}

#head-bottom .wrap nav ul li ul {
	position: absolute;
	left: 0;
	top: 41px;
	background-color: #d13e4b;
	visibility: hidden;
	opacity: 0;
	transition: all 0.7s;
}

#head-bottom .wrap nav ul li ul li {
	margin-left: 0;
	display: block;
}

#head-bottom .wrap nav ul li ul li a {
	color: white;
	padding: 5px 25px;
	white-space: nowrap;
	display: block;
}

#head-bottom .wrap nav ul li ul li a:hover {
	background-color: #3d403d;
}

header #head-bottom figure {
	width: 200px;
}

#slider, #titelbild {
	padding-top: 147px;
	position: relative;
	height: calc(100vh - 147px);
	width: 100%;
}

.standard-height, .standard-height img {
	height: 365px !important;
}

#slider .slider-single {
	position: absolute;
	left: 0;
	top: 147px;
}

#slider img, #titelbild img {
	width: 100%;
	height: calc(100vh - 147px);
	object-fit: cover;
}

#slider .caption, #titelbild .caption {
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 9;
	width: 600px;
}

#slider .slider-headline-h1, #titelbild h1 {
	text-transform: uppercase;
	font-size: 52px;
	color: #3d403d;
	font-weight: 700;
	margin-bottom: 20px;
}

#titelbild h1 {
	line-height: 1.1em;
}

#titelbild #scroll-down {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 5%;
	width: 75px;
	height: auto;
	animation-name: scroll;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

@keyframes scroll {
	from {
		bottom: 5%;
	}
	to {
		bottom: 4%;
	}
}

#slider .slider-headline-h2 {
	text-transform: uppercase;
	font-size: 42px;
	color: #3d403d;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;
}

#slider .slider-subtext, #titelbild .slider-subtext {
	color: #3d403d;
	letter-spacing: 1px;
	width: 75%;
	font-weight: 500;
}

#slider .caption a, .cta {
	color: white;
	background-color: #565655;
	padding: 5px 40px;
	border-radius: 15px;
	text-decoration: none;
	display: inline-block;
	margin-top: 15px;
	border: none;
	cursor: pointer;
	font-weight: 300;
}

#slider .caption a:hover {
	background-color: #dd0e33;
}

#slider .slide-left, #slider .slide-right {
	height: 50px;
	width: 50px;
	background: rgba(0,0,0,0.5);
	border-radius: 25px;
	border: none;
	color: white;
	position: absolute;
	z-index: 99;
	left: 1%;
	bottom: 5%;
	cursor: pointer;
	font-size: 28px;
	padding-right: 13px;
	opacity: 0.5;
}

#slider .slide-left:hover, #slider .slide-right:hover  {
	opacity: 1;
}

#slider .slide-right {	
	right: 1%;
	left: inherit;
	padding-right: 10px;
}

/* ------------------------------- MAIN --------------------------- */

main {
	padding: 100px 0;
}

#front-page .editor img {
	margin: 0 auto 50px;
	display: block;
}

#front-page .editor h1, #page .editor h2 {
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #3d403d;
	width: 750px;
	margin: 0 auto;
	font-weight: 700;
letter-spacing: 1.75px;
}

#front-page .editor .col-3, .module .col-3 {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
	text-align: center;
}

#front-page .editor .col-3 figure, .module .col-3 figure {
	width: 30%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

#front-page .editor .col-3 article, .module .col-3 article {
	width: 30%;	
}

#front-page .editor .col-3 figure img, .module .col-3 figure img {
	width: 100%;
	margin-bottom: 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

#front-page .editor .col-3 p, .module .col-3 p {
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}

#front-page .editor .col-3 h3, .module .col-3 h3 {
	color: #3d403d;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 24px;
margin-bottom: 10px;
}

#front-page .editor .col-3 figure div, .module .col-3 figure div {
	padding: 10px 0 25px;
}

.cta:hover, .active-btn {
	background-color: #dc092f;
}

#front-page .editor .col-3 ul, .background-image-with-editor ul,  #front-page .promo-img-with-editor ul, .unterleistungen ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#front-page .editor .col-3 ul li, .background-image-with-editor ul li, #front-page .promo-img-with-editor ul li, .unterleistungen ul li {
	padding: 10px 0 5px 15px;
	font-weight: 600;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	margin-bottom: 15px;
	list-style-type: none;
	color: #3d403d;
}

#front-page .editor .col-3 ul li::before, .background-image-with-editor ul li::before,  #front-page .promo-img-with-editor ul li::before, .unterleistungen ul li::before {
	content: "■";
	padding-right: 10px;
	color: #3d403d;
}

.short-contact {
	background-image: linear-gradient(to right, #e01432 0%, #878787 75%);
	padding: 15px 0;
}

.short-contact .wrap {
	display: flex;
	justify-content: space-between;
}

.short-contact .wrap div {
	align-self: center;
}

.short-contact p, .short-contact a {
	color: white;
	text-decoration: none;
}

.short-contact a {
	margin-left: 15px;
}

#front-page .zertifikate {
	margin: 100px 0;
}

#front-page .zertifikate hr {
	border: none;
	border-top: solid 2px #dc092f;
	width: 400px;
}

#front-page .zertifikate h3 {
	color: #3d403d;
	font-weight: 600;
	text-align: center;
	margin: 50px 0;
	letter-spacing: 1px;
}

#front-page .zertifikate .col-4 {
	display: flex;
	justify-content: space-between;
}

#front-page .zertifikate .col-4 figure {
	align-self: center;
}

.background-image-with-editor {
	padding: 100px 0;
	background-size: cover;
}

.background-image-with-editor img, #front-page .promo-img-with-editor img {
	display: block;
}

.background-image-with-editor article, #front-page .promo-img-with-editor .wrap {
	width: 60%;
}

.background-image-with-editor h3, #front-page .promo-img-with-editor h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 28px;
	color: #3d403d;
	letter-spacing: 5px;
	margin-bottom: 0;
}

.background-image-with-editor h4, #front-page .promo-img-with-editor h4 {
	color: #3d403d;
	font-weight: 500;
}

.background-image-with-editor div, #front-page .promo-img-with-editor .wrap div {
	column-count: 2;
}

.background-image-with-editor div p, #front-page .promo-img-with-editor div p {
	margin-top: 0;
}

.background-image-with-editor ul, #front-page .promo-img-with-editor ul {
	margin: 25px 0;
}

.background-image-with-editor ul li, #front-page .promo-img-with-editor ul li {
	background-color: white;
	width: 300px;
}

#front-page .promo-img-with-editor {
	display: flex;
	justify-content: space-between;
}

#front-page .promo-img-with-editor article {
	align-self: center;
}
#front-page .light-grey-bg {
	background-color: #878787;
}

#front-page .light-grey-bg h3, #front-page .light-grey-bg h4, #front-page .light-grey-bg p {
	color: white;
}

#front-page .col-2 .wrap {
	display: flex;
	justify-content: space-between;
	padding: 100px 0;
}

#front-page .col-2 .wrap article, #front-page .col-2 .wrap figure {
	width: 45%;
}

#front-page .col-2 .wrap figure video {
	width: 100%;
	height: auto;
}

#front-page .col-2 .wrap h3 {
	text-transform: uppercase;
	color: #3d403d;
	letter-spacing: 1px;
	font-size: 26px;
	line-height: 1.2em;
}

#front-page .horizontal-line {
	height: 2px;
	margin: 50px 0;
	background-color: #dc092f;
}

#front-page .col-5 .wrap, #page .branchen .col-5 .wrap {
	display: flex;
	justify-content: space-between;
}

.branchen-auflistung .wrap {
	display: flex;
	justify-content: space-between;
	margin-top: -50px;
}

.branchen-auflistung .wrap article:first-of-type {
	margin-right: 50px;
}

.branchen-auflistung .wrap article h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3d403d;
	margin-bottom: 0;
	font-weight: 500;
}

.branchen-auflistung .wrap article div {
	margin-bottom: 50px;
}

.branchen-auflistung .wrap article div:last-of-type {
	margin-bottom: 0;
}

#page .editor {
	margin-bottom: 100px;
}

#page .headline-with-box-shadow-border h3 {
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #3d403d;
	font-size: 24px;
}

#page .shadow {
	-webkit-box-shadow: 0px -8px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px -8px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px -8px 10px 0px rgba(0,0,0,0.25);
	height: 5px;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

#page .short-navigation-leistungen {
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}

#page .short-navigation-leistungen li {
	display: inline;
	margin: 0 10px;
}

#page .short-navigation-leistungen li a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 15px;
}

#page .leistung-im-detail {
	margin-bottom: 100px;
}

#page .leistung-im-detail hr {
	width: 250px;
	text-align: left;
	margin: 0;
}

#page .leistung-im-detail h4, #page .leistung-im-detail article:last-of-type h3 {
	color: #3d403d;
	font-size: 22px;
	width: 75%;
	margin-bottom: 5px;
	line-height: 1.3em;
}

#page .leistung-im-detail h5 {
	color: #3d403d;
	font-weight: 400;
	font-size: 20px;
	margin-top: 0;
}

#page .leistung-im-detail article:first-of-type {
	column-count: 2;
	column-gap: 50px;
}

#page .leistung-im-detail .grey-box {
	background-color: #878787;
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
}

#page .leistung-im-detail .grey-box .wrapper {
	width: 95%;
	margin: 100px auto 50px;
	padding: 40px 0 25px;
	display: flex;
	justify-content: space-between;
}

#page .leistung-im-detail .grey-box .wrapper > div {
	width: 45%;
	position: relative;
}

#page .leistung-im-detail .grey-box .minus-top-space {
	margin-top: -100px;
}
#page .leistung-im-detail .grey-box .absolute-bottom-position {
	position: absolute;
	bottom: -100px;
}

#page .leistung-im-detail .grey-box .wrapper > div:last-of-type div {
	border-left: solid 3px white;
	padding-left: 25px;
}

#page .leistung-im-detail .grey-box .wrapper > div:last-of-type div .cta {
	margin-top: 0;
}

#page .leistung-im-detail .grey-box .wrapper > div:last-of-type div p {
	color: white;
}

#page .leistung-im-detail .grey-box h6 {
	color: white;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 25px;
}

#page .leistung-im-detail .grey-box ul, .leistungsbeschreibung-artikel-single article ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#page .leistung-im-detail .grey-box ul li {
	color: white;
	font-weight: 300;
	margin-bottom: 10px;
	list-style-image: url("img/list-icon-play-button.jpg");
}

#page .hygiene-inspektion article:first-of-type {
	margin-bottom: 100px;
}
#page .hygiene-inspektion .col-2 {
	margin-top: 150px;
	justify-content: space-between;
	display: flex;
}

#page .hygiene-inspektion .col-2 div {
	width: 45%;
}

#page .hygiene-inspektion .col-2 div:last-of-type {
	border-left: solid 3px #878787;
	padding-left: 25px;
}

#page .hygiene-inspektion .col-2 div p {
	margin: 0;
}

#page .hygiene-inspektion .col-2 div a {
	margin: 15px 0;
}

#page .leistung-im-detail .col-2 div img {
	width: 100%;
	height: auto;
}

#page .sanierungsbegleitung article:first-of-type {
	column-count: 1;
	margin-bottom: 0;
}

#page .sanierungsbegleitung .col-2 {
	margin-top: 50px;
}

#page .sanierungspruefung article:first-of-type {
	width: 50%;
}

#page .h3-headline h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	color: #3d403d;
	letter-spacing: 1px;
}

#page .light-grey-bg {
	background-color: #e7e8ea;
	padding: 50px 0;
}

#page .trinkwasser-einfach-erklaert {
	margin: 100px 0;
}

#page .trinkwasser-einfach-erklaert .col-2 .wrap {
	display: flex;
	justify-content: space-between;
}

#page .trinkwasser-einfach-erklaert .col-2 .wrap article, #page .trinkwasser-einfach-erklaert .col-2 .wrap figure {
	width: 45%;
}

#page .trinkwasser-einfach-erklaert .col-2 .wrap figure video {
	width: 100%;
}

#page .trinkwasser-einfach-erklaert .zertifikate hr {
	color: #dc092f;
	margin: 50px 0;
	width: 200px;
}

#page .trinkwasser-einfach-erklaert .col-2 .wrap article h3 {
	color: #3d403d;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 1.1em;
}

#page .trinkwasser-einfach-erklaert .col-2 .wrap .col-4 {
	display: flex;
	justify-content: space-between;
}

#page .trinkwasser-einfach-erklaert .col-2 .wrap .zertifikate h3 {
	font-size: 18px;
	text-transform: inherit;
	margin-bottom: 50px;
}

#page .trinkwasser-einfach-erklaert .col-2 .wrap .col-4 figure {
	width: 20%;
}

#page .trinkwasser-einfach-erklaert .col-2 .wrap .col-4 figure img {
	width: 100%;
	height: auto;
}

#page .branchen .col-2 .wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

#page .branchen .col-2 .wrap article, #page .branchen .col-2 .wrap figure {
	width: 45%;
}

#page .branchen-auflistung {
	margin-top: 80px;
}

#page .branchen .col-2 .wrap h3 {
	text-transform: uppercase;
color: #3d403d;
letter-spacing: 1px;
font-size: 26px;
line-height: 1.2em;
}

#page .branchen .col-5 {
	position: relative;
}

#page .branchen .shadow {
	position: absolute;
	margin: 0;
	top: 50%;
}

.ankernavigation {
	margin-bottom: 75px;
}

.ankernavigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.ankernavigation ul li {
	display: inline-block;
}

.leistungsbeschreibung-artikel-single article {
	margin: 75px 0;
	width: 70%;
}

.leistungsbeschreibung-artikel-single:nth-child(2n) article {
	margin-left: 15%;
}

.leistungsbeschreibung-sonstige-leistung article hr {
	width: 300px;
	margin: 0;
	border-top: solid 2px black;
}

.leistungsbeschreibung-sonstige-leistung article h3 {
	color: #e01432;
}

.leistungsbeschreibung-artikel-single article ul {
	margin-top: 50px;
}

.leistungsbeschreibung-artikel-single article ul li {
	color: #3d403d;
	list-style-image: url("img/list-icon-play-button.png");
	margin-bottom: 15px;
	font-weight: 300;
}

.unterleistungen {
	margin-top: -50px;
}

.h3-headline-front-page {
	text-align: center;
	margin-top: 100px;
}

.h3-headline-front-page h3 {
	    line-height: 1.3em;
    text-transform: uppercase;
    color: #3d403d;
	letter-spacing: 1.75px;
}

.anchor {
	display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

/* ----------------------- FOOTER ----------------------- */

footer #footer-contact-me {
	background-image: linear-gradient(to right, #e01432 0%, #878787 75%);
	padding: 50px 0;
}

footer #footer-contact-me .wrap {
	display: flex;
	justify-content: center;
}

footer #footer-contact-me .wrap article {
	width: 45%;
	color: white;
	margin: 0 50px;
}

footer #footer-contact-me .wrap article:first-of-type p {
	font-size: 32px;
	line-height: 1.3em;
	margin-top: 25px;
}

footer #footer-contact-me .wrap article img {
	width: 300px;
	height: auto;
	float: right;
}

footer #footer-contact-me a {
	background-color: #565655;
	color: white;
	padding: 5px 25px;
	text-decoration: none;
	border-radius: 15px;
	margin-bottom: 10px;
	display: inline-block;
}
footer #footer-contact-me a:hover {
	background-color: #dc092f;
}

footer #footer-disclaimer {
	text-align: center;
	padding: 50px 0;
	font-size: 14px;
}

footer #footer-bottom {
	background-color: #3d403d;
}

footer #footer-bottom figure {
	width: 250px;
}

footer #footer-bottom figure img {
	width: 100%;
	height: auto;
}

footer #footer-bottom .wrap {
	display: flex;
	justify-content: space-between;
	color: white;
	padding: 40px 0 25px;
}

footer #footer-bottom .wrap ul {
	margin: 0;
	padding: 0;
}

footer #footer-bottom .wrap ul li {
	display: inline;
	padding: 0 25px;
	border-right: solid thin white;
}

footer #footer-bottom .wrap ul li:first-of-type {
	padding-left: 0;	
}

footer #footer-bottom .wrap ul li:last-of-type {
	padding-right: 0;
	border-right: none;
}

footer #footer-bottom .wrap ul li a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
}

footer #footer-bottom .wrap p {
	display: inline;
}

footer #footer-bottom .wrap .youtube-icon {
	margin-left: 10px;
}


#page .sanierungspruefung article:first-of-type {
    width: 100%;
}


.background-image-with-editor div, #front-page .promo-img-with-editor .wrap div {
    column-count: 1 !important;
}

#page .leistung-im-detail article:first-of-type {
    column-count: 1;
    column-gap: 0;
}


.leistungsbeschreibung-artikel-single article ul {
    margin-top: 0;
}



/*elw*/
.modul.branchen .col-5 .shadow {
    z-index: -1;
}
.datenschutz h1, .datenschutz h2, .datenschutz h3, .datenschutz h4, .datenschutz h5, .datenschutz h6 {
  font-size: 20px;
  text-align: left !important;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #3d403d;
  width: 100% !important;
  margin: 30px auto 10px !important;
  font-weight: 700;
  letter-spacing: 1.75px;
}

@media (max-width: 480px) {
  .zertifikate figure {
    margin: 10px auto;
  }
  #page .trinkwasser-einfach-erklaert .col-2 .wrap .col-4 {
    flex-wrap: wrap;
  }
  #page .trinkwasser-einfach-erklaert .col-2 .wrap .col-4 figure {
    width: 55%;
    padding: 10px 20px;align-content
  }
  #page .trinkwasser-einfach-erklaert .col-2 .wrap .col-4 img {
    width: auto !important;
    max-width: 100%;
  } 
}