.container {
    margin: auto;
    max-width: 1547px; /* Ebay's viewport limit */
    width: 100%;
}

.body {
    font-family: 'Open Sans', sans-serif;
    margin: 60px 30px;
    text-align: center;
}

.header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    max-width: 1547px; /* Ebay's viewport limit */
    top: 0;
    margin-left: -40px;
    z-index: -1;
}

input {
    display: none;
}

section {
    display: none;
    padding: 20px 0 0;
    margin-bottom: 30px;
}

img {
    max-width: 100%;
}

#de-tab:checked ~ #de-description,
#en-tab:checked ~ #en-description {
    display: block;
    margin-top: 50px;
}

.lang-tab {
    margin: 0 !important;
}

#en-tab1:checked ~ #content1,
#en-tab3:checked ~ #content3,
#en-tab4:checked ~ #content4,
#en-tab5:checked ~ #content5,
#en-tab6:checked ~ #content6,
#de-tab1:checked ~ #de-content1,
#de-tab3:checked ~ #de-content3,
#de-tab4:checked ~ #de-content4,
#de-tab5:checked ~ #de-content5,
#de-tab6:checked ~ #de-content6 {
    display: block;
}

.description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.description__img {
    display: block;
    width: 48%;
}

.description__right {
    width: 48%;
}

.description__title {
    font-size: 36px;
    text-align: left;
}

.description__info {
    padding: 20px 0;
    text-align: left;
}

.description-spec-container {
    display: flex;
    margin: auto;
    width: 100%;
}

.description__spec {
    text-align: left;
    width: 55%;
}

.description__auto {
    align-items: center;
    padding: 25px 0px 25px 25px;
    margin: auto;
    width: 42%;
}

.description__auto__vertical {
    align-items: center;
    padding: 0px 0px 0px 25px;
    margin: auto;
    width: 42%;
}

.description__auto__vertical > img {
    max-height: 190px;
}

.description-auto-text {
    font-weight: bold;
    padding-top: 15px;
}

.table-first-column {
    font-weight: 700;
    padding-right: 20px;
}

.info__text {
    margin: 60px 0;
}

.info__text h3 {
    text-decoration: underline;
}

.accent {
    font-weight: 700;
    text-decoration: underline;
    color: #6f6f6f;
    font-style: italic;
}

.about {
    margin-top: 30px;
}

.about__titles-txt {
    font-size: 25px;
    cursor: pointer;
    padding: 0 15px;
}

.about__input:checked + label {
    font-size: 25px;
    cursor: pointer;
    padding: 0 10px;
    border-bottom: 2px solid #F79606;
    color: #F79606;
  }

.about__titles-txt:hover {
    color: #F79606;
}

.footer {
    display: flex;
    background-color: #111111;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    height: 100px;
}

.footer .dark-text {
    padding: 0 30px;
}

.dark-text {
    color: #707070;
}

.oran-text {
    color: #F79606;
}

.full-width {
    width: 100%;
}

@media screen and (max-width: 950px) {
    .description__img {
        padding-bottom: 20px;
        width: 100%;
    }
    
    .description__right {
        width: 100%;
    }

    #de-tab:checked ~ #de-description,
    #en-tab:checked ~ #en-description {
        margin-top: 20px;
    }
}

@media screen and (max-width: 560px) {
    .description-spec-container {
        display: block;
    }

    .description__spec {
        width: 100%;
    }
    
    .description__auto {
        margin: 0px;
        padding: 20px 0px 0px 0px;
        width: 100%;
    }

    .description__auto__vertical {
        margin: 0px;
        padding: 20px 0px 0px 0px;
        width: 100%;
    }

    .body {
        margin: 45px 5px;
    }

    .header {
        margin-left: -20px;
    }

    .header > img {
        height: 120px;
        width: 120px;
    }

    #de-tab:checked ~ #de-description,
    #en-tab:checked ~ #en-description {
        margin-top: 15px;
    }
}

@media screen and (max-width: 375px) {
    .body {
        margin: 20px 5px;
    }

    .header {
        margin-left: -15px;
    }

    .header > img {
        height: 80px;
        width: 80px;
    }

    #de-tab:checked ~ #de-description,
    #en-tab:checked ~ #en-description {
        margin-top: 5px;
    }
}
