body {
    margin: 0;
    padding: 0;
}
h1 {
    font-size:26px!important;
    font-weight: 600!important;
}    
h2 {
    font-size:22px!important;
    font-weight: 600!important;
}    
h3,h4 {
    font-size:18px!important;
    font-weight: 600!important;
    margin: 10px 0px 0px 0px!important;
}    
.nav-container {
  position: relative;
  width: 100%;
  height: 120px; /* Höhe anpassen */
}
.slideshow-container {
  position: relative;
  width: 100%;
  height: 269px; /* Höhe anpassen */
  overflow: hidden;
}

.slide {
  position: absolute;
  /* top: 0;
  left: 0; */
  object-fit: cover; /* Bild füllt den Raum, Seitenverhältnis bleibt, zentriert */
  object-position: center; /* Sorgt für Ausrichtung auf die Mitte */
  width: 100%;
  height: 100%;
  opacity: 0;
  /* Das ist entscheidend für die sanfte Überblendung */
  transition: opacity 0.7s ease-in-out; 
}
.slideimg {
  height:100%;
  width:100%;
  object-fit: cover; /* Bild füllt den Raum, Seitenverhältnis bleibt, zentriert */
  object-position: center; /* Sorgt für Ausrichtung auf die Mitte */
}

.slide.active {
  opacity: 1;
}
.logo {
  position: absolute;
  top: 0;
  left: 0;
}
.mail-icon {
    background-color: white;
    width: 45px;
    height: 25px;
    font-size: 23px;
    color:black;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    display: inline-block;
}
.mail-icon:hover {
    border-bottom:#d15135 2px solid; 
}
.tiny {
    font-size:7pt; 
    font-weight:normal;
}
.mediumbold {
    font-weight:600;
}
.red         {color:red;}
.redbold     {color:red;font-weight:bold;}
.listitem {
    color:mediumblue;
    font-weight:600;
}
.signedin {
    color:#4df4f4;
    font-weight:700;
}
a.footerlink {
    text-decoration: none;
}
a.footerlink:hover {
    text-decoration:  underline;
    color: #d15135;
}
a.pagelink {
    text-decoration: none;
    color: #d15135;
}
a.pagelink:hover {
    text-decoration: underline;
}

.pagetitle {
    color:#d15135;
    font-size: 26px;
    font-weight: bold;
    margin-top:35px;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 600;
    line-height: 1.1 !important;
}
.content-contain {
    max-width:1000px;
    margin:auto;
    padding-bottom:0.6em;
}
.pagetitle-contain {
    margin: 12px auto;
    max-width:1000px;
    padding-bottom:0.6em;
}
/* Caption text */
.captext {
  color: #f2f2f2;
  font-size: 10px;
  padding: 4px 8px;
  position: absolute;
  bottom: 0px;
  /* width: 100%; */
  text-align: right;
  background-color: #12535796;
  right: 0px;
  border-radius: 6px 0px 0px 0px;
}
.fotolinks {
    text-align:left;
    margin:0px 15px 10px 0px;
    float:left;}

.fotorechts {
    text-align:right;
    float:right;
    margin:0px 0px 10px 15px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfloat {
    clear: both;
}
.fotofull {
    width:95%;
    /* text-align:center; */
    margin:5px 0px 5px 0px;
}


.linksbuendig {
    text-align:left;
}

.rechtsbuendig {
    text-align:right;
}

.justify {
    text-align:justify;
}

.center {
    text-align:center;
}


.bild-container {
    overflow: hidden; /* Verhindert, dass das Bild über den Rand hinauswächst */
    display: inline-block; /* Container passt sich der Bildgröße an */
    margin:0px 0px 5px 5px;
}

.zoom-bild {
    transition: transform 0.15s; /* Dauer und Art des Übergangs */
}

.zoom-bild:hover {
    transform: scale(1.04); /* Vergrößert das Bild auf 110% */
}

.act-bar-item {
    color:black;
    background-color:white;
}

.adminblock {
    width:494px;
    display: inline-block;
    vertical-align: top;
}
.adminblock:nth-child(odd) {
    margin-left:0px;
    margin-right:6px;
}
.adminblock:nth-child(even) {
    
    margin-left:0px;
    margin-right:0px;
}

@media only screen and (max-width:910px) {
.slideshow-container {
  width: 100%;
  height: 180px; /* Höhe anpassen */
}
.logo {
    height:180px;
    width:auto;
}
.adminblock {
    width:100%;
}
}@media only screen and (max-width:800px) {
.slideshow-container {
  width: 100%;
  height: 110px; /* Höhe anpassen */
}
.logo {
    height:110px;
    width:auto;
}
.adminblock {
    width:100%;
}
.adminblock:nth-child(odd) {
    margin-left:0px;
    margin-right:0px;
}
.adminblock:nth-child(even) {
    
    margin-left:0px;
    margin-right:0px;
}
}

/* ======== Modal Image (PopUp Style) ================================================= */


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 15;
  /* Sit on top */
  padding-top: 40px;  /* orig: 100px */
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  /* width: 80%;
  max-width: 700px; */
  max-height: 90%;
  width: auto;
}

#modalcaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  font-size: 1.5em;
  line-height: 1.2;
}

.modal-content, #modalcaption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .modal-content {
    width: 100%;
    /* display: block;
    max-height: 90%;
    width: auto; */
  }
}

