/* ---------------------------------------------
   SEKTION - WER SIND WIR
   ---------------------------------------------
   Beinhaltet die Section-IDs 
   #wer-sind-wir
   #mitglieder-slider
   #mg-bild
------------------------------------------------ */


/* ---------------------------------------------
   EINLEITUNGSTEXT MIT UEBERSCHRIFT UND BUTTON
   --------------------------------------------- */
   
/* Abstaende und Formatierung */
#wer-sind-wir {
    margin-bottom: 60px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* Schriftanpassungen */
#wer-sind-wir .wpb_wrapper > div.nectar-highlighted-text h2 {
    margin-bottom: -5px !important; 
}

#wer-sind-wir .wpb_wrapper > div.nectar-highlighted-text {
    margin-bottom: 25px !important; 
}

/* Button - Grundstil */
#zu-unseren-mitgliedern {
    box-shadow: none;
    background-color: transparent;
    border: 2px solid #54ae31;
    border-radius: 5px;

    font-size: 20px;
    padding: 10px 20px;
    margin-top: 15px;

    transition: background-color 0.3s ease;
}

/* Button - Hover-Effekt */
#zu-unseren-mitgliedern:hover {
    background-color: #54ae31 !important;
    color: white;
}


/* ---------------------------------------------
   MITGLIEDER-SLIDER
   --------------------------------------------- */

/* Entfernen des Abstands unterhalb einer wpb_row des Mitglieder Sliders */
#mitglieder-slider.wpb_row:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 0px;
}


/* ---------------------------------------------
   BILD CONTAINER
   --------------------------------------------- */
#mg-bild {
    width: 100%;
    min-height: 470px;
}


/* ---------------------------------------------
   MOBVILE ANPASSUNGEN
   --------------------------------------------- */
@media screen and (max-width: 768px) {

    /* Wer-sind-wir Bereich */
    #wer-sind-wir {
        max-width: 100%;
        padding-top: 10vw !important;
    }

    /* Button-Anpassung */
    #zu-unseren-mitgliedern {
        text-align: center;
        width: 100%;
    }
}
