.dropdown {
    position: relative;
    width: 300px;
    font-family: Arial, sans-serif;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dropdown::-webkit-scrollbar {
    display: none;
}

.dropdown-display {
    border: 1px solid var(--main-border-color-ínput2);
    padding: 10px;
    cursor: pointer;
    background-color: var(--main-background-input);
    border-radius: 4px;
    min-height: 40px;
    max-height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    scroll-behavior: smooth;
    gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dropdown-display::-webkit-scrollbar {
    display: none;
}

.selected-item {
    background-color: var(--main-background-input);
    border: 1px solid var(--main-border-color-ínput2);
    padding: 5px 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    align-items: center;
    gap: 5px;
}

.selected-item span {
    font-size: 14px;
}

.selected-item button {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: var(--main-text-color);
}

.selected-item button:hover {
    color: red;
}

.dropdown-options {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid var(--main-border-color-ínput2);
    background-color: var(--main-background-input);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 10;
}

.dropdown-options label {
    padding: 5px 0 5px 5px;
    cursor: pointer;
}

.dropdown-options label:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.dusche{
    width: fit-content;
    gap: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.dusche>p{
    width: fit-content;
    text-wrap: nowrap;
    font-weight: lighter;
}

.dusche>input{
    width: 15%;
}

.optgroup {
    margin: 10px 0;
    padding: 5px 0 5px 5px;
}

.optgroup-label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}

.optgroup>label{
    width: 100%;
    text-align: left;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.optgroup>label>input{
    min-width: auto;
}

#bild{
    box-shadow: none;
}

#delete{
    height: fit-content;
    width: fit-content;
    background-color: var(--main-background-karte);
    color: var(--main-text-color);
}

#beschreibung{
    min-height: 100px;
}

.bildHinzu{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.bildHinzu>img{
    height: 30px;
    width: 30px;
    aspect-ratio: 1/1;
}

.background{
    color: var(--main-text-color-light);
}

.remove {
    height: 1em;
    box-shadow: none;
    display: flex;
    align-items: center;
    text-align: center;
}

.preis{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.einzeln{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.filter-switch {
    border: 2px solid var(--main-border-color);
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    width: 400px;
    overflow: hidden;
}

.filter-switch input {
    display: none;
}

.filter-switch label {
    flex: 1;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    font-weight: 500;
    font-size: 18px;
}

.filter-switch .background {
    position: absolute;
    width: 49%;
    height: 38px;
    background-color: var(--main-border-color);
    top: 4px;
    left: 4px;
    border-radius: 30px;
    transition: left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#option2:checked~.background {
    left: 50%;
}

#option1:checked+label[for="option1"] {
    color: #212121;
    font-weight: bold;
}

#option2:checked+label[for="option2"] {
    color: #212121;
    font-weight: bold;
}

#option1:not(:checked)+label[for="option1"],
#option2:not(:checked)+label[for="option2"] {
    color: #7d7d7d;
}

#platz{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: var(--main-margin-m);
}

.einzeln>p{
    display: flex;
    text-align: center;
    align-items: center;
}

#type{
    width: 50%;
    border: var(--main-border-color) solid 1px;
    border-radius: var(--main-border-radius);
    box-shadow: var(--main-box-shadow);
    height: 2em;
}

#tankForm{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#closeMap {
    display: block;
    margin: 10px auto;
    padding: 8px 16px;
}

.buttonsSubmit{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*Large Desktop, TV, etc.*/
@media screen and (min-width: 1200px){

}

/*Tablet landscape, laptop, Desktop*/
@media screen and (min-width: 992px) and (max-width: 1199px){ 

}

/*Tablet portrait*/
@media screen and (min-width: 767px) and (max-width: 991px) { 

}

/*mobile landscape*/
@media screen and (min-width: 480px) and (max-width: 766px){

}

@media screen and (max-width: 479px){
    #type{
        width: 100%;
    }
    .head>p{
        display: none;
    }
}