@font-face {
    font-family: "Mango Dream";
    src: url(fonts/Mango%20Dream.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: "Mango Dream", Forum, Roboto;
}
.bg-images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    animation: bgAnimation 40s infinite;
    transition: background-image 1s;
}
.navbar, .dropdown-menu {
    background-color: #000000;
    font-size: 1.3rem;
}
.navbar-brand, .nav-link, .dropdown-item {
    /* color: #A7C520 !important; */
    color: #fff !important;
}

a:hover{
    color: #A7C520 !important;
}

.dropdown-menu a:hover{
    background-color: #000000 !important;
}

.btn-custom {
    background-color: #A7C520;
    color: #000;
}
.alert {
    position: fixed;
    top: 20px;
    width: 100%;
    text-align: center;
    display: none;
}
.formmaxwidt {
    max-width: 400px;
    justify-content: center;
}
@keyframes bgAnimation {
    0%   { background-image: url('../img/img01.jpeg'); }
    20%  { background-image: url('../img/img02.jpeg'); }
    40%  { background-image: url('../img/img03.jpeg'); }
    60%  { background-image: url('../img/img04.jpeg'); }
    80%  { background-image: url('../img/img05.jpeg'); }
    100% { background-image: url('../img/img01.jpeg'); }
}
/*
.container {
    max-width: 400px;
    padding: 2rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
*/

.haeder-overlay{
    background-color: rgba(0, 0, 0, 0.5);
}

.container-event-form{
    max-width: 400px;
    padding: 2rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);    
}

.container-logo{
    padding: 2rem;
    position: relative;
}

.w-80{
    width: 80%;
}

.containerouter{
    height: 70%;
    margin: 0 auto;
    align-content: center;
}

.mw-100{
    max-width: 100%;
}


.parallax-container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Overlay */
      z-index: 1;
    }

.parallax-container {
  position: relative;
  width: 100%;
  max-width: 2560px;
  max-height: 1440px;
  height: 100vh;
  /*background-image: url('img/img02.jpeg');*/
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  z-index: 2;
}

.parallax-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 3;
}

.parallax-content-min {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 3;
}

.logotext{
    letter-spacing: .7rem;
    color: white;
}

main {
  position: relative;
  z-index: 1;
}

section {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.8);
}


.bg-black{
    background-color: #000;
}

.bg-green{
    background-color: #A7C520;
}

.bg-black h1,
.bg-black h2 {
    color: white;
}

footer section.bg-black {
    color: white;
}

.bg-black p{
    color: #white;
}

.text-xl{
    font-size: x-large;
}

.text-large{
    font-size: large;
}

.text-smaller{
    font-size: smaller;
}

.bg-white{
    background-color: #fff;
}

.footerlink{
    color: #A7C520;
}


/* Für mobile Geräte */
@media only screen and (max-width: 768px) {
  .parallax-container {
    background-attachment: scroll;
    background-position: center;
  }

  .parallax-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('img/img02.jpeg')*/;
    background-size: cover;
    background-position: center;
    z-index: 1;
    will-change: transform;
  }

  .parallax-content {
    position: relative;
    z-index: 2;
  }
}
