/*@font-face {
    font-family: Reey-Regular ;
    font-weight: regular;
    src: url("reey-regular.otf") format("opentype");
}
*/
* {
    margin: 0;
    padding: 0;
}

*,
*::after,
*::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #eb3f92;
    --text-color: #333333
}

body {
    font-size: 16px;
    background: #f7eef3;
    font-family: 'Open Sans', sans-serif;
}

.st5 {
    /*font-family: 'Open Sans', sans-serif!important;*/
}

section {
    max-width: 1300px;
    margin: 0 auto;
}

.header {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    background: var(--primary-color);
    color: white;
    font-size: 21px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
}

.header-inner {
    display: flex;
    max-width: 1160px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.magazin-head {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.25em;
}

.header .header-inner div:nth-child(1) img {
    width: 160px;
}

.header .header-inner div:nth-child(3) {
    font-size: 16px;
}

.header-img {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img img {
    width: 100%;
    max-width: 1200px;
    /*position: absolute;
    z-index: -1;*/
}

.header .header-inner div:nth-child(1),
.footer-inner div:nth-child(1) {
    margin-left: 20px;
}

.header .header-inner div:nth-child(3),
.footer-inner div:nth-child(3) {
    margin-right: 20px;
}

.header-img img {
    width: 100%;
}

.main-container {
    width: calc(100% - 100px);
    padding: 50px;
    background-color: #f7eef3;
}

.main-title {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #f1dbe7;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;

}

.main-title-text {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);

    text-transform: uppercase;
    letter-spacing: 3px;
}

.magazin-date-lang {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-change {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: #ffffff;
    color: var(--primary-color);
    border-radius: 6px;
    transition: all 0.3s linear;
}

.lang-change:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.msp-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    /*margin: 0 auto;*/
    display: inline-block;
    text-align: center;
}

.msp-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.msp-btnOutline {
    text-decoration: none;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: var(--primary-color);
    /*margin: 0 auto;*/
    display: inline-block;
    text-align: center;
}

.msp-btnOutline:hover {
    border: 1px solid #df7dac;
    color: #df7dac;
}

.new-frame {
    border: 2px solid #ff5722;
    position: relative;
    margin-top: 45px;
}

.new-title {
    position: absolute;
    background-color: #ff5722;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.aycmBadges {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 20px 0;
}

.aycmBadges.center {
    justify-content: center;
}

.aycmBadges-item {
    text-decoration: none;
    box-sizing: border-box;
    padding: 12px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    border: 2px solid #df7dac;
    color: #df7dac;
    transition: all 0.3s linear;
}



.aycmBadges-item:hover {
    border: 2px solid #df7dac;
    color: #ffffff;
    background-color: #df7dac;
}


/*--------------------------- Új termek -----------------------------------*/
.ujtermek {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 30px;
}

.terem {
    width: 25%;
    height: 370px;
    background-color: white;
    /*flex: 1 0 220px;*/
    margin: 20px;
    border-radius: 17px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.terem-img img {
    width: 220px;
    height: 132px;
}

.terem-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: 200px;
    margin-top: 20px;
}

.csomag-type {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 20px;
}



.csomag-text {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    width: 150px;
    margin: 0 auto;
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.25em;
}



.terem-name {
    font-weight: 600;
}

.terem-megnezem {
    padding: 10px;
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    width: 150px;
    margin: 0 auto;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
}

.terem-megnezem:hover {
    background: white;
    color: var(--primary-color);
}







.terem-head {
    /*background-color: var(--primary-color);*/
    height: 50px;
    border-radius: 17px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: calc(100% - 40px);
}

.uj-cim {
    display: flex;
    align-items: center;
}

.uj-cim div:nth-child(1) {
    padding-right: 10px;
    border-right: 3px solid var(--primary-color);
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-color);
}

.uj-cim div:nth-child(2) {
    color: #292929;
    padding-left: 10px;
    font-size: 18px;
}


.terem-sub {
    max-width: calc(100% - 40px);
    margin-left: 20px;

    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}


.ujterem-nav {
    display: none;
}

.ujterem-nav .nav-b {
    margin: 10px;
    border: 1px solid #f75fa8;
    color: #f75fa8;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s linear;
}

.nav-b:hover {
    box-shadow: 0px 0px 10px 5px;
}

.terem-wrapper {
    display: flex;
    transition: all .5s;
    overflow: scroll;
    width: 100%;
}


/*--------------------------- Új termek vége -----------------------------------*/


/*--------------------------------------CSOMAGÁRAK--------------------------------------*/


.msp-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 20px;
    font-style: italic;
    display: block;
    margin-bottom: 30px;
}

.multiarak {
    margin: 0;
    margin-top: 45px;
    margin-bottom: 20px;
}

.multiarak-text {
    font-size: 26px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 500;
    text-align: center;
}

.multiarak-container {
    width: calc(100% - 40px);
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    background-color: #eddfe6;
    border-radius: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 20px 10px;
}

.multiarak-wrapper {
    display: flex;
    /*height:200px; */
    margin: 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: calc(15% - 10px);
    min-width: 160px;

}

.multiarak-csomag {
    height: 85px;
    width: 85px;

    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 160px;
    background: linear-gradient(200deg, rgba(235, 63, 146, 1), 50%, rgba(180, 46, 111, 1) 100%);
}

.multiarak-csomag p {

    color: #ffffff;
    font-weight: 600;
    margin-top: 0;
    font-size: 1.2rem;
}

.multiarak-ar {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}

.multicsomag-short {
    font-size: 1rem;
}

.multiarak-info {
    font-size: 14px;
    color: #292929;
    font-weight: 500;
}


/*--------------------------------------CSOMAGÁRAK--------------------------------------*/

/*---------------------------------- Rotating cards -----------------------------------*/

.rotC-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

}

.rotC-wrapper {

    /* display: inline-block;
    margin: 0 auto;
    padding: 0 12px;*/
    perspective: 900px;
    text-align: center;

}

.rotC-card {
    position: relative;
    width: 260px;
    height: 280px;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
}

.rotC-front,
.rotC-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 12px 0 rgba(209, 194, 202, 0.8), 0 0px 32px 0 rgba(209, 194, 203, 0.4);
    backface-visibility: hidden;
}

.rotC-front {
    background: #ffffff;
    font-size: 12px;
    color: var(--text-color);
}

.rotC-img {
    background: #ebf2f2;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rotC-img.rotC1 {
    background-image: url(images/csuszda_aquaworld.jpg);
}

.rotC-img.rotC2 {
    background-image: url(images/csuszda_sarud.jpg);
}

.rotC-img.rotC3 {
    background-image: url(images/csuszda_palatinus.jpg);
}

.rotC-img.rotC4 {
    background-image: url(images/csuszda_hatvan.jpg);
}

.rotC-img img {
    width: 100%;
    height: 100%;
}

.rotC-body {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotC-body h3 {
    font-size: 14px;

}

.rotC-back {
    background: #ffffff;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.rotC-back p {
    font-size: 16px;
    font-weight: 100;
}

.rotC-back span {
    font-style: italic;
}

.rotC-wrapper:hover .rotC-card {
    transform: rotateY(180deg);
}

.rotC-back {
    transform: rotateY(180deg);
}

.rotC-package {
    width: 110px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 8px;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 18px;
}




/*---------------------------------- Rotating cards -----------------------------------*/

/*--------------------------------------- Overlay Cikk ---------------------------------------------------------*/

.overlayArticle-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

.overlayArticle-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*margin-left: 150px;*/
}


.overlayArticle-content {
    background-color: #ffffff;
    flex: 0 1 870px;
    box-sizing: border-box;
    padding: 40px 40px 40px 70px;
    border-radius: 20px;

}

.overlayArticle-content h2 {
    margin-bottom: 15px;
}

.overlayArticle-img {
    background-color: #318b81;
    width: 330px;
    height: 300px;
    border-radius: 14px;
    position: absolute;
    left: 0;
    background-image: url(images/AYCM_relaxacio.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(136, 165, 191, 0.3) 6px 2px 16px 0px, rgba(255, 255, 255, 0.6) -6px -2px 16px 0px;
}

.overlayArticle-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    /*margin: 0 auto;*/
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.overlayArticle-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.overlayArticle-teaser {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    display: -webkit-box;
}

.overlayArticle-teaser p {
    margin-bottom: 10px;
    line-height: 150%;
}



/*--------------------------------------- Overlay Cikk ---------------------------------------------------------*/

/* ---------------------------------Alert box--------------------------------*/

.alert-link {
    text-decoration: none;
    color: #333333;
}

.alert-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}

.alert-img {
    flex: 1 1 5%;
    display: flex;
    justify-content: center;
}

.alert-img img {
    width: 50px;
}

.alert-content {
    flex: 1 1 90%;
}

.alert-content p:first-child {
    margin-bottom: 10px;
}


/* ---------------------------------Alert box vége--------------------------------*/

/*-------------------------------------- Májusi sportok ---------------------------------*/
.maysports-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.maysports-card {
    background-color: #1d1f20;
    flex: 0 1 24%;
    height: 290px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    text-align: center;
    transition: all 0.8s ease;
    background-size: 100%;
    background-position: center;
}

.maysports-card h2 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translateX(-50%);
    transition: all 300ms;
}

.maysports-card:hover {
    align-items: flex-end;
    transition: all 0.8s ease;
    background-size: 120%;
}

.maysports-card:hover h2 {
    /* transform: rotateZ(-90deg);*/
    /* left: 0;
    transform: translateX(0);*/
    top: 65%;
    font-size: 30px;

}

.card1 {
    background-image: url(images/nitrollers_light.jpg);
    transition: all 0.8s ease;

}

.card1:hover {
    background-image: url(images/nitrollers_hv.jpg);

}

.card2 {
    background-image: url(images/kerekparberles_light.jpg);

}

.card2:hover {
    background-image: url(images/kerekparberles_hv.jpg);

}

.card3 {
    background-image: url(images/futas_light.jpg);

}

.card3:hover {
    background-image: url(images/futas_hv.jpg);

}

.card4 {
    background-image: url(images/tenisz_light.jpg);

}

.card4:hover {
    background-image: url(images/tenisz_hv.jpg);

}


/*-------------------------------------- Májusi sportok vége---------------------------------*/


/*----------------------------------------Küzdősport--------------------------------*/

.mArts-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mArts-card {
    flex: 1 1 300px;
    height: 250px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 18px;
    transition: all 0.3s linear;

}

.mArts-card.img1 {
    background-image: url(images/box.jpg);
    background-size: cover;
}

.mArts-card.img2 {
    background-image: url(images/onvedelem.jpg);
    background-size: cover;
}

.mArts-card.img3 {
    background-image: url(images/kickbox.jpg);
    background-size: cover;
}

.mArts-card.img4 {
    background-image: url(images/mma.jpg);
    background-size: cover;
}

.mArts-card.img5 {
    background-image: url(images/aikido.jpg);
    background-size: cover;
}

.mArts-card.img6 {
    background-image: url(images/capoeira.jpg);
    background-size: cover;
}

.mArts-overlay {
    background: rgb(18, 24, 21);
    background: -moz-linear-gradient(0deg, rgba(18, 24, 21, 1) 0%, rgba(0, 255, 205, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(18, 24, 21, 1) 0%, rgba(0, 255, 205, 0) 100%);
    background: linear-gradient(0deg, rgba(18, 24, 21, 1) 0%, rgba(0, 255, 205, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}

.mArts-wrapper {
    z-index: 2;
    margin-bottom: 20px;
}


.mArts-card:hover {
    font-size: 20px;
}

.mArts-overlay:hover {
    background: rgb(18, 24, 21);
    background: -moz-linear-gradient(0deg, rgba(18, 24, 21, 1) 12%, rgba(0, 255, 205, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(18, 24, 21, 1) 12%, rgba(0, 255, 205, 0) 100%);
    background: linear-gradient(0deg, rgba(18, 24, 21, 1) 12%, rgba(0, 255, 205, 0) 100%);
}







/*----------------------------------------Küzdősport vége--------------------------------*/
/*----------------------------------------- élménysportok--------------------------------*/
.elmenysportok-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 45px;
    box-sizing: border-box;
}

.elmenysportok-card {
    /*width: 260px;*/
    flex: 1 1 250px;
    transition: ease all .3s;
    margin: 40px 10px 10px 10px;
    min-height: 410px;
    box-sizing: border-box;

    box-shadow: 0 3px 14px 1px #c9bbc2;
    transition: ease all .3s;
    background-color: #ffffff;

}

.elmenysportok-link {
    text-decoration: none;
    color: #333333;
}


.elmenysportok-card:hover {
    transform: translateY(-10px);


}

.elmenysportok-img img {

    width: 100%;

}



.elmenysportok-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}


.elmenysportok-content {

    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;


}

.elmenysportok-facilities {
    color: var(--primary-color);
    font-size: 12px;
    background: #f4ebf3;
    border: 1px solid #e6cde3;
    width: 60%;
    box-sizing: border-box;
    padding: 6px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 50px;
    font-weight: 600;

}

.elmenysportok-text {
    font-size: 14px;
}

/*----------------------------------------- élménysportok--------------------------------*/
/*----------------------------------------Recept--------------------------------*/

.recipe-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.recipe-card {
    flex: 0 1 530px;
    background: #ffffff;
}

.recipe-img {
    width: 100%;
}

.recipe-img img {
    width: 100%;
}

.recipe-content {
    box-sizing: border-box;
    padding: 25px;
}

.recipe-title {
    margin-bottom: 15px;
    text-align: center;
}

.ingredients {
    background: #f8f5f6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}

.ingredients-list {
    margin: 0;
    padding: 0;
}

.ingredients-list li {
    padding: 5px 30px;
    list-style: none;
    text-indent: -30px;
    font-style: normal;
    margin-left: 10px;
}

.ingredients-list li::before {
    content: "◾";
    margin: 0px 8px 0 0px;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #e9dce0;
    margin: 20px 0;
}

.protip {
    font-style: italic;
    margin-top: 10px;
}

/*----------------------------------------Recept--------------------------------*/

/*----------------------------------- Valentin ------------------------------------------*/
.valentin-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.valentin-wrapper {
    flex: 1 1 30%;
    background-color: #fff;
    border-radius: 8px;

}

.valentin-img {
    width: 100%;

}

.valentin-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.valentin-content {
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 260px;
    justify-content: space-between;
    text-align: center;
}

.valentin-txt h3 {
    margin-bottom: 10px;
}

.valentin-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin: 15px auto;
}

.valentin-btn:hover {
    color: var(--primary-color);
    background-color: #fff;
}

/*----------------------------------- Valentin vége ------------------------------------------*/

/* ---------------------------------Summer bucket list--------------------------------*/

.summer-bList {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
}

.summer-bList-left {
    display: flex;
    width: 55%;

    justify-content: center;
    align-items: center;
    border-radius: 2px;
    /*box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    color: #333;
    font-family: 'Open Sans', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* http://colorzilla.com/gradient-editor */
    /*background: #fda231;
    background: -moz-linear-gradient(45deg, rgba(253, 162, 49, 1) 0%, rgba(251, 183, 49, 1) 60%, rgba(253, 202, 49, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(253, 162, 49, 1) 0%, rgba(251, 183, 49, 1) 60%, rgba(253, 202, 49, 1) 100%);
    background: linear-gradient(45deg, rgba(253, 162, 49, 1) 0%, rgba(251, 183, 49, 1) 60%, rgba(253, 202, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda231', endColorstr='#fdca31',GradientType=1);*/
    background-image: url(images/autumn_bucketlist_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 60px;
}


.center {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: 100%;
}

.todo-cmp {
    background: #fff;
    color: #555555;
    box-sizing: border-box;
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.15);
    width: 100%;
    margin: 0 auto;
}

.todo-cmp__header {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.todo-cmp__header h2 {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 4px auto;
    padding: 0;
    color: #f37626;
}

.todo-cmp__header p {
    padding: 0 0 5px;
    margin: 4px auto;
    font-size: 0.8rem;
}

.todo-cmp__list {
    list-style: none;
    padding: 0;
}

.todo-cmp__list li {
    padding: 10px 0 15px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.todo-cmp__list li label {
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    display: block;
}

.todo-cmp__list li label input {
    float: left;
    opacity: 0;
    margin: 3px 10px 3px 4px;
}

.todo-cmp__list li label span {
    position: relative;
    display: block;
    transition: all 550ms ease-in-out;
    text-indent: 0px;
    padding-left: 25px;
}

.todo-cmp__list li label input+span::after {
    content: "";
    display: block;
    border: 1px solid #f37626;
    border-radius: 13px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 10;
    transition: all 550ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* https://matthewlein.com/tools/ceaser */
}

.todo-cmp__list li label input+span::before {
    content: "✔";
    display: block;
    font-size: 24px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -2px;
    top: -8px;
    z-index: 10;
    opacity: 0;
    color: #f37626;
}

.todo-cmp__list li label input:checked+span {
    color: #ccc;
    transition: all 550ms ease-in-out;
}

.todo-cmp__list li label input:checked+span::after {
    opacity: 0;
    height: 24px;
    width: 24px;
    top: -2px;
    right: -2px;
}

.todo-cmp__list li label input:checked+span::before {
    opacity: 1;
    transition: all 550ms ease-in-out;
}

.summer-bList-right {
    width: 45%;
    box-sizing: border-box;
    padding: 20px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bucketlist-infobox {

    margin: 0 auto;
    /* border: 2px solid #f37626;*/
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 15px;
    text-align: center;

    /*box-shadow: 0 70px 63px -60px #bbc9c9;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.bucketlist-infobox i {
    color: var(--primary-color);
    font-size: 18px;
}

.arrow1 {
    animation: slide2 1s ease-in-out infinite;
}

@keyframes slide2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(90deg);
    }

    50% {
        transform: translate(0px, 10px) rotate(90deg);
    }
}


.bucketlist-infobox-1 {
    font-style: italic;
}

.bucketlist-infobox-2 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #f37626;
}

.bucketlist-btn {
    display: inline-block;
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;

    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin-top: 20px;
}

.bucketlist-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

/* ---------------------------------End of Summer bucket list--------------------------------*/

/* ------------------------------- Tánc ---------------------------------*/

.aycmDance-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.aycmDance-img {
    flex: 1 1 48%;
}

.aycmDance-img img {
    width: 100%;
}

.aycmDance-content {
    flex: 1 1 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.aycmDance-styles {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 20px 0;
}

.aycmDance-item {
    text-decoration: none;
    box-sizing: border-box;
    padding: 12px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    border: 2px solid #df96ba;
    color: #df96ba;
    transition: all 0.3s linear;
}



.aycmDance-item:hover {
    border: 2px solid #df96ba;
    color: #ffffff;
    background-color: #df96ba;
}



.aycmDance-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;

    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;

}

.aycmDance-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}



/* ------------------------------- Tánc ---------------------------------*/


/*-----------------------------------------Edzőt kérdeztünk-------------------------------*/

.trainersTip-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
    gap: 10px;
}


.trainersTip-intro {
    flex: 1 1 20%;
    background-color: #efdbe5;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;

    border-radius: 8px;
}

.trainersTip-img {
    width: 100%;

}

.trainersTip-img img {
    width: 100%;
    border-radius: 6px;
}

.trainersTip-name {
    text-align: center;
}

.trainersTip-name h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 5px;
}

.trainersTip-name p {
    font-size: 14px;
    font-style: italic;
    color: var(--primary-color);
}


.trainersTip-text {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    font-size: 14px;
    line-height: 150%;
}

.trainersTipIntro-btn {
    color: var(--primary-color);
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;

}


.trainersTip-article {

    flex: 1 1 76%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 30px 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.h2 {
    font-size: 42px;
}

.trainersTip-teaser {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    display: -webkit-box;

}

.trainersTip-teaser p {

    margin-bottom: 10px;
    line-height: 150%;
}





.trainersTip-btn {

    color: #ffffff;
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    margin-top: 10px;

}


.trainersTip-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}


/*.trainersTip-video{
    flex: 1 1 32%;
}


.trainersTip-video video{
    width:100%;
    border-radius: 8px;
}*/


/*-----------------------------------------Edzőt kérdeztünk vége-------------------------------*/


/*-------------------------------- OSZTOTT BOX ---------------------------------------*/
.divided-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.divided-img {
    flex: 1 1 50%;
}

.divided-img img {
    width: 100%;
}

.divided-content {
    flex: 1 1 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.divided-link {
    font-weight: 600;
    color: var(--primary-color);
}

.divided-small {
    font-size: 14px;
    font-style: italic;
}

.divided-highlight {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 18px;
}


.divided-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin-top: 15px;
}

.divided-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.divided-list {
    margin: 0;
    padding: 0;
}

.divided-list li {
    padding: 5px 30px;
    list-style: none;
    text-indent: -30px;
}

.divided-list li::before {
    content: "✔️";
    margin: 0px 8px 0 0px;
}

.divided-secondary {
    font-style: italic;
    color: var(--primary-color);
    font-weight: 600;
    border-top: 1px solid var(--primary-color);
    padding-top: 10px;
    margin-top: 10px;
}

.divided-btnRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 15px;

}

/*-------------------------------- OSZTOTT BOX ---------------------------------------*/
/*---------------------------------------Sidebyside box---------------------------------*/

.sbs-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
    margin-top: 70px;
}

.sbs-wrapper {
    flex: 1 1 45%;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.sbs-wrapper img {
    width: 100%;
}

.sbs-wrapper .spotifyList {
    position: absolute;
}

.sbs-wrapper .counter {
    width: 50px;
}

.sbs-img {
    position: relative;
    display: flex;
    justify-content: center;

}

.sbs-woFlex {
    position: relative;
    display: flex;
    justify-content: center;
}


.sbs-img iframe {
    position: absolute;
    bottom: -27px;
    width: 85%;
}

.countedItem {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;

}

.countedItem p {
    text-align: left;
}

.sbs-teaser {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    display: -webkit-box;
}

.sbs-teaser p {
    margin-bottom: 10px;
    line-height: 150%;
}

.sbs-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 20px;
}

.sbs-container .sbs-content:nth-child(2) {
    padding: 50px 20px;
}

.sbs-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin: 0 auto;
    display: block;

}

.sbs-btn:hover,
.sbs-btnElonyok:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.sbs-btnElonyok {
    position: absolute;
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin: 0 auto;
    bottom: 30px;
}

.sbs-link {
    font-weight: 600;
    color: var(--primary-color);
}



/*---------------------------------------Sidebyside box vége---------------------------------*/

/*----------------------------------------- SELF CHECK IN--------------------------------*/

.selfCheckIn-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
}

.selfCheckIn-img {
    flex: 1 1 45%;
}

.selfCheckIn-img iframe {
    width: 100%;
    height: 460px;
}


.selfCheckIn-content {
    flex: 1 1 40%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
}

.selfCheckIn-head {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.selfCheckIn-concl {

    padding-bottom: 10px;
    font-weight: 600;
    color: #333333;
}


.selfCheckIn-list {
    padding-left: 45px;

    counter-reset: section;
}

.selfCheckIn-list li {
    padding-bottom: 20px;
    position: relative;
    list-style: none;
}

.selfCheckIn-list li:before {
    content: counters(section, ".");
    counter-increment: section;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    left: -45px;
    top: -5px;
    height: 30px;
    width: 30px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    z-index: 50;
}



.selfCheckIn-list li:after {
    content: "";
    border-left: 1px solid var(--primary-color);
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 0;
}

.selfCheckIn-list li:last-child:after {
    border: none;
}

.selfCheckIn-list-2 {
    padding-left: 35px;
    list-style-type: "→";

}

.selfCheckIn-list-2 li {
    padding-bottom: 10px;
    padding-left: 10px;
}


/*----------------------------------------- SELF CHECK IN vége --------------------------------*/




/*--------------------------------------------------KREDIT--------------------------------------*/

.kredit-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 20px;
}


.kredit-highlight {
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.kredit-header {

    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.kredit-text {
    font-size: 18px;
    margin-bottom: 15px;
}

.kredit-bold {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}


.kredit-linkek {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 20px;
}

.secondary-kredit {
    color: var(--primary-color);
    font-weight: 600;
    box-sizing: border-box;
    width: fit-content;
    min-width: 142px;
    padding: 15px 20px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s linear;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.secondary-kredit:hover {
    color: #e794bc;
    border: 1px solid #e794bc;
}


.primary-kredit {

    background-color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    width: fit-content;
    min-width: 142px;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    transition: all 0.3s linear;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.primary-kredit:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

/*-------------------------------------------------KREDIT---------------------------------------*/

.img-text-container {
    display: flex;
    justify-content: space-between;
    /*margin-top: 60px;*/
    margin-top: 0;
}

.img-text-container-reverse {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.img-content {
    padding: 20px;
    width: 50%;
}

.img-content img {
    max-width: 100%;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 15px;
    width: 50%;
}

.text-content-light {
    color: #7CA7A2;
    margin-top: 0px;
    font-style: italic;
}

.text-content div,
.text-content a {
    margin-top: 5px;
    margin-bottom: 10px;
}

.text-head {
    font-size: 26px;
    color: var(--primary-color);
    font-weight: 700;
}



.text-head.samsung {
    font-size: 24px;
}







.text-content-subhead {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    font-style: italic;
    text-align: left;
}

.text-content-code {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: left;
}



.text-content-text {
    font-weight: 600;
}

.text-content-small {
    font-size: 14px;
    font-style: italic;
    color: #797979;
}

.text-content-text.highlight {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}



.text-content-text.ajanlat {
    font-size: 18px;
    font-weight: 500;
}

.text-content-text.cim {
    font-style: italic;
    font-size: 18px;
    color: #6534ff;
}

.text-content-text.ajanlat-list {
    font-size: 18px;
    font-weight: 500;
    border-left: 2px solid #6534ff;
    padding-left: 10px;
}

.text-content .text-content-button {
    padding: 12px;
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    max-width: 225px;
    text-align: center;
    margin-bottom: 30px;
}

.text-content .text-content-button.moonshot {
    margin-bottom: 20px;
    background-color: #6534ff;
}

.text-content .text-content-button.frissbox {
    margin-bottom: 10px;
}

.text-content .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.text-content .mozgasforma-link {
    color: var(--primary-color);
    text-decoration: none;
}

.text-content .row p {
    font-size: 20px;
    margin-bottom: 6px;
}

.column {
    flex: 50%;
}

.img-text-container.revers .img-content {
    /*padding-right: 0px;*/
}





/*Treehouses---------------------------------------------------------------------------*/

.treehouses-wrapper {
    display: flex;
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.treehouses-logo {
    /*background-color: var(--primary-color);*/
    width: 100%;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}

/*.treehouses-noszvaj {
    background-image: url(images/treehouses_oktober_2023_noszvaj.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 3 / 2;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
}

.treehouses-kapolcs {
    background-image: url(images/treehouses_oktober_2023_kapolcs.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 3 / 2;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
}*/

.treehouses-onebox {
    background-image: url(images/treehouses_oktober_2023_december.jpg);
    width: 100%;
    background-size: contain;
    background-position: center;
    aspect-ratio: 2.99 / 1;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
}



.treehouses-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.treehouses-link:hover {
    background-color: rgba(59, 60, 61, 0.3);
}

.treehouses-ajanlat {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
}

.treehouses-offerBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px 0 50px 0;
}


.treehouses-offerWrapper {
    width: 220px;
    border: 1px dashed #e794bc;
    border-radius: 8px;
    background-color: #fdfafc;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}



.treehouses-head {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.treehouses-normal {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding: 10px 75px;
}

.ajanlat-head {
    color: var(--primary-color);
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 20px 30px 20px 30px;
}

.ajanlat-subhead {
    font-size: 18px;
    color: var(--primary-color);
    font-style: italic;
    font-weight: 400;

}

.ajanlat-highlight {
    font-size: 22px;
    color: #ff1616;
    margin-top: 34px;
    margin-bottom: 20px;
    background-color: #161818;
    text-transform: uppercase;
    font-weight: 700;
    box-sizing: border-box;
    padding: 10px 15px;
}

.ajanlat-code {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.code-highlight {
    font-size: 22px;
    color: #ff1616;

    text-transform: uppercase;
    font-weight: 700;

}

.ajanlat-details {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;

}

.ajanlat-head.december {
    padding-top: 10px;
}

.ajanlat-head.first {
    padding: 20px 30px 0 30px;
}

.ajanlat-head.karacsony {
    padding-top: 10px;
}

.treehouses-divider {
    content: "";
    display: block;
    border-bottom: 1px dashed var(--primary-color);
    padding-top: .5rem;
    width: 100%;
    margin-bottom: 1.8rem;
}

.ajanlat-normal {
    color: #333333;
    font-size: 18px;
    text-align: center;
    padding: 0 60px 10px 60px;
}

.ajanlat-normal.julius {
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.head-normal.julius {
    color: var(--primary-color);
    padding: 0;
    text-align: center;
}

.ajanlat-link {
    color: var(--primary-color);
    font-style: italic;
    padding: 0 30px 20px 30px;
    font-weight: 600;
    font-size: 16px;
}

.ajanlat-normal.december {
    color: var(--primary-color);
    margin-top: 20px;
    font-style: italic;
}


.ajanlat-normal.karacsony {
    padding-bottom: 20px;
}


.ajanlat-small {
    color: #858282;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    padding: 0 60px 20px 60px;
}

.ajanlat-btn {
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    border: 1px solid var(--primary-color);
    margin-bottom: 30px;
    margin-top: 10px;
}

.ajanlat-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.coupon {
    position: absolute;
    width: 110px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e794bc;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 6px;
    color: var(--primary-color);
    font-weight: 600;
}


@media screen and (max-width:1100px) {

    .treehouses-offerBox {
        justify-content: center;
        gap: 45px;
    }

    .treehouses-offerWrapper {
        width: 300px;
    }
}


@media screen and (max-width:705px) {

    .treehouses-wrapper {
        flex-direction: column;
    }

    .treehouses-noszvaj {
        width: 100%;
        transition: all 1s ease-in-out;
    }

    .treehouses-kapolcs {
        width: 100%;
        transition: all 1s ease-in-out;
    }

}

@media screen and (max-width:432px) {
    .ajanlat-head {
        font-size: 22px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-normal,
    .ajanlat-small,
    .ajanlat-code,
    .ajanlat-details {
        padding-left: 25px;
        padding-right: 25px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-highlight {
        margin-left: 25px;
        margin-right: 25px;
        font-size: 20px;
        text-align: center;
    }

    .ajanlat-subhead {
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
    }


}

@media screen and (max-width:404px) {
    .treehouses-head {
        font-size: 30px;
        transition: all 1s ease-in-out;
    }

    .treehouses-normal {
        font-size: 18px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-head {
        font-size: 20px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-head,
    .ajanlat-normal,
    .ajanlat-small {
        padding-left: 20px;
        padding-right: 20px;
        transition: all 1s ease-in-out;
    }
}

/*Treehouses---------------------------------------------------------------------------*/



/*----------------------------------------Idea bOx-------------------------------------*/

.ideabox-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
}

.ideabox-img {
    width: 50%;
}

.ideabox-img img {
    width: 100%;
}

.ideabox-content {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 30px;
}

.ideabox-link {
    text-decoration: none;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 18px;
}

.ideabox-btn {

    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;

    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
}

.ideabox-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}


/*----------------------------------------Idea box-------------------------------------*/

/*---------------------------------------Squash programajánló ----------------------------*/

.squash-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
    margin-top: 60px;
}

.squash-img {
    width: 50%;
}

.squash-img img {
    width: 100%;
}

.squash-content {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.squash-head {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.squash-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin-top: 20px;
}

.squash-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

/*---------------------------------------Squash programajánló ----------------------------*/



.grid-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas:
        "Si Go"
        "Di Go"
        "Ja Go";
    width: calc(100% - 40px);
    margin: 0 auto;
}


.Si {
    grid-area: Si;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
}

.Go {
    grid-area: Go;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
}

.Di {
    grid-area: Di;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
}

.Ja {
    grid-area: Ja;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
}

.ujdonsagok-btn {
    background-color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    width: fit-content;
    min-width: 142px;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    transition: all 0.3s linear;
    cursor: pointer;
    display: block;
}


/*--------------------Újdonságok---------------------------------------*/



.ujdonsagok-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 10px;
    flex-wrap: wrap;
}

.ujdonsagok-wrapper {
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 8px;
    width: 32%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ujdonsagok-wrapper.empty {
    border: 3px solid #ede3e8;
    background: none;
}


.ujdonsagok-csomag {
    font-size: 24px;
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;

}

.ujdonsagok-csomag.empty {
    color: #d5bdc9;
}

.ujdonsagok-content {
    margin-top: 10px;
}

.ujdonsagok-terem {
    border-bottom: 1px solid #f3c8dd;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 600;
}

.ujdonsagok-content p:last-child {
    border: none;
}


.ujdonsagok-btn {
    background-color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    width: fit-content;
    min-width: 142px;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    transition: all 0.3s linear;
    cursor: pointer;
}

.ujdonsagok-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}


















/*--------------------Újdonságok---------------------------------------*/

/*-------------------------------------Változások--------------------------------------*/

.changes-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
}

.changes-wrapper {
    width: 260px;
    margin: 40px 10px 10px 10px;
    box-sizing: border-box;
    box-shadow: 0 3px 14px 1px #f7e4ee;
    background-color: #ffffff;
    position: relative;
    min-height: 280px;
    transition: ease all .3s;
}

.changes-wrapper:hover {
    transform: translateY(-10px)
}


.changes-packageBox {
    position: absolute;
    background-color: var(--primary-color);
    width: 90px;
    height: 40px;
    top: -20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 5px;

}

.changes-packageName {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.changes-wrapper a {
    text-decoration: none;
    color: #333333;
}

.changes-img img {
    width: 100%;
}

.changes-teremName {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    min-height: 85px;
    justify-content: center;
}


.changes-teremName p {
    font-weight: 600;
}






/*-------------------------------------Változások--------------------------------------*/


/* Multibox-----------------------------------------------------------*/

.multibox-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.multibox-1 {
    width: 49%;
    background-color: #ffffff;


}

.multibox-1-img img {
    width: 100%;
}

.multibox-1-content {
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 25px 30px 25px;

    display: flex;
    flex-direction: column;
    width: 100%;
}

.multibox-1-head {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #6534ff;

}

.multibox-1-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.multibox-1-btn {
    text-decoration: none;
    background-color: #6534ff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #6534ff;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
}



.multibox-1-btn:hover {
    background-color: #ffffff;
    color: #6534ff;
}




.multibox-2 {
    width: 49%;
    background-color: #e7d6e2;

}

.multibox-2-img img {
    width: 100%;
}

.multibox-2-content {
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 25px 30px 25px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.multibox-2-head {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);

}


.multibox-2-list {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0 15px 0 15px;
    font-size: 18px;
}

.multibox-2-list-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 15px;
}

.multibox-2-list-item img {
    width: 40px;
}

.multibox-2-list-text {
    padding-left: 15px;
}

.multibox-2-text {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.multibox-2-btn {
    text-decoration: none;
    background-color: #1DB954;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #1DB954;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
}



.multibox-2-btn:hover {
    background-color: #ffffff;
    color: #1DB954;
}



/* Multibox vége-----------------------------------------------------------*/


/*------------------------------------------Peak Gym---------------------------------------*/


.peakgym-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
}


/*.peakgym-container a {

width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
    text-decoration: none;

}*/


.peakgym-link {
    width: 20%;
}

.peakgym-img {
    width: 100%;
}

.peakgym-img img {
    width: 100%;
}

.peakgym-content-wrapper {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 20px 20px 40px;
}

.peakgym-package {
    width: 60px;
    height: 60px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peakgym-content {
    color: #333333;
    font-size: 16px;
    width: 100%;

}

.peakgym-content div {
    margin-top: 8px;
    margin-bottom: 8px;
}



.peakgym-highlight {
    font-weight: 700;
}



.peakgym-head {
    font-size: 20px;
    font-weight: 600;
}

.peakgym-placesWrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
}


.peakgym-places {
    border: 2px solid var(--primary-color);
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px;
    width: 25%;
    text-align: center;
}

.peakgym-places p:first-child {
    font-weight: 700;
    color: #333333;
}

.peakgym-places p:nth-child(2) {
    font-size: 14px;
    font-style: italic;
    color: #888888;
}


/*------------------------------------------Peak Gym---------------------------------------*/






/*----------------------------------------------Multi--------------------------------------------*/


.multi-container {
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.multi-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 10px;
    flex-wrap: wrap;
}

.multi-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding-left: 3rem;
    padding-right: 1rem;
}

.multi-content h3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
}

.multi-content p {
    font-size: 18px;
    text-align: left;

    list-style: none;
    margin-top: 10px;
}

.multi-linkek {
    display: flex;
    align-items: baseline;
}

.secondary {
    color: var(--primary-color);
    font-weight: 600;
    box-sizing: border-box;
    width: fit-content;
    min-width: 142px;
    padding: 15px 20px;
    margin-right: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s linear;
    cursor: pointer;
}

.secondary:hover {
    color: #e794bc;
    border: 1px solid #e794bc;
}


.primary {

    background-color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    margin-top: 20px;
    width: fit-content;
    min-width: 142px;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    transition: all 0.3s linear;
    cursor: pointer;
}

.primary:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.multi-img {

    width: 50%;
    overflow: hidden;
}



.multi-button {
    margin: 0 auto;
    display: block;
    padding: 14px;
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    max-width: 250px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    transition: all 0.3s linear;
}

.multi-button:hover {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}



/*----------------------------------------------Multi vége--------------------------------------------*/



/*teszt ---------------------------------------------------------------------------------------------------------*/

.elfogadohelyek-button {
    border-radius: 5px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.elfogadohelyek-button:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.img-container {
    display: flex;
}

.img-long {
    width: calc(50% - 30px);
    background-color: #D6E4E3;
    margin: 15px;
    display: flex;
    flex-direction: column;
    padding: 0px 00px 20px 00px;
    align-items: center;
    /*justify-content: space-between;*/
    margin-right: 0px;
    margin-left: 20px;
}

.img-container-body {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
}

.img-container-body h2,
.img-container-body .list-items,
.img-container-body .koszonjuk,
.img-container-body .list-items .list-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-container .list-items {
    margin-top: 0;
}


.img-long .img-flex img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img-flex {
    display: flex;
    align-items: flex-start;
}

.img-long h2 {
    color: var(--primary-color);
    font-size: 25px;
}

.img-long p {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .img-long a, .button{
    border-radius: 5px;
    background-color: var(--primary-color);
    color:white;
    text-decoration: none;
    padding:10px 20px;
}*/

.img-long .kapcsolat {
    text-decoration: none;
    color: var(--primary-color);
}


.img-container .app-button {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.img-small {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin: 15px;
    margin-right: 0px;
    margin-left: 20px;
}

.img-2 img {
    width: 100%;
}

.img-small div:nth-child(1) {
    margin-bottom: 10px;
}

.img-small div:nth-child(2) {
    margin-top: 10px;
}


.multipleimg-block {
    display: flex;
    margin: 0 auto;
    width: calc(100% - 40px);
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.multipleimg-img {
    width: 49%;
}

.multipleimg-img img {
    width: 100%;
}

.img-text-absolute {
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-bottom: 40px;
}

.img-text-absolute-box {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.img-text-absolute-head {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 45px;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.25em;
    position: relative;
}

.absolute-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)translateX(-50%);
    left: 27%;
    background: rgba(255, 255, 255, 0.92);
    padding: 50px;
    font-size: 20px;
    min-width: 370px;
}

.absolute-text .absolute-text-header {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.absolute-text .absolute-text-header.multi {
    color: var(--primary-color);
}

.absolute-text-content {
    font-size: 18px;
}

.absolute-text-content ul {
    margin-left: 14;
    text-indent: -10px;
    list-style: none;
}

.absolute-text-link {
    font-size: 18px;
    color: var(--primary-color);
    margin-top: 10px;
}

.absolute-text-link a {
    color: var(--primary-color);
}



.img-text-absolute-head div:nth-child(2) {
    width: 290px;
    margin: 0 auto;
    background: #ebf2f2;
    z-index: 2;
    position: relative;
    padding: 0px 20px;
}

.slided-box {
    padding: 20px;
    width: calc(100% - 40px);
    margin-top: 50px;
}

.slide-body {
    position: relative;
    width: 100%;
    height: fit-content;
}

.slided-img img {
    width: 100%;
}

.slide-conent {
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgba(242, 66, 203, 0.91);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.slide-head {
    margin: 20px;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-left: 40px;
}

.slideH1,
.slideH3 {
    color: #FCEE1B;
}

.slideH2 {
    color: white;
}

.slide-text {
    margin: 20px;
    margin-left: 45px;
    font-size: 20px;
}

.slide-text ul {
    margin-left: 20px;
    color: white;
}

.slide-btn {
    padding: 10px;
    background: white;
    max-width: 120px;
    text-align: center;
    margin-left: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #E70A89;
    text-decoration: none;
    transition: all 0.3s linear;
    font-weight: 600;
}

.slide-btn:hover {
    box-shadow: 5px 5px 5px 2px #a1075f59;
    transform: translateY(-5px);
}

@media (pointer: fine) {
    .terem-wrapper {
        overflow: unset;
    }

    .ujterem-nav {
        display: flex;
    }
}

@media screen and (max-width: 1110px) {

    .cards-body {
        flex-direction: column;
    }

    .card {
        margin-bottom: 30px;
    }

    .img-text-container {
        flex-direction: column;
        align-items: center;
    }

    .img-text-container-reverse {
        flex-direction: column;
        align-items: center;
    }



    .img-text-container.revers {
        flex-direction: column-reverse;
    }

    .text-content {
        min-width: 88%;
    }

    .img-content img {
        max-width: 100%;
    }

    .text-content div,
    .text-content a {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .img-container {
        flex-direction: column;
    }

    .img-long {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .img-small {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .multipleimg-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .text-content-text.frissbox-link {
        margin: 0 auto;
    }

    .gradient-list>li {
        flex-direction: column;
        align-items: flex-start;
    }

    .gradient-list>li .partner {
        margin-bottom: 10px;
    }

    .gradient-list>li .partner-content {
        width: 100%;
    }

    .gradient-list>li .partner-code {
        text-align: left;
        width: 100%;
    }

    .mountex-container {
        flex-direction: column;
        align-items: center;
    }

    .mountex-image {
        width: 100%;
    }

    .mountex-content {
        width: 100%;
    }

    .mountex-btn {
        margin: 0 auto;
        margin-top: 20px;
    }


}




@media screen and (max-width:1023px) {






    .absolute-img {
        width: 100%;
    }

    .absolute-img img {
        width: 100%;
    }

    .img-text-absolute {
        margin-bottom: 20%;
        padding-right: 0px;
    }

    .absolute-text {
        top: 90%;
        left: 50%;
    }

    .elmeny-csik {
        margin-left: 0px;
    }

}

.goodbye-text {

    text-align: center;
    font-size: 22px;
    font-style: italic;
    margin-top: 30px;
    color: #d993b5;
    padding-left: 20px;
    padding-right: 20px;
}


.footer {
    background: var(--primary-color);
    color: white;
}

.footer-out {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-text-box {
    display: flex;
}

.footer-inner {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo img {
    width: 160px;
}

.foot-social {
    display: flex;
}

.foot-social img {
    width: 35px;
    margin-left: 8px;
    margin-right: 8px;
}

.foot-text,
.foot-text2 {
    margin: 5px;
}


.text-content-button,
.button {
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
}

.text-content-button:hover,
.button:hover {
    background: white;
    color: var(--primary-color);
}

.text-content .text-content-button.moonshot:hover {
    color: #c8bdeb;
}




/*svg animation*/
#svg_text path:nth-child(1) {
    transform: translateX(-500px);
    animation: text1Go 0.5s linear forwards;
    display: none;
}

@keyframes text1Go {
    0% {
        transform: translateX(-500px);
    }

    100% {
        transform: translateX(0px);
    }
}

#svg_text path:nth-child(2) {
    transform: translateX(1100px);
    animation: text2Go 0.5s linear forwards;
    display: none;
}

@keyframes text2Go {
    0% {
        transform: translateX(1100px);
    }

    100% {
        transform: translateX(0px);
    }
}

.st2 {
    font-family: 'Open Sans' !important;
    font-weight: 800;
}


.cim-csik {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
}

.csik-text {
    width: fit-content;
    margin: 0 auto;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    background: #f7eef3;
    position: relative;
    padding: 0px 20px;
}

.csik {
    height: 2px;
    position: absolute;
    background: var(--primary-color);
    width: 100%;
    top: 50%;
    transform: translatey(50%);
}



.half-box-background {
    margin-top: 40px;
}

.half-box,
.half-box-background {
    display: flex;
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-bottom: 40px;
}

.img-half {
    width: 55%;
}

.half-box-background .img-half {
    width: 50%;
}



.img-half img {
    width: 100%;
}

.half-box-background.spotify {
    justify-content: center;
}

.half-box-background .img-half.spotify {
    width: 20%;
}

.half-box-background .text-half.spotify {
    width: calc(50% - 60px);
}



.text-half {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    background: white;
}

.half-box-background .text-half {
    width: calc(50% - 60px);
    background: #333333;
    color: white;
    align-items: flex-start;
    padding-left: 40px;
}

.half-box-background .text-half.turbo {
    background: #acacae;
    color: #ffffff;
}

.half-box-background .half-head.turbo {
    color: #ffffff;
}

.half-box-background .img-half.olimpia {
    width: 40%;
}

.half-box-background .text-half.olimpia {
    background-color: #ffffff;
    width: calc(60% - 60px);
}

.half-box-background .half-head.olimpia {
    color: var(--primary-color);
}

.half-box-background .half-body.olimpia {
    color: #393939;
}

.half-box-background .half-body.olimpia-box {
    color: #393939;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 5px;
    background: rgb(237, 7, 7);
    background: linear-gradient(90deg, rgba(237, 7, 7, 0.6) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 60%, rgba(39, 145, 63, 0.6) 100%);
}






.icon-img {
    width: 30px;
}

.payment-button {
    border-radius: 5px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
}

.payment-button:hover {
    background: white;
    color: var(--primary-color);
}

.small-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    margin-top: 25px;
    color: var(--primary-color);
    font-style: italic;
}

.half-head {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
}

.half-box-background .half-head {
    color: white;
    font-size: 25px;
}

.half-subhead {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    font-style: italic;
    text-align: left;
}

.half-body {
    font-size: 16px;
    font-weight: 600;
}

.half-small {
    color: #7A7A7A;
    font-size: 16px;
    font-style: italic;
}

.text-half .button {
    align-self: center;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
}


















.text-half .button:hover {
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    background: white;
    color: var(--primary-color);
}

.text-half-lotus {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    background: white;
    align-items: center;
}

.half-head-lotus {
    font-size: 22px;
    font-weight: 700;
    color: #1db8cc;
    align-self: flex-start;
}

.half-body-lotus {
    font-size: 16px;
    font-weight: 600;
    align-self: flex-start;
}

.half-small-lotus {
    color: #7A7A7A;
    font-size: 16px;
    font-style: italic;
}

.idealb-list {
    list-style: none;
    margin-left: 12;
    text-indent: -13px;
    font-size: 15px;
}

.lotus-button {
    border-radius: 5px;
    background-color: #1db8cc;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #1db8cc;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    margin-top: 20px;
}

.lotus-button:hover {
    background: white;
    color: #1db8cc;
}

.text-half-lotus.text-half-multisport {
    background: #f242cbe8;
    width: 50%;
    align-items: unset;
}

.text-half-lotus.text-half-multisport .multi-logo {
    width: 130px;
    height: auto;
    align-self: center;
    padding-top: 15px;
}

.half-head-lotus.half-head-multi {
    color: #fdee1c;
    padding-left: 30px;
    padding-top: 20px;
    font-size: 20px;

}

.half-body-lotus.half-body-multi {
    color: white;
    padding-left: 60px;
    font-weight: 500;
}

.half-small-lotus.half-small-multi {
    color: white;
}

.half-head-lotus.half-head-multi:last-child {
    padding-bottom: 15px;
}

.img-half.img-multi {
    width: 50%;
}


.multi-image-box {
    background: #ffffff;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 20px;

}

.multi-image-box.elso {
    margin-bottom: 20px;
}

.multi-image-box .img-content {
    padding: 0;
    width: 50%;
}

.multi-image-box .text-content {
    width: calc(50% - 60px);
}

.multi-image-box .img-content img {
    padding: 0;
    width: 100%;
}

.multi-image-box .img-text-container {
    margin-top: 0px;
}

.multi-image-box .text-content.dsauto {
    /*align-items: center;*/
}

.multi-image-box .text-head.dsauto {
    color: #b51e41;
}

.multi-image-box .text-content-button.dsauto {
    /*max-width: 100%;*/
    background-color: #b51e41;
    border: 1px solid #b51e41;
    max-width: 260px;
}

.multi-image-box .text-content-button.dsauto:hover {
    /*max-width: 100%;*/
    background-color: #ffffff;
    border: 1px solid #b51e41;
    color: #b51e41;

}

.multi-image-box .text-content-text.dsauto {
    font-size: 14px;
}


.text-content .spotify-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-item {
    font-size: 18px;
}

.list-item span {
    font-weight: 600;
}

.koszonjuk {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    color: var(--primary-color);
}

.ebike-subtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.ebike-btn {
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    text-align: center;
    border: 1px solid var(--primary-color);
    max-width: 95px;
    margin-top: 25px;
}

.ebike-btn:hover {
    background-color: #D6E4E3;
    color: var(--primary-color);
}





.normal-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 45px;
}

.normal-text.vitamin {
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
}

.normal-text.faultetes {
    margin-bottom: 25px;
    font-size: 18px;
    margin-top: 20px;
}

.normal-text.elmenysportok {
    margin-bottom: 0;
}




.handwritten-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 50px;
    color: var(--primary-color);
    font-family: 'Ephesis', cursive;
}

.small-subtitle {
    font-size: 14px;
    text-align: center;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 30px;
    font-style: italic;
    color: var(--primary-color);
}




.videos {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px;
    margin-top: 20px;
}


.video {
    width: calc(50% - 10px);
}

.video iframe {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    aspect-ratio: auto 570 / 315;
}

.aycm-video {
    width: 100%;


}

.social-box {
    display: flex;
    width: 50%;
    margin: 0 auto;
    flex-direction: column;
    border-radius: 8px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px 10px;
    margin-top: 30px;
}

.social-box-text {
    text-align: center;
    font-weight: 700;
    color: var(--primary-color);
}

.social-box-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.social-box-logos.moonshot {
    justify-content: flex-start;

}

.social-box-logos img {
    width: 45px;
    margin-left: 15px;
    margin-right: 15px;
}

.social-box-logos.moonshot img {
    margin-left: 0;
    width: 35px;
}

.info-sav {
    text-align: center;
    background-color: #ffffff;
    color: var(--primary-color);
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px;
    font-style: italic;
    border-radius: 8px;
}

.info-sav>a {
    text-decoration: underline;
    color: var(--primary-color);
}

/*media query*/

@media screen and (max-width:1290px) {

    .overlayArticle-container {
        margin-top: 120px;
    }

    .overlayArticle-wrapper {
        justify-content: center;
    }

    .overlayArticle-content {
        padding: 70px 40px 40px 40px;
        flex: 1 1 auto;
    }

    .overlayArticle-img {
        width: 140px;
        height: 130px;
        left: auto;
        top: -70px;
    }

    .overlayArticle-btn {
        display: block;
        margin: 0 auto;
        width: 180px;
        margin-top: 20px;
    }
}



@media screen and (max-width:1250px) {
    .img-container h2 {
        font-size: 25px;
    }

    .maysports-card {
        flex: 0 1 40%;
    }
}





@media screen and (max-width:1170px) {
    /*.list-item{
		font-size:13px;
    }*/


}

@media screen and (max-width:1160px) {
    .half-body {
        font-size: 15px;
    }
}

@media screen and (max-width:1132px) {
    .img-container-body {
        margin-top: 15px;
    }
}

@media screen and (max-width:1110px) {



    .text-content.ajanlat-reverse {
        text-align: center;
    }


    .img-content-reverse img {
        max-width: 100%;
    }

    .info-sav {
        margin-left: 15px;
        margin-right: 15px;
    }

    .text-content.ajanlat {
        text-align: center;
    }

    .text-content-button.ajanlat {
        align-self: center;
        padding: 12px 40px;
    }

    .text-content-text.ajanlat-list {

        border-left: none;
        padding-left: 0;

    }


    .multibox-2-content {
        margin-top: -6px;
    }

    .multibox-2-text {
        margin-bottom: 20px;
    }



    .text-content .text-content-button {
        align-self: center;
        padding-left: 20px;
        padding-right: 20px;
    }




    .multi-img {
        width: 52%;
    }

    .multi-content {
        padding-left: 2rem;
    }

    .multi-content h3 {
        margin-bottom: 10px;
    }

    .ideabox-content {
        width: 100%;
    }

    .ideabox-img {
        width: 100%;
    }

    .ideabox-btn {
        margin: 0 auto;
        margin-top: 15px;
    }

    .squash-content {
        width: 100%;
        padding: 20px 30px;
    }

    .squash-img {
        width: 100%;
    }

    .squash-btn {
        margin: 0 auto;
        margin-top: 15px;
    }

    .sunbath-content {
        width: 100%;
    }

    .sunbath-img {
        width: 100%;
    }

    .spotify-img {
        width: 100%;
    }

    .spotify-content {
        width: 100%;
    }

    .spotify-btn {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .peakgym-link {
        width: 100%;
    }

    .peakgym-container a {
        flex-direction: column;
    }

    .peakgym-img {
        width: 100%;
    }

    .peakgym-content-wrapper {
        width: 100%;
        flex-direction: column;
        padding: 20px 25px;
        text-align: center;
    }

    .peakgym-content {
        margin-left: 0;

    }

    .peakgym-content div {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .peakgym-placesWrap {
        justify-content: center;
        margin-top: 15px;
    }

    .peakgym-places {
        width: 30%;
    }

    .trainersTip-teaser {
        -webkit-line-clamp: 6;
    }

    .trainersTip-text {
        -webkit-line-clamp: 4;
    }

    .aycmDance-img {
        flex: 1 1 auto;
    }

    .aycmDance-content {
        flex: 1 1 auto;
    }



    .aycmDance-btn {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .divided-img {
        flex: 1 1 auto;
    }

    .divided-content {
        flex: 1 1 auto;
    }

    .divided-btn {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .szep-card-box {
        width: calc(100% - 40px);
    }

    .szep-card-img {
        width: auto;
    }




}

@media screen and (max-width:1100px) {


    .half-box {
        flex-direction: column;
    }

    .img-half {
        width: 100%;
    }

    .text-half {
        width: calc(100% - 40px);
        padding-bottom: 30px;
    }


    .half-body {
        font-size: 16px;
    }



    .img-half.img-multi {
        width: 100%;
    }

    .text-half div {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .half-small {
        margin-bottom: 20px !important;
    }

    .multi-image-box .img-content {
        width: 100%;
    }

    .multi-image-box .text-content {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .half-box-background {
        flex-direction: column;
    }

    .half-box-background .img-half {
        width: 100%;
    }

    .half-box-background .text-half {
        width: calc(100% - 60px);
        padding-left: 40px;
    }





    .img-container-body {
        text-align: center;
    }

    .etikett-item {
        min-height: 85px;
    }

    .selfCheckIn-img {
        flex: 1 1 100%;
    }

    .selfCheckIn-content {
        flex: 1 1 100%
    }

    .sbs-container {
        gap: 75px;
    }

    .sbs-wrapper {
        flex: 1 1 auto;
    }

    .divided-btnRow {
        justify-content: center;
    }



}


@media screen and (max-width:1024px) {


    .multiarak-container {
        padding: 20px 20px;
    }

    .multiarak-wrapper {
        width: calc(30% - 10px);
    }

    .multibox-1 {
        width: 52%;
    }

    .multibox-2 {
        width: 46%;
    }

    .multibox-2-content {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .multibox-2-list {
        font-size: 16px;
    }

    .winter-wrapper {
        width: 49%;
        margin-bottom: 20px;
    }

    .winter-img img {
        width: 30%;
    }

    .summer-bList-left {
        width: 100%;
    }

    .summer-bList-right {
        width: 100%;
    }

    .valentin-content {
        height: 310px;
    }




}









@media screen and (max-width:900px) {
    .main-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .img-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .slide-head {
        font-size: 40px;
    }

}

@media screen and (max-width:850px) {
    .img-text-absolute {
        margin-bottom: 30%;
    }

    .footer-text-box {
        flex-direction: column;
    }


    .multi-wrapper {
        justify-content: center;
        margin: 0;
    }

    .multi-content {
        margin-top: 20px;
        padding-left: 1rem;
        width: 100%;
    }

    .multi-img {
        width: 100%;
    }

    .multi-content h3 {
        text-align: center;
    }

    .multi-content p {
        text-align: center;
    }

    .multi-content a {
        margin: 0 auto;

    }

    .multi-linkek {
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media screen and (max-width:770px) {


    .ujdonsagok-btn {
        font-size: 14px;
    }

    .terem {
        flex: 1 0 220px;
    }

    .absolute-text {
        top: 100%
    }

    /*.aycm-video{
        width:calc(60% - 40px);
    }*/

    .social-box {
        width: calc(100% - 40px);
    }

    .img-content {
        width: 100%;
    }


    .multibox-1 {
        width: 100%;
    }

    .multibox-2 {
        width: 100%;
        margin-top: 20px;
    }

    .peakgym-placesWrap {
        flex-direction: column;
        align-items: center;
    }

    .peakgym-places {
        width: 60%;
    }

    .trainersTip-teaser {
        -webkit-line-clamp: 8;
    }

    .valentin-content {
        height: 360px;
    }

    .elmenysportok-card {
        min-height: 450px;
    }

}

@media screen and (max-width:750px) {
    .img-text-absolute {
        margin-bottom: 35%;
    }



    .img-long h2 {
        color: var(--primary-color);
        font-size: 28px;
    }

    .etikett-wrapper {
        flex: 1 1 100%;
    }




}


@media screen and (max-width:690px) {
    .text-content-button {
        /*align-self: center;*/
    }

    .kredit-linkek {
        flex-direction: column-reverse;
        align-items: center;
    }

    .secondary-kredit {
        margin-top: 20px;
    }

    .text-content {
        padding-left: 20px;
    }

    .multibox-container {
        flex-direction: column;
    }

    .multibox-1,
    .multibox-2 {
        width: 100%;
    }

    .multibox-2 {
        margin-top: 20px;
    }

    .multibox-2-content {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .multibox-2-text {
        margin-bottom: 30px;
    }

    .multi-linkek {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .multi-content a {
        margin-top: 20px;
    }

    .trainersTip-btn {
        margin: 0 auto;
        margin-top: 10px;
    }

    .trainersTip-article {
        flex: 1 1 auto;
    }

    .valentin-container {
        flex-direction: column;
    }

    .valentin-content {
        height: auto;
    }

    .maysports-card {
        flex: 0 1 100%;
    }
}


@media screen and (max-width:650px) {



    .ujdonsagok-wrapper {
        width: 48%;
    }


    .img-text-absolute {
        margin-bottom: 40%;
    }

    .row {
        flex-direction: column;
    }

    .img-desktop {
        display: none;

    }

    .img-mobile {
        display: flex;
        width: 100%;
    }

    .absolute-text {
        top: 108%
    }
}

@media screen and (max-width:550px) {
    .img-text-absolute {
        margin-bottom: 45%;
    }

    .absolute-text {
        padding: 25px;
    }


    .footer-inner {
        flex-direction: column;
    }

    .footer-text-box {
        margin: 10px 0px;
    }

    .footer-inner div:nth-child(1) {
        margin-left: 0px;
    }

    .footer-inner div:nth-child(3) {
        margin-right: 0px;
    }

    .footer-logo {
        margin-bottom: 5px;
    }

    .foot-social {
        margin-top: 5px;
    }

    .shape2023-container {
        flex-direction: column;
        align-items: center;
    }

    .img-container .app-button {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }

    .img-container .app-button a {
        margin: 5px 0;
    }

    .bucketlist-infobox {
        width: 100%;
    }

    .summer-bList-left {
        padding: 30px;
    }

    .summer-bList-right {
        padding: 30px;
    }

    .szep-card-box {
        padding: 20px;
    }

    .szep-card-box a {
        flex-direction: column;
        gap: 15px;
    }

    .sbs-btnElonyok {
        bottom: -20px;
    }

    .elmenysportok-card {
        min-height: auto;
    }

}

@media screen and (max-width:478px) {

    .ujdonsagok-wrapper {
        width: 100%;
    }

    .eatwell-contentbox {
        min-height: auto;
        margin-bottom: 25px;
    }

    .header-inner {
        flex-direction: column;
    }

    .header .header-inner div:nth-child(1) {
        margin-left: 0;
        margin-top: 10px;
    }

    .header .header-inner div:nth-child(3) {
        margin-right: 0;
        margin-top: 5px;
    }

    .magazin-head {
        margin-top: 10px;
    }

    .winter-wrapper {
        width: 100%;
    }



    .terem-sub {
        margin-top: 25px;
    }

    .peakgym-places {
        width: 100%;
    }

    .selfCheckIn-img iframe {
        height: 325px;
    }

    .grid-container {
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas: "Si" "Go" "Di" "Ja";
    }

    .msp-btn {
        width: 230px;
    }

    .msp-btnOutline {
        width: 230px;
    }


}


@media screen and (max-width:463px) {
    .half-box .half-head {
        font-size: 32px;
    }

    .half-box .half-subhead {
        font-size: 20px;
    }

    .half-box .half-body {
        margin-bottom: 20px;
    }

    .half-head-lotus.half-head-multi {
        padding-left: 20px;
    }

    .half-body-lotus.half-body-multi {
        padding-left: 45px;
    }
}

@media screen and (max-width:450px) {

    .multiarak-wrapper {
        margin-top: 15px;
    }

    .multiarak-csomag {
        width: 145px;
    }


    .multiarak-csomag p {
        font-size: 1.1rem;
    }

    .multicsomag-short {
        font-size: 0.9rem;
    }

    .multiarak-ar {
        margin-top: 5px;
    }


    .img-text-absolute {
        margin-bottom: 45%;
    }

    .absolute-text {
        min-width: 305px;
        padding: 10px;
    }


    .multi-content {
        padding-left: 1rem;
    }


    .multi-content p {
        font-size: 16px;
    }

    .multi-linkek {
        width: 100%;
    }

    .flip {
        width: 100%;
    }


}

@media screen and (max-width:412px) {
    .header-inner {
        flex-direction: column;
        align-items: center;
    }

    .header .header-inner div:nth-child(1) {
        margin-left: 0px;
    }

    .header .header-inner div:nth-child(3) {
        margin-right: 0px;
    }





    .uj-cim div:nth-child(1) {
        font-size: 24px;
    }

    .img-long h2 {
        color: var(--primary-color);
        font-size: 24px;
    }

    .absolute-text {
        top: 115%;
    }

    .multibox-2-list {
        padding: 0;
    }


}

@media screen and (max-width:375px) {

    .img-long h2 {
        color: var(--primary-color);
        font-size: 24px;
    }


    .img-text-absolute {
        margin-bottom: 55%;
    }

    .absolute-text {
        min-width: 285px;
        top: 120%;
    }

    .absolute-text .absolute-text-header {
        font-size: 22px;
    }

    .absolute-text .absolute-text-content {
        font-size: 16px;
    }

    .csomagarak.ujak {
        padding-left: 10px;
        padding-right: 10px;
    }

    .elmenysportok-wrapper {
        padding-bottom: 100px;
    }


}

@media screen and (max-width:330px) {




    .multibox-2-content {
        padding: 20px 20px;
        margin-bottom: 0;
    }

    .multibox-2-btn {
        font-size: 18px;
    }


    .tea-front,
    .tea-back {
        box-shadow: none;
    }


    .half-box-background .text-half {
        width: calc(100% - 45px);
        padding-left: 25px;
    }

    .half-head-lotus.half-head-multi {
        font-size: 18px;
    }

    .half-head.turbo {
        font-size: 24px;
    }

    .text-content-text.cim {
        font-size: 16px;
    }



    .csomagarak.ujak {
        margin-top: 220px;
    }

    .absolute-text {
        min-width: 230px;
        top: 125%;
    }

    .img-text-absolute {
        margin-bottom: 65%;
    }

    .absolute-text .absolute-text-header {
        font-size: 19px;
    }

    .absolute-text .absolute-text-content {
        font-size: 14px;
    }

    .absolute-text-link {
        font-size: 16px;
    }

    .main-title-text {
        font-size: 22px;
    }

    .elmenysportok-wrapper {
        padding-bottom: 125px;
    }

}