@font-face {
    font-family: "Source Sans";
    src: url("/fonts/SourceSansPro-Regular.woff2") format("woff2");
    font-weight: normal;
  }
  


body {
    font-size: 1.2rem;
    font-family: 'Source Sans', sans-serif;
    color: #092a5e;
}

header {
    background: #ff7f00;
    padding-top: 3.5rem;
}

header a {
    text-decoration: underline;
    word-wrap: break-word;
    color: #092a5e;
}

section {
    padding: 7rem 0;
}

section a {
    font-weight: bold;
    color: #092a5e;
    text-decoration: underline !important
}

.color-white {
    font-color: white !important;
}

.color-black {
    font-color: black !important
}

.bold {
    font-weight: bold;
}

.terminbuchung-overlay{
    top:7rem !important;
}