@import 'color.css';
@import 'size.css';
@import 'fonts.css';
@import 'content.css';
/* ============================================================= */
/*	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
============================ */
html,
body {
  overflow-x: hidden;
}
body {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper.main {
  margin: 55px 0;
  position: relative;
}
.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 20px;
  flex: 80% 0;
  -ms-flex: 80% 0;
}
.flex-slim.centered > .element {
  margin: 0 auto;
}
.flex-slim.centered > .element .divider.element {
  margin-left: 0;
  margin-right: 0;
}
.spalten .left {
  width: 50%;
}
.spalten .right {
  width: 50%;
}
.spalten.one-three > .row > .flex > .element {
  flex: initial;
}
.spalten.one-three > .row > .flex .left {
  width: 25%;
}
.spalten.one-three > .row > .flex .right {
  width: 75%;
}
.spalten.three-one > .row > .flex .element {
  flex: initial;
}
.spalten.three-one > .row > .flex .left {
  width: 75%;
}
.spalten.three-one > .row > .flex .right {
  width: 25%;
}
.bsi-ce-edit-mode .left {
  width: 49%;
}
.bsi-ce-edit-mode .spalten.one-three .left {
  width: 24% !important;
}
.bsi-ce-edit-mode .spalten.three-one .left {
  width: 74% !important;
}
@media all and (min-width: 800px) {
  .content-element.spalten-4 > .row > .flex > .element {
    margin: 0 10px;
  }
  .content-element.spalten-4 > .row > .flex > .element:first-child {
    margin-left: 20px;
  }
  .content-element.spalten-4 > .row > .flex > .element:last-child {
    margin-right: 20px;
  }
}
@media all and (max-width: 800px) {
  .flex-slim > .element,
  .flex-slim.centered > .element {
    flex: 100% 0;
    -ms-flex: 100% 0;
  }
  .flex-slim.centered > .element {
    margin: 0 20px;
  }
}
/* Link */
a {
  text-decoration: none;
  position: relative;
}
a:hover {
  text-decoration: underline;
}
/* Absatz */
p {
  margin: 0 0 21px;
}
/* List-Element */
ul {
  margin: 0 0 21px;
}
ul li {
  line-height: 1.2;
  margin: 0 0 10px;
}
/* ============================================================= */
/*	SPACES   */
/* ============================================================= */
/*	HEADER  */
.header {
  position: relative;
}
.header-top {
  margin: 0;
  padding: 0;
}
.header-top .flex {
  margin: 0 20px;
}
.header-top .flex .element {
  align-self: auto;
  margin: 0;
  box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media all and (max-width: 415px) {
  .header-top .flex .element {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-top .flex .element + .element {
  padding-left: 20px;
}
/*	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;
}
p,
ul,
table,
button,
a.download-link {
  margin: 0 0 20px;
}
/* Inhaltselemente */
.element {
  margin: 0 20px;
}
.element .row .flex .element {
  margin: 0;
}
.element .row .flex .element .row .flex .element {
  margin: 0 25px 0 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 > .row > .flex > .element > .content-element.image-wrapper.image-title-cta {
    margin-bottom: 20px;
  }
}
.cc-text-align-left .element {
  text-align: left;
}
.cc-text-align-center .element {
  text-align: center;
}
.cc-text-align-right .element {
  text-align: right;
}
.cc-box-align-left .element > * {
  float: left;
}
.cc-box-align-center .element > * {
  float: none;
  max-width: max-content;
  margin: auto;
}
.cc-box-align-right .element > * {
  float: right;
}
.cbg-blue1 .button > a,
.cbg-blue1 .button > div {
  background-color: #004B96;
  border-color: #004B96;
  color: white;
}
.cbg-blue1 .button > a:hover,
.cbg-blue1 .button > div:hover {
  background-color: #0064c9;
}
.cbg-blue2 .button > a,
.cbg-blue2 .button > div {
  background-color: #6793C0;
  border-color: #6793C0;
  color: black;
}
.cbg-blue2 .button > a:hover,
.cbg-blue2 .button > div:hover {
  background-color: #8badcf;
}
.cbg-blue3 .button > a,
.cbg-blue3 .button > div {
  background-color: #80A4CB;
  border-color: #80A4CB;
  color: black;
}
.cbg-blue3 .button > a:hover,
.cbg-blue3 .button > div:hover {
  background-color: #a4beda;
}
.cbg-lightblue .button > a,
.cbg-lightblue .button > div {
  background-color: #DAE4EE;
  border-color: #DAE4EE;
  color: black;
}
.cbg-lightblue .button > a:hover,
.cbg-lightblue .button > div:hover {
  background-color: #fdfdfe;
}
.cbg-grey .button > a,
.cbg-grey .button > div {
  background-color: #4C4C4C;
  border-color: #4C4C4C;
  color: white;
}
.cbg-grey .button > a:hover,
.cbg-grey .button > div:hover {
  background-color: #666666;
}
.cbg-darkblue .button > a,
.cbg-darkblue .button > div {
  background-color: #003176;
  border-color: #003176;
  color: white;
}
.cbg-darkblue .button > a:hover,
.cbg-darkblue .button > div:hover {
  background-color: #0046a9;
}
.cbg-white .button > a,
.cbg-white .button > div {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: black;
}
.cbg-white .button > a:hover,
.cbg-white .button > div:hover {
  background-color: #ffffff;
}
.cbg-sand .button > a,
.cbg-sand .button > div {
  background-color: #F5F3F4;
  border-color: #F5F3F4;
  color: black;
}
.cbg-sand .button > a:hover,
.cbg-sand .button > div:hover {
  background-color: #ffffff;
}
.cbg-red .button > a,
.cbg-red .button > div {
  background-color: #FF4E4D;
  border-color: #FF4E4D;
  color: black;
}
.cbg-red .button > a:hover,
.cbg-red .button > div:hover {
  background-color: #ff8180;
}
.cbg-green .button > a,
.cbg-green .button > div {
  background-color: #86BC25;
  border-color: #86BC25;
  color: white;
}
.cbg-green .button > a:hover,
.cbg-green .button > div:hover {
  background-color: #a0d93b;
}
.cbg-ecogreen .button > a,
.cbg-ecogreen .button > div {
  background-color: #E7F2D2;
  border-color: #E7F2D2;
  color: black;
}
.cbg-ecogreen .button > a:hover,
.cbg-ecogreen .button > div:hover {
  background-color: #fcfdfa;
}
