a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navigation-lg .column-logo div {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation-xs .column-logo div, .navigation-xs .column-menu .menu-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation-lg .column-navigation ul.top-level {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navigation-xs .column-logo div, .navigation-xs .column-menu > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a {
  border-bottom: 1px solid #187ef2;
  color: #187ef2;
  text-decoration: none;
}
a:focus, a:hover, a:visited {
  border-bottom: 1px solid #187ef2;
  color: #187ef2;
  text-decoration: none;
}
a:focus, a:hover {
  border-bottom: 3px solid #187ef2;
  text-decoration: none;
}
a:active {
  background-color: rgba(189, 224, 255, 0.5);
}

label {
  color: #141414;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 3px;
}

input {
  display: inline-block;
  height: 48px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #bfbeba;
  border-radius: 5px;
  color: #000;
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 15px 20px;
  text-rendering: optimizeLegibility !important;
  -webkit-transition: border-width 0.2s linear, background-color 0.2s linear;
  transition: border-width 0.2s linear, background-color 0.2s linear;
  width: 100%;
}

textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #bfbeba;
  border-radius: 5px;
  color: #000;
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 15px 20px;
  text-rendering: optimizeLegibility !important;
  -webkit-transition: border-width 0.2s linear, background-color 0.2s linear;
  transition: border-width 0.2s linear, background-color 0.2s linear;
  width: 100%;
}

input:disabled, textarea:disabled {
  background-color: #bfbeba;
  color: rgba(92, 91, 88, 0.8);
}

input:hover, textarea:hover {
  border: 1px solid #187ef2 !important;
}

::-webkit-input-placeholder {
  color: #8f8d89;
  font-weight: 200;
}

:-moz-placeholder, ::-moz-placeholder {
  color: #8f8d89;
  font-weight: 200;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8f8d89;
  font-weight: 200;
}

button.rvbw {
  background: #e2001a;
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-family: FrutigerLTPro;
  font-size: 18px;
  font-weight: 700;
  height: 47px;
  line-height: 47px;
  min-width: 96px;
  outline: none;
  padding: 2px 0 12px;
  text-align: center;
}
button.rvbw:hover {
  background: #ce001e;
}
button.rvbw:active, button.rvbw:focus {
  background: #a90018;
}
button.rvbw.light {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), to(#e5edef));
  background: linear-gradient(180deg, #fff 1%, #e5edef);
  -webkit-box-shadow: 0 2px 0 #47576a;
          box-shadow: 0 2px 0 #47576a;
  color: #000;
}
button.rvbw.light:active, button.rvbw.light:focus {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e5edef), to(#fff));
  background: linear-gradient(180deg, #e5edef 1%, #fff);
}

.ui-widget {
  width: 100%;
}
.ui-widget span {
  padding: 0;
}

.tt-menu, .twitter-typeahead {
  width: 100%;
}

.tt-menu {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: 2px solid #bfbeba;
  border-radius: 0 0 3px 3px;
  margin-top: -6px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 2500 !important;
}

@media only screen and (min-width: 768px) {
  .tt-menu {
    max-height: 450px;
  }
}
.tt-cursor {
  background-clip: border-box;
  background-color: #c1d5e8;
}

.tt-suggestion {
  background-clip: border-box;
  line-height: normal;
  min-height: 44px;
  padding: 20px 10px 16px;
}
.tt-suggestion:hover {
  background-clip: border-box;
  background-color: #c1d5e8;
}
.tt-suggestion:nth-of-type(n):not(:last-of-type) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

ol, ul {
  list-style: outside;
  padding-left: 20px;
}

ol > *, ul > * {
  padding-left: 10px;
}

ol {
  list-style-type: decimal;
}

form ol, form ul {
  list-style: none;
}
form ol, form ul {
  padding-left: 0;
}
form ol li, form ul li {
  padding-left: 0;
}

p {
  line-height: 29px;
}
p + p {
  margin-top: 0.5em;
}
p:empty {
  display: none;
}

main ul {
  list-style: none;
  padding-left: 20px;
}
main ul li {
  display: block;
  list-style: none;
  padding-left: 4px;
  position: relative;
}
main ul li:before {
  background-color: #006970;
  content: "";
  display: block;
  height: 8px;
  left: -24px;
  position: absolute;
  top: 12px;
  width: 8px;
}

hr {
  background: -webkit-gradient(linear, left top, right top, from(#006970), to(#187ef2));
  background: linear-gradient(90deg, #006970, #187ef2);
  border: none;
  height: 2px;
}

@font-face {
  font-family: FrutigerLTPro;
  font-weight: 700;
  src: url("../../Fonts/RVBW/2DDBBF_0_0.551ed1d767cc.eot");
  src: url("../../Fonts/RVBW/2DDBBF_0_0.551ed1d767cc.eot?#iefix") format("embedded-opentype"), url("../../Fonts/RVBW/2DDBBF_0_0.23294066a59e.woff2") format("woff2"), url("../../Fonts/RVBW/2DDBBF_0_0.aad9da5c94b3.woff") format("woff"), url("../../Fonts/RVBW/2DDBBF_0_0.3ac3b10c2d33.ttf") format("truetype");
}
@font-face {
  font-family: FrutigerLTPro;
  font-weight: 400;
  src: url("../../Fonts/RVBW/2DDBBF_1_0.1eb8c285b048.eot");
  src: url("../../Fonts/RVBW/2DDBBF_1_0.1eb8c285b048.eot?#iefix") format("embedded-opentype"), url("../../Fonts/RVBW/2DDBBF_1_0.ed1d8dfea820.woff2") format("woff2"), url("../../Fonts/RVBW/2DDBBF_1_0.5fcdd402b91d.woff") format("woff"), url("../../Fonts/RVBW/2DDBBF_1_0.4bdba9eb297e.ttf") format("truetype");
}
@font-face {
  font-family: FrutigerLTPro;
  font-weight: 200;
  src: url("../../Fonts/RVBW/2DDBBF_2_0.1f0b5b9dd622.eot");
  src: url("../../Fonts/RVBW/2DDBBF_2_0.1f0b5b9dd622.eot?#iefix") format("embedded-opentype"), url("../../Fonts/RVBW/2DDBBF_2_0.87a1110d03ce.woff2") format("woff2"), url("../../Fonts/RVBW/2DDBBF_2_0.6d5d3d557207.woff") format("woff"), url("../../Fonts/RVBW/2DDBBF_2_0.58629156aef0.ttf") format("truetype");
}
html {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: FrutigerLTPro, "sans-serif", sans;
  text-rendering: optimizeLegibility !important;
}

body {
  color: #141414;
}

h1, h2, h3, p, small, span {
  padding-top: 2px;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  h1, h2, h3, p, small, span {
    padding-top: 0;
  }
}
body, span {
  font-size: 16px;
  line-height: 27px;
}

@media only screen and (min-width: 992px) {
  body, span {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  body, span {
    line-height: 34px;
  }
}
b, strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

.rvbw-icon {
  display: block;
  height: 20px;
  width: 20px;
}

.rvbw-icon-small {
  height: 16px;
  width: 16px;
}

a .rvbw-icon {
  -webkit-filter: invert(37%) sepia(93%) saturate(2300%) hue-rotate(197deg) brightness(96%) contrast(97%);
          filter: invert(37%) sepia(93%) saturate(2300%) hue-rotate(197deg) brightness(96%) contrast(97%);
}

.navigation-lg, .navigation-xs {
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.06);
  display: block;
  position: fixed;
  top: 0;
  z-index: 999999;
}

.navigation-lg .menu, .navigation-xs .menu {
  overflow: hidden;
}

.navigation-lg .menu:after, .navigation-xs .menu:after {
  clear: both;
  content: " ";
  display: block;
}

.navigation-lg a {
  border-bottom: none;
  text-decoration: none;
}

.navigation-xs {
  display: block;
  height: 54px;
  width: 100%;
}
.navigation-xs a {
  border-bottom: none;
  text-decoration: none;
}
.navigation-xs .menu {
  padding: 0 16px;
}
.navigation-xs .menu-wrapper {
  display: none;
  height: calc(100vh - 54px);
  width: 100%;
  z-index: 499999;
}
.navigation-xs .menu-wrapper.visible, .navigation-xs .menu-wrapper:target {
  display: block;
}
.navigation-xs .menu-wrapper .menu-content {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow-y: scroll;
  position: static;
}
.navigation-xs .menu-wrapper .menu-content a {
  color: #141414;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}
.navigation-xs .menu-wrapper .menu-content a.active {
  color: #187ef2;
}
.navigation-xs .menu-wrapper .menu-content a:hover {
  color: #187ef2;
}
.navigation-xs .menu-wrapper .menu-content a:hover:not(.top-level) {
  color: #187ef2;
}
.navigation-xs .menu-wrapper .menu-content a.top-level {
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
}
.navigation-xs .menu-wrapper .menu-content a.top-level span.top-level-span {
  color: inherit;
}
.navigation-xs .menu-wrapper .menu-content a.top-level.active span.top-level-span {
  border-bottom: 2px solid #187ef2;
}
.navigation-xs .menu-wrapper .menu-content .menu-children {
  padding: 0;
}
.navigation-xs .menu-wrapper .menu-content .menu-children .child-link {
  border-bottom: 1px solid hsla(40, 3%, 55%, 0.5);
}
.navigation-xs .menu-wrapper .menu-content .menu-children .child-link span.child-link-span {
  color: inherit;
}
.navigation-xs .menu-wrapper .menu-content .menu-children .child-link.active {
  font-weight: 700;
}
.navigation-xs .menu-wrapper .menu-content .menu-children .child-link:not(:last-child) {
  margin-bottom: 2px;
}
.navigation-xs .menu-wrapper .menu-content .menu-children .child-link:first-child {
  margin-top: 2px;
}
.navigation-xs .menu-wrapper .menu-content .menu-children:not(.active) {
  display: none;
}
.navigation-xs .menu-wrapper .menu-content .menu-children.active {
  background-color: #f2f1ed;
  display: block;
}
.navigation-xs .menu-wrapper .menu-content nav.active {
  background-color: #fff;
}
.navigation-xs .column-logo, .navigation-xs .column-menu {
  float: left;
  height: 54px;
  width: 50%;
}
.navigation-xs .column-logo div {
  background-position: 0;
  height: 16px;
  pointer-events: none;
  width: auto;
}
.navigation-xs .column-logo a {
  display: block;
  height: 100%;
}
.navigation-xs .column-menu > div {
  float: right;
  margin-top: 3px;
}
.navigation-xs .column-menu > div > :nth-child(n) {
  text-align: center;
  width: 100%;
}
.navigation-xs .column-menu .menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  text-align: center;
}
.navigation-xs .column-menu .menu-button {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
  font-weight: 700;
  height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
  text-align: center;
}
.navigation-xs .column-menu .menu-button.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .navigation-xs {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .navigation-xs .menu {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.navigation-lg {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  display: none;
  height: 80px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999999;
}
.navigation-lg ul > li.active > a {
  border-bottom: 2px solid #187ef2;
}
.navigation-lg ul > li > a {
  font-size: 16px;
  padding: 4px 1.5px;
}
.navigation-lg ul > li > a::-moz-focus-inner {
  border: 0;
}
.navigation-lg ul > li > a:active, .navigation-lg ul > li > a:focus, .navigation-lg ul > li > a:hover {
  border-bottom: 4px solid #187ef2;
}
.navigation-lg ul > li > a:focus {
  background-color: rgba(189, 224, 255, 0.5);
}
.navigation-lg .menu-wrapper-lg-bottom, .navigation-lg .menu-wrapper-lg-top {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  padding-left: 16px;
  padding-right: 16px;
}
.navigation-lg .menu-wrapper-lg-bottom {
  background: #f2f1ed;
  height: 48px;
}
.navigation-lg .menu {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.navigation-lg .menu.bottom {
  font-size: 18px;
  height: 48px;
}
.navigation-lg .column-logo {
  left: 40px;
  position: absolute;
  top: 29px;
}
.navigation-lg .column-logo div {
  height: 20px;
  pointer-events: none;
  width: 120px;
}
.navigation-lg .column-logo a {
  border-bottom: none;
  height: 100%;
}
.navigation-lg .column-logo a:visited {
  border-bottom: none;
  height: 100%;
}
.navigation-lg .menu-wrapper-lg-top {
  position: relative;
  z-index: 5;
}
.navigation-lg .menu-wrapper-lg-top .column-navigation {
  float: left;
  width: 100%;
}
.navigation-lg .column-navigation {
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.navigation-lg .column-navigation ul.bottom-level, .navigation-lg .column-navigation ul.top-level {
  margin: 0 auto;
  padding: 0;
}
.navigation-lg .column-navigation ul.bottom-level a, .navigation-lg .column-navigation ul.top-level a {
  color: #141414;
  font-weight: 700;
}
.navigation-lg .column-navigation ul.bottom-level > li.active a {
  color: #187ef2;
  font-weight: 700;
}
.navigation-lg .column-navigation ul.top-level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.navigation-lg .column-navigation ul.top-level > li.active a {
  color: #187ef2;
  font-weight: 700;
}
.navigation-lg .column-navigation ul.top-level li {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  white-space: nowrap;
}
.navigation-lg .column-navigation ul.top-level > li a {
  display: block;
  height: 32px;
  line-height: 22px;
}
.navigation-lg .column-navigation ul.bottom-level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.navigation-lg .column-navigation ul.bottom-level li {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 13px;
  padding-right: 13px;
  vertical-align: middle;
  white-space: nowrap;
}
.navigation-lg .column-navigation ul.bottom-level > li {
  display: table-cell;
  height: 48px;
}
.navigation-lg .column-navigation ul.bottom-level > li a {
  background: none;
  border-bottom: none;
  display: table-cell;
  font-size: 15px;
  font-weight: 400;
  height: 48px;
  vertical-align: middle;
}
.navigation-lg .column-navigation ul.bottom-level > li a > * {
  color: unset;
}
.navigation-lg .column-navigation ul.bottom-level > li a span.bottom-level-span {
  all: unset;
  font-size: 15px;
  padding: 6px 0 2px;
}
.navigation-lg .column-navigation ul.bottom-level > li a:hover span.bottom-level-span {
  border-bottom: 4px solid #187ef2;
}
.navigation-lg .column-navigation ul.bottom-level > li a:active, .navigation-lg .column-navigation ul.bottom-level > li a:focus {
  background: none;
}
.navigation-lg .column-navigation ul.bottom-level > li a:active span.bottom-level-span, .navigation-lg .column-navigation ul.bottom-level > li a:focus span.bottom-level-span {
  background: rgba(189, 224, 255, 0.5);
}
.navigation-lg .column-navigation ul.bottom-level > li.active a {
  font-weight: 700;
}
.navigation-lg .column-navigation ul.bottom-level > li.active a:hover {
  font-weight: 700;
}

@media only screen and (min-width: 576px) {
  .navigation-lg .menu {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .navigation-lg .menu {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .navigation-lg .menu {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-lg .menu {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-lg .column-navigation ul.top-level {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  .navigation-lg .column-navigation ul.top-level li {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation-lg .column-navigation ul.bottom-level {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  .navigation-lg .column-navigation ul.bottom-level li {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    padding-left: 9px;
    padding-right: 9px;
    vertical-align: middle;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .menu-wrapper-lg-bottom, .menu-wrapper-lg-top {
    padding: 0;
  }
  .navigation-lg {
    display: block;
  }
}
.cookie-banner {
  background: #fef0f0;
  bottom: 0;
  padding: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 11;
}
/* Zustimmung liegt als Cookie vor (Klasse setzt ein Head-Skript aus dem Import,
   siehe RvbwContentParser::buildLinkedScriptTags) - Balken gar nicht erst zeigen,
   statt ihn in window.onload wieder auszublenden. */
.rvbw-cookies-accepted .cookie-banner {
  display: none;
}
.cookie-banner p {
  line-height: 1.5;
  padding: 20px;
}
.cookie-banner p a {
  border-bottom-color: #e60000;
  color: #e60000;
}
.cookie-banner button {
  background: #e60000;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .cookie-banner p {
    padding: 20px 15%;
  }
}
@media only screen and (min-width: 992px) {
  .cookie-banner button {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
  }
}
footer {
  background: #f2f1ed;
  color: #141414;
  margin-top: 40px;
}
footer:before {
  background: -webkit-gradient(linear, left top, right top, from(#187ef2), to(#50c1fa));
  background: linear-gradient(90deg, #187ef2, #50c1fa);
  content: " ";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
footer .footer-column-container {
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 32px 36px 64px;
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
footer .footer-column-container .footer-column-1, footer .footer-column-container .footer-column-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
footer .footer-column-container .footer-column-1 > div:not(:last-child), footer .footer-column-container .footer-column-2 > div:not(:last-child) {
  margin-bottom: 24px;
}
footer .footer-column-container .footer-column-1 .footer-imprint-address img.brand-element, footer .footer-column-container .footer-column-2 .footer-imprint-address img.brand-element {
  height: 16px;
  position: absolute;
  -webkit-transform: translateX(-36px) translateY(6px);
          transform: translateX(-36px) translateY(6px);
  width: auto;
}
footer .footer-column-container span {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
footer .footer-column-container a {
  font-size: 16px;
  line-height: 24px;
}
footer .footer-column-container a:hover, footer .footer-column-container a:visited {
  font-size: 16px;
  line-height: 24px;
}
footer .footer-column-container strong {
  margin-bottom: 4px;
}
footer .footer-author {
  background: #fff;
  -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.06);
  color: #141414;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  height: auto;
  line-height: 24px;
  padding: 12px 20px;
  text-align: center;
  width: 100%;
}
footer .footer-author > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}
footer .footer-author a {
  border-bottom: none;
  color: #000;
  text-decoration: underline;
}
footer .footer-author a:hover, footer .footer-author a:visited {
  border-bottom: none;
  color: #000;
  text-decoration: underline;
}
footer .footer-author a.konoma {
  text-decoration: none;
}
footer .footer-author a.konoma:hover, footer .footer-author a.konoma:visited {
  text-decoration: none;
}

@media only screen and (min-width: 576px) {
  footer .footer-column-container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer-column-container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  footer .footer-column-container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  footer .footer-column-container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 576px) {
  footer .footer-author > .content {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer-author > .content {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  footer .footer-author > .content {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  footer .footer-author > .content {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
  footer {
    margin-top: 80px;
  }
  footer .footer-column-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 56px 0 40px;
  }
  footer .footer-author {
    height: 44px;
  }
  footer .footer-author > .content {
    -ms-flex-line-pack: justify;
        align-content: space-between;
    font-size: 14px;
    gap: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  footer .footer-author {
    height: 44px;
  }
}
#wagtail-userbar {
  top: 150px;
}

main.rvbw {
  display: block;
  margin-top: 54px;
}

@media only screen and (min-width: 992px) {
  body:not(.home) main.rvbw:before {
    background: -webkit-gradient(linear, left top, right top, from(#187ef2), to(#50c1fa));
    background: linear-gradient(90deg, #187ef2, #50c1fa);
    content: " ";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  main.rvbw {
    margin-top: 80px;
  }
}
/*# sourceMappingURL=screen.css.map */