/* Adressen: adressen-der-jugendzentren.html */

 fieldset#landkreis_suche {
     align-items: baseline;
     display: flex;
     flex: 1 1 auto;
     flex-flow: column nowrap;
     justify-self: flex-start;
 }

#landkreis_suche > div {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;

}

#landkreis_suche input {
    align-self: center;
    margin: 0 5px 0 0;
    width: 10%;
}

#landkreis_suche label {
    width: 90%;
}

/* Accordeon  */
.ce_accordion .toggler {
    border: 1px solid rgb(220,220,220);
    border-bottom: 0;
    padding: 10px;
    margin-bottom: 0;
    background: #666666;
    color: #fff;
}
