
	* {
			box-sizing: border-box;
		}
	h1,h2,h3,h4,h5,h6 {text-align: center}
	#address a {color: white}
	body, html {
	font-size: 100%;
	font-weight: 100;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 768px) {
h2 {
  padding-top: 1.5em !important;
  padding-bottom: 0.5em !important;
}
}
	
#nav {
	background-color: white;
}

/* Make the image fully responsive */
.bg-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("/img/hoch.jpg");
  position: relative;
  background-position: center;
  height: 70vh;
  margin-top: 1em;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media (orientation: landscape) {
  .bg-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("/img/quer.jpg");
}
}
@media screen and (min-width: 768px) {
  .bg-hero {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/768/hoch.jpg");
}
}
@media (orientation: landscape) and (min-width: 768px) {
  .bg-hero {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/768/quer.jpg");
}
}
@media screen and (min-width: 1024px) {
  .bg-hero {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/1024/hoch.jpg");
}
}
@media (orientation: landscape) and (min-width: 1024px) {
  .bg-hero {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/1024/quer.jpg");
}
}
@media screen and (min-width: 1200px) {
  .bg-hero {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/1200/hoch.jpg");
}
}
@media (orientation: landscape) and (min-width: 1200px) {
  .bg-hero {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/1200/quer.jpg");
}
}
.hero-caption {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    font-size: x-large;/*calc(14px + 3vw)*/;
    color: white;
    padding: 1em;
}
@media screen and (min-width: 768px) {
.hero-caption {
    font-size: xx-large;
}
}
@media screen and (min-width: 768px) {
.hero-caption {
    font-size: xx-large;
}
}
@media screen and (min-width: 1024px) {
.hero-caption {
    font-size: calc(14px + 3vw);
    top: 40%;
}
}
@media screen and (min-width: 1730px) {
  div.hero-caption.container {
    max-width: 1700px;
  }
}
.bg-pic2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)),  url("");
 

  height: ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;


}


.mpt-descr-pic1 {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/active-activity-adult-1308746.jpg");
 

  height: 100%;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mpt-descr-pic2 {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/active-exercise-fit-1401796.jpg");
 

  height: 100%;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}
.mpt-descr-pic3 {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_137009382.jpg");
 

  height: 100%;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}


.mpt-descr-pic-text {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 0.1em;
}
.mpt-descr-pic-text1 {
  text-align: center;
  position: relative;
  top: 2%;
  left: 0%;
  transform: translate(-0%, 2%);
  color: white;
  padding: 0.1em;
}

@media screen and (max-width: 600px){
	.hidemdup {
	display: none;
}
}

@media screen and (min-width: 600px){
	.hidesmdown {
	display: none;
}
}


.kore-descr-pics {
	max-width: 300px;
	border-radius: 50%;
}
.me-img {
}


	
	.angebot-col {
			margin: 0;
			padding: 0;
			border: none;
		}
		
	#qualifikation li {padding-left: 1rem};
		#me-caption p {font-family: 'poppins', sans-serif;};
		#qualifikation ul>li {
			font-family: 'poppins', sans-serif;
			text-align: right;};
		#me-teaser {};
	
	.card-columns, .card-columns card {
		padding: 0;
		margin: 0;
		border: none;
	}
	
		.card {
			padding: 0;
			
			border: none;
		}
		.row {
			display: flex;
			flex-wrap: wrap;
			padding: 0;
		}
		.column {
			flex: 100%;
			max-width: 33%;
		}
		.column card {
			margin: auto;
			vertical-align: top;
		}
	#address {
		padding-bottom: 2rem;
	}
	#footer {
		padding-top: 10px;
	}
	.bg-footer {background-color: #343a40;}
	#ul-kore-home {
		padding: 0;
	}
	.bg-black {
			background-color: black;
		}

		#card-mpt{
			background-color: dimgrey;
		}
		
	.pic-r p {
text-align: right;
padding: ;
  }
	 .pic-l p {
text-align: left;
padding: ;
  }
  .mpt-bg-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
  .mpt-pic-1 {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_137009382_rotated.jpg");
 

  max-height: 300px;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;b
}
.mpt-pic-2 {
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_137009382_rotated.jpg");

  max-height: 300px;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;b
}

.mpt-carte {
  background-color: /*#666666*/   #E6E6E6;
  border: solid black 5px;
}
@media screen and (min-width: 1920px){
  .mpt-carte {
  min-height: 18em;
}
}

.mpt-carte p, .mpt-carte ul {
  opacity: 0.8;
  padding: 0.5em;
  margin: 0;
  width: 100%;
  color: black;
  
}
.mpt-carte h3 {
  opacity: 0.9;
  font-weight: 100;
  padding: 3em 0;
  color: white;
  margin: 0;
}
@media screen and (min-width: 1920px){
  .mpt-carte h3 {
  padding: 5em 0;
}
}

.mpt-carte-header {
  height: 250px;
}

.bg-mpt-1 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_136249191.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}

.bg-mpt-1  {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_136249191.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-mpt-2 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_57340418.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-mpt-3 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/lachen.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-mpt-4 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/active-exercise-fit-1401796.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}

.bg-mpt-5 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_63313244.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-mpt-6 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/pexels-photo-1332189.jpeg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-mpt-7 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/sea-man-person-holiday.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-mpt-8 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/me-kore.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-mpt-9 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/active-activity-adult-1308746.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-mpt-10 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_219920571.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-mpt-11 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_27104984.jpg");
  position: relative;
  background-position: 0 10%;
  background-size: cover;
}
.bg-mpt-12 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/action-active-activity-348489.jpg");
  position: relative;
  background-position: 0 90%;
  background-size: cover;
}
.bg-mpt-13 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_137009382.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-mpt-14 {
  min-height: 200px; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_32029294.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 330px) {
.text-smaller {
  font-size: 1.8rem;
}
}

/* ==========================================================================
   WebP Background Images (auto-generated)
   ========================================================================== */

/* Hero backgrounds */
.webp .hero-bg-mpt {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("/img/hoch.webp");
}
@media screen and (min-width: 576px) {
  .webp .hero-bg-mpt { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("/img/quer.webp"); }
}
@media screen and (min-width: 768px) {
  .webp .hero-bg-mpt { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/768/hoch.webp"); }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .webp .hero-bg-mpt { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/768/quer.webp"); }
}
@media screen and (min-width: 1024px) {
  .webp .hero-bg-mpt { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/1024/hoch.webp"); }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .webp .hero-bg-mpt { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/1024/quer.webp"); }
}
@media screen and (min-width: 1200px) {
  .webp .hero-bg-mpt { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/1200/hoch.webp"); }
}
@media screen and (min-width: 1200px) and (orientation: landscape) {
  .webp .hero-bg-mpt { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/img/1200/quer.webp"); }
}

/* Karten backgrounds */
.webp .bg-karte-kore { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/active-activity-adult-1308746.webp"); }
.webp .bg-karte-pt { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/active-exercise-fit-1401796.webp"); }
.webp .bg-karte-reha { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_137009382.webp"); }
.webp .bg-karte-mpt { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_137009382_rotated.webp"); }
@media screen and (min-width: 1024px) {
  .webp .bg-karte-mpt { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_137009382_rotated.webp"); }
}

/* Landing page backgrounds */
.webp .bg-mpt-1 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_136249191.webp"); }
.webp .bg-mpt-2 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_57340418.webp"); }
.webp .bg-mpt-3 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/lachen.webp"); }
.webp .bg-mpt-4 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/active-exercise-fit-1401796.webp"); }
.webp .bg-mpt-5 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_63313244.webp"); }
.webp .bg-mpt-6 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/sea-man-person-holiday.webp"); }
.webp .bg-mpt-7 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/me-kore.webp"); }
.webp .bg-mpt-8 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/active-activity-adult-1308746.webp"); }
.webp .bg-mpt-9 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_219920571.webp"); }
.webp .bg-mpt-10 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_27104984.webp"); }
.webp .bg-mpt-11 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/action-active-activity-348489.webp"); }
.webp .bg-mpt-12 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_137009382.webp"); }
.webp .bg-mpt-13 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/AdobeStock_32029294.webp"); }

/* ========== LANGUAGE SWITCHER ========== */
.lang-switcher {
    display: flex;
    align-items: center;
    background: #f0f0f0;
    border-radius: 20px;
    padding: 2px;
    margin-left: 15px;
}

.lang-switcher .lang-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #666;
    border-radius: 18px;
    transition: all 0.2s ease;
}

.lang-switcher .lang-btn:hover {
    color: #333;
    background: rgba(255, 255, 255, 0.7);
}

.lang-switcher .lang-btn.active {
    background: #28a745;
    color: white;
}

.lang-switcher .lang-btn.active:hover {
    background: #218838;
    color: white;
}

/* Navbar integration */
.navbar .lang-switcher {
    margin-left: auto;
}

@media (max-width: 767px) {
    .lang-switcher {
        margin: 10px auto;
        justify-content: center;
    }
}

/* ========== MULTI-ITEM CAROUSEL FIX ========== */
@media (min-width: 768px) {
    .carousel-inner.row {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .carousel-item.col-md-4 {
        display: block;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        margin-right: 0;
    }
    
    .carousel-item.col-md-4.active,
    .carousel-item.col-md-4.active + .carousel-item,
    .carousel-item.col-md-4.active + .carousel-item + .carousel-item {
        display: block;
    }
    
    .carousel-item.col-md-4.active ~ .carousel-item {
        position: static;
        display: none;
    }
    
    .carousel-item.col-md-4.active + .carousel-item,
    .carousel-item.col-md-4.active + .carousel-item + .carousel-item {
        display: block;
        position: static;
    }
}

/* Mobile: single item carousel */
@media (max-width: 767px) {
    .carousel-item.col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Testimonials section styling */
#testimonials {
    padding-bottom: 2rem;
}

.referenz-box-inner {
    padding: 1.5rem;
}

.zitat {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
}

.zitat-name {
    font-weight: 600;
    margin-top: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}
