select {
    font-family: "Nunito", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/static/common/svgs/solid/caret-down.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0 30px 0 0;
    font-size: 32px;
    border: none;
    background-color: white;
}

body.dark select {
    background-color: #333333;
    color: white;
    background-image: url("/static/common/svgs/solid/caret-down-white.svg");
}

#search_dropdown {
    max-width: 85%;
    max-width: calc(100% - 55px);
}

.festl_dropdown_festl {
    max-width: 100%;
    width: auto;
}

.festl_dropdown_outer {
    display: block;
}

.bus_icon {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 32px;
    margin-right: 10px;
    color: #DEBC52;
}

.dropdown {
    margin-top: 15px;
    margin-bottom: 15px;
}

.route_label {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
}

.route_label i {
    margin-right: 10px;
    color: #DEBC52;
}

.departure_table {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

#hin_retour {
    display: block;
    font-size: 28px;
}

.column_hidden {
    display: none;
}

#map_container {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: 60vh;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 10;
}

#map {
    height: 100%;
}

.hin_heading::after {
    content: 'Hin';
}

.retour_heading::after {
    content: 'Retour';
}

.container.dropdown {
    overflow-x: hidden;
}

.info_window_heading {
    font-size: 22px;
    font-family: "Nunito", sans-serif;
}

.info_window_route {
    font-size: 18px;
    font-family: "Nunito", sans-serif;
}

.info_window_departure {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
}

.route-instructions {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    select {
        font-size: 42px;
    }

    #hin_retour {
        display: none;
        font-size: 32px;
    }

    .column_hidden {
        display: table-cell;
    }

    #search_dropdown {
        font-size: 42px;
    }

    #map_container {
        height: 70vh;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .route_label {
        margin-top: 30px;
        font-size: 36px;
    }

    .festl_dropdown_outer {
        display: flex;
    }

    .bus_icon {
        font-size: 42px;
    }

    .dropdown {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .departure_table {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .festl_dropdown_festl {
        width: auto;
    }

    .hin_heading::after {
        content: 'Hinfahrt';
    }

    .retour_heading::after {
        content: 'Retourfahrt';
    }
}
