@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }


/**
 * SETTINGS
 * Vars.................Globally-available variables.
 * Global...............Configuration.
 * Grid.................Layout Grid.
 *
 * BASE
 * Fonts................Integrate webfonts.
 * Headings.............H1–H6 styles.
 *
 * COMPONENTS
 * Header...............The page header.
 * Main.................The main content.
 * Footer...............The page footer.
**/
/**
  Variables
**/
/** Colors **/
/** Fonts **/
/** Mixins **/
/** Breakpoints **/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Safari / IPhone */
/**
 Global
**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  *:before, *:after {
    clear: both; }
  *:target:before {
    content: "";
    display: block;
    height: 150px;
    /* same as your fixed header height */
    margin: -150px 0 0;
    /* negative fixed header height */ }
  *:focus, * a:active, * a:focus {
    outline: none; }
  * ::-moz-focus-inner {
    border: 1px dotted transparent; }

body, p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #2B2B2B;
  background-color: #fff; }

p {
  background-color: transparent;
  margin-bottom: 15px; }
  p:last-child {
    margin-bottom: 0; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.hidden {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  color: transparent; }

.ts-a:after {
  content: "@"; }

.ts-b:after {
  content: "."; }

/**
Grid
**/
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px; }

.layout-1col main .container {
  max-width: 800px; }

.layout-1col main .frame-layout-breadcrumb .container {
  max-width: 1280px; }

@media only screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    .row:last-child {
      margin-bottom: 0; }
    .row [class^="col-"], .row [class*="col-"] {
      width: 100%;
      padding: 0 20px; }
    .row .col-4 {
      width: calc(100% / 12 * 4); }
    .row .col-6 {
      width: calc(100% / 12 * 6); }
    .row .col-8 {
      width: calc(100% / 12 * 8); }
    .row .col-12 {
      width: 100%; }
    .row .col-12 > div {
      margin-bottom: 60px; }
      .row .col-12 > div:last-child {
        margin-bottom: 0; } }

#main .frame-type-container-2col .col-6:first-child {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    #main .frame-type-container-2col .col-6:first-child {
      padding-right: 40px;
      margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  #main .frame-type-container-2col .col-6 + .col-6 {
    border-left: 1px solid #737373;
    padding-left: 40px; } }

/**
 * Webfonts
**/
@font-face {
  font-family: 'icons';
  src: url('../../../_assets/0b913106574db8d60c3dcacddca73081/Fonts/icomoon.woff2') format("woff2"), url('../../../_assets/0b913106574db8d60c3dcacddca73081/Fonts/icomoon.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  position: relative;
  padding-left: 40px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons" !important;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-size: 1.25rem;
    color: #2B2B2B; }

.icon-internet:before {
  content: "\e90b"; }

.icon-gesundheit:before {
  content: "\e906"; }

.icon-abzocke:before {
  content: "\e900"; }

.icon-ernaerung:before {
  content: "\e905"; }

.icon-bewegung:before {
  content: "\e903"; }

.icon-klima:before {
  content: "\e90c"; }

.icon-vw-person:before {
  content: "\e918"; }

.icon-vw-document:before,
.icon-vw-doc:before {
  content: "\e91a"; }

.icon-vw-online:before {
  content: "\e917"; }

.icon-vw-phone:before {
  content: "\e916"; }

.icon-vw-mail:before {
  content: "\e915"; }

.icon-datum:before {
  content: "\e904"; }

.icon-uhrzeit:before {
  content: "\e913"; }

.icon-standort:before {
  content: "\e90f"; }

.icon-wissen:before {
  content: "\e90a"; }

.icon-info:before {
  content: "\e909"; }

.icon-beratung:before {
  content: "\e907"; }

.icon-gut:before {
  content: "\e908"; }

.icon-tipp:before {
  content: "\e912"; }

.icon-mail:before {
  content: "\e90e"; }

.icon-wegweiser:before {
  content: "\e914"; }

.icon-suche:before {
  content: "\e910"; }

.icon-pfeil:before {
  content: "\e911"; }

.icon-chevron:before {
  content: "\e902"; }

.icon-sprunganker:before {
  content: "\e901"; }

.icon-punkt:before {
  content: "\e90d"; }

.icon-pdf:before {
  content: "\e919"; }

/**
  Accordion
**/
.accordion .accordion-item {
  border-bottom: 1px solid #737373; }
  .accordion .accordion-item:first-child {
    border-top: 1px solid #737373; }
  .accordion .accordion-item .accordion-header {
    margin-bottom: 0; }
    .accordion .accordion-item .accordion-header button {
      position: relative;
      width: 100%;
      background-color: #fff;
      border: none;
      border-radius: 0;
      padding: 13px 50px 10px 0;
      text-align: left;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold;
      color: #2B2B2B;
      cursor: pointer; }
      .accordion .accordion-item .accordion-header button:after {
        content: "\e902";
        display: inline-block;
        font-family: "icons";
        font-size: 20px;
        font-size: 1.25rem;
        color: #2B2B2B;
        position: absolute;
        top: 17px;
        right: 10px;
        pointer-events: none; }
      .accordion .accordion-item .accordion-header button[aria-expanded="true"]:after {
        transform: rotate(180deg); }
  .accordion .accordion-item .accordion-body hr {
    margin: 25px 0 20px;
    border: 1px solid #EAEFF6; }
  .accordion .accordion-item .accordion-collapse {
    display: none;
    padding-bottom: 20px; }
    .accordion .accordion-item .accordion-collapse.show {
      display: block; }

/**
  Color Scheme styling
**/
.page-color-1 .header-hero .container,
.page-color-1 main .frame.frame-type-menu_section .page-nav {
  background-color: #F3E7F1; }

.page-color-1 .info {
  border-color: #951B81; }

.page-color-1 ul li:before, .page-color-1 ol li:before {
  color: #951B81; }

.page-color-1 table thead tr th, .page-color-1 .ce-table thead tr th {
  border-bottom: 5px solid #951B81; }

.page-color-1 table tbody tr:nth-child(even) {
  background-color: #F3E7F1; }

.page-color-2 .header-hero .container,
.page-color-2 main .frame.frame-type-menu_section .page-nav {
  background-color: #E7F3F4; }

.page-color-2 .info {
  border-color: #538E92; }

.page-color-2 ul li:before, .page-color-2 ol li:before {
  color: #538E92; }

.page-color-2 table thead tr th, .page-color-2 .ce-table thead tr th {
  border-bottom: 5px solid #538E92; }

.page-color-2 table tbody tr:nth-child(even) {
  background-color: #E7F3F4; }

.page-color-3 .header-hero .container,
.page-color-3 main .frame.frame-type-menu_section .page-nav {
  background-color: #ECF8FD; }

.page-color-3 .info {
  border-color: #009EE0; }

.page-color-3 ul li:before, .page-color-3 ol li:before {
  color: #009EE0; }

.page-color-3 table thead tr th, .page-color-3 .ce-table thead tr th {
  border-bottom: 5px solid #009EE0; }

.page-color-3 table tbody tr:nth-child(even) {
  background-color: #ECF8FD; }

.page-color-4 .header-hero .container,
.page-color-4 main .frame.frame-type-menu_section .page-nav {
  background-color: #FDEEDC; }

.page-color-4 .info {
  border-color: #F7931D; }

.page-color-4 ul li:before, .page-color-4 ol li:before {
  color: #F7931D; }

.page-color-4 table thead tr th, .page-color-4 .ce-table thead tr th {
  border-bottom: 5px solid #F7931D; }

.page-color-4 table tbody tr:nth-child(even) {
  background-color: #FDEEDC; }

.page-color-5 .header-hero .container,
.page-color-5 main .frame.frame-type-menu_section .page-nav {
  background-color: #F0F3DB; }

.page-color-5 .info {
  border-color: #B1C800; }

.page-color-5 ul li:before, .page-color-5 ol li:before {
  color: #B1C800; }

.page-color-5 table thead tr th, .page-color-5 .ce-table thead tr th {
  border-bottom: 5px solid #B1C800; }

.page-color-5 table tbody tr:nth-child(even) {
  background-color: #F0F3DB; }

.icon-vw-person:before,
.icon-vw-document:before,
.icon-vw-online:before,
.icon-vw-phone:before,
.icon-vw-mail:before {
  color: #233755; }

.icon-vw-person.gesundheit:before,
.icon-vw-document.gesundheit:before,
.icon-vw-online.gesundheit:before,
.icon-vw-phone.gesundheit:before,
.icon-vw-mail.gesundheit:before {
  color: #951B81; }

.icon-vw-person.internet:before,
.icon-vw-document.internet:before,
.icon-vw-online.internet:before,
.icon-vw-phone.internet:before,
.icon-vw-mail.internet:before {
  color: #538E92; }

.icon-vw-person.abzocke:before,
.icon-vw-document.abzocke:before,
.icon-vw-online.abzocke:before,
.icon-vw-phone.abzocke:before,
.icon-vw-mail.abzocke:before {
  color: #009EE0; }

.icon-vw-person.ernaehrungbewegung:before,
.icon-vw-document.ernaehrungbewegung:before,
.icon-vw-online.ernaehrungbewegung:before,
.icon-vw-phone.ernaehrungbewegung:before,
.icon-vw-mail.ernaehrungbewegung:before {
  color: #F7931D; }

.icon-vw-person.klima:before,
.icon-vw-document.klima:before,
.icon-vw-online.klima:before,
.icon-vw-phone.klima:before,
.icon-vw-mail.klima:before {
  color: #B1C800; }

/**
  Events
**/
.events .event-list {
  margin-bottom: 20px; }
  .events .event-list .event-teaser {
    border-bottom: 1px solid #737373;
    padding: 20px 0; }
    .events .event-list .event-teaser:first-child {
      border-top: 1px solid #737373; }
    .events .event-list .event-teaser a {
      text-decoration: none; }
      .events .event-list .event-teaser a:hover h3, .events .event-list .event-teaser a:focus h3 {
        text-decoration: underline; }
    .events .event-list .event-teaser p {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-right: 40px; }
      .events .event-list .event-teaser p span {
        position: relative;
        display: inline-block;
        width: 100%;
        padding-left: 30px; }
        @media only screen and (min-width: 576px) {
          .events .event-list .event-teaser p span {
            width: 50%; }
            .events .event-list .event-teaser p span.event-date {
              width: 100%; } }
        @media only screen and (min-width: 992px) {
          .events .event-list .event-teaser p span {
            flex: 2.5; }
            .events .event-list .event-teaser p span.event-starttime, .events .event-list .event-teaser p span.event-location {
              flex: 1; } }
        .events .event-list .event-teaser p span.event-date:before, .events .event-list .event-teaser p span.event-starttime:before, .events .event-list .event-teaser p span.event-location:before {
          content: "\e904";
          position: absolute;
          left: 0;
          top: 0;
          font-family: "icons";
          color: #233755; }
        .events .event-list .event-teaser p span.event-starttime:before {
          content: "\e913"; }
        .events .event-list .event-teaser p span.event-location:before {
          content: "\e90f"; }

/* Events Startseite */
@media only screen and (min-width: 1280px) {
  .events.events-short .event-list p span {
    width: 100%;
    flex: auto; }
    .events.events-short .event-list p span.event-starttime, .events.events-short .event-list p span.event-location {
      flex: auto;
      width: 50%; } }

/**
 Form
**/
.button, .btn, .btn-primary, input[type="submit"], button {
  display: inline-block;
  background-color: #233755;
  border: 2px solid #233755;
  border-radius: 100px;
  padding: 5px 20px 7px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer; }
  .button:hover, .button:focus, .button:active, .button:visited, .btn:hover, .btn:focus, .btn:active, .btn:visited, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:visited, button:hover, button:focus, button:active, button:visited {
    color: #fff;
    text-decoration: underline; }

.btn-blue {
  background-color: #fff;
  color: #233755; }
  .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue:visited {
    color: #233755; }

form p:last-child {
  margin-bottom: 20px; }

form fieldset {
  border: none; }

form .form-group {
  margin-bottom: 20px; }
  form .form-group .control-label {
    font-weight: 600; }
  form .form-group .help-block {
    color: #737373;
    font-size: 16px;
    font-size: 1rem; }
  form .form-group input[type="text"], form .form-group input[type="email"], form .form-group input[type="password"],
  form .form-group select, form .form-group textarea {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    font-size: 20px;
    font-size: 1.25rem; }
  form .form-group .radio, form .form-group .form-check {
    margin-bottom: 5px; }
    form .form-group .radio label, form .form-group .form-check label {
      cursor: pointer; }
  form .form-group .form-check {
    position: relative;
    padding-left: 20px; }
    form .form-group .form-check input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 8px;
      width: 15px;
      height: 15px; }

form .form-navigation .btn-group {
  text-align: right; }

/**
  Headings
**/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2B2B2B;
  word-break: break-word; }

h1 {
  font-family: Garamond, serif;
  font-size: 34px;
  font-size: 2.125rem; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 50px;
      font-size: 3.125rem; } }

h2 {
  font-size: 28px;
  font-size: 1.75rem; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 32px;
      font-size: 2rem; } }

h3 {
  font-size: 24px;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 26px;
      font-size: 1.625rem; } }

h4 {
  font-size: 22px;
  font-size: 1.375rem; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 24px;
      font-size: 1.5rem; } }

h5, h6 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold; }

.layout-home .frame-type-header:only-child header:only-child, .layout-home .frame-default:only-child header:only-child {
  margin-bottom: -15px; }
  @media only screen and (min-width: 768px) {
    .layout-home .frame-type-header:only-child header:only-child, .layout-home .frame-default:only-child header:only-child {
      margin-bottom: -60px; } }

.layout-home .frame-type-list > .container > .row > .col-12:only-child h2:only-child, .layout-home .frame-type-list > .container > .row > .col-12:only-child h3:only-child {
  margin-bottom: -30px; }
  @media only screen and (min-width: 768px) {
    .layout-home .frame-type-list > .container > .row > .col-12:only-child h2:only-child, .layout-home .frame-type-list > .container > .row > .col-12:only-child h3:only-child {
      margin-bottom: -60px; } }

/**
  Images
**/
img {
  max-width: 100%;
  height: auto;
  display: grid; }

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; }

.ce-center .ce-gallery {
  display: block; }

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery {
  margin-top: 10px;
  margin-left: 30px;
  max-width: 50%; }
  @media only screen and (max-width: 575px) {
    .ce-intext.ce-right .ce-gallery,
    .ce-intext.ce-left .ce-gallery {
      float: none;
      margin-left: 0;
      margin-right: 0;
      max-width: 100%; } }

.ce-intext.ce-left .ce-gallery {
  margin-left: 0;
  margin-right: 30px; }

.ce-intext.ce-nowrap .ce-gallery {
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .ce-intext.ce-nowrap .ce-gallery {
      margin-bottom: 20px; }
      .ce-intext.ce-nowrap .ce-gallery + .ce-bodytext {
        overflow: visible; } }

figure figcaption {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1rem;
  color: #737373; }

/**
  Link styling
**/
main a {
  color: #233755; }
  main a:hover, main a:focus, main a:active, main a:visited {
    color: #233755; }
  main a:hover, main a:focus {
    text-decoration: none; }

main #main-content {
  height: 0 !important;
  position: absolute; }

main p a[href*="http"], main p a[href^="http"], main p a[href*="javascript:linkTo"], main p a[href^="javascript:linkTo"], main ul a[href*="http"], main ul a[href^="http"], main ul a[href*="javascript:linkTo"], main ul a[href^="javascript:linkTo"], main ol a[href*="http"], main ol a[href^="http"], main ol a[href*="javascript:linkTo"], main ol a[href^="javascript:linkTo"] {
  position: relative;
  padding-left: 25px; }
  main p a[href*="http"]:before, main p a[href^="http"]:before, main p a[href*="javascript:linkTo"]:before, main p a[href^="javascript:linkTo"]:before, main ul a[href*="http"]:before, main ul a[href^="http"]:before, main ul a[href*="javascript:linkTo"]:before, main ul a[href^="javascript:linkTo"]:before, main ol a[href*="http"]:before, main ol a[href^="http"]:before, main ol a[href*="javascript:linkTo"]:before, main ol a[href^="javascript:linkTo"]:before {
    content: "\e911";
    display: inline-block;
    font-family: "icons";
    font-size: 16px;
    font-size: 1rem;
    color: #233755;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 3px; }

main p a[href*="javascript:linkTo"]:before, main p a[href^="javascript:linkTo"]:before, main ul a[href*="javascript:linkTo"]:before, main ul a[href^="javascript:linkTo"]:before, main ol a[href*="javascript:linkTo"]:before, main ol a[href^="javascript:linkTo"]:before {
  transform: rotate(0);
  content: "\e90e";
  top: 2px;
  left: 3px; }

main p a.icon-vw-phone, main p a.icon-vw-person, main p a.icon-vw-mail, main p a.icon-vw-document, main p a.icon-vw-doc, main p a.icon-vw-online, main ul a.icon-vw-phone, main ul a.icon-vw-person, main ul a.icon-vw-mail, main ul a.icon-vw-document, main ul a.icon-vw-doc, main ul a.icon-vw-online, main ol a.icon-vw-phone, main ol a.icon-vw-person, main ol a.icon-vw-mail, main ol a.icon-vw-document, main ol a.icon-vw-doc, main ol a.icon-vw-online {
  position: relative;
  padding-left: 25px; }
  main p a.icon-vw-phone:before, main p a.icon-vw-person:before, main p a.icon-vw-mail:before, main p a.icon-vw-document:before, main p a.icon-vw-doc:before, main p a.icon-vw-online:before, main ul a.icon-vw-phone:before, main ul a.icon-vw-person:before, main ul a.icon-vw-mail:before, main ul a.icon-vw-document:before, main ul a.icon-vw-doc:before, main ul a.icon-vw-online:before, main ol a.icon-vw-phone:before, main ol a.icon-vw-person:before, main ol a.icon-vw-mail:before, main ol a.icon-vw-document:before, main ol a.icon-vw-doc:before, main ol a.icon-vw-online:before {
    font-size: 16px;
    font-size: 1rem;
    color: #233755;
    top: 7px;
    transform: rotate(0); }

main p a.icon-vw-person:before, main ul a.icon-vw-person:before, main ol a.icon-vw-person:before {
  content: "\e918"; }

main p a.icon-vw-document:before, main p a.icon-vw-doc:before, main ul a.icon-vw-document:before, main ul a.icon-vw-doc:before, main ol a.icon-vw-document:before, main ol a.icon-vw-doc:before {
  content: "\e91a"; }

main p a.icon-vw-online:before, main ul a.icon-vw-online:before, main ol a.icon-vw-online:before {
  content: "\e917"; }

main p a.icon-vw-phone:before, main ul a.icon-vw-phone:before, main ol a.icon-vw-phone:before {
  content: "\e916"; }

main p a.icon-vw-mail:before, main ul a.icon-vw-mail:before, main ol a.icon-vw-mail:before {
  content: "\e915"; }

/**
  List styling
**/
ul {
  list-style: none; }
  ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px; }
    ul li:before {
      content: "\e90d";
      font-family: "icons";
      font-size: 10px;
      font-size: 0.625rem;
      color: #233755;
      position: absolute;
      top: 9px;
      left: 1px; }
    ul li:only-child {
      margin-bottom: 0; }
    ul li ul, ul li ol {
      margin-top: 10px; }
  ul > li:last-child {
    margin-bottom: 0; }
  ul ol {
    counter-reset: section; }
    ul ol li:before {
      font-size: 20px;
      font-size: 1.25rem;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

ol {
  counter-reset: section;
  list-style-type: none; }
  ol li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px; }
    ol li:before {
      position: absolute;
      top: 0;
      left: 0;
      counter-increment: section;
      content: counters(section, ".") " ";
      color: #233755;
      font-weight: bold; }
    ol li li {
      padding-left: 35px; }
    ol li ol ol li {
      padding-left: 50px; }
  ol ol {
    margin-top: 15px; }
  ol ul li {
    padding-left: 20px; }
    ol ul li:before {
      content: "\e90d";
      font-family: "icons";
      font-size: 10px;
      font-size: 0.625rem;
      color: #233755;
      position: absolute;
      top: 9px;
      left: 1px;
      font-weight: normal; }

.ce-intext.ce-textpic ol, .ce-intext.ce-textpic ul {
  clear: both;
  overflow: inherit;
  padding-left: 0; }

/**
  Newsletter
**/
.layout-home #main .frame-layout-3,
#main .frame-layout-3 {
  background-color: #233755;
  background-image: url('../../../_assets/Public/Images/email.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #fff; }
  .layout-home #main .frame-layout-3 h1, .layout-home #main .frame-layout-3 h2, .layout-home #main .frame-layout-3 h3, .layout-home #main .frame-layout-3 h4, .layout-home #main .frame-layout-3 h5, .layout-home #main .frame-layout-3 h6,
  .layout-home #main .frame-layout-3 p, .layout-home #main .frame-layout-3 a, .layout-home #main .frame-layout-3 span,
  #main .frame-layout-3 h1,
  #main .frame-layout-3 h2,
  #main .frame-layout-3 h3,
  #main .frame-layout-3 h4,
  #main .frame-layout-3 h5,
  #main .frame-layout-3 h6,
  #main .frame-layout-3 p,
  #main .frame-layout-3 a,
  #main .frame-layout-3 span {
    color: #fff; }
  .layout-home #main .frame-layout-3 .newsletter,
  #main .frame-layout-3 .newsletter {
    margin-top: -20px; }
    @media only screen and (min-width: 768px) {
      .layout-home #main .frame-layout-3 .newsletter,
      #main .frame-layout-3 .newsletter {
        width: calc(100% + 40px);
        margin-left: -20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .layout-home #main .frame-layout-3 .newsletter .col-8,
      #main .frame-layout-3 .newsletter .col-8 {
        width: 100%; } }
    .layout-home #main .frame-layout-3 .newsletter .col-8 .form-group label,
    #main .frame-layout-3 .newsletter .col-8 .form-group label {
      opacity: 0; }
    .layout-home #main .frame-layout-3 .newsletter button[type="submit"],
    #main .frame-layout-3 .newsletter button[type="submit"] {
      margin-bottom: 20px;
      min-height: 40px;
      min-width: 250px;
      padding: 7px 20px 7px;
      border: 2px solid white;
      background-color: transparent;
      width: 100%; }
      .layout-home #main .frame-layout-3 .newsletter button[type="submit"]:hover, .layout-home #main .frame-layout-3 .newsletter button[type="submit"]:focus,
      #main .frame-layout-3 .newsletter button[type="submit"]:hover,
      #main .frame-layout-3 .newsletter button[type="submit"]:focus {
        background-color: #233755; }
      @media only screen and (min-width: 992px) {
        .layout-home #main .frame-layout-3 .newsletter button[type="submit"],
        #main .frame-layout-3 .newsletter button[type="submit"] {
          margin-top: 29px;
          margin-bottom: 0; } }

/**
  Pagination styling
**/
.paginator, ul.tx-indexedsearch-browsebox {
  display: flex;
  justify-content: flex-end; }
  .paginator li, ul.tx-indexedsearch-browsebox li {
    list-style: none;
    padding: 0;
    margin: 0 5px; }
    .paginator li:before, ul.tx-indexedsearch-browsebox li:before {
      content: "";
      display: none; }
    .paginator li a, .paginator li.current, .paginator li.tx-indexedsearch-browselist-currentPage a, ul.tx-indexedsearch-browsebox li a, ul.tx-indexedsearch-browsebox li.current, ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
      display: inline-block;
      min-width: 40px;
      padding: 5px 10px;
      border-radius: 5px;
      background-color: #EAEFF6;
      color: #2B2B2B;
      text-align: center;
      text-decoration: none; }
      .paginator li a:hover, .paginator li a:focus, .paginator li.current:hover, .paginator li.current:focus, .paginator li.tx-indexedsearch-browselist-currentPage a:hover, .paginator li.tx-indexedsearch-browselist-currentPage a:focus, ul.tx-indexedsearch-browsebox li a:hover, ul.tx-indexedsearch-browsebox li a:focus, ul.tx-indexedsearch-browsebox li.current:hover, ul.tx-indexedsearch-browsebox li.current:focus, ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:hover, ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:focus {
        background-color: #233755;
        color: #fff; }
    .paginator li.current, .paginator li.tx-indexedsearch-browselist-currentPage a, ul.tx-indexedsearch-browsebox li.current, ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
      background-color: #233755;
      color: #fff;
      font-weight: bold; }

/**
  Search
**/
.item-suche:after {
  content: "\e910";
  display: inline-block;
  font-family: "icons";
  font-size: 20px;
  font-size: 1.25rem;
  color: #2B2B2B;
  position: absolute;
  top: 2px;
  left: 10px;
  pointer-events: none; }

.item-suche a, .item-suche span {
  position: relative;
  display: inline-block;
  color: transparent !important;
  text-indent: -9999px;
  width: 30px;
  top: 3px; }

#header .tx-indexedsearch-searchbox, #main .tx-indexedsearch-searchbox {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
  padding: 20px; }
  @media only screen and (min-width: 1200px) {
    #header .tx-indexedsearch-searchbox, #main .tx-indexedsearch-searchbox {
      left: auto; } }
  #header .tx-indexedsearch-searchbox legend, #header .tx-indexedsearch-searchbox label, #main .tx-indexedsearch-searchbox legend, #main .tx-indexedsearch-searchbox label {
    color: transparent;
    text-indent: -9999px;
    position: absolute; }
  #header .tx-indexedsearch-searchbox input[type="text"], #main .tx-indexedsearch-searchbox input[type="text"] {
    width: calc(100% - 60px);
    height: 40px;
    border: none;
    border-bottom: 1px solid #737373;
    padding: 10px 10px 20px 10px;
    font-size: 26px;
    font-size: 1.625rem;
    font-family: Garamond, serif;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      #header .tx-indexedsearch-searchbox input[type="text"], #main .tx-indexedsearch-searchbox input[type="text"] {
        font-size: 32px;
        font-size: 2rem; } }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit, #main .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    position: absolute;
    right: 20px;
    top: 20px; }
    #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input[type="submit"], #main .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      overflow: hidden;
      width: 60px;
      height: 40px;
      background-color: transparent;
      border: none;
      color: transparent; }
    #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:after, #main .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:after {
      content: "\e911";
      font-family: "icons";
      font-size: 24px;
      font-size: 1.5rem;
      color: #233755;
      position: absolute;
      top: 3px;
      right: 17px;
      pointer-events: none; }
    #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:hover input[type="submit"], #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:focus input[type="submit"], #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:focus-within input[type="submit"], #main .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:hover input[type="submit"], #main .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:focus input[type="submit"], #main .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:focus-within input[type="submit"] {
      background-color: #233755;
      border: 1px solid #233755;
      border-radius: 0; }
    #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:hover:after, #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:focus:after, #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:focus-within:after, #main .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:hover:after, #main .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:focus:after, #main .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit:focus-within:after {
      color: #fff; }

#main .tx-indexedsearch-searchbox {
  display: block;
  position: relative;
  box-shadow: none;
  padding: 0;
  margin-bottom: 10px; }
  #main .tx-indexedsearch-searchbox input[type="text"] {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 10px 10px 0; }
  #main .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    position: absolute;
    right: 0;
    top: 0; }

.tx-indexedsearch-info-sword {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #737373; }

.tx-indexedsearch-browsebox {
  margin-bottom: 20px; }

.tx-indexedsearch-res {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D1D1; }
  .tx-indexedsearch-res:nth-last-child(2) {
    border-bottom: 0; }
  .tx-indexedsearch-res .tx-indexedsearch-icon {
    display: none; }
  .tx-indexedsearch-res .tx-indexedsearch-title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold; }
    .tx-indexedsearch-res .tx-indexedsearch-title a {
      text-decoration: none; }
      .tx-indexedsearch-res .tx-indexedsearch-title a:hover, .tx-indexedsearch-res .tx-indexedsearch-title a:focus {
        text-decoration: underline; }

/**
  Table stylings
**/
.frame-type-table {
  overflow: auto; }

table, .ce-table {
  border-collapse: collapse;
  min-width: 700px; }
  table tr, .ce-table tr {
    vertical-align: top;
    text-align: left; }
  table th, table td, .ce-table th, .ce-table td {
    border-top: none;
    padding: 5px 10px; }
  table thead tr, .ce-table thead tr {
    background-color: #fff;
    vertical-align: top;
    text-align: left; }
    table thead tr th, .ce-table thead tr th {
      color: #2B2B2B;
      border-bottom: 5px solid #233755; }
  table tbody tr:nth-child(even), .ce-table tbody tr:nth-child(even) {
    background-color: #EAEFF6; }

/**
  Teaser styling
**/
.teaser, .more-item {
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.25);
  height: 100%;
  margin-bottom: 40px; }
  .teaser a, .more-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0 20px 20px;
    text-decoration: none; }
    .teaser a:hover, .teaser a:focus, .more-item a:hover, .more-item a:focus {
      box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.15); }
      .teaser a:hover .teaser-body header, .teaser a:focus .teaser-body header, .more-item a:hover .teaser-body header, .more-item a:focus .teaser-body header {
        text-decoration: underline; }
  .teaser .teaser-img, .more-item .teaser-img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 20px; }
    .teaser .teaser-img img, .more-item .teaser-img img {
      width: 100%; }
    .teaser .teaser-img figcaption, .more-item .teaser-img figcaption {
      padding: 0 20px; }

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .frame-type-list .row {
    flex-wrap: wrap; }
  .frame-type-list .col-4 {
    width: 100%;
    margin-bottom: 40px; }
    .frame-type-list .col-4 a {
      display: flex; }
    .frame-type-list .col-4 .teaser-img {
      width: 100%;
      max-width: 300px; }
      .frame-type-list .col-4 .teaser-img figcaption {
        padding: 0 10px;
        margin-bottom: 15px; }
    .frame-type-list .col-4 .teaser-body {
      padding: 10px 20px 20px; } }

.news-list .teaser {
  margin-bottom: 40px;
  padding: 0; }
  .news-list .teaser a {
    display: flex; }
  .news-list .teaser .teaser-img {
    width: 100%;
    min-width: 200px;
    max-width: 200px; }
    .news-list .teaser .teaser-img figcaption {
      padding: 0 10px;
      margin-bottom: 15px; }
  .news-list .teaser .teaser-body {
    padding: 10px 20px 20px; }

/* Infobox */
.info {
  position: relative;
  overflow: hidden;
  border: 5px solid #233755;
  border-radius: 40px; }
  .info .frame {
    padding: 30px; }
    @media only screen and (min-width: 576px) {
      .info .frame {
        padding: 40px; } }

/* More Item */
.more {
  display: flex;
  flex-wrap: wrap; }
  .more .more-item {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
    .more .more-item:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .more .more-item:nth-last-child(-n+2) {
        margin-bottom: 0; } }
    .more .more-item a:hover, .more .more-item a:focus {
      box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.15);
      text-decoration: underline; }
    @media only screen and (min-width: 576px) {
      .more .more-item {
        width: calc(50% - 20px); }
        .more .more-item:nth-child(odd) {
          margin-right: 20px; }
        .more .more-item:nth-child(even) {
          margin-left: 20px; } }
    .more .more-item figure {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-bottom: 20px; }

/**
 * Cookie-Banner
 */
#ga-cookie-consent {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: calc(100% - 40px);
  max-width: 25em;
  background-color: rgba(0, 39, 113, 0.9);
  border: 1px solid #fff;
  padding: 20px 20px 0 20px; }
  #ga-cookie-consent p {
    color: #fff;
    font-size: 16px;
    font-size: 1rem; }
    #ga-cookie-consent p a {
      color: #fff; }
    #ga-cookie-consent p button {
      margin-bottom: 20px;
      background-color: #800F00;
      min-width: 180px;
      font-size: 16px;
      font-size: 1rem; }
    #ga-cookie-consent p:last-child {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (max-width: 991px) {
        #ga-cookie-consent p:last-child {
          flex-direction: column-reverse; } }

/**
  Metanavigation
**/
#skipnav {
  margin-left: 0;
  height: 0;
  z-index: 10; }
  #skipnav li {
    padding-left: 0;
    margin-bottom: 0; }
    #skipnav li:before {
      content: "";
      display: none; }
    #skipnav li a {
      position: absolute;
      left: -999em;
      z-index: 10;
      background-color: #fff;
      border: 1px solid #233755;
      padding: 5px; }
      #skipnav li a:focus {
        left: 0;
        top: 10px;
        text-decoration: underline;
        color: #233755; }

/* Servicenavigation */
.subnav .menu-button {
  display: none; }

nav#headermenu ul {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 575px) {
    nav#headermenu ul {
      padding-top: 40px; } }
  nav#headermenu ul li {
    margin-left: 10px;
    margin-bottom: 0;
    border-left: 1px solid #2B2B2B;
    padding-left: 10px;
    padding-bottom: 5px; }
    nav#headermenu ul li:before {
      content: "";
      display: none; }
    nav#headermenu ul li:first-child {
      border: none; }
    nav#headermenu ul li a, nav#headermenu ul li.current span {
      text-decoration: none;
      color: #2B2B2B;
      font-size: 14px;
      font-size: 0.875rem; }
      @media only screen and (min-width: 576px) {
        nav#headermenu ul li a, nav#headermenu ul li.current span {
          font-size: 20px;
          font-size: 1.25rem; } }
      nav#headermenu ul li a:hover, nav#headermenu ul li a:focus, nav#headermenu ul li.current span:hover, nav#headermenu ul li.current span:focus {
        text-decoration: underline; }
    nav#headermenu ul li.item-verbraucherwegweiser {
      padding-left: 25px; }
      nav#headermenu ul li.item-verbraucherwegweiser:before {
        content: "\e914";
        display: inline-block;
        font-family: "icons";
        font-size: 20px;
        font-size: 1.25rem;
        color: #2B2B2B;
        top: 1px; }
    nav#headermenu ul li.item-suche {
      padding-left: 5px; }
      @media only screen and (max-width: 575px) {
        nav#headermenu ul li.item-suche {
          position: absolute;
          top: 0;
          right: 15px;
          border-left: 0; } }

/* Breadcrumb */
.frame-layout-breadcrumb .breadcrumb-label {
  color: transparent;
  text-indent: -9999px;
  position: absolute;
  height: 0;
  width: 0; }

.frame-layout-breadcrumb #breadcrumb ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  list-style: none; }
  .frame-layout-breadcrumb #breadcrumb ol li {
    list-style: none;
    position: relative;
    margin-right: 25px;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1rem; }
    .frame-layout-breadcrumb #breadcrumb ol li:before {
      content: "";
      display: none; }
    .frame-layout-breadcrumb #breadcrumb ol li:after {
      content: "\e902";
      font-family: "icons";
      font-size: 10px;
      font-size: 0.625rem;
      color: #2B2B2B;
      transform: rotate(-90deg);
      position: absolute;
      top: 5px;
      right: -19px; }
    .frame-layout-breadcrumb #breadcrumb ol li:last-child:after {
      content: "";
      display: none; }
    .frame-layout-breadcrumb #breadcrumb ol li a {
      color: #233755; }
      .frame-layout-breadcrumb #breadcrumb ol li a:hover, .frame-layout-breadcrumb #breadcrumb ol li a:focus {
        color: #233755;
        text-decoration: none; }

/* Quicklinks */
main .frame.frame-type-menu_section .page-nav {
  background-color: #EAEFF6;
  border-radius: 40px;
  padding: 30px; }
  @media only screen and (min-width: 576px) {
    main .frame.frame-type-menu_section .page-nav {
      padding: 40px; } }
  main .frame.frame-type-menu_section .page-nav ul li {
    padding-left: 30px; }
    main .frame.frame-type-menu_section .page-nav ul li:before {
      content: "\e901";
      font-size: 20px;
      font-size: 1.25rem;
      top: 0; }
    main .frame.frame-type-menu_section .page-nav ul li a {
      text-decoration: none; }
      main .frame.frame-type-menu_section .page-nav ul li a:hover, main .frame.frame-type-menu_section .page-nav ul li a:focus {
        text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    main .frame.frame-type-menu_section .page-nav ul {
      display: flex;
      flex-wrap: wrap; }
      main .frame.frame-type-menu_section .page-nav ul li {
        width: 50%; } }

/**
  Mainavigation
**/
.menu-button {
  display: none; }

nav#mainmenu ul {
  display: flex;
  justify-content: flex-end;
  z-index: 5; }
  nav#mainmenu ul li {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #951B81;
    border-left: 1px solid #fff;
    /* IE */ }
    nav#mainmenu ul li:before {
      content: "";
      display: none; }
    nav#mainmenu ul li a, nav#mainmenu ul li.current span, nav#mainmenu ul li.active a {
      display: inline-block;
      padding: 10px 10px 5px 10px;
      border-bottom: 5px solid transparent;
      text-decoration: none;
      text-transform: uppercase;
      color: #2B2B2B; }
      nav#mainmenu ul li a:hover, nav#mainmenu ul li a:focus, nav#mainmenu ul li.current span:hover, nav#mainmenu ul li.current span:focus, nav#mainmenu ul li.active a:hover, nav#mainmenu ul li.active a:focus {
        text-decoration: underline; }
    nav#mainmenu ul li.current span, nav#mainmenu ul li.current a, nav#mainmenu ul li.active span, nav#mainmenu ul li.active a {
      border-bottom: 5px solid #951B81; }
    nav#mainmenu ul li.current ul li a, nav#mainmenu ul li.active ul li a {
      display: block;
      border-bottom: none;
      padding: 10px 20px 5px;
      text-transform: none; }
    nav#mainmenu ul li.item-gesundheit {
      border-bottom: 5px solid #538E92; }
      nav#mainmenu ul li.item-gesundheit.current span, nav#mainmenu ul li.item-gesundheit.current a, nav#mainmenu ul li.item-gesundheit.active span, nav#mainmenu ul li.item-gesundheit.active a {
        border-bottom: 5px solid #538E92; }
      nav#mainmenu ul li.item-gesundheit.current li a, nav#mainmenu ul li.item-gesundheit.active li a {
        border-bottom: none; }
      nav#mainmenu ul li.item-gesundheit.current li.current span, nav#mainmenu ul li.item-gesundheit.current li.current a, nav#mainmenu ul li.item-gesundheit.current li.active span, nav#mainmenu ul li.item-gesundheit.current li.active a, nav#mainmenu ul li.item-gesundheit.active li.current span, nav#mainmenu ul li.item-gesundheit.active li.current a, nav#mainmenu ul li.item-gesundheit.active li.active span, nav#mainmenu ul li.item-gesundheit.active li.active a {
        background-color: #E7F3F4;
        text-decoration: underline;
        border-bottom: none; }
    nav#mainmenu ul li.item-abzocke {
      border-bottom: 5px solid #009EE0; }
      nav#mainmenu ul li.item-abzocke.current span, nav#mainmenu ul li.item-abzocke.current a, nav#mainmenu ul li.item-abzocke.active span, nav#mainmenu ul li.item-abzocke.active a {
        border-bottom: 5px solid #009EE0; }
      nav#mainmenu ul li.item-abzocke.current li a, nav#mainmenu ul li.item-abzocke.active li a {
        border-bottom: none; }
      nav#mainmenu ul li.item-abzocke.current li.current span, nav#mainmenu ul li.item-abzocke.current li.current a, nav#mainmenu ul li.item-abzocke.current li.active span, nav#mainmenu ul li.item-abzocke.current li.active a, nav#mainmenu ul li.item-abzocke.active li.current span, nav#mainmenu ul li.item-abzocke.active li.current a, nav#mainmenu ul li.item-abzocke.active li.active span, nav#mainmenu ul li.item-abzocke.active li.active a {
        background-color: #ECF8FD;
        text-decoration: underline;
        border-bottom: none; }
    nav#mainmenu ul li.item-ernaehrung, nav#mainmenu ul li.item-ernaehrungbewegung {
      border-bottom: 5px solid #F7931D; }
      nav#mainmenu ul li.item-ernaehrung.current span, nav#mainmenu ul li.item-ernaehrung.current a, nav#mainmenu ul li.item-ernaehrung.active span, nav#mainmenu ul li.item-ernaehrung.active a, nav#mainmenu ul li.item-ernaehrungbewegung.current span, nav#mainmenu ul li.item-ernaehrungbewegung.current a, nav#mainmenu ul li.item-ernaehrungbewegung.active span, nav#mainmenu ul li.item-ernaehrungbewegung.active a {
        border-bottom: 5px solid #F7931D; }
      nav#mainmenu ul li.item-ernaehrung.current li a, nav#mainmenu ul li.item-ernaehrung.active li a, nav#mainmenu ul li.item-ernaehrungbewegung.current li a, nav#mainmenu ul li.item-ernaehrungbewegung.active li a {
        border-bottom: none; }
      nav#mainmenu ul li.item-ernaehrung.current li.current span, nav#mainmenu ul li.item-ernaehrung.current li.current a, nav#mainmenu ul li.item-ernaehrung.current li.active span, nav#mainmenu ul li.item-ernaehrung.current li.active a, nav#mainmenu ul li.item-ernaehrung.active li.current span, nav#mainmenu ul li.item-ernaehrung.active li.current a, nav#mainmenu ul li.item-ernaehrung.active li.active span, nav#mainmenu ul li.item-ernaehrung.active li.active a, nav#mainmenu ul li.item-ernaehrungbewegung.current li.current span, nav#mainmenu ul li.item-ernaehrungbewegung.current li.current a, nav#mainmenu ul li.item-ernaehrungbewegung.current li.active span, nav#mainmenu ul li.item-ernaehrungbewegung.current li.active a, nav#mainmenu ul li.item-ernaehrungbewegung.active li.current span, nav#mainmenu ul li.item-ernaehrungbewegung.active li.current a, nav#mainmenu ul li.item-ernaehrungbewegung.active li.active span, nav#mainmenu ul li.item-ernaehrungbewegung.active li.active a {
        background-color: #FDEEDC;
        text-decoration: underline;
        border-bottom: none; }
    nav#mainmenu ul li.item-bewegung {
      border-bottom: 5px solid #FFCA2B; }
      nav#mainmenu ul li.item-bewegung.current span, nav#mainmenu ul li.item-bewegung.current a, nav#mainmenu ul li.item-bewegung.active span, nav#mainmenu ul li.item-bewegung.active a {
        border-bottom: 5px solid #FFCA2B; }
      nav#mainmenu ul li.item-bewegung.current li a, nav#mainmenu ul li.item-bewegung.active li a {
        border-bottom: none; }
      nav#mainmenu ul li.item-bewegung.current li.current span, nav#mainmenu ul li.item-bewegung.current li.current a, nav#mainmenu ul li.item-bewegung.current li.active span, nav#mainmenu ul li.item-bewegung.current li.active a, nav#mainmenu ul li.item-bewegung.active li.current span, nav#mainmenu ul li.item-bewegung.active li.current a, nav#mainmenu ul li.item-bewegung.active li.active span, nav#mainmenu ul li.item-bewegung.active li.active a {
        background-color: #FFFDCF;
        text-decoration: underline;
        border-bottom: none; }
    nav#mainmenu ul li.item-klima {
      border-bottom: 5px solid #B1C800; }
      nav#mainmenu ul li.item-klima.current span, nav#mainmenu ul li.item-klima.current a, nav#mainmenu ul li.item-klima.active span, nav#mainmenu ul li.item-klima.active a {
        border-bottom: 5px solid #B1C800; }
      nav#mainmenu ul li.item-klima.current li a, nav#mainmenu ul li.item-klima.active li a {
        border-bottom: none; }
      nav#mainmenu ul li.item-klima.current li.current span, nav#mainmenu ul li.item-klima.current li.current a, nav#mainmenu ul li.item-klima.current li.active span, nav#mainmenu ul li.item-klima.current li.active a, nav#mainmenu ul li.item-klima.active li.current span, nav#mainmenu ul li.item-klima.active li.current a, nav#mainmenu ul li.item-klima.active li.active span, nav#mainmenu ul li.item-klima.active li.active a {
        background-color: #F0F3DB;
        text-decoration: underline;
        border-bottom: none; }
    @media only screen and (min-width: 992px) {
      nav#mainmenu ul li:hover ul, nav#mainmenu ul li:hover > ul, nav#mainmenu ul li:focus-within ul, nav#mainmenu ul li:focus-within > ul, nav#mainmenu ul li a:hover ul, nav#mainmenu ul li a:hover > ul {
        display: block; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      nav#mainmenu ul li:hover ul {
        display: block; } }
  nav#mainmenu ul ul {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.25);
    background-color: white;
    margin-top: 0;
    padding: 10px 0; }
    @media only screen and (min-width: 576px) {
      nav#mainmenu ul ul {
        min-width: 350px; } }
    nav#mainmenu ul ul li {
      border-bottom: none; }
      nav#mainmenu ul ul li a, nav#mainmenu ul ul li.current span, nav#mainmenu ul ul li.active a {
        display: block;
        border-bottom: none;
        padding: 5px 20px 8px;
        text-transform: none; }
      nav#mainmenu ul ul li.current span, nav#mainmenu ul ul li.current a, nav#mainmenu ul ul li.active span, nav#mainmenu ul ul li.active a {
        background-color: #F3E7F1;
        text-decoration: underline; }
  nav#mainmenu ul > li:nth-last-child(2) ul, nav#mainmenu ul > li:last-child ul {
    left: auto;
    right: 0; }
  nav#mainmenu ul .more {
    display: none; }

/* Mobil */
@media only screen and (max-width: 991px) {
  #header > .container .row:last-child .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end; }
  .menu-button {
    display: block;
    height: 40px;
    border: none;
    border-radius: 0; }
    .menu-button[aria-expanded="true"] {
      position: relative;
      padding-left: 10px;
      padding-right: 30px; }
      .menu-button[aria-expanded="true"]:after {
        content: "X";
        font-size: 16px;
        font-size: 1rem;
        color: white;
        position: absolute;
        right: 10px;
        top: 12px; }
      .menu-button[aria-expanded="true"] + nav#mainmenu {
        display: block; }
  nav#mainmenu {
    display: none;
    width: 100%; }
    nav#mainmenu ul {
      display: block;
      width: calc(100% + 80px);
      margin: 0 0 40px -40px;
      padding: 10px 40px 0;
      border-top: 1px solid #233755; }
      nav#mainmenu ul li {
        border-left: 0; }
        nav#mainmenu ul li a {
          display: block;
          width: calc(100% - 90px); }
        nav#mainmenu ul li.current > span, nav#mainmenu ul li.current > a, nav#mainmenu ul li.active > span, nav#mainmenu ul li.active > a {
          width: 100%;
          border-bottom: none;
          font-weight: bold; }
        nav#mainmenu ul li .more {
          display: block;
          position: absolute;
          right: 17px;
          top: 6px;
          height: 40px;
          width: 40px;
          border: none;
          background: transparent; }
          nav#mainmenu ul li .more:after {
            content: "\e902";
            display: inline-block;
            font-family: "icons";
            font-size: 20px;
            font-size: 1.25rem;
            color: #2B2B2B;
            position: absolute;
            top: 11px;
            right: 10px;
            pointer-events: none; }
          nav#mainmenu ul li .more[aria-expanded="true"]:after {
            transform: rotate(180deg); }
          nav#mainmenu ul li .more[aria-expanded="true"] + ul {
            display: block; }
        nav#mainmenu ul li ul {
          display: none;
          width: 100%;
          margin: 0;
          border-top: 1px solid #951B81;
          box-shadow: none;
          position: relative;
          top: auto;
          left: auto; }
          nav#mainmenu ul li ul li a, nav#mainmenu ul li ul li.current span, nav#mainmenu ul li ul li.active a {
            width: 100%; }
        nav#mainmenu ul li.item-gesundheit ul {
          border-top: 1px solid #538E92; }
        nav#mainmenu ul li.item-abzocke ul {
          border-top: 1px solid #009EE0; }
        nav#mainmenu ul li.item-ernaehrung ul, nav#mainmenu ul li.item-bewegung ul, nav#mainmenu ul li.item-ernaehrungbewegung ul {
          border-top: 1px solid #F7931D; }
        nav#mainmenu ul li.item-klima ul {
          border-top: 1px solid #B1C800; } }

/**
 Header
**/
.subnav {
  background-color: #EAEFF6;
  margin-bottom: 25px; }

#header {
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05); }
  #header .row {
    margin-bottom: 20px; }
    #header .row:last-child {
      margin-bottom: 0; }
  #header a {
    display: inline-block; }
  #header #logo {
    height: 35px;
    width: auto; }
    @media only screen and (min-width: 567px) {
      #header #logo {
        height: 45px; } }
    @media only screen and (min-width: 768px) {
      #header #logo {
        height: 55px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #header #logo {
        width: 360px; } }
  #header #nrw {
    float: right;
    margin-top: -45px;
    height: 40px; }
    @media only screen and (min-width: 768px) {
      #header #nrw {
        margin-top: 5px; } }

/* heroimage */
.header-hero .header-image {
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 567px) {
    .header-hero .header-image {
      min-height: 400px; } }

.header-hero .container {
  background-color: #FFFDCF;
  padding: 20px; }
  @media only screen and (min-width: 567px) {
    .header-hero .container {
      margin-top: -70px; } }
  .header-hero .container h1 {
    margin-bottom: 0; }
    .header-hero .container h1 em {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-weight: 500;
      color: #233755; }
  .header-hero .container p {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2; }

/**
 Main
**/
#main > [class^="frame-layout-"], #main > [class*="frame-layout-"] {
  padding: 30px 0; }
  #main > [class^="frame-layout-"]:last-child, #main > [class*="frame-layout-"]:last-child {
    padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    #main > [class^="frame-layout-"], #main > [class*="frame-layout-"] {
      padding: 60px 0; } }
  #main > [class^="frame-layout-"] .frame-default, #main > [class*="frame-layout-"] .frame-default {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      #main > [class^="frame-layout-"] .frame-default, #main > [class*="frame-layout-"] .frame-default {
        margin-bottom: 60px; } }
    #main > [class^="frame-layout-"] .frame-default:last-child, #main > [class*="frame-layout-"] .frame-default:last-child {
      margin-bottom: 0; }
    #main > [class^="frame-layout-"] .frame-default .frame-type-header, #main > [class*="frame-layout-"] .frame-default .frame-type-header {
      margin-bottom: 0; }

#main > .frame-layout-breadcrumb {
  padding-bottom: 0; }

#main > .frame-layout-1 {
  background-image: url('../../../_assets/0b913106574db8d60c3dcacddca73081/Images/wegweiser-hg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 180px; }
  @media only screen and (max-width: 575px) {
    #main > .frame-layout-1 {
      background-position: center 500px;
      background-size: inherit; } }

#main > .frame-layout-2 {
  background-color: #FFFDCF; }

#main > .frame-type-div {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0; }

.layout-1col #main > [class^="frame-layout-"], .layout-1col #main > [class*="frame-layout-"] {
  padding: 30px 0; }
  .layout-1col #main > [class^="frame-layout-"]:last-child, .layout-1col #main > [class*="frame-layout-"]:last-child {
    padding-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .layout-1col #main > [class^="frame-layout-"], .layout-1col #main > [class*="frame-layout-"] {
      padding: 30px 20px; } }

.layout-1col #main > .frame-layout-breadcrumb {
  padding-bottom: 0; }

.layout-1col #main > .frame-type-div {
  max-width: 800px; }

/* Themen */
@media only screen and (max-width: 767px) {
  .layout-home #main .frame-type-container-3col .frame-default:last-child {
    margin-bottom: 30px; }
  .layout-home #main .frame-type-container-3col .col-4:last-child .frame-default:last-child {
    margin-bottom: 0; }
  .layout-home #main .frame-type-container-3col .ce-intext.ce-nowrap .ce-gallery {
    float: left;
    max-width: 50%;
    min-width: 75px; }
    .layout-home #main .frame-type-container-3col .ce-intext.ce-nowrap .ce-gallery + .ce-bodytext {
      overflow: hidden; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .layout-home #main .frame-type-container-3col .row {
    flex-wrap: wrap; }
  .layout-home #main .frame-type-container-3col .col-4 {
    display: flex;
    width: 100%; }
    .layout-home #main .frame-type-container-3col .col-4 .frame-default {
      padding-right: 20px; } }

/**
 Footer
**/
#footer {
  background-color: #233755;
  padding: 20px 0;
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    #footer {
      margin-top: 60px; } }
  #footer .row {
    justify-content: space-between;
    margin-bottom: 0; }
    #footer .row .col-4 {
      margin-bottom: 30px;
      width: auto; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #footer .row {
        flex-wrap: wrap; }
        #footer .row .col-4 {
          width: calc(100% / 12 * 6); } }
    #footer .row:last-child {
      margin-bottom: 0; }
      #footer .row:last-child p {
        font-size: 16px;
        font-size: 1rem; }
  #footer h3, #footer p, #footer a {
    color: #fff; }
  #footer h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  #footer .text-right {
    margin-top: 15px;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      #footer .text-right {
        margin-top: 0; } }
    @media only screen and (min-width: 992px) {
      #footer .text-right {
        text-align: right; } }
  #footer a {
    text-decoration: none; }
    #footer a:hover, #footer a:focus {
      text-decoration: underline; }
  #footer nav li {
    margin-bottom: 0;
    padding: 0; }
    #footer nav li:before {
      content: "";
      display: none; }
    #footer nav li.current span, #footer nav li.current a, #footer nav li.active span, #footer nav li.active a {
      color: #fff;
      text-decoration: underline; }
  #footer img {
    margin-bottom: 20px; }
  @media only screen and (max-width: 992px) {
    #footer .menu-button, #footer .more {
      display: none; } }

/**
  Tab Navigation Stylings
**/
.tab-nav *:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #233755;
  text-decoration: underline; }

.tab-nav .button:focus, .tab-nav .btn:focus, .tab-nav .btn-primary:focus, .tab-nav input[type="submit"]:focus, .tab-nav button:focus {
  outline: none; }

.tab-nav form input[type="checkbox"]:focus + label:before, .tab-nav form input[type="radio"]:focus + label:before {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #233755; }

.tab-nav #footer a:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #fff; }

/* Styling Focus FF */
@-moz-document url-prefix() {
  button::-moz-focus-inner, *::-moz-focus-inner {
    border: 0; }
  .tab-nav *:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #233755; } }

/* Styling Focus IE */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tab-nav *:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #233755; } }

[tabindex="-1"]:focus {
  outline: none; }