body,
html {
    margin: auto;
    padding: 0;
    width: 100%;
    min-height: 100%;
    background-color: black;
    overflow: hidden;
}

.page-wrapper {
    background-color: black;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 100%;
    width: 100%;
    margin: auto;
}

.page-wrapper-2 {
    background-color: black;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 80%;
    width: 80%;
    margin-top: -3%;
    margin-left: 12%;
}

.container {
    display: grid;
    width: 100%;
    height: 100%;
    max-height: 100vh !important;
    margin: 0 auto;
    top: 0px;
    /*
  grid-template-areas: "logo logo right-1 right-1 right-1 right-1" "focim focim right-arany right-arany right-arany right-arany" "nav nav right-3 right-3 right-3 right-3" "Facebook Facebook right-3 right-3 right-3 right-3" "footer-1-1 footer-1-2 footer-2-1 footer-2-2 footer-2-3 footer-2-4";
  rid-template-columns: 1fr 3.5fr 1.5fr 1.5fr 2fr 2.5fr;
  grid-template-rows: 1.3fr 4fr 1.5fr 1.5fr 1fr;
  */
    grid-template-areas: "logo  		logo 		right-1 	right-1 	right-1 	right-1" "focim 		focim 		focim 		focim		focim		focim" "nav   		nav 		right-3 	right-3 	right-3 	right-3" "Facebook 	Facebook 	right-3 	right-3 	right-3 	right-3" "footer-1-1 	footer-1-2 	footer-2-1 	footer-2-2 	footer-2-3 	footer-2-4";
    grid-template-columns: 9% 31% 12% 21% 14% 13%;
    grid-template-rows: 16% 27% 24% 17% 16%;
    /* background size: 2371x1333px 
  /* background-image: url('../img/weblap-hatter-03.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*.container>div {
  border: 1px dashed #888;
   }*/
}

.container .logo {
    grid-area: logo;
    justify-self: end;
    max-width: 100%;
    align-self: end;
}

.container .logo #logo {
    width: 9vw;
    margin-bottom: -2%;
}

.container .logo2 {
    display: none;
}

.container .right-1 {
    grid-area: right-1;
}

.container .right-1 #face2 {
    display: none;
}

.container .focim {
    position: relative;
    bottom: 3%;
    grid-area: focim;
    justify-self: end;
    align-self: center;
    margin: auto 0;
}

.container .focim #felirat {
    max-width: 30vw;
    padding: auto;
}


/* Uj background Peter - size: 2371x1333px */

.New-background {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
}

.New-background_FULL {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
}

.Peter-GG-AAA-box {
    position: absolute;
    grid-area: focim;
    width: 100%;
    height: 85%;
    margin-top: 1%;
    margin-left: 0%;
    background-repeat: no-repeat;
    animation: fadeInRight;
    animation-duration: 2s;
}


/*# felirat-AAA - felirat - Peter */

.felirat-AAA {
    position: absolute;
    grid-area: focim;
    width: 80%;
    height: 80%;
    margin-top: 0.8%;
    margin-left: 6%;
    animation: fadeInLeft;
    animation-duration: 3s;
}


/*# right-desktop - arc be jobbrol - Peter */

.Face-right-desktop {
    position: absolute;
    top: -40%;
    right: 13%;
    height: 180%;
    background-color: none;
    display: inline-block;
    margin: 0%;
    animation: fadeIn;
    animation-duration: 8s;
}

.spiral {
    position: absolute;
    top: -30%;
    left: 18%;
    width: 65%;
    background-color: none;
    display: inline-block;
    margin: 0%;
    animation: fadeIn;
    animation-duration: 4s;
}

.button {
    border: none;
    border-radius: 20px 0px 20px 0px;
    color: #666565;
    padding: 1.4vw 1.3vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2vh;
    margin: 2px 16px;
    cursor: pointer;
    background-color: black;
}

.button:hover {
    background-color: #242424;
    color: white;
}

.stuck {
    position: fixed;
    overflow-y: scroll;
}

.container .focim h1 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 4vw;
    text-align: right;
    text-align: center;
    font-weight: 100;
    letter-spacing: 3vh;
    line-height: 100%;
}

.container .focim2 {
    display: none;
}

.container #felirat3 {
    display: none;
}

.container .right-arany {
    grid-area: right-arany;
    background-repeat: no-repeat;
    background-size: cover;
}

.container .nav {
    grid-area: nav;
    display: block;
    justify-self: end;
    max-width: 100%;
    text-align: right;
    line-height: 1.2;
    font-size: 0.8vw;
    padding-top: 3%;
}

.container .nav .nav-link1 {
    display: block;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: black;
    margin-bottom: 7px;
}

.container .nav1 {
    display: none;
}

.container .nav-link2 {
    display: none;
}

.container .nav-link {
    font-family: Sk-Modernist, Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    color: white;
    font-size: 0.7vw;
}

.container .right-3 {
    grid-area: right-3;
}

.container .Facebook {
    grid-area: Facebook;
    justify-self: end;
    display: flex;
    margin-right: -1vw;
    max-width: 28vw;
    /*#bovebb {
                      font-family: Sk-Modernist, Tahoma, Geneva, Verdana, sans-serif;
                      font-size: 2vw;
                      text-align: right;
                      position: relative;
                      left: 28%;
                      top: 22%;
                      margin-right: 2%;
  }*/
}

.container .Facebook .Facebook_svg {
    align-self: center;
    width: 100%;
    margin-top: 0%;
}

.container .Facebook #Facebook_svg {
    align-self: center;
    width: 100%;
}

.container .Facebook #nyil {
    position: relative;
    top: 3%;
    align-items: center;
    justify-items: center;
}

.container #Facebook2 {
    display: none;
    width: 100%;
}

.container #footers {
    display: none;
}

.container .footer-1-1 {
    grid-area: footer-1-1;
    justify-self: center;
    align-self: center;
}

.container .footer-1-1 svg {
    width: 5vw;
}

.container .footer-1-2 {
    grid-area: footer-1-2;
    justify-self: center;
    align-self: center;
}

.container .footer-1-2 #kozmetikus {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    color: white;
    font-size: 0.7vw;
}

.container .footer-2-1 {
    grid-area: footer-2-1;
    justify-self: center;
    align-self: center;
}

.container .footer-2-2 {
    grid-area: footer-2-2;
    justify-self: center;
    align-self: center;
}

.container .footer-2-3 {
    grid-area: footer-2-3;
    justify-self: center;
    align-self: center;
}

.container .footer-2-4 {
    grid-area: footer-2-4;
    justify-self: center;
    color: #494949;
    align-self: center;
}

.container .footer-2-4 #domain {
    text-decoration: none;
    color: #73613F;
    font-size: 1.5vw;
    font-weight: 700;
}


/* -------------------------------------------------------------- 
/* = media screen and (max-szélesség: 3400px
-------------------------------------------------------------- */

@media screen and (max-width: 3400px) {
    html {
        width: 100%;
    }
    .container .logo #logo {
        width: 8vw;
        margin-bottom: -15%;
    }
    .container .Facebook #Facebook_svg {
        width: 48vh;
        margin-top: -4%;
        margin-right: -25%;
        margin-left: auto;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 1.0vw;
        line-height: 1.1;
        vertical-align: middle;
        padding-top: 0%;
    }
    .container .nav-link {
        font-size: 0.8vw;
    }
    .Face-right-desktop {
        top: -36%;
        right: 13%;
        height: 175%;
        margin: 0%;
    }
    .spiral {
        top: -15%;
        left: 2%;
        width: 90%;
    }
}


/* -------------------------------------------------------------- 
/* = media screen and (max-szélesség: 2200px)
-------------------------------------------------------------- */

@media screen and (max-width: 2200px) {
    .container .logo #logo {
        width: 11vw;
        margin-bottom: -10%;
    }
    .container .Facebook #Facebook_svg {
        width: 45vh;
        margin-top: 0%;
        margin-right: -25%;
        margin-left: auto;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 1.5vw;
        line-height: 1.1;
        vertical-align: middle;
        padding-top: 0%;
    }
    .container .nav-link {
        font-size: 0.8vw;
    }
    .Face-right-desktop {
        top: -30%;
        right: 5%;
        height: 160%;
        margin: 0%;
    }
    .spiral {
        top: -8%;
        left: -5%;
        width: 100%;
    }
}


/* -------------------------------------------------------------- 
/* = media screen and (max-szélesség: 1600px)
-------------------------------------------------------------- */

@media screen and (max-width: 1600px) {
    .container .logo #logo {
        width: 14vw;
        margin-bottom: 0%;
    }
    .container .Facebook #Facebook_svg {
        width: 45vh;
        margin-top: 0%;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 1.9vw;
        line-height: 1.2;
        vertical-align: middle;
        padding-top: 0%;
    }
    .container .nav-link {
        font-size: 0.8vw;
    }
    .Face-right-desktop {
        top: -25%;
        right: -4%;
        height: 155%;
        margin: 0%;
    }
    .spiral {
        top: 16%;
        left: -4%;
        right: -35%;
        width: 100%;
    }
}


/* -------------------------------------------------------------- 
/* = media screen max-magasság: 800px vagy max-szélesség: 1280 px
-------------------------------------------------------------- */

@media screen and (max-width: 1280px),
screen and (max-height: 800px) {
    .container .logo #logo {
        width: 14vw;
        margin-bottom: 0%;
    }
    .container .Facebook #Facebook_svg {
        width: 38vh;
        margin-top: 5%;
        margin-right: -25%;
        margin-left: auto;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 1.8vw;
        line-height: 1.1;
        vertical-align: middle;
        padding-top: 0%;
    }
    .container .nav-link {
        font-size: 0.9vw;
    }
    .Face-right-desktop {
        top: -30%;
        right: -4%;
        height: 160%;
        margin: 0%;
    }
    .spiral {
        top: 2%;
        left: -4%;
        right: -35%;
        width: 100%;
    }
    .page-wrapper {
        display: visible;
    }
}


/* -------------------------------------------------------------- 
/* = media screen max-szélesség: 912px + ha álló nézet
-------------------------------------------------------------- */

@media screen and (max-width: 912px),
screen and (orientation: portrait) {
    .container .logo #logo {
        width: 18vw;
        margin-bottom: 0%;
    }
    .container .Facebook #Facebook_svg {
        width: 45vh;
        margin-top: 1%;
        margin-right: -25%;
        margin-left: auto;
    }
    .container .nav {
        font-size: 2.7vw;
        line-height: 1.3;
        vertical-align: middle;
        padding-top: 0%;
    }
    .Face-right-desktop {
        top: -30%;
        right: -16%;
        height: 160%;
        margin: 0%;
    }
    .spiral {
        top: 22%;
        left: -4%;
        right: -35%;
        width: 100%;
    }
    .page-wrapper {
        display: none !important;
    }
}


/* -------------------------------------------------------------- 
/* = media screen max-szélesség: 820px + ha álló nézet
-------------------------------------------------------------- */

@media screen and (max-width: 820px),
screen and (orientation: portrait) {
    .container .logo #logo {
        width: 24vw;
        margin-bottom: 6%;
    }
    .container .Facebook #Facebook_svg {
        width: 40vh;
        margin-top: 0%;
        margin-right: -25%;
        margin-left: auto;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 3.7w;
        line-height: 1.5;
        vertical-align: middle;
        padding-top: 0%;
    }
    .container .nav-link {
        font-size: 1.1vw;
    }
    .Face-right-desktop {
        top: -12%;
        right: -32%;
        height: 125%;
        margin: 0%;
    }
    .spiral {
        top: 40%;
        left: -4%;
        width: 100%;
    }
    .page-wrapper {
        display: none !important;
    }
}


/* -------------------------------------------------------------- 
/* = media screen max-magasság: 540px  vagy max-szélesség 800px
-------------------------------------------------------------- */

@media screen and (max-width: 800px),
screen and (max-height: 540px) {
    .container .logo #logo {
        width: 14vw;
        margin-bottom: 0%;
    }
    .container .Facebook #Facebook_svg {
        width: 38vh;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 1.9vw;
        line-height: 1.1;
        vertical-align: middle;
        padding-top: 0%;
    }
    .container .nav-link {
        font-size: 1.1vw;
    }
    .Face-right-desktop {
        top: -32%;
        right: -13%;
        height: 165%;
        margin: 0%;
    }
    .page-wrapper {
        display: none !important;
    }
}


/* -------------------------------------------------------------- 
/* = media screen and max-magasság: 768px és álló kijelző
-------------------------------------------------------------- */

@media screen and (max-width: 768px) screen and (orientation: portrait) {
    .container .logo #logo {
        width: 22vw;
        margin-bottom: 6%;
    }
    .container .Facebook #Facebook_svg {
        width: 45vh;
        margin-top: 0%;
        margin-right: -20%;
        margin-left: auto;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 3.2vw;
        line-height: 1.3;
        vertical-align: middle;
        padding-top: 0%;
    }
    .container .nav-link {
        font-size: 1.1vw;
    }
    .Face-right-desktop {
        top: -32%;
        right: -52%;
        height: 165%;
        margin: 0%;
    }
    .page-wrapper {
        display: none !important;
    }
}


/* -------------------------------------------------------------- 
/* = media screen and max-magasság: 768px és min-szélesség 760 px között
-------------------------------------------------------------- */

@media screen and (max-width: 768px) and (min-width: 760px) {
    .container .logo #logo {
        width: 22vw;
        margin-bottom: 6%;
    }
    .container .Facebook #Facebook_svg {
        width: 40vh;
        margin-top: 0%;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 2.9vw;
        line-height: 1.3;
        vertical-align: middle;
        padding-top: 0%;
    }
    .container .nav-link {
        font-size: 1.1vw;
    }
    .Face-right-desktop {
        top: -18%;
        right: -25%;
        height: 130%;
        margin: 0%;
    }
    .spiral {
        top: 40%;
        left: -4%;
        width: 100%;
    }
    .page-wrapper {
        display: none !important;
    }
}


/* -------------------------------------------------------------- 
/* = media screen and max-szélesség: 720px és fekvő kijelző
-------------------------------------------------------------- */

@media screen and (max-width: 720px) screen and (orientation: landscape) {
    .container .logo #logo {
        width: 14vw;
        margin-bottom: -5%;
    }
    .container .Facebook #Facebook_svg {
        width: 35vh;
        margin-top: 2%;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 1.9vw;
        line-height: 1.1;
        vertical-align: middle;
        padding-top: 0%;
    }
    .container .nav-link {
        font-size: 1.1vw;
    }
    .Face-right-desktop {
        top: -30%;
        right: 1%;
        height: 155%;
        margin: 0%;
    }
    .spiral {
        top: 5%;
        left: -4%;
        width: 100%;
    }
    .page-wrapper {
        display: visible;
    }
}


/* -------------------------------------------------------------- 
/* = media screen max-magasság: 450px  vagy max-szélesség 700 px
-------------------------------------------------------------- */

@media screen and (max-width: 700px),
screen and (max-height: 450px) {
    .container .logo #logo {
        width: 10vw;
        margin-bottom: -10%;
    }
    .container .Facebook {
        grid-area: right-3;
        justify-self: start;
        max-width: 50%;
        margin-left: -18%;
    }
    .container .Facebook #Facebook_svg {
        width: 76%;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 2.1vw;
        line-height: 1.1;
        vertical-align: middle;
        padding-top: 2%;
    }
    .container .nav-link {
        font-size: 1.1vw;
    }
    .Face-right-desktop {
        top: -35%;
        right: -6%;
        height: 175%;
        margin: 0%;
    }
    .spiral {
        top: -20%;
        left: -4%;
        right: -35%;
        width: 100%;
    }
    .page-wrapper {
        display: none !important;
    }
}


/* -------------------------------------------------------------- 
/* = media screen max-magasság: 394px vagy max-szélesség 670 px 
-------------------------------------------------------------- */

@media screen and (max-width: 670px),
screen and (max-height: 394px) {
    .container .logo #logo {
        width: 10vw;
        margin-bottom: -12%;
    }
    .container .Facebook {
        grid-area: right-3;
        justify-self: start;
        max-width: 50%;
        margin-left: -13%;
    }
    .container .Facebook #Facebook_svg {
        width: 85%;
    }
    .felirat-AAA {
        margin-top: 1%;
    }
    .container .nav {
        font-size: 1.9vw;
        line-height: 1.1;
        vertical-align: middle;
        padding-top: 2%;
    }
    .container .nav-link {
        font-size: 1.1vw;
    }
    .Face-right-desktop {
        top: -30%;
        right: -10%;
        height: 160%;
        margin: 0%;
    }
    .page-wrapper {
        display: none !important;
    }
}


/* -------------------------------------------------------------- 
/* = media screen max-magasság 280px vagy max-szélességig 654px 
-------------------------------------------------------------- */

@media screen and (max-width: 654px),
screen and (max-height: 280px) {
    .container .logo #logo {
        width: 10vw;
    }
    .container .Facebook {
        grid-area: right-3;
        justify-self: start;
        max-width: 50%;
        margin-left: -15%;
    }
    .container .nav {
        font-size: 1.8vw;
        line-height: 1.0;
        vertical-align: middle;
        padding-top: 5%;
    }
    .container .nav-link {
        font-size: 1.2vw;
    }
    .page-wrapper {
        display: none !important;
    }
}


/* -------------------------------------------------------------- 
/* = media screen and (max-szélesség: 540px) - MOBIL NÉZET - álló
-------------------------------------------------------------- */

@media screen and (max-width: 540px) {
    html {
        width: 100%;
    }
    body {
        margin: 0;
        overflow: auto;
        max-width: 100%;
    }
    .page-wrapper {
        display: none !important;
    }
    .container {
        /* background size: 469x712px */
        background-image: url(/img/AgnesArtAesthetic_landing-page_background_iphone.png);
        max-height: 1618px;
        max-width: 100%;
        min-width: 24em;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 3fr;
        margin: 0;
        padding: 0;
        overflow: auto;
    }
    .container .logo {
        display: none;
    }
    .container .logo2 {
        display: unset;
        grid-area: 1/1/1/1;
        justify-self: start;
        align-self: center;
        margin-left: 11vw;
        margin-top: 21%;
        margin-bottom: 21%;
    }
    .container .logo2 #logo2 {
        align-items: center;
        width: 32vw;
    }
    /* PETER + elemek ELEJE */
    .New-background {
        display: none;
    }
    .New-background_FULL {
        display: none;
    }
    .Peter-GG-AAA-box {
        display: none;
    }
    .felirat-AAA {
        display: none;
    }
    .Face-right-desktop {
        display: none;
    }
    /* PETER + elemek vége */
    .focim {
        display: none;
    }
    .focim2 {
        display: grid !important;
        grid-area: 2/1/2/3 !important;
        background-color: rgba(152, 124, 66, 0.4);
        min-width: 100%;
        justify-self: start;
        align-self: center;
        margin: auto;
        z-index: 1;
    }
    .focim2 #felirat2 {
        font-family: "Roboto", Tahoma, Geneva, Verdana, sans-serif;
        font-size: 12vw;
        text-align: left;
        font-weight: 100;
        letter-spacing: 0.5vh;
        color: white;
        margin-left: 11vw;
    }
    .right-1 {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        grid-area: 1/1/7/3 !important;
        margin-top: 0;
    }
    .right-1 #face2 {
        display: grid !important;
        width: 100%;
    }
    .nav {
        display: none !important;
    }
    .nav .nav-link1 {
        display: none !important;
    }
    .nav1 {
        display: unset !important;
        grid-area: 3/1/3/3 !important;
        justify-self: start;
        align-self: start;
        width: 100%;
        margin-top: 14%;
    }
    .nav1 .nav-link1 {
        display: block;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        line-height: 5;
        font-size: 5vw;
        text-decoration: none;
        color: black;
        margin-left: 11vw;
        line-height: 1;
    }
    .right-3 {
        display: none;
    }
    .Facebook {
        display: none !important;
    }
    #Facebook2 {
        display: unset !important;
        grid-area: 4/1/4/3 !important;
        justify-self: center;
        align-self: start;
        margin-top: -16%;
        z-index: 1;
    }
    #Facebook2 #facebook3 {
        width: 100%;
        padding-top: 25%;
    }
    .right-arany {
        display: none;
    }
    #footers {
        grid-area: 5/1/6/3 !important;
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(5, 1fr);
        justify-self: center;
        background-color: black;
        width: 78%;
        margin-top: -11%;
        padding-top: 22%;
        padding-left: 20%;
        padding-right: 2%;
    }
    #footers .nav-link {
        font-size: 2.5vw;
        color: #A2A2A2;
    }
    #footers .footer-1 {
        grid-area: 1/1/1/1;
        text-decoration: none;
        color: #A2A2A2;
    }
    #footers .footer-2 {
        grid-area: 1/2/1/5;
        text-decoration: none;
        color: #A2A2A2;
    }
    #footers .footer-2 #kozmetikus {
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        text-decoration: none;
        color: #A2A2A2;
        font-size: 2vw;
        font-family: Sk-Modernist, Tahoma, Geneva, Verdana, sans-serif;
    }
    #footers .footer-3 #kozmetikus {
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        text-decoration: none;
        color: #A2A2A2;
        font-size: 2vw;
        font-family: Sk-Modernist, Tahoma, Geneva, Verdana, sans-serif;
    }
    #footers .footer-2 .nav-link2 {
        text-decoration: none;
        color: #A2A2A2;
        font-size: 4vw;
        font-family: Sk-Modernist, Tahoma, Geneva, Verdana, sans-serif;
    }
    #footers .footer-3 {
        grid-area: 2/2/2/5;
    }
    #footers .footer-3 .nav-link2 {
        text-decoration: none;
        color: #A2A2A2;
        font-size: 4vw;
        font-family: Sk-Modernist, Tahoma, Geneva, Verdana, sans-serif;
    }
    #footers .footer-4 {
        grid-area: 3/2/3/5;
        text-decoration: none;
        color: #A2A2A2;
        font-family: Sk-Modernist, Tahoma, Geneva, Verdana, sans-serif;
    }
    #footers .footer-4 .nav-link2 {
        text-decoration: none;
        color: #A2A2A2;
        font-size: 4vw;
        font-family: Sk-Modernist, Tahoma, Geneva, Verdana, sans-serif;
    }
    #footers .footer-5 {
        grid-area: 4/2/4/5;
        text-decoration: none;
        color: #A2A2A2;
    }
    #footers .footer-5 .nav-link {
        font-size: 3.2vw;
        color: #A2A2A2;
        font-family: Sk-Modernist, Tahoma, Geneva, Verdana, sans-serif;
    }
    #footers .footer-6 {
        grid-area: 5/2/5/5;
    }
    #footers .footer-6 #domain {
        text-decoration: none;
        color: #73613F;
        font-size: 5vw;
        font-weight: 700;
        font-family: Sk-Modernist, Tahoma, Geneva, Verdana, sans-serif;
    }
    .footer-1-1 {
        display: none;
        justify-self: center;
        align-self: center;
    }
    .footer-1-1 svg {
        width: 5vw;
    }
    .footer-1-2 {
        display: none;
        justify-self: center;
        align-self: center;
    }
    .footer-1-2 #kozmetikus {
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        text-decoration: none;
        color: white;
        font-size: 0.5vw;
    }
    .footer-2-1 {
        display: none !important;
        justify-self: center;
        align-self: center;
    }
    .footer-2-2 {
        display: none !important;
        justify-self: center;
        align-self: center;
    }
    .footer-2-3 {
        display: none !important;
        justify-self: center;
        align-self: center;
    }
    .footer-2-4 {
        display: none !important;
        justify-self: center;
        color: #494949;
        align-self: center;
    }
    .footer-2-4 #domain {
        text-decoration: none;
        color: #73613F;
        font-size: 1.3vw;
        font-weight: 700;
    }
}


/*# sourceMappingURL=style.css.map */