@import url("https://fonts.verwaltungsportal.de/css/?family=Maven+Pro:400,500,700,i400,i500,i700");

body {
   font-family: "Maven Pro", sans-serif;
   color: #181816;
   background: #ffffff;
   font-size: 1.125rem;
   /* 1rem = 16px */
   line-height: 1.5;
}

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

a {
   color: #6a7c04;
}

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

b,
strong {
   font-weight: 700;
}

#topbar {
   background-image: url(../img/bg-header.png);
   background-size: cover;
   background-repeat: no-repeat;
   padding: 15px 0px;
}

#topbar > .row {
   max-width: 1230px;
   width: 100%;
}

.index #bgwrapper {
   background: url(../img/bg-main.png);
   background-position: bottom -400px center;
   background-repeat: no-repeat;
   background-size: 100% auto;
}

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

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

#search {
   height: 33px;
   background: transparent;
   display: inline-block;
   position: relative;
}

#search_input {
   color: #757575;
   font-size: 16px;
   font-style: normal;
   background: transparent;
   padding: 0;
   border: 0;
   line-height: 33px;
   padding-left: 10px;
   padding-right: 43px;
   height: 33px;
   width: 100%;
   font-weight: 500;
}

#search_submit {
   width: 33px;
   background: url("../img/lupe-icon.png") center no-repeat;
   padding: 0;
   cursor: pointer;
   line-height: 33px;
   border: none;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   font-size: 0;
   -webkit-transition: background-color 300ms linear;
   -moz-transition: background-color 300ms linear;
   -ms-transition: background-color 300ms linear;
   -o-transition: background-color 300ms linear;
   transition: background-color 300ms linear;
   border-radius: 50%;
   border: 1px solid #961821;
}

#search_submit:hover {
   background-color: rgba(0, 0, 0, 0.05);
}

#search_input::-ms-input-placeholder {
   color: #757575 !important;
}

#search_input::-webkit-input-placeholder {
   color: #757575 !important;
}

#search_input::-moz-placeholder {
   opacity: 1;
}

#search_input:-moz-placeholder {
   opacity: 1;
}

#search_input:focus::placeholder {
   opacity: 0 !important;
}

#search::after {
   max-width: 80%;
   width: 100%;
   height: 1px;
   background-color: #961821;
   content: "";
   pointer-events: none;
   bottom: -5px;
   display: inline-block;
   position: absolute;
   left: 0px;
}

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

.logo img {
   display: block;
}

/* --------------------------------------- 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: #6a7c04;
      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;
      margin-top: 0px;
   }

   .navbar-collapse {
      top: 0;
      background: #fff;
      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 {
   background: #bccf00;
}

/* 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: 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: #444444;
   font-weight: 700;
   text-align: left;
   padding: 10px 35px 15px 35px;
   position: relative;
   font-size: 1.4rem;
   line-height: 1.2;
   text-decoration: none;
   font-variant: small-caps;
}

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

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

@media (min-width: 992px) {
   .navbar-default .navbar-nav > li + li {
      margin-left: 20px;
   }

   .navbar-default .navbar-nav > li > a {
      padding: 15px 0;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      height: 100%;
      text-align: center;
   }
}

@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: 0;
   height: 3px;
   display: block;
   position: absolute;
   left: 50%;
   transform: translate(-50%);
   bottom: 0;
   background-color: #fff;
   -webkit-transition: width 300ms linear;
   -moz-transition: width 300ms linear;
   -ms-transition: width 300ms linear;
   -o-transition: width 300ms linear;
   transition: width 300ms linear;
}

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

.navbar-nav > li:hover > a::before,
.navbar-nav > li > a:hover::before,
.navbar-nav > li > a:focus::before,
.navbar-nav > li.open > a::before,
.navbar-nav > li.open > a:hover::before,
.navbar-nav > li.open > a:focus::before,
.navbar-nav > li[class$="_over"] > a::before,
.navbar-nav > li[class$="_over"] > a:hover::before,
.navbar-nav > li[class$="_over"] > a:focus::before {
   width: 100%;
}

.navbar-nav > li:focus-within > a::before {
   width: 100%;
}

/* -------------------------------------- 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 {
      margin-top: 10px;
      left: 50%;
      transform: translate(-50%);
   }

   .navbar-default .navbar-nav > li > .dropdown-menu,
   .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
      padding-top: 18px;
      padding-bottom: 18px;
   }

   .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: #1a1a18;
   font-weight: 400;
   text-align: center;
   padding: 9px 25px;
   font-size: 1.125rem;
   line-height: 1.2;
   text-decoration: none;
}

@media (max-width: 991px) {
   .navbar-default .navbar-nav > li > .dropdown-menu > li > a,
   .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
      text-align: left;
   }
}

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

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

.navbar-nav > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
   background: #be0933;
   color: #fff;
}

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

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

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

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

   #headerpic a.nivo-prevNav {
      left: 65px;
   }

   #headerpic a.nivo-nextNav {
      right: 65px;
   }

   .nivo-controlNav {
      bottom: 40px !important;
   }
}

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

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

.slider-mask {
   display: block;
   background: url(../img/slider-mask.png) no-repeat bottom center / 100% auto;
}

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

#events {
   padding-bottom: 60px;
}

#eventsBG {
   background-color: #bccf00;
   border-radius: 3px;
   overflow: hidden;
}

#events .tab {
   background-position: top 20px right 20px;
   background-repeat: no-repeat;
   color: #444444;
   font-size: 1.125rem;
   padding: 30px;
}

#events .tabHeadline {
   color: #444444;
   font-size: clamp(1.25rem, 10vw, 1.875rem);
   font-weight: 700;
   margin: 0 0 20px 0;
   font-variant: small-caps;
}

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

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

#events .tabHeadline::after {
   display: none;
}

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

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

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

#events .tab_link,
#events .tab_link > div {
   height: 100%;
   min-height: 100%;
}

#events .tab_link_entry {
   border: none !important;
   color: #444444;
   font-size: 1rem;
   padding: 30px;
}

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

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

#events .tab_link_title a {
   color: #444444;
}

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

@media (max-width: 767px) {
   #events .tab_link_entry:nth-child(3n + 1) {
      background: rgba(0, 0, 0, 0.1);
   }

   #events .tab_link_entry:nth-child(3n + 2) {
      background: rgba(255, 255, 255, 0.1);
   }
}

@media (min-width: 768px) {
   #events .tab_link_entry:nth-child(6n + 1),
   #events .tab_link_entry:nth-child(6n + 5) {
      background: rgba(0, 0, 0, 0.1);
   }

   #events .tab_link_entry:nth-child(6n + 3),
   #events .tab_link_entry:nth-child(6n + 4) {
      background: rgba(255, 255, 255, 0.1);
   }
}

/* ------------------------------------------- button design ------------------------------------------- */
#events .buttonStyle a {
   background-color: #a7b900;
   font-size: 1rem;
   font-weight: 700;
   font-variant: small-caps;
   border-left: 5px solid #444444;
   display: inline-block;
   color: #444444;
   padding: 10px 15px 10px 10px;
   text-decoration: none;
}

#events .buttonStyle a::after {
   bottom: 1px;
   content: "\00BB";
   margin-left: 4px;
   position: relative;
}

#events .buttonStyle a:hover,
#events .buttonStyle a:focus {
   background: #be0933;
   color: #fff;
}

/* ----------------------------------------------- gallery ----------------------------------------------- */

#gallery {
   padding-bottom: 40px;
   color: #757575;
}

#gallery > .row {
   max-width: 100%;
   width: 100%;
}

#gallery .template-page > .row {
   margin: 0px;
}

#gallery .template-page > .row > .col-xs-12 {
   padding: 0px;
}

#gallery .template-page > .row > .col-xs-12 > .btgrid:nth-last-of-type(1) {
   max-width: 1170px;
   width: 100%;
   margin: auto;
}

@media (max-width: 767px) {
   #gallery .template-page > .row > .col-xs-12 > .btgrid:nth-last-of-type(1) {
      padding: 0 15px;
      text-align: center;
   }
}

#gallery > .row > .col-xs-12 {
   padding: 0px;
}

@media (min-width: 992px) {
   #gallery {
      padding-bottom: 20px;
   }
}

#gallery img {
   display: block;
   width: 100%;
}

#gallery .btgrid > .row {
   margin-left: -3px;
   margin-right: -3px;
}

#gallery .btgrid .row > div {
   padding-left: 3px;
   padding-right: 3px;
}

#gallery a:not(.has-image):not([rel]) {
   background-color: #fff;
   font-size: 1rem;
   font-weight: 700;
   font-variant: small-caps;
   border-left: 5px solid #1a1a18;
   display: inline-block;
   color: #be0933;
   padding: 10px 20px;
   text-decoration: none;
}

#gallery a::after {
   bottom: 1px;
   content: "\00BB";
   margin-left: 4px;
   position: relative;
}

#gallery a:not(.has-image):not([rel]):hover,
#gallery a:not(.has-image):not([rel]):focus {
   background: #1a1a18;
   color: #fff;
}

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

#content {
   text-align: left;
   padding-bottom: 30px;
   padding-top: 30px;
}

@media (min-width: 992px) {
   #content {
      padding-bottom: 60px;
      padding-top: 0px;
   }
}

#content .hrstyle, #content hr {
   height: 3px !important;
   background-color: #bccf00 !important;
   opacity: 1 !important;
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
   color: #be0933;
   font-weight: 700;
   line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

#tabs .social p {
   display: inline-block;
}

#tabs .social p + p {
   margin-left: 10px;
}

#tabs .social img {
   margin-right: 6px;
   position: relative;
   top: 9px;
}

#tabs a {
   color: #757575;
   font-weight: 700;
   font-size: 0.875rem;
}

#tabs .tab {
   padding: 20px;
   font-size: 1.125rem;
   -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
   border-left: 6px solid #2b2b2b;
   min-height: 8.2vw;
   background-color: #fff;
}

#tabs .videotab .tabHeadline {
   font-size: 1.875rem;
   font-weight: 700;
   color: #6a7c04;
   font-variant: normal;
   border-left: 5px solid #1a1a18;
   padding-left: 10px;
   margin-bottom: 30px;
}

#tabs {
   padding-bottom: 30px;
}

@media (min-width: 768px) {
   #tabs {
      padding-bottom: 120px;
   }

   #tabs .righttabs {
      padding-left: 50px;
   }

   #tabs .righttabs > .row > div + div {
      margin-top: 30px;
   }
}

.righttabs {
   margin-top: 70px;
}

@media (max-width: 767px) {
   .righttabs {
      margin-top: 30px;
   }

   #tabs .righttabs .tab {
      min-height: 100%;
   }
}

@media (max-width: 575px) {
   #tabs .righttabs > .row > div + div {
      margin-top: 30px;
   }
}

#tabs .tabHeadline {
   font-size: 1.875rem;
   font-variant: small-caps;
   color: #444444;
}

#newsletter label {
   font-size: 0.875rem;
   margin-bottom: 4px;
}

#newsletterInputs {
   height: 40px;
   background: #f4f5eb;
   display: inline-block;
   position: relative;
   max-width: 260px;
   width: 100%;
}

#newsletter_input {
   color: #4c4c4c;
   font-size: 14px;
   font-style: normal;
   background: transparent;
   padding: 0;
   border: 0;
   line-height: 40px;
   padding-left: 10px;
   padding-right: 80px;
   height: 40px;
   width: 100%;
}

#newsletter_submit {
   background: #be0933;
   padding: 0 10px;
   cursor: pointer;
   line-height: 40px;
   border: none;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   font-size: 16px;
   -webkit-transition: background-color 300ms linear;
   -moz-transition: background-color 300ms linear;
   -ms-transition: background-color 300ms linear;
   -o-transition: background-color 300ms linear;
   transition: background-color 300ms linear;
   font-variant: small-caps;
   color: #fff !important;
}

#newsletter_submit:hover {
   background-color: #181816;
}

#newsletter_input::-ms-input-placeholder {
   color: #4c4c4c !important;
}

#newsletter_input::-webkit-input-placeholder {
   color: #4c4c4c !important;
}

#newsletter_input::-moz-placeholder {
   opacity: 1;
}

#newsletter_input:-moz-placeholder {
   opacity: 1;
}

#newsletter_input:focus::placeholder {
   opacity: 0 !important;
}

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

.opening {
   line-height: 1.8;
}

.iframetab iframe,
.iframetab .iframe-wrapper-manual-enabling {
   min-width: 100% !important;
   width: 100% !important;
   display: block;
   max-height: 100% !important;
   min-height: 230px !important;
   height: 100% !important;
}

footer {
   background: #bccf00 url(../img/kringel.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#footerTop {
   color: #444444;
   font-size: 1rem;
   font-weight: 400;
   padding: 60px 0;
}

@media (max-width: 767px) {
   #footerBottom > .row > div + div,
   #footerTop > .row > div + div {
      padding-top: 20px;
      margin-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
   }

   #footerTop {
      padding: 30px 0;
   }
}

#footerBottom {
   background-color: rgba(106, 124, 4, 0.3);
   padding: 15px 0;
}

#footerTop a {
   text-decoration: underline;
   color: #444444;
}

#footerTop .tabHeadline {
   color: #444444;
   font-size: 1.875rem;
   font-variant: small-caps;
}

#innerfooter ul {
   padding: 0;
}

#innerfooter li {
   display: inline-block;
}

#innerfooter a {
   color: #444444;
   text-decoration: none;
   display: inline-block;
   font-weight: 500;
   font-size: 1.125rem;
   font-variant: small-caps;
}

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

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

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

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

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

#vernetzt b {
   color: #444444;
   font-weight: 500;
}

#vernetzt span {
   color: #444444;
}

#vernetzt span span {
   display: block;
}

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