/*@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: #f89734;
    --secondary-color-light: #fff;
    --secondary-color-dark: #231f1e;
    --text-color-light: #fff;
    --text-color: #231f1e;
    --surface-color-dark: #231f1e;
    --surface-color-light: #fff;
    --bg-color: linear-gradient(90deg, #FFA800 0%, #FED112 100%);

}


body {
    font-size: 16px;
    background: var(--bg-color);
    font-family: 'Open Sans', sans-serif;
    color: var(--text-color);
}

.mt-20 {
    margin-top: 20px;
}


.st5 {
    /*font-family: 'Open Sans', sans-serif!important;*/
}

.pos-rel {
    position: relative;
}

section {
    max-width: 1300px;
    margin: 0 auto;
}

.header {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    background: var(--surface-color-dark);
    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: 200px;
}

.header .header-inner div:nth-child(3) {
    font-size: 16px;
}

.header-img {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img img {
    width: 100%;
    max-width: 1200px;
    /*position: absolute;
    z-index: -1;*/
}

.header .header-inner div:nth-child(1),
.footer-inner div:nth-child(1) {
    margin-left: 20px;
}

.header .header-inner div:nth-child(3),
.footer-inner div:nth-child(3) {
    margin-right: 20px;
}

.header-img img {
    width: 100%;
}

.main-container {
    width: calc(100% - 100px);
    padding: 50px;
    background-color: var(--bg-color);
}

.main-title {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #f1dbe7;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;

}

.main-title-text {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);

    text-transform: uppercase;
    letter-spacing: 3px;
}

.magazin-date-lang {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-change {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: #ffffff;
    color: var(--primary-color);
    border-radius: 6px;
    transition: all 0.3s linear;
}

.lang-change:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.msp-link {
    color: var(--primary-color);
    font-style: italic;
    font-weight: 600;
}

.btn-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.msp-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    /*margin: 0 auto;*/
    display: inline-block;
    text-align: center;
    width: max-content;
}

.msp-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.msp-btnOutline {
    text-decoration: none;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: var(--primary-color);
    /*margin: 0 auto;*/
    display: inline-block;
    text-align: center;
}

.center-btn {
    margin: 0 auto;
}

.msp-btnOutline:hover {
    border: 1px solid #df7dac;
    color: #df7dac;
}

.new-frame {
    border: 2px solid #f84706;
    position: relative;
    margin-top: 45px;
}

.new-title {
    position: absolute;
    background-color: #f84706;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.aycmBadges {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 20px 0;
}

.aycmBadges.center {
    justify-content: center;
}

.aycmBadges-item {
    text-decoration: none;
    box-sizing: border-box;
    padding: 12px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    border: 2px solid #df7dac;
    color: #df7dac;
    transition: all 0.3s linear;
}



.aycmBadges-item:hover {
    border: 2px solid #df7dac;
    color: #ffffff;
    background-color: #df7dac;
}

.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%;
}


/*--------------------------- Új termek -----------------------------------*/
.ujtermek {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 30px;
}

.terem {
    width: 25%;
    height: 370px;
    background-color: white;
    /*flex: 1 0 220px;*/
    margin: 20px;
    border-radius: 17px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.terem-img img {
    width: 220px;
    height: 132px;
}

.terem-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: 200px;
    margin-top: 20px;
    color: var(--text-color);

}

.csomag-type {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 20px;
}



.csomag-text {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    width: 150px;
    margin: 0 auto;
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.25em;
}



.terem-name {
    font-weight: 600;
}

.terem-megnezem {
    padding: 10px;
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    width: 150px;
    margin: 0 auto;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
}

.terem-megnezem:hover {
    background: white;
    color: var(--primary-color);
}







.terem-head {
    /*background-color: var(--primary-color);*/
    height: 50px;
    border-radius: 17px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: calc(100% - 40px);
}

.uj-cim {
    display: flex;
    align-items: center;
    color: var(--text-color);
}

.uj-cim div:nth-child(1) {
    padding-right: 10px;
    border-right: 3px solid var(--text-color);
    font-size: 26px;
    font-weight: 700;
}

.uj-cim div:nth-child(2) {
    padding-left: 10px;
    font-size: 18px;
}


.terem-sub {
    max-width: calc(100% - 40px);
    margin-left: 20px;

    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}


.ujterem-nav {
    display: none;
}

.ujterem-nav .nav-b {
    margin: 10px;
    border: 1px solid var(--secondary-color-dark);
    color: var(--text-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%;
}

.terem-small {
    color: var(--primary-color);
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
}

/*--------------------------- Új termek vége -----------------------------------*/


/*--------------------------------------CSOMAGÁRAK--------------------------------------*/


.msp-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: var(--text-color);
    font-size: 20px;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}

.multiarak {
    margin: 0;
    margin-top: 45px;
    margin-bottom: 20px;
}

.multiarak-text {
    font-size: 26px;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 500;
    text-align: center;
}

.multiarak-container {
    width: calc(100% - 40px);
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 20px 10px;
}

.multiarak-wrapper {
    display: flex;
    /*height:200px; */
    margin: 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: calc(15% - 10px);
    min-width: 160px;

}

.multiarak-csomag {
    height: 85px;
    width: 85px;

    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 160px;
    background: linear-gradient(200deg, #FFA800 0%, #FED112 100%);
}

.multiarak-csomag p {

    color: var(--text-color);
    font-weight: 600;
    margin-top: 0;
    font-size: 1.2rem;
}

.multiarak-ar {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}

.multicsomag-short {
    font-size: 1rem;
}

.multiarak-info {
    font-size: 14px;
    color: #292929;
    font-weight: 500;
}


/*--------------------------------------CSOMAGÁRAK--------------------------------------*/

/*---------------------------------- Rotating cards -----------------------------------*/

.rotC-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

}

.rotC-wrapper {

    /* display: inline-block;
    margin: 0 auto;
    padding: 0 12px;*/
    perspective: 900px;
    text-align: center;
    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 -----------------------------------*/
/* ---------------------------------AYCM Virágok--------------------------------*/

/*.flowerC-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1000px;
}*/

.flowerC-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.flowerC {
    flex: 0 1 30%;
    width: 100%;
    aspect-ratio: 3 / 2;
    perspective: 1000px;
    cursor: pointer;
}

.flowerC-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flowerC.flipped .flowerC-inner {
    transform: rotateY(180deg);
}

.flowerC-face {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.flowerC-face.front {
    background-color: #ccc;
}

.flowerC-face.back {
    background-color: #333;
    transform: rotateY(180deg);
}

.flowerC a {
    text-decoration: none;
    color: white;
    background-color: var(--primary-color);
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
}

.flower1 {
    background-image: url("images/flowerc_bazsarozsa.jpg");
}

.flower2 {
    background-image: url("images/flower_frezia.jpg");
}

.flower3 {
    background-image: url("images/flower_tulipan.jpg");
}

.flower4 {
    background-image: url("images/flower_gerbera.jpg");
}

.flower5 {
    background-image: url("images/flowerc_rozsa.jpg");
}

.flower6 {
    background-image: url("images/flower_napraforgo.jpg");
}

.flower7 {
    background-image: url("images/flower_jacint.jpg");
}

.flower8 {
    background-image: url("images/flower_orgona.jpg");
}

.flower9 {
    background-image: url("images/flower_hortenzia.jpg");
}

.sport1 {
    background-image: url("images/sport_pilates.jpg");
}

.sport2 {
    background-image: url("images/sport_hotiron.jpg");
}

.sport3 {
    background-image: url("images/sport_spinning.jpg");
}

.sport4 {
    background-image: url("images/sport_jumping.jpg");
}

.sport5 {
    background-image: url("images/sport_uszas.jpg");
}

.sport6 {
    background-image: url("images/sport_box.jpg");
}

.sport7 {
    background-image: url("images/sport_kangoo.jpg");
}

.sport8 {
    background-image: url("images/sport_futas.jpg");
}

.sport9 {
    background-image: url("images/sport_zumba.jpg");
}







/* ---------------------------------AYCM Virágok vége--------------------------------*/
/*---------------------------------------Nyári sportok ----------------------------*/
.summer-sports-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.flip {
    position: relative;
    display: inline-block;
    flex: 0 1 30%;
    box-sizing: border-box;
}

.flip>.front,
.flip>.back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
}

.flip>.front {
    transform: rotateY(0deg);
}

.flip>.back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}

.flip:hover>.front {
    transform: rotateY(180deg);
}

.flip:hover>.back {
    opacity: 1;
    transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
    transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
    transform: rotateX(180deg);
}

.flip.flip-vertical:hover>.back {
    transform: rotateX(0deg);
}

.flip>.front,
.flip>.back {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    height: 220px;
    padding: 1em 2em;
    background: #006b7b;
    border-radius: 8px;
}

.flip>.back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.flip>.front p,
.flip>.back p {
    font-size: 0.9125rem;
    line-height: 160%;
    color: #7cbfc9;
    text-align: center;
}

.shape2023-btn {
    border: 1px solid #ffffff;
    box-sizing: border-box;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s linear;
}

.shape2023-btn:hover {
    border: 1px solid #7cbfc9;
    color: #7cbfc9;
}

.summersports-box {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}

.summersports-text {
    font-style: italic;
    color: #318B81;
    font-size: 18px;
}

.summersports-btn {
    text-decoration: none;
    background-color: #318b81;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;

    border: 1px solid #318b81;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
}

.summersports-btn:hover {
    background-color: #ffffff;
    color: #318B81;
}

.back a {
    text-decoration: none;
    color: white;
    background-color: var(--primary-color);
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
}

/*---------------------------------------Nyári sportok ----------------------------*/
/*-------------------------------------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;
    margin-bottom: 30px;
}

/*.progRec-rows {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}*/

.progRec-wrapper {
    flex: 1 1 16%;
    background-color: var(--surface-color-light);
    text-decoration: none;
    color: var(--text-color);
}

.progRec-wrapper.h360 {
    height: 360px;
}

.progRec-wrapper.h420 {
    height: 420px;
}

.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: 50px;
    height: 50px;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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;
}

.progRec-text {
    font-size: 14px;
    font-weight: 600;
}

.progRec-no {
    font-family: "Chewy", system-ui;
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary-color-light);
}


/*-------------------------------------Programajánló --------------------------------*/
/*------------------------------------ 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: #e8cfdf;
    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 ------------------------------------------*/

/*-----------------------------------------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--------------------------------*/



/*--------------------------------------- Overlay Cikk ---------------------------------------------------------*/

.overlayArticle-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

.overlayArticle-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*margin-left: 150px;*/
}


.overlayArticle-content {
    background-color: #ffffff;
    flex: 0 1 870px;
    box-sizing: border-box;
    padding: 40px 40px 40px 70px;
    border-radius: 20px;

}

.overlayArticle-content h2 {
    margin-bottom: 15px;
}

.overlayArticle-img {
    background-color: #318b81;
    width: 330px;
    height: 300px;
    border-radius: 14px;
    position: absolute;
    left: 0;
    background-image: url(images/AYCM_relaxacio.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(136, 165, 191, 0.3) 6px 2px 16px 0px, rgba(255, 255, 255, 0.6) -6px -2px 16px 0px;
}

.overlayArticle-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    /*margin: 0 auto;*/
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.overlayArticle-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.overlayArticle-teaser {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    display: -webkit-box;
}

.overlayArticle-teaser p {
    margin-bottom: 10px;
    line-height: 150%;
}



/*--------------------------------------- Overlay Cikk ---------------------------------------------------------*/

/* ---------------------------------Alert box--------------------------------*/

.alert-link {
    text-decoration: none;
    color: #333333;
}

.alert-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}

.alert-img {
    flex: 1 1 5%;
    display: flex;
    justify-content: center;
}

.alert-img img {
    width: 50px;
}

.alert-content {
    flex: 1 1 90%;
}

.alert-content p:first-child {
    margin-bottom: 10px;
}


/* ---------------------------------Alert box vége--------------------------------*/

/*-------------------------------------- Májusi sportok ---------------------------------*/
.maysports-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.maysports-card {
    background-color: #1d1f20;
    flex: 0 1 24%;
    height: 290px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    text-align: center;
    transition: all 0.8s ease;
    background-size: 100%;
    background-position: center;
}

.maysports-card h2 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translateX(-50%);
    transition: all 300ms;
}

.maysports-card:hover {
    align-items: flex-end;
    transition: all 0.8s ease;
    background-size: 120%;
}

.maysports-card:hover h2 {
    /* transform: rotateZ(-90deg);*/
    /* left: 0;
    transform: translateX(0);*/
    top: 65%;
    font-size: 30px;

}

.card1 {
    background-image: url(images/nitrollers_light.jpg);
    transition: all 0.8s ease;

}

.card1:hover {
    background-image: url(images/nitrollers_hv.jpg);

}

.card2 {
    background-image: url(images/kerekparberles_light.jpg);

}

.card2:hover {
    background-image: url(images/kerekparberles_hv.jpg);

}

.card3 {
    background-image: url(images/futas_light.jpg);

}

.card3:hover {
    background-image: url(images/futas_hv.jpg);

}

.card4 {
    background-image: url(images/tenisz_light.jpg);

}

.card4:hover {
    background-image: url(images/tenisz_hv.jpg);

}


/*-------------------------------------- Májusi sportok vége---------------------------------*/


/*----------------------------------------Küzdősport--------------------------------*/

.mArts-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mArts-card {
    flex: 1 1 300px;
    height: 250px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 18px;
    transition: all 0.3s linear;

}

.mArts-card.img1 {
    background-image: url(images/box.jpg);
    background-size: cover;
}

.mArts-card.img2 {
    background-image: url(images/onvedelem.jpg);
    background-size: cover;
}

.mArts-card.img3 {
    background-image: url(images/kickbox.jpg);
    background-size: cover;
}

.mArts-card.img4 {
    background-image: url(images/mma.jpg);
    background-size: cover;
}

.mArts-card.img5 {
    background-image: url(images/aikido.jpg);
    background-size: cover;
}

.mArts-card.img6 {
    background-image: url(images/capoeira.jpg);
    background-size: cover;
}

.mArts-overlay {
    background: rgb(18, 24, 21);
    background: -moz-linear-gradient(0deg, rgba(18, 24, 21, 1) 0%, rgba(0, 255, 205, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(18, 24, 21, 1) 0%, rgba(0, 255, 205, 0) 100%);
    background: linear-gradient(0deg, rgba(18, 24, 21, 1) 0%, rgba(0, 255, 205, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}

.mArts-wrapper {
    z-index: 2;
    margin-bottom: 20px;
}


.mArts-card:hover {
    font-size: 20px;
}

.mArts-overlay:hover {
    background: rgb(18, 24, 21);
    background: -moz-linear-gradient(0deg, rgba(18, 24, 21, 1) 12%, rgba(0, 255, 205, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(18, 24, 21, 1) 12%, rgba(0, 255, 205, 0) 100%);
    background: linear-gradient(0deg, rgba(18, 24, 21, 1) 12%, rgba(0, 255, 205, 0) 100%);
}







/*----------------------------------------Küzdősport vége--------------------------------*/
/*----------------------------------------- élménysportok--------------------------------*/
.elmenysportok-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 45px;
    box-sizing: border-box;
}

.elmenysportok-card {
    /*width: 260px;*/
    flex: 1 1 250px;
    transition: ease all .3s;
    margin: 20px 10px 10px 10px;
    min-height: 500px;
    box-sizing: border-box;
    /*  box-shadow: 0 3px 14px 1px #bbc9c9;*/
    transition: ease all .3s;
    background-color: var(--surface-color-light);

}

.elmenysportok-link {
    text-decoration: none;
    color: var(--text-color);
}


.elmenysportok-card:hover {
    transform: translateY(-5px);


}

.elmenysportok-img img {

    width: 100%;

}



.elmenysportok-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: var(--text-color);
    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--------------------------------*/
/*----------------------------------------Recept--------------------------------*/

.recipe-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.recipe-card {
    flex: 0 1 530px;
    background: #ffffff;
}

.recipe-img {
    width: 100%;
}

.recipe-img img {
    width: 100%;
}

.recipe-content {
    box-sizing: border-box;
    padding: 25px;
}

.recipe-title {
    margin-bottom: 15px;
    text-align: center;
}

.ingredients {
    background: #f8f5f6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}

.ingredients-list {
    margin: 0;
    padding: 0;
}

.ingredients-list li {
    padding: 5px 30px;
    list-style: none;
    text-indent: -30px;
    font-style: normal;
    margin-left: 10px;
}

.ingredients-list li::before {
    content: "◾";
    margin: 0px 8px 0 0px;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #e9dce0;
    margin: 20px 0;
}

.protip {
    font-style: italic;
    margin-top: 10px;
}

/*----------------------------------------Recept--------------------------------*/

/*----------------------------------- Valentin ------------------------------------------*/
.valentin-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.valentin-wrapper {
    flex: 1 1 30%;
    background-color: #fff;
    border-radius: 8px;

}

.valentin-img {
    width: 100%;

}

.valentin-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.valentin-content {
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 260px;
    justify-content: space-between;
    text-align: center;
}

.valentin-txt h3 {
    margin-bottom: 10px;
}

.valentin-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin: 15px auto;
}

.valentin-btn:hover {
    color: var(--primary-color);
    background-color: #fff;
}

/*----------------------------------- Valentin vége ------------------------------------------*/

/*----------------------------------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: #fff;
    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: center;

    flex-wrap: wrap;
}

.summer-bList-left {
    display: flex;
    width: 100%;

    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/easter_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.4rem;
    margin: 4px auto;
    padding: 0;
    color: var(--primary-color);
}

.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 var(--primary-color);
    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: var(--primary-color);
}

.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 var(--primary-color);*/
    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: var(--primary-color);
}

.bucketlist-btn {
    display: inline-block;
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;

    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin-top: 20px;
}

.bucketlist-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

/* ---------------------------------End of Summer bucket list--------------------------------*/

/* ------------------------------- Tánc ---------------------------------*/

.aycmDance-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.aycmDance-img {
    flex: 1 1 48%;
}

.aycmDance-img img {
    width: 100%;
}

.aycmDance-content {
    flex: 1 1 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.aycmDance-styles {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 20px 0;
}

.aycmDance-item {
    text-decoration: none;
    box-sizing: border-box;
    padding: 12px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    border: 2px solid #df96ba;
    color: #df96ba;
    transition: all 0.3s linear;
}



.aycmDance-item:hover {
    border: 2px solid #df96ba;
    color: #ffffff;
    background-color: #df96ba;
}



.aycmDance-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;

    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;

}

.aycmDance-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}



/* ------------------------------- Tánc ---------------------------------*/


/*-----------------------------------------Edzőt kérdeztünk-------------------------------*/

.trainersTip-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
    gap: 10px;
}


.trainersTip-intro {
    flex: 1 1 20%;
    background-color: #efdbe5;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;

    border-radius: 8px;
}

.trainersTip-img {
    width: 100%;

}

.trainersTip-img img {
    width: 100%;
    border-radius: 6px;
}

.trainersTip-name {
    text-align: center;
}

.trainersTip-name h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 5px;
}

.trainersTip-name p {
    font-size: 14px;
    font-style: italic;
    color: var(--primary-color);
}


.trainersTip-text {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    font-size: 14px;
    line-height: 150%;
}

.trainersTipIntro-btn {
    color: var(--primary-color);
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;

}


.trainersTip-article {

    flex: 1 1 76%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 30px 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.h2 {
    font-size: 42px;
}

.trainersTip-teaser {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    display: -webkit-box;

}

.trainersTip-teaser p {

    margin-bottom: 10px;
    line-height: 150%;
}





.trainersTip-btn {

    color: #ffffff;
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    margin-top: 10px;

}


.trainersTip-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}


/*.trainersTip-video{
    flex: 1 1 32%;
}


.trainersTip-video video{
    width:100%;
    border-radius: 8px;
}*/


/*-----------------------------------------Edzőt kérdeztünk vége-------------------------------*/

/* ------------------------------- 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-light);
    padding-bottom: 35px;
    color: var(--text-color);
}

.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;
}

.p25-summary {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.p25-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;

}

.p25-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 60px;
}

.p25-no {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color-dark);
    color: #fff;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 15px;
}

.p25-noHighlight {

    position: absolute;
    background-color: var(--secondary-color-dark);
    color: #fff;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    top: -10px;
}

.p25-item {
    display: flex;
    text-decoration: none;
    color: #fff;
    gap: 10px;
    align-items: center;
}

.p25-item img {
    width: 50px;
    flex: 0 0 50px;
    display: block;
}

.p25-name {
    font-weight: 700;
    color: var(--text-color);
}

.p25-prof {
    font-style: italic;
    font-size: 14px;
    color: var(--text-color);
}

/* ------------------------------- 25 év 25 érv 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-light);
    box-sizing: border-box;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    color: var(--text-color);
}

.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 var(--primary-color);
}

.divided-list {
    margin: 0;
    padding: 0;
}

.divided-list li {
    padding: 5px 30px;
    list-style: none;
    text-indent: -30px;
}

.divided-list li::before {
    content: "💝";
    margin: 0px 8px 0 0px;
}

.divided-secondary {
    font-style: italic;
    color: var(--primary-color);
    font-weight: 600;
    border-top: 1px solid var(--primary-color);
    padding-top: 10px;
    margin-top: 10px;
}

.divided-btnRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 15px;

}

.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 ---------------------------------------*/
/*-------------------------------- KICSI OSZTOTT BOX ---------------------------------------*/
.small-dividedCon {

    text-decoration: none;
    color: var(--text-color);
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    background-color: var(--surface-color-light);
    align-items: center;
    box-sizing: border-box;
    /*padding: 20px;*/

}

.small-dividedCon-img {
    flex: 1 1 20%;
    box-sizing: border-box;
    /*padding: 10px 20px;*/
}

.small-dividedCon-img img {
    width: 100%;
}

.small-dividedCon-content {
    flex: 1 1 80%;
    box-sizing: border-box;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.small-dividedCon-content h2 {
    color: var(--primary-color);
}

/*-------------------------------- KICSI OSZTOTT BOX ---------------------------------------*/
/*-----------------------------------Single Image box---------------------------*/

.imageBlock {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.imageBlock img {
    width: 100%;
}


/*-----------------------------------Single Image box---------------------------*/
/*---------------------------------------Sidebyside box---------------------------------*/

.sbs-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
    margin-top: 70px;
}

.sbs-wrapper {
    flex: 1 1 45%;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.sbs-wrapper img {
    width: 100%;
}

.sbs-wrapper .spotifyList {
    position: absolute;
}

.sbs-wrapper .counter {
    width: 50px;
}

.sbs-img {
    position: relative;
    display: flex;
    justify-content: center;

}

.sbs-woFlex {
    position: relative;
    display: flex;
    justify-content: center;
}


.sbs-img iframe {
    position: absolute;
    bottom: -27px;
    width: 85%;
}

.countedItem {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;

}

.countedItem p {
    text-align: left;
}

.sbs-teaser {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    display: -webkit-box;
}

.sbs-teaser p {
    margin-bottom: 10px;
    line-height: 150%;
}

.sbs-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 20px;
}

.sbs-container .sbs-content:nth-child(2) {
    padding: 50px 20px;
}

.sbs-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin: 0 auto;
    display: block;

}

.sbs-btn:hover,
.sbs-btnElonyok:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.sbs-btnElonyok {
    position: absolute;
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin: 0 auto;
    bottom: 30px;
}

.sbs-link {
    font-weight: 600;
    color: var(--primary-color);
}



/*---------------------------------------Sidebyside box vége---------------------------------*/

/*----------------------------------------- SELF CHECK IN--------------------------------*/

.selfCheckIn-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
}

.selfCheckIn-img {
    flex: 1 1 45%;
}

.selfCheckIn-img iframe {
    width: 100%;
    height: 460px;
}


.selfCheckIn-content {
    flex: 1 1 40%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
}

.selfCheckIn-head {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.selfCheckIn-concl {

    padding-bottom: 10px;
    font-weight: 600;
    color: #333333;
}


.selfCheckIn-list {
    padding-left: 45px;

    counter-reset: section;
}

.selfCheckIn-list li {
    padding-bottom: 20px;
    position: relative;
    list-style: none;
}

.selfCheckIn-list li:before {
    content: counters(section, ".");
    counter-increment: section;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    left: -45px;
    top: -5px;
    height: 30px;
    width: 30px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    z-index: 50;
}



.selfCheckIn-list li:after {
    content: "";
    border-left: 1px solid var(--primary-color);
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 0;
}

.selfCheckIn-list li:last-child:after {
    border: none;
}

.selfCheckIn-list-2 {
    padding-left: 35px;
    list-style-type: "→";

}

.selfCheckIn-list-2 li {
    padding-bottom: 10px;
    padding-left: 10px;
}


/*----------------------------------------- SELF CHECK IN vége --------------------------------*/




/*--------------------------------------------------KREDIT--------------------------------------*/

.kredit-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 20px;
}


.kredit-highlight {
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.kredit-header {

    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 15px;
}

.kredit-text {
    font-size: 18px;
    margin-bottom: 15px;
}

.kredit-bold {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
}


.kredit-linkek {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 20px;
}

.secondary-kredit {
    color: var(--text-color);
    font-weight: 600;
    box-sizing: border-box;
    width: fit-content;
    min-width: 142px;
    padding: 15px 20px;
    border: 1px solid var(--text-color);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s linear;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

/*.secondary-kredit:hover {
    color: #fff;
    border: 1px solid #fff;
}*/


.primary-kredit {

    background-color: var(--text-color);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    width: fit-content;
    min-width: 142px;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid var(--text-color);
    transition: all 0.3s linear;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.primary-kredit:hover {
    background-color: transparent;
    color: var(--text-color);
}

/*-------------------------------------------------KREDIT---------------------------------------*/
/*----------------------------------------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: var(--surface-color-light);
}

.spotify-img {
    width: 30%;
}

.spotify-img img {
    width: 100%;
}

.spotify-content {
    width: 70%;
    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;
}

.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-------------------------------------*/

.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%;
    color: var(--text-color);
}

/*.text-content.inverse {
    color: var(--text-color-light);
}*/

.text-content-light {
    color: #7CA7A2;
    margin-top: 0px;
    font-style: italic;
}

.text-content div,
.text-content a {
    margin-top: 5px;
    margin-bottom: 10px;
}

.text-head {
    font-size: 26px;
    font-weight: 700;
}



.text-head.samsung {
    font-size: 24px;
}







.text-content-subhead {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    font-style: italic;
    text-align: left;
}

.text-content-code {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: left;
}



.text-content-text {
    font-weight: 500;
}

.text-content-small {
    font-size: 14px;
    font-style: italic;
    color: #797979;
}

.text-content-text.highlight {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}



.text-content-text.ajanlat {
    font-size: 18px;
    font-weight: 500;
}

.text-content-text.cim {
    font-style: italic;
    font-size: 18px;
    color: #6534ff;
}

.text-content-text.ajanlat-list {
    font-size: 18px;
    font-weight: 500;
    border-left: 2px solid #6534ff;
    padding-left: 10px;
}

.text-content .text-content-button {
    padding: 15px;
    border-radius: 5px;
    background: var(--primary-color);
    color: var(--text-color-light);
    text-decoration: none;
    max-width: 225px;
    text-align: center;
    margin-bottom: 30px;
}

.text-content .text-content-button.inverse {
    background: var(--secondary-color-dark);
    color: var(--text-color-light);
    border: 1px solid var(--secondary-color-dark);
}

.text-content .text-content-button.moonshot {
    margin-bottom: 20px;
    background-color: #6534ff;
}

.text-content .text-content-button.frissbox {
    margin-bottom: 10px;
}

.text-content .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.text-content .mozgasforma-link {
    color: var(--primary-color);
    text-decoration: none;
}

.text-content .row p {
    font-size: 20px;
    margin-bottom: 6px;
}

.column {
    flex: 50%;
}

.img-text-container.revers .img-content {
    /*padding-right: 0px;*/
}





/*Treehouses---------------------------------------------------------------------------*/

.treehouses-wrapper {
    display: flex;
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.treehouses-logo {
    /*background-color: var(--primary-color);*/
    width: 100%;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}

/*.treehouses-noszvaj {
    background-image: url(images/treehouses_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_december_2025_en.jpg);
    width: 100%;
    background-size: contain;
    background-position: center;
    aspect-ratio: 4 / 1.5;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
}



.treehouses-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.treehouses-link:hover {
    background-color: rgba(59, 60, 61, 0.3);
}

.treehouses-ajanlat {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
}

.treehouses-offerBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px 0 50px 0;
}


.treehouses-offerWrapper {
    width: 220px;
    border: 1px dashed #e794bc;
    border-radius: 8px;
    background-color: #fdfafc;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}



.treehouses-head {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.treehouses-normal {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding: 10px 75px;
}

.ajanlat-head {
    color: var(--primary-color);
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 20px 30px 20px 30px;
}

.ajanlat-subhead {
    font-size: 18px;
    color: var(--primary-color);
    font-style: italic;
    font-weight: 400;

}

.ajanlat-highlight {
    font-size: 22px;
    color: #ff1616;
    margin-top: 34px;
    margin-bottom: 20px;
    background-color: #161818;
    text-transform: uppercase;
    font-weight: 700;
    box-sizing: border-box;
    padding: 10px 15px;
}

.ajanlat-code {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.code-highlight {
    font-size: 22px;
    color: #ff1616;

    text-transform: uppercase;
    font-weight: 700;

}

.ajanlat-details {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;

}

.ajanlat-head.december {
    padding-top: 10px;
}

.ajanlat-head.first {
    padding: 20px 30px 0 30px;
}

.ajanlat-head.karacsony {
    padding-top: 10px;
}

.treehouses-divider {
    content: "";
    display: block;
    border-bottom: 1px dashed var(--primary-color);
    padding-top: .5rem;
    width: 100%;
    margin-bottom: 1.8rem;
}

.ajanlat-normal {
    color: #333333;
    font-size: 18px;
    text-align: center;
    padding: 0 60px 10px 60px;
}

.ajanlat-normal.julius {
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.head-normal.julius {
    color: var(--primary-color);
    padding: 0;
    text-align: center;
}

.ajanlat-link {
    color: var(--primary-color);
    font-style: italic;
    padding: 0 30px 20px 30px;
    font-weight: 600;
    font-size: 16px;
}

.ajanlat-normal.december {
    color: var(--primary-color);
    margin-top: 20px;
    font-style: italic;
}


.ajanlat-normal.karacsony {
    padding-bottom: 20px;
}


.ajanlat-small {
    color: #858282;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    padding: 0 60px 20px 60px;
}

.ajanlat-btn {
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    padding: 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);
}

.coupon {
    position: absolute;
    width: 110px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e794bc;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 6px;
    color: var(--primary-color);
    font-weight: 600;
}


@media screen and (max-width:1100px) {

    .treehouses-offerBox {
        justify-content: center;
        gap: 45px;
    }

    .treehouses-offerWrapper {
        width: 300px;
    }
}


@media screen and (max-width:705px) {

    .treehouses-wrapper {
        flex-direction: column;
    }

    .treehouses-noszvaj {
        width: 100%;
        transition: all 1s ease-in-out;
    }

    .treehouses-kapolcs {
        width: 100%;
        transition: all 1s ease-in-out;
    }

}

@media screen and (max-width:432px) {
    .ajanlat-head {
        font-size: 22px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-normal,
    .ajanlat-small,
    .ajanlat-code,
    .ajanlat-details {
        padding-left: 25px;
        padding-right: 25px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-highlight {
        margin-left: 25px;
        margin-right: 25px;
        font-size: 20px;
        text-align: center;
    }

    .ajanlat-subhead {
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
    }


}

@media screen and (max-width:404px) {
    .treehouses-head {
        font-size: 30px;
        transition: all 1s ease-in-out;
    }

    .treehouses-normal {
        font-size: 18px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-head {
        font-size: 20px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-head,
    .ajanlat-normal,
    .ajanlat-small {
        padding-left: 20px;
        padding-right: 20px;
        transition: all 1s ease-in-out;
    }
}

/*Treehouses---------------------------------------------------------------------------*/



/*----------------------------------------Idea bOx-------------------------------------*/

.ideabox-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
}

.ideabox-img {
    width: 50%;
}

.ideabox-img img {
    width: 100%;
}

.ideabox-content {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 30px;
}

.ideabox-link {
    text-decoration: none;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 18px;
}

.ideabox-btn {

    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;

    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
}

.ideabox-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}


/*----------------------------------------Idea box-------------------------------------*/

/*---------------------------------------Squash programajánló ----------------------------*/

.squash-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
    margin-top: 60px;
}

.squash-img {
    width: 50%;
}

.squash-img img {
    width: 100%;
}

.squash-content {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.squash-head {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.squash-btn {
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin-top: 20px;
}

.squash-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

/*---------------------------------------Squash programajánló ----------------------------*/



.grid-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas:
        "Si Go"
        "Di Go"
        "Ja Go";
    width: calc(100% - 40px);
    margin: 0 auto;
}


.Si {
    grid-area: Si;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
}

.Go {
    grid-area: Go;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
}

.Di {
    grid-area: Di;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
}

.Ja {
    grid-area: Ja;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
}

.ujdonsagok-btn {
    background-color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    width: fit-content;
    min-width: 142px;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    transition: all 0.3s linear;
    cursor: pointer;
    display: block;
}


/*--------------------Újdonságok---------------------------------------*/



.ujdonsagok-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 10px;
    flex-wrap: wrap;
}

.ujdonsagok-wrapper {
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 8px;
    width: 32%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ujdonsagok-wrapper.empty {
    border: 3px solid #ede3e8;
    background: none;
}


.ujdonsagok-csomag {
    font-size: 24px;
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;

}

.ujdonsagok-csomag.empty {
    color: #d5bdc9;
}

.ujdonsagok-content {
    margin-top: 10px;
}

.ujdonsagok-terem {
    border-bottom: 1px solid #f3c8dd;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 600;
}

.ujdonsagok-content p:last-child {
    border: none;
}


.ujdonsagok-btn {
    background-color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    width: fit-content;
    min-width: 142px;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    transition: all 0.3s linear;
    cursor: pointer;
}

.ujdonsagok-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}


















/*--------------------Újdonságok---------------------------------------*/
/*---------------------------------------------Ú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(228, 206, 218, 1);
    background-color: var(--surface-color-light);
    position: relative;
    min-height: 280px;
    transition: ease all .3s;
}

.newFacilities-wrapper:hover {
    transform: translateY(-10px)
}


.newFacilities-packageBox {
    position: absolute;
    background-color: var(--primary-color);
    width: 90px;
    height: 40px;
    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: 14px;
    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 #f7e4ee;
    background-color: #ffffff;
    position: relative;
    min-height: 280px;
    transition: ease all .3s;
}

.changes-wrapper:hover {
    transform: translateY(-10px)
}


.changes-packageBox {
    position: absolute;
    background-color: var(--surface-color-light);
    width: 90px;
    height: 40px;
    top: -20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border-radius: 5px;

}

.changes-packageName {
    font-size: 14px;
    font-weight: 700;
    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 15px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    min-height: 85px;
    justify-content: center;
}


.changes-teremName p {
    font-weight: 600;
}






/*-------------------------------------Változások--------------------------------------*/


/* Multibox-----------------------------------------------------------*/

.multibox-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.multibox-1 {
    width: 49%;
    background-color: #ffffff;


}

.multibox-1-img img {
    width: 100%;
}

.multibox-1-content {
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 25px 30px 25px;

    display: flex;
    flex-direction: column;
    width: 100%;
}

.multibox-1-head {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #6534ff;

}

.multibox-1-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.multibox-1-btn {
    text-decoration: none;
    background-color: #6534ff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #6534ff;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
}



.multibox-1-btn:hover {
    background-color: #ffffff;
    color: #6534ff;
}




.multibox-2 {
    width: 49%;
    background-color: #e7d6e2;

}

.multibox-2-img img {
    width: 100%;
}

.multibox-2-content {
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 25px 30px 25px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.multibox-2-head {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);

}


.multibox-2-list {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0 15px 0 15px;
    font-size: 18px;
}

.multibox-2-list-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 15px;
}

.multibox-2-list-item img {
    width: 40px;
}

.multibox-2-list-text {
    padding-left: 15px;
}

.multibox-2-text {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.multibox-2-btn {
    text-decoration: none;
    background-color: #1DB954;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #1DB954;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
}



.multibox-2-btn:hover {
    background-color: #ffffff;
    color: #1DB954;
}



/* Multibox vége-----------------------------------------------------------*/


/*------------------------------------------Peak Gym---------------------------------------*/


.peakgym-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
}


/*.peakgym-container a {

width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
    text-decoration: none;

}*/


.peakgym-link {
    width: 20%;
}

.peakgym-img {
    width: 100%;
}

.peakgym-img img {
    width: 100%;
}

.peakgym-content-wrapper {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 20px 20px 40px;
}

.peakgym-package {
    width: 60px;
    height: 60px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peakgym-content {
    color: #333333;
    font-size: 16px;
    width: 100%;

}

.peakgym-content div {
    margin-top: 8px;
    margin-bottom: 8px;
}



.peakgym-highlight {
    font-weight: 700;
}



.peakgym-head {
    font-size: 20px;
    font-weight: 600;
}

.peakgym-placesWrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
}


.peakgym-places {
    border: 2px solid var(--primary-color);
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px;
    width: 25%;
    text-align: center;
}

.peakgym-places p:first-child {
    font-weight: 700;
    color: #333333;
}

.peakgym-places p:nth-child(2) {
    font-size: 14px;
    font-style: italic;
    color: #888888;
}


/*------------------------------------------Peak Gym---------------------------------------*/






/*----------------------------------------------Multi--------------------------------------------*/


.multi-container {
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.multi-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 10px;
    flex-wrap: wrap;
}

.multi-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding-left: 3rem;
    padding-right: 1rem;
}

.multi-content h3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
}

.multi-content p {
    font-size: 18px;
    text-align: left;

    list-style: none;
    margin-top: 10px;
}

.multi-linkek {
    display: flex;
    align-items: baseline;
}

.secondary {
    color: var(--primary-color);
    font-weight: 600;
    box-sizing: border-box;
    width: fit-content;
    min-width: 142px;
    padding: 15px 20px;
    margin-right: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s linear;
    cursor: pointer;
}

.secondary:hover {
    color: #e794bc;
    border: 1px solid #e794bc;
}


.primary {

    background-color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    margin-top: 20px;
    width: fit-content;
    min-width: 142px;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    transition: all 0.3s linear;
    cursor: pointer;
}

.primary:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.multi-img {

    width: 50%;
    overflow: hidden;
}



.multi-button {
    margin: 0 auto;
    display: block;
    padding: 14px;
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    max-width: 250px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    transition: all 0.3s linear;
}

.multi-button:hover {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}



/*----------------------------------------------Multi vége--------------------------------------------*/



/*teszt ---------------------------------------------------------------------------------------------------------*/

.elfogadohelyek-button {
    border-radius: 5px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.elfogadohelyek-button:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.img-container {
    display: flex;
}

.img-long {
    width: calc(50% - 30px);
    background-color: #D6E4E3;
    margin: 15px;
    display: flex;
    flex-direction: column;
    padding: 0px 00px 20px 00px;
    align-items: center;
    /*justify-content: space-between;*/
    margin-right: 0px;
    margin-left: 20px;
}

.img-container-body {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
}

.img-container-body h2,
.img-container-body .list-items,
.img-container-body .koszonjuk,
.img-container-body .list-items .list-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-container .list-items {
    margin-top: 0;
}


.img-long .img-flex img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img-flex {
    display: flex;
    align-items: flex-start;
}

.img-long h2 {
    color: var(--primary-color);
    font-size: 25px;
}

.img-long p {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .img-long a, .button{
    border-radius: 5px;
    background-color: var(--primary-color);
    color:white;
    text-decoration: none;
    padding:10px 20px;
}*/

.img-long .kapcsolat {
    text-decoration: none;
    color: var(--primary-color);
}


.img-container .app-button {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.img-small {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin: 15px;
    margin-right: 0px;
    margin-left: 20px;
}

.img-2 img {
    width: 100%;
}

.img-small div:nth-child(1) {
    margin-bottom: 10px;
}

.img-small div:nth-child(2) {
    margin-top: 10px;
}


.multipleimg-block {
    display: flex;
    margin: 0 auto;
    width: calc(100% - 40px);
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.multipleimg-img {
    width: 49%;
}

.multipleimg-img img {
    width: 100%;
}

.img-text-absolute {
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-bottom: 40px;
}

.img-text-absolute-box {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.img-text-absolute-head {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 45px;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.25em;
    position: relative;
}

.absolute-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)translateX(-50%);
    left: 27%;
    background: rgba(255, 255, 255, 0.92);
    padding: 50px;
    font-size: 20px;
    min-width: 370px;
}

.absolute-text .absolute-text-header {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.absolute-text .absolute-text-header.multi {
    color: var(--primary-color);
}

.absolute-text-content {
    font-size: 18px;
}

.absolute-text-content ul {
    margin-left: 14;
    text-indent: -10px;
    list-style: none;
}

.absolute-text-link {
    font-size: 18px;
    color: var(--primary-color);
    margin-top: 10px;
}

.absolute-text-link a {
    color: var(--primary-color);
}



.img-text-absolute-head div:nth-child(2) {
    width: 290px;
    margin: 0 auto;
    background: #ebf2f2;
    z-index: 2;
    position: relative;
    padding: 0px 20px;
}

.slided-box {
    padding: 20px;
    width: calc(100% - 40px);
    margin-top: 50px;
}

.slide-body {
    position: relative;
    width: 100%;
    height: fit-content;
}

.slided-img img {
    width: 100%;
}

.slide-conent {
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgba(242, 66, 203, 0.91);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.slide-head {
    margin: 20px;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-left: 40px;
}

.slideH1,
.slideH3 {
    color: #FCEE1B;
}

.slideH2 {
    color: white;
}

.slide-text {
    margin: 20px;
    margin-left: 45px;
    font-size: 20px;
}

.slide-text ul {
    margin-left: 20px;
    color: white;
}

.slide-btn {
    padding: 10px;
    background: white;
    max-width: 120px;
    text-align: center;
    margin-left: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #E70A89;
    text-decoration: none;
    transition: all 0.3s linear;
    font-weight: 600;
}

.slide-btn:hover {
    box-shadow: 5px 5px 5px 2px #a1075f59;
    transform: translateY(-5px);
}

@media (pointer: fine) {
    .terem-wrapper {
        overflow: unset;
    }

    .ujterem-nav {
        display: flex;
    }
}

@media screen and (max-width: 1110px) {

    .cards-body {
        flex-direction: column;
    }

    .card {
        margin-bottom: 30px;
    }

    .img-text-container {
        flex-direction: column;
        align-items: center;
    }

    .img-text-container-reverse {
        flex-direction: column;
        align-items: center;
    }



    .img-text-container.revers {
        flex-direction: column-reverse;
    }

    .text-content {
        min-width: 88%;
    }

    .img-content img {
        max-width: 100%;
    }

    .text-content div,
    .text-content a {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .img-container {
        flex-direction: column;
    }

    .img-long {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .img-small {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .multipleimg-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .text-content-text.frissbox-link {
        margin: 0 auto;
    }

    .gradient-list>li {
        flex-direction: column;
        align-items: flex-start;
    }

    .gradient-list>li .partner {
        margin-bottom: 10px;
    }

    .gradient-list>li .partner-content {
        width: 100%;
    }

    .gradient-list>li .partner-code {
        text-align: left;
        width: 100%;
    }

    .mountex-container {
        flex-direction: column;
        align-items: center;
    }

    .mountex-image {
        width: 100%;
    }

    .mountex-content {
        width: 100%;
    }

    .mountex-btn {
        margin: 0 auto;
        margin-top: 20px;
    }


}




@media screen and (max-width:1023px) {






    .absolute-img {
        width: 100%;
    }

    .absolute-img img {
        width: 100%;
    }

    .img-text-absolute {
        margin-bottom: 20%;
        padding-right: 0px;
    }

    .absolute-text {
        top: 90%;
        left: 50%;
    }

    .elmeny-csik {
        margin-left: 0px;
    }

}

.goodbye-text {

    text-align: center;
    font-size: 22px;
    font-style: italic;
    margin-top: 30px;
    color: var(--text-color);
    padding-left: 20px;
    padding-right: 20px;
}


.footer {
    background: var(--surface-color-dark);
    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: 200px;
}

.foot-social {
    display: flex;
}

.foot-social img {
    width: 35px;
    margin-left: 8px;
    margin-right: 8px;
}

.foot-text,
.foot-text2 {
    margin: 5px;
}


.text-content-button,
.button {
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
}

.text-content-button:hover,
.button:hover {
    background: white;
    color: var(--primary-color);
}

.text-content .text-content-button.moonshot:hover {
    color: #c8bdeb;
}




/*svg animation*/
#svg_text path:nth-child(1) {
    transform: translateX(-500px);
    animation: text1Go 0.5s linear forwards;
    display: none;
}

@keyframes text1Go {
    0% {
        transform: translateX(-500px);
    }

    100% {
        transform: translateX(0px);
    }
}

#svg_text path:nth-child(2) {
    transform: translateX(1100px);
    animation: text2Go 0.5s linear forwards;
    display: none;
}

@keyframes text2Go {
    0% {
        transform: translateX(1100px);
    }

    100% {
        transform: translateX(0px);
    }
}

.st2 {
    font-family: 'Open Sans' !important;
    font-weight: 800;
}


.cim-csik {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
}

.csik-text {
    width: fit-content;
    margin: 0 auto;
    color: var(--text-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(--secondary-color-dark);
    width: 100%;
    top: 50%;
    transform: translatey(50%);
}



.half-box-background {
    margin-top: 40px;
}

.half-box,
.half-box-background {
    display: flex;
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-bottom: 40px;
}

.img-half {
    width: 55%;
}

.half-box-background .img-half {
    width: 50%;
}



.img-half img {
    width: 100%;
}

.half-box-background.spotify {
    justify-content: center;
}

.half-box-background .img-half.spotify {
    width: 20%;
}

.half-box-background .text-half.spotify {
    width: calc(50% - 60px);
}



.text-half {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    background: white;
}

.half-box-background .text-half {
    width: calc(50% - 60px);
    background: #333333;
    color: white;
    align-items: flex-start;
    padding-left: 40px;
}

.half-box-background .text-half.turbo {
    background: #acacae;
    color: #ffffff;
}

.half-box-background .half-head.turbo {
    color: #ffffff;
}

.half-box-background .img-half.olimpia {
    width: 40%;
}

.half-box-background .text-half.olimpia {
    background-color: #ffffff;
    width: calc(60% - 60px);
}

.half-box-background .half-head.olimpia {
    color: var(--primary-color);
}

.half-box-background .half-body.olimpia {
    color: #393939;
}

.half-box-background .half-body.olimpia-box {
    color: #393939;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 5px;
    background: rgb(237, 7, 7);
    background: linear-gradient(90deg, rgba(237, 7, 7, 0.6) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 60%, rgba(39, 145, 63, 0.6) 100%);
}






.icon-img {
    width: 30px;
}

.payment-button {
    border-radius: 5px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
}

.payment-button:hover {
    background: white;
    color: var(--primary-color);
}

.small-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    margin-top: 25px;
    color: var(--primary-color);
    font-style: italic;
}

.half-head {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
}

.half-box-background .half-head {
    color: white;
    font-size: 25px;
}

.half-subhead {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    font-style: italic;
    text-align: left;
}

.half-body {
    font-size: 16px;
    font-weight: 600;
}

.half-small {
    color: #7A7A7A;
    font-size: 16px;
    font-style: italic;
}

.text-half .button {
    align-self: center;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
}


















.text-half .button:hover {
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    background: white;
    color: var(--primary-color);
}

.text-half-lotus {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    background: white;
    align-items: center;
}

.half-head-lotus {
    font-size: 22px;
    font-weight: 700;
    color: #1db8cc;
    align-self: flex-start;
}

.half-body-lotus {
    font-size: 16px;
    font-weight: 600;
    align-self: flex-start;
}

.half-small-lotus {
    color: #7A7A7A;
    font-size: 16px;
    font-style: italic;
}

.idealb-list {
    list-style: none;
    margin-left: 12;
    text-indent: -13px;
    font-size: 15px;
}

.lotus-button {
    border-radius: 5px;
    background-color: #1db8cc;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #1db8cc;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    margin-top: 20px;
}

.lotus-button:hover {
    background: white;
    color: #1db8cc;
}

.text-half-lotus.text-half-multisport {
    background: #f242cbe8;
    width: 50%;
    align-items: unset;
}

.text-half-lotus.text-half-multisport .multi-logo {
    width: 130px;
    height: auto;
    align-self: center;
    padding-top: 15px;
}

.half-head-lotus.half-head-multi {
    color: #fdee1c;
    padding-left: 30px;
    padding-top: 20px;
    font-size: 20px;

}

.half-body-lotus.half-body-multi {
    color: white;
    padding-left: 60px;
    font-weight: 500;
}

.half-small-lotus.half-small-multi {
    color: white;
}

.half-head-lotus.half-head-multi:last-child {
    padding-bottom: 15px;
}

.img-half.img-multi {
    width: 50%;
}


.multi-image-box {
    background: #ffffff;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 20px;

}

.multi-image-box.elso {
    margin-bottom: 20px;
}

.multi-image-box .img-content {
    padding: 0;
    width: 50%;
}

.multi-image-box .text-content {
    width: calc(50% - 60px);
}

.multi-image-box .img-content img {
    padding: 0;
    width: 100%;
}

.multi-image-box .img-text-container {
    margin-top: 0px;
}

.multi-image-box .text-content.dsauto {
    /*align-items: center;*/
}

.multi-image-box .text-head.dsauto {
    color: #b51e41;
}

.multi-image-box .text-content-button.dsauto {
    /*max-width: 100%;*/
    background-color: #b51e41;
    border: 1px solid #b51e41;
    max-width: 260px;
}

.multi-image-box .text-content-button.dsauto:hover {
    /*max-width: 100%;*/
    background-color: #ffffff;
    border: 1px solid #b51e41;
    color: #b51e41;

}

.multi-image-box .text-content-text.dsauto {
    font-size: 14px;
}


.text-content .spotify-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-item {
    font-size: 18px;
}

.list-item span {
    font-weight: 600;
}

.koszonjuk {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    color: var(--primary-color);
}

.ebike-subtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.ebike-btn {
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    text-align: center;
    border: 1px solid var(--primary-color);
    max-width: 95px;
    margin-top: 25px;
}

.ebike-btn:hover {
    background-color: #D6E4E3;
    color: var(--primary-color);
}

.admindij {
    background-color: var(--primary-color);
    display: flex;
    width: max-content;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 0 auto;
    color: #ffffff;
}



.normal-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    margin-top: 20px;
}

.text-s {
    font-size: 14px;
}

.normal-text a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 600;
    text-decoration: underline;
}

.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;
}

.info-sav>a {
    text-decoration: underline;
    color: var(--primary-color);
}

/*media query*/

@media screen and (max-width:1290px) {

    .overlayArticle-container {
        margin-top: 120px;
    }

    .overlayArticle-wrapper {
        justify-content: center;
    }

    .overlayArticle-content {
        padding: 70px 40px 40px 40px;
        flex: 1 1 auto;
    }

    .overlayArticle-img {
        width: 140px;
        height: 130px;
        left: auto;
        top: -70px;
    }

    .overlayArticle-btn {
        display: block;
        margin: 0 auto;
        width: 180px;
        margin-top: 20px;
    }
}



@media screen and (max-width:1250px) {
    .img-container h2 {
        font-size: 25px;
    }

    .maysports-card {
        flex: 0 1 40%;
    }
}





@media screen and (max-width:1170px) {
    /*.list-item{
		font-size:13px;
    }*/


}

@media screen and (max-width:1160px) {
    .half-body {
        font-size: 15px;
    }
}

@media screen and (max-width:1132px) {
    .img-container-body {
        margin-top: 15px;
    }
}

@media screen and (max-width:1110px) {



    .text-content.ajanlat-reverse {
        text-align: center;
    }


    .img-content-reverse img {
        max-width: 100%;
    }

    .info-sav {
        margin-left: 15px;
        margin-right: 15px;
    }

    .text-content.ajanlat {
        text-align: center;
    }

    .text-content-button.ajanlat {
        align-self: center;
        padding: 12px 40px;
    }

    .text-content-text.ajanlat-list {

        border-left: none;
        padding-left: 0;

    }


    .multibox-2-content {
        margin-top: -6px;
    }

    .multibox-2-text {
        margin-bottom: 20px;
    }



    .text-content .text-content-button {
        align-self: center;
        padding-left: 20px;
        padding-right: 20px;
    }




    .multi-img {
        width: 52%;
    }

    .multi-content {
        padding-left: 2rem;
    }

    .multi-content h3 {
        margin-bottom: 10px;
    }

    .ideabox-content {
        width: 100%;
    }

    .ideabox-img {
        width: 100%;
    }

    .ideabox-btn {
        margin: 0 auto;
        margin-top: 15px;
    }

    .squash-content {
        width: 100%;
        padding: 20px 30px;
    }

    .squash-img {
        width: 100%;
    }

    .squash-btn {
        margin: 0 auto;
        margin-top: 15px;
    }

    .sunbath-content {
        width: 100%;
    }

    .sunbath-img {
        width: 100%;
    }

    .spotify-img {
        width: 100%;
    }

    .spotify-content {
        width: 100%;
    }

    .spotify-btn {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .peakgym-link {
        width: 100%;
    }

    .peakgym-container a {
        flex-direction: column;
    }

    .peakgym-img {
        width: 100%;
    }

    .peakgym-content-wrapper {
        width: 100%;
        flex-direction: column;
        padding: 20px 25px;
        text-align: center;
    }

    .peakgym-content {
        margin-left: 0;

    }

    .peakgym-content div {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .peakgym-placesWrap {
        justify-content: center;
        margin-top: 15px;
    }

    .peakgym-places {
        width: 30%;
    }

    .trainersTip-teaser {
        -webkit-line-clamp: 6;
    }

    .trainersTip-text {
        -webkit-line-clamp: 4;
    }

    .aycmDance-img {
        flex: 1 1 auto;
    }

    .aycmDance-content {
        flex: 1 1 auto;
    }



    .aycmDance-btn {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .divided-img {
        flex: 1 1 auto;
    }

    .divided-content {
        flex: 1 1 auto;
    }

    .divided-btn {
        margin: 0 auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .szep-card-box {
        width: calc(100% - 40px);
    }

    .szep-card-img {
        width: auto;
    }

    .btn-row {
        justify-content: center;
    }

    .small-dividedCon-img {
        flex: 1 1 100%;
    }

    .small-dividedCon-content h2 {
        text-align: center;
    }



}

@media screen and (max-width:1100px) {


    .half-box {
        flex-direction: column;
    }

    .img-half {
        width: 100%;
    }

    .text-half {
        width: calc(100% - 40px);
        padding-bottom: 30px;
    }


    .half-body {
        font-size: 16px;
    }



    .img-half.img-multi {
        width: 100%;
    }

    .text-half div {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .half-small {
        margin-bottom: 20px !important;
    }

    .multi-image-box .img-content {
        width: 100%;
    }

    .multi-image-box .text-content {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .half-box-background {
        flex-direction: column;
    }

    .half-box-background .img-half {
        width: 100%;
    }

    .half-box-background .text-half {
        width: calc(100% - 60px);
        padding-left: 40px;
    }





    .img-container-body {
        text-align: center;
    }

    .etikett-item {
        min-height: 85px;
    }

    .selfCheckIn-img {
        flex: 1 1 100%;
    }

    .selfCheckIn-content {
        flex: 1 1 100%
    }

    .sbs-container {
        gap: 75px;
    }

    .sbs-wrapper {
        flex: 1 1 auto;
    }

    .divided-btnRow {
        justify-content: center;
    }

    .olimpia-container {
        grid-template-columns: auto 245px 245px;
    }

    .olimpiaList-teaser {
        -webkit-line-clamp: 1;
    }

    .variations-content {
        flex: auto;
    }

    .variations-item {
        height: 340px;
    }

    .gradient-bottom {
        height: 340px;
    }

    .variations-title {
        text-align: center;
    }

    .progRec-wrapper {
        flex: 0 0 25%;
    }

    .progRec-wrapper.h360 {
        height: 420px;
    }


}


@media screen and (max-width:1024px) {


    .multiarak-container {
        padding: 20px 20px;
    }

    .multiarak-wrapper {
        width: calc(30% - 10px);
    }

    .multibox-1 {
        width: 52%;
    }

    .multibox-2 {
        width: 46%;
    }

    .multibox-2-content {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .multibox-2-list {
        font-size: 16px;
    }

    .winter-wrapper {
        width: 49%;
        margin-bottom: 20px;
    }

    .winter-img img {
        width: 30%;
    }

    .summer-bList-left {
        width: 100%;
    }

    .summer-bList-right {
        width: 100%;
    }

    .valentin-content {
        height: 310px;
    }

    .p25-column {
        flex: 1 1 100%;
        gap: 20px;
    }




}









@media screen and (max-width:900px) {
    .main-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .img-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .slide-head {
        font-size: 40px;
    }

}

@media screen and (max-width:850px) {
    .img-text-absolute {
        margin-bottom: 30%;
    }

    .footer-text-box {
        flex-direction: column;
    }


    .multi-wrapper {
        justify-content: center;
        margin: 0;
    }

    .multi-content {
        margin-top: 20px;
        padding-left: 1rem;
        width: 100%;
    }

    .multi-img {
        width: 100%;
    }

    .multi-content h3 {
        text-align: center;
    }

    .multi-content p {
        text-align: center;
    }

    .multi-content a {
        margin: 0 auto;

    }

    .multi-linkek {
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media screen and (max-width:770px) {


    .ujdonsagok-btn {
        font-size: 14px;
    }

    .terem {
        flex: 1 0 220px;
    }

    .absolute-text {
        top: 100%
    }

    /*.aycm-video{
        width:calc(60% - 40px);
    }*/

    .social-box {
        width: calc(100% - 40px);
    }

    .img-content {
        width: 100%;
    }


    .multibox-1 {
        width: 100%;
    }

    .multibox-2 {
        width: 100%;
        margin-top: 20px;
    }

    .peakgym-placesWrap {
        flex-direction: column;
        align-items: center;
    }

    .peakgym-places {
        width: 60%;
    }

    .trainersTip-teaser {
        -webkit-line-clamp: 8;
    }

    .valentin-content {
        height: 360px;
    }

    .elmenysportok-card {
        min-height: 450px;
    }

    .olimpia-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "video"
            "medals"
            "summary";
    }

    .olimpiaList-teaser {
        -webkit-line-clamp: 6;
    }

    .rotC-wrapper {
        flex: 0 1 40%;
    }

    .progRec-wrapper {
        flex: 1 1 auto;
    }

    .project-btn {
        margin-top: 0;
    }

    .flowerC {
        flex: 0 1 45%;
    }

    .flip {
        flex: 0 1 45%;
    }

    .progRec-wrapper {
        flex: 0 0 45%;
    }

    .progRec-wrapper.h420 {
        height: 475px;
    }

    .msp-btn {
        margin: 0 auto;
        display: flex;
        text-align: center;
        justify-content: center;
        width: max-content;
        margin-top: 25px;
    }

}

@media screen and (max-width:750px) {
    .img-text-absolute {
        margin-bottom: 35%;
    }



    .img-long h2 {
        color: var(--primary-color);
        font-size: 28px;
    }

    .etikett-wrapper {
        flex: 1 1 100%;
    }




}


@media screen and (max-width:690px) {
    .text-content-button {
        /*align-self: center;*/
    }

    .kredit-linkek {
        flex-direction: column-reverse;
        align-items: center;
    }

    .secondary-kredit {
        margin-top: 20px;
    }

    .text-content {
        padding-left: 20px;
    }

    .multibox-container {
        flex-direction: column;
    }

    .multibox-1,
    .multibox-2 {
        width: 100%;
    }

    .multibox-2 {
        margin-top: 20px;
    }

    .multibox-2-content {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .multibox-2-text {
        margin-bottom: 30px;
    }

    .multi-linkek {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .multi-content a {
        margin-top: 20px;
    }

    .trainersTip-btn {
        margin: 0 auto;
        margin-top: 10px;
    }

    .trainersTip-article {
        flex: 1 1 auto;
    }

    .valentin-container {
        flex-direction: column;
    }

    .valentin-content {
        height: auto;
    }

    .maysports-card {
        flex: 0 1 100%;
    }
}


@media screen and (max-width:650px) {



    .ujdonsagok-wrapper {
        width: 48%;
    }


    .img-text-absolute {
        margin-bottom: 40%;
    }

    .row {
        flex-direction: column;
    }

    .img-desktop {
        display: none;

    }

    .img-mobile {
        display: flex;
        width: 100%;
    }

    .absolute-text {
        top: 108%
    }

    .project25-wrapper {
        flex: 1 1 100%;
    }
}

@media screen and (max-width:550px) {
    .img-text-absolute {
        margin-bottom: 45%;
    }

    .absolute-text {
        padding: 25px;
    }


    .footer-inner {
        flex-direction: column;
    }

    .footer-text-box {
        margin: 10px 0px;
    }

    .footer-inner div:nth-child(1) {
        margin-left: 0px;
    }

    .footer-inner div:nth-child(3) {
        margin-right: 0px;
    }

    .footer-logo {
        margin-bottom: 5px;
    }

    .foot-social {
        margin-top: 5px;
    }

    .shape2023-container {
        flex-direction: column;
        align-items: center;
    }

    .img-container .app-button {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }

    .img-container .app-button a {
        margin: 5px 0;
    }

    .bucketlist-infobox {
        width: 100%;
    }

    .summer-bList-left {
        padding: 30px;
    }

    .summer-bList-right {
        padding: 30px;
    }

    .szep-card-box {
        padding: 20px;
    }

    .szep-card-box a {
        flex-direction: column;
        gap: 15px;
    }

    .sbs-btnElonyok {
        bottom: -20px;
    }

    .elmenysportok-card {
        min-height: auto;
    }

    .variations-item {
        height: 220px;
    }

    .gradient-bottom {
        height: 220px;
    }

    .flowerC {
        flex: 0 1 auto;
    }

    .flip {
        flex: 0 1 100%;
    }

    .progRec-wrapper.h360 {
        height: 350px;
    }

    .progRec-wrapper.h420 {
        height: 420px;
    }

}

@media screen and (max-width:478px) {

    .ujdonsagok-wrapper {
        width: 100%;
    }

    .eatwell-contentbox {
        min-height: auto;
        margin-bottom: 25px;
    }

    .header-inner {
        flex-direction: column;
    }

    .header .header-inner div:nth-child(1) {
        margin-left: 0;
        margin-top: 10px;
    }

    .header .header-inner div:nth-child(3) {
        margin-right: 0;
        margin-top: 5px;
    }

    .magazin-head {
        margin-top: 10px;
    }

    .winter-wrapper {
        width: 100%;
    }



    .terem-sub {
        margin-top: 25px;
    }

    .peakgym-places {
        width: 100%;
    }

    .selfCheckIn-img iframe {
        height: 325px;
    }

    .grid-container {
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas: "Si" "Go" "Di" "Ja";
    }



    .msp-btnOutline {
        width: 230px;
    }

    .olimpia-medalsItem {
        width: 75px;
    }

    .rotC-wrapper {
        flex: 0 1 100%;
    }

    .progRec-wrapper {
        flex: 0 0 100%;
    }

    .progRec-wrapper.h360 {
        height: auto;
    }

    .progRec-wrapper.h420 {
        height: auto;
    }

}


@media screen and (max-width:463px) {
    .half-box .half-head {
        font-size: 32px;
    }

    .half-box .half-subhead {
        font-size: 20px;
    }

    .half-box .half-body {
        margin-bottom: 20px;
    }

    .half-head-lotus.half-head-multi {
        padding-left: 20px;
    }

    .half-body-lotus.half-body-multi {
        padding-left: 45px;
    }
}

@media screen and (max-width:450px) {

    .multiarak-wrapper {
        margin-top: 15px;
    }

    .multiarak-csomag {
        width: 145px;
    }


    .multiarak-csomag p {
        font-size: 1.1rem;
    }

    .multicsomag-short {
        font-size: 0.9rem;
    }

    .multiarak-ar {
        margin-top: 5px;
    }


    .img-text-absolute {
        margin-bottom: 45%;
    }

    .absolute-text {
        min-width: 305px;
        padding: 10px;
    }


    .multi-content {
        padding-left: 1rem;
    }


    .multi-content p {
        font-size: 16px;
    }

    .multi-linkek {
        width: 100%;
    }

    .flip {
        width: 100%;
    }


}

@media screen and (max-width:412px) {
    .header-inner {
        flex-direction: column;
        align-items: center;
    }

    .header .header-inner div:nth-child(1) {
        margin-left: 0px;
    }

    .header .header-inner div:nth-child(3) {
        margin-right: 0px;
    }





    .uj-cim div:nth-child(1) {
        font-size: 24px;
    }

    .img-long h2 {
        color: var(--primary-color);
        font-size: 24px;
    }

    .absolute-text {
        top: 115%;
    }

    .multibox-2-list {
        padding: 0;
    }


}

@media screen and (max-width:375px) {

    .img-long h2 {
        color: var(--primary-color);
        font-size: 24px;
    }


    .img-text-absolute {
        margin-bottom: 55%;
    }

    .absolute-text {
        min-width: 285px;
        top: 120%;
    }

    .absolute-text .absolute-text-header {
        font-size: 22px;
    }

    .absolute-text .absolute-text-content {
        font-size: 16px;
    }

    .csomagarak.ujak {
        padding-left: 10px;
        padding-right: 10px;
    }

    .elmenysportok-wrapper {
        padding-bottom: 100px;
    }

    .variations-wrapper {
        flex-direction: column;
    }

}

@media screen and (max-width:330px) {




    .multibox-2-content {
        padding: 20px 20px;
        margin-bottom: 0;
    }

    .multibox-2-btn {
        font-size: 18px;
    }


    .tea-front,
    .tea-back {
        box-shadow: none;
    }


    .half-box-background .text-half {
        width: calc(100% - 45px);
        padding-left: 25px;
    }

    .half-head-lotus.half-head-multi {
        font-size: 18px;
    }

    .half-head.turbo {
        font-size: 24px;
    }

    .text-content-text.cim {
        font-size: 16px;
    }



    .csomagarak.ujak {
        margin-top: 220px;
    }

    .absolute-text {
        min-width: 230px;
        top: 125%;
    }

    .img-text-absolute {
        margin-bottom: 65%;
    }

    .absolute-text .absolute-text-header {
        font-size: 19px;
    }

    .absolute-text .absolute-text-content {
        font-size: 14px;
    }

    .absolute-text-link {
        font-size: 16px;
    }

    .main-title-text {
        font-size: 22px;
    }

    .elmenysportok-wrapper {
        padding-bottom: 125px;
    }

}