@import url("https://fonts.verwaltungsportal.de/import/?family=Itim:400%7CSource+Sans+Pro:300,400,500,600,700");

body {
   font-family: "Open Sans", sans-serif;
   color: #4d4d4d;
   background: #ffffff;
   font-size: 1rem;
   /* 1rem = 16px */
   line-height: 1.5;
}

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

a {
   color: #d5193e;
}

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

b,
strong {
   font-weight: 600;
}

.static {
   position: static;
}

#over {
   overflow: clip;
   position: relative;
}

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

#logo {
   display: inline-block;
}

#logo img {
   display: block;
}

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

   #logo {
      position: absolute;
      top: 0;
      z-index: 8;
   }
}

@media (min-width: 992px) {
   #logo {
      position: absolute;
      top: 0;
      z-index: 8;
   }
}

/* --------------------------------------- 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: #1c7fa6;
      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: #ffffff;
      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;
      font-family: "Itim";
   }

   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: 10px;
      left: 0;
      right: 0;
      top: -10px;
   }

   /* 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: #666666;
   font-weight: 400;
   text-align: left;
   padding: 10px 35px 15px 20px;
   position: relative;
   font-size: 1.375rem;
   line-height: 1.2;
   text-decoration: none;
}

.navbar-default .navbar-nav>li:nth-child(6n+1)>a {
   color: #d5193e;
}

.navbar-default .navbar-nav>li:nth-child(6n+2)>a {
   color: #4e5917;
}

.navbar-default .navbar-nav>li:nth-child(6n+3)>a {
   color: #7724b5;
}

.navbar-default .navbar-nav>li:nth-child(6n+4)>a {
   color: #947100;
}

.navbar-default .navbar-nav>li:nth-child(6n+5)>a {
   color: #1c7fa6;
}

.navbar-default .navbar-nav>li:nth-child(6n+6)>a {
   color: #bc5b0b;
}

@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>a {
      padding: 18px 0;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      text-align: 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;
   }
}

.navbar-default .navbar-nav>li>a::before {
   content: "";
   width: 100%;
   height: 8px;
   display: block;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   background-color: transparent;
   opacity: 1;
   -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 .navbar-nav>li:nth-child(6n+1)>a::before {
   background: #d5193e;
}

.navbar-default .navbar-nav>li:nth-child(6n+2)>a::before {
   background: #a3c533;
}

.navbar-default .navbar-nav>li:nth-child(6n+3)>a::before {
   background: #983cdd;
}

.navbar-default .navbar-nav>li:nth-child(6n+4)>a::before {
   background: #f5bb00;
}

.navbar-default .navbar-nav>li:nth-child(6n+5)>a::before {
   background: #2eaadc;
}

.navbar-default .navbar-nav>li:nth-child(6n+6)>a::before {
   background: #f17817;
}

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

.navbar-nav>li:nth-child(6n+1)>a:hover,
.navbar-nav>li:nth-child(6n+1)>a:focus,
.navbar-nav>li:hover:nth-child(6n+1)>a,
.navbar-nav>li:hover:nth-child(6n+1)>a {
   color: #771326;
   background-color: #d5193e;
}

.navbar-nav>li:nth-child(6n+2)>a:hover,
.navbar-nav>li:nth-child(6n+2)>a:focus,
.navbar-nav>li:hover:nth-child(6n+2)>a,
.navbar-nav>li:hover:nth-child(6n+2)>a {
   color: #4e5917;
   background-color: #a3c533;
}

.navbar-nav>li:nth-child(6n+3)>a:hover,
.navbar-nav>li:nth-child(6n+3)>a:focus,
.navbar-nav>li:hover:nth-child(6n+3)>a,
.navbar-nav>li:hover:nth-child(6n+3)>a {
   color: #4f2073;
   background-color: #983cdd;
}

.navbar-nav>li:nth-child(6n+4)>a:hover,
.navbar-nav>li:nth-child(6n+4)>a:focus,
.navbar-nav>li:hover:nth-child(6n+4)>a,
.navbar-nav>li:hover:nth-child(6n+4)>a {
   color: #947100;
   background-color: #f5bb00;
}

.navbar-nav>li:nth-child(6n+5)>a:hover,
.navbar-nav>li:nth-child(6n+5)>a:focus,
.navbar-nav>li:hover:nth-child(6n+5)>a,
.navbar-nav>li:hover:nth-child(6n+5)>a {
   color: #104a61;
   background-color: #2eaadc;
}

.navbar-nav>li:nth-child(6n+6)>a:hover,
.navbar-nav>li:nth-child(6n+6)>a:focus,
.navbar-nav>li:hover:nth-child(6n+6)>a,
.navbar-nav>li:hover:nth-child(6n+6)>a {
   color: #bc5b0b;
   background-color: #f17817;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
   background-color: #fff;
   -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);
}

@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: 10px;
   }

   .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: #666666;
   font-weight: 300;
   text-align: left;
   padding: 9px 25px;
   font-size: 1.125rem;
   line-height: 1.2;
   text-decoration: none;
   font-family: "Source Sans Pro";
}

/* ------------------------------------------ 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 {
   background: #1c7fa6;
   color: #fff;
}

.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: #687e20;
   color: #fff;
}

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

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

@media (min-width: 992px) {
   #slider {
      max-height: 400px;
   }

   body.index #slider {
      max-height: 700px;
   }

   #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 {
   background: rgb(0, 0, 0);
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
   display: block;
}

/*------- info ------*/

#info {
   padding: 0;
   background: #f6f6f6;
}

@media (max-width: 991px) {
   #info .col-xs-12 {
      margin-top: 50px;
   }

   #info .col-xs-12:first-child {
      margin-top: 50px;
   }

   #info .col-xs-12:last-child {
      margin-bottom: 50px;
   }
}

@media (min-width: 992px) {
   #info {
      padding: 75px;
      background: #f6f6f6;
      margin: 0;
   }

   #info .height {
      min-height: 100%;
   }
}

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

#plan {
   background: #fff;
   padding: 25px;
   font-size: 1rem;
   position: relative;
}

#plan::before {
   content: "";
   display: block;
   background: url("../img/plan.png") no-repeat;
   width: 78px;
   height: 78px;
   top: -25px;
   right: 25px;
   position: absolute;
}

#plan .tabHeadline {
   font-size: 1.5rem;
   color: #1c7fa6;
   font-family: "Itim";
}

#plan a, #plan .tab_link_title a {
   color: #606060;
}

#plan .tab_link_mehr {
   font-size: 0;
}

#plan .tab_link_mehr a {
   float: right;
   text-align: right;
   padding: 5px 15px;
   background: #1c7fa6;
   color: #fff;
   font-size: 18px;
   font-family: "Itim";
   border: 2px solid transparent;
}

#plan .tab_link_mehr a:hover,
#plan .tab_link_mehr a:focus {
   text-decoration: none;
   background: #fff;
   color: #1c7fa6;
   border: 2px solid #1c7fa6;
}

/*-------- events --------*/

#events {
   background: #fff;
   padding: 25px;
   color: #606060;
   position: relative;
}

#events::before {
   content: "";
   display: block;
   background: url("../img/events.png") no-repeat;
   width: 78px;
   height: 78px;
   top: -25px;
   right: 25px;
   position: absolute;
}

#events a {
   color: #606060;
}

#events .tab_link_mandat {
   display: none;
}

#events .tabHeadline {
   font-size: 1.5rem;
   color: #d5193e;
   font-family: "Itim";
}

#events .tab_link_mehr {
   text-align: right;
   font-family: "Itim";
   font-size: 0;
}

#events .tab_link_mehr a {
   background: #d5193e;
   color: #fff;
   font-size: 18px;
   padding: 5px 15px;
   display: inline-block;
   border: 2px solid transparent;
}

#events .tab_link_mehr a:hover,
#events .tab_link_mehr a:focus {
   text-decoration: none;
   background: #fff;
   color: #d5193e;
   border: 2px solid #d5193e;
}

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

#contact {
   background: #fff;
   padding: 25px;
   color: #606060;
   position: relative;
}

#contact a {
   color: #687e20;
}

#contact::before {
   content: "";
   display: block;
   background: url("../img/contact.png") no-repeat;
   width: 89px;
   height: 82px;
   top: -25px;
   right: 25px;
   position: absolute;
}

#contact .tabHeadline {
   font-size: 1.5rem;
   color: #687e20;
   font-family: "Itim";
}

#contact a:last-child {
   float: right;
   text-align: right;
   padding: 5px 15px;
   background: #687e20;
   color: #fff;
   font-size: 18px;
   font-family: "Itim";
   border: 2px solid transparent;
}

#contact a:last-child:hover,
#contact a:last-child:focus {
   text-decoration: none;
   background: #fff;
   color: #687e20;
   border: 2px solid #687e20;
}

@media (max-width: 991px) {
   #bg-right {
      margin-left: auto;
      margin-right: auto;
   }
}

#bg-right .tab {
   background: #fff;
   color: #606060;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

#bg-right .tabHeadline {
   background: #d5193e;
   padding: 8px 15px;
   margin-bottom: 0;
   color: #fff;
   font-size: 1.5625rem;
}

#bg-right .tabContent {
   padding: 0px 15px 15px 15px;
}

.eventclndr-tab {
   margin-left: -15px;
   margin-right: -15px;
}

#bg-right .tab_link_mehr {
   font-size: 0;
}

#bg-right .tab_link_mehr a {
   font-size: 1rem;
   background: #d5193e;
   color: #fff;
   padding: 5px 15px;
}

#bg-right .tab_link_title a {
   color: #606060;
   font-weight: 600;
}

#bg-right .tab_link_mandat {
   display: none;
}

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

main {
   text-align: left;
   padding-bottom: 30px;
}

#content {
   padding-top: 25px;
   padding-bottom: 25px;
}

@media (min-width: 992px) {
   main {
      padding-bottom: 60px;
   }

   .index main {
      padding-bottom: 0px;
   }

   #content {
      padding-top: 75px;
      padding-bottom: 75px;
   }
}

/*-------- food -------*/

#food {
   color: #606060;
   margin-top: 15px;
   margin-bottom: 15px;
   background-size: cover;
   padding-top: 25px;
   padding-bottom: 25px;
}

@media (min-width: 992px) {
   #food {
      padding: 150px;
      color: #606060;
   }
}


#food a {
   color: #212121;
   font-size: 2.5rem;
   font-family: "Itim";
}


#food .tab {
   background: #fff;
   padding: 25px;
   font-family: "Itim";
   text-align: center;
}


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

#news .tabHeadline {
   color: #d5193e;
   font-size: 2.25rem;
}

#news .tab_link_mehr {
   margin-top: 25px;
}

#news .tab_link_mehr a {
   display: inline-block;
   padding: 5px 25px;
   background: #d5193e;
   color: #fff;
   border: 2px solid transparent;
   font-family: "Itim";
}

#news .tab_link_mehr a:hover,
#news .tab_link_mehr a:focus {
   text-decoration: none;
   color: #d5193e;
   background: #fff;
   border: 2px solid #d5193e;
}

#news a {
   color: #606060;
   font-weight: bold;
}

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

@media (max-width: 991px) {
   #news>.row>div+div {
      margin-top: 40px;
   }
}

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

@media (min-width: 768px) {
   #news>.row>div:last-child {
      padding-top: 60px;
   }
}

#news .tab_link_entry {
   position: relative;
   padding-left: 140px;
   min-height: 120px;
   border-bottom: none !important;
}

#news .tab_link_title a {
   margin-bottom: 10px;
   display: block;
}

#news .tab_link_title a::after {
   content: "";
   background: #f8f2ef url("../img/vorschaubild.png") center no-repeat;
}

#news .tab_link_title a::after,
#news .tab_preview_picture {
   display: block;
   width: 120px;
   height: 120px;
   position: absolute;
   left: 0;
   top: 0;
   overflow: hidden;
}

#news .tab_link_entry+.tab_link_entry .tab_link_title a::after,
#news .tab_link_entry+.tab_link_entry .tab_preview_picture {
   top: 15px;
}

@media (min-width: 992px) {

   #news .tab_link_entry+.tab_link_entry .tab_link_title a::after,
   #news .tab_link_entry+.tab_link_entry .tab_preview_picture {
      top: 25px;
   }
}

#news .tab_preview_picture img {
   position: absolute;
   z-index: 2;
   left: 50%;
   top: 50%;
   max-width: 150px;
   min-width: 100%;
   min-height: 100%;
   width: auto;
   height: auto !important;
   -ms-interpolation-mode: bicubic;
   transform-origin: top left;
   -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_link_entry>div:nth-last-child(2) {
   display: none;
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
   color: #1c7fa6;
   font-weight: normal;
   line-height: 1.2;
   font-family: "Itim";
}

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

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

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 #1c7fa6;
}

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

footer {
   background-color: #ffffff;
   padding-top: 30px;
   padding-bottom: 30px;
   color: #666666;
   position: relative;
}

footer::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   width: 100%;
   height: 5px;
   background: repeating-linear-gradient(90deg, #d5193e 10%, #94ca34 20%, #983cdd 30%, #f5bb00 40%, #2eaadc 50%, #f17817 60%, #d5193e 70%, #94ca34 80%, #2f7ac1 90%, #983cdd 100%);
}

@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: #d5193e;
   text-underline-offset: 3px;
}

#innerfooter li+li::before {
   content: "•";
   margin: 0 15px;
   color: #666666;
}

@media (min-width: 1200px) {
   #innerfooter li+li::before {
      margin: 0 25px;
   }
}

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

   #innerfooter li+li::before {
      display: none;
   }
}

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

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

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

#vernetzt b {
   color: #687e20;
   font-weight: bold;
}

#vernetzt span {
   color: #666666;
}

#vernetzt span span {
   display: block;
}

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

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