﻿.autofilter {
    position: relative;
    padding: 0.5% 3% 0.5% 3%;
}

.filter-headline {
    margin: 1.5vw 0 1.5vw 0;
    width: 100%;
    height: 28px;
    color: #000000;
    font-family: "rubik_lightbold";
    font-size: 24px;
    letter-spacing: 0.75px;
    text-align: center;
}

/* Checkboxes */
.fil_checkboxes {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 100%; */
}

.filter-checkbox {
    position: relative;
    height: 100%;
    width: 33%;
    float: left;
    text-align: center;
}

    .filter-checkbox input[type="checkbox"] {
        opacity: 0;
    }

    .filter-checkbox label::before,
    .filter-checkbox label::after {
        position: absolute;
        content: "";
        display: inline-block;
    }


    .filter-checkbox label::before {
        width: 24px;
        height: 24px;
        border-radius: 8px;
        background-color: #000000;
        opacity: 0.05;
        left: -18px;
        top: -19px;
    }

    .filter-checkbox label::after {
        height: 9px;
        width: 14px;
        border-left: 2px solid;
        border-bottom: 2px solid;
        color: white;
        transform: rotate(-55deg);
        left: -13px;
        top: -13px;
        z-index: 2;
    }

    .filter-checkbox input[type="checkbox"] + label::after {
        content: none;
    }

    .filter-checkbox input[type="checkbox"]:checked + label::before {
        background-color: #ff7f27;
        color: #ff7f27;
        opacity: 1;
    }

    .filter-checkbox input[type="checkbox"]:checked + label {
        color: #000;
    }

        .filter-checkbox input[type="checkbox"]:checked + label::after {
            content: "";
        }

.label2 {
    position: relative;
    color: #b1b1b1;
    font-family: "rubik_medium";
    font-size: 14px;
    /* text-align: left; */
}

.temp {
    font-family: "rubik_medium";
    font-size: 14px;
}
.selectwarpper2 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    position: relative;
    font-family: 'nunito_sanssemibold';
    color: #0052a0;
    font-size: 16px;
    padding-left: 16px;
    background-image: url('./cssimages/arrow.png');
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 16px;
}
#Hersteller, #dropit2, #dropit3, #dropit4, #dropit5, #dropit6, #dropit7, #dropit8, #dropit9, #dropit10 {
    width: 48%;
    height: 48px;
    margin-top: 12px;
    border-radius: 4px;
    background-color: #ffffff;
}

.search-bordered {
    margin-top: 16px;
    padding: 8px 0 8px 0;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
}

.search-title {
    margin-bottom: 16px;
    width: 100%;
    height: 21px;
    color: #000000;
    font-family: "rubik_lightbold";
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.64px;
    line-height: normal;
    text-align: center;
}

/* checkbox für farbauswahl */
.search-circle-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

    .search-circle-group input:checked ~ .search-circle {
        border: white;
        box-shadow: 0 0 2px 2px #111111, 0 0 4px 4px #333333, 0 0 6px 6px #555555, 0 0 8px 8px #777777;
    }


.search-circle:after {
    content: "";
    position: absolute;
    display: none;
}

.search-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
}

.search-circle-group {
    margin: 8px 12px 8px 24px;
    width: 50px;
    float: left;
    text-align: center;
    border: 0;
}

.imflex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.search-filter-cluster {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.search-send, .search-clear {
    margin-top: 24px;
    margin-left: 5px;
    width: 170px;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #0052a0;
    background-color: #0052a0;
    float: left;
    color: #ffffff;
    font-family: "ubuntu_condensedregular";
    font-size: 18px;
}

    .search-clear a {
        color: white;
        text-decoration: none;
    }

.ha-pagination {
    float: right;
}

.page-elem {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0.5vw;
    line-height: 2.5vw;
    border-radius: 0.5vw;
    background-color: #d4d4d4;
    float: right;
    text-align: center;
    color: #ffffff;
    font-family: "rubik_medium";
    font-size: 1.125vw;
}

.page-active {
    background-color: #ff7f27;
}
.filter-kraftstoff {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
}

.filter-ausstattung {
    position: relative;
    width: 50%;
    padding-left: 8px;
    float: left;
    text-align: left;
    height: 32px;
    line-height: 24px;
}

    .filter-ausstattung input[type="checkbox"] {
        opacity: 0;
    }

    .filter-ausstattung label {
        position: relative;
        display: inline-block;
        padding-left: 32px;
    }

        .filter-ausstattung label::before,
        .filter-ausstattung label::after {
            position: absolute;
            content: "";
            display: inline-block;
        }

        .filter-ausstattung label::before {
            height: 24px;
            width: 24px;
            border-radius: 8px;
            background-color: #000000;
            opacity: 0.05;
            left: 0px;
            top: 0px;
        }

        .filter-ausstattung label::after {
            height: 9px;
            width: 14px;
            border-left: 2px solid;
            border-bottom: 2px solid;
            color: white;
            transform: rotate(-55deg);
            left: 5px;
            top: 6px;
            z-index: 2;
        }

    .filter-ausstattung input[type="checkbox"] + label::after {
        content: none;
    }

    .filter-ausstattung input[type="checkbox"]:checked + label::after {
        content: "";
    }

    .filter-ausstattung input[type="checkbox"]:checked + label::before {
        background-color: #ff7f27;
        color: #ff7f27;
        opacity: 1;
    }

    .filter-ausstattung input[type="checkbox"]:checked + label {
        color: #000;
    }

.car-grau {
    background-color: grey;
    border: solid 1px #7f7f7f;
}

.car-blau {
    background-color: blue;
    border: solid 1px #ffff00;
}

.car-schwarz {
    background-color: black;
    border: solid 1px #ffffff;
}

.car-rot {
    background-color: red;
    border: solid 1px #00ffff;
}

.car-grün {
    background-color: green;
    border: solid 1px #ff7fff;
}

.car-orange {
    background-color: orange;
    border: solid 1px #005aff;
}

.car-gelb {
    background-color: yellow;
    border: solid 1px #0000ff;
}

.car-braun {
    background-color: brown;
    border: solid 1px #5ad5d5;
}

.car-beige {
    background-color: beige;
    border: solid 1px #0a0a23;
}

.car-silber {
    background-color: silver;
    border: solid 1px #3f3f3f;
}

.car-violett {
    background-color: violet;
    border: solid 1px #117d11;
}

.car-weiß {
    background-color: white;
    border: solid 1px #000000;
}

.car-metallic {
    background-color: #757575;
    border: solid 1px #8a8a8a;
}
.availablecars {
    font-family: 'rubik_medium';
    font-size: 16px;
    text-align: center;
}
.onswitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.onswitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.onslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    border-radius: 34px;
}

    .onslider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }
input:checked + .onslider {
    background-color: #ff7f27;
}

input:focus + .onslider {
    box-shadow: 0 0 1px #ff7f27;
}

input:checked + .onslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.search-filter-block {
    width: auto;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    line-height: 40px;
    margin: 8px;
    padding: 0 8px 0 8px;
    color: #0052a0;
    font-family: "nunito_sanssemibold";
    font-size: 16px;
    float: left;
}

.search-x-out {
    position: relative;
    height: 20px; /* this can be anything */
    width: 20px; /* ...but maintain 1:1 aspect ratio */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin-right: 1vw;
}

    .search-x-out::before,
    .search-x-out::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 4px; /* cross thickness */
        background-color: #ff7f27;
    }

    .search-x-out::before {
        transform: rotate(45deg);
    }

    .search-x-out::after {
        transform: rotate(-45deg);
    }
.fzgsuche-crumb {
    position: relative;
    width: 50%;
    height: 3vw;
    padding-left: 1vw;
    font-family: "rubik_regular";
    font-size: 0.875vw;
    text-align: left;
    line-height: 3vw;
    float: left;
}

.order-by {
    position: relative;
    width: 50%;
    font-family: "rubik_regular";
    font-size: 0.875vw;
    text-align: right;
    line-height: 3vw;
    float: right;
}

#order-by {
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 48px;
    width: 250px;
    margin-top: 12px;
    border-radius: 4px;
    background-color: #ffffff;
    border: none;
    position: relative;
    font-family: 'nunito_sanssemibold';
    color: #0052a0;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding-left: 1.5vw;
    background-image: url('./cssimages/arrow.png');
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 1vw;
}
#fzgliste {
    min-height: 1322px;
    width: 100%;
}



@media screen and (max-width: 640px) {
    .page-elem {
        width: 6vw;
        height: 6vw;
        margin: 1.2vw;
        line-height: 6vw;
        border-radius: 1.2vw;
        font-size: 2.7vw;
    }

    .order-by {
        font-size: 2.5vw;
        line-height: 3vw;
    }

    .fzgsuche-crumb {
        padding-left: 5vw;
        font-size: 2.5vw;
        line-height: 3vw;
    }

    .row {
        --bs-gutter-x: 0;
    }
}