p{
    margin-bottom:0!important;
}
h1,h3{
    text-align: center;
    color: #000000!important;
}
.hide{
    display:none!important;
}
.page-header{
    margin-top:20px;
}
.formwrapper{
    padding:30px 0;
}
.formwrapper, .wpcf7-response-output{
    max-width:600px;
    margin:0 auto;
}
.wpcf7-response-output{
    margin: 0 auto !important;
    border: 0 !important;
    color: green;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
form h3{
    font-size: 1.3em;
}
.formwrapper input{
    border: none !important;; 
    border-bottom:1px solid #000!important;
    border-radius: 0!important;
    margin-bottom:15px;
}
.formwrapper input:focus, .formwrapper input:focus-within{
    outline:0;
}
.formwrapper input.wpcf7-not-valid{
    border-bottom-color:#dc3232!important;
}
.formwrapper input:focus{
    border-bottom-color:#AE762D!important;
}
.flex-50{
    display: flex;
}
.flex-50 > span{
    margin:10px;
    width:50%;
}
.flex-50 > span:first-child{
    margin-left:0;
}
.flex-50 > span:last-child{
    margin-right:0;
}
.sent .formwrapper{
    display:none;
}
.formwrapper .wpcf7-checkbox{
    padding-top:20px;
	display:block;
}
.formwrapper .wpcf7-checkbox .wpcf7-list-item {
    margin-left:0;
}
.formwrapper .wpcf7-checkbox label {
    cursor:pointer;
}
.formwrapper.wpcf7-checkbox .wpcf7-list-item label span{
    display: inline;
}
.formwrapper .wpcf7-submit{
    background-color:#AE762D!important;
    border-bottom:0!important;
    color:#fff!important;
    text-transform:uppercase;
}

@media only screen and (max-width:768px){
    .formwrapper .wpcf7-submit{
        margin-top:30px;
    }
}
.site-header .header-inner, .site-footer .footer-inner{
    max-width:960px!important;
}
.copyright {
    display:none!important;
}

.site-footer {
    background-image: url(/wp-content/uploads/2021/10/footer-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}
@media only screen and (max-width:768px){
    .site-footer{
        min-height:200px;
    }
    .wpcf7-form-control-wrap.nicht .wpcf7-list-item{
        margin-bottom:30px;
    }
    h1{
        font-size: 1.5em!important;
    }
    h3{
        font-size:1em!important;
    }
    .site-header .header-inner:not(.header-stacked) .site-branding{
        max-width: 50%!important;
    }
}
@media only screen and (max-width:400px){
    .site-footer{
        min-height:130px;
    }
}
.site-footer .custom-logo{
    display:none;
}