

html {
background-color: #fff;
font-size: 22px; 
font-weight: normal; 
font-variant: normal; 
letter-spacing: 0px;
color: #000; 
}

body {
font-family: Fakt_Book, Arial; 
font-size: 1em; 
line-height: 1.3em; 
}


#container_top {
display: flex;
}


#name {
flex: 1;
font-family: Fakt_Bold, Arial; 
padding-top: 2%;
padding-left: 2%; 
padding-right: 2%; 
}


#language {
text-align: right;
padding-top: 2%;
padding-left: 2%; 
padding-right: 2%; 
color: #99cccc; 
}


#container {
display: flex;
}


#menu {
flex: 1;
margin-top: 1%;
padding-top: 3%;
padding-left: 2%; 
padding-right: 10%; 
color: #99cccc; 
}


#text_space { 
margin-top: 1%;
padding-top: 3%;
padding-left: 2%; 
padding-right: 25%; 
min-width: 50%;
max-width: 1100px;
}


#text_block {

}

.smaller_font { 
font-size: 0.8em;
line-height: 1.4em;
}


footer {
position: static; 
bottom: 0;
font-size: 0.6em;
line-height: 1.1em;
background-color: #fff;
color: #000;
padding: 2%;
padding-bottom: 1%;
padding-top: 1%;
width: 94%; 
text-align: left;
}



/* Swiper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.swiper-container {
  position: relative;
  width: 100%;
  max-width: 1108px;
  overflow: hidden;
  margin-bottom: 25px;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  flex: 0 0 100%;
  width: auto !important;
}
.swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}
.swiper-controls {
  display: flex;
  justify-content: right;
  gap: 16px;
  margin-top: -30px;
}
.swiper-button-prev,
.swiper-button-next {
  background: none;
  border: none;
  font-size: 1em;
  cursor: pointer;
  color: #000;
  padding: 0;
  z-index: 10;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #99cccc;
}
.swiper-counter {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
.caption { 
width: 85%; 
font-size: 0.6em;
line-height: 1.1em;
margin-top: 10px;
margin-bottom: 25px;
padding-left: 2px;
}







/* Ausklappen - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
details summary {
  display: inline-block; /* verhindert extra Zeilen */
  cursor: pointer;
  color: #000;
  margin: 0;
  padding: 0;
}
details summary:hover { color: #99cccc; }

/* Layout */
details, details p {
  margin: 0;      /* alle Standard-Margen entfernen */
  padding: 0;
}

/* Animierter Textbereich */
.slide-text {
  max-height: 0;          /* zugeklappt */
  overflow: hidden;
}

/* Wenn ausgeklappt */
details[open] .slide-text {
  max-height: 8000px; /* groß genug für den Text */
}

.toggle summary::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  vertical-align: -0.15em;

  background-color: #000;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") no-repeat center / contain;

  transform: rotate(0deg);          /* geschlossen = nach rechts */
  transition: transform 0.2s ease;  /* optional */
}

.toggle[open] summary::after {
  transform: rotate(90deg);
}

.toggle summary {
  list-style: none;
  cursor: pointer;
}

.toggle summary::-webkit-details-marker {
  display: none;
}







/* Listen - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.main-list {
  font-family: Fakt_Bold;
  font-size: 0.8em;
  line-height: 1.4em;
  list-style-type: none;   
  padding-left: 0;
}

.dash-list {
  font-family: Fakt_Book;
  list-style-type: none;   /* Bullets entfernen */
  padding-left: 0em;     /* Abstand vom linken Rand */
}

.dash-list li {
  text-indent: -1.5em;   /* erste Zeile nach links ziehen */
  padding-left: 1.5em;   /* alle Zeilen einrücken */
}








/* Links und Pfeile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.web-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  vertical-align: -0.15em;

  background-color: currentColor;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") no-repeat center / contain;

  transform: rotate(-45deg);
}

.close-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  vertical-align: -0.15em;

  background-color: currentColor;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") no-repeat center / contain;
  transform: rotate(-90deg);
}

.pdf-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  vertical-align: -0.15em;

  background-color: currentColor;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1'/%3E%3Cpath d='M4.603 12.087a.8.8 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.7 7.7 0 0 1 1.482-.645 20 20 0 0 0 1.062-2.227 7.3 7 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.187-.012.395-.047.614-.084.51-.27 1.134-.52 1.794a11 11 0 0 0 .98 1.686 5.8 5.8 0 0 1 1.334.05c.364.065.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.86.86 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.7 5.7 0 0 1-.911-.95 11.6 11.6 0 0 0-1.997.406 11.3 11 0 0 1-1.021 1.51c-.29.35-.608.655-.926.787a.8.8 0 0 1-.58.029'/%3E%3C/svg%3E") no-repeat center / contain;

          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1'/%3E%3Cpath d='M4.603 12.087a.8.8 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.7 7.7 0 0 1 1.482-.645 20 20 0 0 0 1.062-2.227 7.3 7 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.187-.012.395-.047.614-.084.51-.27 1.134-.52 1.794a11 11 0 0 0 .98 1.686 a5.8 5.8 0 0 1 1.334.05c.364.065.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.86.86 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.7 5.7 0 0 1-.911-.95 a11.6 11.6 0 0 0-1.997.406 a11.3 11.3 0 0 1-1.021 1.51c-.29.35-.608.655-.926.787a.8.8 0 0 1-.58.029'/%3E%3C/svg%3E") no-repeat center / contain;
}




a:link { color: #000; text-decoration: none; font-weight: normal;  }
a:visited { color: #000; text-decoration: none; font-weight: normal;  }
a:active { color: #99cccc; text-decoration: none; font-weight: normal;  }
a:hover { color: #99cccc; text-decoration: none; font-weight: normal;  }






