#kontakt__start {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.kontakt__img {    
    width: auto;
    width: 75vw;
    height: 85vh;
    background-image: url("../img/Depositphotos_234471212_XL.png");
    background-size: cover;
    background-position: center;
}

.kontakt__header {
    width: 45%;
    background-color: #EC7304E5;
    bottom: 20vh;
}

.kontakt__header h2 {
    color: white;
    font-size: 6vh;
    padding: 7% 10%; 
    font-weight: 800;
    letter-spacing: .055em;
}

#kontakt__start .mousey {
    bottom: 5vh;
    left: 78vw;
}

#form-klub
{
    padding-left: 25vw;
    padding-right: 25vw;
}

#form-klub input,
#form-klub textarea
{
    width: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--secondary);
    color: var(--primary);
    background-color: white;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
}

#form-klub textarea
{
    height: 100px;
}

#form-klub input[type="checkbox"]
{
    margin: 10px;
}

#form-klub h3
{
    padding-top: 2em;
    color: var(--primary);
    font-size: 3vh;
    text-align: center;
}

#form-klub label
{
    width: 100%;
    color: white;
    margin: 0;
    margin-top: 0;
    padding: 0;
    font-weight: 400;
    font-size: 1rem;
}

#form-klub .wpcf7-list-item {
    margin-left: 0;
    /* margin-right: 2em; */
}

#form-klub input[type="submit"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    margin-top: 1em;
    padding: 1em;
    background-color: white;
    border: 1px solid var(--primary);
    border-radius: 0;
    color: #3A4D64;
    font-weight: 600;
    font-size: 1rem;
    transition: all .4s ease-in-out;
    margin-bottom: 60px;
}

#form-klub input[type="submit"]:hover {
    background-color: var(--primary);
    color: white;
}


#form-klub input[type="file"] {
    border: none;
}

#form-klub input[type="checkbox"] {
    width: 10px;
    
}

#form-klub input::placeholder,
#form-klub textarea::placeholder {
    color: black;
}

#form-klub label {
    color: var(--primary);
    margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
    .kontakt__img {
        height: 75vh;
    }
}


@media only screen and (max-width: 1200px) {
    .kontakt__header {
        width: 65%;
        padding: 2em;
    } 

    #kontakt__start .mousey {
        display: none;
    }

    .kontakt__header {
        width: 80%;
    }

    .kontakt__header h2 {
        font-size: 4vh;
    }

}
    

@media only screen and (max-width: 820px) {

    #form-klub
    {
        padding-left: 15vw;
        padding-right: 15vw;
    }

    .info div {
        width: 70vw !important;
        height: 30vh !important;
    }

    .info div i {
        left: 28vw !important;
    }
}

@media only screen and (max-width:576px) {
    #form-klub
    {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media only screen and (max-width: 440px) {

    .kontakt__img {
        background-position: 30% 0;
    }

    .kontakt__header h2 {
        font-size: 4vh;
    }

    .kontakt__header {
        width: 80%;
        padding: 1em;
    }

}

@media only screen and (max-width: 360px) {

    .kontakt__header {
        width: 100%;
    }

}

