
/* 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%; }

.hours-table .tr {
  display: flex;
  flex-flow: row wrap;
  padding: 8px 0; }
  .hours-table .tr.border {
    border-top: 1px solid #cdcdcd; }
  .hours-table .tr.mt {
    margin-top: 15px; }
  .hours-table .tr + .rh {
    margin-top: 15px; }
.hours-table .rh {
  font-weight: 900; }
  .hours-table .rh + .tr {
    margin-top: 15px; }
.hours-table .td {
  width: 33.33%; }
@media (min-width: 540px) {
  .hours-table .td {
    width: 140px; } }
.hours-table .td.wide {
  width: 66.66%; }
@media (min-width: 540px) {
  .hours-table .td.wide {
    width: 280px; } }
.hours-table .th {
  width: 33.33%;
  font-weight: 900; }
@media (min-width: 540px) {
  .hours-table .th {
    width: calc(100% - 280px); } }

.civserv a {
  color: #4d570e; }
  .tool-negative .civserv a {
    color: #8cdfff; }
.civserv p {
  margin-top: 0; }
  .civserv p.mt {
    margin-top: 25px; }
  .civserv p + h2 {
    margin-top: 30px; }
  .civserv p + h3 {
    margin-top: 25px; }
.civserv ul + h3, .civserv div + h3 {
  margin-top: 25px; }
.civserv .flex {
  display: flex;
  flex-flow: row wrap; }
.civserv .bold {
  font-weight: 700; }
  .civserv .list .sub {
    font-weight: 900;
    margin: 50px 0 40px 0; }
  .civserv .list .item {
    margin-bottom: 15px;
    font-size: 18px; }
    .civserv .list .item .caption {
      transition: font-size 300ms linear; }
      .civserv .list .item.active .caption {
        font-size: 26px; }
        .civserv .list .item.active .caption a {
          border-bottom: 1px solid #4d570e; }
          .tool-negative .civserv .list .item.active .caption a {
            border-bottom-color: #8cdfff; }
  .civserv .list .forms-row {
    padding-left: 40px; }
    .civserv .list .forms-row + .forms-row {
      margin-top: 20px;
      padding-top: 25px;
      border-top: 1px solid #cdcdcd; }
  .civserv .list .extra {
    display: none;
    background-color: #ebf4fb;
    margin: 15px 0 20px 0; }
    .civserv .list .extra .inner {
      padding: 0 20px;
      min-height: 340px;
      transition: opacity 300ms linear; }
      .civserv .list .extra .inner.transparent {
        opacity: 0; }
    .tool-negative .civserv .list .extra {
      color: #000; }
      .tool-negative .civserv .list .extra a {
        color: #4d570e; }
      .tool-negative .civserv .list .extra h1, .tool-negative .civserv .list .extra h2, .tool-negative .civserv .list .extra h3 {
        color: inherit; }
.civserv .pdf-form {
  position: relative;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px; }
  .civserv .pdf-form:before {
    content: "";
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    left: -40px;
    top: -5px;
    background: url("/typo3conf/ext/dormagen_civserv/Resources/Public/Images/pdf.png") 0 0 no-repeat; }
.civserv .detail {
  padding: 40px 0; }
  .civserv .detail h2 + p {
    margin-top: 20px; }
  .civserv .detail .description {
    margin-top: 20px; }
  .civserv .detail .col {
    display: block;
    width: 100%;
    margin-top: 20px; }
  @media (min-width: 1024px) {
    .civserv .detail .col {
      width: 50%;
      margin-top: 0; }
      .civserv .detail .col.wide {
        width: 66%; }
      .civserv .detail .col.short {
        width: 34%; }
      .civserv .detail .col.left {
        padding-right: 20px; }
      .civserv .detail .col.right {
        padding-left: 20px; } }
  .civserv .detail .row {
    margin-top: 20px;
    font-weight: 700; }
    .civserv .detail .row + .row {
      padding-top: 20px;
      border-top: 1px solid #cdcdcd; }
.civserv .link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  margin-top: 5px;
  padding-left: 15px; }
  .civserv .link span {
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    transition: transform 0.2s;
    width: 16px; }
    .civserv .link span:before, .civserv .link span:after {
      background: #4d570e;
      border-radius: 2px;
      content: '';
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      top: 0;
      transform: rotate(45deg);
      width: 10px; }
    .civserv .link span:after {
      top: 6px;
      transform: rotate(-45deg); }
.civserv ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .civserv ul li {
    display: block; }
.civserv .organisation-header {
  margin-top: 30px; }

h1 {
  color: #00267b;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.9; }
  .tool-negative h1 {
    color: #8cdfff; }
  @media (min-width: 1200px) {
    h1 {
      font-size: 67px; } }

h2 {
  color: #00267b;
  font-size: 25px;
  font-weight: 600;
  line-height: 0.9; }
  .tool-negative h2 {
    color: #8cdfff; }
  @media (min-width: 1200px) {
    h2 {
      font-size: 46px; } }

h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.9; }
  .tool-negative h3 {
    color: #8cdfff; }

h2 + p, h3 + p, p + ul, p + ol, p + p {
  margin-top: 20px; }

ul + p, ol + p {
  margin-top: 20px; }

a {
  color: inherit;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }
  ul a:hover, ol a:hover, p a:hover {
    text-decoration: underline; }

.more {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: #4d570e;
  line-height: 1;
  text-decoration: none; }

.text p a {
  font-weight: 600; }
.text ul, .text ol {
  padding-left: 20px; }
.text a {
  color: #4d570e; }
  .tool-negative .text a {
    color: #8cdfff; }
.text a.button, .text a.btn, .text .pagination > li a, .pagination > li .text a, .text .f3-widget-paginator > li a, .f3-widget-paginator > li .text a {
  color: #fff;
  font-weight: 400; }
  .text a.button:hover, .text a.btn:hover, .text .pagination > li a:hover, .pagination > li .text a:hover, .text .f3-widget-paginator > li a:hover, .f3-widget-paginator > li .text a:hover {
    text-decoration: none; }
.text a.button, .text a.btn, .text .pagination > li a, .pagination > li .text a, .text .f3-widget-paginator > li a, .f3-widget-paginator > li .text a {
  color: #fff;
  font-weight: 400; }
  .text a.button:hover, .text a.btn:hover, .text .pagination > li a:hover, .pagination > li .text a:hover, .text .f3-widget-paginator > li a:hover, .f3-widget-paginator > li .text a:hover {
    text-decoration: none; }
time.text {
  color: #8cdfff;
  display: block;
  font-weight: 700; }
.text + .text {
  margin-top: 20px; }
.content-header + .text {
  margin-top: 20px; }
@media (min-width: 1200px) {
  .content-header + .text {
    margin-top: 40px; } }

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

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

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

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  color: #666;
  display: block;
  font-family: Asap, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4; }
  body > .wrap {
    overflow: hidden;
    position: relative; }
  body.tool-negative {
    background: #000;
    color: #fff; }

.body-container {
  margin-top: 60px;
  display: block; }
@media (min-width: 768px) {
  .body-container {
    margin-top: auto;
    padding-top: 100px; } }
@media (min-width: 1200px) {
  .body-container {
    min-height: calc(100vh - 277px); } }

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

.ce-table {
  border-spacing: 0;
  font-size: 18px; }

.mfp-title {
  font-size: 13px; }
  .mfp-title > div {
    font-size: 15px;
    line-height: 16px;
    margin-top: 0.3rem; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.alphabet {
  margin: 55px 0 40px 0; }
  .alphabet .letter {
    margin: 10px 10px 0 0;
    display: inline-block;
    font-size: 16px;
    padding: 0 8px;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #888;
    font-weight: 600;
    color: #888;
    transition: color 300ms linear, background 300ms linear; }
    .alphabet .letter.has-values {
      border-color: #00267b;
      color: #00267b; }
      .alphabet .letter.has-values:hover, .alphabet .letter.has-values.active {
        background: #00267b;
        color: #fff; }
      .tool-negative .alphabet .letter.has-values {
        border-color: #8cdfff;
        color: #8cdfff; }
        .tool-negative .alphabet .letter.has-values:hover, .tool-negative .alphabet .letter.has-values.active {
          background: #8cdfff;
          color: #000; }
    .alphabet .letter:not(.has-values) {
      cursor: no-drop; }

.image {
  display: inline-block;
  position: relative;
  vertical-align: top; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
  .image .inset-image {
    background: center no-repeat;
    background-size: contain;
    display: block; }
    .image .inset-image img {
      opacity: 0;
      pointer-events: none; }
  .image figcaption {
    background: #ebf4fb;
    box-shadow: inset 0 0 1px 0 rgba(0, 38, 123, 0.2);
    color: #00267b;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    width: auto; }
    .tool-negative .image figcaption {
      background: #fff;
      color: #000; }
    .image figcaption .description:first-child {
      height: 54px;
      overflow: hidden; }
  .image .stub {
    box-shadow: inset 0 0 1px 0 rgba(0, 38, 123, 0.5); }
    .tool-negative .image .stub {
      background: #fff; }
  .image .info {
    color: #888;
    font-size: 16px;
    margin-bottom: 5px;
    transition: color 0.3s; }
    .image:hover figcaption {
      background: #00267b;
      color: #fff; }
    .image:hover .info {
      color: #fff; }
  @media (min-width: 1024px) {
    .image {
      padding: 0 20px 35px 0;
      width: 100%; }
      .image figcaption {
        bottom: 0;
        left: 20px;
        position: absolute;
        right: 0; }
        .popup-gallery:not(.slick-slider) .image .inset-image img {
          width: 700px;
          height: auto; } }

#logo {
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 140px; }
  #logo img {
    display: block;
    height: auto;
    width: 100%; }
  .tool-negative #logo {
    background: #000;
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.2); }

#menu {
  background: #00267b;
  color: #fff;
  height: calc(100vh - 60px);
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 60px;
  transition: width 0.3s;
  width: 0;
  z-index: 100;
  -webkit-overflow-scrolling: touch; }
  .menu-open #menu {
    pointer-events: auto;
    width: 100%; }
  #menu > .container {
    width: 100%; }
  #menu .color-line {
    bottom: 0;
    display: block;
    height: 5px;
    left: 0;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.3s;
    width: 100%; }
    #menu li.active .color-line, #menu li:hover .color-line {
      opacity: 1; }
  #menu ul {
    list-style: none; }
    #menu ul li {
      line-height: 1;
      text-align: left;
      vertical-align: top; }
    #menu ul br {
      display: none; }
    #menu ul a {
      display: flex;
      color: inherit;
      font-weight: inherit;
      position: relative;
      text-decoration: none;
      transition: color 0.2s; }
      #menu ul a:hover {
        text-decoration: underline; }
  #menu .sub > a > .ark {
    display: inline-block;
    font-size: 0;
    margin-left: 10px;
    pointer-events: none;
    position: relative;
    transition: transform 0.2s;
    vertical-align: top;
    width: 16px; }
    #menu .sub > a > .ark:after, #menu .sub > a > .ark:before {
      background: #fff;
      border-radius: 2px;
      content: '';
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      top: calc(50% - 1px);
      transform: rotate(45deg);
      width: 10px; }
    @media (min-width: 1024px) {
      #menu .sub > a > .ark:after, #menu .sub > a > .ark:before {
        background: #00267b; }
        .tool-negative #menu .sub > a > .ark:after, .tool-negative #menu .sub > a > .ark:before {
          background: #fff; } }
    #menu .sub > a > .ark:after {
      left: 6px;
      transform: rotate(-45deg); }
  #menu li.active > a > .ark {
    transform: scale(-1); }
  @media (min-width: 768px) {
    #menu li.active > a > .ark {
      transform: scale(1); } }
  #menu > ul {
    text-align: center; }
    #menu > ul ul {
      background: #001648;
      display: none; }
      #menu > ul ul li a {
        font-size: 17px;
        line-height: 1.1;
        padding: 10px 40px;
        white-space: normal;
        width: 100%; }
      @media (min-width: 1200px) {
        #menu > ul ul li a {
          padding: 10px; } }
    #menu > ul > li a {
      align-items: center;
      font-size: 18px;
      font-weight: 600;
      height: 100%;
      padding: 10px 20px;
      white-space: nowrap; }
    @media (min-width: 1024px) {
      #menu > ul > li a {
        font-size: 13px; } }
  @media (min-width: 1200px) {
    #menu > ul > li a {
      font-size: 18px; } }
@media (min-width: 1430px) {
  #menu > ul > li a {
    font-size: 22px; } }
@media (min-width: 1024px) {
  .font-condensed #menu > ul > li a {
    font-size: 11px; } }
@media (min-width: 1200px) {
  .font-condensed #menu > ul > li a {
    font-size: 15px; } }
@media (min-width: 1430px) {
  .font-condensed #menu > ul > li a {
    font-size: 20px; } }
#menu > ul > li.open > a:after {
  transform: scaleY(-1); }
#menu > ul > li.open > ul {
  display: block;
  margin: 0 -20px;
  padding: 0 20px; }
.font-condensed #menu {
  font-family: 'Asap Condensed', sans-serif; }
@media (min-width: 768px) {
  .menu-open #menu {
    width: 40vw; }
  #menu > .container {
    width: 40vw; } }
@media (min-width: 1024px) {
  #menu {
    color: #00267b;
    display: block;
    height: auto;
    left: 0;
    overflow: visible;
    position: relative;
    pointer-events: auto;
    top: 0;
    width: auto; }
    .tool-negative #menu {
      color: #fff; }
    #menu > .container {
      display: flex;
      width: 100%; }
      #menu ul br {
        display: inline; }
    #menu > ul ul {
      background: transparent;
      position: absolute; }
      #menu > ul > li > ul {
        display: flex;
        flex-flow: row wrap;
        left: 0;
        opacity: 0;
        padding-top: 1px;
        pointer-events: none;
        right: 0;
        top: 100%;
        transform: translateY(25%);
        transition: transform 0.3s, opacity 0.3s;
        width: calc(100% + 1px); }
        #menu > ul > li > ul li {
          align-items: center;
          background: rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
          display: inline-flex;
          margin: 0 1px 1px 0;
          min-height: 55px;
          min-width: 200px;
          width: calc(20% - 1px); }
          .tool-negative #menu > ul > li > ul li {
            background: rgba(0, 0, 0, 0.9);
            box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.2); }
      #menu > ul > li:hover > a > span:last-child {
        transform: scaleY(-1); }
      #menu > ul > li:hover > ul {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0); }
    #menu.fixed {
      position: fixed;
      top: 0; } }

.social-icon {
  background: #fff 0 0 no-repeat;
  background-size: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 42px;
  max-width: 42px;
  min-width: 42px;
  vertical-align: top;
  width: 42px; }
  .social-icon + .social-icon {
    margin-left: 15px; }
  .social-icon.facebook {
    background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/Social/icon-facebook.svg"); }
  .social-icon.instagram {
    background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/Social/icon-instagram.svg"); }
  .social-icon.twitter {
    background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/Social/icon-twitter.svg"); }
  .social-icon.whatsapp {
    background-color: transparent !important;
    background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/Social/icon-whatsapp.svg");
    border: 0 none;
    border-radius: 0; }
  .social-icon.linkedin {
    background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/Social/icon-linkedin.svg"); }
  .social-icon.gplus {
    background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/Social/icon-gplus.svg"); }
  .alt .social-icon.facebook {
    background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/Social/icon-facebook-w.svg"); }
  .alt .social-icon.instagram {
    background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/Social/icon-instagram-w.svg"); }
  .alt .social-icon.twitter {
    background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/Social/icon-twitter-w.svg"); }

.button, .btn, .pagination > li.current, .f3-widget-paginator > li.current, .pagination > li a, .f3-widget-paginator > li a {
  background: #77c62d;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Asap, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 18px;
  padding: 16px 20px; }

.widget {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(140, 223, 255, 0.95);
  z-index: 105;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden; }
  .widget .content, .widget .content > .content-inner {
    padding: 0; }
  .widget .text-content .content-header + .text {
    margin-top: 15px; }
  .widget .item-inner, .widget .item-content {
    font-weight: 600;
    font-size: 14px;
    color: #00267b; }
  .widget.active {
    opacity: 1;
    visibility: visible; }
    .widget:before, .widget-toggle:before, .widget:after, .widget-toggle:after {
      position: absolute;
      right: 0;
      display: block;
      background: url(/typo3conf/ext/wcp/Resources/Public/Images/widget-sprites.png);
      content: ''; }
    .widget:before, .widget-toggle:before {
      transform: translateY(-96%); }
    .widget:after, .widget-toggle:after {
      transform: translateY(96%);
      bottom: 0; }
  .widget:before, .widget:after {
    width: 18px;
    height: 18px; }
  .widget:before {
    top: 0; }
  .widget:after {
    background-position: 0 42px; }
  .widget-toggle {
    width: 35px;
    height: 45px;
    position: fixed;
    top: 6px;
    left: 0;
    transform: rotate(180deg);
    transition: background 0.2s, transform 0.2s;
    border-radius: 10px 0 0 10px;
    background: #77c62d;
    cursor: pointer;
    z-index: 110; }
    .widget-toggle:before, .widget-toggle:after {
      width: 12px;
      height: 12px; }
    .widget-toggle:before {
      background-position: 100% 24px; }
    .widget-toggle:after {
      background-position: 100% -48px; }
    .widget-toggle:hover {
      background: #70ba2a; }
    .widget-toggle svg {
      width: 15px;
      height: auto;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-90deg) scale(1);
      transition: transform 0.2s; }
    .widget-toggle g {
      stroke: #fff; }
      .widget-toggle.active svg {
        transform: translate(-50%, -50%) rotate(-90deg) scale(-1); }
  .widget .share-title {
    margin-right: 10px;
    white-space: nowrap; }
  .widget .btn, .widget .pagination > li.current, .widget .f3-widget-paginator > li.current, .widget .pagination > li a, .pagination > li .widget a, .widget .f3-widget-paginator > li a, .f3-widget-paginator > li .widget a {
    white-space: nowrap; }
  .widget .items {
    max-width: 240px;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .widget .item {
    width: 50%;
    padding: 19px 0;
    display: flex;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background 0.2s;
    transform: translate3d(0, 0, 0); }
    .widget .item:hover, .widget .item.active {
      background: #73d8ff; }
      .widget .item:hover .item-inner, .widget .item.active .item-inner {
        background: #73d8ff; }
      .widget .item:hover .item-content, .widget .item.active .item-content {
        background: #73d8ff; }
    .widget .item.dark.active {
      background: #00267b;
      transform: translate3d(0, 0, 0); }
      .widget .item.dark.active .item-inner {
        background: #00267b;
        color: #fff; }
      .widget .item.dark.active .item-content {
        background: #00267b; }
      .widget .item.dark.active path, .widget .item.dark.active polyline, .widget .item.dark.active circle {
        stroke: #fff; }
    .widget .item-inner {
      margin: 0 auto;
      position: relative;
      transform: translate3d(0, 0, 0);
      transition: background 0.2s;
      z-index: 1; }
    .widget .item a + a {
      margin-left: 15px; }
    .widget .item img, .widget .item svg {
      width: auto;
      height: 38px;
      margin: 0 auto 5px;
      display: block; }
    .widget .item.voice-reader .item-inner {
      padding-top: 40px; }
    .widget .item.to-up {
      padding: 10px 10px 15px;
      line-height: 1.2;
      border-radius: 0 0 0 10px;
      display: none; }
      .widget .item.to-up .item-inner {
        color: #fff; }
      .widget .item.to-up svg {
        width: auto;
        height: 14px;
        margin: 12px 5px 0 0;
        display: block; }
      .widget .item.to-up path {
        stroke: #fff; }
      .widget .item.to-up, .widget .item.to-up.active, .widget .item.to-up .item-inner {
        background: #00267b; }
      .widget .item.to-up .item-inner {
        display: flex; }
        .widget .item.to-up:hover, .widget .item.to-up:hover .item-inner {
          background: #00216c; }
  .widget .item-content {
    align-items: center;
    border-radius: 10px 0 0 10px;
    cursor: default;
    display: none;
    height: 100%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 100%;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.2s, background 0.2s;
    z-index: -1; }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .widget .item-content {
      width: 470px;
      left: 100%;
      right: auto; } }
  .widget .item-content .form-control {
    width: 200px;
    margin-right: 10px; }
  .widget .active .item-content {
    opacity: 1;
    transform: translateX(0); }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .widget .active .item-content {
      left: auto;
      right: 100%; } }
  .widget .search {
    align-items: stretch;
    display: block; }
    .widget .search .btn, .widget .search .pagination > li.current, .widget .search .f3-widget-paginator > li.current, .widget .search .pagination > li a, .pagination > li .widget .search a, .widget .search .f3-widget-paginator > li a, .f3-widget-paginator > li .widget .search a {
      margin-bottom: 0; }
  .widget .item-window {
    display: none; }
  @media (min-width: 1024px) {
    .widget {
      width: 86px;
      height: auto;
      top: 50%;
      padding-top: 7px;
      border-radius: 10px 0 0 10px;
      background: #8cdfff;
      transform: translate(100%, -50%);
      visibility: visible;
      overflow: visible;
      opacity: 1;
      z-index: 115; }
      .widget.active {
        transform: translate(0, -50%); }
      .widget .logos a img {
        margin-bottom: 0; }
      .widget-toggle {
        width: 36px;
        height: 75px;
        left: auto;
        right: 0;
        top: 50%;
        margin-top: -25px;
        transform: rotate(0deg) translateY(-50%); }
        .widget-toggle svg {
          width: 25px;
          transform: translate(-50%, -50%) rotate(-90deg) scale(1); }
        .widget-toggle.active {
          transform: rotate(0deg) translate(-86px, -50%); }
          .widget-toggle.active svg {
            transform: translate(-50%, -50%) rotate(-90deg) scale(-1); }
      .widget .items {
        width: 100%;
        display: block; }
      .widget .item {
        width: 100%;
        padding: 9px 0 6px;
        display: block;
        background: #8cdfff; }
        .widget .item-inner {
          padding: 0 5px;
          display: block;
          background: #8cdfff; }
        .widget .item-content {
          padding-left: 15px;
          padding-right: 15px; }
        .widget .item img, .widget .item svg {
          height: 33px; }
        .widget .item.to-up {
          display: block; }
        .widget .item.active .item-window {
          visibility: visible;
          opacity: 1; }
      .widget .item-content {
        display: flex; }
      .widget .item-window {
        min-width: 320px;
        display: block;
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
        padding: 15px;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.2s, opacity 0.2s;
        border: 1px solid #8cdfff;
        border-right: none;
        text-align: left;
        cursor: auto; }
        .widget .item-window.text {
          min-width: 400px; } }
  .font-condensed .widget {
    font-family: 'Asap Condensed', sans-serif; }

@media (max-width: 1024px) {
  .widget {
    display: block;
    max-height: 100vh; }
    .widget:after {
      display: none; }
    .widget .close {
      position: absolute;
      right: 7px;
      top: 16px;
      cursor: pointer;
      z-index: 3;
      height: 30px;
      width: 30px; }
      .widget .close:after, .widget .close:before {
        content: '';
        width: 30px;
        height: 2px;
        background: white;
        transform: rotate(45deg);
        position: absolute;
        bottom: 15px;
        right: 0;
        margin-top: -15px; }
      .widget .close:after {
        transform: rotate(-45deg); }
    .widget .items {
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      text-align: center;
      transition: width 0.4s;
      flex-wrap: nowrap;
      max-height: 100vh;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent;
      min-height: 400px; }
      .widget .items .item-inner, .widget .items .item-inner svg {
        transition: all 0s; }
      .widget .items.mobile-active {
        width: 100%;
        max-width: 100%;
        height: 100%;
        transform: translate(0%, 0%);
        left: 0;
        top: 0;
        transition: all 0.4s; }
        .widget .items.mobile-active .item {
          visibility: hidden; }
          .widget .items.mobile-active .item.active {
            visibility: visible; }
        .widget .items.mobile-active .item-inner, .widget .items.mobile-active .item-inner svg {
          opacity: 0;
          background: none;
          visibility: hidden; }
    .widget .item {
      display: inline-block;
      width: 48%;
      position: static;
      transform: none;
      transition: background 0s; }
      .widget .item:hover {
        background: none; }
        .widget .item:hover .item-inner {
          background: none; }
      .widget .item.active {
        position: relative;
        z-index: 2;
        background: none; }
        .widget .item.active .item-inner {
          background: none; }
        .widget .item.active .item-window {
          display: block;
          position: fixed;
          top: 0;
          width: 100%;
          left: 0;
          background: #72d8ff;
          padding-top: 60px;
          padding-bottom: 15px;
          height: 100vh;
          box-sizing: border-box;
          overflow: auto; }
          .widget .item.active .item-window .text {
            width: 100vw; }
          .widget .item.active .item-window #widgetMap {
            width: 100%;
            height: 100%; }
        .widget .item.active .item-content {
          position: fixed;
          top: 0;
          right: 0;
          left: 0;
          width: 100%;
          transform: none;
          z-index: 2;
          display: block;
          height: 100vh;
          padding-top: 70px; }
          .widget .item.active .item-content .form-control {
            width: 100%;
            margin-right: 0;
            margin-bottom: 8px; }
    .widget .search .btn, .widget .search .pagination > li.current, .widget .search .f3-widget-paginator > li.current, .widget .search .pagination > li a, .pagination > li .widget .search a, .widget .search .f3-widget-paginator > li a, .f3-widget-paginator > li .widget .search a {
      width: 100%; }
    .widget .share-title {
      display: block;
      margin-right: 0;
      margin-bottom: 15px; } }

@media (max-height: 400px) and (max-width: 1024px) {
  .widget .items {
    padding-top: 10px;
    position: static;
    transform: none;
    display: block;
    margin: 0 auto; }
    .widget .items .item {
      padding: 7px 0; } }

#widgetMap {
  width: 320px;
  height: 320px; }
  #widgetMap:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin: -50px -25px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #77c62d;
    border-top-color: #77c62d;
    -webkit-animation: spin 1s infinite ease-in-out;
    animation: spin 1s infinite ease-in-out; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media print {
  .widget.active {
    opacity: 0;
    visibility: hidden; } }

.video-wrap {
  position: relative; }
  .video-wrap:after {
    background: url("/typo3conf/ext/wcp/Resources/Public/SVG/play.svg") center no-repeat;
    background-size: 100% auto;
    border-radius: 10px;
    bottom: 0;
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px; }

.tools {
  justify-content: space-between; }
  .tools .list {
    display: flex;
    height: 100%; }
  .tools .tool {
    align-items: center;
    display: flex;
    padding: 0 15px;
    height: 100%; }
    .tools .tool .label {
      color: #888;
      font-size: 12px;
      font-weight: 700;
      padding-right: 10px;
      pointer-events: none;
      transform: translateY(8px); }
    .tools .tool button {
      background: none;
      border: 0;
      cursor: pointer;
      display: block;
      font-size: 25px;
      line-height: 1;
      margin: 0 3px;
      outline: 0;
      padding: 0 5px;
      vertical-align: top; }
    .tools .tool a {
      color: #00267b;
      font-size: 16px;
      font-weight: 600; }
      .tool-negative .tools .tool a {
        color: #fff; }
    .tools .tool .sign {
      color: #888;
      font-size: 24px;
      font-weight: 400; }
    .tools .tool .letter {
      color: #000;
      font-weight: 700;
      transition: opacity 0.2s; }
      .tool-negative .tools .tool .letter {
        color: #fff; }
      .tools .tool .letter:hover, .tool-small .tools .tool .letter.small, .tool-medium .tools .tool .letter.medium, .tool-large .tools .tool .letter.large {
        opacity: 0.6; }
    .tools .tool .letters {
      align-items: baseline;
      display: flex; }
    .tools .tool .small {
      font-size: 18px; }
    .tools .tool .large {
      font-size: 32px; }
    .tools .tool .bordered {
      background: #fff;
      border: 2px solid rgba(136, 136, 136, 0.6);
      border-radius: 9px;
      font-size: 20px;
      font-weight: 600;
      height: 34px;
      padding: 0;
      text-align: center;
      width: 34px; }
      .tool-negative .tools .tool .bordered {
        border-color: #fff; }
    .tool-negative .tools .tool .white {
      color: #000; }
    .tools .tool .black {
      background: #000;
      border-color: #000;
      color: #fff; }
      .tools .tool .link:before {
        background: 0 0 no-repeat;
        background-size: contain;
        content: '';
        display: inline-block;
        height: 20px;
        margin-right: 10px;
        width: 20px;
        vertical-align: top; }
        .tools .tool .link.search:before {
          background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/search-header.svg"); }
          .tool-negative .tools .tool .link.search:before {
            background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/negative-search-header.svg"); }
      .tools .tool .link.contact:before {
        background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/phone-header.svg"); }
        .tool-negative .tools .tool .link.contact:before {
          background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/negative-phone-header.svg"); }

#weather {
  display: flex;
  color: #8cdfff;
  font-size: 16px;
  font-weight: 700; }
  #weather .forecast {
    align-items: center;
    display: flex;
    margin-right: 10px; }
    #weather .forecast img {
      display: inline-block;
      height: 40px;
      width: auto; }
  #weather .date {
    align-items: center;
    display: flex; }

.voice-reader div {
  float: none !important; }
.voice-reader .vrweb_player_main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .voice-reader .vrweb_player_main .vrweb_icon img {
    display: none; }
  .voice-reader .vrweb_player_main .vrweb_icon {
    background: url("/typo3conf/ext/wcp/Resources/Public//SVG/voice reader.svg") center no-repeat !important;
    background-size: contain;
    border: 0;
    cursor: pointer;
    display: inline-block; }
.voice-reader .vrweb_player {
  display: inline-block !important;
  vertical-align: top; }
.voice-reader .vrweb_settings_wrapper {
  display: none; }
.voice-reader .vrweb_player_main .vrweb_icon, .voice-reader div.VR20S_h_player_container, .voice-reader button.VR20S_h_player_button {
  background-color: transparent;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: auto 35px !important;
  border: 0;
  display: inline-block;
  height: 100% !important;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100% !important; }
.voice-reader div.VR20S_h_player_container {
  background: none !important;
  border: 0;
  border-radius: 0;
  box-shadow: none; }
.voice-reader button.VR20S_h_player_button {
  border: 0 !important;
  font-size: 0;
  vertical-align: top; }
.voice-reader button.VR20S_h_button_play {
  background-image: url("/typo3conf/ext/wcp/Resources/Public//SVG/voice reader.svg") !important;
  outline: 0; }
.voice-reader button.VR20S_h_button_pause {
  background-image: url("/typo3conf/ext/wcp/Resources/Public//SVG/Icons/icon-pause.svg") !important;
  outline: 0; }

.burger {
  box-sizing: content-box;
  cursor: pointer;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px; }
  .burger div {
    background: #00267b;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    transition: 0.3s; }
    .burger div + div {
      margin-top: 5px; }
    .tool-negative .burger div {
      background: #8cdfff; }

.image-source {
  background: #00267b;
  bottom: 0.5rem;
  color: #fff;
  display: block;
  font-size: 0.6rem;
  line-height: 1;
  max-height: calc(100% - .5rem);
  max-width: calc(100% - .5rem);
  overflow: hidden;
  padding: 0.5rem;
  pointer-events: none;
  position: absolute;
  left: 0.5rem;
  text-align: left; }
  .image-source .line {
    display: block;
    position: relative; }
  .image-source .label {
    display: inline-block; }
  .image-source .val {
    display: inline-block;
    font-weight: 600; }
  .mfp-figure .image-source {
    bottom: 3rem; }
  .textpic-content .image-source, .wcp_news-list .image-source, .wcp_calendar-content .calendar-data .image-source, .image-content .image-source, .wcp_news-detail .image-source, .wcp_event-detail .image-source, .wcp_calendarlast-content .image-source {
    bottom: auto;
    top: 0.5rem; }
  @media (min-width: 1024px) {
    .image-source {
      opacity: 0.3;
      transition: opacity 0.3s; }
      figure:hover .image-source {
        opacity: 1; } }

#header {
  height: 60px;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100; }
  .tool-negative #header {
    background: #000; }
  #header .mobile-header {
    display: flex;
    justify-content: flex-end; }
  #header #logo_mobile {
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%); }
    #header #logo_mobile img {
      width: auto;
      height: 100%;
      display: block; }
  #header .tools {
    display: none; }
    #header .tools .tool .label {
      display: none; }
  #header #logo {
    display: none; }
    #header .mobile-nav .search {
      position: absolute;
      font-size: 0;
      color: transparent;
      right: 65px;
      top: 0;
      padding: 18px 0 18px 20px; }
      #header .mobile-nav .search:before {
        background: 0 0 no-repeat;
        background-size: contain;
        content: '';
        display: inline-block;
        height: 23px;
        margin-right: 10px;
        width: 23px;
        vertical-align: top; }
      #header .mobile-nav .search:before {
        background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/search-mobile-header.svg"); }
        .tool-negative #header .mobile-nav .search:before {
          background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/negative-search-header.svg"); }
  @media (min-width: 1024px) {
    #header {
      background: transparent !important;
      max-width: 1430px; }
      #header .tools {
        display: flex; }
      #header #logo {
        display: block; }
      #header .left {
        position: relative;
        width: calc(100% - 141px); }
      #header .mobile-nav {
        display: none; }
      #header .pane {
        background: #fff;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
        display: flex;
        height: 62px;
        position: relative; }
        #header .pane + .pane {
          margin-top: 1px; }
        .tool-negative #header .pane {
          background: #000;
          box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.2); } }

.content {
  position: relative;
  padding: 50px 0;
  width: 100%; }
  .content > .content-inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 15px; }
  .content-bg-1 {
    background-color: #ebf4fb; }
    .tool-negative .content-bg-1 {
      color: #000; }
      .tool-negative .content-bg-1 .text a {
        color: #4d570e; }
      .tool-negative .content-bg-1 h1, .tool-negative .content-bg-1 h2, .tool-negative .content-bg-1 h3 {
        color: #000; }
  @media (min-width: 1200px) {
    .content > .content-inner {
      max-width: 1430px; }
    .content + .content, .frame + .content, .content + .frame {
      margin-top: 20px; }
      .content-layout-slim > .content-inner {
        max-width: 870px; }
    .content-layout-inForm {
      display: inline-block;
      padding: 0;
      width: auto; }
      .content-layout-inForm > .content-inner {
        max-width: none; }
      .content-layout-inForm p {
        margin: 0; }
        .content-layout-inForm p + p {
          margin-top: 15px; } }

.frame {
  padding: 50px 0; }
  .frame > header {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 15px; }
  @media (min-width: 1200px) {
    .frame > header {
      max-width: 1430px; } }

#footer {
  padding: 25px 0;
  background: #00267b;
  color: #fff; }
  #footer > .content-inner {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 15px; }
  #footer .column {
    display: block;
    width: 100%; }
    #footer .column + .column {
      margin-top: 25px; }
  #footer .partners {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 20px; }
  #footer .partner {
    align-items: center;
    display: inline-flex;
    min-height: 90px;
    padding: 0 26px;
    vertical-align: top;
    width: 100%; }
    #footer .partner img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
    @media (min-width: 540px) {
      #footer .partner {
        width: 50%; } }
  @media (min-width: 768px) {
    #footer .partner {
      padding: 0 0 0 50px; } }
#footer .social-wrap {
  margin: 20px 0; }
  #footer .social-wrap p {
    margin-bottom: 25px; }
#footer .tools {
  margin-top: 25px; }
  #footer .tools .label {
    display: none; }
  #footer .tools .list {
    justify-content: space-between; }
  #footer .tools .tool {
    padding: 0; }
    #footer .tools .tool .letter {
      color: #fff; }
    #footer .tools .tool .bordered {
      background: #fff;
      border: 2px solid #00267b;
      color: #00267b; }
    #footer .tools .tool .black {
      background: #00267b;
      border-color: #fff;
      color: #fff; }
    #footer .tools .tool:last-child {
      padding-right: 0; }
  @media (min-width: 540px) {
    #footer .tools .tool {
      padding: 0 30px; } }
@media (min-width: 768px) {
  #footer .tools .list {
    justify-content: flex-end; } }
#footer .info {
  font-size: 11px; }
#footer .aboutus {
  font-size: 16px; }
  #footer .aboutus a {
    text-decoration: underline; }
    #footer .aboutus a:hover {
      text-decoration: none; }
    #footer .aboutus a + a {
      margin-left: 10px; }
@media (min-width: 768px) {
  #footer .partner {
    min-height: 0;
    width: 20%; }
    #footer .partner:first-child {
      padding-left: 0; }
    #footer .partner:last-child {
      padding-right: 0; }
  #footer .tools {
    justify-content: flex-end; } }
@media (min-width: 1024px) {
  #footer .partners {
    min-height: 110px;
    padding-bottom: 0; }
  #footer .column {
    width: 33.3333%; }
    #footer .column + .column {
      margin-top: 0; }
    #footer .column.wide {
      width: 66.6666%; }
    #footer .column:first-child {
      padding-right: 30px; }
    #footer .column:last-child {
      padding-left: 30px; } }
@media (min-width: 1200px) {
  #footer {
    padding: 50px 0; }
    #footer > .content-inner {
      max-width: 1430px; }
    #footer .partners {
      min-height: 130px;
      margin-bottom: 10px;
      padding-bottom: 20px; }
    #footer .aboutus {
      margin-top: 50px; }
      #footer .column:first-child {
        padding-right: 80px; }
      #footer .column:last-child {
        padding-left: 80px; }
    #footer .copy {
      font-size: 18px; } }

form {
  max-width: 530px;
  margin: 0 auto;
  padding: 0 15px; }
  form.wide {
    max-width: 705px; }
  form .error {
    margin: -20px 2px 20px;
    display: block;
    line-height: 1.1;
    font-size: 15px;
    color: red; }
  form .btn, form .pagination > li.current, form .f3-widget-paginator > li.current, form .pagination > li a, .pagination > li form a, form .f3-widget-paginator > li a, .f3-widget-paginator > li form a {
    margin-bottom: 10px; }
  header + form {
    margin-top: 30px; }
  @media (min-width: 1024px) {
    header + form {
      margin-top: 50px; } }
  form p {
    margin: 15px 0; }

.form-group {
  margin-bottom: 20px;
  position: relative;
  border: none; }
  .form-group legend {
    display: none; }
    .form-group.focus .control-label, .form-group.filled .control-label {
      top: 0;
      transform: translate(3px, -50%) scale(0.8);
      transform-origin: 0;
      color: #666; }
      .tool-negative .form-group.focus .control-label, .tool-negative .form-group.filled .control-label {
        background: #00267b;
        color: #fff; }
  .form-group .form-check-label {
    margin-bottom: 10px;
    display: flex;
    cursor: pointer; }
  .form-group .form-check {
    padding: 0 10px 0 0;
    position: relative; }
    .form-group .form-check [type=checkbox], .form-group .form-check [type=radio] {
      display: none; }
    .form-group .form-check span {
      padding-left: 30px; }
      .form-group .form-check span div, .form-group .form-check span p {
        display: inline;
        margin: 0;
        padding: 0; }
    .form-group .form-check span:before, .form-group .form-check span:after {
      width: 22px;
      height: 22px;
      position: absolute;
      content: '';
      pointer-events: none; }
    .form-group .form-check span:before {
      top: 1px;
      left: 0;
      display: block;
      border-radius: 3px;
      border: 1px solid #888; }
    .form-group .form-check span:after {
      top: 3px;
      left: 1px;
      display: block;
      background: url("/typo3conf/ext/wcp/Resources/Public//SVG/check.svg") center no-repeat;
      background-size: 18px;
      opacity: 0; }
      .form-group .form-check [type=radio] + span:before, .form-group .form-check [type=radio] + span:after {
        border-radius: 50%; }
    .form-group .form-check [type=checkbox]:checked + span:after, .form-group .form-check [type=radio]:checked + span:after {
      opacity: 1; }
  .form-group.relative {
    display: block; }
    .form-group.relative .control-label {
      margin-bottom: 10px;
      position: relative;
      top: 0;
      display: block; }
      .form-group.relative.focus .control-label, .form-group.relative.filled .control-label {
        transform: none; }
  .form-group .label {
    margin-bottom: 13px;
    display: block; }
  .form-group .hidden {
    display: none; }
    .form-group.has-error .label-button {
      border-color: #ff0000; }

textarea.form-control, [type=text].form-control, [type=password].form-control, select.form-control, .form-group [type=file], .label-button {
  width: 100%;
  padding: 15px 20px;
  border-radius: 3px;
  border: 1px solid #888;
  background: #fff;
  font-family: Asap, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #00267b;
  transition: border-color 0.2s;
  outline: none;
  line-height: 1.3;
  -webkit-appearance: none; }
  .focus textarea.form-control, .focus [type=text].form-control, .focus [type=password].form-control, .focus select.form-control, .focus .form-group [type=file], .form-group .focus [type=file], .focus .label-button, .filled textarea.form-control, .filled [type=text].form-control, .filled [type=password].form-control, .filled select.form-control, .filled .form-group [type=file], .form-group .filled [type=file], .filled .label-button {
    border-color: #666; }

.control-label {
  border-radius: 3px;
  position: absolute;
  top: 16px;
  left: 14px;
  transform: translate(0, 0);
  padding: 0 5px;
  background: #fff;
  font-size: 18px;
  color: #888;
  cursor: auto;
  transition: all 0.2s;
  pointer-events: none; }

.label-button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border-color: #666;
  line-height: 1.3;
  color: #666;
  cursor: pointer; }

.form-control-description {
  font-size: 14px; }

select.form-control, .form-group [type=file] {
  height: 54px; }
textarea.form-control {
  height: 180px;
  resize: none;
  display: block; }

.form-group [type=file] {
  width: auto; }

.actions .btn, .actions .pagination > li.current, .actions .f3-widget-paginator > li.current, .actions .pagination > li a, .pagination > li .actions a, .actions .f3-widget-paginator > li a, .f3-widget-paginator > li .actions a {
  width: 100%; }

@media (min-width: 768px) {
  .wide .control-label {
    width: 40%; }
  .wide .actions .btn, .wide .actions .pagination > li.current, .wide .actions .f3-widget-paginator > li.current, .wide .actions .pagination > li a, .pagination > li .wide .actions a, .wide .actions .f3-widget-paginator > li a, .f3-widget-paginator > li .wide .actions a {
    width: 100%; }
  .form-group {
    display: flex; }
  .form-group-inner2 {
    display: flex;
    align-items: center; }
  .form-control-description {
    margin-left: 20px; }
  .input {
    width: 100%; }
    .form-group.relative .inputs-list {
      display: flex;
      flex-wrap: wrap; } }

.pagination, .f3-widget-paginator {
  display: flex;
  flex-flow: wrap;
  list-style: none; }
  .pagination > li.current, .f3-widget-paginator > li.current {
    background-color: #00267b;
    cursor: default; }
    .pagination > li.active a, .f3-widget-paginator > li.active a {
      background-color: #00267b; }
  .pagination > li + li, .f3-widget-paginator > li + li {
    margin-left: 10px; }

.textpic-content .content-header + .container-wrap, .wcp_news-list .content-header + .container-wrap, .wcp_calendar-content .calendar-data .content-header + .container-wrap {
  margin-top: 20px; }
.textpic-content .container + .container, .wcp_news-list .container + .container, .wcp_calendar-content .calendar-data .container + .container {
  margin-top: 20px; }
.textpic-content .container-wrap.container-wrap-0, .wcp_news-list .container-wrap.container-wrap-0, .wcp_calendar-content .calendar-data .container-wrap.container-wrap-0 {
  flex-flow: column wrap;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto; }
  .textpic-content .container-wrap.container-wrap-0 .container, .wcp_news-list .container-wrap.container-wrap-0 .container, .wcp_calendar-content .calendar-data .container-wrap.container-wrap-0 .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
@media (min-width: 1024px) {
  .textpic-content .container, .wcp_news-list .container, .wcp_calendar-content .calendar-data .container {
    margin: 0 20px 50px;
    overflow: hidden; }
    .textpic-content .container-wrap, .wcp_news-list .container-wrap, .wcp_calendar-content .calendar-data .container-wrap {
      display: flex;
      flex-flow: row wrap;
      margin: 0 -20px -50px; }
    .textpic-content .container + .container, .wcp_news-list .container + .container, .wcp_calendar-content .calendar-data .container + .container {
      margin-top: 0; }
  .textpic-content .content-header + .container-wrap, .wcp_news-list .content-header + .container-wrap, .wcp_calendar-content .calendar-data .content-header + .container-wrap {
    margin-top: 40px; }
  .textpic-content .item, .wcp_news-list .item, .wcp_calendar-content .calendar-data .item {
    display: block;
    overflow: hidden;
    margin: 0 30px 50px;
    width: calc(100% - 60px); }
    .textpic-content .item-wrap, .wcp_news-list .item-wrap, .wcp_calendar-content .calendar-data .item-wrap {
      display: flex;
      flex-flow: row wrap;
      margin: 0 -30px -50px; }
  .textpic-content .width-1, .wcp_news-list .width-1, .wcp_calendar-content .calendar-data .width-1 {
    width: calc(33.333% - 40px); }
  .textpic-content .width-2, .wcp_news-list .width-2, .wcp_calendar-content .calendar-data .width-2 {
    width: calc(66.666% - 40px); }
    .textpic-content .width-2 .item, .wcp_news-list .width-2 .item, .wcp_calendar-content .calendar-data .width-2 .item {
      width: calc(50% - 60px); }
  .textpic-content .width-3 .item, .wcp_news-list .width-3 .item, .wcp_calendar-content .calendar-data .width-3 .item {
    width: calc(33.333% - 60px); } }

.textmedia-content .content-header + .container-wrap {
  margin-top: 20px; }
.textmedia-content .container + .container {
  margin-top: 20px; }
.textmedia-content .container-wrap.container-wrap-0 {
  flex-flow: column wrap;
  margin-left: auto;
  margin-right: auto; }
  .textmedia-content .container-wrap.container-wrap-0 .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
.textmedia-content figcaption {
  background: #ebf4fb;
  box-shadow: inset 0 0 1px 0 rgba(0, 38, 123, 0.2);
  color: #00267b;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  width: auto; }
  .tool-negative .textmedia-content figcaption {
    background: #fff;
    color: #000; }
.textmedia-content .video {
  margin-bottom: 1rem; }
  .textmedia-content .video-embed {
    position: relative; }
    .textmedia-content .video-embed-item {
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .textmedia-content .video-embed:before {
      content: '';
      display: block;
      height: 0;
      padding-bottom: 56.25%;
      width: 100%; }
@media (min-width: 1024px) {
  .textmedia-content .container {
    margin: 0 20px 50px; }
    .textmedia-content .container-wrap {
      display: flex;
      flex-flow: row wrap;
      margin: 0 -20px -50px; }
    .textmedia-content .container + .container {
      margin-top: 0; }
  .textmedia-content .content-header + .container-wrap {
    margin-top: 40px; }
  .textmedia-content .video {
    display: block;
    margin: 0 30px 50px;
    width: calc(100% - 60px); }
    .textmedia-content .video-outer-wrap {
      display: flex;
      flex-flow: row wrap;
      margin: 0 -30px -50px; }
  .textmedia-content .width-1 {
    width: calc(33.333% - 40px); }
  .textmedia-content .width-2 {
    width: calc(66.666% - 40px); }
    .textmedia-content .width-2 .video {
      width: calc(50% - 60px); }
  .textmedia-content .width-3 .video {
    width: calc(33.333% - 60px); }
  .textmedia-content figcaption {
    transform: translate(20px); } }

.text-content .content-header + .text {
  margin-top: 20px; }
@media (min-width: 1024px) {
  .text-content .content-header + .text {
    margin-top: 40px; } }

.image-content .slick-arrow, .wcp_news-detail .slick-arrow, .wcp_event-detail .slick-arrow, .wcp_calendarlast-content .slick-arrow {
  background: none;
  border: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 70px;
  margin: auto 0;
  outline: 0 none;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 10; }
  .image-content .slick-arrow:after, .wcp_news-detail .slick-arrow:after, .wcp_event-detail .slick-arrow:after, .wcp_calendarlast-content .slick-arrow:after, .image-content .slick-arrow:before, .wcp_news-detail .slick-arrow:before, .wcp_event-detail .slick-arrow:before, .wcp_calendarlast-content .slick-arrow:before {
    background: #00267b;
    border-radius: 2px;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 20px; }
    .tool-negative .image-content .slick-arrow:after, .tool-negative .wcp_news-detail .slick-arrow:after, .tool-negative .wcp_event-detail .slick-arrow:after, .tool-negative .wcp_calendarlast-content .slick-arrow:after, .tool-negative .image-content .slick-arrow:before, .tool-negative .wcp_news-detail .slick-arrow:before, .tool-negative .wcp_event-detail .slick-arrow:before, .tool-negative .wcp_calendarlast-content .slick-arrow:before {
      background: #fff; }
  .image-content .slick-arrow:after, .wcp_news-detail .slick-arrow:after, .wcp_event-detail .slick-arrow:after, .wcp_calendarlast-content .slick-arrow:after {
    transform: translateY(6px) rotate(45deg); }
  .image-content .slick-arrow:before, .wcp_news-detail .slick-arrow:before, .wcp_event-detail .slick-arrow:before, .wcp_calendarlast-content .slick-arrow:before {
    transform: translateY(-6px) rotate(-45deg); }
.image-content .slick-prev, .wcp_news-detail .slick-prev, .wcp_event-detail .slick-prev, .wcp_calendarlast-content .slick-prev {
  left: -5px; }
.image-content .slick-next, .wcp_news-detail .slick-next, .wcp_event-detail .slick-next, .wcp_calendarlast-content .slick-next {
  right: -5px;
  transform: scale(-1); }
.image-content .content-header + .container, .wcp_news-detail .content-header + .container, .wcp_event-detail .content-header + .container, .wcp_calendarlast-content .content-header + .container {
  margin-top: 20px; }
.image-content .item, .wcp_news-detail .item, .wcp_event-detail .item, .wcp_calendarlast-content .item {
  margin: 0 25px; }
@media (min-width: 1024px) {
  .image-content .slick-prev, .wcp_news-detail .slick-prev, .wcp_event-detail .slick-prev, .wcp_calendarlast-content .slick-prev {
    left: -20px; }
  .image-content .slick-next, .wcp_news-detail .slick-next, .wcp_event-detail .slick-next, .wcp_calendarlast-content .slick-next {
    right: -20px; }
  .image-content .content-header + .container, .wcp_news-detail .content-header + .container, .wcp_event-detail .content-header + .container, .wcp_calendarlast-content .content-header + .container {
    margin-top: 40px; }
  .image-content .image figcaption, .wcp_news-detail .image figcaption, .wcp_event-detail .image figcaption, .wcp_calendarlast-content .image figcaption {
    text-align: left; }
  .image-content .item, .wcp_news-detail .item, .wcp_event-detail .item, .wcp_calendarlast-content .item {
    display: inline-block;
    margin: 0 50px;
    max-width: clac(-66.667%);
    vertical-align: top; } }

.table-content table {
  border-color: #888;
  border-collapse: collapse; }
  .table-content table thead tr {
    background: #77c62d;
    line-height: 24px; }
    .table-content table thead tr th {
      font-weight: 600;
      padding: 0.5em 0.75em; }
.table-content table tbody tr td {
  border-top: 1px solid #888;
  padding: 0.5em 0.75em; }
  .table-content table tbody tr.no-border td {
    border-top: none; }

.breadcrumbs {
  margin-bottom: 25px;
  padding: 25px 0 0;
  line-height: 1.6; }
  .breadcrumbs a {
    margin-right: 30px;
    display: inline-block;
    color: #4d570e;
    position: relative; }
    .breadcrumbs a:after, .breadcrumbs a:before {
      background: #666;
      border-radius: 2px;
      content: '';
      display: block;
      height: 2px;
      right: -20px;
      position: absolute;
      width: 10px;
      pointer-events: none; }
    .breadcrumbs a:before {
      top: calc(50% + 1px);
      transform-origin: top right;
      transform: rotate(45deg); }
    .breadcrumbs a:after {
      top: calc(50% - 1px);
      transform: rotate(-45deg);
      transform-origin: bottom right; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  @media (min-width: 1024px) {
    .breadcrumbs {
      padding: 50px 0 0; } }

.wcp_keyvisual-content {
  padding: 0; }
@media (min-width: 768px) {
  .wcp_keyvisual-content:first-child {
    margin-top: -100px; } }
.wcp_keyvisual-content > .content-inner {
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
.wcp_keyvisual-content .image {
  background: center no-repeat;
  background-size: cover;
  display: block;
  padding: 0;
  position: relative; }
  .wcp_keyvisual-content .image img {
    display: none; }
  .wcp_keyvisual-content .image:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 35.26%;
    width: 100%; }
.wcp_keyvisual-content .slick-dots {
  padding: 10px 10px 5px;
  background: #fff;
  text-align: center; }
  .wcp_keyvisual-content .slick-dots li {
    border: 2px solid #8cdfff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    position: relative;
    transition: border-color 0.3s;
    vertical-align: top;
    width: 20px; }
    .wcp_keyvisual-content .slick-dots li:before {
      background: #8cdfff;
      border-radius: 50%;
      bottom: 2px;
      content: '';
      display: block;
      left: 2px;
      position: absolute;
      right: 2px;
      top: 2px;
      transform: scale(0);
      transition: transform 0.3s; }
    .wcp_keyvisual-content .slick-dots li:hover, .wcp_keyvisual-content .slick-dots li.slick-active {
      border-color: #8cdfff; }
      .wcp_keyvisual-content .slick-dots li:hover:before, .wcp_keyvisual-content .slick-dots li.slick-active:before {
        transform: scale(1); }
    .wcp_keyvisual-content .slick-dots li:first-child:last-child {
      display: none; }
    .tool-negative .wcp_keyvisual-content .slick-dots li {
      border-color: #000;
      box-shadow: 0 0 3px 0 #fff; }
      .tool-negative .wcp_keyvisual-content .slick-dots li:before {
        background: #000; }
      .tool-negative .wcp_keyvisual-content .slick-dots li:hover, .tool-negative .wcp_keyvisual-content .slick-dots li.slick-active {
        border-color: #000; }
  .wcp_keyvisual-content .slick-dots button {
    display: none; }
  @media (min-width: 768px) {
    .wcp_keyvisual-content .slick-dots {
      background: none;
      bottom: 40px;
      left: 0;
      margin: 0 auto;
      max-width: 1430px;
      position: absolute;
      right: 0;
      text-align: right;
      width: 100%; }
      .wcp_keyvisual-content .slick-dots li {
        border-color: #fff; }
        .tool-negative .wcp_keyvisual-content .slick-dots li {
          border-color: #000; } }

.wcp_quicklinks-content .container {
  display: flex;
  flex-flow: row wrap; }
.wcp_quicklinks-content .column {
  width: 100%; }
  .wcp_quicklinks-content .column + .column {
    margin-top: 30px; }
.wcp_quicklinks-content .caption {
  background: #00267b;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 0 0 80px;
  position: relative;
  text-decoration: none; }
  .wcp_quicklinks-content .caption img {
    bottom: 0;
    display: block;
    height: auto;
    max-width: 80px;
    position: absolute;
    right: calc(100% - 80px);
    width: 35%; }
  .wcp_quicklinks-content .caption span {
    align-items: center;
    display: flex;
    min-height: 75px;
    padding: 10px 20px 10px 0; }
    .wcp_quicklinks-content .caption .icon img {
      height: 45px;
      width: auto;
      right: calc(100% - 60px);
      bottom: auto;
      top: 15px; }
.wcp_quicklinks-content .list {
  list-style: none;
  color: #00267b; }
  .wcp_quicklinks-content .list li {
    align-items: center;
    border: 3px solid #ebf4fb;
    border-top: 0; }
    .content-bg-1.wcp_quicklinks-content .list li {
      border-color: #fff; }
    .tool-negative .wcp_quicklinks-content .list li {
      border-color: #00267b; }
  .wcp_quicklinks-content .list a {
    align-items: center;
    display: flex;
    min-height: 40px;
    padding: 10px 20px;
    width: 100%; }
.wcp_quicklinks-content .content-header + .container {
  margin-top: 20px; }
@media (min-width: 1024px) {
  .wcp_quicklinks-content .content-header + .container {
    margin-top: 40px; }
  .wcp_quicklinks-content .caption {
    padding: 0 0 0 180px; }
    .wcp_quicklinks-content .caption img {
      right: calc(100% - 180px); }
      .wcp_quicklinks-content .caption .icon img {
        right: calc(100% - 160px); }
  .wcp_quicklinks-content .container {
    margin: 0 -20px; }
  .wcp_quicklinks-content .column {
    margin: 0 20px;
    width: calc(33.3333% - 40px); }
    .wcp_quicklinks-content .column + .column {
      margin-top: 0; }
  .wcp_quicklinks-content .list a {
    min-height: 54px;
    padding: 10px 60px; } }
@media (min-width: 1200px) {
  .wcp_quicklinks-content .caption {
    font-size: 28px;
    min-height: 110px; }
    .wcp_quicklinks-content .caption img {
      max-width: 150px; }
      .wcp_quicklinks-content .caption .icon img {
        height: 80px; }
    .wcp_quicklinks-content .caption span {
      min-height: 110px;
      padding: 15px 20px 15px 0; } }

.wcp_single_image-content .image {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  padding: 0;
  width: 100%; }
  .wcp_single_image-content .content-header + .container-wrap {
    margin-top: 20px; }
@media (min-width: 1024px) {
  .wcp_single_image-content .container {
    margin: 0 20px;
    overflow: hidden; }
    .wcp_single_image-content .container-wrap {
      display: flex;
      flex-flow: row wrap;
      margin: 0 -20px; }
  .wcp_single_image-content .content-header + .container-wrap {
    margin-top: 40px; }
  .wcp_single_image-content .item {
    display: block;
    overflow: hidden; }
    .wcp_single_image-content .item-wrap {
      display: flex;
      flex-flow: row wrap;
      width: 100%; }
  .wcp_single_image-content .image {
    margin-bottom: 0; }
  .wcp_single_image-content .image-wrap {
    display: flex;
    width: calc(100% - 40px); }
  .wcp_single_image-content .width-1 {
    width: calc(33.333% - 40px); }
  .wcp_single_image-content .width-2 {
    width: calc(66.666% - 40px); } }

.wcp_video-content .image {
  align-items: center;
  display: flex;
  padding: 0;
  width: 100%; }
  .wcp_video-content .image figcaption {
    display: none; }
.wcp_video-content .content-header + .container-wrap {
  margin-top: 20px; }
.wcp_video-content .item {
  display: block;
  overflow: hidden; }
  .wcp_video-content .item img {
    display: block;
    height: auto;
    width: 100%; }
@media (min-width: 1024px) {
  .wcp_video-content .container {
    margin: 0 20px;
    overflow: hidden; }
    .wcp_video-content .container-wrap {
      display: flex;
      flex-flow: row wrap;
      margin: 0 -20px; }
  .wcp_video-content .content-header + .container-wrap {
    margin-top: 40px; }
  .wcp_video-content .item {
    display: block; }
    .wcp_video-content .item-wrap {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      width: 100%; }
  .wcp_video-content .image-wrap {
    width: calc(100% - 40px); }
    .wcp_video-content .image-wrap img {
      display: block;
      height: auto;
      width: 100%; }
  .wcp_video-content .width-1 {
    width: calc(33.333% - 40px); }
  .wcp_video-content .width-2 {
    width: calc(66.666% - 40px); }
  .wcp_video-content .width-3 {
    margin: 0 auto;
    width: calc(66.666% - 40px); } }

.wcp_news-detail .slim {
  margin: 0 auto 20px;
  width: 100%; }
@media (min-width: 1024px) {
  .wcp_news-detail .slim {
    margin-bottom: 40px; } }
@media (min-width: 1200px) {
  .wcp_news-detail .slim {
    max-width: 870px; } }
.wcp_news-detail .back-to-list {
  margin-top: 20px; }

.wcp_news-list .text-wrap {
  padding-bottom: 20px; }
.wcp_news-list .container, .wcp_news-list .container-wrap {
  margin-bottom: 0; }
.wcp_news-list h3 {
  color: #00267b; }
  .tool-negative .wcp_news-list h3 {
    color: #fff; }
  .wcp_news-list h3 + .text {
    margin-top: 20px; }

.wcp_newslatest-content {
  padding-top: 0; }
  .wcp_newslatest-content .row {
    display: flex;
    flex-flow: row wrap; }
    .wcp_newslatest-content .row .column {
      display: block;
      width: 100%; }
    @media (min-width: 1200px) {
      .wcp_newslatest-content .row .column {
        width: 50%; }
        .wcp_newslatest-content .row .column.wide {
          width: 66%; }
        .wcp_newslatest-content .row .column.short {
          width: 34%; } }
  .wcp_newslatest-content p {
    line-height: 17px; }
  .wcp_newslatest-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px; }
    .wcp_newslatest-content h3 + .text {
      margin-top: 15px; }
  .wcp_newslatest-content .column > h2, .wcp_newslatest-content .column > .h2 {
    padding: 20px; }
  .wcp_newslatest-content .column + .column {
    margin-top: 30px; }
  .wcp_newslatest-content .column.wide {
    background: #00267b;
    color: #fff;
    margin: 0 -20px;
    padding: 0 0 30px;
    width: 100vw; }
    .tool-negative .wcp_newslatest-content .column.wide {
      background: #fff;
      color: #000; }
    .wcp_newslatest-content .column.wide h2, .wcp_newslatest-content .column.wide h3 {
      color: inherit; }
    .wcp_newslatest-content .column.wide .more {
      background: rgba(102, 125, 176, 0.4);
      color: #fff;
      margin-top: 15px;
      padding: 10px 15px 11px;
      transition: background-color 0.2s; }
      .wcp_newslatest-content .column.wide .more:hover {
        background-color: #667db0;
        text-decoration: none; }
      .tool-negative .wcp_newslatest-content .column.wide .more {
        background: rgba(0, 0, 0, 0.4); }
        .tool-negative .wcp_newslatest-content .column.wide .more:hover {
          background-color: #000; }
  .wcp_newslatest-content .column.short .block {
    text-align: left; }
  .wcp_newslatest-content .column.short a {
    color: #4d570e; }
    .tool-negative .wcp_newslatest-content .column.short a {
      color: #8cdfff; }
  .wcp_newslatest-content .column .all {
    margin-top: 35px; }
.wcp_newslatest-content .block + .block {
  margin-top: 20px; }
.wcp_newslatest-content .slider {
  margin: 0 auto;
  position: relative; }
  .wcp_newslatest-content .slider .slide {
    outline: 0; }
  .wcp_newslatest-content .slider .img {
    display: block;
    margin: 0;
    position: relative; }
  .wcp_newslatest-content .slider img {
    display: block;
    height: auto;
    width: 100%; }
  .wcp_newslatest-content .slider .inner {
    padding: 20px; }
  .wcp_newslatest-content .slider h3 {
    font-size: 22px;
    line-height: 24px; }
.wcp_newslatest-content .slick-dots {
  text-align: center; }
  .wcp_newslatest-content .slick-dots li {
    background: #00267b;
    border: 2px solid #8cdfff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    transition: background-color 0.2s;
    vertical-align: top;
    width: 12px; }
    .wcp_newslatest-content .slick-dots li + li {
      margin-left: 30px; }
    .wcp_newslatest-content .slick-dots li:hover, .wcp_newslatest-content .slick-dots li.slick-active {
      background-color: #8cdfff; }
    .tool-negative .wcp_newslatest-content .slick-dots li {
      background: #fff;
      border-color: #000; }
      .tool-negative .wcp_newslatest-content .slick-dots li:hover, .tool-negative .wcp_newslatest-content .slick-dots li.slick-active {
        background-color: #000; }
  .wcp_newslatest-content .slick-dots button {
    display: none; }
.wcp_newslatest-content.layout-1 .wide {
  background: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .wcp_newslatest-content.layout-1 .wide img {
    display: block;
    height: auto;
    width: 100%; }
@media (min-width: 768px) {
  .wcp_newslatest-content .column.wide {
    margin: 0;
    padding: 0;
    width: 100%; }
    .wcp_newslatest-content .column.wide h2, .wcp_newslatest-content .column.wide .h2 {
      padding: 20px; }
  .wcp_newslatest-content .column.short {
    display: block;
    flex-direction: column; }
  .wcp_newslatest-content .column .all {
    height: 50px;
    margin: 10px 0 0;
    display: flex;
    align-items: center; }
  .wcp_newslatest-content .slider {
    margin: 0 -20px -10px;
    position: relative; }
    .wcp_newslatest-content .slider .slide {
      align-items: flex-start;
      display: flex !important;
      flex-flow: row wrap; }
    .wcp_newslatest-content .slider img {
      width: 350px; }
    .wcp_newslatest-content .slider .inner {
      padding: 0 50px 40px 30px;
      width: calc(100% - 350px); }
  .wcp_newslatest-content .slick-dots {
    bottom: 15px;
    left: 380px;
    position: absolute; } }
@media (min-width: 1200px) {
  .wcp_newslatest-content h3 + .text {
    margin-top: 5px; }
  .wcp_newslatest-content .block + .block {
    margin-top: 10px; }
  .wcp_newslatest-content .column + .column {
    margin-top: 0; }
  .wcp_newslatest-content .column.wide {
    padding: 20px 50px 0 20px; }
    .wcp_newslatest-content .column.wide > h2 {
      margin-bottom: 20px;
      padding: 0; }
      .wcp_newslatest-content .column.wide h3 + .text {
        margin-top: 15px; }
  .wcp_newslatest-content .column.short {
    padding: 0 30px; }
    .wcp_newslatest-content .column.short button {
      margin-top: 10px; }
  .wcp_newslatest-content .slider {
    margin: 0 -50px -10px -40px; }
    .wcp_newslatest-content .slider img {
      width: 480px; }
    .wcp_newslatest-content .slider .inner {
      width: calc(100% - 480px); }
  .wcp_newslatest-content .slick-dots {
    bottom: 30px;
    left: 510px; }
  .wcp_newslatest-content.layout-1 h3 {
    font-size: 20px; }
    .wcp_newslatest-content.layout-1 h3 + .text {
      margin-top: 15px; }
  .wcp_newslatest-content.layout-1 .wide {
    padding: 0; } }

.wcp_event-detail .slim {
  margin: 20px auto 0;
  width: 100%; }
  .wcp_event-detail .slim .slim-content {
    margin: 0 auto; }
  @media (min-width: 1024px) {
    .wcp_event-detail .slim {
      margin-top: 0; }
      .wcp_event-detail .slim .slim-content {
        max-width: 870px; } }
.wcp_event-detail .back-to-list {
  margin-top: 20px; }
.wcp_event-detail .additional {
  margin-top: 20px; }
@media (min-width: 1024px) {
  .wcp_event-detail .additional {
    margin-top: 40px;
    width: calc(50% - 15px); }
    .wcp_event-detail .additional:first-child {
      margin-right: 30px; } }
.wcp_event-detail .additional > h3 {
  color: #00267b;
  margin-bottom: 10px; }
.wcp_event-detail .additional > h4 {
  margin-bottom: 10px; }
.wcp_event-detail .additional-wrap {
  display: flex;
  flex-flow: wrap; }
.wcp_event-detail small {
  display: block;
  margin-top: 20px; }
@media (min-width: 1024px) {
  .wcp_event-detail small {
    margin-top: 40px; } }

.wcp_calendar-content .content-header + .inline-form {
  margin-top: 20px; }
.wcp_calendar-content .wait {
  background: none;
  border-color: transparent;
  color: transparent;
  overflow: hidden;
  pointer-events: none;
  position: relative; }
  .wcp_calendar-content .wait:after {
    background: url("/typo3conf/ext/wcp/Resources/Public/SVG/loading.svg") center no-repeat;
    background-size: contain !important;
    bottom: 0 !important;
    content: '';
    height: 70% !important;
    left: 0 !important;
    margin: auto !important;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    width: 70% !important; }
    .tool-negative .wcp_calendar-content .wait:after {
      background-image: url("/typo3conf/ext/wcp/Resources/Public/SVG/negative-loading.svg"); }
.wcp_calendar-content .inline-form {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  margin: 0 -20px;
  max-width: none; }
  .wcp_calendar-content .inline-form small {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    text-align: right; }
  .wcp_calendar-content .inline-form > div:first-child {
    display: none; }
.wcp_calendar-content .calendar-data {
  margin-top: 20px; }
  .wcp_calendar-content .calendar-data h2 {
    margin-bottom: 20px; }
  .wcp_calendar-content .calendar-data .text-wrap {
    padding-bottom: 20px; }
  .wcp_calendar-content .calendar-data .container, .wcp_calendar-content .calendar-data .container-wrap {
    margin-bottom: 0; }
  .wcp_calendar-content .calendar-data h3 {
    color: #00267b; }
    .tool-negative .wcp_calendar-content .calendar-data h3 {
      color: #fff; }
    .wcp_calendar-content .calendar-data h3 + .text {
      margin-top: 20px; }
  .wcp_calendar-content .calendar-data .date-wrap {
    font-size: 15px;
    margin-bottom: 5px;
    width: 100%; }
  .wcp_calendar-content .calendar-data .categories-wrap {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    width: 100%; }
  .wcp_calendar-content .calendar-data.wait {
    min-height: 50px; }
    .wcp_calendar-content .calendar-data.wait > * {
      display: none; }
.wcp_calendar-content .event_category {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  max-height: 257px;
  overflow-x: hidden;
  overflow-y: auto; }
  .wcp_calendar-content .event_category .label {
    cursor: pointer;
    display: block;
    padding: 3px 5px; }
  .wcp_calendar-content .event_category > ul {
    padding: 3px 0; }
  .wcp_calendar-content .event_category ul {
    list-style: none; }
    .wcp_calendar-content .event_category ul ul {
      padding-right: 15px; }
.wcp_calendar-content .date-wrap {
  display: block;
  margin: 0 20px; }
@media (min-width: 1024px) {
  .wcp_calendar-content .content-header + .inline-form {
    margin-top: 40px; }
  .wcp_calendar-content .calendar-data {
    margin-top: 40px; }
    .wcp_calendar-content .calendar-data h2 {
      margin-bottom: 40px; } }

.address-info h3 {
  color: #00267b;
  margin-bottom: 10px;
  margin-top: 20px; }
  .tool-negative .address-info h3 {
    color: #fff; }
  @media (min-width: 1024px) {
    .address-info h3 {
      margin-top: 40px; } }
.address-info .info {
  display: flex;
  flex-flow: row wrap; }
  .address-info .info a {
    color: #4d570e; }
    .tool-negative .address-info .info a {
      color: #8cdfff; }
    .address-info .info a:hover {
      text-decoration: underline; }
  .address-info .info dt {
    font-weight: 700; }
  .address-info .info dt, .address-info .info dd {
    padding: 5px 3px;
    width: 100%; }
  .address-info .info dt:nth-of-type(odd), .address-info .info dd:nth-of-type(odd) {
    background-color: rgba(102, 102, 102, 0.05); }
    .tool-negative .address-info .info dt:nth-of-type(odd), .tool-negative .address-info .info dd:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.05); }
@media (min-width: 1200px) {
  .address-info .info dt {
    width: 30%; }
  .address-info .info dd {
    width: 70%; } }

.content-header + .wcp_address-detail {
  margin-top: 20px; }
@media (min-width: 1024px) {
  .content-header + .wcp_address-detail {
    margin-top: 40px; } }
.wcp_address-detail .back-to-list {
  margin-top: 20px; }
@media (min-width: 1024px) {
  .wcp_address-detail .back-to-list {
    margin-top: 40px; } }

.wcp_address-list {
  list-style: none; }
  .content-header + .wcp_address-list {
    margin-top: 20px; }
  @media (min-width: 1024px) {
    .content-header + .wcp_address-list {
      margin-top: 40px; } }
  .wcp_address-list .category {
    display: block; }
    .wcp_address-list .category > a {
      color: #00267b;
      display: inline-flex; }
      .tool-negative .wcp_address-list .category > a {
        color: #fff; }
      .wcp_address-list .category > a > span:first-child {
        display: inline-block;
        font-size: 0;
        margin-right: 10px;
        pointer-events: none;
        position: relative;
        vertical-align: top;
        width: 8px; }
        .wcp_address-list .category > a > span:first-child:after, .wcp_address-list .category > a > span:first-child:before {
          background: #00267b;
          border-radius: 2px;
          content: '';
          display: block;
          height: 2px;
          left: 0;
          position: absolute;
          top: calc(50% + 3px);
          transform: rotate(-45deg);
          transition: transform 0.2s;
          width: 10px; }
          .tool-negative .wcp_address-list .category > a > span:first-child:after, .tool-negative .wcp_address-list .category > a > span:first-child:before {
            background: #fff; }
        .wcp_address-list .category > a > span:first-child:after {
          top: calc(50% - 3px);
          transform: rotate(45deg); }
    .wcp_address-list .category > ul {
      list-style: none;
      margin-left: 20px; }
      .wcp_address-list .category > ul li {
        margin-bottom: 7px; }
      .wcp_address-list .category > ul a {
        color: #4d570e; }
        .tool-negative .wcp_address-list .category > ul a {
          color: #8cdfff; }
    .wcp_address-list .category.active > a {
      font-weight: 700; }
  .wcp_address-list .category.open > a > span:first-child:before {
    transform: rotate(45deg) translate(-4px); }
  .wcp_address-list .category.open > a > span:first-child:after {
    transform: rotate(135deg) translate(0px, -4px); }

.wcp_address-filter {
  list-style: none; }
  .content-header + .wcp_address-filter {
    margin-top: 20px; }
  @media (min-width: 1024px) {
    .content-header + .wcp_address-filter {
      margin-top: 40px; } }
  .wcp_address-filter .category {
    display: block; }
    .wcp_address-filter .category > a {
      color: #00267b;
      display: inline-flex; }
      .tool-negative .wcp_address-filter .category > a {
        color: #8cdfff; }
  .wcp_address-filter .filter {
    display: flex; }
  @media (min-width: 1024px) {
    .wcp_address-filter .filter .form-group {
      width: calc(50% - 10px); }
      .wcp_address-filter .filter .form-group:first-child {
        margin-right: 20px; } }
  .wcp_address-filter > .alphabet {
    margin-top: 0; }

.wcp_text_banner-content {
  background: #8cdfff;
  color: #00267b;
  margin: 0 !important;
  padding: 10pt 0; }
  .wcp_text_banner-content a {
    color: inherit; }

.cookie-layer {
  background: #00267b;
  bottom: 0;
  color: #fff;
  opacity: 0;
  padding: 25px;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s, width 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 60; }
  .cookie-layer.opened {
    opacity: 1;
    transform: translateX(0);
    visibility: visible; }
  .cookie-layer p {
    margin: 0; }
  .cookie-layer .btn, .cookie-layer .pagination > li.current, .cookie-layer .f3-widget-paginator > li.current, .cookie-layer .pagination > li a, .pagination > li .cookie-layer a, .cookie-layer .f3-widget-paginator > li a, .f3-widget-paginator > li .cookie-layer a {
    margin-top: 5px;
    padding: 8px 10px; }
    .cookie-layer .btn + .btn, .cookie-layer .pagination > li.current + .btn, .cookie-layer .pagination > .paginationli > li.current, .cookie-layer .pagination > .pagination > li.current + li.current, .cookie-layer .pagination > .f3-widget-paginatorli > li.current, .cookie-layer .f3-widget-paginator > .pagination > li.current + li.current, .cookie-layer .pagination > li .pagination > li.current + a, .pagination > li .cookie-layer .pagination > li.current + a, .cookie-layer .f3-widget-paginator > li .pagination > li.current + a, .f3-widget-paginator > li .cookie-layer .pagination > li.current + a, .cookie-layer .f3-widget-paginator > li.current + .btn, .cookie-layer .f3-widget-paginator > .paginationli > li.current, .cookie-layer .pagination > .f3-widget-paginator > li.current + li.current, .cookie-layer .f3-widget-paginator > .f3-widget-paginatorli > li.current, .cookie-layer .f3-widget-paginator > .f3-widget-paginator > li.current + li.current, .cookie-layer .pagination > li .f3-widget-paginator > li.current + a, .pagination > li .cookie-layer .f3-widget-paginator > li.current + a, .cookie-layer .f3-widget-paginator > li .f3-widget-paginator > li.current + a, .f3-widget-paginator > li .cookie-layer .f3-widget-paginator > li.current + a, .cookie-layer .pagination > li a + .btn, .cookie-layer .pagination > li .paginationa > li.current, .cookie-layer .pagination > li .pagination > a + li.current, .cookie-layer .pagination > li .f3-widget-paginatora > li.current, .cookie-layer .pagination > li .f3-widget-paginator > a + li.current, .cookie-layer .pagination > li .pagination > li a + a, .pagination > li .cookie-layer .pagination > li a + a, .cookie-layer .pagination > li .f3-widget-paginator > li a + a, .f3-widget-paginator > li .cookie-layer .pagination > li a + a, .pagination > li .cookie-layer a + .btn, .cookie-layer .f3-widget-paginator > li a + .btn, .cookie-layer .f3-widget-paginator > li .paginationa > li.current, .cookie-layer .f3-widget-paginator > li .pagination > a + li.current, .cookie-layer .f3-widget-paginator > li .f3-widget-paginatora > li.current, .cookie-layer .f3-widget-paginator > li .f3-widget-paginator > a + li.current, .cookie-layer .f3-widget-paginator > li .pagination > li a + a, .pagination > li .cookie-layer .f3-widget-paginator > li a + a, .cookie-layer .f3-widget-paginator > li .f3-widget-paginator > li a + a, .f3-widget-paginator > li .cookie-layer .f3-widget-paginator > li a + a, .f3-widget-paginator > li .cookie-layer a + .btn, .cookie-layer .pagination.btn > li.current, .cookie-layer .pagination > .btn + li.current, .cookie-layer .f3-widget-paginator.btn > li.current, .cookie-layer .f3-widget-paginator > .btn + li.current, .cookie-layer .pagination > li .btn + a, .pagination > li .cookie-layer .btn + a, .cookie-layer .f3-widget-paginator > li .btn + a, .f3-widget-paginator > li .cookie-layer .btn + a {
      margin-left: 15px; }
  @media (min-width: 768px) {
    .sidebar-show .cookie-layer {
      width: calc(100% - 87px); } }
@media (min-width: 1024px) {
  .cookie-layer .inner {
    display: flex;
    justify-content: center; }
  .cookie-layer .left {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 25px; }
  .cookie-layer .right {
    align-items: flex-start;
    display: flex; }
  .cookie-layer .button {
    margin-top: 0;
    white-space: nowrap; } }

.content-layout-accordion {
  padding: 0; }
  .content-layout-accordion .content-inner {
    padding: 50px 15px;
    border-top: 1px solid #8cdfff;
    border-bottom: 1px solid #8cdfff; }
  .content-layout-accordion .accordion-content {
    display: none;
    margin-top: 20px; }
  @media (min-width: 1024px) {
    .content-layout-accordion .accordion-content {
      margin-top: 40px; } }
  .content-layout-accordion .content-header {
    position: relative;
    padding-right: 35px;
    cursor: pointer; }
    .content-layout-accordion .content-header:before {
      content: '';
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      right: 5px;
      top: 30%;
      transform: translate(0, -50%) rotate(45deg);
      border-right: 1px solid #00267b;
      border-bottom: 1px solid #00267b;
      transition: transform 300ms linear; }
  .content-layout-accordion.opened .content-header:before {
    transform: translate(0, -10%) rotate(-135deg); }
  .content-layout-accordion + .content-layout-accordion {
    margin-top: 0; }
    .content-layout-accordion + .content-layout-accordion .content-inner {
      border-top: none; }

#tx-solr-search .tx-solr-search-form {
  margin-bottom: 20px; }
@media (min-width: 1024px) {
  #tx-solr-search .tx-solr-search-form {
    margin-bottom: 40px; } }
#tx-solr-search form {
  margin: 0 auto 0 0;
  position: relative; }
#tx-solr-search .btn-submit {
  background: #fff url("/typo3conf/ext/wcp/Resources/Public/SVG/search-header.svg") center no-repeat;
  background-size: 50% auto;
  border: 1px solid #888;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  display: block;
  font-size: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px; }
#tx-solr-search .results-list {
  list-style: none; }
  #tx-solr-search .results-list li {
    padding: 20px; }
    #tx-solr-search .results-list li + li {
      border-top: 1px solid #cdcdcd; }
#tx-solr-search .results-highlight {
  color: #00267b;
  font-weight: 600; }
  .tool-negative #tx-solr-search .results-highlight {
    color: #8cdfff; }
#tx-solr-search .results-topic {
  color: #00267b;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 10px;
  position: relative; }
  #tx-solr-search .results-topic.not-allowed {
    cursor: not-allowed;
    opacity: 0.6; }
  .tool-negative #tx-solr-search .results-topic {
    color: #8cdfff; }
  #tx-solr-search .results-topic:after, #tx-solr-search .results-topic:before {
    background: #00267b;
    border-radius: 2px;
    content: '';
    display: block;
    height: 2px;
    left: -20px;
    position: absolute;
    top: calc(50% + 3px);
    transform: rotate(-45deg);
    transition: transform 0.2s;
    width: 10px; }
    .tool-negative #tx-solr-search .results-topic:after, .tool-negative #tx-solr-search .results-topic:before {
      background: #fff; }
  #tx-solr-search .results-topic:after {
    top: calc(50% - 3px);
    transform: rotate(45deg); }

.tool-large, .tool-large #menu > ul > li a {
  font-size: 22px; }
.tool-large #weather {
  font-size: 20px; }
.tool-large h1, .tool-large .h1 {
  font-size: 34px; }
@media (min-width: 1200px) {
  .tool-large h1, .tool-large .h1 {
    font-size: 80px; } }
.tool-large h2, .tool-large .h2 {
  font-size: 30px; }
@media (min-width: 1200px) {
  .tool-large h2, .tool-large .h2 {
    font-size: 52px; } }
.tool-large .image .info {
  font-size: 20px; }
.tool-large .image figcaption {
  font-size: 26px; }
.tool-large .wcp_quicklinks-content .caption {
  font-size: 22px; }
@media (min-width: 1200px) {
  .tool-large .wcp_quicklinks-content .caption {
    font-size: 36px; } }
.tool-large #footer .copy {
  font-size: 22px; }
@media (min-width: 1200px) {
  .tool-large #footer .copy {
    font-size: 32px; } }
.tool-large #footer .aboutus {
  font-size: 22px; }

.tool-small, .tool-small #menu > ul > li a {
  font-size: 14px; }
.tool-small #weather {
  font-size: 12px; }
.tool-small h1, .tool-small .h1 {
  font-size: 26px; }
@media (min-width: 1200px) {
  .tool-small h1, .tool-small .h1 {
    font-size: 50px; } }
.tool-small h2, .tool-small .h2 {
  font-size: 20px; }
@media (min-width: 1200px) {
  .tool-small h2, .tool-small .h2 {
    font-size: 30px; } }
.tool-small h3, .tool-small .h3 {
  font-size: 16px; }
.tool-small .image .info {
  font-size: 14px; }
.tool-small .image figcaption {
  font-size: 16px; }
@media (min-width: 1200px) {
  .tool-small .wcp_quicklinks-content .caption {
    font-size: 22px; } }
@media (min-width: 1200px) {
  .tool-small #footer .copy {
    font-size: 14px; } }
.tool-small #footer .aboutus {
  font-size: 12px; }
.tool-small #footer .tools .tool .bordered {
  color: #000; }
.tool-small #footer .tools .tool .black {
  background: #000; }
