@charset "UTF-8";
/* ======================================
   BASE / NORMALIZE
====================================== */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* ======================================
   BOX SIZING
====================================== */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/* ======================================
   TYPOGRAPHY BASICS
====================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

ul, ol {
  margin: 0 0 1rem 1.25rem;
}

li {
  line-height: 1.6;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a img {
  border: 0;
}

hr {
  clear: both;
  height: 0;
  border: 0;
  border-bottom: 1px solid #cacaca;
  margin: 1.25rem 0;
}

/* ======================================
   GRID
====================================== */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media screen and (min-width: 40em) {
  .column,
  .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

/* nested rows */
.row .row {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

/* last column fix */
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

/* ======================================
   SMALL GRID
====================================== */
.small-1 {
  width: 8.33333%;
}

.small-2 {
  width: 16.66667%;
}

.small-3 {
  width: 25%;
}

.small-4 {
  width: 33.33333%;
}

.small-5 {
  width: 41.66667%;
}

.small-6 {
  width: 50%;
}

.small-7 {
  width: 58.33333%;
}

.small-8 {
  width: 66.66667%;
}

.small-9 {
  width: 75%;
}

.small-10 {
  width: 83.33333%;
}

.small-11 {
  width: 91.66667%;
}

.small-12 {
  width: 100%;
}

/* ======================================
   MEDIUM GRID
====================================== */
@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
}

/* ======================================
   LARGE GRID
====================================== */
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
}

/* ======================================
   FORMS
====================================== */
[type='text'],
[type='email'],
[type='tel'],
[type='search'],
textarea,
select {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  background: #fff;
}

textarea {
  height: auto;
}

label {
  display: block;
  margin-bottom: .3rem;
}

[type='text']:focus,
[type='email']:focus,
[type='tel']:focus,
[type='search']:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

.form-floating-label input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
}

/* ======================================
   BUTTON
====================================== */
.button {
  display: inline-block;
  padding: .85em 1em;
  border: 1px solid transparent;
  background: #1779ba;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.button:hover {
  background: #126195;
}

/* ======================================
   MENU (minimal)
====================================== */
.menu {
  margin: 0;
  list-style: none;
}

.menu > li {
  display: inline-block;
}

.menu > li > a {
  display: block;
  padding: .7rem 1rem;
}

/* ======================================
   UTILITIES
====================================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

/* mulish-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url("/content/design/fonts/mulish-v18-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 300;
  src: url("/content/design/fonts/mulish-v18-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url("/content/design/fonts/mulish-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400;
  src: url("/content/design/fonts/mulish-v18-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  src: url("/content/design/fonts/mulish-v18-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 500;
  src: url("/content/design/fonts/mulish-v18-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url("/content/design/fonts/mulish-v18-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 600;
  src: url("/content/design/fonts/mulish-v18-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url("/content/design/fonts/mulish-v18-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 700;
  src: url("/content/design/fonts/mulish-v18-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  src: url("/content/design/fonts/mulish-v18-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 800;
  src: url("/content/design/fonts/mulish-v18-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 900;
  src: url("/content/design/fonts/mulish-v18-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-900italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 900;
  src: url("/content/design/fonts/mulish-v18-latin-900italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("/content/design/fonts/open-sans-v40-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("/content/design/fonts/open-sans-v40-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/content/design/fonts/open-sans-v40-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("/content/design/fonts/open-sans-v40-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url("/content/design/fonts/open-sans-v40-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url("/content/design/fonts/open-sans-v40-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("/content/design/fonts/open-sans-v40-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("/content/design/fonts/open-sans-v40-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/content/design/fonts/open-sans-v40-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("/content/design/fonts/open-sans-v40-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("/content/design/fonts/open-sans-v40-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url("/content/design/fonts/open-sans-v40-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background: #f5f0eb;
  color: #191919;
}

@media only print {
  body {
    font-size: 80%;
    margin: 50px;
  }
}

a {
  color: #385e9d;
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  a {
    border: none;
    padding: 0;
    text-decoration: underline;
  }
}

a:hover, a:active, a:focus {
  color: #385e9d;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
}

h1, h2 {
  color: #385e9d;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1030px) {
  h1, h2 {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 480px) {
  h1, h2 {
    font-size: 1.6em;
  }
}

.section.news h2 {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .section.news h2 {
    padding: 0 30px;
  }
}

.article h2 {
  color: #191919;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  margin-top: 50px;
}

.article h3 {
  color: #191919;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 700;
  margin: 35px 0 22px;
}

.row {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: transparent;
}

@media only screen and (max-width: 1349px) {
  .row {
    width: 94%;
    margin: 0 3%;
  }
}

.large-1, .large-2, .large-3, large-4, .large-5, .large-6, .large-7, large-8, .large-9, .large-10, .large-11, .large-12, .columns {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
}

/* ---------------------------------------------------
   Coming Soon
--------------------------------------------------- */
.coming-soon {
  min-height: 100vh;
  padding: 3rem 0 0;
}

@media only screen and (max-width: 980px) {
  .coming-soon {
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 700px) {
  .coming-soon {
    min-height: auto;
    padding-top: 1.5rem;
  }
}

/* ---------------------------------------------------
   Intro
--------------------------------------------------- */
.coming-soon__intro {
  margin: 0 0 1.5rem;
  font-size: .9rem;
  letter-spacing: .05em;
  opacity: .75;
}

@media only screen and (max-width: 700px) {
  .coming-soon__intro {
    margin-bottom: 1rem;
  }
}

/* ---------------------------------------------------
   Logo
--------------------------------------------------- */
.coming-soon__logo {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 700px) {
  .coming-soon__logo {
    margin-bottom: 2rem;
  }
}

.coming-soon__logo img {
  display: block;
  padding-left: 1.5rem;
  max-width: 280px;
  height: auto;
}

@media only screen and (max-width: 1280px) {
  .coming-soon__logo img {
    padding-left: 0;
  }
}

@media only screen and (max-width: 900px) {
  .coming-soon__logo img {
    max-width: 240px;
  }
}

@media only screen and (max-width: 700px) {
  .coming-soon__logo img {
    max-width: 220px;
  }
}

/* ---------------------------------------------------
   Adresse
--------------------------------------------------- */
.coming-soon__address {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 2.9rem;
}

@media only screen and (max-width: 980px) {
  .coming-soon__address {
    padding-top: 0;
    margin-bottom: 3rem;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .coming-soon__address {
    display: block;
  }
}

.coming-soon__address__left {
  margin-left: 5%;
  width: 60%;
}

@media only screen and (max-width: 980px) {
  .coming-soon__address__left {
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .coming-soon__address__left {
    width: 100%;
  }
}

.coming-soon__address__right {
  width: 30%;
}

@media only screen and (max-width: 600px) {
  .coming-soon__address__right {
    width: 100%;
  }
}

.coming-soon__address p {
  margin: 0;
}

.coming-soon__address a {
  color: #385e9d;
}

/* ---------------------------------------------------
   Gebäude
--------------------------------------------------- */
.coming-soon > img {
  display: block;
  width: 100%;
  height: 75vh;
  margin-top: 6rem;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 900px) {
  .coming-soon > img {
    height: 65vh;
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 700px) {
  .coming-soon > img {
    height: 60vh;
    margin-top: 3rem;
  }
}

/* ---------------------------------------------------
   Footer
--------------------------------------------------- */
.legal {
  padding: 30px 0;
  text-align: right;
}
