.form-wrapper{
    position: relative;
    background: linear-gradient(to left, #FFFFFF 50%, #262626 50%);
}

#contactform{
    width: 90%;
}

.contact-headline{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}

.contact-title{
    color: white;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 45px;
}

.contact-label{
    color: white;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.contact-select{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.contact-input{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.contact-textarea{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    height: 120px;
}


.contact-button{
    display: inline-block;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: white;
    color: var(--base-dark-color);
    padding: 20px 40px 20px 40px;
    border: 0;
}


.contact-company-name{
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.contact-text{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:1em;
    line-height: 36px;
}

.contact-email, .contact-email:hover{
    color: var(--base-dark-color);
}

.contact-open{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}

.contact-mini{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
}

.contact-open-wrapper-out{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.contact-appointment-button{
    margin-bottom: 60px;
}

.contact-appointment-button > a{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
    background-color: var(--logo-color);
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    
}

.contact-appointment-button > a:hover{
    color: white;
    background-color: var(--logo-color);
}

.contact-small{
    font-family: freight-neo-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: var(--base-dark-color);
}
.contact-small a{
    color: var(--base-dark-color);
}


@media only screen {
    .form-wrapper{
        background: none;
    }
    .contact-headline{
        font-size: 40px;
    }
    .contact-address{
        padding: 0;
    }
    .contact-spacer{
        height: 30px;
    }
    .contact-company-name{
        font-size: 16px;
    }
    .contact-open{
        font-size: 32px;
    }
    .blackonsmall{
        background-color: rgba(38, 38, 38, 1);
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 992px) {
	.form-wrapper{
        background: linear-gradient(to left, #FFFFFF 50%, #262626 50%);
    }
    .contact-headline{
        font-size: 60px;
    }
    .contact-address{
        padding-left: 100px;
    }
    .contact-spacer{
        height: 16px;
    }
    .contact-company-name{
        font-size: 18px;
    }
    .contact-open{
        font-size: 40px;
    }
    .blackonsmall{
        background-color: rgba(38, 38, 38, 0);
    }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}