gfbody{
	background: #f7f7f7;
}
#begriff_close,
.bgw{
	background: #fff;
}

a {
    text-decoration: none;
    color: #2b591e;
}

div#teaser {
    height: auto !important;
}

#datenschutz_popup {
	font-size: 16px;
  }

.sslicon,
.back-to-top .path{
	fill:#fff;
}	

#headerbalken {
	position: fixed;
}

#menu li {
    border-right: 2px solid #2b591e;
    background-position: 95% 130%;
    background-size: 35px auto;
}

svg.mk-svg-icon {
    fill: white;
}

#drw-button2 {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 40%;
    right: 0;
    border: 0;
    border-radius: 10px 0 0 10px;
    background-color: #31591e;
    transform: translateY(-100%);
    cursor: pointer;
    padding: 10px;
}

#drw-button3 {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 48%;
    right: 0;
    border: 0;
    border-radius: 10px 0 0 10px;
    background-color: #31591e;
    transform: translateY(-100%);
    cursor: pointer;
    padding: 10px;
}

h2.white a {
    color: #fff !important;
}

#snowflakes-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
	z-index: 9;
}

.snowflake {
    position: absolute;
    top: -10px;
    background: #ffffff;
    opacity: 0.8;
    border-radius: 50%;
    pointer-events: none;
    animation: fall linear infinite;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Hinzugefügter Schatten */
}

@keyframes fall {
    to {
        transform: translateY(100vh);
    }
}

#begriffbox,
#footer_end,
#footer_end a{
	color:#fff;
}

h1, h2, h3, h4, h5, h6 {
   color:#2b591e;
}

.klickopen, .klickbtn:hover {
    cursor: pointer;
	color:#2b591e;
}

.accordion {
    background-color: #f7f7f7;
    color: #2b591e;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 2px solid #981d22;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-top: 10px;
    font-size: 24px;
    font-family: 'Barlow Condensed';
}

	.active, .accordion:hover {
		background-color: #981d22;
		color: #2b591e;
		border: 2px solid #2b591e
	}

	.accordion:after {
		content: '\002B';
		color: #2b591e;
		font-weight: bold;
		float: right;
		margin-left: 5px;
	}

	.active:after {
		content: "\2212";
	}

	.panel {
		padding: 0 18px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}
		#popupnachricht1{
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0px;
		z-index: 999999999;
		overflow-y: scroll;
		padding-top: 100px;
	}
	
	#popupstelle1{
		margin:0 auto;
		background:none;
		padding:10px;
		text-align:center;
		color:#fff;
		width: 1000px;
		background: #981d22;
	}

	#popupstelle1 h2{
		color:#fff;
	}

	#popupstelle1 .button{
		background-color:#fff;
	}

	#popupstelle1 .button:hover{
		background-color:rgb(75, 80, 87);
	}

	#popupstelle1 .button:hover a{
		color:#fff;
	}

	#popupstelle1 .spalte2{
		margin-bottom: 0  !important;
	}
	
	#popupclose1{
		font-size:60px;
		color:#ccc;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position:absolute;
		top:0px;
		right:0px;
		cursor:pointer;
		padding: 10px;
	}	

	#popupstelle1 .button a {
		display: block;
	  }
	  
	.popup {
		display: none; /* Versteckt das Popup standardmäßig */
		
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6); /* Schwarze Hintergrundfarbe mit Transparenz */
		z-index: 99999; /* Stellt sicher, dass das Popup über anderen Inhalten erscheint */
	  }
	  
	  .popup h2{
		  color: white;
	  }
	  
	  .popup-content {
		    background-color: rgba(141, 188, 33, 1);
			margin: 2% auto;
			padding: 15px;
			max-width: 1000px;
	  }
	  
	  .close-btn {
		color: #fff;
		float: right;
		font-size: 50px;
	  }
	  
	  .close-btn:hover,
	  .close-btn:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	  }


	  .popup {
		display: block; /* Stellt das Popup standardmäßig als block-Element ein */
		visibility: hidden; /* Versteckt das Popup standardmäßig, aber erlaubt die Animation */
		position: fixed;
		left: 100%; /* Startet rechts außerhalb des Bildschirms */
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.0);
		z-index: 99999;
		overflow-y: auto;
		/* Erhöhe die Dauer auf 0.8s und ändere die Timing-Funktion auf ease-out */
		transition: transform 1s ease-out, visibility 0s linear 1s;
	}
	
	.popup.show {
		transform: translateX(-100%); /* Bewegt das Popup vollständig ins Bild */
		visibility: visible; /* Macht das Popup sichtbar, wenn es ins Bild kommt */
		/* Erhöhe die Dauer auf 0.8s und behalte ease-out für einen weicheren Übergang */
		transition: transform 1s ease-out;
	}
	
	
	b.colorpink {
    color: pink;
}
	

	#logo {
		background: none;
		box-shadow:none;
		width: 250px;
		margin-top: 5px;
	}

	#headerbalken {
		height: 150px;
	}

	#menu ul {
		margin-right: 0px;
		padding-top: 50px;
	}

	.WidgetTitle__Header-sc-ruy1gu-2.gduAeC {
		display: none;
	  }

	.secondlogo {
		margin-top: -80px;
		width: 160px;
	}

	#menu a {
		color: #2b591e;
	}

	#menu .on, #menu ul li a:hover {
		color: #981d22;
	}
	
#menu .on, #menu ul li a:hover {
    color: #fff;
    background: #981d22;
}
	
.arrow::after{
	border-left: 10px solid #666;
}

#teamicon {
	background:url(../bilder/team.svg) no-repeat center top;
}	

#linksicon {
	background:url(../bilder/links.svg) no-repeat center top;
}

.weisseschrift {
	color: #fff;
}

.schwarzeschrift {
	color: #000;
}

#boxdiemitlaeuft{
	position: fixed;
	right: 0;
	bottom: 250px;
	margin: 5px 0;
	padding:5px;
	z-index: 1111;
}

.bcolor {
  background: #981d22;
}

.color {
  color: #981d22;
}

#karte a {
	color: #000;
  }

#karte p {
  padding: 20px 20px;
}

.cookiebutton{
	color: #fff !important;
}


.emsvideo{
	width:400px;
	height:800px
}

.nolist li{
	list-style-type: none;
}


#headerbalken, #menu ul {
	background-color: #fff;
  }

  .telefonnumer{
	  background-color: #981d22;
	  color: #fff;
	  font-size: 24px;
	  text-align: center;
	  padding: 15px 0 20px 0;
  }

  .telefonnumer2{
	background-color: #981d22;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 20px 15px 20px 15px;
	border-radius: 20px;

	width: 500px;
	margin: 0 auto;

}
.telefonnumer2 .headline1 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 10px;
	display: inline-block;
	line-height: 2.5rem;
  }

  .telefonnumer2 a{
	color: #fff;
	font-weight: normal;
}

.telefonnumer2 .icon {
	margin-bottom: -7px;
	width: 32px;
	height: 34px;
	padding: 3px;
	margin-left: 5px;
  }

  .telefonnumer .icon{
	margin-bottom: -16px;
  }

input[type="submit"], select, option {
	color: #414141;
	margin-top: 0px;
	padding: 10px 20px;
	width: 100%;
	text-align: left;
	font-weight: normal;
  }

  @-webkit-keyframes letterback {
	0%   {opacity:0;}
	73%   {opacity:0;}
	74%   {opacity:.1;}
	75%   {opacity:0;}
	81%   {opacity:0;}
	82%   {opacity:4;}
	83%   {opacity:0;}
	84%   {opacity:.5;}
	85%   {opacity:0;}
	86%   {opacity:0;}
	87%   {opacity:.6;}
	88%   {opacity:0;}
	93%   {opacity:0;}
	94%   {opacity:.6;}
	95%   {opacity:0;}
	96%   {opacity:.7;}
	97%   {opacity:0;}
	98%   {opacity:.8;}
	99%   {opacity:0;}
	100% {opacity:1;}
}

@keyframes letterback {
	0%   {opacity:0;}
	73%   {opacity:0;}
	74%   {opacity:.1;}
	75%   {opacity:0;}
	81%   {opacity:0;}
	82%   {opacity:4;}
	83%   {opacity:0;}
	84%   {opacity:.5;}
	85%   {opacity:0;}
	86%   {opacity:0;}
	87%   {opacity:.6;}
	88%   {opacity:0;}
	93%   {opacity:0;}
	94%   {opacity:.6;}
	95%   {opacity:0;}
	96%   {opacity:.7;}
	97%   {opacity:0;}
	98%   {opacity:.8;}
	99%   {opacity:0;}
	100% {opacity:1;}
}

@-webkit-keyframes skill1 {
	0%   {opacity:0;left:30px;letter-spacing:20px;}
	50%  {opacity:1;}
	100% {left:0px;letter-spacing:0px;}
}

@keyframes skill1 {
	0%   {opacity:0;left:30px;letter-spacing:20px;}
	50%  {opacity:1;}
	100% {left:0px;letter-spacing:0px;}
}

@-webkit-keyframes skill2 {
	0%   {opacity:0;left:35px;letter-spacing:20px;}
	20%   {opacity:0;left:35px;letter-spacing:20px;}
	60%  {opacity:1;}
	100% {left:0px;letter-spacing:0px;}
}

@keyframes skill2 {
	0%   {opacity:0;left:35px;letter-spacing:20px;}
	20%   {opacity:0;left:35px;letter-spacing:20px;}
	60%  {opacity:1;}
	100% {left:0px;letter-spacing:0px;}
}

@-webkit-keyframes skill3 {
	0%   {opacity:0;left:40px;letter-spacing:20px;}
	40%   {opacity:0;left:40px;letter-spacing:20px;}
	70%  {opacity:1;}
	100% {left:0px;letter-spacing:0px;}
}

@keyframes skill3 {
	0%   {opacity:0;left:40px;letter-spacing:20px;}
	40%   {opacity:0;left:40px;letter-spacing:20px;}
	70%  {opacity:1;}
	100% {left:0px;letter-spacing:0px;}
}

@-webkit-keyframes skill4 {
	0%   {opacity:0;left:45px;letter-spacing:20px;}
	60%   {opacity:0;left:45px;letter-spacing:20px;}
	70%  {opacity:1;}
	100% {left:0px;letter-spacing:0px;}
}

@keyframes skill4 {
	0%   {opacity:0;left:45px;letter-spacing:20px;}
	60%   {opacity:0;left:45px;letter-spacing:20px;}
	70%  {opacity:1;}
	100% {left:0px;letter-spacing:0px;}
}

  @keyframes slideright {
	0%   {
		opacity:0;
		-moz-transform: translateX(200px);
		-webkit-transform: translateX(200px);
		-o-transform: translateX(200px);
		-ms-transform: translateX(200px);
	}
	75% {
		opacity:1;
	}
	100% {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
	}
}

@-webkit-keyframes slideright {
	0%   {
		opacity:0;
		-moz-transform: translateX(200px);
		-webkit-transform: translateX(200px);
		-o-transform: translateX(200px);
		-ms-transform: translateX(200px);
	}
	75% {
		opacity:1;
	}
	100% {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
	}
}

@keyframes slideleft {
	0%   {
		opacity:0;
		-moz-transform: translateX(-200px);
		-webkit-transform: translateX(-200px);
		-o-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
	}
	75% {
		opacity:1;
	}
	100% {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
	}
}

@-webkit-keyframes slideleft {
	0%   {
		opacity:0;
		-moz-transform: translateX(-200px);
		-webkit-transform: translateX(-200px);
		-o-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
	}
	75% {
		opacity:1;
	}
	100% {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
	}
}

@keyframes slidebottom {
	0%   {
		opacity:0;
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
	}
	75% {
		opacity:1;
	}
	100% {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}


@-webkit-keyframes slidebottom {
	0%   {
		opacity:0;
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
	}
	75% {
		opacity:1;
	}
	100% {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

@-webkit-keyframes verzoegerung {
	0%   {position:absolute;}
	100% {position:absolute;}
}

@keyframes verzoegerung {
	0%   {position:absolute;}
	100% {position:absolute;}
}

.slidebox.slideright.slidestart{
	animation: slideright 1s ease 1 alternate;
}

.slidebox.slideleft.slidestart{
	animation: slideleft 1s ease 1 alternate;
}

.slidebox.slidebottom.slidestart{
	animation: slidebottom 1s ease 1 alternate;
}

.slidestart2:not(.slidestart),
.slidestart3:not(.slidestart), 
.slidestart4:not(.slidestart){
	opacity:0;
}

  .parallax-start-seite {
	background-image: url(../bilder/galerie/parallax-2.jpg);
	height: 700px;
  }


  .parallax-start-seite h3 {
	line-height: 2.8rem;
	font-size: 42px;
	letter-spacing: 1px;
	background-color: rgba(255, 255, 255, 0) !important;
  }
  
  h3.spalte23.mittig.c.readtxt.slidebox.slidebottom.slidestart {
    margin-top: 20px;
    margin-bottom: 20px;
}
  
	.parallax.parallax-startseite {
		margin-top: 45px;
	}

#skills {
	color: #fff;
	font-size: 46px;
	line-height: 4.5rem;
	position: fixed;

	opacity:0;
	position:absolute;
	top:270px;
	right: 100px;
	background: #981d22c5;
	padding: 30px;
	font-weight: 500;
text-transform: uppercase;
}

#skills.ready  {
	opacity:1;
	-webkit-transition: opacity 2s ease 0s;
	-moz-transition: opacity 2s ease 0s;
	-ms-transition: opacity 2s ease 0s;
	-o-transition: opacity 2s ease 0s;
	transition: opacity 2s ease 0s;
}


.timeline-wrapper {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0rem 0;
}


.timeline-item {
  background: #fff;
  margin: 2rem 0;
  padding: 2rem;
  border-left: 5px solid #2b591e;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.timeline-item h2 {
  font-size: 1.5rem;
  color: #2b591e;
  margin-bottom: 0.5rem;
}

.parallax {
  height: 60vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin: 3rem 0;
}

/* Sichtbarkeitseffekt */
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsivität */
@media (max-width: 600px) {
  .timeline-item {
    padding: 1.5rem;
    font-size: 1rem;
  }

  .parallax {
    height: 40vh;
    background-attachment: scroll;
  }
}


.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1000px;
  margin: auto;
}

/* Service-Boxen */
.service-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    font-weight: bold;
    font-size: 1.3rem;
    min-height: 100px;
    text-align: center;
    transition: transform 0.2s ease;
	background-color: #2b591e;
	color: #fff;
	border-radius: 20px;
}

.service-card::before {
  content: "✓";
  margin-right: 0.5rem;
  color: #fff !important;
  font-size: 1.2em;
}

.service-card:hover {
  transform: scale(1.02);
}

/* Responsive Breakpoints */

/* Unter 980px: 2 Spalten */
@media (max-width: 980px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Unter 600px: 1 Spalte */
@media (max-width: 600px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}


.parallax h3, .parallax h2, .physio-h2{
	margin: 0 auto;
	font-size: 2.5rem;
	text-transform: uppercase;
	color:#fff;
	padding: 20px;
	display: inline-block;
	background: #981d22e0;
  }

  .parallax h3{
	display: block;
  }

.physio-h2 h2{
	color:#fff;
	font-size: 2.5rem;
	margin: 0 auto;
	text-align: center;

  }

.parallax-1 {
	background-image: url(../bilder/Angebot_Gesundheitstraining.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed, scroll;
	height: 450px;
  }

  .parallax{
	display: flex;
	align-items: center;
	margin: 0 auto;
	text-align: center;
	height: 500px;
	background-attachment: fixed, scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  }

  
.parallax-physiotherapie {
	background-image: url(../bilder/galerie/physio/physiotherapie.jpg)
  }


  .parallax-startseite {
	height: auto;
	background-color: #636363;
  }

  .parallax-startseite h3 {
	line-height: 2.8rem;
	font-size: 42px;
	letter-spacing: 1px;
	background-color: rgba(255, 255, 255, 0) !important;
  }

  .block
{
	display: block;
	margin: 0 auto;
}

.block b {
    color: #981d22;
}

.back-to-top {
    background-color: #981d22;
    position: fixed;
    bottom: 55px;
    right: 40px;
    width: 35px;
    height: 30px;
}


  .parallax-termine{
	background-image: url(../bilder/galerie/weide-parallax.jpg);
  }
  
   .parallax-roundpen{
		background-image: url(../bilder/galerie/parallax-roundpen.jpg);
  }
  
  .parallax-reithalle{
		background-image: url(../bilder/galerie/parallaxbild-reithalle.jpg);
  }
  
  
  .parallax-stall{
		background-image: url(../bilder/galerie/parallaxbild-stall.jpg);
  }
  
  .parallax-weide{
		background-image: url(../bilder/galerie/parallaxbild-weide.jpg);
  }
  
  .parallax-offenstall{
		background-image: url(../bilder/galerie/parallax-offenstall.jpg);
  }
  
  .parallax-reitplatz{
	background-image: url(../bilder/galerie/parallaxbild-reitplatz.jpg);
  }

  .parallax-test{
	background-image: url(../bilder/galerie/parallax-start.jpg);
	height: 600px;
	background-attachment: inherit !important;
  }

  .p0{
	padding-bottom: 0px !important;
  }
 
  .testtest {
	background-image: url(../bilder/Angebot_Gesundheitstraining.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed, scroll;
	height: 500px;
  }

  .ohnemb{
	margin-bottom: 0;  }
hr {
    border: none;
    background-color: #fff;
    height: 2px;
}

  .verticalcenter {
	display: flex;
	align-items: center;
  }

  .team:hover{
	
  }
  
#footer_end a:hover {
    color: #981d22 !important;
}

  #team img{
	filter: grayscale(90%);
  }

  #team .spalte3:hover img{
	filter: grayscale(0%);
  }

  #team figcaption{
  background: #981d22;
 	max-width: 600px;
  text-align: center;
  margin: 0 auto;
    margin-top: 0px;
  padding: 20px;
  color:#fff

  }
  .mittig{
	margin: 0 auto 40px auto;
	float: none;
	clear: both;
}

h2, h1, .h2{
	color: #981d22;
	text-transform: uppercase;
}

.h2 {
	clear: both;
	line-height: 1.3em;
	font-size: 30px;
	font-weight: 500;
  }

.teasersmall {
    background-color: rgb(0 103 56);
    padding: 30px;
    color: white;
}

.teasersmall h3{
	color: white !important;
}

.teasersmall a, .button{
	color:#fff;
	padding: 10px 15px;
	background-color: #981d22;
}

.button2{
	color:#fff;
	padding: 10px 15px;
	background-color: #fff;
}

.teasersmall a:hover, .button:hover {
    background-color: #dddddd;
    color: #1c6736;
}

#menu ul ul li a {
    width: 130%;
}

#menu ul ul li a {
	background-color: #2b591e;
	color: #fff;
	border-bottom: 1px solid #981d22;
	padding: 10px 15px 10px 15px;
  }

#menu ul ul li a:hover, #menu ul ul li a.on {
	background-color: #981d22;
	color: #fff;
  }

  #menu ul ul {
	padding-top: 10px;
  }

  #inhalt_teaser {
	margin-bottom: 0px;
  }


  input[type="submit"]{
	width: auto;
	font-size: 18px;
	color:#fff
  }

  input[type="submit"]:hover{
	background-color: #666;
	
  }

 

  .teaser {
	border: 1px solid #2b591e;
	background-color: #fff;
	border-radius: 20px;
  }
  .teaser:hover{
	border: 1px solid #981d22;
  }
 
  
  .teaser h2{
	color: #fff;
	font-size: 18px;
	color: #fff;
	padding: 15px;
	background-color: #2b591e;
	display: block;
	border-radius: 18px;

  }

   .teaser:hover h2{
	background-color: #981d22;
  }

  .test1234{
	background-color: #2b591e;
  }

  .icons img {
	width: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
  }


  .zoom  {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

  .zoom img{
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
  }
  .zoom img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
  }

  video {
	width: 100%;
	margin-top: -6px;
	position: relative;
  }
  
  #footer_end{
	background-color: #2b591e;
	color: #fff;
	margin-top: 40px;
  }
  
  #footer_end a,  h3.darkgreen{
	  color: #fff !important;
  }
  
  
  :root {
    --bg-table-stripe: #f6f6f5;
    --b-table: #e3e3e2;
    --caption: #242423;
}

table {
    background-color: white;
    border-collapse:collapse;
}

th {
    text-align:left;
}

.dcf-txt-center {
      text-align: center!important;
    }

    .dcf-txt-left {
      text-align: left!important;
    }

    .dcf-txt-right {
      text-align: right!important;
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem;
    }

	.dcf-table thead {
		font-size: 1em;
		background-color: #6d1a19;
		color: white;
	}

    .dcf-table tbody {
      border-bottom: 1px solid black;
      border-top: 1px solid black;
      font-size: 1em;
    }

    .dcf-table tfoot {
      font-size: 1em;
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em;
    }

	.dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
	  border: 1px solid #b5b5b5;
	}


    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em;
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid black;
    }


    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: 1em;
      vertical-align: bottom;
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top;
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em;
    }

    .dcf-table-bordered thead th {
      padding-top: 1em;
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw;
    }

    @media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap;
      }
      .dcf-table-responsive tr {
        display: block;
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important;
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0;
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0;
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em;
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0;
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0;
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0;
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em;
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch;
    }
    
.dcf-w-100\% {
  width: 100%!important;
		}
		
		
	#teaser .slick-slide {
		background-size: cover !important;
		/* background-position: center center !important; */
	}
	#teaser .slick-list, #teaser .slick-track, #teaser .slick-slide {
		height: 600px !important;
	}
	
	#header{
		max-height: 600px !important;
	}
	
	
.tab button.active, .tab button:hover {
  background-color: #31591e;
  color: #fff;
  border: 1px solid #31591e;
}


.tab button {
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #ffffff;
    outline: none;
    background: #981d22;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
    font-size: 16px;
    border: 1px solid #ffffff !important;
    text-transform: uppercase;
}
  
  
  .tabl {
	font-size: 18px;
  }

  .tabr ul{
	list-style-type: none;
  }

.arrow::after{
	border-left: 10px solid #666;
}


@media (max-width: 1360px) and (min-width: 1201px){
	
	

}

@media (max-width: 1360px) and (min-width: 981px){
	
	

}

@media (max-width: 1200px) and (min-width: 981px){
	
	

}

@media (max-width: 980px) and (min-width: 781px){
	
	

}

@media (max-width: 780px) and (min-width: 481px){
	
	

}


@media (min-width: 780px) {

	

}

@media (min-width: 781px){
#teaser {
  top: 50px !important;
}
}

@media (max-width: 1680px) {
	#skills {
		font-size: 38px;
		line-height: 3.5rem;
		top: 250px;
		right: 100px;
		padding: 20px;
	  }
	  
	#drw-button3 {
		top: 49%;
	}

	  .p2 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	  }

	  #logo {
		width: 250px;
		margin-top: 10px;
	  }

	  .teaser h2 {
		font-size: 15px;
	}

	#menu ul {
		margin-right: 0px;
		margin-right: 0px;
	}

	.secondlogo {
		margin-top: -60px;
		width: 100px;
	  }
	  
	#menu a {
        padding: 13px 15px 14px 15px;
    }
	
	#teaser .slick-list, #teaser .slick-track, #teaser .slick-slide {
		height: 560px !important;
	}
	
	#header{
		max-height: 560px !important;
	}	


}

@media (max-width: 1360px) {
	
	#teaser .slick-list, #teaser .slick-track, #teaser .slick-slide {
		height: 500px !important;
	}
	
	#header{
		max-height: 500px !important;
	}

	#skills {
		font-size: 28px;
		line-height: 2.5rem;
		top: 220px;
		right: 100px;
		padding: 20px;
	  }

	  .teaser  h2 {
		font-size: 19px;
	  }

	  #logo {
		width: 230px;
		margin-top: 15px;
	  }

	  #headerbalken {
		height: 150px;
	  }

	  .secondlogo {
		margin-top: -65px;
		width: 130px;
	  }

	  #menu ul {
		margin-right: 0px !important;
	  }
	  
    #menu a {
        font-size: 20px;
    }

}


@media (max-width: 1200px) {
	
	

	#logo img {
        margin-top: -18px;
    }

	#menu ul {
		padding-top: 40px;
	}
	#headerbalken {
		height: 120px;
	  }


	#karte {
		font-size: 16px;
		line-height: 1.5rem;
	  }

	  #skills {
		font-size: 24px;
		line-height: 2rem;
	  }


	  .teaser a {
		padding: 10px;
	  }

	  .teaser  h2 {
		font-size: 16px;
	  }

	  .p2 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	  }

	  .telefonnumer2 {
		width: 96%;
	  }

	  #logo {
		width: 220px;
		margin-top: 15px;
	  }

	  .secondlogo {
		margin-top: -55px;
		width: 100px;
	  }

	  #menu ul {
		margin-right: 0px !important;
	  }

	  #inhalt_teaser {
		padding-bottom: 50px;
	  }
	
		#menu a {
			font-size: 20px;
			text-transform: none;
			padding: 13px 10px 14px 10px;
		}
		

}

@media (max-width: 980px) {

	#teaser .slick-list, #teaser .slick-track, #teaser .slick-slide {
		height: 350px !important;
	}
	
	#header{
		max-height: 350px !important;
	}
	
	 .spalte23{
	  width: 100%;
	}
	
	#headerbalken {
        height: 100px;
    }
	
	#logo {
        width: 180px;
        margin-top: 15px;
    }

	#menu ul {
		padding-top: 20px;
		
	}

	#menu a {
		font-size: 14px;
		text-transform: none;
	  }

	.secondlogo {
		display: none;
	  }

	#menu ul {
		margin-right: 0px !important;
	  }

	  .parallax-test {
		height: auto;
	  }

	  #skills {
		font-size: 24px;
		line-height: 2rem;
		top: 180px;
		right: 100px;
		padding: 10px;
		text-transform: none;
	  }
	  .verticalcenter {
		display: block;
	  }

	  .teaser a {
		padding: 20px;
	  }

	  .teaser  h2 {
		font-size: 20px;
	  }
	 
	  .parallax-startseite h3 {
		line-height: 1.8rem;
		font-size: 27px;
	  }

	  video {
		z-index: 0;
	  }

	  .h2 {
		font-size: 26px;
	  }

	  .mt40 {
		margin-top: 40px;
	  }

	  .parallax h3, .parallax h2, .physio-h2, .physio-h2 h2 {
		font-size: 1.75rem;
	  }
	  
	.parallax.parallax-startseite {
		margin-top: 45px;
	}

	  #popupstelle1{
		width: 500px;
	}
	
	h1{
		font-size: 26px;
	}
	
	#drw-button2, #drw-button3{
		display: none !important;
	}
	
}

@media (max-width: 780px) {
	

		#drw-button2 {
			top: 60%;
			box-shadow:none;
		}

		#drw-button3 {
			top: 70%;
		}

		#drw-button2 {
			font-size: 12px;
		}
	
	#headerbalken {
		position: absolute;
	}

	#popupstelle1 {
		padding: 30px;
	}

	#popupnachricht1 {
		padding-top: 50px;
	  }

	#menu ul ul li{
		border-left:1px solid #fff;
		border-right:none;
	}
	
	#teaser:not(.liquid-slider) {
		height: 360px !important;
	}

	.telefonnumer2 {
		width: 97%;
	  }
	
	/*#inhalt_teaser {
		margin-top: 250px;
	}*/
	
	#headerbalken {
		height: auto;
	}

	#logomobile img {
		background: none;
		max-width: 300px;
	}

	#menu a {
		text-transform: uppercase;
	  }

	#headerbalken{
		background-color: #981d22;
	  }

	  #menu ul {
		padding-top: 10px;
	  }

	  .parallax {
		background-attachment: scroll;
	  }

	  #skills {
		font-size: 22px;
		line-height: 1.8rem;
		top: 322px;
		right: 0;
		left: 0;
		padding: 10px;
		width: 270px;
		margin: 0 auto;
	  }

	  #kontaktbox, #oeffnungszeitenbox, #kartenbox, #formularbox, #menu {
		z-index: 9999;
	  }

	  #headerbalken {
		z-index: 99;
	  }

	  #menu a {
		font-size: 18px;
	}

	#popupstelle1{
		width: 95%;
	}

	.emsvideo {
		width: 100%;
		height: 600px;
	  }
	  
    #kontaktbox, #oeffnungszeitenbox, #kartenbox, #formularbox {
        margin: 48px auto;
    }
	
	#menu ul ul li a {
		width: -moz-available;          /* WebKit-based browsers will ignore this. */
		width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
		width: fill-available;
	}
	
	.parallax.parallax-startseite {
		margin-top: 360px;
	}
	
    #logomobile img {
        background: none;
        max-width: 240px;
    }
	
	
}

@media (max-width: 480px) {
	
	

	#teaser .slick-list, #teaser .slick-track, #teaser .slick-slide {
		height: 235px !important;
	}
	
	#header{
		max-height: 235px !important;
	}

	#skills {
		top: 266px;

	}
	
    .parallax.parallax-startseite {
        margin-top: 230px;
    }
	
	#teaser:not(.liquid-slider) {
		height: 230px !important;
	}
	
	/*#inhalt_teaser {
		margin-top: 200px;
	}*/
	
	
}

/* ----- Abschnitt-Layout ----- */
.bildergalerie-section {
	padding: 60px 0 50px;
}


.bildergalerie-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ----- Überschrift ----- */
.bildergalerie-section h2 {
	font-size: clamp(1.4rem, 3vw, 2rem);
	color: var(--dark);
	margin: 0 0 10px;
	letter-spacing: 0.02em;
}
.bildergalerie-section h2::after {
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background: var(--gold);
	margin-top: 8px;
	border-radius: 2px;
}

.bildergalerie-desc {
	color: var(--text-mid);
	font-size: 1rem;
	line-height: 1.7;
	max-width: 760px;
	margin: 0 0 32px;
}

/* ----- Slider-Wrapper ----- */
.slider-wrapper {
	position: relative;
}

.slider-track-outer {
	overflow: hidden;
	border-radius: var(--radius);
}

.slider-track {
	display: flex;
	gap: 16px;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

/* ----- Einzel-Karte ----- */
.bildergalerie-item {
	flex: 0 0 calc((100% - 32px) / 3);  /* 3 sichtbar, 2 gaps */
	min-width: 0;
	cursor: pointer;
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	background: #e8e2d6;
	aspect-ratio: 4 / 3;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	transition: box-shadow var(--transition), transform var(--transition);
}
.bildergalerie-item:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.18);
	transform: translateY(-3px);
}

.bildergalerie-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.bildergalerie-item:hover img {
	transform: scale(1.06);
}

/* Hover-Overlay */
.bildergalerie-item .overlay {
	position: absolute;
	inset: 0;
	background: rgba(26,26,26,0.42);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity var(--transition);
}
.bildergalerie-item:hover .overlay {
	opacity: 1;
}
.overlay-icon {
	width: 48px;
	height: 48px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	background: rgba(255,255,255,0.12);
	backdrop-filter: blur(4px);
}

/* ----- Pfeil-Navigation ----- */
.slider-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 22px;
}

.slider-btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1.5px solid #bbb;
	background: #fff;
	color: #555;
	font-size: 1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color var(--transition), color var(--transition), box-shadow var(--transition);
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
	line-height: 1;
}
.slider-btn:hover {
	border-color: var(--gold);
	color: var(--gold);
	box-shadow: 0 2px 10px rgba(184,150,62,0.18);
}
.slider-btn:disabled {
	opacity: 0.35;
	cursor: default;
}
.slider-btn:disabled:hover {
	border-color: #bbb;
	color: #555;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* ----- clickopenbox ----- */
#clickopenbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(10,10,10,0.92);
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(6px);
}
#clickopenbox.open {
	display: flex;
}

#clickopenbox-img {
	max-width: 90vw;
	max-height: 85vh;
	object-fit: contain;
	border-radius: var(--radius);
	box-shadow: 0 20px 80px rgba(0,0,0,0.6);
	animation: lbIn 0.3s ease;
}
@keyframes lbIn {
	from { opacity: 0; transform: scale(0.93); }
	to   { opacity: 1; transform: scale(1); }
}

#clickopenbox-close {
	position: absolute;
	top: 20px;
	right: 24px;
	background: none;
	border: none;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	line-height: 1;
	opacity: 0.8;
	transition: opacity 0.2s;
}
#clickopenbox-close:hover { opacity: 1; }

#clickopenbox-prev,
#clickopenbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.25);
	color: #fff;
	font-size: 1.5rem;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}
#clickopenbox-prev { left: 16px; }
#clickopenbox-next { right: 16px; }
#clickopenbox-prev:hover,
#clickopenbox-next:hover { background: rgba(255,255,255,0.25); }

#clickopenbox-caption {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,0.7);
	font-size: 0.85rem;
	white-space: nowrap;
}

/* ----- Responsive ----- */
@media (max-width: 900px) {
	.bildergalerie-item {
		flex: 0 0 calc((100% - 16px) / 2);  /* 2 sichtbar */
	}
}
@media (max-width: 560px) {
	.bildergalerie-item {
		flex: 0 0 100%;  /* 1 sichtbar */
	}
	.slider-track {
		gap: 0;
	}
	#clickopenbox-prev { left: 6px; }
	#clickopenbox-next { right: 6px; }
}