@font-face {
    font-family: GT Walsheim Regular;
    src: url('../fonts/GT-Walsheim-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: GT Walsheim Regular Oblique;
    src: url('../fonts/GT-Walsheim-Regular-Oblique.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    font-family: 'GT Walsheim Regular', Arial, sans-serif;
    color: black;
    font-weight: normal;
}
h1 {
    font-size: 64px;
    letter-spacing: 3.2px;
    font-weight: normal;
    margin: 0;
}
h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 32px;
    font-weight: normal;
    margin: 15px 0 0;
}
h3 {
    font-size: 24px;
    letter-spacing: 1.2px;
    font-weight: normal;
    margin: 0;
}
p {
    font-size: 21px;
    letter-spacing: 0.32px;
    line-height: 28px;
    margin-bottom: 15px;
}
a {
    color: black;
    text-decoration: none;
}
.sectionFullWidth {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.image-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 673px;
    position: relative;
}
.lineContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.line {
    background-image: url("../elements/dots3.svg");
    background-size: auto 1.5px;
    background-repeat: repeat-x;
    width: 5000px;
    height: 1.5px;
}
.headerImageContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 556px;
    overflow: hidden;
}
.headerImage {
    height: 100%;
}
.containerNormal {
    width: 90%;
    max-width: 900px;
}
.containerTight {
    width: 90%;
    max-width: 466px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.headerTitleContainer {
    position: absolute;
    bottom: 13px;
}
.shopSection {
    margin-top: 25px;
}
.productGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.productGridItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-wrap: anywhere;
}
.thumbnailContainer {
    width: 100%;
    position: relative;
}
.thumbnailContainer:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.productTitle {
    width: 100%;
}
.productDescription {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 24px;
}
.productVariants {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 24px;
    margin-top: 0;
}
.productDimensions {
    font-family: 'GT Walsheim Regular Oblique', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 15px;
}
.buttonWrapper {
    width: 100%;
}
.button {
    width: 130px;
    background-image: url("../elements/KubelikDesign_Button_RZ.svg");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 13px 10px 10px;
}
.aboutSection {
    margin-top: 30px;
}
.aboutImage {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 70px;
}
.footer {
    flex-direction: row;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.footerContainer {
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footerItem {
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.footerItem:first-child {
    text-align: right;
}
.footerItem:last-child {
    text-align: left;
}
.social-media-container-2 {
    width: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.secondLine {
    display: none;
}
/*LIGHTBOX*/
.lightboxOverlay {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .75);
}
.lightbox {
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.gallery-lightbox {
    justify-content: center;
}
.galleryImage {
    max-height: 60vh;
    max-width: 60vw;
    object-fit: contain;
    margin: 58px 16px 65px 16px;
}
.lightboxClose {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 16px;
    top: 16px;
    z-index: 10;
    cursor: pointer;
}
.arrowLeft {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 60px;
    bottom: 16px;
    z-index: 10;
    cursor: pointer;
}
.arrowRight {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    cursor: pointer;
}
.counter {
    position: absolute;
    left: 16px;
    bottom: 25px;
    z-index: 10;
    font-family: 'GT Walsheim Regular Oblique', Arial, sans-serif;
    font-size: 15px;
}
.lightboxTitle {
    position: absolute;
    top: 16px;
    left: 16px;
    margin: 0;
}
.contact-lightbox {
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
    width: 50vw;
    min-width: 350px;
}
.contact-lightbox form {
    width: 80%;
    max-width: 350px;
}
.contact-lightbox input {
    margin-bottom: 10px;
    margin-top: 7px;
    width: 100%;
}
.contact-lightbox textarea {
    margin-bottom: 10px;
    margin-top: 7px;
    width: 100%;
    height: 80px;
    resize: none;
}
.contact-lightbox label {
    width: 100%;
}
.checkboxContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.checkboxContainer input {
    width: auto;
    margin-right: 5px;
}
.checkboxContainer span {
    cursor: pointer;
}
.lightbox-button {
    width: 180px;
    padding-top: 21px;
}
.requestResult {
    margin-top: 10px;
}
.legal-lightbox {
    width: 90vw;
    height: 90vh;
    overflow-y: auto;
    padding: 0 30px 30px 30px;
}
.legal-lightbox h2 {
    margin-bottom: 10px;
}
.legal-lightbox p {
    font-size: 17px;
    line-height: 20px;
    margin-top: 7px;
}
.legal-overlay {
    z-index: 1;
}
/* FIXED ITEMS */
.logo {
    position: fixed;
    width: 200px;
    height: 100px;
    transform: rotate(-90deg);
    left: -50.5px;
    top: 125px;
}
.social-media-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 50px;
}
.social-media {
    margin: 5px;
    height: 35px;
    width: 35px;
}
/* BREAKPOINTS */
@media (min-width: 1150px) {
    .headerImageContainer {
        width: 100%;
    }
    .headerImage {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 900px) {
    .footerContainer {
        width: 85%;
    }
}
@media (max-width: 700px) {
    .productGrid {
        grid-template-columns: 1fr 1fr;
    }
    .footerContainer {
        display: flex;
        flex-direction: column;
    }
    .footerItem {
        text-align: center;
    }
    .footerItem:first-child {
        text-align: center;
    }
    .footerItem:last-child {
        text-align: center;
    }
    .social-media-container-2 {
        display: flex;
    }
    .footer {
        flex-direction: column;
    }
    .social-media-container {
        display: none;
    }
    .image-title {
        height: 573px;
    }
    .headerImageContainer {
        height: 456px;
    }
    .galleryImage {
        max-height: 80vh;
        max-width: 80vw;
    }
    .logo {
        width: 100px;
        height: 50px;
        left: -25.5px;
        top: 75px;
    }
}
@media (max-width: 400px) {
    .image-title {
        height: 473px;
    }
    .headerImageContainer {
        height: 356px;
    }
    .productGrid {
        grid-template-columns: 1fr;
    }
    .firstLine {
        display: none;
    }
    .secondLine {
        display: flex;
    }
    .containerNormal {
        width: 80%;
    }
    .containerTight {
        width: 80%;
    }
    .lightbox {
        height: 100vh;
        width: 100vw;
    }
    .lightboxOverlay {
        z-index: 1;
    }
    .galleryImage {
        max-height: 80vh;
        max-width: 90vw;
    }
    .contact-lightbox {
        justify-content: center;
    }
    .legal-lightbox {
        margin-top: 30px;
    }
}
@media(max-width: 370px) {
    h1 {
        font-size: 55px;
    }
    .image-title {
        height: 458px;
    }
}