#nav-links a:nth-child(4) {
    font-weight: 700;
}


#footer-links a:nth-child(4) {
    font-weight: 700;
}


.dynamicForm {
    display: none;
}



#form-and-contact-infos {
    display: flex;
    flex-direction: row;
    width: 95%;
}

.form {
    width: calc(40%);
    margin: 0 10% 0 5%;
    justify-content: baseline;
}


@media screen and (orientation:portrait) {

#form-and-contact-infos {
    flex-direction: column;
}


.form {
    width: calc(95% - 1.6rem);
    margin: 0;
    padding: 0.8rem;
    
}

}






form {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}



#contact-infos {
    display: flex;
    flex-direction: column;
}


#contact-infos iframe {
    width: 100%;
}


#contact-infos h1 {

color: var(--text-color);
font-family: Inter;
font-size: 2.3125rem;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 2.775rem */

}


#contact-infos h2 {

    color: var(--text-color);
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 1.35rem */
    
    }



#contact-infos a {

    color: var(--text-color);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 1.2rem */
    text-decoration: none;
    margin-bottom: 0.5rem;
    
}


#contact-infos a svg {
     transform: translateY(0.2rem);
}
        


.adatkezelesi-tajekoztato {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: baseline;
}


input[type="checkbox"] {
    width: fit-content;
}