.shadowbox {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.shadowbox-round .vc_column-inner {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

/*----------------- Contact Form 7 -----------------*/

.wpcf7-form {width:100% !important;}
.wpcf7-form label {width:100% !important;}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="date"], .wpcf7 textarea {width:100% !important;
border: 2px solid #e0edda;
    border-radius: 10px;
    padding: 10px;
    background-color: #fafafa;}
    
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="date"]:focus, .wpcf7 textarea:focus {
border: 2px solid #c5d6c4 !important;
}

.contact-list-text dt {
    display:inline-block;
    padding-right:5px;
    width:65px;
}
.contact-list-text dd {
    display:inline-block;
    margin-left:0px;
}

/*----------------- End Contact Form 7 ------------*/

@media (max-width: 992px) {
  .mobile-space-fix {
    height:64px !important;
 }    
    
}

@media (max-width: 767px) {
 .mobile-space-fix {
    height:32px !important;
 }   
 .startseite-header-fix {display:none !important;}
    
}