@font-face{
	font-family: arinttika;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/arinttika.woff) format("woff");
	}

@font-face {
 font-family: barlow-light;
 font-style: normal;
 font-weight: normal;
 src: url(../fonts/barlow-light.woff) format("woff");
}
@font-face{
	font-family: barlow-regular;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/barlow-regular.woff) format("woff");
	}
@font-face{
	font-family: barlow-regular;
	font-style: normal;
	font-weight: bold;
	src: url(../fonts/barlow-medium.woff) format("woff");
	}
@font-face{
	font-family: barlow-medium;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/barlow-medium.woff) format("woff");
	}
@font-face{
	font-family: barlow-semi-condensed-regular;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/barlows-semi-condensed-regular.woff) format("woff");
	}
@font-face{
	font-family: barlow-semi-condensed-medium;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/barlow-semi-condensed-medium.woff) format("woff");
	}
@font-face{
	font-family: barlow-condensed-regular;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/barlow-condensed-regular.woff) format("woff");
	}
@font-face{
	font-family: barlow-condensed-medium;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/barlow-condensed-medium.woff) format("woff");
	}
/*Variable-----------------------*/
:root {
	--hg-expanded: #45a12a;
	--hg-expanded-negativ: white;
	--secondary: #7e4f1f;
	--mobilmargin: 5vw;
	--contentabstand: calc(50px + 1vw);
	--text-size-desktop: calc(1rem + .3vw);
	--farbverlauf: linear-gradient(to right, color(display-p3 0.2643 0.596 0.6663), #319f52 29.83%);
}
/*body padding top nur bei fixierter Navbar*/
html {
    scroll-padding-top: calc(50px + 2vw);
}
body {
    color: #4a4d3f;
    font-family: barlow-regular;
    padding-top: 43px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding-top: calc(50px + 2vw);

}
h1,h2,h3,h4,h5,h6 {
	color: #1c9d7c;
	font-family: barlow-semi-condensed-medium;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.container-md h2.mainheader, .farbverlauf {
	background: var(--farbverlauf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
	}
.container-md {
	margin-bottom: var(--contentabstand);
}
.subheader {
	font-family: barlow-condensed-regular;
	margin-bottom: 0.5rem;
	}
.subheader.h3, .subheader.h4 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}
p ~ hr {
	margin-bottom: 2.5rem;
	}
a:hover {
	text-decoration: none;
	}
#main-navbar.shrink {
	height: calc(50px + 5vw) !important;
}
.navbar {
	background-image: url(../medien/meyr-teichbau_kopf-hg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom;
    height: calc(50px + 5vw) 
	}
.navbar a, .footer a {
	font-family: barlow-condensed-medium;
	}
.navbar a {
	font-size: 18px;
	font-family: barlow-condensed-medium;
	}
/*linker und rechter Rand für Mobils------------------------ */
@media (max-width:992px){
.main-content .container, #page-content .container, #page-content .container-md {
	width: calc(100% - var(--mobilmargin) - var(--mobilmargin)) !important;
	}
}
#page-content div:last-child .frame-divider {
	margin-bottom: 20vw
}
/* Font Size im Main-Content ----------------------------------------*/
@media (min-width:992px) {
	.main-content {
	font-size: var(--text-size-desktop);
	}
	.modal-content {
		font-size: 16px;
	}
}
@media (max-width:1200px) {
	#navbarToggler.show {
        background-color: #45a12a;
        margin-top: -20px;
    
    }
}
@media (min-width:1200px) {
	.navbar a {
	font-size: calc(16px + .55vw);
	}
}
.navbar-brand {
	margin-left: 2vw;
	}
.navbar-brand img {
	width: 200px !important;
	transform: scale(1);
	transition: 0.5s ease;
	}
.navbar-shrink .navbar-brand img {
	width: 150px !important;
	transform: scale(1);
	transition: 0.5s ease;
}
@media (min-width:992px) {
	.navbar-brand img {
	width: 300px !important;
	}
}
.dropdown-menu {
	top: 115%;
	min-width: 220px;
	border-style: none;
	box-shadow: 0 0 10px rgba(100, 100, 100, 0.7);
	}
.dropdown-item {
	color: gray;
	}
.dropdown-item:hover {
	color: gray;
	}
#page-footer {
	overflow: hidden;
	}
/*menu subpages ---------------*/
.menusubpages.flex-row .nav-item a:hover {
	background-color: #e6e6e6;
	}

/*Background images fix bei mobil aufheben*/
@media (max-width: 574px) {
	.jumbotron {
		display: none;
	}
}
.jumbotron {
	overflow: hidden;
	}
.jumbotron .background-image {
  animation: background-scale 10s forwards;
}
@keyframes background-scale {
  0% {
    transform: scale(1.4);
  }
  100% {
  transform: scale(1);
  }
}
.jumbotron .background-image .ce-textmedia {
  animation: textmedia-scale 10s forwards;
}
@keyframes textmedia-scale {
  0% {
    transform: scale(.7);
  }
  100% {
    transform: scale(1);	
  }
}
.jumbotron.background-fixed, section.background-fixed, div.background-fixed, div.background-fixed {
    background-attachment: scroll !important;
}
@media (min-width:1280px) {
.jumbotron.background-fixed, section.background-fixed, div.background-fixed, div.background-fixed {
    background-attachment: fixed !important;
		}
}
.image-caption {
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;
	text-align: center !important;
}
/*Expanded content top*/
#expanded-content-top {
	margin-bottom: calc(50px + 3vw);
}
#expanded-content-top .fsc-default {
	background-image: linear-gradient(90deg, rgb(68, 161, 42) 30%, rgb(12, 99, 106) 100%);
	border-bottom: 1px solid rgba(0,0,0,0.25);
    padding-top: 5vh;
    padding-bottom: 8vh;
	}
#expanded-content-top .fsc-default img {
	padding: 20px;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
	}
#expanded-content-top .fsc-default .gallery {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	}
#expanded-content-top .fsc-default .gallery .row {
	flex-wrap: wrap !important;
	}
#expanded-content-top h1 {
	color: var(--hg-expanded-negativ);
	font-size: calc(40px + 1.5vw);
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	}
#expanded-content-top h2 {
	color: var(--hg-expanded-negativ);
	font-size: calc(20px + 1.5vw);
	text-align: center;
	}
#expanded-content-top .subheader {
	font-size: calc(20px + 1.5vw);
	margin-top: 0px;
	margin-bottom: 40px
}
#expanded-content-top p {
	color: var(--hg-expanded-negativ);
	font-size: 18px;
	width: 90vw;
	margin: 25px auto 0;
	}
#expanded-content-top a {
	color: white;
	}
@media (min-width:768px) {
	#expanded-content-top .fsc-default .gallery .row {
		flex-wrap: nowrap !important;
		}
	#expanded-content-top p {
	font-size: calc(18px + .7vw);
	width: 70vw;
	}
	#expanded-content-top .fsc-default .gallery {
		width: 20%;
	}
}
/*main container spalten-Layout*/
#expanded-content-top ~ .container {
	max-width: 1500px;
	}
/*---------------- 2-spaltiger Text ---------------*/
.frame-text-2col .bodytext{
	column-count: 1;
	column-gap: 2em;
}
@media (min-width:768px) {
	.frame-text-2col .bodytext{
		column-count: 2;
		column-rule: 1px solid rgba(0,0,0,0.15);
	}
	.frame-text-2col .bodytext p:first-child {
		column-span: all;
	}
	.frame-text-2col .bodytext p::first-line {
		font-weight: bold;
		background: var(--farbverlauf);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	/* Verhindere, dass ein Absatz innerhalb von Spalten getrennt wird.
	   So beginnt die zweite Spalte immer mit einem ganzen Absatz. */
	.frame-text-2col .bodytext p {
	  -webkit-column-break-inside: avoid;
	  -webkit-page-break-inside: avoid;
	  page-break-inside: avoid;
	  break-inside: avoid-column;
	}
}
/*---------------- Gleiche Höhe bei Content-Link -----------*/
/* Das <a class="ce-link"> ist das Zwischenelement zwischen dem Flex-Container
   (.col d-flex align-items-stretch) und dem Inhalt. Es muss selbst als
   Flex-Container fungieren, damit die Höhe weitergegeben wird. */
.align-items-stretch .ce-link {
	display: flex;
	width: 100%;
}
.align-items-stretch .ce-link-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}
/*asside----------*/
aside .container {
	padding: 0;
	}
aside .ce-container p, aside .container p {
	font-family: barlow-condensed-regular;
	}
/*footer ------------*/
#page-footer {
	z-index: 10;
	}
.footer .background-image {
	background-position: center bottom;
	height: 29vw;
	background-size: contain;
	}
.footer .bodytext {
	font-family: barlow-condensed-medium;
	color: white;
	padding-left: 16px;
}
.footer #c631 {
    margin-top: 16vw;
}
.footer .ce-menu_pages, .footer .bodytext {
	border-left: 1px solid white;
	min-height: 250px;
}
.footer #c631 a {
	font-size: 13px;
	line-height: 125% !important;
	}
.footer #c631 .nav-link, .footer a {
	background-color: rgba(255,255,255,0.0);
	transition: all;
	transition-delay: .2s;
	color: white;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration-line: none;
	}
.footer #c631 .nav-link:hover, .footer a:hover{
	background-color: rgba(255,255,255,0.2);
	transition: all;
	transition-duration: .7s;
	}
@media (min-width:768px) {
	.footer .background-image {
	margin-bottom: -3vw;
	}
	.footer #c631 a {
		font-size: 13px;
		line-height: 125% !important;
		}
	.footer #c631 {
        margin-top: 16vw;
    }
}
@media (min-width:992px) {
	.footer #c631 a {
		font-size: 15px;
		line-height: 130% !important;
		}
}
@media (min-width:1400px) {
	.footer #c631 a {
		font-size: 20px;
		line-height: 1.5vw !important;
		}
}
/*Video Hintergrund----------------*/
.videohintergrund {
 background-color: white;
 position: absolute;
 width: 100%;
 height: 100vh;
 z-index: -10;
 overflow: hidden;
 margin: 0;
	/*object-fit: cover;*/
}
.fullscreen-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100vh;
	transform: translate(-50%, -50%);
	/*object-fit: contain;*/
}
/*TCEFORM-----------------------------------*/
/*frame-ruler----------*/
.frame-ruler-after::after {
	content: '';
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	margin-top: 30px;
	margin-bottom: 50px;
	}
/*claim im jumbotron*/
.frame-jumbotron-claim {
	padding-top: 35vh !important;
	padding-bottom: 45vh !important;
	}
.frame-jumbotron-claim h2, .local-video h2 {
	color: white;
	font-size: calc(0px + 7vw);
	font-family: barlow-medium;
	line-height: 1;
	text-align: center;
	padding-right: 5vw;
	padding-left: 5vw;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
	opacity: .85;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	}
.frame-jumbotron-claim .subheader {
	color: white;
	font-family: barlow-medium;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
	}

/*Referenz*/
.frame-referenz-bild, .frame-leistung-bild {
	padding: 30vh 10vw !important;
	box-shadow: 0px 0px 90px 100px rgba(0,0,0,0.4) inset;
	}
.frame-referenz-video {
	box-shadow: 0px 0px 90px 100px rgba(0,0,0,0.5) inset;
	}
.frame-referenz-bild .ce-textmedia, .frame-referenz-video .ce-textmedia  {
	color: #484f69;
	font-size: calc(9px + 1.5vw);
	line-height: 100%;
	background-color: rgba(255,255,255,0.95);
	width: 70vw;
	margin-right: auto;
	margin-left: auto;
	padding: 6vh 10px 4vh;
	outline: outset 1px white;
	outline-offset: 2px;
	}
.frame-referenz-bild .ce-textmedia p:last-child, .frame-referenz-video .ce-textmedia p:last-child  {
	color: var(--secondary);
	font-size: 15px;
	font-family: barlow-semi-condensed-regular;
	line-height: 120%;
	padding-top: 30px;
	}
/*-------------------- Leistung -----------------------*/
.frame-leistung-bild .ce-textpic, .frame-leistung-video .ce-textmedia {
background-color: rgba(255,255,255,0.95);
padding: 4vh 25px 4vh;
border-radius: 30px 30px 150px 30px;
}
.frame-leistung-bild {
margin-top: 200px;
margin-bottom: 100px;
}
/*Teaser Array-------------*/
.frame-teaser-array {
	padding: 12vh 10vw 12vh 10vw;
	}
.frame-teaser-array .fsc-default {
	min-height: 350px;
	border-bottom: 1px solid #d9d9d9;
	}
.frame-teaser-array .ce-link-content {
	background-image: url(../medien/teaser-array-dreieck.png);
	background-repeat: no-repeat;
	background-position: right 107%;
	padding: 0;
	margin-bottom: 20px;
	}
@media (min-width:992px) {
	.frame-teaser-array .column {
		border-right: 1px solid #d9d9d9;
	}
	.frame-teaser-array .column:last-child {
		border-right-style: none;
	}
	.frame-teaser-array .fsc-default:last-child {
		border-bottom-style: none;
	}
}
.frame-teaser-array header, .frame-teaser-array .bodytext {
	padding-right: 10px;
	padding-left: 10px;
	}
/*Projekte------------------*/
.frame-feature-projekte, .frame-feature-ueber-uns {
	background: url(../medien/schatten-oben.png) repeat-x 50% top,
	url(../medien/schatten-unten.png) repeat-x 50% bottom;
	}
.frame-feature-projekte .gx-0.gy-0 > div:first-child, .frame-feature-ueber-uns .gx-0.gy-0 > div:first-child {
		display: none;
		}
.frame-feature-projekte .gx-0.gy-0, .frame-feature-ueber-uns .gx-0.gy-0 {
	min-height: 600px !important;
	}
.frame-feature-projekte .text .ce-textmedia {
	padding: calc(14px + 3vw)!important;
	}
.frame-feature-projekte .bild h2, .frame-feature-projekte .bild h3 {
	background-color: #7a7a7a;
	font-size: 32px;
	color: white;
	text-align: right;
	margin: 0 !important;
	padding: 10px 24px 10px 5rem;
	}
/*download list ----------------------*/
.frame-download {
	margin-bottom: 5rem;
	border-bottom: 1px solid silver;
	}
.frame-download .list-group {
	margin-top: 1.5rem;
	flex-direction: row;
	flex-wrap: wrap;
	}
.frame-download .list-group-item {
	background-image: linear-gradient(white 70%,#d0d0d0);
	margin-right: 20px;
	margin-bottom: 20px;
	border: solid 1px silver;
	flex-grow: 0;
	}
.frame-download .mr-2 {
	margin-right: 0 !important;
	}
.frame-download .list-group-item > a {
	text-align: center;
	display: block;
	}

.frame-download .list-group-item img {
	border: solid 1px silver;
	transform: scale(1);
	transition: 0.5s ease;
	}
.frame-download .list-group-item img:hover {
	transform: scale(.95);
	transition: 0.5s ease;
	}
.frame-download .ce-uploads-fileName {
	background-color: #ddd;
	/*! background-image: linear-gradient(#d0d0d0,white 70%); */
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 30px auto 10px;
	padding: 5px 15px;
	border-radius: 4px;
	}
.frame-download .ce-uploads-description {
	font-size: 80%;
	line-height: 120%;
	text-align: center;
	display: block;
	}
/*Ueber uns--------------------*/
.frame-feature-ueber-uns {
	background-color: green;
	}
.frame-feature-ueber-uns .bild {
	background-image: url(../medien/blank.png) !important;
	padding-right: 50px;
	padding-left: 50px;
	align-items: center !important;
	justify-content: center;
	}
.frame-feature-ueber-uns .text {
	justify-content: center;
	align-items: center !important;
	}
.frame-feature-ueber-uns .text h2 {
	color: white;
	background-color: #7e4f1f;
	min-width: 300px;
	padding: 3px 10px 5px 7vw;
	display: inline-block;
	}
.frame-feature-ueber-uns .text p {
	color: white;
	margin-right: 7vw;
	margin-left: 7vw;
	}
@media (max-width:767px) {
	.frame-feature-projekte .bild {
	position: absolute;
	left: 0;
	height: 40vh;
	}
	.frame-feature-ueber-uns .bild {
		position: absolute;
		left: 0;
		height: 40vh;
	}
	.frame-feature-projekte .text, .frame-feature-ueber-uns .text {
		margin-top: calc(24vh + 50vw);
		padding-bottom: 50px;
	}
}
.frame-feature-text-bild .col .row .col {
	padding: 50px;
	}
.frame-divider-eins {
position: relative;
display: block;
margin-top: -225px; 
}
@media (min-width:768px) {
	.frame-feature-text-bild .col-md-auto {
	max-width: 51% !important;
	}
	.frame-feature-text-bild .col-md-auto figure {
		margin: 0;
	}
	.frame-divider-eins {
margin-top: -130px; 
}
}
.frame-divider-eins hr{
	position: relative;
	z-index: 10;
	display: block;
	background-image: url(../medien/divider-galabau1.svg), url(../medien/divider-galabau.svg);
	background-position: right bottom, left bottom;
	background-repeat: no-repeat, no-repeat;
	width: 100%;
	height: 300px;
	margin: 0;
	border-width: 0;
	}
.frame-divider-zwei {
	background-image: url(../medien/divider-galabau1.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	}
.frame-farbverlauf-rahmen img, .frame-farbverlauf-organisch img, .farbverlauf-rahmen {
    border: solid calc(4px + .2vw) transparent !important;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 50%;
    background-image: url(../medien/blank.png), linear-gradient(to top right, #2bb0ad, #5aca3b);
}
/* Rahmen Organisch Unterschiedliche Border-Radius pro Gallery-Spalte.
   Die drei Bilder liegen in .frame-farbverlauf-organisch > .row > .col-sm(:nth-child). */
.frame-farbverlauf-organisch .row > div:nth-child(1) img {
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.frame-farbverlauf-organisch .row > div:nth-child(2) img {
	border-radius: 30% 74% 70% 46% / 45% 31% 70% 61%
}
.frame-farbverlauf-organisch .row > div:nth-child(3) img {
	border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}
/*lightbox baguette Box*/
#baguetteBox-overlay .full-image figcaption {
	font-size: 18px;
	font-family: barlow-condensed-regular;
	bottom: 20vh;
	line-height: 1.8;
	background-color: green;
	width: 63vw;
	}
@media (min-width:768px) {
	#baguetteBox-overlay .full-image figcaption {
	font-family: barlow-condensed-regular;
	line-height: 3;
	font-size: 25px;
	width: 30%;
	}
}
/*carousel ---------------*/
.frame-carousel-fig-text .carousel-item.active picture img {
	animation: carousel-img-scale 5s linear forwards;
	}
@keyframes carousel-img-scale {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.frame-carousel-fig-text .carousel-item .carousel-caption {
	font-size: 100%;
	background-color: transparent !important;
	text-align: left !important;
	margin-top: 13vh;
	right: 20% !important;
	left: 5% !important;
	}
.frame-carousel-fig-text .slider-text {
	display: none;
	}

@media (min-width:768px) {
	.carousel {
	pointer-events: none;
	}
}
@media (min-width:992px) {
	.frame-carousel-fig-text .slider-text {
	display: block;
	}
	.frame-carousel-fig-text .carousel-item .carousel-caption {
	font-size: 100%;
	background-color: transparent !important;
	text-align: left !important;
	left: 10% !important;
	right: 50% !important;
	margin-top: 20vh;
	}
	.carousel {
	pointer-events: none;
	}
	.carousel-indicators {
		text-align: left !important;
	}
}
.frame-carousel-fig-text .carousel-item figure h2, .frame-carousel-fig-text .carousel-item figure h1 {
	color: white;
	font-size: 5vw;
	}
.frame-carousel-fig-text .ce-t3sbs_carousel {
	background-color: rgba(159, 159, 159, 0.9);
	padding: 0 20px 20px !important;
	}
.frame-carousel-ref-text .d-none {
	display: block !important;
	}
.frame-carousel-ref-text .ce-t3sbs_carousel {
	color: silver;
	font-size: calc(1vw + 16px);
	margin-right: 8vw;
	margin-left: 8vw;
	}
.frame-carousel-ref-text .ce-t3sbs_carousel p:last-child {
	color: var(--secondary);
	font-size: 1rem;
	}
.frame-carousel-ref-text .carousel-item.active {
	background-image: url(../medien/quot-mark-right.png), url(../medien/quot-mark-left.png);
	background-position: left 10%, right 80%;
	background-repeat: no-repeat;
	}
.carousel-indicators button {
	left: 0;
	height: 12px !important;
	pointer-events: all;
	}
.carousel-control-prev, .carousel-control-next {
	background-image: none;
	}
.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 50px;
	height: 50px;
	}
.carousel-control-prev, .carousel-control-next {
	width: 5%;
	pointer-events: all;
	}
.carousel-caption .btn {
	pointer-events: all;
	}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
/*timeline------------*/
.timeline-container {
	padding-right: 20px;
	padding-left: 20px;
	}
.timeline-container .frame-timeline {
	position: relative;
	}

.frame-timeline .element-subheader {
	color: #00949e;
	}
.timeline-container .frame-timeline {
	background-color: white;
	z-index: 0;
	max-width: 450px;
	margin-bottom: 60px;
	margin-left: 50px;
	padding-top: 0;
	padding-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	}
.frame-timeline header, .frame-timeline .bodytext, .frame-timeline .image-caption {
	padding: 20px;
	}
.timeline-container .frame-timeline .textpic-text, .timeline-container .frame-timeline .textmedia-text {
	margin-right: 20px;
	margin-left: 20px;
	}
/*Vertikale timeline Linie*/
.timeline-container .frame-timeline::before {
	content: '';
	position: absolute;
	top: -28px;
	left: -40px;
	bottom: -32px;
	z-index: -20;
	border-right: 2px solid #00949e;
	}
/*horizontale timeline Linie mit Icon*/
.timeline-container .frame-timeline::after {
	position: absolute;
	top: calc(50% - 23px);
	left: calc(-40px - 23px);
	z-index: -10;
	content: url("../medien/timeline-links.png");
	}
@media (min-width:576px) {
	.timeline-container .frame-timeline {
	margin-left: 100px;
	}
}
@media (min-width:768px) {
	.timeline-container .frame-timeline {
		width: 40vw;
		max-width: inherit;
		margin-top: -50px;
		margin-bottom: -50px;
		margin-left: 6vw;
		}
	.timeline-container .frame-timeline:first-child {
	margin-top: 100px;
	}
	.timeline-container .frame-timeline:nth-child(2n) {
		margin-left: calc(46vw + 78px);
		}
	.timeline-container .frame-timeline::before {
	right: -40px;
	}
	.timeline-container .frame-timeline:nth-child(2n)::before {
		left: -40px;
		right: inherit;
		}
	.timeline-container .frame-timeline::after {
		top: calc(50% - 23px);
		left: inherit;
		right: calc(-40px - 23px);
		content: url("../medien/timeline-rechts.png");
		}
	.timeline-container .frame-timeline:nth-child(2n)::after {
		left: calc(-40px + -23px);		
		content: url("../medien/timeline-links.png");
		}
	.frame-timeline .element-subheader {
		font-size: 2rem;
	}
}
	/*Panorama---------------*/
#container {
	width: 100%;
	height: 60vh;
	overflow: hidden;
	}
@media (min-width:576px) {
	#container {
		height: 86vh;
		}
}
/*modal---------------------*/
.modal {
	z-index: 9000;
	}

.modal-lg {
max-width: 1120px;
}
@media (min-width:768px) {
	.fixedModalButton .btn {
	width: 170px;
	height: 50px;
	box-shadow: rgba(0,0,0,0.25) 0px 0px 18px 0px;
	}
}
/*Teaser -----------------*/
.teaser-top {
	color: #45a12a !important;
	background-color: white;
	position: relative;
	padding: 30px;
	border-style: none;
	}
.teaser-top a {
	font-family: barlow-regular;
	font-weight: bold;
	text-decoration: none;
	}
@media (min-width:1199px) {
	.teaser-top {
		color: white !important;
		background-color: #45a12a;
		position: absolute;
		top: 100px !important;
		left: -15px;
		width: 530px;
		z-index: 8000;
		padding: 12px;
		border: solid 2px;
		transform: rotate(-2deg);
		border-radius: 4px;
		box-shadow: 0 0 10px #4c4c4c;
		}
	.teaser-top a {
		color: white !important;
		font-family: barlow-regular;
		font-weight: bold;
		text-decoration: none;
		}
	.teaser-top h3 {
		color: white;
	}
}
/* --------------Handlungsaufruf callto-action ------------*/
.frame-callto-action {
	position: relative;
	margin-top: calc(150px + 4vw);
	margin-bottom: calc(100px + 4vw);
	min-height: calc(550px + 4vw);
	padding-top: 250px;
	font-size: calc(var(--text-size-desktop) + .3vw);
	padding-left: var(--mobilmargin);
	padding-right: var(--mobilmargin);
	background-color: var(--bs-light);
	background-image: radial-gradient(white, #80c4b4);
	outline: 10px solid white;
	outline-offset: -5px;
	
}
.frame-callto-action .mainheader {
	background: var(--farbverlauf);
  	-webkit-background-clip: text;
  	background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-size: calc(var(--text-size-desktop) + .7vw);
}
.frame-callto-action .ce-textpic {
	position: absolute;
	top: -154px;
	left: 50%;
	transform: translateX(-50%);
}
.frame-callto-action::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 185px;
	background-image: url(../medien/trennwelle-unten.svg);
	/*background-size: 100% 100%;*/
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 1;
}
/*toast -----------------------*/
.toast .toast-header {
	display: none;
	}

.toast {
	font-size: 1.1rem;
	border-style: none !important;
	box-shadow: none !important;
	}
.toast .form-check {
	margin-bottom: 1.35rem;
	}

.toast .form-check-input {
	width: 1.5em;
	height: 1.5em;
	margin-right: 10px;
	}
@media (min-width:1199px) {
	.toast-container {
		display: none;
	}

}
/*---------------- FAQ auf Bereichsseite ---------------*/
.frame-naturpool-faq h2, .frame-naturpool-faq .jpfaqAll {
	display: none;
}
.frame-naturpool-faq:has(.tx-jpfaq) {
	margin-bottom: -5vh !important;
}

/* ---------------- Absatz-Animationssequenz (fade in / hold / fade out) ---------------- */
.frame-animate-container{
	--fade: 1s; /* Ein-/Ausblend-Dauer */
	--hold: 2s;   /* Standzeit pro Absatz */
}

.frame-animate-container .bodytext{
	position: relative; /* enthält die absolut positionierten <p>-Elemente */
	/* sorgt dafür, dass der Bereich die Höhe der ersten Zeile behält */
	min-height: 1em;
	/* verstecken bis das Script die Animationen gesetzt hat (verhindert kurzzeitiges Aufblitzen) */
	visibility: hidden;
}

.frame-animate-container .bodytext p{
	color: white;
	font-size: 4vw;
	line-height: 1vw;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	will-change: opacity;
}
.card-img-overlay:has(.frame-animate-container) {
	max-width: 100%;
}

/* sobald das Script fertig ist, wird das Attribut data-anim-ready gesetzt */
.frame-animate-container[data-anim-ready="1"] .bodytext{
	visibility: visible;
}

/* Ende Absatz-Animationen */