/*@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: #f8066c;
    --surface-color: #051226;
    --text-color: #ffffff;
    --text-color-07: rgba(255, 255, 255, 0.7);
    --text-color-dark: #051226;

}

body {
    font-size: 16px;
    background: rgb(192, 18, 95);
    background: linear-gradient(90deg, rgba(192, 18, 95, 1) 0%, rgba(2, 10, 88, 1) 50%, rgba(2, 120, 166, 1) 100%);
    font-family: 'Open Sans', sans-serif;
    color: var(--text-color);
}

@media screen and (max-width:705px) {
    body {
        background: linear-gradient(90deg, rgba(160, 11, 77, 1) 0%, rgba(0, 62, 87, 1) 100%);
    }
}


background: linear-gradient(90deg, rgba(50, 3, 45, 1) 0%, rgba(0, 6, 65, 1) 100%) (90deg, rgba(160, 11, 77, 1) 0%, rgba(0, 62, 87, 1) 100%) .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(--surface-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: 120px;
}

.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;
}

.main-title {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #dbe7e7;
    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;
}

.aycm-link {
    color: var(--primary-color);
    font-style: italic;
    font-weight: 600;
}

.center-btn {
    margin: 0 auto;
}

.aycm-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;
    width: max-content;
}

.aycm-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid #fff;
}

.aycmIcon-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    /*margin: 0 auto;*/
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.aycm-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;
}

.aycm-btnOutline:hover {
    border: 1px solid #80ada8;
    color: #80ada8;
}

.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 var(--primary-color);
    color: var(--primary-color);
    transition: all 0.3s linear;
}



.aycmBadges-item:hover {
    border: 2px solid var(--primary-color);
    color: #ffffff;
    background-color: var(--primary-color);
}

/*--------------------------- Új termek -----------------------------------*/
.ujtermek {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 30px;
}

.terem {
    width: 25%;
    height: 385px;
    background-color: var(--surface-color);
    /*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: 210px;
    margin-top: 20px;
}

.csomag-type {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 26px;
}

.msp-csomag-type {
    color: #eb3f92;
}

.csomag-text {
    color: var(--text-color);
    border-bottom: 2px solid var(--primary-color);
    width: 150px;
    margin: 0 auto;
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.25em;
}

.csomag-text.msp {
    color: #eb3f92;
    border-bottom: 2px solid #eb3f92;
}

.terem-name {
    font-weight: 600;
}

.terem-megnezem {
    padding: 15px 20px;
    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);
    border: 1px solid #fff;
}




.terem-megnezem.msp {
    background: #eb3f92;
    border: 1px solid #eb3f92;
}

.terem-megnezem.msp:hover {
    background: white;
    color: #eb3f92;
}

.terem-megnezem-msp {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #eb3f92;
}


.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: var(--text-color);
    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);
}

.terem-sub-msp {
    color: #eb3f92;
}

.ujterem-nav {
    display: none;
}

.ujterem-nav .nav-b {
    margin: 10px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    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 -----------------------------------*/





.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 ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-content ul li {
    margin-left: 30px;
    font-style: italic;
    font-weight: 600;
    color: var(--primary-color);
}

.text-content ol {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: none;
    counter-reset: num;
}

.text-content ol li {
    margin-left: 30px;
    counter-increment: num;
    /*font-style: italic;
    font-weight: 600;*/
    /*color: var(--primary-color);*/
    text-indent: -23px;
    padding: 2px 0;
}

.text-content ol li::before {
    content: counter(num) ".";
    font-weight: bold;
    color: var(--primary-color);
    font-size: 20px;
    padding-right: 5px;
}

.text-content-light {
    color: #7CA7A2;
    margin-top: 0px;
    font-style: italic;
}

.text-content div,
.text-content a {
    margin-top: 5px;
    margin-bottom: 8px;
}

.text-content a {
    color: var(--primary-color);
    font-weight: 600;
}

.text-head {
    font-size: 26px;
    color: var(--primary-color);
    font-weight: 700;
}

.text-head.samsung {
    font-size: 24px;
}

.text-head.valentin {
    color: #dd3a57;
}




.akcio-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #dd3a57;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid #dd3a57;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
}

.akcio-btn:hover {
    background-color: #ffffff;
    color: #dd3a57;
}

/*---------------------------------- 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;
    flex: 0 1 30%;

}

.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 rgb(194 209 209 / 80%), 0 0px 32px 0 rgb(194 209 209 / 40%);
    backface-visibility: hidden;
}

.rotC-front {
    background: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 12px;
    color: var(--text-color);
    display: flex;
    align-items: center;
}

/*.rotC-img {
    background: #ebf2f2;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}*/

.rotC-front.rotC1 {
    background-image: url(images/sport-swimming.jpg);
}

.rotC-front.rotC2 {
    background-image: url(images/sport-yoga.jpg);
}

.rotC-front.rotC3 {
    background-image: url(images/sport-boxing.jpg);
}

.rotC-front.rotC4 {
    background-image: url(images/sport-ballgames.jpg);
}

.rotC-front.rotC5 {
    background-image: url(images/sport-squash.jpg);
}

.rotC-front.rotC6 {
    background-image: url(images/sport-running.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: 22px;
    color: #ffffff;

}

.rotC-back {
    background: #ffffff;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 10px 20px;
    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: 60px;
    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: 22px;
}

.rotC-link {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
    font-style: italic;
}




/*---------------------------------- 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 ---------------------------------------------------------*/


/*Csomagárak ----------------------------------------------------------------------------------------------*/

.csomagarak {
    margin: 0;
    margin-top: 45px;
    margin-bottom: 20px;
}

.csomagarak-text {
    text-decoration: none;
    display: block;
    font-size: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 500;
    text-align: center;
}

.arak-container {
    width: calc(100% - 40px);
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    border: 2px dashed var(--primary-color);
    border-radius: 8px;
    margin-bottom: 20px;
}

.arak-wrapper {
    display: flex;
    width: calc(14% - 10px);
    min-width: 110px;
    height: 200px;
    margin: 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.arak-csomag {
    height: 85px;
    width: 85px;
    background: #bf125f;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arak-csomag.valt {
    background: #f8066c;

}

.arak-csomag p {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0;
}

.arak-ar {
    color: var(--text-color);
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}

.arak-info {
    font-size: 18px;
    font-weight: 500;
}

.admindij {
    background-color: var(--primary-color);
    display: flex;
    width: max-content;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 0 auto;
}

/* -------------------------------------Csomagárak vége------------------------------------*/

/*--------------------------------------SZÉP kártya ---------------------------------*/

.szep-card-box {
    width: 60%;
    margin: 0 auto;
    display: flex;
    background: var(--surface-color);
    box-sizing: border-box;
    padding: 20px 10px 20px 10px;
    border-radius: 8px;
    flex-wrap: wrap;
    gap: 20px;
}


.szep-card-img {
    flex: 0 1 25%;
    display: flex;
    text-decoration: none;
    align-items: center;
}

.szep-card-img img {
    width: 100%;
}

.szep-card-text {
    flex: 0 1 70%;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: var(--text-color);

}

.szep-card-text.head {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.szep-card-text p {
    margin-bottom: 10px;
}

.szep-card-text p:last-child {
    margin-top: 5px;
}

/*--------------------------------------SZÉP kártya vége ---------------------------------*/

/*FLEXI Hónap -----------------------------------------*/

.flexi-description {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 45px;
}

.flexi-container {
    width: calc(100% - 40px);
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    border: 2px dashed #fff;
    border-radius: 8px;
    margin-bottom: 38px;
}

.flexi-wrapper {
    display: flex;
    width: calc(14% - 10px);
    min-width: 110px;
    height: 200px;
    margin: 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flexi-csomag {
    height: 85px;
    width: 85px;
    border: 2px solid #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexi-csomag p {
    font-size: 1.8rem;
    color: var(--text-color);
    font-weight: 600;
    margin-top: 0;
}

.flexi-ar {
    color: var(--text-color);
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}

.flexi-ar-info {
    font-size: 18px;
    font-weight: 500;
}

.flexi-btn {
    margin: 0 auto;
    display: block;
    padding: 15px 20px;
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    max-width: fit-content;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    transition: all 0.3s linear;

}

.flexi-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid #fff;
}

/*FLEXI Hónap -----------------------------------------*/


/*---------------------------------------------ÚJDONSÁGOK----------------------------------------*/


.newFacilities-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;
}

.newFacilities-wrapper {
    width: 260px;
    margin: 40px 10px 10px 10px;
    box-sizing: border-box;
    box-shadow: 0 3px 14px 1px rgba(21, 18, 58, 0.3);
    background-color: var(--surface-color);
    position: relative;
    min-height: 320px;
    transition: ease all .3s;
}

.newFacilities-wrapper:hover {
    transform: translateY(-10px)
}


.newFacilities-packageBox {
    position: absolute;
    background-color: var(--primary-color);
    width: 55px;
    height: 55px;
    top: -30px;
    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;

}

.newFacilities-packageName {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.newFacilities-wrapper a {
    text-decoration: none;
    color: var(--primary-color);
}

.newFacilities-img img {
    width: 100%;
}

.newFacilities-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;
}


.newFacilities-teremName p {
    font-weight: 700;
}




/*---------------------------------------------Ú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 rgba(21, 18, 58, 0.3);
    background-color: var(--surface-color);
    position: relative;
    min-height: 280px;
    transition: ease all .3s;
}

.changes-wrapper:hover {
    transform: translateY(-10px)
}


.changes-packageBox {
    position: absolute;
    background-color: rgb(167 26 87 / 60%);
    backdrop-filter: blur(5px);
    width: 55px;
    height: 55px;
    top: -30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    border-radius: 5px;
    box-shadow: 0 3px 14px 1px rgba(27, 47, 45, 0.15);

}

.changes-packageName {
    font-size: 18px;
    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;
    color: var(--text-color);
}


.changes-teremName p {
    font-weight: 600;
}






/*-------------------------------------Változások--------------------------------------*/

/*----------------------------------------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--------------------------------*/



/*-------------------------------------- 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---------------------------------*/

/*----------------------------------- 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 ------------------------------------------*/

/*-----------------------------------------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: #cadbd9;
    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;
}

.trainersTip-article h2 {
    font-size: 28px;
}

.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-------------------------------*/



/*----------------------------------------- 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 --------------------------------*/






/*------------------------------------------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-img {
    flex: 1 1 30%;
}

.peakgym-img img {
    width: 100%;
}

.peakgym-content-wrapper {
    flex: 1 1 65%;
    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;

    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---------------------------------------*/


/*----------------------------------------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-------------------------------------*/



/*----------------------------------------Spotify július-------------------------------------*/
.spotify-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;
}

.spotify-img {
    width: 25%;
}

.spotify-img img {
    width: 100%;
}

.spotify-content {
    width: 75%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 30px;
}

.spotify-head {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.spotify-concl {


    font-weight: 600;
    color: #333333;
}

.spotify-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;
}

.spotify-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

/*----------------------------------------Spotify július-------------------------------------*/






.text-head.visa {
    font-size: 22px;
}

.text-head.loyalty {
    font-size: 36px;
    color: var(--primary-color);
    font-weight: 700;
}

.text-head.ajanlat {
    font-size: 50px;
    font-weight: 800;
}

.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;
}

.gymbeam-link {
    color: var(--primary-color);
}

.text-content-text {
    font-weight: 500;
}

.text-content-small {
    font-size: 14px;
    font-style: italic;
    color: var(--text-color-07);
}

.text-content-text.highlight {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}

.text-content-frissbox {
    font-size: 16px;
    color: var(--primary-color);
    font-style: italic;
}

.text-content-text.frissbox-link a {
    color: var(--primary-color);
    font-style: italic;
}

.text-content-text.ajanlat {
    font-size: 18px;
    font-weight: 500;
}

.text-content-text.ajanlat a {
    text-decoration: none;
    color: var(--primary-color);
}

.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: 15px 20px;
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    max-width: 225px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.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;*/
}





.aycm-video-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 30px;
}

.text-content .game-list {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.text-content .game-list li {
    padding: 5px 30px;
    list-style: none;
    text-indent: -30px;
    font-style: normal;
    margin-left: 10px;
}

.text-content .game-list li::before {
    content: "🏆";
    margin: 0px 8px 0 0px;
}

.new-frame {
    border: 2px solid #06c3f8;
    position: relative;
    margin-top: 45px;
}

.new-title {
    position: absolute;
    background-color: #06c3f8;
    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;
}

/* ---------------------------------AYCM Városok--------------------------------*/


.varosok-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}

.varosok-img {
    width: 100%;
}

.varosok-img img {
    width: 100%
}

.varosok-content {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

.varosok-table {
    display: flex;
    flex-direction: column;
    flex: 1 1 20%;
    gap: 10px;
}

.varosok-table a {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    color: #333333;
    text-align: center;
    transition: all 0.3s linear;
}

.varosok-table a:hover {
    background-color: #dbe5e5;
}

.varosok-btn {
    margin: 0 auto;
    color: #ffffff;
    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;
    margin-top: 30px;
}

.varosok-btn:hover {
    background-color: #ebf2f2;
    color: var(--primary-color);
}


/* ---------------------------------AYCM Városok vége--------------------------------*/

/* ---------------------------------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--------------------------------*/

/* ------------------------------- 25 év 25 érv -----------------------------*/
.project25-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.project25-wrapper {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: var(--surface-color);
    padding-bottom: 35px;
}

.project25-content {
    text-align: center;
    padding: 0 30px;
}

.project25-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.project25-content p {
    margin-bottom: 10px;
}

.project25-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.5;

}

.project25-text.expanded {
    -webkit-line-clamp: unset;
}

.read-more-btn {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: underline;
    font-style: italic;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    display: inline-block;
}

/* ------------------------------- 25 év 25 érv vége -----------------------------*/

/*----------------------------------Variations---------------------------------*/

.variations-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.variations-wrapper {
    width: 100%;
    background-color: var(--surface-color);
    display: flex;
    flex-wrap: wrap;
}

.variations-content {
    box-sizing: border-box;
    padding: 30px;
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.variations-item {
    flex: 2;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.variations-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}

.variations-item:hover::before {
    transform: scale(1.1);
}

.gradient-bottom {
    width: 100%;
    height: 250px;
    background: rgb(12, 12, 14);
    background: linear-gradient(0deg, rgba(12, 12, 14, 0.8) 0%, rgba(44, 48, 48, 0) 45%);
    mix-blend-mode: multiply;

}

.variations-item p {
    text-decoration: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;

}

.variations-title {
    font-size: 24px;
    text-transform: uppercase;
}

.variations-text {
    font-size: 18px;
}



.futas-item-1 {
    background-image: url(images/futas_belter.jpg);
    background-size: cover;
    background-position: center;
}

.futas-item-2 {
    background-image: url(images/futas_kulter.jpg);
    background-size: cover;
    background-position: center;
}

.tenisz-item-1 {
    background-image: url(images/tenisz_belter.jpg);
    background-size: cover;
    background-position: center;
}

.tenisz-item-2 {
    background-image: url(images/tenisz_kulter.jpg);
    background-size: cover;
    background-position: center;
}

.uszas-item-1 {
    background-image: url(images/uszas_belter.jpg);
    background-size: cover;
    background-position: center;
}

.uszas-item-2 {
    background-image: url(images/uszas_kulter.jpg);
    background-size: cover;
    background-position: center;
}

/*.futas-item-1:hover {
    background-size: 110%;
}

.futas-item-2:hover {
    background-size: 110%;
}

.tenisz-item-1:hover {
    background-size: 110%;
}

.tenisz-item-2:hover {
    background-size: 110%;
}

.uszas-item-1:hover {
    background-size: 110%;
}

.uszas-item-2:hover {
    background-size: 110%;
}*/


.variations-item:hover p {
    font-size: 22px;
}










/*----------------------------------Variations end---------------------------------*/

/* ---------------------------------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 #78b7b0;
    color: #78b7b0;
    transition: all 0.3s linear;
}



.aycmDance-item:hover {
    border: 2px solid #78b7b0;
    color: #ffffff;
    background-color: #78b7b0;
}



.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 ---------------------------------*/

/*-------------------------------AZ AYCM kipróbálja---------------------------*/

.aycmKiprobalja-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.aycmKiprobalja-video {
    position: relative;
}

.aycmKiprobalja-tiktok {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    width: 70px;
    height: 70px;
    top: 10px;
    right: 10px;
    border-radius: 50px;
    display: flex;
    position: absolute;
    box-sizing: border-box;
    padding: 15px;
    z-index: 3;
}

.aycmKiprobalja-tiktok img {
    width: 100%;
}

.aycmKiprobalja-video {
    width: 40%;
}

.aycmKiprobalja-wrapper {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.aycmKiprobalja-logo {
    width: 340px;
}

.aycmKiprobalja-facility {
    background: #ffffff;
    position: relative;
    width: 60%;
    box-sizing: border-box;
    padding: 28px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}

.aycmKiprobalja-package {
    position: absolute;
    background-color: var(--primary-color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    top: -33px;
    font-size: 22px;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px 20px;
}

.aycmKiprobalja-img img {
    width: 100%;
    border-radius: 8px;
}

.aycmKiprobalja-content {
    text-align: center;
    color: var(--text-color);
}

.aycmKiprobalja-content h4 {
    font-size: 22px;
    margin-bottom: 5px;
}

.aycmKiprobalja-content p {
    font-style: italic;
}

.aycmKiprobalja-before {
    display: flex;
    flex-direction: column;
    width: 60%;
    gap: 20px;
    justify-content: center;
    text-align: center;


}

.aycmKiprobalja-item {
    flex: 1 1 auto;
    border: 1px solid var(--primary-color);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 16px;
    text-decoration: none;
    text-align: left;
    color: var(--primary-color);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 200ms linear;
}

.aycmKiprobalja-item img {
    width: 50px;
}

.aycmKiprobalja-item:hover {
    border: 1px solid #b5d0b8;
    color: #b5d0b8;
}

/*-------------------------------AZ AYCM kipróbálja vége---------------------------*/

/*-------------------------------- OSZTOTT BOX ---------------------------------------*/
.divided-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.divided-container.rh {
    flex-wrap: wrap-reverse;
}

.divided-img {
    flex: 1 1 50%;
}

.divided-img img {
    width: 100%;
}

.divided-content {
    flex: 1 1 50%;
    background-color: var(--surface-color);
    box-sizing: border-box;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.divided-link {
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.divided-link.black {
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
}

.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);
    border: 1px solid #fff;
}

.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;

}

.dividedContent-teaser {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    display: -webkit-box;
}

.dividedContent-teaser p {
    margin-bottom: 10px;
    line-height: 150%;
}

.divided-featured {
    background-color: #d1e6e4;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px;
}

.divided-ulineTitle {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: underline;
}

/*-------------------------------- 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: 6;
    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---------------------------------*/
/*----------------------------------------- é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 #bbc9c9;*/
    transition: ease all .3s;
    background-color: var(--surface-color);

}

.elmenysportok-link {
    text-decoration: none;
    color: #333333;
}


/*.elmenysportok-card:hover {
    transform: translateY(-5px);


}*/

.elmenysportok-img img {

    width: 100%;

}



.elmenysportok-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    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: #ebf4f3;*/
    border: 1px solid var(--primary-color);
    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--------------------------------*/

/*------------------------------------ Planner ------------------------------------------*/

.planner-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 15px;
}

.planner-wrapper {
    flex: 0 0 260px;
    text-decoration: none;
    color: #ffffff;
}

.planner-wrapper.last {
    background-color: #b5d5d2;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    box-sizing: border-box;
    padding: 20px;
}

.planner-title {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.2s linear;
}



.c1 {
    background-color: #D81E5B;
}

.c2 {
    background-color: #23395B;
}

.c3 {
    background-color: #fe9f02;
}

.c4 {
    background-color: #007F73;
}

.c5 {
    background-color: #ED6A5E;
}

.c6 {
    background-color: #735290;
}

.c7 {
    background-color: #4CCD99;
}

.planner-img {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.planner-img.i1 {
    background-image: url(images/hotiron.jpg);
}

.planner-img.i2 {
    background-image: url(images/kondi.jpg);
}

.planner-img.i3 {
    background-image: url(images/szabaduloszoba.jpg);
}

.planner-img.i4 {
    background-image: url(images/csoportosora.jpg);
}

.planner-img.i5 {
    background-image: url(images/pingpong.jpg);
}

.planner-img.i6 {
    background-image: url(images/spinning.jpg);
}

.planner-img.i7 {
    background-image: url(images/walkenergie.jpg);
}

.triangle {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 38px;
    transition: all 0.2s linear;
}



.triangle1 {

    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #D81E5B transparent transparent transparent;
    transform: rotate(0deg);

}

.triangle2 {

    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #23395B transparent transparent transparent;
    transform: rotate(0deg);

}

.triangle3 {

    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #fe9f02 transparent transparent transparent;
    transform: rotate(0deg);

}

.triangle4 {

    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #007F73 transparent transparent transparent;
    transform: rotate(0deg);

}

.triangle5 {

    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #ED6A5E transparent transparent transparent;
    transform: rotate(0deg);

}

.triangle6 {

    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #735290 transparent transparent transparent;
    transform: rotate(0deg);

}

.triangle7 {

    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #4CCD99 transparent transparent transparent;
    transform: rotate(0deg);

}

/*------------------------------------ Planner vége ------------------------------------------*/

/*-------------------------------------Programajánló --------------------------------*/

.progRec-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 15px;
}

.progRec-rows {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.progRec-wrapper {
    flex: 1 1 32%;
    background-color: #ffffff;
}

.progRec-img {
    width: 100%;
}

.progRec-img img {
    width: 100%;
}

.progRec-content {
    box-sizing: border-box;
    padding: 40px 20px;
    position: relative;
    text-align: center;
}

.progRec-cat {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    position: absolute;
    top: -35px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 12px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.progRec-cat.cat1 {
    background-color: #f57f2f;
}

.progRec-cat.cat2 {
    background-color: var(--primary-color);
}

.progRec-cat.cat3 {
    background-color: #13191a;
}

.progRec-link {
    text-decoration: none;
    color: var(--primary-color);
    font-style: italic;
}




/*-------------------------------------Programajánló --------------------------------*/

/*-----------------------------------------OLIMPIA--------------------------------*/
.olimpia-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 300px 300px;
    grid-template-rows: 220px auto;
    gap: 15px 15px;
    grid-auto-flow: row;
    grid-template-areas:
        "video medals medals"
        "video summary summary";
}

.olimpia-video {
    grid-area: video;
    position: relative;
}

.olimpia-medals {
    grid-area: medals;
    background-color: #ffffff;
    display: flex;
    justify-content: space-evenly;
    border-radius: 8px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.olimpia-medalsItem {
    width: 95px;
}

.olimpia-medalsItem img {
    width: 100%;
}

.medals-no {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

.olimpia-summary {
    grid-area: summary;
    background-color: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px;
}

.olimpia-summary h2 {
    margin-bottom: 15px;
}

.olimpia-summary h4 {
    margin: 10px 0;
}

.olimpia-list {
    margin: 0;
    padding: 0;
}

.olimpia-list li {
    padding: 5px 20px;
    list-style: none;
    text-indent: -29px;
    font-style: normal;
    margin-left: 10px;
}

.olimpia-list.gold li::before {
    content: "🥇";
    margin: 0px 8px 0 0px;
}

.olimpia-list.silver li::before {
    content: "🥈";
    margin: 0px 8px 0 0px;
}

.olimpia-list.bronze li::before {
    content: "🥉";
    margin: 0px 8px 0 0px;
}

.sportType {
    font-style: italic;
    color: #868686;
}

.olimpiaList-teaser {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    margin-bottom: 15px;
}

/*-----------------------------------------OLIMPIA vége--------------------------------*/

/*------------------------------------------Strandok------------------------------------*/


.strandok-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}

.strandok-wrapper {
    flex: 0 1 280px;
    background-color: #ffffff;
    text-decoration: none;
    color: var(--text-color);
    margin-bottom: 15px;
}

.strandok-img {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
}

.strandok-img.img1 {
    background-image: url(https://allyoucanmove.hu/media/aycm_gym_5a2fa616ebc6c4.97285172.jpg);
}

.strandok-img.img2 {
    background-image: url(https://allyoucanmove.hu/media/aycm_gym_5c910ae6f30fe7.13162299.jpg);
}

.strandok-img.img3 {
    background-image: url(https://allyoucanmove.hu/media/aycm_gym_5a1562821ccf89.07465793.jpg);
}

.strandok-img.img4 {
    background-image: url(https://allyoucanmove.hu/media/aycm_gym_5af0025b5b76d4.96494025.jpg);
}

.strandok-img.img5 {
    background-image: url(https://allyoucanmove.hu/media/aycm_gym_58c65b3c385500.83637081.jpg);
}

.strandok-img.img6 {
    background-image: url(https://allyoucanmove.hu/media/aycm_gym_5c6ae967eedd12.89034337.jpg);
}

.strandok-img.img7 {
    background-image: url(https://www.paskalfurdo.hu/static/dokumentumtar/Pask%C3%A1l/IMG_8266n.jpg);
}

.strandok-img.img8 {
    background-image: url(https://allyoucanmove.hu/media/aycm_gym_5f7de46cb108f8.51835500.jpg);
}

.strandok-content {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}



/*------------------------------------------Strandok------------------------------------*/

/* ------------------------------- Űzz sportot a kultúrából ---------------------------------*/

.uzzSportot-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.uzzSportot-img {
    flex: 1 1 22%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
}

.uzzSportot-img p {
    font-size: 0.7rem;
    font-style: italic;
    padding: 0 10px;
    color: #797979;
}

.uzzSportot-img img {
    width: 100%;
    border-radius: 8px;
}

.uzzSportot-article {
    flex: 1 1 72%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 30px 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.uzzSportot-teaser {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    display: -webkit-box;
}

.uzzSportot-teaser p {
    margin-bottom: 10px;
    line-height: 150%;
}

.uzzSportot-link {
    font-weight: 600;
    color: var(--primary-color);
}

.uzzSportot-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;
}

.uzzSportot-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}


/* ------------------------------- Űzz sportot a kultúrából vége ---------------------------------*/

/* 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 15px 25px;

    display: flex;
    flex-direction: column;
    width: 100%;
}

.multibox-1-head {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);

}

.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: #cfdfdd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.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: 20px;
    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.veradas {
    font-size: 16px;
}

.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-item.veradas img {
    width: 25px;
}

.multibox-2-list-text {
    padding-left: 15px;
    margin-top: 10px;
}

.multibox-2-list-text.veradas {
    margin-top: 0;
}

.multibox-2-text {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.multibox-2-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;
    margin: 0 auto;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin-top: 15px;
}


.multibox-2-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}



/* Multibox vége-----------------------------------------------------------*/


/* Winterbox -----------------------------------------------------------*/

.winter-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.winter-wrapper {
    width: 24%;
    background-color: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 25px 25px;
    display: flex;
    flex-direction: column;
}

.winter-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    min-height: 85px;
}

.winter-img img {
    width: 40%;
}


.winter-content {
    text-align: center;
    font-size: 18px;
}


.winter-endtext {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    transition: all 0.3s linear;

}






.arrowCta {
    display: block;
    height: 13px;
    width: 13px;
    border: 11px solid transparent;
    transform: rotate(45deg);
    position: relative;
    margin: 1vh auto;
}

.arrowCta:after,
.arrowCta:before {
    content: "";
    display: block;
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.arrowCta:after {
    border-bottom: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
    top: 0;
    left: 0;
    opacity: 1;
    animation: bottom-arrow 1.65s infinite;
}

@keyframes bottom-arrow {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }

    45% {
        opacity: 0;
        transform: translate(12px, 12px);
    }

    46% {
        opacity: 0;
        transform: translate(-16px, -16px);
    }

    90% {
        opacity: 1;
        transform: translate(-6px, -6px);
    }

    100% {
        opacity: 1;
        transform: translate(-6px, -6px);
    }
}

.arrowCta:before {
    top: 0;
    left: 0;
    border-bottom: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
    animation: top-arrow 1.65s infinite;
}

@keyframes top-arrow {
    0% {
        transform: translate(-6px, -6px);
    }

    35% {
        transform: translate(0, 0);
    }

    90% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}





/* Winterbox vége-----------------------------------------------------------*/









/*---------------------------------------------LISTA------------------------------------------------------*/


ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}

.gradient-list>li {
    background: var(--surface-color);
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
    counter-increment: gradient-counter;
    margin-top: 2rem;
    min-height: 3rem;
    padding: 1rem 2rem 1rem 5rem;
    position: relative;
    font-size: 18px;
    text-align: left;
    display: flex;
    align-items: center;

}

.gradient-list>li::before,
.gradient-list>li::after {
    background: linear-gradient(135deg, #ee8cb5 0%, #f8066c 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: '';
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
}

.gradient-list>li::before {
    align-items: flex-end;
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
    content: counter(gradient-counter);
    color: #1d1f20;
    display: flex;
    font: 900 1.5em/1 'Open Sans';
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}

@for $i from 1 through 5 {
    &:nth-child(10n+#{$i}):before {
        background: linear-gradient(135deg, rgba(#a2ed56, $i * 0.2) 0%, rgba(#fddc32, $i * 0.2) 100%);
    }
}

+li {
    margin-top: 2rem;
}

.gradient-list>li .partner {
    font-weight: 700;
    margin-right: 25px;
}


.gradient-list>li .partner-content {
    width: 73%;
}

.gradient-list>li .partner-code {
    width: 20%;
    text-align: right;
    font-weight: 700;
}


.gradient-list>li .partner-badge {
    background-color: #ff3600;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    right: -5px;
    top: -10px;
    color: #fff;
}


/*---------------------------------------------LISTA vége------------------------------------------------------*/


/*--------------------------------Mountex boulder-------------------------------------*/


.mountex-container {
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #ffffff;
}

.mountex-image {
    width: 50%;
}

.mountex-image img {
    width: 100%;
}

.mountex-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px 30px 20px 30px;
}

.mountex-head {
    font-size: 26px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.mountex-text {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mountex-text-hl {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}


.mountex-btn {
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 40px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    width: fit-content;
    margin-top: 20px;
    transition: all 0.3s linear;
}

.mountex-btn:hover {
    background: #ffffff;
    color: var(--primary-color);
}



/*--------------------------------Mountex boulder 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);
    border: 1px solid #fff;
}

.img-container {
    display: flex;
}

.img-long {
    width: calc(50% - 30px);
    background-color: #ffffff;
    margin: 15px;
    display: flex;
    flex-direction: column;
    padding: 0;
    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.social {
    background-image: url(images/social_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 30px;
    min-height: 360px;
}


.multipleimg-img.social p {
    width: 50%;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}

.multipleimg-img img {
    width: 100%;
}

.social-btns {
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
}

.multipleimg-img .socialIcon {
    width: 20px;
}

.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: #eb3f92;
}

.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: #eb3f92;
    margin-top: 10px;
}

.absolute-text-link a {
    color: #eb3f92;
}



.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) {

    .text-content ul li {
        list-style: none;
        margin-left: 0;
    }

    .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;
        /* text-align: center;*/
    }

    .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;
    }

    .akcio-btn {
        margin: 0 auto;
    }


}




@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: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    color: var(--text-color);
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}


.footer {
    /* background: linear-gradient(269.86deg, rgba(49, 139, 129, 0) -67.44%, #38C6B6 103.75%);*/
    background: var(--surface-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: 100px;
}

.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);
    border: 1px solid #fff;
}

.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: 35px;
    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;
    /*position: relative;*/
    padding: 0px 20px 15px;
}

.csik {
    height: 2px;
    /*position: absolute;*/
    background: var(--primary-color);
    width: 100%;
    top: 50%;
    transform: translatey(50%);
}

.csik-text.valentin {
    color: #dd3a57;
}

.csik.valentin {
    background: #dd3a57;
}

.csik.msp {
    background: #eb3f92;
}

.csik-text.msp {
    color: #eb3f92;
}


.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(--text-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;
}
















/*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_szeptember_2024_cabin.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 6 / 5.4;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
}

.treehouses-kapolcs {
    background-image: url(images/treehouses_szeptember_2024_lombhaz.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 6 / 5.4;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
}*/

.treehouses-onebox {
    background-image: url(images/treehouses_marcius_2025.jpg);
    width: 100%;
    background-size: contain;
    background-position: center;
    aspect-ratio: 2 / 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: var(--surface-color);
    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 #8db3af;
    border-radius: 8px;
    background-color: #fcfdfd;
    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;
    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: var(--text-color);
    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: var(--text-color-07);
    font-size: 14px;
    text-align: center;
    font-style: italic;
    padding: 0 60px 20px 60px;
}

.ajanlat-small a {
    color: var(--primary-color);
}

.ajanlat-btn {
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    padding: 15px 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);
    border: 1px solid #fff;
}

.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 #8db3af;
    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---------------------------------------------------------------------------*/


/*---------------------------------------------F45--------------------------------------*/
.f45-container {
    width: calc(100% - 40px);
    display: flex;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}



.f45-img {
    width: 50%;
}

.f45-img img {
    width: 100%;
}

.f45-img video {
    width: 100%;
}

.f45-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    padding: 20px 40px;
    background: #ffffff;
    justify-content: center;
}

.f45-sub {
    font-style: italic;
    color: #719f9a;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 18px;
}


.f45-head {
    font-size: 22px;
    color: var(--primary-color);
}

.f45-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 0;
    padding-left: 20px;
    list-style: none;


}


.f45-btn {
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    width: fit-content;
    text-align: center;
    border: 1px solid var(--primary-color);

    margin-top: 10px;
}

.f45-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}




/*---------------------------------------------F45 vége-------------------------------------*/

/*-------------------------------------------- Budapest Beach Arena --------------------------------------*/

.beacharena-container {
    width: calc(100% - 40px);
    display: flex;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.beacharena-link {
    width: 50%;
}

.beacharena-img {
    width: 100%;
}

.beacharena-img img {
    width: 100%;
}

.beacharena-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    padding: 30px 40px;
    background: #ffffff
}

.beacharena-sub {
    font-style: italic;
    color: #719f9a;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 18px;
}


.beacharena-head {
    font-size: 22px;
    color: var(--primary-color);
}

.beacharena-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 0;
    padding-left: 20px;
    list-style: none;


}

.beacharena-list li {
    text-indent: -15px;
}

.beacharena-list li::before {

    content: '+';
    margin-right: 5px;
    color: var(--primary-color);
    font-weight: 700;
}

.beacharena-btn {
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    width: fit-content;
    text-align: center;
    border: 1px solid var(--primary-color);
    margin-bottom: 10px;
    margin-top: 10px;
}

.beacharena-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}



/*-------------------------------------------- Budapest Beach Arena vége --------------------------------------*/


/*-----------------------------------------Smart Fit------------------------------------*/

.smartfit-container {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.smartfit-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;
}

.smartfit-img {
    width: 45%;
}

.smartfit-img img {
    width: 100%;
}

.smartfit-wrapper {
    width: 55%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 20px 20px 40px;
    gap: 10px;
}

.smartfit-header {

    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.smartfit-content {
    font-size: 16px;
    color: #333333;
}

/*-----------------------------------------Smart Fit------------------------------------*/




.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: var(--surface-color);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 80px;

}

.multi-image-box.elso {
    margin-bottom: 20px;
    margin-top: 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: 20px;
    text-align: center;

}

.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: 0 auto;
    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: 30px;
}

.normal-text a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
}

.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;
}

.normal-text p {
    margin-bottom: 10px;
}



.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;
    margin-top: 30px;
}

.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;
    }

    .strandok-container {
        justify-content: center;
        gap: 20px;
    }
}

@media screen and (max-width:1250px) {
    .img-container h2 {
        font-size: 25px;
    }
}


@media screen and (max-width:1209px) {
    .half-head-lotus {
        font-size: 20px;
    }

    .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) {

    .multi-image-box .img-content {
        width: 100%;
    }

    .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;

    }

    .text-content-subhead {
        text-align: center;
    }


    .multibox-2-content {
        margin-top: -6px;
    }

    .multibox-2-text {
        margin-bottom: 20px;
    }

    .ps-fuszer-content {
        font-size: 38px;
    }

    .text-content .text-content-button {
        align-self: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .social-box-logos.moonshot {
        justify-content: center;
    }

    .social-box-logos.moonshot img {
        margin-left: 15px;
    }

    .moonshot-szept-container {
        background-position: center 235px, center center;
    }


    .forma-card-wrapper {
        width: 60%;
    }


    .smartfit-container a {
        flex-direction: column;
    }

    .smartfit-img {
        width: 100%;
    }

    .smartfit-wrapper {
        width: 100%;
        padding: 20px 25px 20px 25px;
        text-align: center;
    }

    .faultetes-img img {
        max-width: 100%;

    }

    .cedrus-services {

        flex-direction: column;

    }

    .cedrus-services-text {
        width: 100%;
        padding-left: 0;
    }

    .cedrus-services-list {
        width: 100%;
    }

    .multi-img {
        width: 52%;
    }

    .multi-content {
        padding-left: 2rem;
    }

    .multi-content h3 {
        margin-bottom: 10px;
    }

    .aycm-promo-img {
        width: 100%;
    }

    .aycm-text-content {
        width: 100%;
        text-align: center;
    }

    /*  .peakgym-container a {
        flex-direction: column;
    }*/

    .peakgym-img {
        flex: 1 1 auto;
    }

    .peakgym-content-wrapper {
        flex: 1 1 auto;

        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%;
    }

    .beacharena-content {
        width: 100%;
        padding: 30px;
    }

    .beacharena-link {
        width: 100%;
    }

    .beacharena-img {
        width: 100%;
    }

    .beacharena-btn {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .f45-content {
        width: 100%;
        padding: 40px;
    }

    .f45-img {
        width: 100%;
    }

    .f45-btn {
        margin: 0 auto;
        margin-top: 20px;
    }

    .ideabox-content {
        width: 100%;
    }

    .ideabox-img {
        width: 100%;
    }

    .ideabox-btn {
        margin: 0 auto;
        margin-top: 15px;
    }

    .veradas-container {
        flex-direction: column-reverse;
    }

    .veradas-content {
        width: 100%;
    }

    .veradas-img {
        width: 100%;
    }

    .sunbath-content {
        width: 100%;
    }

    .sunbath-img {
        width: 100%;
    }

    .squash-content {
        width: 100%;
        padding: 20px 30px;
    }

    .squash-img {
        width: 100%;
    }

    .squash-btn {
        margin: 0 auto;
        margin-top: 15px;
    }

    .spotify-img {
        width: 100%;
    }

    .spotify-content {
        width: 100%;
    }

    .spotify-btn {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .peakgym-link {
        width: 100%;
    }

    .trainersTip-teaser {
        -webkit-line-clamp: 6;
    }

    .trainersTip-text {
        -webkit-line-clamp: 4;
    }

    .uzzSportot-img {
        flex: 1 1 auto;
    }

    .aycmDance-img {
        flex: 1 1 auto;
    }

    .aycmDance-content {
        flex: 1 1 auto;
    }



    .aycmDance-btn {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .uzzSportot-btn {
        margin: 0 auto;
    }

}

@media screen and (max-width:1100px) {
    .slide-head {
        font-size: 50px;
    }

    .nyeremenyjatek-box {
        flex-direction: column;
        align-items: center;
        padding: 40px;
    }

    .nyeremenyjatek-img {
        width: 40%;
    }

    .nyeremenyjatek-content-wrapper {
        margin-left: 0;
        text-align: center;
    }

    .nyeremenyjatek-text-head {
        margin-top: 15px;
    }

    .nyeremenyjatek-text-content {
        margin-top: 15px;
    }

    .nyeremenyjatek-text-link {
        margin-top: 15px;
    }

    .nyeremenyjatek-btn {
        margin: 0 auto;
        margin-top: 25px;
    }

    .half-box {
        flex-direction: column;
    }

    .img-half {
        width: 100%;
    }

    .text-half {
        width: calc(100% - 40px);
        padding-bottom: 30px;
    }

    .text-half-lotus {
        width: calc(100% - 40px);
        padding-bottom: 30px;
    }

    .half-head-lotus {
        font-size: 22px;
        padding: 20px 0;
    }

    .pff-btn {
        margin-top: 20px;
        align-self: center;
        margin-left: -20px;
    }

    .half-small-lotus {
        padding-top: 20px;
    }



    .text-content-button.dsauto {
        align-self: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-content .spotify-btn {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sound-animation {
        overflow: hidden;
    }

    .sound-animation .animation-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 140px;
        /* overflow: hidden; */

    }

    .sound-animation .animation-wrapper div {
        position: absolute;
        margin-top: -18%;
        height: 100%;
        width: 2%;
        border-radius: 20px;
        top: 82%;

    }

    .half-body {
        font-size: 16px;
    }

    .text-half-lotus.text-half-multisport {
        width: calc(100% - 40px);
        padding-bottom: 30px;
    }

    .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;
    }

    .half-box-background.spotify .img-half {
        width: 100%;
    }

    .half-box-background.spotify .text-half {
        width: calc(100% - 60px);
        padding-left: 40px;
    }

    .half-box-background .img-half.olimpia {
        width: 100%;
    }

    .half-box-background .text-half.olimpia {
        width: calc(100% - 60px);
        padding-left: 40px;
    }

    .half-box-background .text-half.evhonlapja {
        width: calc(100% - 60px);

    }

    .half-body.evhonlapja {
        margin-top: 0;
        font-size: 18px;
    }

    .evhonlapja-btn {
        align-self: center;
        margin-top: 15px;
    }

    .gravity-btn {
        align-self: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px;
        margin-left: -20px;
    }

    .ebike-btn {
        margin: 0 auto;
        margin-top: 25px;
    }

    /* .aycm-video{
        width: 40%;
    }*/


    .img-container-body {
        text-align: center;
    }


    .aprilis-img {
        width: 100%;
    }

    .aprilis-content {
        width: 100%;
        padding: 20px 30px;
    }

    .etikett-item {
        min-height: 85px;
    }

    .selfCheckIn-img {
        flex: 1 1 100%;
    }

    .selfCheckIn-content {
        flex: 1 1 100%
    }

    .divided-img {
        flex: 1 1 auto;
    }

    .divided-content {
        flex: 1 1 auto;
    }

    .divided-btn {
        margin: 0 auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .divided-btnRow {
        justify-content: center;
    }

    .szep-card-box {
        width: calc(100% - 40px);
    }

    .sbs-container {
        gap: 75px;
    }

    .sbs-wrapper {
        flex: 1 1 auto;
    }

    .olimpia-container {
        grid-template-columns: auto 245px 245px;
    }

    .olimpiaList-teaser {
        -webkit-line-clamp: 1;
    }

    .arak-ar {
        font-size: 20px;
    }

    .flexi-ar {
        font-size: 20px;
    }

    .variations-content {
        flex: auto;
    }

    .variations-item {
        height: 340px;
    }

    .gradient-bottom {
        height: 340px;
    }

    .variations-title {
        text-align: center;
    }

}


@media screen and (max-width:1024px) {

    .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%;
    }

    .valentin-content {
        height: 310px;
    }

    .aycmKiprobalja-logo {
        width: 240px;
        width: calc(175px + (240 - 175) * ((100vw - 768px) / (1024 - 768)));
    }



}







@media screen and (max-width:1000px) {
    .slide-head {
        font-size: 45px;
    }

}

@media screen and (max-width:950px) {
    .videos {
        display: block;
    }

    .video {
        width: 100%;
        margin-top: 20px;
    }

    .video iframe {}

    .sound-animation .animation-wrapper div {
        top: 66%;
    }

    .summer-bList-left {
        width: 100%;
    }

    .summer-bList-right {
        width: 100%;
    }
}

@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:768px) {


    .img-content {
        width: 100%;
    }


    .terem {
        width: 100%;
    }


    .valentin-content {
        height: 360px;
    }

    .moonshot-szept-container {
        background-position: center 280px, center center;
    }


    .absolute-text {
        top: 100%
    }

    /*.aycm-video{
        width:calc(60% - 40px);
    }*/

    .social-box {
        width: calc(100% - 40px);
    }

    .ps-container {
        width: calc(100% - 40px);
    }

    .ps-recept-wrapper {
        flex-direction: column;
    }

    .ps-recept {
        width: 100%;
    }

    .ps-fuszer-wrapper {

        height: 438px;
    }

    .ps-recept-title {
        font-size: 34px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .ps-fuszer-text {
        font-size: 18px;
    }


    .multibox-1 {
        width: 100%;
    }

    .multibox-2 {
        width: 100%;
        margin-top: 20px;
    }

    .fizeto-wrapper {
        width: 100%;
        min-height: auto;
        margin-bottom: 25px;
        box-shadow: 0 48px 48px -62px #bbc9c9;
    }

    .fizeto-img {
        width: 6%;
    }

    .forma-card-wrapper {
        width: 100%;
    }

    .szepcard-wrapper {
        justify-content: center;
    }

    .szepcard-content {
        width: 100%;
        padding-left: 1rem;
        margin-top: 20px;
        text-align: center;

    }

    .szepcard-content h3 {
        text-align: center;
        font-size: 23px;
    }

    .szepcard-content p {
        text-align: center;
    }

    .szepcard-content a {
        text-align: center;
    }

    .szepcard-img {
        width: 50%;
    }

    .peakgym-placesWrap {
        flex-direction: column;
        align-items: center;
    }

    .peakgym-places {
        width: 60%;
    }

    .trainersTip-teaser {
        -webkit-line-clamp: 8;
    }

    .aycmKiprobalja-container {
        gap: 60px;
    }

    .aycmKiprobalja-video {
        width: 50%;
    }

    .aycmKiprobalja-wrapper {
        flex-direction: row;
        width: 100%;
        gap: 20px;
    }

    .elmenysportok-card {
        min-height: 450px;
    }

    .olimpia-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "video"
            "medals"
            "summary";
    }

    .olimpiaList-teaser {
        -webkit-line-clamp: 6;
    }

    .aycm-btn {
        margin: 0 auto;
        display: flex;
        text-align: center;
        justify-content: center;
        width: max-content;
        margin-top: 25px;
    }

    .project-btn {
        margin-top: 0;
    }

    .rotC-wrapper {
        flex: 0 1 40%;
    }

    .progRec-wrapper {
        flex: 1 1 auto;
    }

    .szep-card-box {
        flex-direction: column;
        padding: 20px;
    }

    .szep-card-img img {
        width: 200px;
    }

    .szep-card-img {
        justify-content: center;
    }

    .szep-card-text {
        text-align: center;
    }

}

@media screen and (max-width:750px) {
    .img-text-absolute {
        margin-bottom: 35%;
    }

    .slide-conent {
        width: 75%;
    }

    .img-long h2 {
        color: var(--primary-color);
        font-size: 28px;
    }

    .sound-animation .animation-wrapper div {
        top: 52%;
    }

    .etikett-wrapper {
        flex: 1 1 100%;
    }




}


@media screen and (max-width:690px) {
    .text-content-button {
        /*align-self: center;*/
    }



    .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: 20px;
    }

    .multi-linkek {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .multi-content a {
        margin-top: 20px;
    }


    .valentin-container {
        flex-direction: column;
    }

    .valentin-content {
        height: auto;
    }

    .valentin-img {
        width: 100%;
    }

    .valentin-content {
        width: 100%;
        text-align: center;
    }

    .valentin-box {
        flex-direction: column;
        margin: 0 auto;
        gap: 0;
    }

    .valentin-comment {
        margin-top: 5px;
    }

    .valentin-text {
        margin-bottom: 20px;
    }

    .trainersTip-btn {
        margin: 0 auto;
        margin-top: 10px;
    }

    .trainersTip-article {
        flex: 1 1 auto;
    }

    .maysports-card {
        flex: 0 1 100%;
    }


}


@media screen and (max-width:650px) {
    .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) {



    .header-inner {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .header .header-inner div:nth-child(1) {
        margin-left: 0px;
    }

    .header .header-inner div:nth-child(3) {
        margin-right: 0px;
    }

    .magazin-head {
        margin: 10px 0px;
    }


    .img-text-absolute {
        margin-bottom: 45%;
    }

    .absolute-text {
        padding: 25px;
    }

    .sound-animation .animation-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 94px;
        /* overflow: hidden; */

    }

    .sound-animation .animation-wrapper div {
        position: absolute;
        margin-top: -18%;
        height: 100%;
        width: 2%;
        border-radius: 20px;
        top: 40%;

    }

    .shape2023-container {
        flex-direction: column;
        align-items: center;
    }

    .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;
    }

    .slide-conent {
        width: 100%;
    }

    .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;
        justify-content: center;
    }

    .szep-card-box a {
        flex-direction: column;
        gap: 15px;
    }

    .szep-card-img {
        margin: 0 auto;
        width: 50%;
    }

    .aycmKiprobalja-container {
        gap: 50px;
    }

    .aycmKiprobalja-video {
        width: 100%;
    }

    .aycmKiprobalja-logo {
        width: 70%;
    }

    .aycmKiprobalja-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 50px;
    }

    .aycmKiprobalja-before {
        width: 100%;
    }

    .aycmKiprobalja-facility {
        width: 100%;
    }

    .sbs-btnElonyok {
        bottom: -20px;
    }

    .elmenysportok-card {
        min-height: auto;
    }

    .multipleimg-img.social {
        padding: 30px;
        background-position-x: -50px
    }

    .social-btns {
        width: 100%;
    }

    .variations-item {
        height: 220px;
    }

    .gradient-bottom {
        height: 220px;
    }

}

@media screen and (max-width:478px) {




    .moonshot-szept-container {

        background-position: center 485px, center center;
    }

    .ms-img {
        width: 40%;
    }

    .ms-content {
        padding: 10px 25px;
    }

    .winter-wrapper {
        width: 100%;
    }

    .ps-fuszer-wrapper {

        height: 438px;
        background-size: cover;
    }

    .ps-fuszer-content {
        font-size: 42px;
    }

    .ps-fuszer-text {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .terem-sub {
        margin-top: 25px;
    }

    .fizeto-img {
        width: 10%;
    }

    .fizeto-infobox {
        width: calc(100% - 40px);
    }

    .multibox-2-btn {
        margin-top: 0;
    }

    .peakgym-places {
        width: 100%;
    }

    .selfCheckIn-img iframe {
        height: 325px;
    }



    .aycm-btnOutline {
        width: 230px;
    }

    .olimpia-medalsItem {
        width: 75px;
    }

    .rotC-wrapper {
        flex: 0 1 100%;
    }

}


@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) {

    .nyeremenyjatek-img {
        width: 100%;
    }

    .nyeremenyjatek-box {
        padding: 40px 20px;
    }

    .nyeremenyjatek-content-wrapper {
        width: 100%;
    }

    .img-text-absolute {
        margin-bottom: 45%;
    }

    .absolute-text {
        min-width: 305px;
        padding: 10px;
    }

    .moonshot-infowrapper {
        width: 100%;
    }

    .ps-fuszer-content {
        font-size: 35px;
    }


    .scrolling-words-container {
        flex-direction: column;
    }

    .forma-card-wrapper {
        margin-top: 35px;
    }

    .forma-rajz {
        top: -28px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .forma-header-box {
        min-height: 80px;
        margin-top: 92px;
    }

    .forma-header {
        margin-left: 0;
    }

    .sound-animation .animation-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 72px;
        /* overflow: hidden; */

    }

    .sound-animation .animation-wrapper div {
        position: absolute;
        margin-top: -18%;
        height: 100%;
        width: 2%;
        border-radius: 20px;
        top: 30%;

    }

    .flip {
        width: 100%;
    }

    .waberer-content {
        font-size: 16px;
    }

    .multi-content {
        padding-left: 1rem;
    }


    .multi-content p {
        font-size: 16px;
    }

    .multi-linkek {
        width: 100%;
    }


    .szepcard-content {

        text-align: left;

    }

    .szepcard-content h3 {
        text-align: left;
        font-size: 23px;
    }

    .szepcard-content p {
        text-align: left;
    }

    .szepcard-content a {
        text-align: left;
    }

    .szepcard-img {
        width: 80%;
    }

    /*.aycm-video{
        width:calc(100% - 40px);
    }*/


    .faultetes-highlighted {
        max-width: calc(100% - 40px);
        font-size: 16px;
        text-align: center;
    }


    .cedrus-text-end {
        text-align: center;
    }

    .multibox-2-list {
        padding: 0;
    }

}

@media screen and (max-width:425px) {
    .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;
    }



    .magazin-head {
        margin: 10px 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) {
    .slide-head {
        font-size: 34px;
    }

    .slide-text {
        font-size: 16px;
    }

    .img-long h2 {
        color: var(--primary-color);
        font-size: 24px;
    }

    .moonshot-szept-container {
        background-position: center 445px, center center;
    }

    .moonshot-aug-header {
        font-size: 24px;
    }

    .ms-content.intro {
        font-size: 18px;
    }

    .ms-content {
        font-size: 16px;
    }

    .sound-animation .animation-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 54px;
        /* overflow: hidden; */

    }

    .sound-animation .animation-wrapper div {
        position: absolute;
        margin-top: -18%;
        height: 100%;
        width: 2%;
        border-radius: 20px;
        top: 12%;

    }

    .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;
    }

    .infoProd {
        padding-top: 0;
    }

    .elmenysportok-wrapper {
        padding-bottom: 100px;
    }

    .szepcard-content h3 {
        text-align: left;
        font-size: 22px;
    }

    .szepcard-content p {
        text-align: left;
        font-size: 16px;
    }

    .szepcard-content a {
        text-align: left;
        font-size: 16px;

    }

    .szepcard-img {
        width: 85%;
    }

    .astronauts-wrapper {
        width: 50%;
    }

    .astronauts-wrapper img {
        width: 80%;
    }

    .faultetes-highlighted {

        font-size: 14px;

    }

    .multibox-2-btn {
        font-size: 14px;
    }

    .trainersTip-article h2 {
        font-size: 22px;
    }

    .multipleimg-img.social {
        background-position-x: -120px
    }

    .variations-wrapper {
        flex-direction: column;
    }

}

@media screen and (max-width:330px) {






    .text-head {
        font-size: 22px;
    }



    .moonshot-szept-container {
        background-position: center 420px, center center;
    }

    .ms-img {
        width: 50%;
        padding-top: 40px;
    }

    .ps-fuszer-content {
        font-size: 28px;
    }

    .ps-fuszer-text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ps-fuszer-wrapper {
        height: 380px;
    }

    .multibox-2-content {
        padding: 20px 20px;
        margin-bottom: 0;
    }

    .multibox-2-btn {
        font-size: 13px;
    }

    .moonshot-aug-header {
        font-size: 21px;
    }

    .ms-content.intro {
        font-size: 16px;
    }

    .ms-content {
        font-size: 15px;
    }

    .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;
    }

    .half-box-background .text-half.evhonlapja {
        width: calc(100% - 45px);
        padding-left: 25px;
    }

    .elmenysportok-wrapper {
        padding-bottom: 125px;
    }


    .scrolling-words-content {
        color: #5f6368;
        font-size: 20px;
    }

    .fizeto-img {
        width: 15%;
    }

    .pff-btn {
        margin-left: 0;
    }

    .gravity-btn {
        margin-left: 0;
    }

    .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;
    }


    .gradient-list>li {
        padding: 1rem 2rem 1rem 4rem;
    }

    .csik-text {
        font-size: 22px;
    }

    .main-title-text {
        font-size: 22px;
    }
}