@import url('https://fonts.googleapis.com/css?family=Work+Sans:100&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
*{
    font-family: 'Lato', sans-serif;
}
/*============================================================================================================================= */

.container {
    animation: transitionIn 4s;
}

@keyframes transitionIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.container {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../kepek/kapcsolat2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

.arak {
    /*border: 1px solid red;*/
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 90%;
    text-align: justify;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 200;
}


.egyeni,
.vienna {
    font-size: 3em;
    margin-top: 40px;
    font-weight: 700;
    color:  #f5793b;
    padding: 0px;
    text-shadow: 2px 2px 4px #000; 
    letter-spacing: 2px;
}

.alkalom,
.forint {
    font-weight: 300;
    color: #ffffff;
    font-size: 1.5em;
    text-shadow: 2px 2px 4px #000; 
}

.mivel,
.csapat,
.amennyiben {
    color: #ffffff;
    font-size: 1.5em;
    margin-top: 60px;
    text-shadow: 2px 2px 4px #000; 
    font-weight: 400;
}



.input:checked~nav {
    width: 31%;
}

.input:checked~.arak {
    opacity: 0.2;
}

.label {
    left: 21%;
    top: 2%;
}