#Container-Oben {
  position: fixed;
  top: 0;
  padding: 40px;
  margin-left: 30px;
  width: 70%;
}

#Container-Mitte {
  position: fixed;
  top: 45%;
  color: white;
  padding-left: 12px;
  margin-left: 0px;
  padding-right: 42px;
}

#Container-Unten {
  position: fixed;
  bottom: 20px;
  color: white;
  margin-left: 100px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-right: 140px;
}

@media (min-width: 1200px) {
  #Container-Oben, #Container-Mitte, #Container-Unten {
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  #Container-Oben:hover, #Container-Mitte:hover, #Container-Unten:hover {
    opacity: 1;
  }
}

#info {
  width: auto;
  display: inline;
  position: fixed;
  /*opacity: 0;*/
  top: 0;
  right: 0;
  text-align: right;
  margin: 30px;
  padding: 10px;
  background: rgba(255,255,255,0.45);
  border-radius: 9px;
  text-shadow: 0px 0px;
  color: var(--bs-danger);
}

#counter {
  height: 12px;
  background: var(--bs-green);
  font-size: 10px;
  color: var(--bs-white);
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
}

#Eins, #Zwei, #Drei {
  /*background: url("../../assets/img/bb1.jpg") top / cover no-repeat;*/
  /*background: var(--bs-gray);*/
  height: 100vh;
  width: 100vw;
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  opacity: 0;
}

#index {
  background: url("../../assets/img/bb1.webp") top / cover no-repeat;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  /*transition: opacity 1s ease-out;*/
  /*animation: fadein 2s;*/
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#contact {
  background: url("../../assets/img/bb8.webp") top / cover no-repeat;
}

#impressum {
  background: url("../../assets/img/bb109.webp") top / cover no-repeat;
}

#datenschutz {
  background: url("../../assets/img/bb511.webp") top / cover no-repeat;
}

#impressum-text {
  background: rgba(255,255,255,0.26);
  padding: 20px;
  margin-top: 100px;
}

#daten-text {
  background: rgba(255,255,255,0.1);
  padding: 20px;
  padding-bottom: 80px;
  margin-top: 50px;
}

#message {
  min-height: 180px;
}

.contact-clean {
  color: var(--bs-red);
  font-size: 20px;
  padding-top: 65px;
  padding-bottom: 100px;
  padding-left: 100px;
  margin: 30px;
  max-width: 600px;
}

svg {
  color: white;
}

/* Icon */

@media only screen and (max-width: 600px) {
  svg {
    font-size: 2.5em;
  }
}

@media only screen and (min-width: 600px) {
  svg {
    font-size: 3em;
  }
}

@media only screen and (min-width: 768px) {
  svg {
    font-size: 3.5em;
  }
}

@media only screen and (min-width: 992px) {
  svg {
    font-size: 4.5em;
  }
}

@media only screen and (min-width: 1200px) {
  svg {
    font-size: 5.5em;
  }
}

/* Navbar Icon */

@media only screen and (max-width: 600px) {
  .navbar-toggler-icon {
    /*opacity: 0.80;*/
    font-size: 0.7em;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-toggler-icon {
    /*opacity: 0.80;*/
    font-size: 1.2em;
  }
}

/* -------------------------    Bildinfo */

@media only screen and (max-width: 600px) {
  #info {
    font-size: 1em;
  }
}

@media only screen and (min-width: 600px) {
  #info {
    font-size: 1.8em;
  }
}

@media only screen and (min-width: 768px) {
  #info {
    font-size: 1.7em;
  }
}

@media only screen and (min-width: 992px) {
  #info {
    font-size: 2.3em;
  }
}

@media only screen and (min-width: 1200px) {
  #info {
    font-size: 2.9em;
  }
}

/* ---------------------------------------------------------     Text */

@media only screen and (max-width: 600px) {
  #daten-text, #impressum-text {
    font-size: 0.7em;
  }
}

@media only screen and (min-width: 600px) {
  #daten-text, #impressum-text {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 768px) {
  #daten-text, #impressum-text {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 992px) {
  #daten-text, #impressum-text {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1200px) {
  #daten-text, #impressum-text {
    font-size: 1em;
  }
}

/* --------------------------------------------- h3 h4 */

@media only screen and (max-width: 600px) {
  h3, h4 {
    font-size: 1.3em;
  }
}

@media only screen and (min-width: 600px) {
  h3, h4 {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 768px) {
  h3, h4 {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 992px) {
  h3, h4 {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 1200px) {
  h3, h4 {
    font-size: 1.5em;
  }
}

