@font-face {
    font-family: 'AvantGardeGothicITCW01Bk';
    src: url('../fonts/AvantGardeGothicITCW01Bk.eot');
    src: url('../fonts/AvantGardeGothicITCW01Bk.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvantGardeGothicITCW01Bk.woff2') format('woff2'),
    url('../fonts/AvantGardeGothicITCW01Bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvantGardeGothicITCW01Dm';
    src: url('../fonts/AvantGardeGothicITCW01Dm.eot');
    src: url('../fonts/AvantGardeGothicITCW01Dm.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvantGardeGothicITCW01Dm.woff2') format('woff2'),
    url('../fonts/AvantGardeGothicITCW01Dm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    margin: 0;
    padding: 0;
    background-color: #ffffff;

}

h1{
    font-family: AvantGardeGothicITCW01Dm;
    font-size: 36px;
    margin-block-start: unset;
    margin-block-end: unset;
}

h2{
    font-family: AvantGardeGothicITCW01Bk;
    font-size: 30px;
    margin-block-start: unset;
    margin-block-end: unset;
}

h3{
    font-family: AvantGardeGothicITCW01Bk;
    font-size: 24px;
    margin-block-start: unset;
    margin-block-end: unset;
}

.copytext{
    font-family: AvantGardeGothicITCW01Bk;
    font-size: 12px;
    line-height: 18px;
}

.beschreibung{
    font-family: AvantGardeGothicITCW01Bk;
    font-size: 11px;
    line-height: 16px;
}

a{
    font-family: AvantGardeGothicITCW01Dm;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
}

a:hover, a:active, a:focus{
    font-family: AvantGardeGothicITCW01Dm;
    font-size: 12px;
    color: #e30613;
    text-decoration: none;
}

.nav a{
    font-family: AvantGardeGothicITCW01Bk;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}

.nav a:hover{
    font-family: AvantGardeGothicITCW01Bk;
    font-size: 16px;
}

/*--------------- navbar----------------*/

.navbar {
    background-color: #ffffff;
    border-radius: 0px;
    position: fixed;
    top: 0px;
    left:0px;
    min-height: 40px;
    height: 120px;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    width: 100%;
    z-index: 100;
}

.navbar-header{
    float: left;
    margin: 40px 40px 0px 40px;
}


.navbar .navbar-nav>li>a {
    color: #000000;
    font-size: 16px;
    margin-left: 0;
    margin-right: 20px;
}
.navbar-nav>li.active {
    background-color: #ffffff;
}


.navbar-nav>li>a {
    font-family: AvantGardeGothicITCW01Bk;
    font-size: 16px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}


.navbar-nav {
    float: left;
    margin: 40px 20px 20px 0px;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #e30613;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: unset;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ffffff;
    border-color: unset;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px -20px;
    font-family: AvantGardeGothicITCW01Bk;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: unset;
    border-radius: 0px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-menu>li>a {
    padding: 5px 5px 5px 10px;
    color: #000000;

}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #e30613;
    text-decoration: none;
    background-color: #ffffff;
}

/*--------------- navbar ende----------------*/

.container-fluid{
    padding: 0;
    margin: 0;
}

.auswahl_3{
    position: absolute;
    left: 0px;
    top:120px;
    display: flex;
    flex-wrap: wrap;
    /*background-color: #dfdfdf;*/
    padding: 30px;
    overflow: auto;
    width: 100%;
}


.auswahl_3_feld{
    margin: 10px;
    flex: 1;
    position: relative;


}

.inhalt_feld_3 img{
    object-fit: contain;
    width: 100%;
}

.inhalt{
    margin: 40px;
    position: absolute;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    max-height: 320px;
    overflow-y: auto;
}

.markenauswahl{
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.markenauswahl img{
    max-width: 140px;
}

.container_checkbox {
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.container_checkbox input, .container_checkbox_antwortenliste input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.container_checkbox .checkmark, .container_checkbox_antwortenliste .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: unset;
    border: 1px solid #000000;
}


.headline_feld{
    z-index: 10;
    padding: 40px;
    background-image: linear-gradient(90deg, black, #0000000a);
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.headline_feld h2{
    color: #ffffff;
}



/*---------------------------- max 1280 ------------------------*/

@media only screen and (max-width: 1280px) {

    .headline_feld {
        padding: 30px;
    }

    .headline_feld h2{
        font-size: 24px;
    }

    .inhalt{
        margin: 30px;
    }
}

/*---------------------------- max 1024 ------------------------*/

@media only screen and (max-width: 1024px) {

    .inhalt{
        max-height: 240px;
    }

    .markenauswahl img {
        max-width: 120px;
    }
}

/*---------------------------- max 800 ------------------------*/

@media only screen and (max-width: 800px) {

    .auswahl_3{
        display: block;
    }

    .inhalt{
        margin: 40px;
        max-height: 500px;
    }

    .markenauswahl img {
        max-width: 140px;
    }

    .headline_feld {
        padding: 40px;
    }

    .headline_feld h2{
        font-size: 30px;
    }

    .navbar-header {
        position: initial;
        background-color: #ffffff;
    }
}

/*---------------------------- max 768 ------------------------*/

@media only screen and (max-width: 768px) {

    .auswahl_3{
        top: 60px;
    }


}

/*---------------------------- max 768 ------------------------*/

@media only screen and (max-width: 640px) {

    .navbar-nav {
        float: left;
        margin: 40px 20px 20px 0px;
        display: flex;
    }


}