.imp-daten {
    text-decoration:underline;
}

.header-link {
    color:black;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-left: 10px;
}

.current-link {
    color:black;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 3px solid #E47E11;
    padding-bottom: 5px;
    margin-left: 10px;
}

#wpforms-373 {

   width: 90%;

}

#wpforms-submit-373 {
    background-color: #E47E11;
}

.wpforms-field-label {
   color: white;
}

.wpforms-field-label-inline {
    color: white;
}

.wpforms-field-description {
   color: white;
}


.current-link:hover {
    color:#E47E11;
}

.header-link:hover {
    color:#E47E11;
}

#site-header {
    height: 10vh;
    position:fixed;
}

#site-header-inner {
    height: 10vh;
}


#site-logo-inner {
    width: 16px;
    height: 7px;
}
.main-div {
    background-image: url("../sidekix-media-g51F6-WYzyU-unsplash.jpg");
    background-size: 100% 100%;
    width: 100vw;
    height: 90vh;
    padding: 100px;
}

#site-header-button-kontakt {
   width: 200px;
   height: 200px;
}


.kontakt-button {
    border: none;
    width: 10vw;
    height: 5vh;
    color: black;
    background-color: #E47E11;
    text-align: center;
    font-size: 20px;
    margin: 8px 6px;
    border-radius: 12px;
    cursor: pointer;
    opacity: 100%;
    border: solid #E47E11 2px; 
    transition-duration: 0.4s;
} 

.kontakt-button:hover {
    background-color: #F8F8FA;
}

.main-div {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-top: 20vh;
    padding-bottom: 20vh;
}

.main-page-text {
    color: #F8F8FA;
    text-align: center;
    margin: 0;
    padding: 0;
}

.main-page-content{
   padding: 0;
   background-color:rgba(0,0,0,.7);
   width: 45vw;
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}



.main-text-header {
    color: white;

}

.column {
    width: 30vw;
}

.topnav {
    display: none;
}

.kontakt-extra {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kontakt-extra-text {
   width: 50%;
}
