@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: #051626;
    background-repeat: no-repeat;
    font-family: "Playfair Display", serif;
    overflow-x: hidden;
    background-size: 100% auto;
    overflow-x: hidden;
    background-position: center;
}

header {
    font-family: Poppins;
    font-weight: 500;
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    margin-top: 50px;
    font-size: 120%;
}

header ul {
    display: flex;
}

header li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
}

header li a {
    text-decoration: none;
    color: white;
}

.logo {
    margin-right: auto;
}

.logo img {
    height: 50px;
}

.kontaktButton {
    color: white;
}

.kontaktButton a {
    text-decoration: none;
    color: white;
}


.container1 {
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 8%;
    flex-direction: column;
    align-items: center;
}

.text1 {
    color: white;
    text-align: center;
    font-size: 250%;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}


.kcdimg img {
    height: 150px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.container12 {
    display: flex;
    
}

.box {
    font-family: "Oswald", sans-serif;
    font-weight: 100;
    background-color: rgba(128, 128, 128, 0.2);
    text-align: center;
    height: 120px;
    width: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.box h1 {
    color: white;
}

.box h2 {
    color: rgb(129, 129, 129);
}

.box2 {
    margin-left: 10px;
    margin-right: 10px;
}


.dotaznik {
    color: white;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 10%;
}


.dotaziknadpis {
    font-size: 120%;
    margin-bottom: 50px;
    font-family: "Oswald", sans-serif;
}

.dotaznik form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.inputbox {
    border-bottom: 2px solid white;
    width: 50%;
    margin-bottom: 20px;
}

.inputbox input {
    border: none;
    background-color: transparent;
    height: 50px;
    width: 100%;
    color: white;
}

.dotazkinbutton {
    padding: 1.3em 3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    font-family: "Oswald", sans-serif;
}

.dotazkinbutton a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.dotazkinbutton:hover {
    color: #fff;
    transform: translateY(-7px);
  }

  .dotaznikbutton:active {
    transform: translateY(-1px);
  }




footer {
    font-family: Poppins;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;


}

.footcol {
    display: flex;
    flex-direction: column;
}

.footcol1 {
    width: 30%;
    color: grey;
    flex-direction: row;      
    align-items: center;  
}

.footcol11 {
    line-height: 1.25;
    font-size: 70%;
    align-items: center;
    margin-right: 100px;
}

.footcol12 {
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footlogo {
    margin-right: 20px;
    height: 50px;
    width: 33px;
}

.footcol2 {
    width: 20%;
    text-align: center;
    justify-content: center;
}

.footcol2 a {
    color: white;
    text-decoration: none;
    line-height: 2.2;
    font-size: 90%;
    font-weight: 600;
}

.footcol3 {
    width: 30%;
    align-items: flex-end;
}

.footcol3text {
    text-align: left;
}

.footcol3 h1 {
    margin-bottom: 10px;
}

.footcol3 p {
    color: grey;
    font-size: 80%;
}

.fc3t1 {
    margin-bottom: 10px;
}


.mapa {
    width: 100%;
    font-family: Oswald;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 5%;
}

.mapatext {
    padding-left: 10%;
    padding-right: 10%;
}

.mapa h1 {
    font-size: 40px;
}

.mapa img {
    width: 800px;
}

.mapa1 {
    display: block;
}

.mapa1 h2{
    margin-bottom: 5%;
}

.mapa2 h2 {
    margin-bottom: 5%;
}

.mapa2 {
    display: none;
}

.prokliky {
    display: none;
}
.prokliky h2 {
    margin-bottom: 8%;
}

.klik img {
    width: 60%;
}




@media only screen and (max-width: 1200px) {
    .footcol1 {
        display: flex;
        flex-direction: column;
    }

    .footcol11 {
        padding-left: 50px;
        margin-bottom: 20px;
    }

    .mapa1 {
        display: none;
    }

    .mapa2{
        display: block;
    }

    .mapa .mapa2 img {
        width: 600px;
    }


    .prokliky {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    .prokliky {
        display: block;
    }


    .kcdimg img {
        height: 120px;
    }

    .logo {
        padding-right: 50px;
    }

    .text1 {
        font-size: 210%;
    }

    .box {
        height: 90px;
        width: 160px;
        font-size: 80%;
    }

    footer {
        display: flex;
        flex-direction: column;
    }

    .footcol {
        width: 100%;
    }

    .footcol1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footcol11{
        text-align: center;
        margin-right: 0;
        padding-left: 0;
    }

    .footcol11 h1 {
        margin-bottom: 25px;
    }

    .footcol2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footcol3 {
        align-items: center;
    }

    .footcol3text {
        text-align: center;
    }

    .fc3t1 {
        text-align: center;
    }

    .mapa1 {
        display: none;
    }

    .mapa2 {
        display: none;
    }
}






@media only screen and (max-width: 550px) {


    .prokliky {
        display: block;
    }

    .mapa1 {
        display: none;
    }

    .mapa2 {
        display: none;
    }



    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 20px 5%;
    }

    .logo {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
        padding: 0;
    }

    header ul {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    header li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .container12 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .kcdimg img {
        height: 70px;
    }

    .text1 {
        font-size: 165%;
    }

    footer {
        display: flex;
        flex-direction: column;
    }

    .footcol {
        width: 100%;
    }

    .footcol1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footcol11{
        text-align: center;
        margin-right: 0;
    }

    .footcol11 h1 {
        margin-bottom: 25px;
    }

    .footcol2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footcol3 {
        align-items: center;
    }

    .footcol3text {
        text-align: center;
    }

    .fc3t1 {
        text-align: center;
    }

}

