﻿* {
    box-sizing: border-box;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #FFFFFF;
    font-family: "Frutiger",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    max-width: 1600px;
}

.wrapper {
    margin: 0px;
    max-width: auto;
}

/** HEADER **/

.keyfacts {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.keyfacts img {
    width: 24%;
}

.headerimage {
    margin-top: 48px;
    display: flex;
}

.headerimage img {
    width: 100%;
    height: auto;
}


.Top-Kategorien {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 6px;
 }

.Top-Kategorien span {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-right: 22px;
}

.Toplinks {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px 12px;
    gap: 20px;
    background: #F2F2F2;
}

.Toplinks a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.ProductTitle {
    padding: 6px 16px;
    gap: 10px;
    background: #004782;
    margin-top: 54px;
}

.ProductTitle p {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #FFFFFF;
}

.Artikelbeschreibung {
    margin-top: 48px;
    margin-bottom: 48px;
}

.BescheibungContainer{
    display: flex;
}

.box {
    display: block;
    width: 50%
}

.BescheibungContainer h1 {
    margin-top: 48px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px;
}

.BescheibungContainer p {
    font-size: 26px;
    line-height: 31px;
}

.BescheibungContainer li {
    font-size: 26px;
    line-height: 31px;
}

.HelpContainer {
    margin-top: 48px;
    vertical-align: central;
    width: 50%;
}

.HelpContainer img {
    max-width: 600px;
    float: right;
}

/** IMAGE GALLERY Start **/

.product_images {
    max-width: 100%;
    display: flex;
}

    .product_images a {
        cursor: pointer;
        border: none;
    }

    .product_images ul, .product_images li {
        list-style: none;
        margin: 2px;
        padding: 4px;
    }

.image-gallery {
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.image-gallery .big-image img {
    width: 500px;
    height: auto;    
}


/** Galery End **/

/** Top-Area (Galery+Info) **/

#it--content2 .right {
    background-color: #ffffff;
    width: 60%;
    margin: 0;
    float: left;
}

#it--content2 .middle {
    width: 40%;
    margin-left: 30px;
}

#it--content2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 48px;
}

/** Top-Area (Galery+Info)  End **/

/** Info-Area right **/

.Artikelmerkmale{
    margin-top: 20px;
}

.Artikelmerkmale p {
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
}

.Artikelmerkmale span {
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
}

.Passend {
    max-height: 150px;
    margin-top: 1px;
    overflow-y: scroll;
}

.Passend p {
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
}

.Passend span {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
}

.Passend li {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.VinCheck p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
}

#infoleft {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 56px;
    background: #F2F2F2;
    width: 99%;
}

.infotext {
    padding: 10px 10px;
}

.infotext h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 34px;
}

.infotext p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.infotext img {
    margin-top: 10px;
}

#inforight {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 56px;
    background: #F2F2F2;
    width: 99%;
}

/** TAB-CONTENT Start **/



.tabmenu {
    justify-content: space-between;
    cursor: pointer;
    min-height: 52px;
    display: block;
    width: 100%;
    
}

    .tabmenu label {
        padding: 10px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        background-color: lightgray;
        position: relative;
        width: 33%;
        text-align: center;
        font-weight: 600;
        font-size: 24px;
        color: #FFFFFF;
        margin-bottom: 15px;
    }

.tabmenu label:hover {
    background-color: #004782;
}

#tab--content {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

#tabcontainer .tabmenu section {
    margin-left: 10px;
    color: rgb(36, 36, 36);
    font-weight: 400;
    letter-spacing: normal;
    display: none;
    max-height: 600px;
    overflow-y: scroll;
    text-align: left;
}

input {
    display: none;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
    display: block;
}

#tab1:checked ~ #tab1 label {
    background-color: #004782;
}

input:checked + label {
    background-color: #004782;
}

#it--content .content-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    margin: 10px 0 20px;
}

#it--content .it--wrapper {
    padding: 0px;
    width: 95%;
}

#it--content section {
    background-color: #ffffff;
}


/** TAB-CONTENT End **/

.Versand {
    padding: 6px 16px;
    gap: 10px;
    background: #004782;
    margin-top: 54px;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    color: #FFFFFF;
}

.Ausschluss {
    margin-top: 48px;
    font-size: 18px;
    line-height: 28px;
}

.hinweis-container {
    margin-top: 28px;
    font-size: 18px;
    line-height: 24px;
}

.KategorienContainer {
    margin-top: 28px;
}
.cat-images {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.cat-images .product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}
.cat-images .product img {
    border: 1px solid #D9D9D9;
    margin-bottom: 3px;
    width: 100%;
}

.footercontent {
    margin-top: 40px;
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}


.footer {
    height: 50px;
    background-color: #004782;
    color: #FFFFFF;
    text-align: right;
    width: 100%;
    font-weight: 300;
    vertical-align: middle;
    padding: 10px 10px;
    font-size: 18px;
}


/** Responsive **/

@media(max-width: 1130px) {

    #tabcontainer {
        flex-flow: column !important;
    }

    #tabcontainer .tabmenu {
        width: 100% !important;
        margin-left: 10px;
        padding: 20px 0 !important;
        -webkit-flex-flow: column !important;
        -ms-flex-flow: column !important;
        -moz-flex-flow: column !important;
        flex-flow: column !important;
        text-align: center
    }

    #tabcontainer .tabmenu section {
        margin-top: 20px;
        text-align: left;
        padding: 0px 10px;
    }

    .tabmenu label {
        width: 100%;
        margin-bottom: 0px;
    }

    .wrapper {
        margin-left: 5px;
        margin-right: 5px;
    }

    .keyfacts img {
        width: 49%;
        margin-bottom: 17px;
    }

    .flag-wrapper .flag-box {
        width: 25%;
        flex-direction: column;
        gap: 14px;
        align-items: center;
        margin-left: 30px;
    }

    .cat-images {
        flex-wrap: wrap;
    }

    .cat-images .product {
        width: 48%;
        flex: none;
    }

    .infotext h2 {
        font-size: 28px;
    }

    .infotext p {
        font-size: 16px;
    }

    
}



@media(max-width: 1100px) {

    .product_images {
        display: block;
    }

    .BescheibungContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .HelpContainer {
        display: flex;
        width: 100%;
        margin: 20px auto !important;
    }

    .Artikelmerkmale {
        display: block;
        margin-top: 30px;
    }

    .HelpContainer img {
        max-width: 100%;
        height: auto;
    }

    .box {
        width: 100%;
    }

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


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

    #infoleft. infotext img {
        max-width: auto;
    }

    infotext h2 {
        font-size: 38px;
    }

    .infotext p {
        font-size: 18px;
    }

    #it--content2 .it--wrapper2 {
        width: 100% !important;
        margin: 0px auto !important;
        padding: 0px auto !important;
    }

    #it--content2 .content-wrapper2 {
        display: flex;
        vertical-align: center;

    }

    #it--content2 .right {
        width: 100% !important;
        margin: 0px auto !important;
        padding: 0px auto !important;
    }

    #it--content2 .middle {
        width: 100% !important;
    }

    .Artikelbeschreibung {
        margin-top: 100px;
    }
}


@media(max-width: 790px) {

    .wrapper {
        max-width: 680px;
        margin: auto;
    }
}

@media(max-width: 500px) {

    .product_images {
        max-width: 480px;
    }

    .wrapper {
        max-width: 480px;
    }

    .Top-Kategorien {
        width: 100% !important;
        flex-flow: column !important;
        text-align: left;
    }

    .Toplinks {
        width: 100%;
        justify-content: center
    }

    .Artikelbeschreibung {
        max-width: 470px;
        margin-top: 30px;
    }

    .Artikelmerkmale {
        margin-top: 30px;
    }

    #tabcontainer {
        width: 460px;
    }

    #tab--content {
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .image-gallery .big-image img {
        width: 420px;
        height: auto;
    }

    #it--content2 .middle {
        max-width: 450px;
    }

    #it--content2 .right {
        max-width: 450px;
    }
}
