
#header
{
	background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.767),
        rgba(0, 0, 0, 0.698)
      ),url(../images/phone.jpg);
	background-position: center, center 20px;
}
.contact-anker {
    max-width: 1200px;
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.contact-anker div {
    align-items: center;
    text-align: center;
    width: 250px;
}
.contact-anker img {
    height: 60px;
    transition: ease-in-out 0.2s;
}
.contact-anker img:hover {
    transform: scale(0.97);
    transition: ease-in-out 0.2s;
}
.contact-anker a p {
    color:rgb(241, 241, 241);
    font-size: 2em;
}
.contact-anker a .highlighted {
    /* color: #72; */
    font-size: 1.5em;
    color: #72677F;
    transition: ease-in-out 0.2s;
}
.contact-anker a .highlighted:hover {
    transform: scale(0.97);
    transition: ease-in-out 0.2s;
}
.mobile {
    display: none;
}
.form-container {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    justify-content: space-between;
}
.form-container section {
    height: 100%;
    min-width: 600px;
}
.contact-form{
    width: 35%;
}
.maps {
    width: 50%;
}
.form-container iframe {
    border-radius: 4px;
    height: 700px;
    width: 95%;
}
input, textarea {
    background-color: #e6e0de;
    border: none;
    border-radius: 3px;
    font-size: 1em;
    height: 40px;
    margin-bottom: 40px;
    outline: none;
    padding: 10px;
    width: 95%;
    
}
textarea {
    height: 150px;
}
.checkbox {
    margin: 0;
    width: 35px;
    height: 35px;
    background: #72677F;
}
input[type="checkbox"] {
    border-radius: 3px;
    color: white;
    filter: grayscale(1);
  }
label {
    display: inline;
}
.agb {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.agb label{
    margin-bottom: 20px;
    width:90%;
}
.footer {
    margin-top: 50px;
}
@media screen and (max-width: 1800px)
{
    .form-container {
        justify-content: space-around;
    }
}
@media screen and (max-width: 1400px)
{
    .contact-form, .maps {
        width: 60%;
        padding: 100px 0;
    }
    
    .form-container iframe {
        height: 450px;
    }
    .headline-container {
        top: 315px;
        width: 750px;
    }
    .desktop {
        padding: 140px 0;
    }
    .contact-anker img {
        height: 35px;
    }
    .contact-anker a p {
        font-size: 1.5em;
        margin: 10px 0;
    }
    .contact-anker a .highlighted {
        font-size: 1.1em;
        margin: 10px 0;
    }
}
@media screen and (max-width: 759px)
{
    .headline-container {
        top: 311px;
        width: fit-content;
    }
    .form-container section {
        height: 100%;
        width: 90%;
        min-width: 300px;
    }
    .agb label{
        margin-left: 20px;
        text-align: justify;
    }
    .contact-anker img {
        width: 25px;
        transition: ease-in-out 0.2s;
    }
    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
        padding: 60px 0 0 0;
    }
    .mobile div {
        width: 30%;
        margin: 40px 0;
    }
    .mobile.contact-anker a p {
        color:rgb(5, 5, 5);
    }
    .contact-anker img {
        height: 55px;
    }
    .contact-anker a p {
        font-size: 1.1em;
        margin: 10px 0;
    }
    .contact-anker a .highlighted {
        font-size: 0.7em;
        margin: 10px 0;
    }
    .form-container iframe {
        height: 300px;
    }
    .contact-form, .maps {
        padding: 70px 0;
    }
}

@media screen and (max-width: 479px){
button {
    font-size: 0.7rem;
    margin-top: 20px;
    padding: 1rem 1.5rem;
}
}

@media screen and (max-width: 400px)
{
    .mobile div {
        width: 100%;
        margin: 25px 0;
    }
    .form-container section {
        height: 100%;
        width: 97%;
        min-width: 135px;
    }
    .agb {
        width: 97%;
        justify-content: space-around;
    }
    input, textarea {
        width: 92%;
    }
}