.rgbcolor-divider {
  display: flex;
  width: 100%; 
  height: 12px; 
}

.color-block {
  flex: 1; 
}

.red {
  background-color: #ed1c24;
}

.green {
  background-color: #2aa551;
}

.blue {
  background-color: #24aef0;
}

.ueber{
  text-align: left;
  font-size: 40px;
  font-family: 'Arial Narrow bold' bold;
  padding-top:50px;
  font-weight: bold; 

}

.navbar {
  display: flex;
  justify-content: center;
  background: #222;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 0% !important;
  margin-bottom: 0px !important;
}

.navbar a {
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  margin: 0 20px;
  padding: 10px 15px;
  transition: color 0.3s ease-in-out;
}

.navbar a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg,#ed1c24 , #2aa551, #24aef0);
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}

.navbar a:hover {
  color: #00ffff;
}

.navbar a:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column; 
    align-items: center; 
  }

  . {
    padding: 10px 0; 
  }
}

.countdown-container {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.countdown-box {
  background-color:#f5f5f7;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  margin: 10px;
  flex: 1;
  max-width: 400px;
}
h2, p {
  margin: 10px 0;
}
.timer {
  font-size: 2.4em;
  font-weight: bold;
  color: #e63946;
}
@media (max-width: 768px) {
  .countdown-container {
      flex-direction: column;
      height: 90vh;
  }
}

.logo{
  padding-bottom: 25px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #1a1a1a, #444444);
  color: white;
  padding-top: 0px !important;
}

.logo img{
  padding-top: 20px;
}

@media (max-width: 768px) {
  .logo img {
    padding-left:55px;
  }
}


.box4 img {
	display: block;
  margin:auto;
	width: 100%; 
  height: 400px; 
  object-fit: cover; 
  border-radius: 8px;
  padding-bottom: 5px;	
}

.box4 {
	text-align:auto;
 	font-size:15px;
 	font-family: Bookman Old Style;
 	box-shadow: 10px 20px 15px silver;
 	background-color: white
}

@media (min-width: 1440px) {
  .box4 {
    text-align:auto;
 	  font-size:15px;
 	  font-family: Bookman Old Style;
 	  box-shadow: 10px 20px 15px silver;
 	  background-color: white
  }
  
}

.box5 img {
	display: block;
  margin:auto;
	width: 100%; 
  height: 400px; 
  object-fit: cover; 
  border-radius: 8px;
  padding-bottom: 5px;
}

.box5 {
	text-align:auto;
	font-size:15px;
	font-family: Bookman Old Style; 
	box-shadow: 10px 20px 15px silver;
	background-color: white
}

@media (min-width: 1440px) {
  .box5 {
    text-align:auto;
	  font-size:15px;
	  font-family: Bookman Old Style; 
	  box-shadow: 10px 20px 15px silver;
	  background-color: white
  }
  
}


.box6 img {
	display: block;
  margin:auto;
	width: 100%; 
  height: 400px; 
  object-fit: cover; 
  border-radius: 8px;
}

.box6 {
	text-align:auto;
	font-size:15px;
	font-family: Bookman Old Style;
	box-shadow: 10px 20px 15px silver; 
	background-color: white
}

@media (min-width: 1440px) {
  .box6 {
    text-align:auto;
	  font-size:15px;
	  font-family: Bookman Old Style;
	  box-shadow: 10px 20px 15px silver; 
	  background-color: white
  }
}

.box7 img {
	width:80%;
	height:auto;
	display: block;
	margin: auto
}

.box9 img {
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:50px;
	display: block;
	margin: auto
}

.img-container  {
	width:85%;
	height:auto;
	padding-top:30px;
	padding-bottom:70px;
	display: block;
	margin: auto;
	perspective: 1000px;
	backface-visibility: hidden; 
  border-radius: 10px; 
}

.image-wrapper {
  width: 80%;
  max-width: 300px !important;
  height: auto;
  position: relative;
  padding-top:30px;
	padding-bottom:60px;
	display: block;
	margin:auto;
  transition: transform 0.7s; 
  transform-style: preserve-3d; 
}

.image-wrapper:hover {
  transform: rotateY(180deg) scale(0.9); 
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gray; 
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  backface-visibility: hidden; 
  transform: rotateY(180deg); 
  border-radius: 26px;
}

.wrapper {
	text-align:center;
	font-size:32px
}

.gruender {
	padding-bottom:40px;
  text-align: center;
}

.gruender img {
  align-items: center;
  max-width: 350px;
}

.koop {
	background-color:#f5f5f7;
	width:100%;
	padding-bottom:90px;
	padding-top:40px
}

footer {
  background: linear-gradient(to right, #1a1a1a, #444444);
  color: white;
  padding: 60px 40px;
  font-size: 1.5rem;
  width: 100vw;
}
.footer-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
  padding: 20px;
}
.footer-container div {
  text-align: left;
}
.footer-container h3 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.footer-container p {
  font-size: 1.8rem;
  color: #ccc;
}
.footer-logo {
  display: flex;
  justify-content: center;
}
.footer-logo img {
  max-height: 150px;
}
.footer-header {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-logo {
    justify-content: center;
  }
}

.logo {
	padding-left:85px
}

.rechte {
	padding-top:20px;
	border-top: 1px black solid;
  align-items: center;
	text-align:center;
	font-size:15px;
}

.pad {
	text-align:left;
	padding-bottom:50px;
	font-family: Bookman Old Style,bold;
	font-size:27px;
	margin-left:18px
}

h1 {
	text-align: center;
	font-family: Bookman Old Style
}

.h4 {
	font-size: 40px;
	padding-top: 20px;
}

.h4 {
	font-size: 40px;
	padding-top: 20px;
}

.h5 {
	font-size: 30px;
	text-align:center;
	color:#ed1c24
}

.h6 {
	font-size: 30px;
	text-align:center;
	color:#2aa551
}

.h7 {
	font-size: 30px;
	text-align:center;
	color:#24aef0
}

.h8 {
	font-size: 21px;
	list-style-type:none;
	padding-left:37px;
	color:#ed1c24	
}


.h9 {
	font-size: 21px;
	list-style-type:none;
	padding-left:37px;
	color:#2aa551		
}

.h10 {
	font-size: 21px;
	list-style-type:none;
	padding-left:37px;
	color:#24aef0		
}

.ueberschrift {
	font-size: 32px;
	font-family: arial, bold;
	padding-top: 20px;
	line-height: 30px;
	list-style-type:none;
	padding-left:37px	
}

.dinste {
	font-size:19px;
	list-style-type:none;
	
}

li {
	font-size:19px;
	list-style-type:none;
	padding-left:37px;	
}

.speech {
	font-size: 22px;
	padding-top: 20px;
	padding-left:20px;
	line-height: 30px;
	font-family: arial, bold;
	list-style-type:none;
	white-space: nowrap;		
}
	
.eindruck {
	text-align:center;  <--eventuell gestrichen !!!
	padding-top:17px
} 

.eindruck img {
	display:block;      <--eventuell gestrichen !!!
	margin-right:50px
} 

.gallery img {
	width: 33%;
	margin: 0;
	padding: 0;
	padding-top:40px; 
	padding-bottom:40px; 
	margin-left:40px;
}

.gallery figure {
	height: 100%;
	animation: slide 20s infinite ease-in-out;
}

.gallery:hover figure {
	animation-play-state: paused;   
}

.button {
	border: round;
	color: black;
  padding: 16px 32px;
  margin-bottom: 2px;
 	text-align: center;
  text-decoration: round;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid red;
  border-radius:20px
}

@media (min-width: 1440px) {
  .button1 {
    background-color: white; 
  	color: black; 
  	border: 2px solid red;
  	border-radius:20px
  }
}

.button1:hover {
  	background-color: #ed1c24;
  	color: white;
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-ms-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);
  	-webkit-transform: scale(1.2);
  	-moz-transform: scale(1.2);
  	-ms-transform: scale(1.2);
  	-o-transform: scale(1.2);
  	transform: scale(1.2);
}

.button2 {
	background-color: white; 
  color: black; 
  border: 2px solid green;
  border-radius:20px;
}

@media (min-width: 1440px) {
  .button2 {
    background-color: white; 
  	color: black; 
  	border: 2px solid green;
  	border-radius:20px;
  }
}

.button2:hover {
  	background-color: #2aa551;
  	color: white;
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-ms-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);
  	-webkit-transform: scale(1.2);
  	-moz-transform: scale(1.2);
  	-ms-transform: scale(1.2);
  	-o-transform: scale(1.2);
  	transform: scale(1.2);
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid blue;
  border-radius:20px;
}

@media (min-width: 1440px) {
  .button3 {
    background-color: white; 
  	color: black; 
  	border: 2px solid blue;
  	border-radius:20px;
  }
}

.button3:hover {
  	background-color: #24aef0;
  	color: white;
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-ms-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);
  	-webkit-transform: scale(1.2);
  	-moz-transform: scale(1.2);
  	-ms-transform: scale(1.2);
  	-o-transform: scale(1.2);
  	transform: scale(1.2);
}


.bt_carousel   { 

    transform: translateX(0px);
  }
  5% {
    transform: translateX(0px);
  }
  10% {
    transform: translateX(-300px);
  }
  15% {
    transform: translateX(-300px);
  }
  20% {
    transform: translateX(-600px);
  }
  25% {
    transform: translateX(-600px);
  }
  30% {
    transform: translateX(-900px);
  }
  35% {
    transform: translateX(-900px);
  }
  40% {
    transform: translateX(-1200px);
  }
  45% {
    transform: translateX(-1200px);
  }
  50% {
    transform: translateX(-1500px);
  }
  55% {
    transform: translateX(-1500px);
  }
  60% {
    transform: translateX(-1800px);
  }
  65% {
    transform: translateX(-1800px);
  }
  70% {
    transform: translateX(-2100px);
  }
  75% {
    transform: translateX(-2100px);
  }
  80% {
    transform: translateX(-2400px);
  }
  85% {
    transform: translateX(-2400px);
  }
  90% {
    transform: translateX(-2700px);
  }
  95% {
    transform: translateX(-2700px);
  }
  100% {
    transform: translateX(0px);
  }
}
@media (min-width: 768px) {
  @keyframes autoplay {
    0% {
      transform: translateX(0px);
    }
    5% {
      transform: translateX(0px);
    }
    11.25% {
      transform: translateX(-300px);
    }
    16.25% {
      transform: translateX(-300px);
    }
    22.5% {
      transform: translateX(-600px);
    }
    27.5% {
      transform: translateX(-600px);
    }
    33.75% {
      transform: translateX(-900px);
    }
    38.75% {
      transform: translateX(-900px);
    }
    45% {
      transform: translateX(-1200px);
    }
    50% {
      transform: translateX(-1200px);
    }
    56.25% {
      transform: translateX(-1500px);
    }
    61.25% {
      transform: translateX(-1500px);
    }
    67.5% {
      transform: translateX(-1800px);
    }
    72.5% {
      transform: translateX(-1800px);
    }
    78.75% {
      transform: translateX(-2100px);
    }
    83.75% {
      transform: translateX(-2100px);
    }
    90% {
      transform: translateX(-2400px);
    }
    95% {
      transform: translateX(-2400px);
    }
    100% {
      transform: translateX(0px);
    }
  }
}
@media (min-width: 992px) {
  @keyframes autoplay {
    0% {
      transform: translateX(0px);
    }
    5% {
      transform: translateX(0px);
    }
    12.8571428571% {
      transform: translateX(-300px);
    }
    17.8571428571% {
      transform: translateX(-300px);
    }
    25.7142857143% {
      transform: translateX(-600px);
    }
    30.7142857143% {
      transform: translateX(-600px);
    }
    38.5714285714% {
      transform: translateX(-900px);
    }
    43.5714285714% {
      transform: translateX(-900px);
    }
    51.4285714286% {
      transform: translateX(-1200px);
    }
    56.4285714286% {
      transform: translateX(-1200px);
    }
    64.2857142857% {
      transform: translateX(-1500px);
    }
    69.2857142857% {
      transform: translateX(-1500px);
    }
    77.1428571429% {
      transform: translateX(-1800px);
    }
    82.1428571429% {
      transform: translateX(-1800px);
    }
    90% {
      transform: translateX(-2100px);
    }
    95% {
      transform: translateX(-2100px);
    }
    100% {
      transform: translateX(0px);
    }
  }
}
@media (min-width: 1300px) {
  @keyframes autoplay {
    0% {
      transform: translateX(0px);
    }
    5% {
      transform: translateX(0px);
    }
    15% {
      transform: translateX(-300px);
    }
    20% {
      transform: translateX(-300px);
    }
    30% {
      transform: translateX(-600px);
    }
    35% {
      transform: translateX(-600px);
    }
    45% {
      transform: translateX(-900px);
    }
    50% {
      transform: translateX(-900px);
    }
    60% {
      transform: translateX(-1200px);
    }
    65% {
      transform: translateX(-1200px);
    }
    75% {
      transform: translateX(-1500px);
    }
    80% {
      transform: translateX(-1500px);
    }
    90% {
      transform: translateX(-1800px);
    }
    95% {
      transform: translateX(-1800px);
    }
    100% {
      transform: translateX(0px);
    }
  }
}
.bt_carousel {
  width: 300px;
  display: flex;
  overflow: hidden;
  margin: 30px auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .bt_carousel {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .bt_carousel {
    width: 900px;
  }
}
@media (min-width: 1300px) {
  .bt_carousel {
    width: 1200px;
  }
}
.bt_carousel-items {
  display: flex;
  animation: 30s autoplay infinite ease-in-out;
  animation-delay: 10s;
}

.bt_carousel-items:hover {
  animation-play-state: paused;
}

.bt_carousel-item {
  flex: 0 0 auto;
  margin-right: 10px;
  width: 400px;
  height: 350px;
  box-sizing: border-box;
  background: #fafafb;
  padding: 20px;
  border-radius: 8px;
}






impressum

.impressum {
	background-color: #1a1a1a;
	border-bottom: 1px black solid;
	text-align:justify;
	font-size:16px;
	padding-bottom:90px;
	padding-top:40px;
}

.impressum img {
  float: right;
  
}

.headline {
	text-align:left;
	font-size:22px;
	font-family:Bookman Old Style,bold;
}

ul {
	list-style-type:none;
	text-align:left !important;
	padding-left:40px
}

.logo2 {
	padding-top:10px;
	margin-bottom:-100px;
	padding-left:1050px
}

.imp {
	text-align:left;
	font-size:38px;
	font-family:Bookman Old Style,bold;
}

.liste {
	padding-left:20px;
}

.cont-button {
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 1.2em;
  color: white;
  background-color: #e63946;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  justify-content: center;
}
  
.contact-button:hover {
  background-color: #c53030;
  color: white;
}




unserteam

.container {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  text-align: center;
  padding-bottom:30px;
}

.intro-container {
  width: 100%;
  color: black;
  padding: 40px 20px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 40px;
}
.intro-container h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 3.9rem;
}

.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.team-member {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 250px;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}
.team-member:hover {
  transform: translateY(-10px);
}
.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}
.name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.position {
  font-size: 1.1rem;
  color: #888;
}


fachbereich medic 

.medic {
  display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100vh;           
  width: 100vw;            
  overflow: hidden;        
}

.medic img {
  width: 100%;            
  height: 100%;           
  object-fit: cover;      
}

.styl {
  width: 100%;
  background: linear-gradient(90deg, #2aa551, #2ecc71);
  color: white;
  text-align: center;
  padding: 15px 20px;
  padding-bottom: 10px;
  font-size: 2em;
  font-weight: bold;
  margin-top: 40px;
}

.medi-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  background: linear-gradient(90deg, #2aa551, #2ecc71);
  padding: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.text-container {
  width: 80%;
  max-width: 800px;
  background: linear-gradient(90deg, #2c3e50, #34495e);
  color: white;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.medi-content {
  text-align: center;
  color: white;
  font-family: 'Arial', sans-serif;
}

.medi-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

.medi-content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-button {
  background-color: #ffffff;
  color: #f76d57;
  font-size: 12px !important;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-button:hover {
  background-color: #f76d57;
  color: white;
}

@media (min-width: 700px) {
  .contact-button {
    font-size: 12px !important;
  }
}



fachbereich event 

.header {
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  padding: 50px 20px;
  font-size: 2em;
  font-weight: bold;
}
.title-container {
  width: 100%;
  background-color: #6c757d;
  color: white;
  text-align: center;
  padding: 30px 20px;
  font-size: 2em;
  font-weight: bold;
}
.banner {
  width: 100%;
  height: 300px;
  background: url('Bilder/buehne.jpg') center/cover no-repeat;
}

.background-decor {
  position: absolute;
  top: 80;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('Bilder/PHOTO-2025-01-22-15-47-37\ 2.jpg') left center/contain no-repeat, 
              url('Bilder/PHOTO-2025-01-22-15-47-39\ 4.jpg') right center/contain no-repeat;
  z-index: -1;
  opacity: 0.3;
}

.light-effect {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0) 50%);
  transform: translateX(-50%);
  z-index: -2;
}

.container {
  max-width: 1200px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 90%;
  max-width: 1200px;
  text-align: center;
}
.item:nth-child(odd) {
  align-self: flex-end;
  margin-right: 15%;
}
.item:nth-child(even) {
  align-self: flex-start;
  margin-left: 25%;
}
.item img {
  width: 25%;
  height: auto;
  border-radius: 10px;
}
.text {
  font-size: 16px;
  color: #333;
  padding: 20px;
  width: 40%;
}
.extra-img {
  width: 55%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .extra-img {
      display: none;
  }
  .item {
      flex-direction: column;
      align-items: center;
      margin: 0 auto;
      width: 90%;
  }
  .item img, .text {
      width: 100%;
  }
}

.styler {
  width: 100%;
  background: linear-gradient(45deg, #ed1c24, #f76d57);
  color: white;
  text-align: center;
  padding: 15px 20px;
  padding-bottom: 10px;
  font-size: 2em;
  font-weight: bold;
  margin-top: 40px;
}

.event-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  background: linear-gradient(45deg, #ed1c24, #f76d57);
  padding: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.event-content {
  text-align: center;
  color: white;
  font-family: 'Arial', sans-serif;
}

.event-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

.event-content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-button {
  background-color: #ffffff;
  color: #f76d57;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-button:hover {
  background-color: #f76d57;
  color: white;
}

.logo-container {
  flex-shrink: 0;
  padding-left: 20px;
  padding-top: 50px;
}

.tinipi {
  width: 150px; 
  height: auto;
  padding-left: 20px;
}

dienstleistungen


.contact-button {
  background-color: #ffffff;
  color: #f76d57;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media (max-width: 768px) {
  .contact-button {
      font-size: 15px;
  }
}

.contact-button:hover {
  background-color: #f76d57;
  color: white;
}

.logo-container {
  flex-shrink: 0; 
  padding-left: 20px;
  padding-top: 50px;
}
