/*@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;
}

body {
    font-size: 16px;
    background: #ebf2f2;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}

.st5 {
    /*font-family: 'Open Sans', sans-serif!important;*/
}

section {
    max-width: 1300px;
    margin: 0 auto;
}

.header {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    background: linear-gradient(0.25turn, #318b81 20%, #70aaa3);
    /*background: linear-gradient(269.86deg, rgba(49, 139, 129, 0) -67.44%, #38C6B6 103.75%);*/
    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: 100px;
}

.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: #ebf2f2;
}

.main-title {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #dbe7e7;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;

}

.main-title-text {
    font-size: 24px;
    font-weight: 600;
    color: #318B81;

    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: #318B81;
    border-radius: 6px;
    transition: all 0.3s linear;
}

.lang-change:hover {
    background-color: #318B81;
    color: #ffffff;
}

/*--------------------------- Új termek -----------------------------------*/
.ujtermek {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 30px;
}

.terem {
    width: 25%;
    height: 385px;
    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: 210px;
    margin-top: 20px;
}

.csomag-type {
    font-weight: 700;
    color: #318B81;
    font-size: 20px;
}

.msp-csomag-type {
    color: #eb3f92;
}

.csomag-text {
    color: #318B81;
    border-bottom: 2px solid #318B81;
    width: 150px;
    margin: 0 auto;
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.25em;
}

.csomag-text.msp {
    color: #eb3f92;
    border-bottom: 2px solid #eb3f92;
}

.terem-name {
    font-weight: 600;
}

.terem-megnezem {
    padding: 15px 20px;
    border-radius: 5px;
    background: #318B81;
    color: white;
    text-decoration: none;
    width: 150px;
    margin: 0 auto;
    border: 1px solid #318B81;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
}

.terem-megnezem:hover {
    background: white;
    color: #318B81;
}




.terem-megnezem.msp {
    background: #eb3f92;
    border: 1px solid #eb3f92;
}

.terem-megnezem.msp:hover {
    background: white;
    color: #eb3f92;
}

.terem-megnezem-msp {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #eb3f92;
}


.terem-head {
    /*background-color: #318B81;*/
    height: 50px;
    border-radius: 17px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: calc(100% - 40px);
}

.uj-cim {
    display: flex;
    align-items: center;
}

.uj-cim div:nth-child(1) {
    padding-right: 10px;
    border-right: 3px solid #318B81;
    font-size: 26px;
    font-weight: 700;
    color: #318B81;
}

.uj-cim div:nth-child(2) {
    color: #292929;
    padding-left: 10px;
    font-size: 18px;
}


.terem-sub {
    max-width: calc(100% - 40px);
    margin-left: 20px;

    font-size: 18px;
    font-weight: 600;
    color: #318B81;
}

.terem-sub-msp {
    color: #eb3f92;
}

.ujterem-nav {
    display: none;
}

.ujterem-nav .nav-b {
    margin: 10px;
    border: 1px solid #38C6B6;
    color: #38C6B6;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s linear;
}

.nav-b:hover {
    box-shadow: 0px 0px 10px 5px;
}

.terem-wrapper {
    display: flex;
    transition: all .5s;
    overflow: scroll;
    width: 100%;
}


/*--------------------------- Új termek vége -----------------------------------*/





.img-text-container {
    display: flex;
    justify-content: space-between;
    /*margin-top: 60px;*/
    margin-top: 0;
}

.img-text-container-reverse {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.img-content {
    padding: 20px;
    width: 50%;
}

.img-content img {
    max-width: 100%;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 15px;
    width: 50%;
}

.text-content-light {
    color: #7CA7A2;
    margin-top: 0px;
    font-style: italic;
}

.text-content div,
.text-content a {
    margin-top: 5px;
    margin-bottom: 10px;
}

.text-head {
    font-size: 26px;
    color: #318B81;
    font-weight: 700;
}

.text-head.samsung {
    font-size: 24px;
}

.text-head.valentin {
    color: #dd3a57;
}




.akcio-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #dd3a57;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid #dd3a57;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
}

.akcio-btn:hover {
    background-color: #ffffff;
    color: #dd3a57;
}


/*Csomagárak ----------------------------------------------------------------------------------------------*/

.csomagarak {
    margin: 0;
    margin-top: 45px;
    margin-bottom: 20px;
}

.csomagarak-text {
    font-size: 26px;
    color: #318b81;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 500;
    text-align: center;
}

.arak-container {
    width: calc(100% - 40px);
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    background-color: #d4e5e5;
    border-radius: 8px;
    margin-bottom: 20px;
}

.arak-wrapper {
    display: flex;
    width: calc(14% - 10px);
    min-width: 110px;
    height: 200px;
    margin: 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.arak-csomag {
    height: 85px;
    width: 85px;
    /*background: linear-gradient(45deg, rgba(41,180,150,1) 0%, rgba(255,175,156,1) 100%); */
    background: linear-gradient(45deg, rgba(49, 139, 129, 1) 0%, rgba(75, 192, 178, 1) 100%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arak-csomag p {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0;
}

.arak-ar {
    color: #318b81;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}

.arak-info {
    font-size: 18px;
    color: #292929;
    font-weight: 500;
}

/* -------------------------------------Csomagárak vége------------------------------------*/

/*--------------------------------------SZÉP kártya ---------------------------------*/

.szep-card-box {
    width: 50%;
    margin: 0 auto;
    display: flex;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 10px 20px 10px;
    border-radius: 8px;
}

.szep-card-box a {
    display: flex;
    text-decoration: none;
    align-items: center;

}

.szep-card-img {
    width: 35%;
    margin-right: 20px;
    margin-left: 10px;
}

.szep-card-img img {
    width: 100%;
}

.szep-card-text {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #318b81;

}

.szep-card-text.head {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.szep-card-text p:last-child {
    margin-top: 5px;
}

/*--------------------------------------SZÉP kártya vége ---------------------------------*/

/*FLEXI Hónap -----------------------------------------*/

.flexi-description {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 45px;
}

.flexi-container {
    width: calc(100% - 40px);
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 38px;
}

.flexi-wrapper {
    display: flex;
    width: calc(14% - 10px);
    min-width: 110px;
    height: 200px;
    margin: 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flexi-csomag {
    height: 85px;
    width: 85px;
    border: 2px solid #56b9b0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexi-csomag p {
    font-size: 1.8rem;
    color: #56b9b0;
    font-weight: 600;
    margin-top: 0;
}

.flexi-ar {
    color: #56b9b0;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}

.flexi-ar-info {
    font-size: 18px;
    color: #292929;
    font-weight: 500;
}

.flexi-btn {
    margin: 0 auto;
    display: block;
    padding: 15px 20px;
    border-radius: 5px;
    background: #318B81;
    color: white;
    text-decoration: none;
    max-width: fit-content;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    border: 1px solid #318b81;
    transition: all 0.3s linear;

}

.flexi-btn:hover {
    background-color: #ffffff;
    color: #318B81;
    border: 1px solid #318b81;
}

/*FLEXI Hónap -----------------------------------------*/


/*---------------------------------------------ÚJDONSÁGOK----------------------------------------*/


.newFacilities-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
}

.newFacilities-wrapper {
    width: 260px;
    margin: 40px 10px 10px 10px;
    box-sizing: border-box;
    box-shadow: 0 3px 14px 1px #dde7e7;
    background-color: #caddd8;
    position: relative;
    min-height: 320px;
    transition: ease all .3s;
}

.newFacilities-wrapper:hover {
    transform: translateY(-10px)
}


.newFacilities-packageBox {
    position: absolute;
    background-color: #318b81;
    width: 55px;
    height: 55px;
    top: -30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 5px;

}

.newFacilities-packageName {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.newFacilities-wrapper a {
    text-decoration: none;
    color: #318b81;
}

.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: 600;
}




/*---------------------------------------------Ú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 #dde7e7;
    background-color: #ffffff;
    position: relative;
    min-height: 280px;
    transition: ease all .3s;
}

.changes-wrapper:hover {
    transform: translateY(-10px)
}


.changes-packageBox {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    width: 55px;
    height: 55px;
    top: -30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #318b81;
    border-radius: 5px;
    box-shadow: 0 3px 14px 1px rgba(27, 47, 45, 0.15);

}

.changes-packageName {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.changes-wrapper a {
    text-decoration: none;
    color: #333333;
}

.changes-img img {
    width: 100%;
}

.changes-teremName {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    min-height: 85px;
    justify-content: center;
}


.changes-teremName p {
    font-weight: 600;
}






/*-------------------------------------Változások--------------------------------------*/

/*----------------------------------- Calendar ------------------------------------------*/

.calendar-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
}

.calendar-wrapper {
    height: 220px;
    width: 220px;
    border-radius: 10px;
    transition: background 0.8s;
    /*overflow: hidden;*/
    background: black;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
}


.card0 {
    background: url('images/szabaduloszoba.jpg') center center no-repeat;
    background-size: 380px;
}

.card0:hover {
    background: url('images/szabaduloszoba_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card1 {
    background: url('images/pilates.jpg') center center no-repeat;
    background-size: 380px;
}

.card1:hover {
    background: url('images/pilates_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card2 {
    background: url('images/trx.jpg') center center no-repeat;
    background-size: 380px;
}

.card2:hover {
    background: url('images/trx_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card3 {
    background: url('images/spinning.jpg') center center no-repeat;
    background-size: 380px;
}

.card3:hover {
    background: url('images/spinning_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card4 {
    background: url('images/box.jpg') center center no-repeat;
    background-size: 380px;
}

.card4:hover {
    background: url('images/box_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card5 {
    background: url('images/tennis.jpg') center center no-repeat;
    background-size: 380px;
}

.card5:hover {
    background: url('images/tennis_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card6 {
    background: url('images/strand.jpg') center center no-repeat;
    background-size: 380px;
}

.card6:hover {
    background: url('images/strand_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card7 {
    background: url('images/sup.jpg') center center no-repeat;
    background-size: 380px;
}

.card7:hover {
    background: url('images/sup_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card8 {
    background: url('images/bicycle.jpg') center center no-repeat;
    background-size: 380px;
}

.card8:hover {
    background: url('images/bicycle_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card9 {
    background: url('images/squash.jpg') center center no-repeat;
    background-size: 380px;
}

.card9:hover {
    background: url('images/squash_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card10 {
    background: url('images/falmaszas.jpg') center center no-repeat;
    background-size: 380px;
}

.card10:hover {
    background: url('images/falmaszas_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.card11 {
    background: url('images/jegkori.jpg') center center no-repeat;
    background-size: 380px;
}

.card11:hover {
    background: url('images/jegkori_hov.jpg') center center no-repeat;
    background-size: 650px;
}

.calendar-ico {
    position: absolute;
    width: 60px;
    top: -15px;
    left: -15px;
}

.calendar-title {
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: opacity 1s;
}

.dark-layer {
    background-color: #161818;
    opacity: 0.03;
}

.card0:hover .calendar-title {
    opacity: 1;
}

.card1:hover .calendar-title {
    opacity: 1;
}

.card2:hover .calendar-title {
    opacity: 1;
}

.card3:hover .calendar-title {
    opacity: 1;
}

.card4:hover .calendar-title {
    opacity: 1;
}

.card5:hover .calendar-title {
    opacity: 1;
}

.card6:hover .calendar-title {
    opacity: 1;
}

.card7:hover .calendar-title {
    opacity: 1;
}

.card8:hover .calendar-title {
    opacity: 1;
}

.card9:hover .calendar-title {
    opacity: 1;
}

.card10:hover .calendar-title {
    opacity: 1;
}

.card11:hover .calendar-title {
    opacity: 1;
}

/*----------------------------------- Calendar vége ------------------------------------------*/

/*-----------------------------------------Edzőt kérdeztünk-------------------------------*/

.trainersTip-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
    gap: 10px;
}


.trainersTip-intro {
    flex: 1 1 20%;
    background-color: #cadbd9;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;

    border-radius: 8px;
}

.trainersTip-img {
    width: 100%;

}

.trainersTip-img img {
    width: 100%;
    border-radius: 6px;
}

.trainersTip-name {
    text-align: center;
}

.trainersTip-name h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 5px;
}

.trainersTip-name p {
    font-size: 14px;
    font-style: italic;
    color: #318b81;
}


.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: #318b81;
    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: 8;
    display: -webkit-box;

}

.trainersTip-teaser p {

    margin-bottom: 10px;
    line-height: 150%;
}





.trainersTip-btn {

    color: #ffffff;
    text-decoration: none;
    background-color: #318B81;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid #318b81;
    cursor: pointer;
    transition: all 0.3s linear;
    margin-top: 10px;

}


.trainersTip-btn:hover {
    background-color: #ffffff;
    color: #318b81;
}


/*.trainersTip-video{
    flex: 1 1 32%;
}


.trainersTip-video video{
    width:100%;
    border-radius: 8px;
}*/


/*-----------------------------------------Edzőt kérdeztünk vége-------------------------------*/



/*----------------------------------------- SELF CHECK IN--------------------------------*/

.selfCheckIn-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
}

.selfCheckIn-img {
    flex: 1 1 45%;
}

.selfCheckIn-img iframe {
    width: 100%;
    height: 460px;
}


.selfCheckIn-content {
    flex: 1 1 40%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
}

.selfCheckIn-head {
    font-size: 22px;
    font-weight: 700;
    color: #318B81;
}

.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: #318b81;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    z-index: 50;
}



.selfCheckIn-list li:after {
    content: "";
    border-left: 1px solid #318b81;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 0;
}

.selfCheckIn-list li:last-child:after {
    border: none;
}

.selfCheckIn-list-2 {
    padding-left: 35px;
    list-style-type: "→";

}

.selfCheckIn-list-2 li {
    padding-bottom: 10px;
    padding-left: 10px;
}


/*----------------------------------------- SELF CHECK IN vége --------------------------------*/






/*------------------------------------------Peak Gym---------------------------------------*/


.peakgym-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
}


/*.peakgym-container a {

width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
    text-decoration: none;

}*/




.peakgym-img {
    flex: 1 1 30%;
}

.peakgym-img img {
    width: 100%;
}

.peakgym-content-wrapper {
    flex: 1 1 65%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 20px 20px 40px;
}

.peakgym-package {
    width: 60px;
    height: 60px;
    border: 2px solid #318b81;
    color: #318B81;
    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 #318b81;
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px;

    text-align: center;
}

.peakgym-places p:first-child {
    font-weight: 700;
    color: #333333;
}

.peakgym-places p:nth-child(2) {
    font-size: 14px;
    font-style: italic;
    color: #888888;
}


/*------------------------------------------Peak Gym---------------------------------------*/


/*----------------------------------------Idea bOx-------------------------------------*/

.ideabox-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
}

.ideabox-img {
    width: 50%;
}

.ideabox-img img {
    width: 100%;
}

.ideabox-content {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 30px;
}

.ideabox-link {
    text-decoration: none;
    font-weight: 700;
    color: #318B81;
    font-size: 18px;
}

.ideabox-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;
}

.ideabox-btn:hover {
    background-color: #ffffff;
    color: #318B81;
}


/*----------------------------------------Idea box-------------------------------------*/



/*----------------------------------------Spotify július-------------------------------------*/
.spotify-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
}

.spotify-img {
    width: 25%;
}

.spotify-img img {
    width: 100%;
}

.spotify-content {
    width: 75%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 30px;
}

.spotify-head {
    font-size: 22px;
    font-weight: 700;
    color: #318B81;
}

.spotify-concl {


    font-weight: 600;
    color: #333333;
}

.spotify-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;
}

.spotify-btn:hover {
    background-color: #ffffff;
    color: #318B81;
}

/*----------------------------------------Spotify július-------------------------------------*/






.text-head.visa {
    font-size: 22px;
}

.text-head.loyalty {
    font-size: 36px;
    color: #318B81;
    font-weight: 700;
}

.text-head.ajanlat {
    font-size: 50px;
    font-weight: 800;
}

.text-content-subhead {
    font-size: 18px;
    font-weight: 500;
    color: #318b81;
    font-style: italic;
    text-align: left;
}

.text-content-code {
    font-size: 20px;
    font-weight: 700;
    color: #318b81;
    text-align: left;
}

.gymbeam-link {
    color: #318b81;
}

.text-content-text {
    font-weight: 600;
}

.text-content-small {
    font-size: 14px;
    font-style: italic;
    color: #797979;
}

.text-content-text.highlight {
    color: #318b81;
    font-size: 18px;
    font-weight: 700;
}

.text-content-frissbox {
    font-size: 16px;
    color: #318b81;
    font-style: italic;
}

.text-content-text.frissbox-link a {
    color: #318b81;
    font-style: italic;
}

.text-content-text.ajanlat {
    font-size: 18px;
    font-weight: 500;
}

.text-content-text.ajanlat a {
    text-decoration: none;
    color: #318B81;
}

.text-content-text.cim {
    font-style: italic;
    font-size: 18px;
    color: #6534ff;
}

.text-content-text.ajanlat-list {
    font-size: 18px;
    font-weight: 500;
    border-left: 2px solid #6534ff;
    padding-left: 10px;
}

.text-content .text-content-button {
    padding: 15px 20px;
    border-radius: 5px;
    background: #318B81;
    color: white;
    text-decoration: none;
    max-width: 225px;
    text-align: center;
    margin-bottom: 30px;
}

.text-content .text-content-button.moonshot {
    margin-bottom: 20px;
    background-color: #6534ff;
}

.text-content .text-content-button.frissbox {
    margin-bottom: 10px;
}

.text-content .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.text-content .mozgasforma-link {
    color: #318B81;
    text-decoration: none;
}

.text-content .row p {
    font-size: 20px;
    margin-bottom: 6px;
}

.column {
    flex: 50%;
}

.img-text-container.revers .img-content {
    /*padding-right: 0px;*/
}





.aycm-video-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 30px;
}


/* ---------------------------------AYCM Városok--------------------------------*/


.varosok-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}

.varosok-img {
    width: 100%;
}

.varosok-img img {
    width: 100%
}

.varosok-content {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

.varosok-table {
    display: flex;
    flex-direction: column;
    flex: 1 1 20%;
    gap: 10px;
}

.varosok-table a {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    color: #333333;
    text-align: center;
    transition: all 0.3s linear;
}

.varosok-table a:hover {
    background-color: #dbe5e5;
}

.varosok-btn {
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
    background-color: #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;
    margin-top: 30px;
}

.varosok-btn:hover {
    background-color: #ebf2f2;
    color: #318B81;
}


/* ---------------------------------AYCM Városok vége--------------------------------*/

/* ---------------------------------Alert box--------------------------------*/

.alert-link {
    text-decoration: none;
    color: #333333;
}

.alert-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}

.alert-img {
    flex: 1 1 5%;
    display: flex;
    justify-content: center;
}

.alert-img img {
    width: 50px;
}

.alert-content {
    flex: 1 1 90%;
}

.alert-content p:first-child {
    margin-bottom: 10px;
}


/* ---------------------------------Alert box vége--------------------------------*/

/* ---------------------------------Summer bucket list--------------------------------*/

.summer-bList {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
}

.summer-bList-left {
    display: flex;
    width: 55%;

    justify-content: center;
    align-items: center;
    border-radius: 2px;
    /*box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    color: #333;
    font-family: 'Open Sans', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* http://colorzilla.com/gradient-editor */
    /*background: #fda231;
    background: -moz-linear-gradient(45deg, rgba(253, 162, 49, 1) 0%, rgba(251, 183, 49, 1) 60%, rgba(253, 202, 49, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(253, 162, 49, 1) 0%, rgba(251, 183, 49, 1) 60%, rgba(253, 202, 49, 1) 100%);
    background: linear-gradient(45deg, rgba(253, 162, 49, 1) 0%, rgba(251, 183, 49, 1) 60%, rgba(253, 202, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda231', endColorstr='#fdca31',GradientType=1);*/
    background-image: url(images/autumn_bucketlist_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 60px;
}


.center {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: 100%;
}

.todo-cmp {
    background: #fff;
    color: #555555;
    box-sizing: border-box;
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.15);
    width: 100%;
    margin: 0 auto;
}

.todo-cmp__header {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.todo-cmp__header h2 {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 4px auto;
    padding: 0;
    color: #f37626;
}

.todo-cmp__header p {
    padding: 0 0 5px;
    margin: 4px auto;
    font-size: 0.8rem;
}

.todo-cmp__list {
    list-style: none;
    padding: 0;
}

.todo-cmp__list li {
    padding: 10px 0 15px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.todo-cmp__list li label {
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    display: block;
}

.todo-cmp__list li label input {
    float: left;
    opacity: 0;
    margin: 3px 10px 3px 4px;
}

.todo-cmp__list li label span {
    position: relative;
    display: block;
    transition: all 550ms ease-in-out;
    text-indent: 0px;
    padding-left: 25px;
}

.todo-cmp__list li label input+span::after {
    content: "";
    display: block;
    border: 1px solid #f37626;
    border-radius: 13px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 10;
    transition: all 550ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* https://matthewlein.com/tools/ceaser */
}

.todo-cmp__list li label input+span::before {
    content: "✔";
    display: block;
    font-size: 24px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -2px;
    top: -8px;
    z-index: 10;
    opacity: 0;
    color: #f37626;
}

.todo-cmp__list li label input:checked+span {
    color: #ccc;
    transition: all 550ms ease-in-out;
}

.todo-cmp__list li label input:checked+span::after {
    opacity: 0;
    height: 24px;
    width: 24px;
    top: -2px;
    right: -2px;
}

.todo-cmp__list li label input:checked+span::before {
    opacity: 1;
    transition: all 550ms ease-in-out;
}

.summer-bList-right {
    width: 45%;
    box-sizing: border-box;
    padding: 20px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bucketlist-infobox {

    margin: 0 auto;
    border: 2px solid #f37626;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 15px;
    text-align: center;

    /*box-shadow: 0 70px 63px -60px #bbc9c9;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bucketlist-infobox i {
    color: #f37626;
    font-size: 18px;
}

.arrow1 {
    animation: slide2 1s ease-in-out infinite;
}

@keyframes slide2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(90deg);
    }

    50% {
        transform: translate(0px, 10px) rotate(90deg);
    }
}


.bucketlist-infobox-1 {
    font-style: italic;
}

.bucketlist-infobox-2 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #f37626;
}

.bucketlist-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #f37626;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;

    border: 1px solid #f37626;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin-top: 20px;
}

.bucketlist-btn:hover {
    background-color: #ffffff;
    color: #f37626;
}

/* ---------------------------------End of Summer bucket list--------------------------------*/


/* ------------------------------- Tánc ---------------------------------*/

.aycmDance-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.aycmDance-img {
    flex: 1 1 48%;
}

.aycmDance-img img {
    width: 100%;
}

.aycmDance-content {
    flex: 1 1 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.aycmDance-styles {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 20px 0;
}

.aycmDance-item {
    text-decoration: none;
    box-sizing: border-box;
    padding: 12px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    border: 2px solid #78b7b0;
    color: #78b7b0;
    transition: all 0.3s linear;
}



.aycmDance-item:hover {
    border: 2px solid #78b7b0;
    color: #ffffff;
    background-color: #78b7b0;
}



.aycmDance-btn {
    text-decoration: none;
    background-color: #318b81;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;

    border: 1px solid #318b81;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;

}

.aycmDance-btn:hover {
    background-color: #ffffff;
    color: #318b81;
}



/* ------------------------------- Tánc ---------------------------------*/

/*-------------------------------- OSZTOTT BOX ---------------------------------------*/
.divided-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.divided-img {
    flex: 1 1 48%;
}

.divided-img img {
    width: 100%;
}

.divided-content {
    flex: 1 1 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.divided-link {
    font-weight: 600;
    color: #318B81;
}

.divided-small {
    font-size: 14px;
    font-style: italic;
}

.divided-highlight {
    font-weight: 600;
    color: #318B81;
    font-size: 18px;
}


.divided-btn {
    text-decoration: none;
    background-color: #318b81;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border: 1px solid #318b81;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
}

.divided-btn:hover {
    background-color: #ffffff;
    color: #318b81;
}

.divided-list {
    margin: 0;
    padding: 0;
}

.divided-list li {
    padding: 5px 10px;
    list-style: none;
}

.divided-list li::before {
    content: "✔";
    margin: 0px 20px 0 0px;
}

.divided-secondary {
    font-style: italic;
    color: #318b81;
    font-weight: 600;
    border-top: 1px solid #318b81;
    padding-top: 10px;
    margin-top: 10px;
}

/*-------------------------------- OSZTOTT BOX ---------------------------------------*/

/*---------------------------------------Sidebyside box---------------------------------*/

.sbs-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
    margin-top: 70px;
}

.sbs-wrapper {
    flex: 1 1 45%;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 100px 25px 25px 25px;
}

.sbs-img {
    width: 200px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 13px -3px, rgba(0, 0, 0, 0.05) 0px 2px 4px -2px;
}

.sbs-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.sbs-btn {
    text-decoration: none;
    background-color: #318b81;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 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;

}

.sbs-btn:hover {
    background-color: #ffffff;
    color: #318b81;
}





/*---------------------------------------Sidebyside box vége---------------------------------*/


/* ------------------------------- Űzz sportot a kultúrából ---------------------------------*/

.uzzSportot-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.uzzSportot-img {
    flex: 1 1 48%;
}

.uzzSportot-img img {
    width: 100%;
}

.uzzSportot-content {
    flex: 1 1 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.uzzSportot-link {
    font-weight: 600;
    color: #318B81;
}


/* ------------------------------- Űzz sportot a kultúrából vége ---------------------------------*/

/* Multibox-----------------------------------------------------------*/

.multibox-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.multibox-1 {
    width: 49%;
    background-color: #ffffff;


}

.multibox-1-img img {
    width: 100%;
}

.multibox-1-content {
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 25px 15px 25px;

    display: flex;
    flex-direction: column;
    width: 100%;
}

.multibox-1-head {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #318b81;

}

.multibox-1-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.multibox-1-btn {
    text-decoration: none;
    background-color: #6534ff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #6534ff;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
}



.multibox-1-btn:hover {
    background-color: #ffffff;
    color: #6534ff;
}




.multibox-2 {
    width: 49%;
    background-color: #cfdfdd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.multibox-2-img img {
    width: 100%;
}

.multibox-2-content {
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 25px 30px 25px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.multibox-2-head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #318B81;

}


.multibox-2-list {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0 15px 0 15px;
    font-size: 18px;
}

.multibox-2-list.veradas {
    font-size: 16px;
}

.multibox-2-list-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 15px;
}

.multibox-2-list-item img {
    width: 40px;
}

.multibox-2-list-item.veradas img {
    width: 25px;
}

.multibox-2-list-text {
    padding-left: 15px;
    margin-top: 10px;
}

.multibox-2-list-text.veradas {
    margin-top: 0;
}

.multibox-2-text {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.multibox-2-btn {
    text-decoration: none;
    background-color: #318b81;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #318b81;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #ffffff;
    margin-top: 15px;
}


.multibox-2-btn:hover {
    background-color: #ffffff;
    color: #318b81;
}



/* Multibox vége-----------------------------------------------------------*/


/* Winterbox -----------------------------------------------------------*/

.winter-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.winter-wrapper {
    width: 24%;
    background-color: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 25px 25px;
    display: flex;
    flex-direction: column;
}

.winter-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    min-height: 85px;
}

.winter-img img {
    width: 40%;
}


.winter-content {
    text-align: center;
    font-size: 18px;
}


.winter-endtext {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #318b81;
    transition: all 0.3s linear;

}






.arrowCta {
    display: block;
    height: 13px;
    width: 13px;
    border: 11px solid transparent;
    transform: rotate(45deg);
    position: relative;
    margin: 1vh auto;
}

.arrowCta:after,
.arrowCta:before {
    content: "";
    display: block;
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.arrowCta:after {
    border-bottom: 3px solid #318b81;
    border-right: 3px solid #318b81;
    top: 0;
    left: 0;
    opacity: 1;
    animation: bottom-arrow 1.65s infinite;
}

@keyframes bottom-arrow {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }

    45% {
        opacity: 0;
        transform: translate(12px, 12px);
    }

    46% {
        opacity: 0;
        transform: translate(-16px, -16px);
    }

    90% {
        opacity: 1;
        transform: translate(-6px, -6px);
    }

    100% {
        opacity: 1;
        transform: translate(-6px, -6px);
    }
}

.arrowCta:before {
    top: 0;
    left: 0;
    border-bottom: 3px solid #318b81;
    border-right: 3px solid #318b81;
    animation: top-arrow 1.65s infinite;
}

@keyframes top-arrow {
    0% {
        transform: translate(-6px, -6px);
    }

    35% {
        transform: translate(0, 0);
    }

    90% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}





/* Winterbox vége-----------------------------------------------------------*/









/*---------------------------------------------LISTA------------------------------------------------------*/


ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}

.gradient-list>li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
    counter-increment: gradient-counter;
    margin-top: 2rem;
    min-height: 3rem;
    padding: 1rem 2rem 1rem 5rem;
    position: relative;
    font-size: 18px;
    text-align: left;
    display: flex;
    align-items: center;

}

.gradient-list>li::before,
.gradient-list>li::after {
    background: linear-gradient(135deg, #8fada1 0%, #b3cbc1 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: '';
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
}

.gradient-list>li::before {
    align-items: flex-end;
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
    content: counter(gradient-counter);
    color: #1d1f20;
    display: flex;
    font: 900 1.5em/1 'Open Sans';
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}

@for $i from 1 through 5 {
    &:nth-child(10n+#{$i}):before {
        background: linear-gradient(135deg, rgba(#a2ed56, $i * 0.2) 0%, rgba(#fddc32, $i * 0.2) 100%);
    }
}

+li {
    margin-top: 2rem;
}

.gradient-list>li .partner {
    font-weight: 700;
    margin-right: 25px;
}


.gradient-list>li .partner-content {
    width: 73%;
}

.gradient-list>li .partner-code {
    width: 20%;
    text-align: right;
    font-weight: 700;
}


/*---------------------------------------------LISTA vége------------------------------------------------------*/


/*--------------------------------Mountex boulder-------------------------------------*/


.mountex-container {
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #ffffff;
}

.mountex-image {
    width: 50%;
}

.mountex-image img {
    width: 100%;
}

.mountex-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px 30px 20px 30px;
}

.mountex-head {
    font-size: 26px;
    color: #318B81;
    font-weight: 700;
    margin-bottom: 10px;
}

.mountex-text {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mountex-text-hl {
    font-size: 18px;
    font-weight: 600;
    color: #318b81;
}


.mountex-btn {
    border-radius: 5px;
    background: #318B81;
    color: white;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 40px;
    font-weight: 600;
    border: 1px solid #318B81;
    cursor: pointer;
    width: fit-content;
    margin-top: 20px;
    transition: all 0.3s linear;
}

.mountex-btn:hover {
    background: #ffffff;
    color: #318B81;
}



/*--------------------------------Mountex boulder vége-------------------------------------*/






/*teszt ---------------------------------------------------------------------------------------------------------*/

.elfogadohelyek-button {
    border-radius: 5px;
    background-color: #318b81;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #318b81;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.elfogadohelyek-button:hover {
    background-color: #ffffff;
    color: #318b81;
}

.img-container {
    display: flex;
}

.img-long {
    width: calc(50% - 30px);
    background-color: #ffffff;
    margin: 15px;
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
    /*justify-content: space-between;*/
    margin-right: 0px;
    margin-left: 20px;
}

.img-container-body {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
}

.img-container-body h2,
.img-container-body .list-items,
.img-container-body .koszonjuk,
.img-container-body .list-items .list-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-container .list-items {
    margin-top: 0;
}


.img-long .img-flex img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img-flex {
    display: flex;
    align-items: flex-start;
}

.img-long h2 {
    color: #318B81;
    font-size: 25px;
}

.img-long p {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .img-long a, .button{
    border-radius: 5px;
    background-color: #318B81;
    color:white;
    text-decoration: none;
    padding:10px 20px;
}*/

.img-long .kapcsolat {
    text-decoration: none;
    color: #318B81;
}


.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: #318B81;
    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: #318B81;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.absolute-text .absolute-text-header.multi {
    color: #eb3f92;
}

.absolute-text-content {
    font-size: 18px;
}

.absolute-text-content ul {
    margin-left: 14;
    text-indent: -10px;
    list-style: none;
}

.absolute-text-link {
    font-size: 18px;
    color: #eb3f92;
    margin-top: 10px;
}

.absolute-text-link a {
    color: #eb3f92;
}



.img-text-absolute-head div:nth-child(2) {
    width: 290px;
    margin: 0 auto;
    background: #ebf2f2;
    z-index: 2;
    position: relative;
    padding: 0px 20px;
}

.slided-box {
    padding: 20px;
    width: calc(100% - 40px);
    margin-top: 50px;
}

.slide-body {
    position: relative;
    width: 100%;
    height: fit-content;
}

.slided-img img {
    width: 100%;
}

.slide-conent {
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgba(242, 66, 203, 0.91);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.slide-head {
    margin: 20px;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-left: 40px;
}

.slideH1,
.slideH3 {
    color: #FCEE1B;
}

.slideH2 {
    color: white;
}

.slide-text {
    margin: 20px;
    margin-left: 45px;
    font-size: 20px;
}

.slide-text ul {
    margin-left: 20px;
    color: white;
}

.slide-btn {
    padding: 10px;
    background: white;
    max-width: 120px;
    text-align: center;
    margin-left: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #E70A89;
    text-decoration: none;
    transition: all 0.3s linear;
    font-weight: 600;
}

.slide-btn:hover {
    box-shadow: 5px 5px 5px 2px #a1075f59;
    transform: translateY(-5px);
}

@media (pointer: fine) {
    .terem-wrapper {
        overflow: unset;
    }

    .ujterem-nav {
        display: flex;
    }
}

@media screen and (max-width: 1110px) {

    .cards-body {
        flex-direction: column;
    }

    .card {
        margin-bottom: 30px;
    }

    .img-text-container {
        flex-direction: column;
        align-items: center;
    }

    .img-text-container-reverse {
        flex-direction: column;
        align-items: center;
    }



    .img-text-container.revers {
        flex-direction: column-reverse;
    }

    .text-content {
        min-width: 88%;
    }

    .img-content img {
        max-width: 100%;
    }

    .text-content div,
    .text-content a {
        margin-top: 10px;
        margin-bottom: 10px;
        /* text-align: center;*/
    }

    .img-container {
        flex-direction: column;
    }

    .img-long {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .img-small {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .multipleimg-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .text-content-text.frissbox-link {
        margin: 0 auto;
    }

    .gradient-list>li {
        flex-direction: column;
        align-items: flex-start;
    }

    .gradient-list>li .partner {
        margin-bottom: 10px;
    }

    .gradient-list>li .partner-content {
        width: 100%;
    }

    .gradient-list>li .partner-code {
        text-align: left;
        width: 100%;
    }

    .mountex-container {
        flex-direction: column;
        align-items: center;
    }

    .mountex-image {
        width: 100%;
    }

    .mountex-content {
        width: 100%;
    }

    .mountex-btn {
        margin: 0 auto;
        margin-top: 20px;
    }

    .akcio-btn {
        margin: 0 auto;
    }


}




@media screen and (max-width:1023px) {






    .absolute-img {
        width: 100%;
    }

    .absolute-img img {
        width: 100%;
    }

    .img-text-absolute {
        margin-bottom: 20%;
        padding-right: 0px;
    }

    .absolute-text {
        top: 90%;
        left: 50%;
    }

    .elmeny-csik {
        margin-left: 0px;
    }

}

.goodbye-text {

    text-align: center;
    font-size: 22px;
    font-style: italic;
    margin-top: 30px;
    color: #7CA7A2;
    padding-left: 20px;
    padding-right: 20px;
}


.footer {
    /* background: linear-gradient(269.86deg, rgba(49, 139, 129, 0) -67.44%, #38C6B6 103.75%);*/
    background: linear-gradient(0.25turn, #318b81 20%, #70aaa3);
    color: white;
}

.footer-out {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-text-box {
    display: flex;
}

.footer-inner {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo img {
    width: 100px;
}

.foot-social {
    display: flex;
}

.foot-social img {
    width: 35px;
    margin-left: 8px;
    margin-right: 8px;
}

.foot-text,
.foot-text2 {
    margin: 5px;
}


.text-content-button,
.button {
    border: 1px solid #318B81;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
}

.text-content-button:hover,
.button:hover {
    background: white;
    color: #318B81;
}

.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: 45px;
    position: relative;
}

.csik-text {
    width: fit-content;
    margin: 0 auto;
    color: #318B81;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    background: #ebf2f2;
    position: relative;
    padding: 0px 20px;
}

.csik {
    height: 2px;
    position: absolute;
    background: #318B81;
    width: 100%;
    top: 50%;
    transform: translatey(50%);
}

.csik-text.valentin {
    color: #dd3a57;
}

.csik.valentin {
    background: #dd3a57;
}

.csik.msp {
    background: #eb3f92;
}

.csik-text.msp {
    color: #eb3f92;
}


.half-box-background {
    margin-top: 40px;
}

.half-box,
.half-box-background {
    display: flex;
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-bottom: 40px;
}

.img-half {
    width: 55%;
}

.half-box-background .img-half {
    width: 50%;
}



.img-half img {
    width: 100%;
}

.half-box-background.spotify {
    justify-content: center;
}

.half-box-background .img-half.spotify {
    width: 20%;
}

.half-box-background .text-half.spotify {
    width: calc(50% - 60px);
}



.text-half {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    background: white;
}

.half-box-background .text-half {
    width: calc(50% - 60px);
    background: #333333;
    color: white;
    align-items: flex-start;
    padding-left: 40px;
}

.half-box-background .text-half.turbo {
    background: #acacae;
    color: #ffffff;
}

.half-box-background .half-head.turbo {
    color: #ffffff;
}

.half-box-background .img-half.olimpia {
    width: 40%;
}

.half-box-background .text-half.olimpia {
    background-color: #ffffff;
    width: calc(60% - 60px);
}

.half-box-background .half-head.olimpia {
    color: #318b81;
}

.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: #318b81;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #318b81;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
}

.payment-button:hover {
    background: white;
    color: #318b81;
}

.small-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    margin-top: 25px;
    color: #318b81;
    font-style: italic;
}

.half-head {
    font-size: 36px;
    font-weight: 700;
    color: #318b81;
}

.half-box-background .half-head {
    color: white;
    font-size: 25px;
}

.half-subhead {
    font-size: 22px;
    font-weight: 600;
    color: #318b81;
    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: #318b81;
    color: white;
    text-decoration: none;
}













/*3d kártyák ---------------------------------------------------------------------------------------------------------*/
:root {
    --level-one: translateZ(3rem);
    --level-two: translateZ(6rem);
    --level-three: translateZ(9rem);

    --fw-normal: 400;
    --fw-bold: 700;

    --clr: #5a5347;
}



.cards-body {
    display: flex;
    justify-content: space-around;
    place-items: center;
    flex-wrap: wrap;

}

.card {
    width: 330px;
    margin-bottom: 30px;
}

.card__content {
    text-align: center;
    position: relative;
    padding: 12em 5em;
    transition: transform 3s;
    background: pink;
    transform-style: preserve-3d;
}

.card:hover .card__content {
    transform: rotateY(.5turn);
}

.card__front,
.card__back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5em 3em;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    display: grid;
    align-content: center;
}

.card__front {
    background-color: var(--clr);

    background-size: cover;
    background-blend-mode: overlay;
    color: #ffffff;
}

.card__front.front-1 {
    background-image: url(images/oszi-sport-1.jpg);
}

.card__front.front-2 {
    background-image: url(images/oszi-sport-2.jpg);
}

.card__front.front-3 {
    background-image: url(images/oszi-sport-3.jpg);
}

.card__front.front-4 {
    background-image: url(images/aycm-5ok-sport_4.jpg);
}

.card__front.front-5 {
    background-image: url(images/aycm-5ok-sport_5.jpg);
}

.card__front.front-6 {
    background-image: url(images/aycm-5ok-sport_6.jpg);
}

.card__front::before {
    content: '';
    position: absolute;
    --spacer: 1em;
    top: var(--spacer);
    bottom: var(--spacer);
    left: var(--spacer);
    right: var(--spacer);
    border: 3px solid currentColor;
    transform: var(--level-one);
}

.card__title {
    font-size: 5rem;
    transform: var(--level-three);
    order: 2;
    text-transform: uppercase;
}

.card__subtitle {
    transform: var(--level-two);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: .75rem;
    font-weight: var(--fw-bold);
    opacity: .7;
}

.card__body {
    transform: var(--level-two);
    font-weight: var(fw-normal);
    font-size: 1.6rem;
    line-height: 1.8;
}



.card__back {
    transform: rotateY(.5turn);
    color: #ffffff;
    background: #318b81;
}

.card-a {
    margin-top: 15px;
}

.card-link {
    color: #6bb9b0;
    margin-top: 20px;
    font-weight: 600;
}


/*---------------------------------------------------- 3d kártyák vége ------------------------------------------*/



/*Treehouses---------------------------------------------------------------------------*/

.treehouses-wrapper {
    display: flex;
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.treehouses-logo {
    /*background-color: #318B81;*/
    width: 100%;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}

/*.treehouses-noszvaj {
    background-image: url(images/treehouses_oktober_2023_noszvaj.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 3 / 2;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
}

.treehouses-kapolcs {
    background-image: url(images/treehouses_oktober_2023_kapolcs.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 3 / 2;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
}*/

.treehouses-onebox {
    background-image: url(images/treehouses_oktober_2023_december.jpg);
    width: 100%;
    background-size: contain;
    background-position: center;
    aspect-ratio: 2.99 / 1;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
}



.treehouses-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.treehouses-link:hover {
    background-color: rgba(59, 60, 61, 0.3);
}

.treehouses-ajanlat {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
}

.treehouses-offerBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px 0 50px 0;
}


.treehouses-offerWrapper {
    width: 220px;
    border: 1px dashed #8db3af;
    border-radius: 8px;
    background-color: #fcfdfd;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}



.treehouses-head {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.treehouses-normal {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding: 10px 75px;
}

.ajanlat-head {
    color: #318b81;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 20px 30px 20px 30px;
}

.ajanlat-subhead {
    font-size: 18px;
    color: #318b81;
    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 #318b81;
    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: #318b81;
    padding: 0;
    text-align: center;
}

.ajanlat-link {
    color: #318b81;
    font-style: italic;
    padding: 0 30px 20px 30px;
    font-weight: 600;
    font-size: 16px;
}

.ajanlat-normal.december {
    color: #318b81;
    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: #318b81;
    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 #318b81;
    margin-bottom: 30px;
    margin-top: 10px;
}

.ajanlat-btn:hover {
    background-color: #ffffff;
    color: #318b81;
}

.coupon {
    position: absolute;
    width: 110px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #8db3af;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 6px;
    color: #318b81;
    font-weight: 600;
}


@media screen and (max-width:1100px) {

    .treehouses-offerBox {
        justify-content: center;
        gap: 45px;
    }

    .treehouses-offerWrapper {
        width: 300px;
    }
}


@media screen and (max-width:705px) {

    .treehouses-wrapper {
        flex-direction: column;
    }

    .treehouses-noszvaj {
        width: 100%;
        transition: all 1s ease-in-out;
    }

    .treehouses-kapolcs {
        width: 100%;
        transition: all 1s ease-in-out;
    }

}

@media screen and (max-width:432px) {
    .ajanlat-head {
        font-size: 22px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-normal,
    .ajanlat-small,
    .ajanlat-code,
    .ajanlat-details {
        padding-left: 25px;
        padding-right: 25px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-highlight {
        margin-left: 25px;
        margin-right: 25px;
        font-size: 20px;
        text-align: center;
    }

    .ajanlat-subhead {
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
    }


}

@media screen and (max-width:404px) {
    .treehouses-head {
        font-size: 30px;
        transition: all 1s ease-in-out;
    }

    .treehouses-normal {
        font-size: 18px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-head {
        font-size: 20px;
        transition: all 1s ease-in-out;
    }

    .ajanlat-head,
    .ajanlat-normal,
    .ajanlat-small {
        padding-left: 20px;
        padding-right: 20px;
        transition: all 1s ease-in-out;
    }
}

/*Treehouses---------------------------------------------------------------------------*/


/*---------------------------------------------F45--------------------------------------*/
.f45-container {
    width: calc(100% - 40px);
    display: flex;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}



.f45-img {
    width: 50%;
}

.f45-img img {
    width: 100%;
}

.f45-img video {
    width: 100%;
}

.f45-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    padding: 20px 40px;
    background: #ffffff;
    justify-content: center;
}

.f45-sub {
    font-style: italic;
    color: #719f9a;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 18px;
}


.f45-head {
    font-size: 22px;
    color: #318b81;
}

.f45-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 0;
    padding-left: 20px;
    list-style: none;


}


.f45-btn {
    font-size: 16px;
    border-radius: 5px;
    background-color: #318b81;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    width: fit-content;
    text-align: center;
    border: 1px solid #318b81;

    margin-top: 10px;
}

.f45-btn:hover {
    background-color: #ffffff;
    color: #318b81;
}




/*---------------------------------------------F45 vége-------------------------------------*/

/*-------------------------------------------- Budapest Beach Arena --------------------------------------*/

.beacharena-container {
    width: calc(100% - 40px);
    display: flex;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.beacharena-link {
    width: 50%;
}

.beacharena-img {
    width: 100%;
}

.beacharena-img img {
    width: 100%;
}

.beacharena-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    padding: 30px 40px;
    background: #ffffff
}

.beacharena-sub {
    font-style: italic;
    color: #719f9a;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 18px;
}


.beacharena-head {
    font-size: 22px;
    color: #318b81;
}

.beacharena-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 0;
    padding-left: 20px;
    list-style: none;


}

.beacharena-list li {
    text-indent: -15px;
}

.beacharena-list li::before {

    content: '+';
    margin-right: 5px;
    color: #318B81;
    font-weight: 700;
}

.beacharena-btn {
    font-size: 16px;
    border-radius: 5px;
    background-color: #318b81;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    width: fit-content;
    text-align: center;
    border: 1px solid #318b81;
    margin-bottom: 10px;
    margin-top: 10px;
}

.beacharena-btn:hover {
    background-color: #ffffff;
    color: #318b81;
}



/*-------------------------------------------- Budapest Beach Arena vége --------------------------------------*/


/*-----------------------------------------Smart Fit------------------------------------*/

.smartfit-container {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.smartfit-container a {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #ffffff;
    text-decoration: none;
}

.smartfit-img {
    width: 45%;
}

.smartfit-img img {
    width: 100%;
}

.smartfit-wrapper {
    width: 55%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 20px 20px 40px;
    gap: 10px;
}

.smartfit-header {

    font-size: 18px;
    font-weight: 700;
    color: #318B81;
}

.smartfit-content {
    font-size: 16px;
    color: #333333;
}

/*-----------------------------------------Smart Fit------------------------------------*/




.text-half .button:hover {
    border: 1px solid #318B81;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    background: white;
    color: #318B81;
}

.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;

}

.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: 20px;
    text-align: center;

}

.list-item span {
    font-weight: 600;
}

.koszonjuk {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    color: #318B81;
}

.ebike-subtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #318b81;
    margin-bottom: 10px;
}

.ebike-btn {
    font-size: 16px;
    border-radius: 5px;
    background-color: #318b81;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-weight: 600;
    text-align: center;
    border: 1px solid #318b81;
    max-width: 95px;
    margin: 0 auto;
    margin-top: 25px;
}

.ebike-btn:hover {
    background-color: #D6E4E3;
    color: #318b81;
}





.normal-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 45px;
}

.normal-text.vitamin {
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
}

.normal-text.faultetes {
    margin-bottom: 25px;
    font-size: 18px;
    margin-top: 20px;
}

.normal-text.elmenysportok {
    margin-bottom: 0;
}




.handwritten-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 50px;
    color: #318b81;
    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: #318b81;
}




.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: #318b81;
}

.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: #318b81;
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px;
    font-style: italic;
    border-radius: 8px;
    margin-top: 30px;
}

.info-sav>a {
    text-decoration: underline;
    color: #318b81;
}

/*---------------------------------------------------media query--------------------------------------------------------------------------------*/
@media screen and (max-width:1250px) {
    .img-container h2 {
        font-size: 25px;
    }
}


@media screen and (max-width:1209px) {
    .half-head-lotus {
        font-size: 20px;
    }
}



@media screen and (max-width:1170px) {
    /*.list-item{
		font-size:13px;
    }*/


}

@media screen and (max-width:1160px) {
    .half-body {
        font-size: 15px;
    }
}

@media screen and (max-width:1132px) {
    .img-container-body {
        margin-top: 15px;
    }
}

@media screen and (max-width:1110px) {

    .multi-image-box .img-content {
        width: 100%;
    }

    .text-content.ajanlat-reverse {
        text-align: center;
    }


    .img-content-reverse img {
        max-width: 100%;
    }

    .info-sav {
        margin-left: 15px;
        margin-right: 15px;
    }

    .text-content.ajanlat {
        text-align: center;
    }

    .text-content-button.ajanlat {
        align-self: center;
        padding: 12px 40px;
    }

    .text-content-text.ajanlat-list {

        border-left: none;
        padding-left: 0;

    }

    .text-content-subhead {
        text-align: center;
    }


    .multibox-2-content {
        margin-top: -6px;
    }

    .multibox-2-text {
        margin-bottom: 20px;
    }

    .ps-fuszer-content {
        font-size: 38px;
    }

    .text-content .text-content-button {
        align-self: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .social-box-logos.moonshot {
        justify-content: center;
    }

    .social-box-logos.moonshot img {
        margin-left: 15px;
    }

    .moonshot-szept-container {
        background-position: center 235px, center center;
    }


    .forma-card-wrapper {
        width: 60%;
    }


    .smartfit-container a {
        flex-direction: column;
    }

    .smartfit-img {
        width: 100%;
    }

    .smartfit-wrapper {
        width: 100%;
        padding: 20px 25px 20px 25px;
        text-align: center;
    }

    .faultetes-img img {
        max-width: 100%;

    }

    .cedrus-services {

        flex-direction: column;

    }

    .cedrus-services-text {
        width: 100%;
        padding-left: 0;
    }

    .cedrus-services-list {
        width: 100%;
    }

    .multi-img {
        width: 52%;
    }

    .multi-content {
        padding-left: 2rem;
    }

    .multi-content h3 {
        margin-bottom: 10px;
    }

    .aycm-promo-img {
        width: 100%;
    }

    .aycm-text-content {
        width: 100%;
        text-align: center;
    }

    /*  .peakgym-container a {
        flex-direction: column;
    }*/

    .peakgym-img {
        flex: 1 1 auto;
    }

    .peakgym-content-wrapper {
        flex: 1 1 auto;

        padding: 20px 25px;
        text-align: center;
    }

    .peakgym-content {
        margin-left: 0;

    }

    .peakgym-content div {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .peakgym-placesWrap {
        justify-content: center;
        margin-top: 15px;
    }

    .peakgym-places {
        width: 30%;
    }

    .beacharena-content {
        width: 100%;
        padding: 30px;
    }

    .beacharena-link {
        width: 100%;
    }

    .beacharena-img {
        width: 100%;
    }

    .beacharena-btn {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .f45-content {
        width: 100%;
        padding: 40px;
    }

    .f45-img {
        width: 100%;
    }

    .f45-btn {
        margin: 0 auto;
        margin-top: 20px;
    }

    .ideabox-content {
        width: 100%;
    }

    .ideabox-img {
        width: 100%;
    }

    .ideabox-btn {
        margin: 0 auto;
        margin-top: 15px;
    }

    .veradas-container {
        flex-direction: column-reverse;
    }

    .veradas-content {
        width: 100%;
    }

    .veradas-img {
        width: 100%;
    }

    .sunbath-content {
        width: 100%;
    }

    .sunbath-img {
        width: 100%;
    }

    .squash-content {
        width: 100%;
        padding: 20px 30px;
    }

    .squash-img {
        width: 100%;
    }

    .squash-btn {
        margin: 0 auto;
        margin-top: 15px;
    }

    .spotify-img {
        width: 100%;
    }

    .spotify-content {
        width: 100%;
    }

    .spotify-btn {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .peakgym-link {
        width: 100%;
    }

    .trainersTip-teaser {
        -webkit-line-clamp: 6;
    }

    .trainersTip-text {
        -webkit-line-clamp: 4;
    }

    .uzzSportot-img {
        flex: 1 1 auto;
    }

    .aycmDance-img {
        flex: 1 1 auto;
    }

    .aycmDance-content {
        flex: 1 1 auto;
    }



    .aycmDance-btn {
        margin: 0 auto;
        margin-bottom: 20px;
    }

}

@media screen and (max-width:1100px) {
    .slide-head {
        font-size: 50px;
    }

    .nyeremenyjatek-box {
        flex-direction: column;
        align-items: center;
        padding: 40px;
    }

    .nyeremenyjatek-img {
        width: 40%;
    }

    .nyeremenyjatek-content-wrapper {
        margin-left: 0;
        text-align: center;
    }

    .nyeremenyjatek-text-head {
        margin-top: 15px;
    }

    .nyeremenyjatek-text-content {
        margin-top: 15px;
    }

    .nyeremenyjatek-text-link {
        margin-top: 15px;
    }

    .nyeremenyjatek-btn {
        margin: 0 auto;
        margin-top: 25px;
    }

    .half-box {
        flex-direction: column;
    }

    .img-half {
        width: 100%;
    }

    .text-half {
        width: calc(100% - 40px);
        padding-bottom: 30px;
    }

    .text-half-lotus {
        width: calc(100% - 40px);
        padding-bottom: 30px;
    }

    .half-head-lotus {
        font-size: 22px;
        padding: 20px 0;
    }

    .pff-btn {
        margin-top: 20px;
        align-self: center;
        margin-left: -20px;
    }

    .half-small-lotus {
        padding-top: 20px;
    }



    .text-content-button.dsauto {
        align-self: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-content .spotify-btn {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sound-animation {
        overflow: hidden;
    }

    .sound-animation .animation-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 140px;
        /* overflow: hidden; */

    }

    .sound-animation .animation-wrapper div {
        position: absolute;
        margin-top: -18%;
        height: 100%;
        width: 2%;
        border-radius: 20px;
        top: 82%;

    }

    .half-body {
        font-size: 16px;
    }

    .text-half-lotus.text-half-multisport {
        width: calc(100% - 40px);
        padding-bottom: 30px;
    }

    .img-half.img-multi {
        width: 100%;
    }

    .text-half div {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .half-small {
        margin-bottom: 20px !important;
    }

    .multi-image-box .img-content {
        width: 100%;
    }

    .multi-image-box .text-content {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .half-box-background {
        flex-direction: column;
    }

    .half-box-background .img-half {
        width: 100%;
    }

    .half-box-background .text-half {
        width: calc(100% - 60px);
        padding-left: 40px;
    }

    .half-box-background.spotify .img-half {
        width: 100%;
    }

    .half-box-background.spotify .text-half {
        width: calc(100% - 60px);
        padding-left: 40px;
    }

    .half-box-background .img-half.olimpia {
        width: 100%;
    }

    .half-box-background .text-half.olimpia {
        width: calc(100% - 60px);
        padding-left: 40px;
    }

    .half-box-background .text-half.evhonlapja {
        width: calc(100% - 60px);

    }

    .half-body.evhonlapja {
        margin-top: 0;
        font-size: 18px;
    }

    .evhonlapja-btn {
        align-self: center;
        margin-top: 15px;
    }

    .gravity-btn {
        align-self: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px;
        margin-left: -20px;
    }

    .ebike-btn {
        margin: 0 auto;
        margin-top: 25px;
    }

    /* .aycm-video{
        width: 40%;
    }*/


    .img-container-body {
        text-align: center;
    }


    .aprilis-img {
        width: 100%;
    }

    .aprilis-content {
        width: 100%;
        padding: 20px 30px;
    }

    .etikett-item {
        min-height: 85px;
    }

    .selfCheckIn-img {
        flex: 1 1 100%;
    }

    .selfCheckIn-content {
        flex: 1 1 100%
    }

    .divided-img {
        flex: 1 1 auto;
    }

    .divided-content {
        flex: 1 1 auto;
    }

    .divided-btn {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .szep-card-box {
        width: calc(100% - 40px);
    }

    .sbs-container {
        gap: 75px;
    }

    .sbs-wrapper {
        flex: 1 1 auto;
    }

}


@media screen and (max-width:1024px) {

    .multibox-1 {
        width: 52%;
    }

    .multibox-2 {
        width: 46%;
    }

    .multibox-2-content {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .multibox-2-list {
        font-size: 16px;
    }

    .winter-wrapper {
        width: 49%;
        margin-bottom: 20px;
    }

    .winter-img img {
        width: 30%;
    }




}







@media screen and (max-width:1000px) {
    .slide-head {
        font-size: 45px;
    }

}

@media screen and (max-width:950px) {
    .videos {
        display: block;
    }

    .video {
        width: 100%;
        margin-top: 20px;
    }

    .video iframe {}

    .sound-animation .animation-wrapper div {
        top: 66%;
    }

    .summer-bList-left {
        width: 100%;
    }

    .summer-bList-right {
        width: 100%;
    }
}

@media screen and (max-width:900px) {
    .main-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .img-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .slide-head {
        font-size: 40px;
    }

}

@media screen and (max-width:850px) {
    .img-text-absolute {
        margin-bottom: 30%;
    }

    .footer-text-box {
        flex-direction: column;
    }


    .multi-wrapper {
        justify-content: center;
        margin: 0;
    }

    .multi-content {
        margin-top: 20px;
        padding-left: 1rem;
        width: 100%;
    }

    .multi-img {
        width: 100%;
    }

    .multi-content h3 {
        text-align: center;
    }

    .multi-content p {
        text-align: center;
    }

    .multi-content a {
        margin: 0 auto;

    }

    .multi-linkek {
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media screen and (max-width:768px) {


    .img-content {
        width: 100%;
    }


    .terem {
        width: 100%;
    }

    .valentin-img {
        width: 35%;
    }

    .valentin-content {
        width: 65%;
        padding: 20px 40px;
    }


    .moonshot-szept-container {
        background-position: center 280px, center center;
    }


    .absolute-text {
        top: 100%
    }

    /*.aycm-video{
        width:calc(60% - 40px);
    }*/

    .social-box {
        width: calc(100% - 40px);
    }

    .ps-container {
        width: calc(100% - 40px);
    }

    .ps-recept-wrapper {
        flex-direction: column;
    }

    .ps-recept {
        width: 100%;
    }

    .ps-fuszer-wrapper {
        background-image: url(images/pumpkinspice-bg-730.jpg);
        height: 438px;
    }

    .ps-recept-title {
        font-size: 34px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .ps-fuszer-text {
        font-size: 18px;
    }


    .multibox-1 {
        width: 100%;
    }

    .multibox-2 {
        width: 100%;
        margin-top: 20px;
    }

    .fizeto-wrapper {
        width: 100%;
        min-height: auto;
        margin-bottom: 25px;
        box-shadow: 0 48px 48px -62px #bbc9c9;
    }

    .fizeto-img {
        width: 6%;
    }

    .forma-card-wrapper {
        width: 100%;
    }

    .szepcard-wrapper {
        justify-content: center;
    }

    .szepcard-content {
        width: 100%;
        padding-left: 1rem;
        margin-top: 20px;
        text-align: center;

    }

    .szepcard-content h3 {
        text-align: center;
        font-size: 23px;
    }

    .szepcard-content p {
        text-align: center;
    }

    .szepcard-content a {
        text-align: center;
    }

    .szepcard-img {
        width: 50%;
    }

    .peakgym-placesWrap {
        flex-direction: column;
        align-items: center;
    }

    .peakgym-places {
        width: 60%;
    }

    .trainersTip-teaser {
        -webkit-line-clamp: 8;
    }

}

@media screen and (max-width:750px) {
    .img-text-absolute {
        margin-bottom: 35%;
    }

    .slide-conent {
        width: 75%;
    }

    .img-long h2 {
        color: #318B81;
        font-size: 28px;
    }

    .sound-animation .animation-wrapper div {
        top: 52%;
    }

    .etikett-wrapper {
        flex: 1 1 100%;
    }




}


@media screen and (max-width:690px) {
    .text-content-button {
        /*align-self: center;*/
    }



    .text-content {
        padding-left: 20px;
    }

    .multibox-container {
        flex-direction: column;
    }

    .multibox-1,
    .multibox-2 {
        width: 100%;
    }

    .multibox-2 {
        margin-top: 20px;
    }

    .multibox-2-content {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .multibox-2-text {
        margin-bottom: 20px;
    }

    .multi-linkek {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .multi-content a {
        margin-top: 20px;
    }


    .valentin-container {
        flex-direction: column;
    }

    .valentin-img {
        width: 100%;
    }

    .valentin-content {
        width: 100%;
        text-align: center;
    }

    .valentin-box {
        flex-direction: column;
        margin: 0 auto;
        gap: 0;
    }

    .valentin-comment {
        margin-top: 5px;
    }

    .valentin-text {
        margin-bottom: 20px;
    }

    .trainersTip-btn {
        margin: 0 auto;
        margin-top: 10px;
    }

    .trainersTip-article {
        flex: 1 1 auto;
    }


}


@media screen and (max-width:650px) {
    .img-text-absolute {
        margin-bottom: 40%;
    }

    .row {
        flex-direction: column;
    }

    .img-desktop {
        display: none;

    }

    .img-mobile {
        display: flex;
        width: 100%;
    }

    .absolute-text {
        top: 108%
    }
}

@media screen and (max-width:550px) {


    .header-inner {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .header .header-inner div:nth-child(1) {
        margin-left: 0px;
    }

    .header .header-inner div:nth-child(3) {
        margin-right: 0px;
    }

    .magazin-head {
        margin: 10px 0px;
    }

    .ujdonsagok-container {
        background-image: url(images/ujak_bg_mobil.jpg);
    }

    .img-text-absolute {
        margin-bottom: 45%;
    }

    .absolute-text {
        padding: 25px;
    }

    .sound-animation .animation-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 94px;
        /* overflow: hidden; */

    }

    .sound-animation .animation-wrapper div {
        position: absolute;
        margin-top: -18%;
        height: 100%;
        width: 2%;
        border-radius: 20px;
        top: 40%;

    }

    .shape2023-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-inner {
        flex-direction: column;
    }

    .footer-text-box {
        margin: 10px 0px;
    }

    .footer-inner div:nth-child(1) {
        margin-left: 0px;
    }

    .footer-inner div:nth-child(3) {
        margin-right: 0px;
    }

    .footer-logo {
        margin-bottom: 5px;
    }

    .foot-social {
        margin-top: 5px;
    }

    .slide-conent {
        width: 100%;
    }

    .img-container .app-button {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }

    .img-container .app-button a {
        margin: 5px 0;
    }

    .bucketlist-infobox {
        width: 100%;
    }

    .summer-bList-left {
        padding: 30px;
    }

    .summer-bList-right {
        padding: 30px;
    }

    .szep-card-box {
        padding: 20px;
        justify-content: center;
    }

    .szep-card-box a {
        flex-direction: column;
        gap: 15px;
    }

    .szep-card-img {
        margin: 0 auto;
        width: 50%;
    }


}

@media screen and (max-width:478px) {




    .moonshot-szept-container {

        background-position: center 485px, center center;
    }

    .ms-img {
        width: 40%;
    }

    .ms-content {
        padding: 10px 25px;
    }

    .winter-wrapper {
        width: 100%;
    }

    .ps-fuszer-wrapper {
        background-image: url(images/pumpkinspice-bg-385.jpg);
        height: 438px;
        background-size: cover;
    }

    .ps-fuszer-content {
        font-size: 42px;
    }

    .ps-fuszer-text {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .terem-sub {
        margin-top: 25px;
    }

    .fizeto-img {
        width: 10%;
    }

    .fizeto-infobox {
        width: calc(100% - 40px);
    }

    .multibox-2-btn {
        margin-top: 0;
    }

    .peakgym-places {
        width: 100%;
    }

    .selfCheckIn-img iframe {
        height: 325px;
    }

}


@media screen and (max-width:463px) {
    .half-box .half-head {
        font-size: 32px;
    }

    .half-box .half-subhead {
        font-size: 20px;
    }

    .half-box .half-body {
        margin-bottom: 20px;
    }

    .half-head-lotus.half-head-multi {
        padding-left: 20px;
    }

    .half-body-lotus.half-body-multi {
        padding-left: 45px;
    }
}

@media screen and (max-width:450px) {

    .nyeremenyjatek-img {
        width: 100%;
    }

    .nyeremenyjatek-box {
        padding: 40px 20px;
    }

    .nyeremenyjatek-content-wrapper {
        width: 100%;
    }

    .img-text-absolute {
        margin-bottom: 45%;
    }

    .absolute-text {
        min-width: 305px;
        padding: 10px;
    }

    .moonshot-infowrapper {
        width: 100%;
    }

    .ps-fuszer-content {
        font-size: 35px;
    }


    .scrolling-words-container {
        flex-direction: column;
    }

    .forma-card-wrapper {
        margin-top: 35px;
    }

    .forma-rajz {
        top: -28px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .forma-header-box {
        min-height: 80px;
        margin-top: 92px;
    }

    .forma-header {
        margin-left: 0;
    }

    .sound-animation .animation-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 72px;
        /* overflow: hidden; */

    }

    .sound-animation .animation-wrapper div {
        position: absolute;
        margin-top: -18%;
        height: 100%;
        width: 2%;
        border-radius: 20px;
        top: 30%;

    }

    .flip {
        width: 100%;
    }

    .waberer-content {
        font-size: 16px;
    }

    .multi-content {
        padding-left: 1rem;
    }


    .multi-content p {
        font-size: 16px;
    }

    .multi-linkek {
        width: 100%;
    }


    .szepcard-content {

        text-align: left;

    }

    .szepcard-content h3 {
        text-align: left;
        font-size: 23px;
    }

    .szepcard-content p {
        text-align: left;
    }

    .szepcard-content a {
        text-align: left;
    }

    .szepcard-img {
        width: 80%;
    }

    /*.aycm-video{
        width:calc(100% - 40px);
    }*/


    .faultetes-highlighted {
        max-width: calc(100% - 40px);
        font-size: 16px;
        text-align: center;
    }


    .cedrus-text-end {
        text-align: center;
    }

    .multibox-2-list {
        padding: 0;
    }

}

@media screen and (max-width:425px) {
    .header-inner {
        flex-direction: column;
        align-items: center;
    }

    .header .header-inner div:nth-child(1) {
        margin-left: 0px;
    }

    .header .header-inner div:nth-child(3) {
        margin-right: 0px;
    }



    .magazin-head {
        margin: 10px 0px;
    }

    .uj-cim div:nth-child(1) {
        font-size: 24px;
    }

    .img-long h2 {
        color: #318B81;
        font-size: 24px;
    }

    .absolute-text {
        top: 115%;
    }

    .multibox-2-list {
        padding: 0;
    }

}

@media screen and (max-width:375px) {
    .slide-head {
        font-size: 34px;
    }

    .slide-text {
        font-size: 16px;
    }

    .img-long h2 {
        color: #318B81;
        font-size: 24px;
    }

    .moonshot-szept-container {
        background-position: center 445px, center center;
    }

    .moonshot-aug-header {
        font-size: 24px;
    }

    .ms-content.intro {
        font-size: 18px;
    }

    .ms-content {
        font-size: 16px;
    }

    .sound-animation .animation-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 54px;
        /* overflow: hidden; */

    }

    .sound-animation .animation-wrapper div {
        position: absolute;
        margin-top: -18%;
        height: 100%;
        width: 2%;
        border-radius: 20px;
        top: 12%;

    }

    .img-text-absolute {
        margin-bottom: 55%;
    }

    .absolute-text {
        min-width: 285px;
        top: 120%;
    }

    .absolute-text .absolute-text-header {
        font-size: 22px;
    }

    .absolute-text .absolute-text-content {
        font-size: 16px;
    }

    .csomagarak.ujak {
        padding-left: 10px;
        padding-right: 10px;
    }

    .infoProd {
        padding-top: 0;
    }

    .elmenysportok-wrapper {
        padding-bottom: 100px;
    }

    .szepcard-content h3 {
        text-align: left;
        font-size: 22px;
    }

    .szepcard-content p {
        text-align: left;
        font-size: 16px;
    }

    .szepcard-content a {
        text-align: left;
        font-size: 16px;

    }

    .szepcard-img {
        width: 85%;
    }

    .astronauts-wrapper {
        width: 50%;
    }

    .astronauts-wrapper img {
        width: 80%;
    }

    .faultetes-highlighted {

        font-size: 14px;

    }

    .multibox-2-btn {
        font-size: 14px;
    }

}

@media screen and (max-width:330px) {






    .text-head {
        font-size: 22px;
    }



    .moonshot-szept-container {
        background-position: center 420px, center center;
    }

    .ms-img {
        width: 50%;
        padding-top: 40px;
    }

    .ps-fuszer-content {
        font-size: 28px;
    }

    .ps-fuszer-text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ps-fuszer-wrapper {
        height: 380px;
    }

    .multibox-2-content {
        padding: 20px 20px;
        margin-bottom: 0;
    }

    .multibox-2-btn {
        font-size: 13px;
    }

    .moonshot-aug-header {
        font-size: 21px;
    }

    .ms-content.intro {
        font-size: 16px;
    }

    .ms-content {
        font-size: 15px;
    }

    .half-box-background .text-half {
        width: calc(100% - 45px);
        padding-left: 25px;
    }

    .half-head-lotus.half-head-multi {
        font-size: 18px;
    }

    .half-head.turbo {
        font-size: 24px;
    }

    .text-content-text.cim {
        font-size: 16px;
    }

    .half-box-background .text-half.evhonlapja {
        width: calc(100% - 45px);
        padding-left: 25px;
    }

    .elmenysportok-wrapper {
        padding-bottom: 125px;
    }


    .scrolling-words-content {
        color: #5f6368;
        font-size: 20px;
    }

    .fizeto-img {
        width: 15%;
    }

    .pff-btn {
        margin-left: 0;
    }

    .gravity-btn {
        margin-left: 0;
    }

    .csomagarak.ujak {
        margin-top: 220px;
    }

    .absolute-text {
        min-width: 230px;
        top: 125%;
    }

    .img-text-absolute {
        margin-bottom: 65%;
    }

    .absolute-text .absolute-text-header {
        font-size: 19px;
    }

    .absolute-text .absolute-text-content {
        font-size: 14px;
    }

    .absolute-text-link {
        font-size: 16px;
    }


    .gradient-list>li {
        padding: 1rem 2rem 1rem 4rem;
    }

    .csik-text {
        font-size: 22px;
    }

    .main-title-text {
        font-size: 22px;
    }
}