@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap');

body {
    background-color: #eee9e3;
    font-family: "Exo 2", sans-serif;
    background-image: url('/dist/branding/schoettner/bg.jpg');
    background-position: center top;
    background-size: cover;
}
header,
.header-bar,
.main-container{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0;
}
.header-bar{
    height: 50px;
    background: #846b42;
}
.main-container{
    background: rgba(255, 255, 255, 0.9);
    min-height: 80%;
    min-height: calc(100vh - 430px);
    overflow: hidden;
}
header a img {
    display: block;
    width: 100%;
}   
    
h1, h2 {
    color: #846b42;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    overflow-wrap: break-word;
}

h1{
    font-size: 40px;
    font-family: "Exo 2",sans-serif;
    font-style: normal;
    font-weight: 400;
}
h2{
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
}


.step-container.active .step-text{
    background-color: #846b42;
    border-color: #846b42;
    color: #efefe5;
}
.step-container.active .step-visualisation a{
    background-color: #846b42;
    border-color: #fcfbf9;
}
.step-container.active .step-visualisation a span{
    color: #fcfbf9;        
}
.step-container .step-visualisation.first {
  margin-top: 71px;
}

.appointmentforminput, a.appointmentforminput {
  background-color: #846b42;
  color: #fcfbf9;
  background-color: #32373c;;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  padding: 10px 30px !important;
}
.appointmentforminput:hover, a.appointmentforminput:hover {
  background-color: #32373c;
}


.formrow .contact-type-input, .formrow .input, .formrow input{
    background-color: #eee9e3;
}
#possibletimes-container .timeselectbutton{
    background-color: #eee9e3;
}
.formrow .input2 {
    width: 70%;
    width: calc(70% - 55px);
}

@media only screen and (max-width: 700px) {
    main{
        width: calc(100% - 40px);
        padding: 10px;
        margin: 10px;
    }
}