body{
    margin:0px;
}
.header-bereich{
    background-image: url(./img/start/bibel-1.jpg);
    width:100%;
    height:80vh;
    background-size: cover;
    background-position: center;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
}
.start-menu{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:20px;
}
.seiten-menu{
    height:80px;
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color:rgba(39, 36, 32, 0.9);
    backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.abstand-oben{
    padding-top: 120px;
}
.logo-bereich{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100px;
    width:100px;
    border-radius: 50px;
}
.gemeindelogo{
    width:80px;
}
.logo-bereich-seite{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height:60px;
    width:60px;
    border-radius: 50px;
}
.gemeindelogo-seite{
    width:50px;
}
.menulink{
    background-color: rgb(70, 64, 53) !important;
    padding:10px 20px !important;
    text-decoration: none !important;
    color: white !important;
    font-size: 14px !important;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

}
.menulink:hover{
    background-color: rgb(32, 29, 25) !important;

}
.begrüßungs-bereich{

    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.begrüßung-umrandung{
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border:solid 5px white;
    padding:30px;
    margin:70px 20px;
}
.begrüßung-text{
    margin:0;
    padding:0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: 100;

}
h1{
    margin:20px 0px;
    padding:0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: 100;
}
p{
    margin:0;
    padding:0;
}
button{
    border: 1px solid white;
}




.ganze-seite{
    width:100%;
    min-height:100vh;
    display:flex;
    justify-content: center;
}
.start-hintergrund{
    background-color: rgb(220, 211, 200);
}
.seiten-hintergrund{
    background-color: rgb(222, 216, 209);
}
.seiten-inhalt{
    max-width: 1500px;
    width:100%;
}


.zwei-bereiche{
    width:100%;
    display: flex;
    flex-direction: row;
}
.termine-bereich{
    flex: 1.2;
    margin: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:60px;
}



.bibelstelle-bereich{
    display: flex;
    flex-direction: column;
    padding: 100px 50px;
    font-family: "Rouge Script", cursive;
    color:black;
    gap:20px;
    text-shadow: 0px 0px 0px rgb(50, 40, 29);
}
.seite-bibelstelle-bereich{
    display: flex;
    flex-direction: column;
    padding: 70px 10%;
    font-family: "Rouge Script", cursive;
    color:rgb(0, 0, 0);
    gap:20px;
}
.bibelvers{
    font-size: 40px;
}
.bibelstelle{
    font-size: 30px;
    text-align: right;
}

.termin-box{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    width:100%;
    margin:50px;
}
.glaubensbekenntnis-bereich{
    display:flex;
    flex-direction: column;
    width:auto;
    padding:15px 30px;
}

h2{
    margin:0px 0px;
    padding:0;
    font-family: "Federo", sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.abstand1{
    height: 20px;

}
.abstand2{
    height: 50px;

}
.termin-punkte{
    display:flex;
    flex-direction: column;
    padding: 10px;
    width:100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 100;
}
.terminpunkt{
    display:flex;
    flex-direction: column;
    margin:10px 0px;
}
.termin{
    font-weight: bold;
}
.datum{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 100;
    color:black;
    text-decoration: none;
}
.termin-bild{
    width:100%;
}
.termin-bild-start-bereich{
    background-color: #00000000 !important;
}
.termin-bild-start{
    border: 5px white solid;
    border-radius: 15px;
}
.start-split-bereich{
    display:flex;
    flex-direction: row-reverse;
}
.streamlink-bereich{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:60px 20px;
}
.stream-link{
    background-color: rgb(78, 74, 69) !important;
    padding: 15px 30px !important;
    text-decoration: none !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 30px !important;
    font-size: 20px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: center !important;
}
.stream-link:hover{
    background-color: rgb(54, 51, 48) !important;
}
b {
    font-weight: bold !important;
  }

.veranstaltung-bild{
    width:100%;
}
h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.trennlinie{
    background-color: rgb(115, 112, 109);
    height: 2px;
    width:80%;
    margin:50px 0px;
}
.uber-uns-bereich{
    display: flex;
    flex-direction: row;
    background-color: white;
    padding:30px;
    border-radius: 10px;
}
.bethausbild{
    width:300px;
    object-fit: cover;
}
.uber-uns-text-bereich{
    display: flex;
    width: auto;
    flex-direction: column;
    padding:0px 30px;
}

.angebote-bereich{
    display:flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.angebot-box{
    display:flex;
    width:200px;
    aspect-ratio: 4 / 4.5;
    padding: 20px;
}

.angebot{
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.7);
}
.angebot:hover{
    box-shadow: 0px 0px 30px rgb(0, 0, 0, 1);
}
.unsichtbarer-text{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
.termine-bild{
    background-image: url(./img/start/Startbilder.001.jpeg);
}
.uber-uns-bild{
    background-image: url(./img/start/Startbilder.002.jpeg);
}
.kinder-bild{
    background-image: url(./img/start/Startbilder.005.jpeg);
}
.kontakt-bild{
    background-image: url(./img/start/Startbilder.006.jpeg);
}
.jungschar-bild{
    background-image: url(./img/start/Startbilder.004.jpeg);
}
.jugend-bild{
    background-image: url(./img/start/Startbilder.003.jpeg);
}


.seite-headline-bereich{
    display:flex;
    width:100%;
    justify-content:center;

}
.seite-headline{
    text-align: center;
    font-family: "Federo", sans-serif;
    font-size: 50px;
}
.box-seite-bereich{
    display:flex;
    width:100%;
    padding:100px;
    flex-direction: row;
    box-sizing: border-box;
}
.box-seite-bild{
    width: 50%;
    object-fit: cover;
    display: block;
    height: auto;
    flex: 1;
}
.box-seite{
    width: 50%;
    object-fit: cover;
    display: block;
    height: auto;
    flex: 1;
    background-color: white;
    padding:40px 60px;
    justify-content: center;
}
.radius-links{
    border-radius: 20px 0px 0px 20px;
}
.radius-rechts{
    border-radius: 0px 20px 20px 0px;
}
.anmeldebutton-bereich{
    width:auto;
    padding:20px 0px;
    display:flex;
    justify-content: flex-end;
}
.anmeldebutton{
    background-color: rgb(93, 85, 76);
    padding: 10px 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border-radius: 30px;;
}
.anmeldebutton:hover{
    background-color: rgb(56, 54, 50);
}
footer{
    width: auto;
    padding:40px;
    display: flex;
    flex-direction: column;
    background-color: rgb(56, 54, 50);
    color:white;
    gap:50px;
}
.footer-oben{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.footer-schrift{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 100;
    color:rgb(255, 255, 255);
    text-decoration: none;
}
.footer-schrift-klein{
    font-family: sans-serif;
    font-size: 12px;
    color:rgb(165, 165, 165);
    text-align: center;
}
.footer-links-bereich{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.impressum-bereich{
    padding:14px;
}
.impressum-schrift{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.bearbeitungs-zeile{
    margin: 20px 0px!important;
}
.bearbeituns-eingabe{
    display: flex;
    flex-direction: column;
    gap:5px ;
}
input{
    margin:0px;
    border: 3px rgb(56, 54, 50) solid;
    border-radius: 30px;
    padding: 7px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 80%;
}
.sehr-kleine-schrift{
    font-size: 12px !important;
}
.button-zeile{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:5px;
}

.statusmeldung {
    font-family: sans-serif;
    font-size: 16px;
    color: green;
    background-color: #e7ffe7;
    border: 1px solid green;
    border-radius: 5px;
    padding: 8px 16px;
    margin-bottom: 20px;
    width: fit-content;
}
.bearbeitung-button{
    padding: 10px 20px !important;
    color: white !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    border: 0px solid black;
    margin: 3px 0px !important
}
.speichern{
    background-color: rgb(31, 101, 31) !important;
}
.loeschen{
    background-color: rgb(108, 27, 27) !important;
}

.home-button {
  position: fixed;
  top: 95px;
  left: 10px; /* oder right: 20px; */
  padding: 10px 10px;
  background-color: #ebebeb;
  color: rgb(94, 94, 94);
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 0px 20px rgba(0,0,0,0.2);
  z-index:1001;
}

.home-button:hover {
  background-color: #453f3f;
  color: white;
}
.kleine-schrift-mitarbeiter{
    font-size: 12px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}







    #slider-container {
      display: none;
      flex-direction: column;
      padding:140px 5px 140px 5px;
      margin-top: 40px;
      margin-bottom: 0px;
      background-color: rgb(60, 59, 59);
        text-align:center;
        color:white;
    }

    #slider-wrapper {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      
      width:100%;
      height:50vh;
    }

    .galleriebild {
      width: 100%;
      height: 100%;
      object-fit: contain;
      box-shadow: 0 0 20px rgba(0,0,0,0.0);
      transition: opacity 0.3s ease;
    }

    .galleriebuttonbereich{
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 30px;
        margin-top: 20px;
    }
    .galleriebutton{
        background-color: rgb(73, 71, 68) !important;
        padding:10px 20px !important;
        text-decoration: none !important;
        color: white !important;
        font-size: 14px !important;
        text-align: center !important;
        font-family: Arial, Helvetica, sans-serif !important;
        border-radius: 20px !important;
        border: 1px solid rgb(71, 70, 70);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    }
    
    

    #ladehinweis {
      position: absolute;
      bottom: 5%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.4);
      backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
      padding: 5px 10px;
      border: 1px solid rgba(164, 164, 164, 0.7);
      border-radius: 8px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
      display: none;
      font-style: italic;
      color: #000000;
      font-size: 10px;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
    }

    .spinner {
      width: 18px;
      height: 18px;
      border: 3px solid #ccc;
      border-top: 3px solid #333;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    #bildname {
      margin: 15px 0;
      font-size: 8px;
    }





    .ordnerauswahl-bereich{
        display:flex;
        justify-content: flex-start;
        width: auto;
        gap:20px;
        flex-direction: row;
        flex-wrap: wrap;
        padding:20px 10px 100px 10px;
    }
    .bild-auswählen-2-bereich{
        display:flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap:5px;
        width: 100%;
    }
    .bilder-liste{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }



@media(max-width: 700px){

    .bethausbild{
        width:100%;
        margin-top: 20px;
    }
    .uber-uns-bereich{
        padding:30px 20px;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .begrüßung-text{
        font-size: 20px;
    }
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 20px;
    }
    .begrüßung-umrandung{
        padding:20px;
        margin:90px 20px;
    }
    .datum{
        font-size: 16px;
        margin:5px 0px;
    }
    .termin{
        font-size: 18px;
    }

    .angebot-text{
        font-size: 20px;
    }
    .angebot-box{
        width:150px;
        aspect-ratio: 1 / 1;
        padding: 20px;
    }
    .termin-box{
        border-radius: 10px;
        margin:20px 10px;
    }
    .bibelstelle-bereich{
        padding: 80px 40px;
        gap:10px;
    }
    .seite-bibelstelle-bereich{
        padding: 60px 40px;
        gap:10px;
    }
    .bibelvers{
        font-size: 35px;
    }
    .bibelstelle{
        font-size: 20px;
        text-align: right;
    }
    .seite-headline{
        font-size: 30px;
    }
    .termin-bild-start{
        width:95%;
    }
}

@media(max-width: 1460px){
    .angebote-bereich{
        justify-content: flex-start;
    }

}
@media(max-width: 980px){
    .zwei-bereiche{
        width:100%;
        display: flex;
        flex-direction: column;
    }
    .termin-box{
        width:auto;
    }
    .angebote-bereich{
        justify-content: center!important;
    }
    .box-seite-bereich{
        flex-direction: column-reverse;
        padding:50px 20px;
    }
    .box-seite-bild{
        width: 100%;
    }
    .box-seite{
        width: auto;
        padding: 20px;
    }
    .radius-links{
        border-radius: 0px 0px 20px 20px;
    }
    .radius-rechts{
        border-radius: 20px 20px 0px 0px;
    }
    .home-button {
      font-size: 12px;
      padding: 7px 10px;
    }
    .start-split-bereich{
        flex-direction: column;
    }
}