.hatteres {
    width: 100%;
    min-height: calc(100vh - 5rem - 6rem);
    height: auto;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: calc(90%) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
}



.hatteres h1 {
    color: #00c2ff;
    text-transform: uppercase;
    font-size: 3.5rem;
    width: 90%;
    text-align: center;
}



.hatteres h1:nth-child(even) {
    margin-top: 3rem;
}



@media screen and (orientation:portrait) {

    .hatteres {

        min-height: calc(100vh - 5rem - 6rem);
        height: auto;

        background-size: contain !important;
        justify-content: space-between;

        margin-bottom: 3rem;
    }
    
    
    .hatteres h1 {
        font-size: 1.8rem;

    }

}




#lista {
    width: 100%;
    background: rgb(0,194,255);
    background: linear-gradient(90deg, #00c2ff 0%, rgba(0,97,128,1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 1rem 0;

} 



.sor {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;


    
}

.sor:nth-child(even) {
    flex-direction: row-reverse;
}

.sor div {
    width: 35%;
}



.sor h1 {
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-size: 4.5rem;
    margin-bottom: 0;
    
}


.sor p {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 1rem;
}

.sor img {
    width: 50%;
}


@media screen and (orientation:portrait) {
    
    #lista {
        width: 100%;
    }
    
    .sor {
        flex-direction: column !important;
        width: 100%;
    }

    .sor div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    
    .sor h1 {
        width: 90%;
        font-size: 2.5rem;

        text-align: center;
        
    }
    
    
    .sor p {
        font-size: 1.2rem;
        width: 90%;

    }
    
    .sor img {
        width: 80%;
    }
    

}

#hatter span {
    font-size: 2rem;
    line-height: 2.5rem;
}


#motto {
    width: 100%;
    height: 100vh;
    margin-top: -10%;
    z-index: -1;
    position: relative;
}


#size {
    height: 2.5rem;
}

#hatter {
    overflow: hidden;
    position: absolute;
    top: 0;
    margin-left: 2rem;
}

#motto-szoveg {
    width: calc(100% - 2rem);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00c2ff;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    position: absolute;
    padding: 0 1rem;

}


#filter {
    width: 100%;
    height: 150%;
    position: absolute;
    background-color: rgb(255, 255, 255, 0.8);
    
}



.darkblue {
    color: #003c5a;
}


.blue {
    color: rgb(0, 0, 255);
}


.yellow {
    color: #ffca43;
}


.darkyellow {
    color: #f39600;
}

.white {
    color: red;
}


.purple {
    color: #60008d;
}


.orange {
    color: #CE723C;
}


.lightgreen {
    color: #71ffa3;
}


.green {
    color: #47C971;
}


.vividblue {
    color: #00bbff;
}



@media screen and (orientation:portrait) {
    #size {
        height: 1.2rem;
    }

    #hatter {

        margin-left: 1rem;
    }
    


    #hatter span {
        font-size: 1rem;
        line-height: 1.2rem;
    }


    #motto {
        height: 60vh;
        margin-top: -10%;


    }

    #motto-szoveg {
        font-weight: bold;
        font-size: 2rem;

    
    }
    

}


@media screen and (orientation:landscape) and (min-width: 2000px)  {
    #size {
        height: 3rem;
    }

    #hatter span {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    #hatter {

        margin-left: 10%;
    }
    

}

@media screen and (orientation:landscape) and (min-width: 2000px)  {
    #size {
        height: 3.5rem;
    }

    #hatter span {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    #hatter {

        margin-left: 10%;
    }
    


}

#kapcsolat {
    width: 90%;
    position: relative;
    max-width: 1920px;

}



#kapcsolat h1 {
    color: #00c2ff;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    margin-left: 7%;
    margin-bottom: 1rem;
}

#kapcsolat a {
    color: white;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 500;
    width: fit-content;
    margin-bottom: 1rem;
    background-color: #00c2ff;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 3rem;
    transition: 0.3s ease-in;
    scale: 1;
    position: absolute;
    bottom: 25%;
    right: 15%;
}

#kapcsolat a:hover {
    scale: 1.02;
    transition: 0.3s ease-in;
}


#kapcsolat-gomb {
    width: 80%;
    margin-bottom: 5rem;
}

#kapcsolat-gomb-mobil {
    display: none;
}

@media screen and (orientation:portrait) {
    
    #kapcsolat {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    
    #kapcsolat-gomb {
        display: none;
        
    }
    

    #kapcsolat-gomb-mobil {
        display: block;
        width: 100%;
    }

    #kapcsolat h1 {
        color: #00c2ff;
        text-transform: uppercase;
        font-size: 2rem;
        font-weight: 500;
        text-align: center;
        width: fit-content;
        margin-left: 0%;
        margin-bottom: 1rem;
    }
    
    #kapcsolat a {
        color: white;
        text-transform: uppercase;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 1rem;
        background-color: #00c2ff;
        margin-top: 1rem;
        bottom: auto;
        right: auto;

        padding: 0.5rem 1.5rem;
        border-radius: 3rem;


        position: relative !important;

    }
    
}

