#lang-cont-cim {
  transition: opacity 0.25s ease;
  display: none !important;
}
.lablec .size-64 .mod-custom img {
    display: none;
}
body#nyelvvalaszto .g-logo img {
    max-width: 135px;
}
.nyelv-image {
    background-image: url(/images/kellekek/csillag_front-back.webp);
    background-size: contain;
    background-position: top center;
}
.szemek {
    display: flex;
    position: absolute;
    top: 192px;
    left: 160px;
    gap: 39px;
    z-index: 2;
}
.nyelv-image img {
    position: relative;
    z-index: 3;
}
.nyelv-image {
    max-width: 480px;
    position: relative;
    margin-right: -8rem;
    margin-left: -8rem;
}
.szemek .szem {
    position: relative;
    width: 67px;
    height: 79px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.2), inset 0 0 15px #857055, inset 0 0 25px #cda879;
    overflow: hidden;
}
.szemek .szem .pupilla {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 49px;
    height: 55px;
    border-radius: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    transition: none;
    background-size: contain;
    background-repeat: no-repeat;
}
.szemek .szem:first-child .pupilla {
    background-image: url(/images/kellekek/pupilla.webp);
}
.szemek .szem:nth-child(2) .pupilla {
    background-image: url(/images/kellekek/pupilla2.webp);
}
html {
    background: linear-gradient(181deg, #85C1CC 33.86%, #A7D2DA 65.54%, #C4E1E6 93.49%, #E6F0F2 109.02%) !important;
    height: auto;
}
body#nyelvvalaszto, body#nyelvvalaszto #g-page-surround {
    box-shadow: none;
}
body#nyelvvalaszto .logo-doboz .g-content {
    display: flex;
    justify-content: center;
}
.nyelvvalaszto-mod {
    padding-top: 4rem;
}
.nyelvek-mod {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
h1 {
    font-family: "DynaPuff";
    font-weight: 700;
    font-size: 94px;
    line-height: 1;
    color: white !important;
    text-align: center;
}
section#g-container-main {
    background: url(/images/kellekek/felhok.webp);
    background-repeat: no-repeat;
    background-size: 93rem;
    background-position: center 16rem;
}
/*.nyelv-image:before {
    content: "";
    background: url(/images/kellekek/sotetkek-korok.webp);
    position: absolute;
    left: -10rem;
    top: 12rem;
    width: 500px;
    height: 500px;
    background-size: contain;
    opacity: 0.4;
    background-repeat: no-repeat;
}
.nyelv-image:after {
    content: "";
    background: url(/images/kellekek/sotetkek-korok.webp);
    position: absolute;
    left: 15rem;
    top: 1rem;
    width: 400px;
    height: 400px;
    background-size: contain;
    z-index: 1;
    opacity: 0.4;
    background-repeat: no-repeat;	
}*/
.felho-2.landing-felho:after {
    width: 12rem;
    height: 8rem;
    left: calc(50% + 9rem);
    z-index: 4;
    bottom: -8rem;
}
.felho-1.landing-felho {
    width: 338px;
    height: 232px;
    bottom: -5rem;
    right: calc(50% + 2rem);
    z-index: 4;
}
span.dolt {
    transform: rotate(-2deg);
    display: block;
    font-size: 4rem;
    color: #FDC927;
}
p.buttons {
    margin-bottom: 0;
}
h2 {
    margin-bottom: 0;
}
h2:after {
    content: "";
    display: block;
    width: 198px;
    position: relative;
    height: 14px;
    background: url(/images/kellekek/hullamvonal-kek.webp);
    background-size: 670px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
	margin-bottom: 0.5rem;
}
a.lang-button:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;
}
a.lang-button {
    max-width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0 19px 1px #9f9f9f5c;
    border-radius: 32px;
    transition: all 0.5s ease;
}
p {
    margin-top: 0.5rem;
}
.lang-cont:nth-child(3) {
    background-image: url(/images/kellekek/felho-hatter-2.webp) !important;
}
.lang-cont {
    background: url(/images/kellekek/felho-hatter.webp);
    width: 437px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 4rem 3rem 3rem 2rem;
    min-height: 20rem;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
}
@media only all and (min-width: 51rem) and (max-width: 74.99rem) {
.is-safari .szemek {
	top: 93px;
	left: 78px;
	gap: 21px;
}
.is-safari .szemek .szem {
    width: 33px;
    height: 43px;
}
.is-safari .szemek .szem .pupilla {
    width: 24px;
    height: 28px;
}
section#g-container-main {
    background-size: 60rem;
    background-position: center 14rem;
}	
.felho-2.landing-felho:after {
    left: calc(50% + 4rem);
    bottom: -4rem;
}	
.felho-1.landing-felho {
    width: 273px;
    height: 183px;
    bottom: -7rem;
    right: calc(50% + 2rem);
}
h2 {
    font-size: 1.5rem;
}
h1 {
    font-size: 66px;
}
span.dolt {
    font-size: 3.5rem;
}
.nyelv-image {
    max-width: 336px;
    margin-right: -4rem;
    margin-left: -4rem;
}
h2:after {
    width: 115px;
    margin-bottom: 0;
    margin-top: 7px;
}
a.lang-button {
    max-width: 48px;
}
.lang-cont {
    width: 437px;
    padding: 0rem 2rem 0rem 2rem;
    min-height: 13rem;
}
.szemek {
    top: 136px;
    left: 111px;
    gap: 25px;
}
.szemek .szem {
    width: 49px;
    height: 54px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2), inset 0 0 11px #857055, inset 0 0 7px #cda879;
}
.szemek .szem .pupilla {
    width: 32px;
    height: 37px;
}
.nyelv-image:before {
    left: -10rem;
    top: 9rem;
    width: 400px;
    height: 400px;
}
.nyelv-image:after {
    left: 11rem;
    top: -1rem;
    width: 300px;
    height: 300px;
}
.nyelvvalaszto-mod {
    padding-top: 2rem;
}
}


@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
.nyelvvalaszto-mod {
    padding-top: 1rem;
}	
section#g-container-main {
    background-size: 31rem;
    background-position: center 20rem;
}	
.nyelv-image:before {
    left: -5rem;
    top: 6rem;
    width: 259px;
    height: 259px;
}
.nyelv-image:after {
    left: 6rem;
    top: -1rem;
    width: 200px;
    height: 200px;
}
.lang-cont {
    padding: 2.5rem 2rem 2rem 2rem;
    min-height: unset;
    width: 100%;
    position: relative;
    z-index: 4;
}
h2:after {
    width: 90px;
    margin-top: 6px;
    margin-bottom: 0;
    background-size: 526px;
}
p.buttons {
    margin-top: 0;
}
.nyelv-image {
    max-width: 205px;
    grid-area: kep;
    margin: 0;
    margin-bottom: -5rem;
}
h2 {
    font-size: 1.3rem;
}
h1 {
    font-size: 44px;
}
span.dolt {
    font-size: 2.5rem;
}
.lang-cont:first-child {
    grid-area: nyelv1;
}
.lang-cont:last-child {
    grid-area: nyelv2;
}
.szemek {
    top: 82px;
    left: 67px;
    gap: 18px;
}
.szemek .szem {
    width: 29px;
    height: 34px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2), inset 0 0 11px #857055, inset 0 0 7px #cda879;
}
.szemek .szem .pupilla {
    width: 20px;
    height: 23px;
}
.nyelvek-mod {
    display: grid;
    grid-template-areas: 'kep kep'
        'nyelv1 nyelv2';
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    column-gap: 2rem;
}
a.lang-button {
    max-width: 39px;
}
.felho-1.landing-felho {
    width: 126px;
    height: 90px;
    bottom: 13rem;
    right: calc(50% + 4rem);
    left: unset;
}
.felho-2.landing-felho:after {
    width: 7rem;
    height: 5rem;
    left: calc(50% + 4rem);
    bottom: -3rem;
}
}
@media only all and (max-width: 30rem) {
.nyelvvalaszto-mod {
    padding-top: 1rem;
}	
section#g-container-main {
	background: none;
}
.nyelvek-mod {
    background: url(/images/kellekek/felhok-mobil.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
html {
    background: #85c1cc !important;
}
a {
    color: #fff;
}
body#nyelvvalaszto, body#nyelvvalaszto #g-page-surround {
    min-width: 257px;
}
.nyelvvalaszto-mod {
    padding-top: 1rem;
}
.nyelv-image:before {
    left: -4rem;
    top: 6rem;
    width: 207px;
    height: 207px;
}
.nyelv-image:after {
    left: 7rem;
    top: 0rem;
    width: 161px;
    height: 161px;
}
.lang-cont, .lang-cont:nth-child(3), .lang-cont:first-child {
    padding: 0;
    min-height: unset;
    width: 100%;
    position: relative;
    z-index: 4;
    background-image: none !important;
}
h2:after {
    width: 90px;
    margin-top: 6px;
    margin-bottom: 0;
    background-size: 526px;
}
p.buttons {
    margin-top: 0;
}
.nyelv-image {
    max-width: 205px;
    grid-area: kep;
    margin: 0;
}
section#g-mainbody {
    padding-bottom: 0;
}
h2 {
    font-size: 1.3rem;
}
h1 {
    font-size: 44px;
}
span.dolt {
    font-size: 2.5rem;
}
.szemek {
    top: 82px;
    left: 67px;
    gap: 18px;
}
.szemek .szem {
    width: 29px;
    height: 34px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2), inset 0 0 11px #857055, inset 0 0 7px #cda879;
}
.szemek .szem .pupilla {
    width: 20px;
    height: 23px;
}
.nyelvek-mod {
    display: grid;
    grid-template-areas: 'kep kep'
        'nyelv1 nyelv2';
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    column-gap: 0.5rem;
}
a.lang-button {
    max-width: 39px;
}
.felho-1.landing-felho {
    width: 126px;
    height: 90px;
    bottom: 13rem;
    right: calc(50% + 4rem);
    left: unset;
}
.felho-2.landing-felho:after {
    width: 7rem;
    height: 5rem;
    left: calc(50% + 4rem);
    bottom: -3rem;
}
}


