/* ============================================================= */
/*	RESETS // RASTER & DEFAULT  */
/* ============================================================= */
/* Reset
============================ */
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
}
.clearfix::after {
  clear: both;
}
ul {
  margin: 0;
  padding: 0 0 0 20px;
}
strong,
b {
  font-weight: 700;
}
:focus {
  outline: none;
}
:invalid {
  box-shadow: none;
}
.show-for-large {
  display: none;
}
.hide-for-large {
  display: block;
}
.hide-for-small {
  display: none;
}
.hide,
.hidden {
  display: none;
}
/* RASTER & DEFAULT
============================ */
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper.main {
  margin: 55px 0;
  position: relative;
}
.bsi-row {
  margin: 0 auto;
  max-width: var(--max-width);
  position: relative;
  width: 100%;
}
/* 1-Spalter, 2-Spalter, 3-Spalter, 4-Spalter */
.flex,
.flex-slim {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  text-align: left;
}
.flex-slim > .element {
  margin: 0;
  flex: 80% 0;
  -ms-flex: 80% 0;
}
.flex-slim.centered > .element {
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  .flex-slim > .element,
  .flex-slim.centered > .element {
    flex: 100% 0;
    -ms-flex: 100% 0;
  }
}
/* ============================================================= */
/*	SPACES   */
/* ============================================================= */
/*	HEADER  */
.header {
  position: relative;
}
.header-top {
  margin: 0;
  padding: 0;
}
.header-top .flex {
  /*margin: 0 20px;*/
}
.header-top .flex .element {
  align-self: auto;
  box-sizing: border-box;
  height: 72px;
  /* padding-top: 35px; */
  /*padding-bottom: 35px;*/
}
.header-top .flex .element + .element {
  padding-left: 20px;
}
.header-top {
  /*border-top-width: 1px;
	height: 90px;*/
}
/*	Bilder  */
img {
  display: inline-block;
  height: auto;
  width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*	Inhalts-Typen  */
p,
ul,
button,
a.download-link {
  display: block;
}
/* Inhaltselemente */
.element .bsi-row .flex .element .bsi-row .flex .element {
  margin: 0 25px 0 0;
}
.element.centered {
  align-self: center;
}
.element.collapsed {
  flex-grow: 0;
}
.content-element {
  margin: 0 0 25px;
}
.content-element.ueberschrift {
  margin: 0;
}
.content-element.image-wrapper,
.content-element.flex-teaser,
.content-element.text-image,
.content-element.form {
  margin: 0 0 50px;
}
.main > div > .content-element:last-child {
  margin-bottom: 0;
}
.element.right a:last-child {
  margin: 0;
}
@media all and (min-width: 800px) {
  .content-element.spalten-4 > .bsi-row > .flex > .element > .content-element.image-wrapper.image-title-cta {
    margin-bottom: 20px;
  }
}
.header-top .flex .element,
.logo-main-wrapper,
.logo-main-wrapper img,
.header-top .flex,
.header-top .bsi-row {
  height: 100%;
}
body {
  min-height: 100vh;
}
.header-top {
  border-bottom: 1px solid var(--border-color);
}
nav > .rte-ul {
  height: 100%;
}
.pagetitle h1 {
  margin-top: 0;
}
