@import url("https://fonts.verwaltungsportal.de/import/?family=Poppins:200,300,400,600,700,200i,300i,400i,500i,600i,700i%7CCaveat+Brush:400");

body {
  font-family: "Poppins", sans-serif;
  color: #444444;
  background: #ffffff;
  font-size: 1rem;
  /* 1rem = 16px */
  line-height: 1.5;
  font-weight: 300;
}

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

a {
  color: #c34f38;
}

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

b,
strong {
  font-weight: 600;
}

#overflow {
  overflow: hidden;
}

/* ------------------------------------------------- dekor, header + footer ------------------------------------------------ */

@media (min-width: 992px) {
  .index body::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 900px;
    width: 28.9vw;
    background-color: #ffecc1;
    z-index: -1;
    right: 0px;
    top: 0px;
  }

  body::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 25vw;
    width: 28.9vw;
    background-color: #ffecc1;
    z-index: -1;
    right: 0px;
    top: 0px;
  }

  footer::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 28.9vw;
    background-color: #ffecc1;
    top: 0px;
    right: 0px;
  }
}

@media (max-width: 1850px) {
  body::before,
  footer::after {
    width: calc(28.9vw - 150px);
  }
}

@media (max-width: 1200px) {
  body::before {
    height: 70vw;
  }

  body:not(.index, #introsite)::before {
    height: 41vw;
  }
}

/* ------------------------------------------------- veranstaltungen ------------------------------------------------ */

.events,
.news {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.news {
  margin-top: 30px;
}

.events .tabHeadline,
.news .tabHeadline {
  font-size: 30px;
}

.tab_link_title a {
  color: #444444;
  font-weight: 400;
}

.tab_link_title a:hover {
  text-decoration: none;
}

.tab_link_mandat {
  display: none;
}

.events .tab_link_mehr,
.news .tab_link_mehr {
  font-size: 0;
}

.events .tab_link_mehr a,
.news .tab_link_mehr a {
  font-size: 1.25rem;
  background: #ffecc1;
  padding: 8px 10px;
  color: #a35200;
  font-family: "Caveat Brush", sans-serif;
}

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

.contact .tab {
  color: #c34f38;
  font-size: 1.063rem;
  font-family: "Caveat Brush", sans-serif;
  text-align: center;
}

.contact .tab h1 {
  margin-bottom: 0;
}

.contact p img {
  top: 2px;
  position: relative;
  left: -4px;
}

@media (min-width: 992px) {
  .contact .tab p {
    display: inline-block;
  }

  .contact .tab p + p {
    margin-left: 15px;
  }

  .contact .tab h1 a {
    font-size: 3.75rem;
  }
}

#logoLine,
#logoLine a, 
#logoLine h2 {
  font-size: clamp(1.5rem, 5vw, 3rem);
  text-decoration: none;
  line-height: 1;
  hyphens: auto;
}

#logoLine {
  margin-top: 15px;
}

#logoLine h2 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  #logoLine {
    margin: 50px 0 0 0;
    padding-bottom: 20px;
  }
  .contact {
    margin: 10px 0 0 0;
    border-bottom: 1px solid rgba(162, 20, 44, 0.1);
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .contact {
    margin-top: 10px;
    padding-left: 0px;
  }

  .contact .tab h1 a {
    font-size: 2.5rem;
  }
}

.contact .tab a {
  text-decoration: none;
  color: #c34f38;
}

.contact .tab a:hover,
.contact .tab a:focus {
  text-decoration: underline;
}

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

#logo {
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#logo img {
  display: block;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  #logo {
    margin-bottom: -15px;
    z-index: 12;
  }
}

@media (min-width: 1200px) {
  #logo {
    margin-bottom: -50px;
  }
}

#logo2 img {
  margin-top: 25px;
}

/* --------------------------------------- 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: #c34f38;
    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;
    border-left: 10px solid #c34f38;
    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);
  }

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

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

@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) {
  #myNavbar {
    padding: 15px 0;
  }

  .horizontally {
    z-index: 12;
    position: relative;
  }

  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;
    flex-wrap: wrap;
  }

  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;
  }

  .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;
  }

  .navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
  .navbar-default .navbar-nav li[class*="secondlevel"]:hover > u {
    z-index: 1003;
  }

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

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

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

.navbar-default .navbar-nav > li > a {
  color: #444444;
  font-weight: 400;
  text-align: left;
  padding: 14px 15px;
  position: relative;
  font-size: 1.4375rem;
  line-height: 1.2;
  text-decoration: none;
  font-family: "Caveat Brush", sans-serif;
}

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

  .navbar-default .navbar-nav > li + li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  nav.horizontally .navbar-nav > li > a.dropdown-toggle {
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 14px 10px;
    display: flex;
    text-align: center;
    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:hover > a,
.navbar-nav > li:focus > a,
.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: #a35200;
  background: #ffecc1;
}

.navbar-nav > li:focus-within > a {
  color: #a35200;
  background: #ffecc1;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
  background-color: #ffffff;
  -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) {
  nav.horizontally .dropdown-menu {
    min-width: 200px;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu {
    margin-top: 15px;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    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: #444444;
  font-weight: 300;
  text-align: left;
  padding: 10px 20px;
  font-size: 1rem;
  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 {
    padding: 10px 35px 10px 15px;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > .dropdown-menu > li + li + li > a,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li + li + li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}

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

.navbar-nav > li > .dropdown-menu > li:hover > a,
.navbar-nav > li > .dropdown-menu > li:focus > 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: #ffecc1;
  color: #a35200;
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a {
  background: #ffecc1;
  color: #a35200;
}

.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: #ffecc1;
  color: #a35200;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
  background: #ffecc1;
  color: #a35200;
}

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

#headerpic {
  max-width: 1580px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

#intropic {
  max-width: 1580px;
  width: 100%;
  margin: auto;
}

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

@media (min-width: 992px) {
  body#introsite #slider,
  body #slider {
    max-height: 650px;
  }

  #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: block;
  background-image: url("../img/clouds-overlay.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* ------------------------------------------------ intropic, headerpic ----------------------------------------------- */

#intropic .introbanner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
}

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

  .introbanner {
    margin: 40px auto 35px auto;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  #intropic {
    padding: 60px 0 30px 0;
  }
}

@media (min-width: 1200px) {
  #intropic > .row {
    max-width: 1375px;
    width: 100%;
    margin-left: auto;
    margin-right: 0px;
  }

  #intropic > .row > *:nth-child(1) {
    flex: 0 0 42.5%;
    max-width: 42.5%;
    min-width: 42.5%;
  }

  #intropic > .row > *:nth-child(2) {
    flex: 0 0 57.5%;
    max-width: 57.5%;
    min-width: 57.5%;
  }

  .introbanner {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  }

  .introbanner .slider-mask {
    display: block;
    background-image: url("../img/clouds-overlay.png");
    background-position: right bottom;
    background-repeat: no-repeat;
  }

  #introsite footer::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 70.9vw;
    background-color: rgba(162, 20, 44, 0.1);
    top: 0px;
    left: 19.2vw;
  }

  #introsite #buttons {
    margin-bottom: 20px;
  }

  #intropic .banner {
    overflow: hidden;
  }

  #intropic .banner img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* ------------------------------------------------ introtab ----------------------------------------------- */
@media (min-width: 992px) {
  .introtab .tabContent {
    padding-right: 100px;
  }
}

.introtab a {
  font-size: 2.0625rem;
  padding: 30px 30px 25px 30px;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 22px;
  text-decoration: none;
  font-family: "Caveat Brush", sans-serif;
  font-weight: 400;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.introtab .tiny_p:nth-child(3n + 1) a {
  color: #857100;
  background-color: #fffcbd;
}

.introtab .tiny_p:nth-child(3n + 2) a {
  color: #007694;
  background-color: #d6f4ff;
}

.introtab .tiny_p:nth-child(3n + 3) a {
  color: #a2142c;
  background-color: #ffcce1;
}

@media (max-width: 991px) {
  .introtab a {
    padding: 15px 50px;
  }
}

.introtab .tiny_p:nth-child(3n + 1) a:hover,
.introtab .tiny_p:nth-child(3n + 1) a:focus {
  color: #fffcbd;
  background-color: #857100;
}

.introtab .tiny_p:nth-child(3n + 2) a:hover,
.introtab .tiny_p:nth-child(3n + 2) a:focus {
  color: #d6f4ff;
  background-color: #007694;
}

.introtab .tiny_p:nth-child(3n + 3) a:hover,
.introtab .tiny_p:nth-child(3n + 3) a:focus {
  color: #ffcce1;
  background-color: #a2142c;
}

/* ------------------------------------------------ content + main ----------------------------------------------- */

body:not(.index) #content {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  body:not(.index)#content {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

#content {
  padding: 30px 0;
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
  color: #c34f38;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Caveat Brush", sans-serif;
}

h1,
.h1,
.legacy_h1 {
  font-size: calc(1.875rem + (50 - 30) * (100vw - 320px) / (1920 - 320));
}

h2,
.h2,
.legacy_h2 {
  font-size: calc(1.625rem + (35 - 26) * (100vw - 320px) / (1920 - 320));
}

h3,
.h3,
.legacy_h3 {
  font-size: calc(1.5rem + (30 - 24) * (100vw - 320px) / (1920 - 320));
}

h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
.legacy_h4 {
  font-size: calc(1.375rem + (26 - 22) * (100vw - 320px) / (1920 - 320));
}

h5,
.h5,
.legacy_h5 {
  font-size: calc(1.3125rem + (22 - 21) * (100vw - 320px) / (1920 - 320));
}

h6,
.h6,
.legacy_h6 {
  font-size: calc(1.25rem + (21 - 20) * (100vw - 320px) / (1920 - 320));
}

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

/* ------------------------------------------------ buttons ----------------------------------------------- */

#buttons {
  margin-top: 30px;
}

@media (max-width: 991px) {
  #buttons > .row > div:last-child {
    margin: 0 auto;
  }
}

/* styler */


  #style span {
    font-size: 18px;
    color: #444444;
  }

  #style button {
    border: none;
    color: #444444;
    font-size: 18px;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background-color: #ffecc1;
    position: relative;
    line-height: 1;
    -webkit-transition: transform 150ms linear;
    -moz-transition: transform 150ms linear;
    -ms-transition: transform 150ms linear;
    -o-transition: transform 150ms linear;
    transition: transform 150ms linear;
  }

  #style button {
    margin-left: 8px;
  }

  #style button:hover {
    transition: all, 300ms;
    background-color: #c34f38;
    color: #ffffff;
  }

  @media (max-width: 991px) {
    #style {
      margin-bottom: 20px;
    }

    #style span {
      font-size: 15px;
      color: #444444;
      display: block;
    }
  }

/* contrast */


  #contrast_style {
    line-height: 0;
    font-size: 18px;
  }

  #contrast_style button {
    padding: 10px;
    border: none;
    background: #ffecc1;
    border-radius: 50%;
    display: inline-block;
  }

  #contrast_style button {
    margin-left: 8px;
  }

  #contrast_style button:focus,
  #contrast_style button:hover {
    transition: all, 300ms;
    background-color: #bba269;
  }

  @media (max-width: 991px) {
    #contrast_style {
      margin-bottom: 20px;
      font-size: 15px;
    }

    #contrast_style span {
      display: block;
      height: 15px;
    }
  }

/* search */

#search {
  height: 37px;
  background: rgba(201, 201, 201, 0.2);
  display: inline-block;
  position: relative;
  border-radius: 20px;
}

#search_input {
  color: #444444;
  font-size: 15px;
  font-style: normal;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 37px;
  padding-left: 10px;
  padding-right: 43px;
  height: 37px;
  width: 100%;
}

#search_submit {
  width: 47px;
  height: 47px !important;
  background: #c34f38 url("../img/lupe-icon.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  line-height: 47px;
  border: none;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: absolute;
  top: -5px;
  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;
}

#search_submit:hover,
#newsletter_submit:hover {
  background-color: #852714;
}

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

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

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

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

/* ------------------------------------------------ sgtabs ----------------------------------------------- */

#sgtabs {
  padding: 50px 0px 60px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #444444;
  font-size: 1rem;
  margin-top: 30px;
}

@media (max-width: 991px) {
  #sgtabs > .row > div:last-child {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  #sgtabs > .row > div + div {
    margin-top: 35px;
  }
}

@media (min-width: 992px) {
  #sgtabs > .row > div:first-child {
    padding-right: 0;
  }
  #sgtabs > .row > div:last-child {
    padding-left: 0;
  }
}

#sgtabs .tab {
  background-color: #ffffff;
  min-height: 100%;
  margin: 0 20px;
  padding: 20px 15px;
  color: #444444;
  font-size: 1rem;
}

#sgtabs .tabHeadline {
  color: #c34f38;
  font-size: 1.875rem;
}

#sgtabs a {
  font-size: 1.25rem;
  display: inline-block;
  font-family: "Caveat Brush", sans-serif;
}

#sgtabs #maps .tabContent {
  padding: 0;
  background: #4d4f54;
}

@media (min-width: 992px) {
  #kontakt {
    padding-right: 0;
  }
  #kontakt2 {
    padding-left: 0;
  }
  #kontakt .tab,
  #kontakt2 .tab {
    margin: 0;
  }
}

.iframe-wrapper-manual-enabling {
  overflow: visible;
}

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

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

footer > .row {
  position: relative;
  z-index: 12;
}

@media (max-width: 767px) {
  footer > .row > * + * {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter a {
  color: #444444;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
}

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

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

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

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

#vernetzt span {
  color: #444444;
}

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

#vernetzt span span {
  display: block;
}

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