#slider-section a {
    color: unset;
    text-decoration: unset;
}

.szlogenketsor {
    max-width: 70% !important;
}

.blockquote-wrapper {
    display: flex;
    padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffffff;
    padding: 30px 0;
    width: 85%;

    z-index: 1;
    margin: 70px auto 100px;

    align-self: center;
    /* border-top: solid 1px;
     border-bottom: solid 1px;*/
}

/* Blockquote header */
.blockquote h1 {
    position: relative;
    /*color: #3390a5;*/
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

/* Blockquote right double quotes */
.blockquote:after {
    position: absolute;
    content: "“";
    color: rgb(255, 255, 255);
    font-size: 10rem;
    line-height: 0;
    top: 58px;
    left: -100px;
}

@media all and (max-width: 1200px) {
    .blockquote h1 {
        font-size: 30px;
    }

    .blockquote:after {
        position: absolute;
        content: "“";
        color: rgb(255, 255, 255);
        font-size: 6rem;
        line-height: 0;
        top: 58px;
        left: -75px;
    }


}

@media all and (min-width: 1921px) {
    .swiper-slide {
        background-size: cover !important;
    }
}

@media all and (max-width: 1400px) {
    .blockquote h1 {
        font-size: 30px;
    }

    .blockquote:after {
        position: absolute;
        content: "“";
        color: rgb(255, 255, 255);
        font-size: 7rem;
        line-height: 0;
        top: 58px;
        left: -65px;
    }


}

@media all and (max-width: 770px) {
    .blockquote h1 {
        font-size: 30px;
    }

    .blockquote:after {
        position: absolute;
        content: "“";
        color: rgb(255, 255, 255);
        font-size: 5rem;
        line-height: 0;
        top: 58px;
        left: -50px;
    }


}

@media all and (max-width: 1400px) {
    #section-production h2 {
        font-size: 34px !important;
    }


}

@media all and (max-width: 770px) {
    #section-production h2 {

        white-space: wrap !important;
    }


}

/* increase header size after 600px */
@media all and (max-width: 600px) {
    .blockquote h1 {
        font-size: 30px;
    }

    .blockquote:after {
        position: absolute;
        content: "“";
        color: rgb(255, 255, 255);
        font-size: 4rem;
        line-height: 0;
        top: 58px;
        left: -40px;
    }


}

@media all and (max-width: 380px) {
    .blockquote h1 {
        font-size: 28px;
    }

    .blockquote:after {
        position: absolute;
        content: "“";
        color: rgb(255, 255, 255);
        font-size: 5rem;
        line-height: 0;
        top: 58px;
        left: -45px;
    }


}

@media only screen and (max-width: 991px) {
    .gyarszoveg {
        order: 2 !important;
    }

    .gyarkep {
        order: 1 !important;
    }
}

.gyarbutton2 {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .gyarszoveg {
        order: 1 !important;
    }

    .gyarszoveg a {
        display: none;
    }

    .gyarkep {
        order: 2 !important;
    }

    .gyarbutton2 {
        display: block !important;
        order: 3 !important;
        text-align: left !important;
    }

    .gyumikep {
        width: 30%;
    }

}

@media only screen and (max-width: 575px) {
    .blockquote {
        margin-top: 12%;
    }
}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #292a2b;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
}

.gyarbutton {
    z-index: 100;
    position: relative;
}

/************
*   ABOUT
************/
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 460px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.about-box {
    transition: transform 1s ease;
}

.flip-card p {
    padding: 2px 32px 16px 32px;
    font-size: 17px;
}

.about-box.moved-up {
    transform: translateY(-28px);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-buttons {
    position: absolute;
    top: 98%;
    left: 118%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 25px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

#js-hamburger:not(:disabled) {
    position: absolute;
    top: 1em !important;
    right: 2em;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    color: rgb(219, 27, 27);
    transform: rotateY(180deg);
    margin-top: 50px;
}

/************
*   OFFER
************/
#section-offer .top-row {
    padding: 42px;
    min-height: 200px;
}

#section-offer .overlays .bar {
    width: 100%;
}


#section-divider img {
    top: -63px;
    position: relative;
}

#section-offer .info-box {
    background-color: var(--grey-1);
    margin-top: 20px;
    text-align: left;
    padding: 10px 42px 10px 42px;
}

#section-offer .info-box h3 {
    color: var(--dark-grey);
    font-size: 22px;
    font-weight: 700;
    padding: 40px 0 30px 0;
}

/************
*   PRODUCTION
************/
#section-production {
    background-color: var(--grey-8);
    padding: 82px 0;
}

#section-production h2 {
    color: var(--color-3);
    font-size: 40px;
    font-weight: 900;
}

#section-production p {
    font-size: 18px;
}

/************
*   EVENT
************/
#section-event {
    padding: 40px 0 62px 0;
}

#section-event h2 {
    color: var(--color-2);
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 26px;
}

#section-event .card {
    border: 0px;
    background: #ebebeb;
    border-radius: 6px;
}

#section-event .card img {
    border-radius: 0px;
}

#section-event .card-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: var(--color-4);
    padding: 22px 4px;
    text-transform: capitalize;
}

#section-event .card-footer {
    padding: 0px;
    background: #fff;
    border: 0px;
}

.aktualitas-card {
    transition: transform .2s;
}

.aktualitas-card:hover {
    transform: scale(1.1);
}


/* RESPONSIVE */
@media (max-width: 575.98px) {
    #section-joinus .col-joinus-text h2 {
        text-align: center;
        font-size: 34px;
    }

    #section-joinus .container-bg {
        background-size: 284% !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    #section-joinus .container-bg {
        min-height: 376px;
    }

    #section-production {
        text-align: center;
    }

    #section-production h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    #section-production p {
        font-size: 16px;
    }

    #section-event h2 {
        font-size: 34px;
        padding-bottom: 32px;
    }
}



@media (min-width: 576px) and (max-width: 767.98px) {

    #section-production {
        text-align: center;
    }

    #section-production h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    #section-joinus .container-bg {
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

}


@media (min-width: 768px) and (max-width: 991.98px) {


    #section-production h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    #section-joinus .container-bg {
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    #slider-section .swiper-container {
        height: 660px;
    }


    header .webshop-button {
        display: none;
    }

    #section-production h2 {
        color: var(--color-3);
        font-size: 30px;
    }

    #section-joinus .container-bg {
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
}