#TIES{
        cursor: pointer;
    }
    .col-lg-8{
        width: 100%;
    }
    .Dekanatsjugendkammer{
        float: left;
        margin: 5px;
        padding: 10px;
        max-width: 45%;
        min-width: 270px;
        border: solid;
        border-radius: 30px;
        text-color: black;
    }
    .Leitender_Kreis{
        float: left;
        max-width: 45%;
        min-width: 270px;
        margin: 5px;
        padding: 10px;
        border: solid;
        border-radius: 30px;
        text-color: black;

    }
    .bild{
        width:80%;
        margin-left: 5%;
        border-radius: 15px;
    }
    #widget-area{
        display: none;
    }
    h3{
        text-align: center;
    }
    .zeilen{
        width: 100%;
        float: inline-end;
    }
    .button{
        padding:2.5%;
        color: #FFFFFF;
        margin: 10px;
        min-width: 190px;
        text-align: center;
        display: inline-block;
        max-width: 300px;

    }
    .texteinfach{
        display: none;

    }
  .textschwer{

    }
label{
    display: none;
}
#et_button_more{
    display: none;
}
.parralelbuttons{
width: 100%;
}
@media only screen and (min-width:960px){
    .parralelbuttons{
         float: left;
         width: 50%;
    }
}