p {
    padding-bottom: 15px;
}

.myDiv {
    width: 100%;
    height: 500px;
    margin-top: 25px;
}

#kitasuche_selectedkitas {
    list-style-type: none;
}

#kitasuche_selectedkitas li {
    margin-top: 5px;
}

#kitasuche_selectedkitas .show-kita {
    display: inline-block;
    margin-right: 0;
    cursor: pointer;
    padding: 8px;
    border: 1px solid #cdcdcd;
    border-right: 0;
    background-color: #f4f4f4;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
}

#kitasuche_selectedkitas .home-icon {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 8px;
    margin: -8px 7px -8px -8px;
}

#kitasuche_selectedkitas .delete-kita {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    padding: 8px;
    border: 1px solid #ce352c;
    background-color: #ce352c;
    color: white;
    transition: all ease-in-out .2s;
    opacity: 0.7;
    vertical-align: top;
}

#kitasuche_selectedkitas .delete-kita:hover {
    opacity: 1;
}

.selectize-control {
    width: 100%;
}

#kitasuche-table tbody {
    height: 50px;
    overflow: auto;
}

#kitasuche-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

#kitasuche-wrapper form > div {
    display: inline-block;
    margin-right: 10px;
    width: 250px;
}

#kitasuche-wrapper form input[type="text"] {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    outline: 0;
    color: #666666;
    width: 100%;
}

#form-kitasuche label {
    margin-top: 10px;
    margin-bottom: 4px;
    display: inline-block;
}

label[for="kitasuche_form_adresse"] {
    margin-top: 0 !important;
}

#determine-location-button {
    margin-top: 10px;
    width: 100%;
}

/* Custom Button */
#form-kitasuche button[type="submit"] {
    display: inline-block;
    border: none;
    font-family: 'Lato', sans-serif;
    background-color: #007c31;
    color: white;
    cursor: pointer;
    padding: 10px 30px 10px 60px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    transition: all 0.3s;
    font-size: 15px;
    width: 100%;
}

#form-kitasuche button[type="submit"]:before {
    font-family: 'Font Awesome 5 Free';
    speak: none;
    font-weight: 900;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 38px;
    font-size: 140%;
    width: 40px;
    background-color: #003e19;
}

#form-kitasuche button[type="submit"]:hover {
    background-color: #003e19;
}

#kitasuche_form_speichern:before {
    content: "\f002";
}

#locator-status {
    font-family: 'Font Awesome 5 Free';
    speak: none;
    font-weight: 900;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 38px;
    font-size: 140%;
    width: 40px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Custom Button */
button[class="select-kita"] {
    display: inline-block;
    border: none;
    font-family: 'Lato', sans-serif;
    background-color: #007c31;
    color: white;
    cursor: pointer;
    padding: 10px 30px 10px 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    transition: all 0.3s;
    font-size: 14px;
    width: 100%;
}

button[class="select-kita"]:before {
    font-family: 'Font Awesome 5 Free';
    speak: none;
    font-weight: 900;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 37px;
    font-size: 14px;
    width: 40px;
    background-color: #003e19;
}

button[class="select-kita"]:hover {
    background-color: #003e19;
}

button[class="select-kita"]:before {
    content: "\f0eb";
}

#kitasuche-results {
    display: none;
    margin-top: 40px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 250px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #d0d0d0;
    overflow-y: auto;
}

#kitasuche-results table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

#kitasuche-results th {
    position: sticky;
    top: 0;
    background-color: black;
    color: white;
    font-weight: 300;
    padding: 8px 10px;
}

#kitasuche-results td {
    padding: 5px;
}

#kitasuche-results tr:nth-child(even) {
    background-color: #f4f4f4;
}

#kitasuche-results tr td:nth-child(4), #kitasuche-results tr td:nth-child(5), #kitasuche-results tr td:nth-child(6) {
    text-align: center;
}

@media screen and (max-width: 770px) {
    #kitasuche-wrapper form > div {
        width: 100%;
    }

    #determine-location-button {
        width: 100%;
    }
}