
@media (max-width: 767px) {

   body {
            background-color: white;
            margin: 0 0 0 0;
        }
    
        header {
            background-color: rgb(255, 255, 255);
            width: 100vw;
            height: auto;
        }
    
        section .container-header {
            width: 100vw;
            height: auto;
            background-color: rgb(13, 22, 104);
            display: flex;
            margin-bottom: 0%;
        }
    
        .container-logo {
            width: 50vw;
            height: auto;
            background-color: #ffffff;
            display: flex;
            justify-content: left;
            align-items: center;
            padding-left: 1vw;
        }
    
        .logo {
        width: 20vw;
    }

    .container-menu {
        width: 100vw;
        height: auto;
        background-color: #ffffff;
        display: flex;
        justify-content: right;
        align-items: center;
        padding-right: 5vw;

    }


    .dropbtn {
        display: none;
    }

    .dropdown {
        width: 55vw;
        height: auto;
        background-color: #ffffff;
        display: flex;
        text-align: left;
        justify-content: left;
    }

    .container-dropdown {
        width: 55vw;
        height: auto;
        background-color: #ffffff;
        display: flex;
        text-align: left;
        justify-content: left;
    }

    ul.links {
        width: 100vw;
        padding: 0%;
        padding-left: 0%;
    }

    ul li {
        float: left;
        display: flex;
        text-align: left;
        justify-content: left;
        padding-left: 0%;
        padding: 0%;
    }

    .links li {
        float: left;
        display: flex;
        text-align: left;
        justify-content: left;
        padding-left: 2vw;
    }

    .links a {
        color: #000000;
        font-weight: lighter;
        font-size: 3vw;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        text-align: left;
        justify-content: left;
        display: flex;
        text-decoration: none;
    }

    .links a:hover {
        color: #D71922;
    }

    .container-menu b {
        width: 5vw
    }

    .facebook {
        float: right;
        display: flex;
        background-color: white;
        width: 2.2vw;
        margin: 0% 0% 0% 0%;
    }

    .shopping-basket {
        background-color: #ffffff;
        width: 5vw;
        height: 6vw;
        display: flex;
        justify-content: center;
        align-items:center;
    }

    .einkaufswagen-mobile {
        display: none;
    }

    .einkaufswagen-website {
        float: right;
        width: 4vw;
        height: 4vw;
        margin: 0% 0% 0% 0%;
        background-color: white;
    }

    .cart {
        margin-top: 2.5vw;
        margin-right: -2vw;
        width: 2vw;
        height: auto;
        background-color: #D71922;
        color: #ffffff;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.7vw;
        font-weight: bold;
        border-radius: 50%;
        padding: 0.5vw;
        text-align: center;
        position:absolute;
        justify-content: center;
        align-items:center;
    }
        
        nav {
            width: 100vw;
            height: auto;
            background-color: #5A5A5A;
            padding-bottom: 2vw;
            padding-top: 2vw;
        }

        .deliveryText{
            color: #ffffff;
            padding-left: 2vw;
        }
        
    
        footer{
            height: auto;
            width: 100vw;
            margin-bottom: 10vw;
            margin-top: 5vw;
        }
        
        .container-beratung h3{
            font-size: 2vw;
            align-items: center;
            justify-content: center;
            display: flex;
            color: #D71922;
            font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
    
        .container-beratung p{
            font-size: 1.5vw;
            text-align: center;
            align-items: center;
            justify-content: center;
            display: flex;
            color: #000000;
            font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
    
        .container-AGB p{
            font-size: 1.0vw;
            text-align: center;
            align-items: center;
            justify-content: center;
            display: flex;
            color: #000000;
            font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
    
        .container-AGB a{
            color: #000000;
            font-weight: lighter;
            font-size: 1.0vw;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            text-decoration: none;
        }
    
        .container-AGB a:hover {
            color: #D71922;
        }
        
        .flipping {
            width: 10vw;
            height: 10vw;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(3, 1fr);
         }
         
         .flipping div {
            animation: flipping-18i5bq 1.5s calc(var(--delay) * 1s) infinite backwards;
            background-color: #d71922;
         }
         
         .flipping div:nth-child(1) {
            --delay: 0.1;
         }
         
         .flipping div:nth-child(2) {
            --delay: 0.2;
         }
         
         .flipping div:nth-child(3) {
            --delay: 0.3;
         }
         
         .flipping div:nth-child(4) {
            --delay: 0.4;
         }
         
         .flipping div:nth-child(5) {
            --delay: 0.5;
         }
         
         .flipping div:nth-child(6) {
            --delay: 0.6;
         }
         
         .flipping div:nth-child(7) {
            --delay: 0.7;
         }
         
         .flipping div:nth-child(8) {
            --delay: 0.8;
         }
         
         .flipping div:nth-child(9) {
            --delay: 0.9;
         }
    
    }
    
    
    
    
    
    
    
    
    
    @media (min-width: 768px) and (max-width: 1023px) {
    
        body {
            background-color: white;
            margin: 0 0 0 0;
        }
    
        header {
            background-color: rgb(255, 255, 255);
            width: 100vw;
            height: auto;
        }
    
        section .container-header {
            width: 100vw;
            height: auto;
            background-color: rgb(13, 22, 104);
            display: flex;
            margin-bottom: 0%;
        }
    
        .container-logo {
            width: 50vw;
            height: 8vw;
            background-color: #ffffff;
            display: flex;
            justify-content: left;
            align-items: center;
            padding-left: 1vw;
        }
    
        .logo {
            width: 15vw;
        }
    
        .container-menu {
            width: 50vw;
            height: auto;
            background-color: #ffffff;
            display: flex;
            justify-content: right;
            align-items: center;
            padding-right: 5vw;
    
        }
    
    
        .dropbtn {
            display: none;
        }
    
        .dropdown {
            width: 30vw;
            height: auto;
            background-color: #ffffff;
            display: flex;
            text-align: left;
            justify-content: left;
        }
    
        .container-dropdown {
            width: 30vw;
            height: auto;
            background-color: #ffffff;
            display: flex;
            text-align: left;
            justify-content: left;
        }
    
        ul.links {
            width: 100vw;
            padding: 0%;
            padding-left: 0%;
        }
    
        ul li {
            float: left;
            display: flex;
            text-align: left;
            justify-content: left;
            padding-left: 0%;
            padding: 0%;
        }
    
        .links li {
            float: left;
            display: flex;
            text-align: left;
            justify-content: left;
            padding-left: 2vw;
        }
    
        .links a {
            color: #000000;
            font-weight: lighter;
            font-size: 1.4vw;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            text-align: left;
            justify-content: left;
            display: flex;
            text-decoration: none;
        }
    
        .links a:hover {
            color: #D71922;
        }
    
        .container-menu b {
            width: 5vw
        }
    
        .facebook {
            float: right;
            display: flex;
            background-color: white;
            width: 2.2vw;
            margin: 0% 0% 0% 0%;
        }
    
        .shopping-basket {
            background-color: #ffffff;
            width: 3vw;
            height: 4vw;
            display: flex;
            justify-content: center;
            align-items:center;
        }
    
        .einkaufswagen-mobile {
            display: none;
        }
    
        .einkaufswagen-website {
            float: right;
            width: 2.2vw;
            height: 2.2vw;
            margin: 0% 0% 0% 0%;
            background-color: white;
        }
    
        .cart {
            margin-top: 2.5vw;
            margin-right: -2vw;
            width: 1vw;
            height: auto;
            background-color: #D71922;
            color: #ffffff;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-size: 1vw;
            font-weight: bold;
            border-radius: 50%;
            padding: 0.5vw;
            text-align: center;
            position:absolute;
            justify-content: center;
            align-items:center;
        }
        
        nav {
            width: 100vw;
            height: auto;
            background-color: #5A5A5A;
            padding-bottom: 2vw;
            padding-top: 2vw;
        }

        .deliveryText{
            color: #ffffff;
            padding-left: 2vw;
        }
        
    
        footer{
            height: auto;
            width: 100vw;
            margin-bottom: 10vw;
            margin-top: 5vw;
        }
        
        .container-beratung h3{
            font-size: 2vw;
            align-items: center;
            justify-content: center;
            display: flex;
            color: #D71922;
            font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
    
        .container-beratung p{
            font-size: 1.5vw;
            text-align: center;
            align-items: center;
            justify-content: center;
            display: flex;
            color: #000000;
            font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
    
        .container-AGB p{
            font-size: 1.0vw;
            text-align: center;
            align-items: center;
            justify-content: center;
            display: flex;
            color: #000000;
            font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
    
        .container-AGB a{
            color: #000000;
            font-weight: lighter;
            font-size: 1.0vw;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            text-decoration: none;
        }
    
        .container-AGB a:hover {
            color: #D71922;
        }
        
        .flipping {
            width: 10vw;
            height: 10vw;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(3, 1fr);
         }
         
         .flipping div {
            animation: flipping-18i5bq 1.5s calc(var(--delay) * 1s) infinite backwards;
            background-color: #d71922;
         }
         
         .flipping div:nth-child(1) {
            --delay: 0.1;
         }
         
         .flipping div:nth-child(2) {
            --delay: 0.2;
         }
         
         .flipping div:nth-child(3) {
            --delay: 0.3;
         }
         
         .flipping div:nth-child(4) {
            --delay: 0.4;
         }
         
         .flipping div:nth-child(5) {
            --delay: 0.5;
         }
         
         .flipping div:nth-child(6) {
            --delay: 0.6;
         }
         
         .flipping div:nth-child(7) {
            --delay: 0.7;
         }
         
         .flipping div:nth-child(8) {
            --delay: 0.8;
         }
         
         .flipping div:nth-child(9) {
            --delay: 0.9;
         }
    
    }
    
    
    
    
    
    
    
    
    
    
    
    
    @media (min-width: 1024px){
    
        body {
            background-color: white;
            margin: 0 0 0 0;
        }
    
        header {
            background-color: rgb(255, 255, 255);
            width: 100vw;
            height: auto;
        }
    
        section .container-header {
            width: 100vw;
            height: auto;
            background-color: rgb(13, 22, 104);
            display: flex;
            margin-bottom: 0%;
        }
    
        .container-logo {
            width: 50vw;
            height: 8vw;
            background-color: #ffffff;
            display: flex;
            justify-content: left;
            align-items: center;
            padding-left: 1vw;
        }
    
        .logo {
            width: 15vw;
        }
    
        .container-menu {
            width: 50vw;
            height: auto;
            background-color: #ffffff;
            display: flex;
            justify-content: right;
            align-items: center;
            padding-right: 5vw;
    
        }
    
    
        .dropbtn {
            display: none;
        }
    
        .dropdown {
            width: 30vw;
            height: auto;
            background-color: #ffffff;
            display: flex;
            text-align: left;
            justify-content: left;
        }
    
        .container-dropdown {
            width: 30vw;
            height: auto;
            background-color: #ffffff;
            display: flex;
            text-align: left;
            justify-content: left;
        }
    
        ul.links {
            width: 100vw;
            padding: 0%;
            padding-left: 0%;
        }
    
        ul li {
            float: left;
            display: flex;
            text-align: left;
            justify-content: left;
            padding-left: 0%;
            padding: 0%;
        }
    
        .links li {
            float: left;
            display: flex;
            text-align: left;
            justify-content: left;
            padding-left: 2vw;
        }
    
        .links a {
            color: #000000;
            font-weight: lighter;
            font-size: 1.4vw;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            text-align: left;
            justify-content: left;
            display: flex;
            text-decoration: none;
        }
    
        .links a:hover {
            color: #D71922;
        }
    
        .container-menu b {
            width: 5vw
        }
    
        .facebook {
            float: right;
            display: flex;
            background-color: white;
            width: 2.2vw;
            margin: 0% 0% 0% 0%;
        }
    
        .shopping-basket {
            background-color: #ffffff;
            width: 3vw;
            height: 4vw;
            display: flex;
            justify-content: center;
            align-items:center;
        }
    
        .einkaufswagen-mobile {
            display: none;
        }
    
        .einkaufswagen-website {
            float: right;
            width: 2.2vw;
            height: 2.2vw;
            margin: 0% 0% 0% 0%;
            background-color: white;
        }
    
        .cart {
            margin-top: 2.5vw;
            margin-right: -2vw;
            width: 1vw;
            height: auto;
            background-color: #D71922;
            color: #ffffff;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-size: 1vw;
            font-weight: bold;
            border-radius: 50%;
            padding: 0.5vw;
            text-align: center;
            position:absolute;
            justify-content: center;
            align-items:center;
        }
        
        nav {
            width: 100vw;
            height: auto;
            background-color: #5A5A5A;
            padding-bottom: 2vw;
            padding-top: 2vw;
        }

        .deliveryText{
            color: #ffffff;
            padding-left: 2vw;
        }
        
    
        footer{
            height: auto;
            width: 100vw;
            margin-bottom: 10vw;
            margin-top: 5vw;
        }
        
        .container-beratung h3{
            font-size: 2vw;
            align-items: center;
            justify-content: center;
            display: flex;
            color: #D71922;
            font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
    
        .container-beratung p{
            font-size: 1.5vw;
            text-align: center;
            align-items: center;
            justify-content: center;
            display: flex;
            color: #000000;
            font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
    
        .container-AGB p{
            font-size: 1.0vw;
            text-align: center;
            align-items: center;
            justify-content: center;
            display: flex;
            color: #000000;
            font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
    
        .container-AGB a{
            color: #000000;
            font-weight: lighter;
            font-size: 1.0vw;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            text-decoration: none;
        }
    
        .container-AGB a:hover {
            color: #D71922;
        }
        
        .flipping {
            width: 10vw;
            height: 10vw;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(3, 1fr);
         }
         
         .flipping div {
            animation: flipping-18i5bq 1.5s calc(var(--delay) * 1s) infinite backwards;
            background-color: #d71922;
         }
         
         .flipping div:nth-child(1) {
            --delay: 0.1;
         }
         
         .flipping div:nth-child(2) {
            --delay: 0.2;
         }
         
         .flipping div:nth-child(3) {
            --delay: 0.3;
         }
         
         .flipping div:nth-child(4) {
            --delay: 0.4;
         }
         
         .flipping div:nth-child(5) {
            --delay: 0.5;
         }
         
         .flipping div:nth-child(6) {
            --delay: 0.6;
         }
         
         .flipping div:nth-child(7) {
            --delay: 0.7;
         }
         
         .flipping div:nth-child(8) {
            --delay: 0.8;
         }
         
         .flipping div:nth-child(9) {
            --delay: 0.9;
         }
    
    
    }
    
    #preloader{
        background: #000;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
    }
    
    @keyframes flipping-18i5bq {
        0% {
           transform: perspective(10vw) rotateX(-90deg);
        }
     
        50%, 75% {
           transform: perspective(10vw) rotateX(0);
        }
     
        100% {
           opacity: 0;
           transform: perspective(10vw) rotateX(0);
        }
     }
    
    