﻿/*Text-Styles start*/

/*Global*/
.container {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 75% !important;
}

.section-title {
    color: #B28840;
    font-family: "Poiret One", Sans-serif;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}

.section-title-white {
    color: #FFFFFF;
    font-family: "Poiret One", Sans-serif;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: left;
}

.section-subtitle {
    color: #B28840;
    font-family: 'Poiret One';
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 20px 0;
}

.section-text {
    text-align: left;
    color: #7A7A7A;
    font-family: "Barlow", Sans-serif;
    font-weight: 400;
    margin: 0 0 1.41575em;
    line-height: 1.618;
}

.section-text-white {
    text-align: left;
    color: #FFFFFF;
    font-family: "Barlow", Sans-serif;
    font-weight: 400;
}

.validation-message {
    color: #880000;
}
/*Global end*/
/*HomePage*/
.title-image {
    color: #FFFFFF;
    font-family: "Poiret One", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

.subtitle-image {
    color: #FFFFFF;
    font-family: 'Alata';
    font-size: 2em;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    margin-top: -75px;
    margin-bottom: 50px;
}

.info-text {
    color: #7A7A7A;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: start;
}

/*HomePage end*/

/*Contact*/
.contact-info h2 {
    color: white;
    font-family: "Alata", sans-serif;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px;
}

.contact-info a {
    color: white;
    display: inline-block;
    background-color: #b28840;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Alata", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    line-height: 1;
    margin-top: 15px;
}

.contact-info p {
    color: white;
    text-align: center;
    margin-top: 0;
    padding-bottom: 100px;
}

.response {
    color: #b28840;
    font-size: 18px;
}
/*Contact End*/


/*WhoAreWe*/
.title-historycard {
    color: #4B4B4B;
    font-family: 'Homemade Apple', Sans-serif;
    font-size: 26px;
    font-weight: 600;
}

/*WhoAreWe end*/

/*OurStores*/

.legal-title-text {
    color: #b28840;
}

/*OurStores end*/

/*Opening hours component*/

.opening-hours-table th, .opening-hours-table td {
    width: 50%;
    padding: 8px;
    text-align: left;
    color: #6d6d6d;
    font-weight: 400;
}

.opening-hours-table th {
    font-weight: 600 !important;
    background-color: #f8f8f8;
    font-family: "Alata", Sans-serif;
}

.opening-hours-table tr {
    background-color: #fdfdfd;
    font-family: "Barlow", Sans-serif;
}

    .opening-hours-table tr:nth-child(even) {
        background-color: #fbfbfb
    }

.closed-hours td {
    color: lightgray !important;
}

/*Opening hours component end*/

/*Text-Styles end*/

/*Structures*/

/*Global*/

/*body {
    margin: 0;
    font-family: 'Alata', sans-serif;
    font-weight: 600;
    width: 100%;
    background-color: white;
}*/

.section-stretched {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.scroll {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.title {
    margin: 0;
}

.subtitle {
    margin: 0;
}

.button {
    transition: background-color 0.3s;
}

    .button:hover {
        background-color: #8B6A32;
    }

/*Global end*/

/*background-images start*/

.background-image,
.background-image-history,
.background-image-ourValues,
.background-image-webakeyouhappy,
.background-image-contact,
.background-image2,
.background-image-jobs,
.background-image-jobs-2
{
    position: relative;
    width: 100%;
    height: 99.99%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: white;
}

    .background-image::before,
    .background-image-history::before,
    .background-image-ourValues::before,
    .background-image-webakeyouhappy::before,
    .background-image2::before,
    .background-image-contact::before,
    .background-image-jobs::before,
    .background-image-jobs-2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 99.99%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1; /* Place the background behind the content */
    }

.triangle2 {
    transform: scaleY(-1);
    width: 100%;
    position: absolute;
    bottom: -1px;
}

.section-decorations-above {
    position: relative;
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: start;
    z-index: 1; /* Ensure the decorations are above the background */
}

.section-decoration-above {
    width: calc(100% + 1.3px);
    height: 100%;
    transform: scaleX(-1);
}

.section-decorations-below {
    position: relative;
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 1; /* Ensure the decorations are above the background */
}

.section-decoration-below {
    width: calc(100% + 1.3px);
    height: 100%;
    transform: scaleY(-1) scaleX(-1);
}

.mirror-decoration {
    transform: scaleX(-1);
}

/*background-images end*/


/*HomePage*/

.order-button-wrap {
    display: flex;
    justify-content: left;
    cursor: pointer;
}

    .order-button-wrap a {
        font-weight: 500;
        text-transform: uppercase;
        background-color: #000000;
        border-radius: 0px 0px 0px 0px;
        display: inline-block;
        line-height: 1;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all .3s;
        padding: 15px 30px 15px 30px;
        text-decoration: none;
    }

        .order-button-wrap a:hover {
            background-color: #8B6A32;
        }

.image-section-contentcontainer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .image-section-contentcontainer .column .row {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-content: center;
        justify-content: center;
    }

.seal-sticker {
    width: 273px;
    height: 300px;
}

.column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-button-wrap {
    display: flex;
    justify-content: left;
}

    .info-button-wrap a {
        font-family: "Alata", Sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #000000;
        border-radius: 0px 0px 0px 0px;
        display: inline-block;
        line-height: 1;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all .3s;
        padding: 15px 30px 15px 30px;
        text-decoration: none;
    }

        .info-button-wrap a:hover {
            background-color: #8B6A32;
        }

.border-custom-white {
    border: 10px solid white;
}

.text-justified {
    text-align: justify;
}

/*HomePage end*/

/*Contact Start*/
.page {
    line-height: 1.618;
    margin: 0;
}

.first-section,
.last-section {
    margin: auto;
    max-width: 1140px;
}

.first-section {
    padding: 30px;
    margin: 0;
}

.contact-info > * {
    width: fit-content;
    margin: auto;
}

.contact-info i {
    color: #b28840;
    font-size: 100px;
}

.icon {
    width: fit-content;
    margin: 40px auto;
}

/*Contact end*/
/*HomePage & Cookie disclaimer*/

.button-gold {
    display: inline-block;
    padding: 15px 30px;
    background-color: #B28840;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
    margin-top: 50px;
}
/*HomePage & Cookie disclaimer end*/

/*HomePage & WhoAreWe*/

.border-custom {
    border: 10px solid black;
}

/*HomePage & WhoAreWe end*/

/*OurStores*/

.store-info {
    height: auto;
    overflow: auto;
}

.grid-spacing {
    margin: 25px 12px 25px 13px
}

.opening-hours h1 {
    width: 100%;
    word-wrap: break-word;
}

/*OurStores end*/

/*Opening hours component*/

.opening-hours {
    padding: 20px;
    border-radius: 0px;
    margin: 10px 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    height: 100%;
}

.opening-hours-table {
    margin-top: 30px;
}

    .opening-hours-table table {
        width: 100%;
        border-collapse: collapse;
    }

.highlight-today {
    background-color: #b28840;
}

    .highlight-today td {
        background-color: #b28840;
        color: white !important;
    }

    .highlight-today th {
        background-color: #b28840;
        color: white !important;
    }

.branch-portrait {
    margin-bottom: 40px;
}

/*Opening hours component end*/

/*Jobs & Vacancies*/

.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
}

.category {
    flex: 1 1 300px;
    max-width: 470px;
    border: 10px solid #003B5A;
    max-height: 500px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.jobbutton {
    display: inline-block;
    padding: 10px 30px;
    background-color: #B28840;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Alata', sans-serif;
    font-weight: 500;
    border: none;
    transition: 0.3s;
}

    .jobbutton:hover {
        opacity: 90%;
        text-decoration: none;
        color: #FFFFFF;
        transition: 0.3s;
    }

    .jobbutton.large {
        padding: 20px 55px;
        font-size: 1.2em;
        margin-top: 10px;
    }

.jobs-container {
    width: 95%;
    margin: 0 auto;
    padding: 10px;
}

.intro-section {
    padding: 50px 0 20px 0;
}

    .intro-section .container {
        max-width: 1200px;
    }

.join-us-section {
    padding: 20px 0;
    width: 100%;
}

    .join-us-section .section-title {
        margin: 0 auto;
        text-align: center;
        max-width: 800px;
        color: #B28840;
        font-size: 60px;
    }

.spontaneous-application-section {
    padding: 50px 0;
    padding-bottom: 0px;
    text-align: center;
}

    .spontaneous-application-section .container {
        margin: 0px;
        width: 100%;
        padding: 0px;
    }

    .spontaneous-application-section .jobs-section-title {
        font-size: 30px;
        margin-bottom: 10px;
        color: #003B5A;
        width: 100%;
    }


.gold-link {
    text-decoration: none;
    color: #B28840;
    position: absolute;
    bottom: 25px;
    text-transform: uppercase;
    left: 25px;
    font-size: 12px;
    font-weight: 600;
}

    .gold-link:hover {
        opacity: 50%;
    }

.carousel-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px; /* Adjust as needed */
    margin-top: 25px;
    margin-bottom: 25px;
    width: fit-content;
    justify-self: center
}

.carousel-content {
   min-width: 400px;
}

.carousel .slide {
    width: 300px;
}

.carousel-inner {
    max-width: 700px;
    max-height: 700px;
    margin: auto;
}

    .carousel-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the entire area without distortion */
    }

/*Jobs & Vacancies end */

/*Cookiedisclaimer*/

.cookie-container {
    background-color: black;
    color: #fff;
}

.cookie-btn-close {
    color: #5A6268;
    transition: color 0.3s ease;
}

    .cookie-btn-close:hover {
        color: #6C757D;
        background-color: transparent;
    }

    .cookie-btn-close:active {
        border: none;
    }

/*Cookiedisclaimer end*/

/*Structure-Small*/

@media (max-width: 1024px) {
    /*General*/
    .section-title,
    .section-subtitle {
        font-size: 40px;
    }

    .section-text {
        text-align: center;
    }
    
    /*HomePage*/
    .full-width {
        padding: 30px 25px;
    }
}

/*Structure Smallest*/

@media (max-width: 768px) {
    /*General*/
    .section-text {
        text-align: center;
    }

    .order-button-wrap {
        justify-content: center;
    }

    .section-title {
        word-break: break-word;
    }

    /*Contact*/
    .first-section {
        display: block;
    }

        .first-section div {
            height: fit-content;
            margin: auto auto;
        }
    .contact-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        position: absolute;
        top: 25%;
        width: 100%;
    }

        .contact-info > * {
            height: 100%;
        }

    .icon {
        margin-top: 0;
    }

    .contact-info a {
        margin: 40px;
    }

    .talk {
        padding: 75px 0;
        margin: 0;
        text-align: center;
    }
    /*Jobs*/

    .categories {
        gap: 20px;
    }

    .category {
        flex: 1 1 300px;
        max-width: 100%;
        border: 10px solid #003B5A;
        max-height: 600px;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }

    .jobbutton.large {
        padding: 20px 55px;
        font-size: 1.2em;
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

/*Text-Small*/

@media (max-width: 1024px) {
    /*Opening hours component*/

    .opening-hours h1 {
        font-size: 20px !important;
    }

    /*Contact*/
    .first-section {
        margin: auto;
    }


    /*Global*/
    .section-title {
        font-size: 45px;
    }
}

/*Text-Smallest*/

@media (max-width: 768px) {
    /*HomePage*/

    .title-image {
        font-size: 35px;
    }

    .subtitle-image {
        font-size: 20px;
    }

    .info-text {
        text-align: center;
    }

    .info-button-wrap {
        justify-content: center;
    }

    .text-justified {
        text-align: center;
    }

    /*Jobs*/

    .jobs-section-title {
        font-size: 35px;
    }

    .jobs-section-text p {
        text-align: justify;
    }

    .spontaneous-application-section .jobs-section-title {
        font-size: 35px;
    }

    .gold-link {
        color: #B28840;
        font-family: 'Alata', sans-serif;
        font-weight: 500;
        font-size: 16px;
    }

        .gold-link:hover {
            opacity: 90%;
            text-decoration: none;
            color: #B28840;
        }

    /*Opening hours component*/
    .opening-hours h1 {
        font-size: 32px !important;
    }

    /*Global*/
    .section-title {
        display: flex;
        font-size: 35px;
        text-align: center;
        justify-content: center;
    }
}
