* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.no-link {
    text-decoration: none;
    color: black;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    min-height: 100vh;
}

main>div {
    width: fit-content;
}

body {
    position: relative;
}

.multiMedia-container {
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
    max-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    margin-top: 70px;
}

.mainPadd {
    padding-top: 75px;
}

.hlavniText {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 20px;
    text-align: center;
}

.poloText {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 20px;
    text-align: center;
}

.text {
    font-size: 20px;
    font-weight: 400;
    margin: 0 20px 20px 20px;
    white-space: pre-wrap;
    text-align: justify; 
    max-width: 800px;
}

.centredText {
    text-align: center;
}

/*---------- CLASSIC PAGE ----------*/
.mainImg {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .mainImg {
        transform: scale(1.3);
    }
    
}

.imgText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: min(8vw, 80px);
    font-weight: 700;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 30px;
    -webkit-text-stroke: 1px white;
    color: #000;
    color: rgba(0, 0, 0, 0.5);
}



/*---------- HEADER ----------*/
/* main {
        scroll-behavior: smooth;
    } */

.header {
    position: fixed;
    /* display: flex;
    justify-content: space-between; */

    width: 100%;
    z-index: 20;
    height: 70px;
    /* padding-inline: 5px; */
}

.headerContainer {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px 10px 7px;
    background-color: #202020;
    transition: background-color 0.3s ease;
}

.headerMobileLayout {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    justify-content: flex-end;
}

.jmenoSkupiny {
    margin-left: 70px;
    text-align: right;
    color: white;
}

.headerContent {
    display: none;
    justify-content: flex-end;
    gap: 27px;
}

.headerContent>a {
    color: white;

}

/* .headerLink {
    color: white;
} */

.headerText {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.headerLink:hover {
    color: rgb(255, 56, 56);
}

.logo {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 22vw;
    min-width: 70px;
    max-width: 75px;
    height: 100px;
}

.logoMobileMenu {
    max-width: 100px;
}

.logo img,
.logoMobileMenu img {
    width: 100%;
}

.menu {
    height: 35px;
    filter: invert(1);
}

/* .paddTop {
    padding-top: 8px;
} */

.mobileMenuContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1;
    flex-direction: column;
    z-index: 21;
}

.logoJmeno {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    color: black;
}

.mobileMenuWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    gap: 8px;
}

.mobileMenuWrapper>a {
    color: black;
}

@media screen and (min-width: 900px) {
    .headerMobileLayout {
        display: none;
    }

    .headerContent {
        display: flex;
    }

    .headerLink {
        font-size: 21px;
        height: auto;
    }

    .logo {
        max-width: 110px;
    }
}

@media screen and (min-width: 1100px) {
    .headerLink {
        font-size: 24px;
    }
}


/*---------- FOOTER ----------*/
footer {
    width: 100%;
    position: relative;
    background-color: #202020;
    color: white;
    bottom: 0;
    left: 0;
}

.container {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}

.kontaktText {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    text-align: center;
}

.socialsContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.socialsContainer>a>img {
    width: 30px;
}

.errorLog {
    color: red;
    text-align: center;
}

.form {
    display: grid;
    /* grid-template-columns: auto auto; */
    grid-template-rows: auto auto auto auto;
    /* flex-direction: column; */
    gap: 10px;
}

.bottomPart {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    justify-items: center;
    align-items: center;
    gap: 10px;
}

.inputDiv {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.form input,
.form textarea {
    border-radius: 5px;
    padding: 2px;
    width: 100%;
}

.inputDiv label {
    min-width: 53px;
}

.tlamaLogoContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    color: #0ae80f;
}

.pcTlamaLogo {
    display: none;
}

.tlamaLogo {
    width: 120px;
    margin-top: 10px;
}

.button {
    width: 100px;
    border-radius: 15px;
    padding: 3px;
    max-height: 35px;
}

.confirmLabel {
    grid-row: 2 / 3;
}

.osobUdajText {
    grid-column: 1 / 3;
    text-align: center;
}

.confirmDiv {
    display: grid;
    gap: 5px;
    grid-template-columns: 15px 1fr;
    margin-inline: 5px;
}

/* @media screen and (min-width: 550px) {
    .form {
        grid-template-columns: 2fr 3fr;
    }
} */

@media screen and (min-width: 700px) {
    .form {
        grid-template-columns: 1fr 2fr;
    }
    
    .bottomPart {
        grid-column: 1 / 3;
    }
    
    .pcTlamaLogo {
        display: flex;
    }

    .mobileTlamaLogo {
        display: none;
    }
}