h1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
    width: 100%;
}

.content {
    background-color: #F5F5F5;
    padding: 25px 10% 100px 10%;
    box-sizing: border-box;
}

.kontakt-header {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.kontakt-block:first-of-type {
    background-color: #58B5FD;
    color: white;
    gap: 0;
}

.kontakt-block {
    background-color: white;
    width: 350px;
    height: 280px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}

.kontakt-block a,p {
    font-size: 20px;
}

.kontakt-summary {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.kontakt-summary-text {
    width: 100%;
}

.kontakt-summary-image {
    width: 65%;
}

.kontakt-summary-image img {
    width: 100%;
}

.kontakt-forms-box {
    background-color: #262626;
    padding: 50px 10%;
}

.kontakt-forms-title {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: white;
}

.kontakt-forms {
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
    justify-content: center;
}

.kontakt-form {
    width: 300px;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 30px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    gap: 10px;
}

.kontakt-form img {
    width: 100%;
}

.fakturacni-udaje {
    padding: 75px 10%;
}

.fakturacni-udaje-title {
    font-size: 40px;
    font-weight: bold;
}

.fakturacni-udaje p {
    /* width: 50%; */
}

.location {
    background-color: #262626;
    color: white;
    padding: 50px 0;
}

.location-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.location-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5%;
}

.location-poloha {
    width: 45%;
}

.location-poloha-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.location-poloha p {
    font-size: 25px;
}

.welcome {
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
}

.welcome-text {
    width: 45%;
    display: flex;
    align-items: center;
    padding: 25px 5%;
    flex-direction: column;
    justify-content: center;
}

.welcome-text p {
    font-size: 30px;
}

.welcome-image {
    width: 45%;
}

.welcome-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1024px) {

    .content {
        padding: 25px 5%;
    }

    .kontakt-block {
        width: 250px;
    }

    .kontakt-forms {
        justify-content: center;
        gap: 25px;
    }

    .kontakt-form {
        text-align: center;
    }

    .welcome {
        flex-direction: column;
    }

    .welcome-image {
        width: 100%;
    }

    .welcome-text {
        box-sizing: border-box;
        width: 100%;
        padding: 25px 5%;
    }

    .welcome-text p {
        font-size: 25px;
    }
}

@media (max-width: 900px) {
    .kontakt-summary {
        flex-direction: column;
    }

    .kontakt-summary-text {
        width: 100%;
        text-align: center;
    }

    .kontakt-summary-image {
        width: 100%;
    }

    .location-container {
        flex-direction: column;
        gap: 35px;
    }

    .location-poloha {
        width: 100%;
    }

    .fakturacni-udaje p {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .kontakt-header {
        flex-direction: column;
    }

    .kontakt-block {
        width: 100%;
    }
}

.fakturacni-udaje-col iframe {
    border-radius: 30px;
    width: 100%;
    min-height: 400px;
    height: 600px;
}

.fakturacni-udaje {
    display: flex;
    /* justify-content: space-between; */
    /*justify-content: center;*/
    flex-wrap: wrap;
    align-items: center;
    gap: 3%;
}

.fakturacni-udaje-col {
    width:48%;
}

@media (max-width: 1200px) {
    .fakturacni-udaje-col {
        width:100%;
    }

}