.head {
  position: relative;
  z-index: 0; }
  .head .labeled {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 60px; }
    .head .labeled .logo {
      text-align: center; }
    .head .labeled .sitelabel {
      text-align: center;
      padding-top: 30px; }
      .head .labeled .sitelabel img {
        max-width: 100%; }

@media (max-width: 575px) {
  .head .labeled .logo img {
    max-width: 70px; } }

.top-news, .default-news {
  width: 100%; }

.news .footer {
  display: none; }

.news .news-list-view .article {
  max-width: 700px;
  margin: auto; }
  .news .news-list-view .article .news-img-wrap {
    float: none;
    margin: 0;
    background: none;
    width: 100%; }
    .news .news-list-view .article .news-img-wrap a {
      float: none;
      padding: 0;
      border: none;
      background: none; }
      .news .news-list-view .article .news-img-wrap a img {
        width: 100%;
        float: none;
        max-width: unset; }
  .news .news-list-view .article .header {
    padding-top: 20px; }
    .news .news-list-view .article .header h3 {
      font-size: 1.6rem;
      text-transform: none;
      margin-bottom: 1.75rem; }
      .news .news-list-view .article .header h3 a {
        text-decoration: none;
        color: #0A3462; }
  .news .news-list-view .article .teaser-text {
    padding-top: 20px;
    margin: 0; }
    .news .news-list-view .article .teaser-text p {
      color: #0A3462; }
    .news .news-list-view .article .teaser-text a.more {
      color: #a20f35;
      text-decoration: none; }

.top-news .news .news-list-view .article .header h3 {
  margin-bottom: 0; }
@media (min-width: 992px) {
  .top-news {
    margin-top: -5px; }
    .top-news .article {
      max-width: 50% !important;
      display: inline-flex;
      flex-direction: column; }
      .top-news .article:first-of-type {
        padding-right: 45px; }
      .top-news .article:last-of-type {
        padding-left: 45px; } }

.default-news .news .news-list-view .article .header h3 {
  margin-bottom: 0; }
@media (min-width: 992px) {
  .default-news .article {
    max-width: 33.3% !important;
    display: inline-flex;
    flex-direction: column; }
    .default-news .article:first-of-type {
      padding-right: 40px; }
    .default-news .article:nth-of-type(2) {
      padding-left: 20px;
      padding-right: 20px; }
    .default-news .article:last-of-type {
      padding-left: 40px; } }

.news-single .article .header h3 {
  margin-bottom: 20px; }
.news-single .article .news-img-wrap {
  width: unset;
  float: left;
  margin: 0 25px 0 0; }
  .news-single .article .news-img-wrap .outer .mediaelement a {
    float: none;
    padding: 0;
    border: none;
    background: none; }
.news-single .article .news-backlink-wrap a {
  color: #a20f35;
  text-decoration: none; }

.news-more {
  margin-top: 50px; }
  .news-more a {
    border: 2px solid #a20f35;
    color: #a20f35;
    transition: all 1s;
    padding: 15px; }
    .news-more a:hover {
      color: white;
      background: #a20f35;
      border-color: #a20f35;
      text-decoration: none; }

.menu {
  background: #002338;
  width: 100%;
  height: 78px;
  position: relative;
  z-index: 2;
  /*@media(min-width: 1200px) {
   display: inline-block;
   }*/ }
@media (min-width: 1200px) {
  .menu .navigation {
    transition: all 1s; }
    .menu .navigation.stick_to {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      background: #002338; }
      .menu .navigation.stick_to.blend {
        top: -78px; }
        .menu .navigation.stick_to .lvl-0 .lvl-0-li .menu_layer {
          top: 66px !important; }
    .menu .navigation .lvl-0 {
      list-style: none;
      display: flex;
      padding-left: 0;
      margin-bottom: 0;
      position: relative;
      justify-content: center; }
      .menu .navigation .lvl-0 .lvl-0-li {
        float: left;
        display: flex;
        width: 100%;
        max-width: 200px;
        cursor: pointer; }
        .menu .navigation .lvl-0 .lvl-0-li .lvl-0-a {
          color: white;
          text-decoration: none;
          font-weight: bold;
          width: 100%;
          text-align: center;
          line-height: 66px; }
          .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer {
            max-height: 0;
            overflow: hidden;
            height: 100vw;
            position: absolute;
            bottom: 0;
            top: 66px;
            left: -15px;
            right: -15px;
            display: inline-block;
            padding: 0 100px;
            background: #002338;
            z-index: 1;
            transition: all 1s;
            min-height: 0; }
            .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .mm_search {
              position: absolute;
              overflow: hidden;
              bottom: 0;
              width: 60vw;
              border-top: 0px solid white;
              padding: 0;
              max-height: 0;
              transition: all 1s;
              left: 20%;
              display: flex; }
              .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .mm_search form .input-group input[type="text"] {
                width: calc(100% - 68px); }
            .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer.open {
              padding: 30px 100px 30px;
              max-height: calc(100% + 200px);
              min-height: 27vw; }
              .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer.open .mm_search {
                border-top: 1px solid white;
                padding: 20px 0;
                max-height: 100vw; }
                .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer.open .mm_search form .input-group input[type="text"] {
                  width: calc(100% - 68px); }
            .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer ul {
              display: none; }
            .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 {
              list-style: none;
              padding: 0 0 50px;
              width: 20%;
              position: absolute;
              display: inline-block; }
              .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li .lvl-1-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-1-li .lvl-1-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-2-li .lvl-1-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-2-li .lvl-1-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li .lvl-2-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-1-li .lvl-2-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-2-li .lvl-2-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-2-li .lvl-2-a {
                color: white;
                text-decoration: none;
                font-weight: normal;
                transition: all 1s; }
                .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li .lvl-1-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-1-li .lvl-1-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-2-li .lvl-1-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-2-li .lvl-1-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li .lvl-2-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-1-li .lvl-2-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-2-li .lvl-2-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-2-li .lvl-2-a.plus:before {
                  content: "\f067";
                  font-family: Font Awesome\ 5 Pro;
                  position: absolute;
                  left: -15px; }
            .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 {
              left: 20%; }
              .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li {
                padding-bottom: 5px; }
            .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 {
              max-height: 0;
              overflow: hidden;
              transition: all 1s;
              height: 100%;
              padding-bottom: 0;
              transition: all 1s;
              left: 50%; }
              .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2.open {
                max-height: 100%;
                padding-bottom: 50px; }
              .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .close {
                display: none; }
            .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .close {
              position: absolute;
              top: 30px;
              right: 20%;
              text-shadow: none;
              opacity: 1;
              z-index: 20; }
              .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .close i {
                color: white;
                font-weight: 100; } }
@media (max-width: 1199px) {
  .menu .navigation {
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 0;
    background: #0A3462;
    z-index: 50;
    width: 300px;
    padding: 20px 20px 20px 30px;
    transition: all 1s; }
    .menu .navigation.toggled {
      left: 0; }
    .menu .navigation .lvl-0 {
      list-style: none;
      padding-left: 0; }
      .menu .navigation .lvl-0 .lvl-0-li {
        font-size: 1.3rem; }
        .menu .navigation .lvl-0 .lvl-0-li .lvl-0-a {
          color: white; }
          .menu .navigation .lvl-0 .lvl-0-li .lvl-0-a:hover {
            text-decoration: none; }
          .menu .navigation .lvl-0 .lvl-0-li .lvl-0-a.plus:before {
            content: "\f067";
            font-family: Font Awesome\ 5 Pro;
            position: absolute;
            left: 5px; }
        .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer {
          position: fixed;
          background: #002338;
          z-index: 51;
          top: 0;
          bottom: 0;
          left: -290px;
          width: 290px;
          padding: 20px 20px 20px 30px;
          transition: all 1s; }
          .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer.open {
            left: 0; }
          .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer ul {
            display: none; }
          .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 {
            display: block;
            list-style: none;
            padding-left: 0; }
            .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li .lvl-1-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-1-li .lvl-1-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-2-li .lvl-1-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-2-li .lvl-1-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li .lvl-2-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-1-li .lvl-2-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-2-li .lvl-2-a, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-2-li .lvl-2-a {
              color: white; }
              .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li .lvl-1-a:hover, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-1-li .lvl-1-a:hover, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-2-li .lvl-1-a:hover, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-2-li .lvl-1-a:hover, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li .lvl-2-a:hover, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-1-li .lvl-2-a:hover, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-2-li .lvl-2-a:hover, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-2-li .lvl-2-a:hover {
                text-decoration: none; }
              .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li .lvl-1-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-1-li .lvl-1-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-2-li .lvl-1-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-2-li .lvl-1-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-1-li .lvl-2-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-1-li .lvl-2-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-1 .lvl-2-li .lvl-2-a.plus:before, .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 .lvl-2-li .lvl-2-a.plus:before {
                content: "\f067";
                font-family: Font Awesome\ 5 Pro;
                position: absolute;
                left: -20px; }
          .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2 {
            position: fixed;
            background: #0A3462;
            z-index: 52;
            top: 0;
            bottom: 0;
            left: -280px;
            width: 280px;
            padding: 20px;
            transition: all 1s; }
            .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer .lvl-2.open {
              left: 0; }
        .menu .navigation .lvl-0 .lvl-0-li.sub .mm_search {
          display: none; }
        .menu .navigation .lvl-0 .lvl-0-li.sub .close {
          position: absolute;
          top: 10px;
          right: 15px;
          text-shadow: none;
          opacity: 1;
          z-index: 20; }
          .menu .navigation .lvl-0 .lvl-0-li.sub .close i {
            color: white; } }

.standard .menu {
  border-bottom: 12px solid #002338;
  background: #365C7D; }
  .standard .menu.contrast {
    border-bottom-color: #6897c6; }
    .standard .menu .navigation.stick_to {
      background: #0A3462; }

.eventcalendar, #c460 {
  width: 100%;
  padding-top: 50px; }
  .eventcalendar.contrasted h4, #c460.contrasted h4, .eventcalendar.contrasted h3, #c460.contrasted h3, .eventcalendar.contrasted a, #c460.contrasted a, .eventcalendar.contrasted span, #c460.contrasted span {
    color: white !important; }
  .eventcalendar #calendarInsert, #c460 #calendarInsert {
    padding: 0; }
    .eventcalendar #calendarInsert .container-fluid #calendar_months, #c460 #calendarInsert .container-fluid #calendar_months {
      display: none;
      margin-bottom: 20px; }
      .eventcalendar #calendarInsert .container-fluid #calendar_months .nextYear, #c460 #calendarInsert .container-fluid #calendar_months .nextYear {
        display: none; }
      .eventcalendar #calendarInsert .container-fluid #calendar_months .link, #c460 #calendarInsert .container-fluid #calendar_months .link {
        color: #0A3462;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        background-color: transparent;
        font-size: 20px;
        cursor: pointer; }
        .eventcalendar #calendarInsert .container-fluid #calendar_months .link:hover, #c460 #calendarInsert .container-fluid #calendar_months .link:hover {
          background: #0A3462;
          color: white; }
        .eventcalendar #calendarInsert .container-fluid #calendar_months .link.act, #c460 #calendarInsert .container-fluid #calendar_months .link.act {
          text-decoration: underline; }
    .eventcalendar #calendarInsert .container-fluid #calendar_dates, #c460 #calendarInsert .container-fluid #calendar_dates {
      display: none; }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthName, #c460 #calendarInsert .container-fluid #calendar_monthName {
      border: none; }
    @media (max-width: 428px) {
      .eventcalendar #calendarInsert .container-fluid #calendar_monthName .list-date, #c460 #calendarInsert .container-fluid #calendar_monthName .list-date {
        width: 100%; } }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthName .list-date h3, #c460 #calendarInsert .container-fluid #calendar_monthName .list-date h3 {
      color: #0A3462;
      font-size: 27px;
      font-weight: bold; }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthName .col-xs-2, #c460 #calendarInsert .container-fluid #calendar_monthName .col-xs-2 {
      display: none; }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthName .list-search, #c460 #calendarInsert .container-fluid #calendar_monthName .list-search {
      display: none; }
    .eventcalendar #calendarInsert .container-fluid .holder, #c460 #calendarInsert .container-fluid .holder {
      margin-left: -15px; }
      .eventcalendar #calendarInsert .container-fluid .holder a.jp-current, #c460 #calendarInsert .container-fluid .holder a.jp-current {
        color: #0A3462; }
        .eventcalendar #calendarInsert .container-fluid .holder a.jp-current:hover, #c460 #calendarInsert .container-fluid .holder a.jp-current:hover {
          color: white; }
      .eventcalendar #calendarInsert .container-fluid .holder a, #c460 #calendarInsert .container-fluid .holder a {
        padding: 2px;
        color: #0A3462;
        cursor: pointer; }
        .eventcalendar #calendarInsert .container-fluid .holder a:hover, #c460 #calendarInsert .container-fluid .holder a:hover {
          background-color: #0A3462;
          color: white; }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-date, #c460 #calendarInsert .container-fluid #calendar_monthData .list-date {
      margin-top: 30px;
      margin-bottom: -50px; }
    @media (max-width: 991px) {
      .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-date, #c460 #calendarInsert .container-fluid #calendar_monthData .list-date {
        width: 16.666666%; } }
  @media (max-width: 599px) {
    .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-date, #c460 #calendarInsert .container-fluid #calendar_monthData .list-date {
      margin-bottom: 0; } }
@media (max-width: 599px) {
  .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-date, #c460 #calendarInsert .container-fluid #calendar_monthData .list-date {
    width: 100%; } }
.eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-date h4, #c460 #calendarInsert .container-fluid #calendar_monthData .list-date h4 {
  background: none;
  color: #0A3461;
  font-size: 20px; }
.eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item {
  background-color: transparent;
  border-bottom: 1px solid #0A3462;
  padding: 20px 0; }
  .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item:nth-child(14), #c460 #calendarInsert .container-fluid #calendar_monthData .list-item:nth-child(14) {
    display: block; }
  .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-img, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-img {
    display: none; }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-img a, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-img a {
      display: none; }
  .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-head, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-head {
    padding: 0 0 0 16.66666666%;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .titel, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .titel {
      background-color: transparent;
      font-weight: bold;
      padding-bottom: 10px;
      float: right; }
    @media (max-width: 599px) {
      .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .titel, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .titel {
        float: none;
        padding-left: 0; } }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .titel a, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .titel a {
      margin-left: 10px;
      color: #a20f35;
      white-space: nowrap; }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .list-main, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .list-main {
      padding-top: 0;
      padding-left: 0; }
      .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .list-main .list-data, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .list-main .list-data {
        font-weight: normal;
        list-style: none;
        -webkit-padding-start: 0;
        padding-bottom: 10px; }
      @media (max-width: 767px) {
        .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .list-main .list-data, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .list-main .list-data {
          padding-top: 20px; } }
    @media (max-width: 599px) {
      .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .list-main .list-data, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .list-main .list-data {
        padding-top: 0; } }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .list-main .list-data li, #c460 #calendarInsert .container-fluid #calendar_monthData .list-item .list-head .list-main .list-data li {
      font-weight: normal; }
.eventcalendar #calendarInsert .container-fluid #calendar_monthDetails .single-item, #c460 #calendarInsert .container-fluid #calendar_monthDetails .single-item {
  background: #fff; }
  .eventcalendar #calendarInsert .container-fluid #calendar_monthDetails .single-item h2, #c460 #calendarInsert .container-fluid #calendar_monthDetails .single-item h2 {
    background: transparent;
    padding: 20px 0 0 0;
    width: 100%; }
  .eventcalendar #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-img, #c460 #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-img {
    background: transparent;
    padding-bottom: 20px;
    margin-left: -15px; }
  .eventcalendar #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-data, #c460 #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-data {
    padding: 0; }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-data ul, #c460 #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-data ul {
      list-style: none;
      padding-left: 0;
      min-width: 40vw; }
      .eventcalendar #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-data ul li, #c460 #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-data ul li {
        padding: 10px 0; }
        .eventcalendar #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-data ul li:last-of-type, #c460 #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-data ul li:last-of-type {
          display: none; }
  .eventcalendar #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-backlink, #c460 #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-backlink {
    margin-top: 25px; }
    .eventcalendar #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-backlink a, #c460 #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-backlink a {
      background: #6897c6;
      color: white;
      border: none;
      padding: 10px 30px;
      transition: all 1s; }
      .eventcalendar #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-backlink a:hover, #c460 #calendarInsert .container-fluid #calendar_monthDetails .single-item .single-backlink a:hover {
        background: #002338; }
.eventcalendar.contrast #calendarInsert #calendar_monthDetails .single-item, #c460.contrast #calendarInsert #calendar_monthDetails .single-item {
  background: black; }

#c460 #calendar_months {
  display: flex !important; }
  #c460 #calendar_months .nextYear {
    display: block !important;
    width: 100%; }
#c460 #calendar_dates {
  display: none; }
  #c460 #calendar_dates .col-xs-4 {
    padding: 0 10px; }
    #c460 #calendar_dates .col-xs-4 label {
      margin-bottom: 0; }

.footer {
  background-color: #A7112D;
  padding-top: 30px;
  padding-bottom: 10px; }
  .footer img {
    float: right;
    max-height: 120px;
    display: block;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    display: inline-block; }
  @media (max-width: 767px) {
    .footer img {
      width: auto;
      max-width: 175px;
      height: auto; } }
  .footer .links {
    text-align: right; }
    .footer .links ul {
      list-style: none;
      display: inline-block;
      padding-left: 0; }
      .footer .links ul li {
        float: left;
        padding: 0 5px; }
        .footer .links ul li a {
          color: white; }
          .footer .links ul li a:hover {
            text-decoration: none; }

.standard .footer {
  background-color: #002338; }

.socialstext {
  font-weight: bold;
  color: white; }

.socials {
  font-size: 2rem; }
  .socials .fab {
    padding-right: 1rem;
    color: white; }

.share a {
  color: white !important; }

.links ul {
  padding-top: 10px; }

.standard .slick-initialized .slick-slide {
  max-height: 410px; }
  .standard .slick-initialized .slick-slide .SliderElement {
    height: 410px;
    width: 100vw;
    background-position: center top;
    transition: all 1s;
    background-size: cover;
    background-repeat: no-repeat; }

.frontpage .slider {
  background: #002338; }
  .frontpage .slider .layer {
    background-image: url(/fileadmin/templates/public/img/head.png);
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    height: 945px; }
  @media (max-width: 991px) {
    .frontpage .slider .layer {
      height: 130vw;
      min-height: 440px; } }
@media (max-width: 575px) {
  .frontpage .slider .layer {
    display: none; } }
.frontpage .slider .slick-initialized .slick-slide {
  max-height: 945px; }
@media (max-width: 991px) {
  .frontpage .slider .slick-initialized .slick-slide {
    height: 130vw;
    min-height: 440px; } }
.frontpage .slider .slick-initialized .slick-slide .SliderElement {
  height: 945px;
  background-position: center top;
  transition: all 1s;
  background-size: cover;
  background-repeat: no-repeat; }
@media (max-width: 991px) {
  .frontpage .slider .slick-initialized .slick-slide .SliderElement {
    height: 130vw;
    min-height: 440px; } }
.frontpage .menu {
  margin-top: -7px;
  height: 50px; }
@media (min-width: 1200px) {
  .frontpage .menu .navigation .lvl-0 .lvl-0-li .lvl-0-a {
    line-height: 50px; }
  .frontpage .menu .navigation .lvl-0 .lvl-0-li.sub .menu_layer {
    bottom: 50px;
    top: unset; }
  .frontpage .menu .navigation.stick_to .lvl-0 .lvl-0-li .menu_layer {
    top: 50px !important; } }
@media (max-width: 575px) {
  .frontpage .menu {
    border-top: 25px solid #365C7D;
    height: 75px; } }
.frontpage .content {
  background: white;
  padding-top: 0;
  padding-bottom: 100px;
  margin-bottom: 35vw;
  clear: both; }
  .frontpage .content .container-fluid {
    overflow: hidden; }
  .frontpage .content .top-news {
    background: linear-gradient(to bottom, #002338 0%, #002338 50%, white 50%, white 100%);
    -moz-background: linear-gradient(top, #002338 0%, #002338 50%, white 50%, white 100%);
    -webkit-background: linear-gradient(top, #002338 0%, #002338 50%, white 50%, white 100%);
    padding-top: 120px;
    padding-bottom: 120px; }
    .frontpage .content .top-news header {
      padding-bottom: 10px; }
      .frontpage .content .top-news header h1 {
        color: #6897c6;
        font-size: 1rem;
        margin-bottom: 0.5rem; }
        .frontpage .content .top-news header h1:after {
          content: none; }
      .frontpage .content .top-news header h2 {
        font-size: 1.5rem;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        margin-bottom: 0.5rem; }
    @media (max-width: 991px) {
      .frontpage .content .top-news {
        background: linear-gradient(to bottom, #002338 0%, #002338 30%, white 30%, white 100%);
        -moz-background: linear-gradient(top, #002338 0%, #002338 30%, white 30%, white 100%);
        -webkit-background: linear-gradient(top, #002338 0%, #002338 30%, white 30%, white 100%);
        padding-top: 100px; } }
  .frontpage .content .default-news {
    background: #F5EFE3;
    padding-bottom: 60px;
    padding-top: 60px; }
    .frontpage .content .default-news header {
      padding-bottom: 10px; }
      .frontpage .content .default-news header h2 {
        color: #A20F35;
        font-size: 1rem;
        margin-bottom: 0.5rem; }
      .frontpage .content .default-news header h3 {
        font-size: 1.5rem;
        text-transform: uppercase;
        color: #0A3462;
        font-weight: bold;
        margin-bottom: 0.5rem; }
.frontpage a {
  color: #a20f35; }
.frontpage .placeholder_image {
  background: url("/fileadmin/templates/public/img/Header.jpg") no-repeat;
  background-size: cover;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

h1 {
  color: #0A3462;
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 80px; }
  h1:after {
    content: "";
    width: 100%;
    max-width: 250px;
    padding-top: 1px;
    position: absolute;
    background: #0A3462;
    left: 0;
    bottom: -20px; }

h2 {
  color: #A20F35;
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 2rem; }

h3 {
  margin-bottom: 20px;
  color: #0A3462; }

h4 {
  color: #6897c6; }

h5 {
  color: #6897c6; }

p {
  color: #3F4346; }

.kontaktslider {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  z-index: 1000;
  margin: 0px;
  margin-right: -350px;
  background: white;
  text-align: left;
  padding: 30px;
  padding-top: 20px;
  font-size: 80%; }
  .kontaktslider .kontaktslider-icon {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 350px;
    top: 50%;
    z-index: 999;
    border: 1px solid #365c7d;
    background: #365c7d;
    text-align: center;
    margin-right: -350px;
    transition: all 0.5s ease;
    cursor: pointer; }
    .kontaktslider .kontaktslider-icon .fa-comment {
      font-size: 15px;
      position: relative;
      z-index: 999;
      color: white;
      margin: 15px; }
      .kontaktslider .kontaktslider-icon .fa-comment path {
        fill: white !important; }
  .kontaktslider .ce-gallery {
    text-align: center;
    padding-bottom: 10px; }
    .kontaktslider .ce-gallery img {
      max-width: 80%;
      height: auto; }

.open {
  margin-right: 0px !important;
  -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .kontaktslider {
    display: none; } }

@media (max-width: 480px) {
  .kontaktslider {
    width: 250px;
    margin-right: -250px; }
    .kontaktslider h1 {
      font-size: 18px; }
    .kontaktslider .kontaktslider-icon {
      right: 250px;
      margin-right: -250px; } }

.searchbox .input-group input {
  border-radius: 0; }
  .searchbox .input-group .input-group-btn button {
    color: white;
    border-color: white;
    border-radius: 0;
    transition: all 1s;
    background-color: #002338; }
    .searchbox .input-group .input-group-btn button:hover, .searchbox .input-group .input-group-btn button:focus, .searchbox .input-group .input-group-btn button:active, .searchbox .input-group .input-group-btn button:visited {
      background-color: #6897c6;
      box-shadow: none;
      border-color: white; }

.tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form {
  float: left; }
  .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form label[for="tx-indexedsearch-searchbox-sword"] {
    padding-right: 5px; }
  .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
    padding-left: 5px; }
.tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit {
  float: left;
  margin-left: 10px; }
@media (max-width: 387px) {
  .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit {
    float: none;
    margin-left: 0; } }
.tx-indexedsearch-searchbox form p {
  display: none; }

.tx-indexedsearch-browsebox {
  padding-top: 10px;
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
    -webkit-padding-start: 0;
    -moz-padding-start: 0; }
    .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
      float: left;
      list-style-type: none;
      padding: 0 3px; }
      .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li strong a:hover {
        text-decoration: none; }

.tx-indexedsearch-res {
  padding-bottom: 30px; }
  .tx-indexedsearch-res h3 .tx-indexedsearch-icon, .tx-indexedsearch-res h3 .tx-indexedsearch-percent {
    display: none; }
  .tx-indexedsearch-res .tx-indexedsearch-info {
    display: none; }

.tx-indexedsearch-info-sword {
  display: none; }

.search_mobile {
  padding-top: 20px; }
@media (min-width: 1200px) {
  .search_mobile {
    display: none; } }
.search_mobile form .input-group {
  width: 100%; }
  .search_mobile form .input-group input {
    width: calc(100% - 45px);
    border-radius: 0; }
  .search_mobile form .input-group .input-group-btn {
    border-radius: 0; }

.breadCrumb {
  background: white;
  text-align: right;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative; }
@media (max-width: 767px) {
  .breadCrumb {
    display: none; } }
.breadCrumb ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0; }
  .breadCrumb ul li {
    float: left;
    padding: 0 5px;
    font-size: 0.7rem; }
    .breadCrumb ul li a {
      color: #6897c6; }
      .breadCrumb ul li a:hover {
        text-decoration: none; }

.tx-powermail {
  margin-bottom: 50px; }
  .tx-powermail .container-fluid {
    padding: 0; }
    .tx-powermail .container-fluid .powermail_message.powermail_message_error {
      list-style: none;
      padding-left: 0; }
      .tx-powermail .container-fluid .powermail_message.powermail_message_error li {
        color: red; }
    .tx-powermail .container-fluid fieldset .powermail_fieldwrap label {
      font-weight: 500; }
    @media (min-width: 768px) {
      .tx-powermail .container-fluid fieldset .powermail_fieldwrap label {
        text-align: right; } }
  .tx-powermail .container-fluid fieldset .powermail_fieldwrap_anrede select {
    width: 100%; }
.tx-powermail .container-fluid fieldset .powermail_fieldwrap_nachname input, .tx-powermail .container-fluid fieldset .powermail_fieldwrap_vorname input, .tx-powermail .container-fluid fieldset .powermail_fieldwrap_e_mail input, .tx-powermail .container-fluid fieldset .powermail_fieldwrap_telefon input {
  width: 100%; }
  .tx-powermail .container-fluid fieldset .powermail_fieldwrap_nachname input.parsley-error, .tx-powermail .container-fluid fieldset .powermail_fieldwrap_vorname input.parsley-error, .tx-powermail .container-fluid fieldset .powermail_fieldwrap_e_mail input.parsley-error, .tx-powermail .container-fluid fieldset .powermail_fieldwrap_telefon input.parsley-error {
    color: red;
    outline: 1px solid red; }
.tx-powermail .container-fluid fieldset .powermail_fieldwrap_ihrenachricht textarea {
  width: 100%; }
.tx-powermail .container-fluid fieldset .powermail_fieldwrap_datenschutzerklaerung .checkbox.parsley-error label {
  color: red;
  font-weight: normal; }
  .tx-powermail .container-fluid fieldset .powermail_fieldwrap_datenschutzerklaerung .checkbox.parsley-error label a {
    color: darkred; }
.tx-powermail .container-fluid fieldset .powermail_fieldwrap_datenschutzerklaerung .checkbox label {
  font-size: 0.6rem;
  text-align: left; }
@media (min-width: 768px) {
  .tx-powermail .container-fluid fieldset .powermail_fieldwrap_datenschutzerklaerung.nolabel .col-12.col-md-9 {
    margin-left: 25%; } }
.tx-powermail .container-fluid fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check:not(.powermail_fieldwrap_datenschutzerklaerung) .checkbox label {
  font-weight: normal; }
.tx-powermail .container-fluid fieldset .powermail_fieldwrap input[type="text"], .tx-powermail .container-fluid fieldset .powermail_fieldwrap input[type="email"], .tx-powermail .container-fluid fieldset .powermail_fieldwrap input[type="file"], .tx-powermail .container-fluid fieldset .powermail_fieldwrap textarea {
  width: 100%; }
  .tx-powermail .container-fluid fieldset .powermail_fieldwrap input[type="text"].parsley-error, .tx-powermail .container-fluid fieldset .powermail_fieldwrap input[type="email"].parsley-error, .tx-powermail .container-fluid fieldset .powermail_fieldwrap input[type="file"].parsley-error, .tx-powermail .container-fluid fieldset .powermail_fieldwrap textarea.parsley-error {
    color: red;
    outline: 1px solid red; }
.tx-powermail .container-fluid fieldset .powermail_fieldwrap .mandatory {
  color: red; }
@media (min-width: 768px) {
  .tx-powermail .container-fluid fieldset .powermail_fieldwrap_type_submit .col-12.col-md-9 {
    margin-left: 25%; } }
.tx-powermail .container-fluid fieldset .powermail_fieldwrap_type_submit input {
  background: #6897c6;
  color: white;
  border: none;
  padding: 10px 30px;
  transition: all 1s; }
  .tx-powermail .container-fluid fieldset .powermail_fieldwrap_type_submit input:hover {
    background: #002338; }
.tx-powermail .container-fluid fieldset .parsley-errors-list {
  display: none; }

.hamburger {
  width: 50px;
  line-height: 1em;
  display: block;
  z-index: 1001;
  padding: 7px;
  margin-top: 10px;
  float: right; }
@media (min-width: 1200px) {
  .hamburger {
    display: none; } }
.hamburger:hover {
  opacity: 1; }
.hamburger button {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  height: 26px;
  display: block; }
  .hamburger button:hover, .hamburger button:focus, .hamburger button:active {
    outline: none; }
  .hamburger button .hamb-top, .hamburger button .hamb-middle, .hamburger button .hamb-bottom {
    height: 4px;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .hamburger button.is-closed .hamb-top, .hamburger button.is-closed .hamb-middle, .hamburger button.is-closed .hamb-bottom {
      transition: all 0.35s ease-in-out;
      background-color: white; }
    .hamburger button.is-closed .hamb-top {
      top: 3px; }
    .hamburger button.is-closed .hamb-middle {
      margin-top: -2px;
      top: 50%; }
    .hamburger button.is-closed .hamb-bottom {
      bottom: 3px; }
      .hamburger button.is-closed:hover .hamb-top {
        top: 0; }
      .hamburger button.is-closed:hover .hamb-bottom {
        bottom: 0; }
  .hamburger button.is-open .hamb-top, .hamburger button.is-open .hamb-bottom {
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    margin-top: -2px;
    top: 50%;
    transform: rotate(45deg); }
  .hamburger button.is-open .hamb-bottom {
    transform: rotate(-45deg); }
  .hamburger button.is-open .hamb-middle {
    display: none; }

.print {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer; }
  .print a {
    color: white !important; }
    .print a i {
      color: white; }

.jsFontsizer {
  display: inline-block;
  padding-right: 20px;
  color: white; }
  .jsFontsizer span {
    cursor: pointer; }

.fontswitcher {
  display: inline-block;
  padding-right: 20px; }
  .fontswitcher img {
    padding: 0;
    cursor: pointer; }

.share {
  display: inline-block; }
  .share a i {
    color: white; }

@media print {
  .menu, .footer, .slider, .head {
    display: none; } }

.cc_banner-wrapper .cc_container {
  background: #6897c6; }
  .cc_banner-wrapper .cc_container .cc_btn {
    background-color: #0A3462;
    color: white; }
    .cc_banner-wrapper .cc_container .cc_message a {
      color: #0A3462; }

.content {
  min-height: 400px;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background: white; }
  .content.contrast a {
    color: #6897c6; }

#c5 ul {
  padding-left: 0;
  list-style: none; }
  #c5 ul ul {
    padding-left: 20px; }

.contrast {
  color: white !important;
  background: black !important;
  transition: all 1s; }

.contrasted {
  color: white !important;
  transition: all 1s; }

.login-control {
  display: none; }

a {
  color: #6897c6; }

.ce-gallery img {
  max-width: 100%;
  height: auto; }
