@import url("https://fonts.verwaltungsportal.de/import/?family=Gemunu+Libre:300,400,500,600,700%7CPoppins:300,400,500,600,700%7CJost:300,400,500,600,700");
body {
   font-family: "Jost", sans-serif;
   color: #666666;
   background: #ffffff;
   font-size: 1rem; /* 1rem = 16px */
   line-height: 1.5;
}

@media (min-width: 768px) {
   body {
      font-size: 1.125rem;
   }
}

a {
   color: #e1011b;
}

a:hover,
a:focus {
   color: #e1011b;
   text-decoration: underline;
}

b,
strong {
   font-weight: 600;
}

/*------------- horizontally -------------*/

.horizontally {
   background-color: #e1011b;
}

/* ------------------------------------------------- logo ------------------------------------------------ */

#logo {
   display: inline-block;
   padding-top: 20px;
   padding-bottom: 20px;
}

#logo img {
   display: block;
}

@media (max-width: 991px) {
   #logo img {
      max-width: 210px;
      width: 100%;
   }
}

@media (min-width: 992px) {
   #logoBox {
      position: relative;
   }
   #logoBox::before {
      display: block;
      position: absolute;
      content: "";
      background: url("../img/logo-mask.png") no-repeat;
      width: 26px;
      height: 100%;
      right: -41px;
      z-index: 8;
   }
   #topbar {
      box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
   }
}

/* --------------------------------------- navigation --------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
   #burgerButton {
      font-size: 0;
      border: none !important;
      position: relative;
      z-index: 1002;
      display: block;
      width: 46px;
      height: 40px;
      border-radius: 2px;
      cursor: pointer;
      background-color: #ffffff;
      padding: 3px;
   }
   #burgerButton:before,
   #burgerButton:after,
   #burgerButtonInner {
      background-color: #e1011b;
      border-radius: 2px;
      position: absolute;
      width: 40px;
      height: 3px;
      left: 2px;
      -webkit-transition: transform 200ms linear, opacity 200ms linear;
      -moz-transition: transform 200ms linear, opacity 200ms linear;
      -ms-transition: transform 200ms linear, opacity 200ms linear;
      -o-transition: transform 200ms linear, opacity 200ms linear;
      transition: transform 200ms linear, opacity 200ms linear;
   }
   #burgerButton[aria-expanded="true"] #burgerButtonInner {
      -webkit-transform: rotate(-45deg) translate(-6px, 6px);
      transform: rotate(-45deg) translate(-6px, 6px);
   }
   #burgerButton[aria-expanded="true"]:before {
      opacity: 0;
   }
   #burgerButton[aria-expanded="true"]:after {
      -webkit-transform: rotate(45deg) translate(-4px, -6px);
      transform: rotate(45deg) translate(-4px, -6px);
   }
   #burgerButtonInner {
      top: 10px;
   }
   #burgerButton:before {
      top: 18px;
   }
   #burgerButton:after {
      top: 26px;
   }
   #burgerButton:before,
   #burgerButton:after {
      content: "";
      display: block;
   }
   .navbar-nav {
      margin: 20px 0;
   }
   .navbar-collapse {
      top: 0;
      background: #e1011b;
      position: fixed;
      left: -100%;
      bottom: 0;
      z-index: 100;
      height: auto !important;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
      opacity: 0;
      pointer-events: none;
      overflow-y: auto;
      -webkit-transition: left 300ms linear, opacity 300ms linear;
      -moz-transition: left 300ms linear, opacity 300ms linear;
      -ms-transition: left 300ms linear, opacity 300ms linear;
      -o-transition: left 300ms linear, opacity 300ms linear;
      transition: left 300ms linear, opacity 300ms linear;
   }
   .navbar-collapse.collapse.in {
      left: 0;
      opacity: 1;
      pointer-events: auto;
   }
   .navbar-header {
      height: 50px;
      width: 60px;
      border-radius: 2px;
      padding: 6px 8px;
      background-color: #ffffff;
      position: fixed;
      top: 15px;
      right: 15px;
      z-index: 101;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
   }
   .navbar-collapse.in:after {
      content: "";
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      display: block;
      width: 90px;
      background-color: rgba(0, 0, 0, 0.5);
   }
}

@media (min-width: 575px) and (max-width: 991px) {
   .navbar-collapse {
      width: 60%;
   }
   .navbar-collapse.collapse.in:after {
      width: 40%;
   }
}

/* menu desktop */

@media (min-width: 992px) {
   nav.horizontally .navbar-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
   }
   nav.horizontally .navbar-nav > li {
      flex-grow: 1;
   }
   nav.horizontally .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
   }
   nav.horizontally .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
      position: absolute;
      left: 100%;
      top: 0;
   }
   nav.horizontally .navbar-nav > li,
   nav.horizontally .navbar-nav > li > .dropdown-menu > li {
      position: relative;
   }

   /* Fade in Hover Start */
   .navbar-default .navbar-nav li[class*="toplevel"] > ul,
   .navbar-default .navbar-nav li[class*="secondlevel"] > ul {
      display: block !important;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 300ms linear;
      -moz-transition: opacity 300ms linear;
      -ms-transition: opacity 300ms linear;
      -o-transition: opacity 300ms linear;
      transition: opacity 300ms linear;
   }
   .navbar-default .open > .dropdown-menu,
   .navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
   .navbar-default .navbar-nav li[class*="secondlevel"]:hover > ul,
   .navbar-default .navbar-nav li[class*="secondlevel"] > ul[style*="block"] {
      pointer-events: auto !important;
      opacity: 1 !important;
   }
   .navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul,
   .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within > ul {
      pointer-events: auto !important;
      opacity: 1 !important;
   }
   .navbar-default .nav .open > .dropdown-menu {
      pointer-events: none !important;
      opacity: 0 !important;
   }

   /* Pseudo */

   .navbar-default .navbar-nav > li > .dropdown-menu::before {
      content: "";
      position: absolute;
      display: block;
      height: 15px;
      left: 0;
      right: 0;
      top: -15px;
   }

   /* 3rd */

   .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu::before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      top: 0;
      bottom: 0;
      left: -10px;
   }

   /* Fade in Hover End */
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav > li > a {
   color: #fff;
   font-weight: bold;
   text-align: center;
   padding: 10px 35px 15px 35px;
   position: relative;
   font-size: 1.25rem;
   line-height: 1.2;
   text-decoration: none;
   font-family: "Gemunu Libre";
   text-transform: uppercase;
}

@media (max-width: 991px) {
   .navbar-default .navbar-nav > li {
      border-bottom: 1px solid rgba(46, 60, 72, 0.2);
   }
}

@media (min-width: 992px) {
   .navbar-default .navbar-nav > li + li {
      margin-left: 20px;
   }
   .navbar-default .navbar-nav > li > a {
      padding: 18px 0;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      height: 100%;
   }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
   .navbar-default .navbar-nav > li > a {
      display: block;
   }
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus,
.navbar-nav > li[class$="_over"] > a,
.navbar-nav > li[class$="_over"] > a:hover,
.navbar-nav > li[class$="_over"] > a:focus {
   color: #fff;
   background-color: #61000b;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
   background: #fff url("../img/nav.png") no-repeat bottom right;
   -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   border-radius: 10px;
}

@media (max-width: 991px) {
   .navbar-default .navbar-nav > li > .dropdown-menu {
      padding: 15px;
   }
}

@media (min-width: 992px) {
   .navbar-default .navbar-nav > li > .dropdown-menu,
   .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
      padding-top: 18px;
      padding-bottom: 18px;
      margin-top: 15px;
   }
   .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
      margin-top: -18px;
      margin-left: 10px;
   }
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
   color: #494949;
   font-weight: 400;
   font-family: "Gemunu Libre";
   text-align: center;
   padding: 9px 25px;
   font-size: 1.125rem;
   line-height: 1.2;
   text-decoration: none;
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav > li > .dropdown-menu > li:focus > a,
.navbar-nav > li > .dropdown-menu > li:hover > a,
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:focus {
   background: #e1011b;
   color: #fff;
}

/* ----------------------------------------------- banner ----------------------------------------------- */

#slider {
   max-height: 300px;
   overflow: hidden;
   position: relative;
}

@media (min-width: 992px) {
   #slider {
      max-height: 350px;
   }
   body.index #slider {
      max-height: 350px;
   }
   #headerpic a.nivo-prevNav {
      left: 65px;
   }
   #headerpic a.nivo-nextNav {
      right: 65px;
   }
}

#headerpic {
   margin: 0 auto;
   position: relative;
   width: 100%;
}

.slider-wrapper,
#slider {
   height: 100%;
}

.slider-mask {
   display: none;
}

@media (min-width: 992px) {
   #headerpic .slider-wrapper {
      margin-right: calc(-50vw + 481px);
   }
}

@media (min-width: 1200px) {
   #headerpic .slider-wrapper {
      margin-right: calc(-50vw + 585px);
   }
}

/* ------------------------------------------------ content ----------------------------------------------- */

main {
   text-align: left;
   padding-top: 25px;
}

@media (min-width: 992px) {
   main {
      padding-top: 50px;
      background: url("../img/main-l.png"), url("../img/main-r.png");
      background-position: left top 400px, right top 400px;
      background-repeat: no-repeat, no-repeat;
   }
   .border {
      border-bottom: 1px solid #b2b2b2;
      margin-top: 50px;
   }
}

/*------------ calender ---------------*/

#calender {
   box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
   font-family: "Jost";
   margin-bottom: 30px;
}

#calender .tabContent {
padding: 15px;
}

#calender .eventclndr-tab {
   max-width: unset !important;
}

@media (max-width: 991px) {
   #calender {
      padding-top: 25px;
   }
}

#calender .clndr {
   padding-bottom: 0;
}

#calender .tabHeadline {
   color: #fff;
   background-color: #e1011b;
   margin-bottom: 0;
   padding: 15px 15px 18px 15px;
   border-radius: 15px 15px 0 0;
}



#calender .tab_link_title a {
   color: #666666;
   font-weight: 600;
}

#calender .tab_link_title a:hover,
#calender .tab_link_title a:active,
#calender .tab_link_title a:focus {
   text-decoration: none;
}

#calender .tab_link_date {
   color: #666666;
   font-size: 1rem;
}

#calender .tab_link_mandat {
   display: none;
}

#calender .tab_link_mehr {
   text-align: center !important;
   display: inline-block;
   font-size: 0;
}

#calender .tab_link_mehr a {
   text-align: center;
   width: 80%;
   display: inline-block;
   font-size: 0;
}

#calender .tab_link_mehr a::before {
   content: "Alle Veranstaltungen";
   font-size: 1rem;
   font-family: "Jost";
   padding: 12px 25px;
   color: #fff;
   background-color: #e1011b;
   display: inline-block;
   margin-bottom: 35px;
   border-radius: 15px;
}

/* ----------------------------------------------- news -------------------------------------------- */

#news .tab {
   border-radius: 3px;
   background-color: #f4f4f4;
   overflow: hidden;
   box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
   border-radius: 15px;
}

#news .tab {
   padding: 30px;
   color: #e1011b;
   background-position: top 20px right 20px;
   background-repeat: no-repeat;
}

@media (min-width: 992px) {
   #news .tab,
   #news .tab_link_entries,
   #news .tab_link {
      height: 100%;
   }
}

#news .tabHeadline {
   color: #e1011b;
   margin: 0 0 20px 0;
   text-align: center;
   font-size: 2.625rem;
   position: relative;
}

@media (min-width: 768px) {
   #news .tabHeadline {
      margin: 0 0 25px 0;
   }
}

@media (min-width: 1200px) {
   #news .tabHeadline {
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      -ms-hyphens: manual;
      hyphens: manual;
   }
}

#news .tabHeadline::after {
   display: block;
   content: "";
   position: absolute;
   width: 100%;
   height: 1px;
   background-color: #9c6268;
   bottom: 0;
}

#news .tab_link_entry {
   font-size: 1rem;
   position: relative;
   width: 100%;
}

#news .tab_link_title a {
   line-height: 1.2;
   font-weight: 600;
   font-size: 1.125rem;
   display: block;
   margin-bottom: 8px;
}

@media (min-width: 576px) {
   #news .tab_link_entries {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
}

#news {
   padding-top: 50px;
   padding-bottom: 50px;
}

@media (max-width: 991px) {
   #news {
      padding-top: 25px;
      padding-bottom: 25px;
   }
}

#news .tab {
   background: url("../img/persona.png") bottom right no-repeat;
}

#news .tab_link_entry {
   background: #ffffff;
   border-radius: 3px;
   padding: 210px 30px 30px 30px;
   border: 1px solid rgba(0, 0, 0, 0.15) !important;
   box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
   border-radius: 15px;
}

@media (min-width: 576px) and (max-width: 767px) {
   #news .tab_link_entry {
      width: calc(50% - 15px);
   }

   #news .tab_link_entry:nth-child(2n + 1) {
      margin-right: 15px;
   }

   #news .tab_link_entry:nth-child(2n + 2) {
      margin-left: 15px;
   }
}

@media (min-width: 768px) {
   #news .tab_link_entry {
      width: calc(33.33% - 20px);
   }

   #news .tab_link_entry + .tab_link_entry {
      margin-left: 30px;
   }
}

@media (max-width: 767px) {
   #news .tab_link_entry + .tab_link_entry {
      margin-top: 30px;
   }
}

@media (min-width: 576px) {
   #news .tab_link_entry:nth-child(2) {
      margin-top: 0;
   }
}

@media (max-width: 991px) {
   #news .tab_link {
      margin-top: 30px;
   }
}

#news .tab_link_title a::before,
#news .tab_link_entry .tab_preview_picture {
   position: absolute;
   display: block;
   top: -1px;
   left: -1px;
   right: -1px;
   height: 180px;
   overflow: hidden;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   border-radius: 15px 15px 0 0;
}

#news .tab_link_title a::before {
   content: "";
   background: url("../img/news-standard.jpg") center / cover no-repeat;
}

#news .tab_preview_picture img {
   position: absolute;
   margin: 0 !important;
   left: 50%;
   top: 50%;
   max-width: none;
   min-width: 100%;
   min-height: 100%;
   max-width: 350px;
   width: auto;
   height: auto;
   -ms-interpolation-mode: bicubic;
   -moz-transform: translateX(-50%) translateY(-50%);
   -webkit-transform: translateX(-50%) translateY(-50%);
   -o-transform: translateX(-50%) translateY(-50%);
   -ms-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
}

#news .tab_date {
   font-size: 1rem;
   font-weight: 400;
   position: absolute;
   right: -15px;
   top: 155px;
   z-index: 1;
   display: inline-block;
   padding: 6px 20px;
   background: #e1011b;
   color: #fff;
   border-top-right-radius: 3px;
   border-bottom-right-radius: 3px;
   font-family: "Jost";
}

#news .tab_link_title a {
   color: #e1011b;
   font-weight: bold;
}

.tab_link_entries + div,
.tab_link_entries .tab_spacer,
.tab_link_entry > div:nth-last-child(2) {
   display: none;
}

#news .tab_link_mehr a {
   display: inline-block;
   padding: 6px 25px;
   color: #fff;
   background-color: #e1011b;
   border-radius: 5px;
   margin-top: 15px;
   font-family: "Gemunu Libre";
   font-weight: bold;
}

#news .tab_link_mehr a:hover,
#news .tab_link_mehr a:active,
#news .tab_link_mehr a:focus {
   text-decoration: none;
}

/*----------- tabs -------------*/

#tabs {
   padding-top: 50px;
   padding-bottom: 50px;
   color: #fff;
}

@media (min-width: 992px) {
   #tabs {
      padding-top: 50px;
      padding-bottom: 50px;
   }
}

@media (max-width: 991px) {
   #tabs {
      padding-bottom: 25px;
   }
}

#tabs .tab {
   min-height: 395px;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   text-align: center;
   background: #e1011b url("../img/tabs.png") no-repeat bottom right;
   border-radius: 10px;
   padding: 35px;
   -webkit-transition: background 0.3s 0s ease;
   -moz-transition: background 0.3s 0s ease;
   -o-transition: background 0.3s 0s ease;
   transition: background 0.3s 0s ease;
}

#tabs .tab:hover {
   background: #61000b url("../img/tabs2.png") no-repeat bottom right;
}

#tabs .tabHeadline {
   color: #fff;
   font-family: "Gemunu Libre";
   font-size: 2rem;
}

#tabs b,
#tabs strong {
   font-weight: 400;
   font-family: "Jost";
   font-size: 1.5rem;
}

#tabs a {
   color: #fff;
}

#tabs a:last-child {
   display: inline-block;
   padding: 12px 35px;
   border: 1px solid #fff;
   color: #fff;
   border-radius: 10px;
   font-family: "Gemunu Libre";
   font-weight: bold;
   font-size: 1rem;
}

#tabs a:last-child:hover,
#tabs a:last-child:active,
#tabs a:last-child:focus {
   text-decoration: none;
   background-color: #fff;
   color: #e1011b;
}

@media (max-width: 991px) {
   #tabs .col-xs-12:nth-child(2) {
      margin-top: 25px;
   }
}

/*----------- contact -------------*/

#contact {
   padding-top: 65px;
   padding-bottom: 65px;
   text-align: right;
   position: relative;
   color: #fff;
   font-family: "Poppins";
   font-weight: 400;
   font-size: 1.125rem;
   z-index: 2;
}

#contact::before {
   display: block;
   position: absolute;
   content: "";
   background: #61000b url("../img/contact.png") no-repeat center;
   background-size: cover;
   top: 0;
   right: 0;
   bottom: 0;
   width: 50vw;
}

@media (max-width: 991px) {
   #contact::before {
      display: none;
   }
   #contact {
      background-color: #61000b;
      padding: 25px;
      text-align: left;
   }
   #contact .tiny_p {
      text-align: left !important;
   }
   #contact .tabHeadline::before {
      right: unset;
      left: 0;
   }
}

@media (min-width: 992px) {
   #contactBox::before {
      content: "";
      display: block;
      position: absolute;
      background: url("../img/contact-side.png") no-repeat;
      width: 383px;
      height: 313px;
      left: 0;
      bottom: 0;
      z-index: 3;
   }
}

#contact .tabHeadline {
   position: relative;
   color: #fff;
   font-family: "Poppins";
   font-weight: 600;
   display: inline-block;
   padding-bottom: 17px;
   text-transform: uppercase;
   z-index: 2;
}

#contact .tabHeadline::before {
   width: 160px;
   display: inline-block;
   position: absolute;
   bottom: 0;
   content: "";
   height: 3px;
   background-color: #bcc8d1;
   right: 0;
}

#contact a {
   color: #fff;
}

/*--------------- maps --------------*/

#maps iframe {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   width: 50%;
}

@media (max-width: 991px) {
   #maps iframe {
      position: relative;
      width: 100%;
      height: 150px;
   }
   #maps > .template-page > .row > .col-xs-12 {
      padding: 0;
   }
}

#maps,
#maps > .template-page,
#maps > .template-page > .row,
#maps > .template-page > .row > .col-xs-12,
#maps > .template-page > .row > .col-xs-12 > .tiny_p,
#maps > .template-page > .row > .col-xs-12 > .tiny_p > span,
#contactBox > .row {
   position: static;
}

#maps > .template-page > .row > .col-xs-12 > .tiny_p > span > span {
   right: 0;
   top: 0;
   bottom: 0;
   left: 50%;
   width: 50%;
}

#contactBox {
   position: relative;
}

/* ------------------------------------------ h1 - h6, newslink ----------------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
   color: #e1011b;
   font-weight: bold;
   line-height: 1.2;
   font-family: "Gemunu Libre", sans-serif;
}

h1,
.h1,
.legacy_h1 {
   font-size: 1.7rem;
}

@media (min-width: 768px) {
   h1,
   .h1,
   .legacy_h1 {
      font-size: 2.75rem;
   }
}

h2,
.h2,
.legacy_h2 {
   font-size: 1.6rem;
}

@media (min-width: 768px) {
   h2,
   .h2,
   .legacy_h2 {
      font-size: 1.5rem;
   }
}

h3,
.h3,
.legacy_h3 {
   font-size: 1.5rem;
}

h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
.legacy_h4 {
   font-size: 1.5rem;
}

h5,
.h5,
.legacy_h5 {
   font-size: 1.4rem;
}

h6,
.h6,
.legacy_h6 {
   font-size: 1.3rem;
}

#newslinks,
#newsmandate {
   border: 1px solid #e1011b;
}

/* ----------------------------------------------- footer ----------------------------------------------- */

footer {
   background-color: #fff;
   padding-top: 15px;
   padding-bottom: 15px;
   color: #666666;
   font-size: 1rem;
}

@media (max-width: 767px) {
   footer .row > .col-xs-12:not(:first-child)::before {
      background: #666666;
      content: " ";
      height: 1px;
      width: 100%;
      display: block;
      margin: 25px 0;
      opacity: 0.2;
   }
   footer .row > .col-xs-12.hidden-xs ~ .col-xs-12::before,
   footer .row > .col-xs-12.hidden-sm ~ .col-xs-12::before {
      display: none;
   }
}

#innerfooter ul {
   padding: 0;
}

#innerfooter li {
   display: inline-block;
}

#innerfooter a {
   color: #666666;
   text-decoration: none;
   display: inline-block;
   font-weight: 400;
}

#innerfooter a:hover,
#innerfooter a:focus {
   text-decoration: underline;
   color: #e1011b;
}

@media (min-width: 768px) {
   .footer_list {
      display: flex;
      justify-content: space-between;
   }
}

@media (max-width: 767px) {
   #innerfooter li {
      display: block;
      text-align: center;
      padding: 5px;
      margin: 0;
   }
   #innerfooter li + li::before {
      display: none;
   }
   #innerfooter li + li {
      margin: 0;
   }
}

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
   text-align: right;
   font-size: 0.875rem;
   color: #ffffff;
   line-height: 1.3;
   margin: 0 auto;
   font-weight: 300;
}

@media (min-width: 768px) {
   #vernetzt {
      float: right;
      margin: 0;
   }
}

#vernetzt b {
   color: #666666;
   font-weight: 400;
}

#vernetzt span {
   color: #666666;
}

#vernetzt span span {
   display: block;
}

#vernetzt img {
   margin-left: 18px;
}

#vernetzt:hover,
#vernetzt:active,
#vernetzt:focus {
   text-decoration: none;
}

/*----------- arrows & co -----------*/

#overflow {
   overflow: hidden;
}

.dropdown-toggle-button-wrapper {
   top: 9px !important;
}

.dropdown-toggle-button-wrapper2 {
   top: 5px !important;
}


.aktuelles {
   margin-top: 50px;
}

.aktuelles .tabHeadline {
   text-align: left;
   font-size: 2.1875rem;
}

.aktuelles .tab_link_entry {
   padding: 15px;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   margin-bottom: 30px;
}

.aktuelles .tab_link_title {
   font-weight: 600;
   font-size: 1.4375rem;
}

.aktuelles .tab_link_mehr a {
   background-color: #bb0a1f;
   border-radius: 5px;
   padding: 5px 10px;
   text-align: center;
   margin-left: auto;
   color: #fff;
   display: inline-block;
}