/* style.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


/* Allgemein */
body {
 font-family: "Poppins", sans-serif;
  color: #313628;
  line-height: 1.6;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.flex_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 3rem 18%;
}

#logo img,
#logo2 img {
  height: 60px; 
  width: auto; 
  display: block; 
}


/* Header und Slider */
.header {
  background-color: #295135;
  color: #e0e0e0;
	min-height: 70vh;
}

blockquote {
  border-left: 2px #000 solid;
	padding: 0rem 1rem;
	margin: 2rem;
}



.flex {
  display: flex;
	padding:0rem;
}

.left {
  width: 50%;
	padding: 5rem 2% 5rem 18%;
}
.right {
  width: 50%;
		padding: 5rem 18% 5rem 2%;

}
.right_bento {
  width: 50%;
		padding: 0rem;
	min-height: 40vh;
}

.left2 {
  width: 50%;
padding: 0rem 0%;
	
	
}
.right2 {
  width: 50%;
	padding: 0rem 4%;
}

.left3 {
  width: 49%;
	height:25rem;
		margin-top: 1rem;
  border: 1em #F2F2F2 solid;
	border-bottom: 4rem #F2F2F2 solid;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  margin: 0.5rem;
}

.right3 {
  width: 50%;
	padding: 0rem 4%;
	height:20rem;
	margin-top: 1rem;
}
.left4 {
  width: 50%;

}
.right4 {
  width: 50%;
}


.left5 {
  width: 39%;

}
.right5 {
  width: 61%;
	padding: 5rem 18% 5rem 2%;
}


/* Hauptinhalt */
.frame-outer {
  max-width: 1200px;
  margin: 3em auto;
  padding: 2em;
}

/* Hauptinhalt */
.content {
	padding: 3rem 18%;
  margin: 3em auto;
	background-color:  #295135;
	color: #e0e0e0!important;
}


h1 {
  font-size: 1.75em;
	line-height: 2.5rem;
  color: #fff;
}

h2 {
  font-size: 2rem;
	margin-bottom: 2rem;
	color: #F9A620;
}

.content h2 {
  font-size: 2rem;
	color: #fff;
}
.content h3 {
	color: #fff;
}

.invis {
  color: #DBDBDB;
	font-size: 0.5rem;
}

h3 {
  font-size: 1em;  
	color: #000;
	font-weight: lighter; 
}
h4 {
  font-size: 1em;  
	color: #aaae8e;
	font-weight: lighter; 
}

.bg-bild{
background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.frame-outer h2 {
  font-size: 2rem;
color: #F9A620;
}

.frame-outer p {
  margin-bottom: 1em;
}

/* Footer */
#footer {
  background-color:  #295135;
  color: #fff;
	padding: 3rem 18% 3rem;
}

#footer h2 {
  font-size: 1.5em;
	color: #fff;
}




/* Links */
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.gallery-card {
  padding: 1em;
  background-color: #F2F2F2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  margin: 0.5rem;
	width: 33%;
}


.gallery-card img {
  width: 100%;
aspect-ratio: 1 / 1;
  object-fit: cover; 
  margin-bottom: 0.5em;
}

.gallery-card2 {
  padding: 1em;
  background-color: #F2F2F2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  margin: 0.5rem;
	width: 50%;
}


.gallery-card2 img {
  width: 100%;
  object-fit: cover; 
  margin-bottom: 0.5em;
}


.pruefungen-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;

}

.pruefung-card {
  flex: 1 1 250px;
	min-height: 7.5rem;
  background-color: rgba(0,0,0,0.48);
box-shadow: 0 4px 10px rgba(0,0,0,0.48);
  padding: 15px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;


}

.pruefung-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}


.pruefung-card p {
font-size: 0.85rem;
		color: #fff;
}


.pruefung-card strong {
  font-size: 1.1em;
 		color: #fff;
}

.button  {
	padding: 1rem 4%;
  background-color: #F9A620;
	display: block;
	width: auto;
	display: inline-block;
	margin-top: 2rem;	
	transition: all ease 0.5s;
}
.button:hover  {
  background-color: #C87E05;
}


.button a {
color: #fff;
text-decoration: none;
}



a {
color: #000;
		text-decoration: underline;
}


#footer a {
color: #fff;
		text-decoration: underline;
}


.kontakt-direkt a:hover {
  text-decoration: underline;
}

.untersuchungen-tabelle {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px; 
}

.untersuchungen-tabelle th,
.untersuchungen-tabelle td {
  padding: 10px;
  text-align: left;
	  background-color: rgba(0,0,0,0.21);
  color: #fff;
}

.untersuchungen-tabelle thead {
   background-color: rgba(0,0,0,0.41);
  color: #fff;
	
}



.untersuchungen-tabelle tbody tr:hover {
  background-color: rgba(0,0,0,0.41);
  color: #000000;
}

.untersuchungen-tabelle a {
  color: rgba(193,246,196,1.00);
  text-decoration: none;
}

.untersuchungen-tabelle a:hover {
  text-decoration: underline;
 color: rgba(42,180,105,1.00);
}



.menu-bar {
    position: fixed;
    top: 2rem;
    right: 2rem;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    z-index: 999;
  }

  .menu-button {
    color: white;
    font-size: 24px;
    cursor: pointer;
  }

  .menu-content {
    position: absolute;
    top: -2rem;
    right: -200rem; 
    background-color: rgba(0, 0, 0, 0.9);
    padding: 5rem 2rem;
    height: 100vh;
    width: 20rem; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease-in-out;
  }

  .menu-bar.open .menu-content {
    right: -2rem;
  }

a.menu-item {
  display: block;
  margin-bottom: 2rem;
  color: white;
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
	text-decoration: none;
}


  .menu-item:hover {
    transform: translateX(10px);
  }

  .close-button {
    color: white;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 2.75rem;
    right: 2.75rem;
  }

  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }

  .menu-bar.open ~ .overlay {
    display: block;
  }




      .f, .g {
        fill: none;
      }

      .h {
        fill: #f2ad00;
      }

      .g {
        stroke: #fff;
        stroke-miterlimit: 10;
        stroke-width: .5px;
      }

      .i {
        fill: #fff;
      }

      .j {
        fill: #333;
      }


.h {
  transition: all 0.2s ease;
  transform-origin: center;
  transform-box: fill-box;
}

.content:hover .h {
  transform: scale(1.1);
  filter: drop-shadow(0 0 4px rgba(160, 160, 160, 0.4)); 
}

#backToTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
	width: 4rem;
	height: 4rem;
  font-size: 1.5rem;
  padding: 1rem;
  cursor: pointer;
  display: none;
}


#b {
 fill: rgba(0, 0, 0, 0.4);
}


.list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.6;
  transition: color 0.3s ease, transform 0.3s ease;
}

.list li::before {
  content: "》";
  position: absolute;
  left: 0;
  color: #F9A620;
  font-size: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease;
}

.list li:hover {
  color: #F9A620;
  transform: translateX(6px);
}

.list li:hover::before {
  color: #F9A620;
}

