@import url("https://fonts.verwaltungsportal.de/import/?family=Work+Sans:300,400,600,700,300i,400i,600i,700i");

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

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

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

a {
   color: #960303;
}

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

b,
strong {
   font-weight: 600;
}

.static {
   position: static;
}

#over {
   overflow: hidden;
}

/* ----------------------------------------------- topbar --------------------------------------------- */

#topbar>.row {
   background: #ffffff;
   padding-top: 18px;
   padding-bottom: 18px;
}

@media (min-width: 992px) {
   #topbar>.row {
      padding-top: 27px;
      padding-bottom: 27px;
   }
}

/* -------------------------------------------- styler -------------------------------------------- */
@media (min-width: 992px) {
   [id^="style"] button {
      border: none;
      color: #fff;
      display: inline-block;
      width: 29px;
      height: 29px;
      border-radius: 50%;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      background-color: #960303;
      position: relative;
      line-height: 1;
      padding: 5px 10px 6px 9px;
      transition: transform 150ms linear;
   }

   [id^="style"] button+button {
      margin-left: 3px;
   }

   [id^="style"] button:hover {
      transform: scale(1.2);
   }

   [id^="style"] button:focus-visible {
      outline: 2px auto;
   }

   [id^="style"] #font_std {
      background-color: #ffcc00;
      padding-left: 8px;
      color: #191919;
   }
}

/* -------------------------------------------- contrast -------------------------------------------- */

@media (min-width: 992px) {
   #contrast_style {
      margin-right: 50px;
   }
}

@media (max-width: 991px) {
   #contrast_style1 {
      padding: 10px;
      background: #ffffff;
   }
}

[id^="contrast_style"] button {
   color: #000000;
   padding: 0;
   border: 3px solid #960303;
   display: inline-block;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   font-weight: 400;
   text-align: center;
   background: #960303;
   position: relative;
   z-index: 1;
   font-size: 0;
}

[id^="contrast_style"] button::before {
   content: "";
   display: block;
   position: absolute;
   z-index: -1;
   left: -6px;
   top: -6px;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background: rgba(0, 0, 0, 0.1);
   opacity: 0;
   transition: opacity 150ms linear;
}

[id^="contrast_style"] *+* {
   margin-left: 7px;
}

[id^="contrast_style"] button::after {
   content: "";
   display: block;
   position: absolute;
   top: 3px;
   right: 3px;
   left: 3px;
   bottom: 3px;
   border: 1px solid #fff;
   border-radius: 50%;
}

[id^="contrast_style"] button:nth-of-type(1)::after {
   background: linear-gradient(to right, #191919, #191919 50%, rgba(255, 255, 255, 1) 50%);
}

[id^="contrast_style"] button:nth-of-type(2)::after {
   background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, #191919 50%);
}

[id^="contrast_style"] button:nth-of-type(3)::after {
   background: #ffcc00;
}

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

#logo {
   display: inline-block;
}

#logo img {
   display: block;
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
   #burgerButton {
      font-size: 13px;
      display: block;
      width: 48px;
      height: 48px;
      border-radius: 2px;
      padding: 8px 0 0 0 !important;
      cursor: pointer;
      background: #ffffff;
      border: none !important;
      border-radius: 4px;
      color: #960303;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      text-align: center;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
   }

   #burgerButtonInner {
      margin-bottom: 26px;
      display: inline-block;
   }

   #burgerButton[aria-expanded="true"] #burgerButtonInner {
      opacity: 0;
   }

   #burgerButton[aria-expanded="true"] #burgerButtonInner2 {
      transform: rotate(-45deg) translate(2px, -4px);
   }

   #burgerButton[aria-expanded="true"]:after {
      transform: rotate(45deg) translate(-10px, -10px);
   }

   #burgerButtonInner2,
   #burgerButton:after {
      transition: transform 200ms linear, opacity 200ms linear;
   }

   #burgerButtonInner2 {
      top: 26px;
   }

   #burgerButton:after {
      top: 36px;
   }

   #burgerButtonInner2,
   #burgerButton:after {
      content: "";
      display: block;
      position: absolute;
      background: #960303;
      border-radius: 2px;
      width: 38px;
      height: 3px;
      left: 5px;
      font-size: 0;
   }

   .navbar-nav {
      margin: 20px 0;
   }

   .navbar-collapse {
      padding: 30px 0;
      top: 0;
      background: #960303;
      position: fixed;
      left: -100%;
      bottom: 0;
      z-index: 100;
      height: auto !important;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
      opacity: 0;
      pointer-events: none;
      overflow-y: auto;
      transition: left 300ms linear, opacity 300ms linear;
   }

   .navbar-collapse[aria-expanded="true"],
   .navbar-collapse.in {
      left: 0;
      opacity: 1;
      pointer-events: auto;
      width: calc(100% - 90px);
   }

   .navbar-header {
      position: fixed;
      top: 15px;
      right: 15px;
      z-index: 101;
   }

   .navbar-toggle::before {
      content: "";
      opacity: 0;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 0;
      z-index: -1;
      display: block;
      background-color: rgba(0, 0, 0, 0.5);
      transition: width 300ms linear, opacity 300ms linear;
   }

   .navbar-toggle[aria-expanded="true"]::before {
      opacity: 1;
      width: 90px;
   }
}

/* menu desktop */

@media (min-width: 992px) {
   #menu {
      background: #960303;
      position: relative;
   }

   #menu>.row {
      max-width: 1440px;
      width: 100%;
   }

   nav.horizontally .navbar-nav {
      display: flex;
      justify-content: space-between !important;
      align-items: center !important;
      flex-wrap: wrap;
   }

   nav.horizontally li[class*="toplevel"]>ul {
      position: absolute;
      top: auto;
      right: 0;
      left: 50% !important;
      transform: translate(-50%);
      width: 120%;
      z-index: 1000;
      margin: 0;
      padding: 10px 25px;
      padding-top: 20px;
      padding-bottom: 20px;
      max-height: 60vh;
      overflow: visible;
      display: block !important;
      pointer-events: none;
      opacity: 0;
      transition: opacity 300ms linear;
      background: rgba(255, 255, 255, 0.96);
   }

   nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
   nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
      column-count: 4;
      column-gap: 30px;
      max-width: 992px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px;
      height: auto;
   }

   nav.horizontally li[class*="secondlevel"] {
      float: none;
      page-break-inside: avoid;
      break-inside: avoid;
      display: table !important;
   }

   .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul {
      pointer-events: auto !important;
      opacity: 1 !important;
      top: 100%;
      z-index: 1003;
   }

   .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul {
      pointer-events: auto !important;
      opacity: 1 !important;
      top: 100%;
   }

   .nav li[class*="toplevel"].open>.dropdown-menu {
      pointer-events: none !important;
      opacity: 0 !important;
   }

   #mCSB_1_scrollbar_vertical {
      left: 50%;
      margin-left: calc(962px / 2);
   }
}

@media (min-width: 1200px) {

   nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
   nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
      max-width: 1200px;
      padding-top: 25px;
      padding-bottom: 45px;
   }

   #mCSB_1_scrollbar_vertical {
      margin-left: calc(1170px / 2);
   }
}

nav.horizontally li[class$="_end"],
nav.horizontally li[class$="_start"] {
   display: none;
}

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

.navbar-default li[class*="toplevel"]>a {
   color: #ffffff;
   font-weight: 700;
   text-align: left;
   padding: 10px 15px 15px 15px;
   position: relative;
   font-size: 1.125rem;
   line-height: 1.2;
   text-decoration: none;
}

@media (max-width: 991px) {
   .navbar-default li[class*="toplevel"] {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   }

   nav.horizontally li[class*="toplevel"]>a.dropdown-toggle {
      padding-right: 35px;
   }
}

@media (min-width: 992px) {
   .navbar-default li[class*="toplevel"]>a {
      padding: 20px 2px;
   }
}

.navbar-default li[class*="toplevel"]>a::after {
   content: "";
   display: block;
   height: 2px;
   width: 0;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 0;
   background: #ffffff;
   transition: width 200ms linear;
}

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

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

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

@media (max-width: 991px) {

   .navbar-default li[class*="toplevel"]>.dropdown-menu,
   .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
      padding: 10px;
      background: rgba(255, 255, 255, 0.8);
   }
}

@media (min-width: 992px) {
   .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
      display: block;
   }
}

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

.navbar-default li[class*="secondlevel"]>a,
.navbar-default li[class*="thirdlevel"]>a {
   color: #191919;
   text-align: left;
   padding: 8px 35px 8px 15px;
   font-size: 1rem;
   line-height: 1.2;
   text-decoration: none;
}

.navbar-default li[class*="secondlevel"]>a {
   font-weight: 600;
   text-transform: uppercase;
}

.navbar-default li[class*="thirdlevel"]>a {
   font-weight: 400;
}

@media (min-width: 992px) {
   .navbar-default li[class*="secondlevel"]>a {
      padding: 20px 0 2px;
   }

   .navbar-default li[class*="thirdlevel"]>a {
      padding: 5px 0 5px 10px;
   }
}

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

.navbar-nav li[class*="secondlevel"]:hover>a,
.navbar-nav li[class*="secondlevel"]>a:hover,
.navbar-nav li[class*="secondlevel"]>a:focus,
.navbar-nav li[class*="secondlevel"].open>a,
.navbar-nav li[class*="secondlevel"].open>a:hover,
.navbar-nav li[class*="secondlevel"].open>a:focus,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:focus,
.navbar-nav li[class*="thirdlevel"]>a:hover,
.navbar-nav li[class*="thirdlevel"]>a:focus,
.navbar-nav li[class*="thirdlevel"].open>a,
.navbar-nav li[class*="thirdlevel"].open>a:hover,
.navbar-nav li[class*="thirdlevel"].open>a:focus,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:focus {
   color: #960303;
}

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

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

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

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

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

#bannerOverlay {
   padding-top: 25px;
}

#bannerOverlay h1 {
   font-size: 1.4rem;
}

#bannerOverlay h1,
#bannerOverlay h2,
#bannerOverlay h3,
#bannerOverlay h4,
#bannerOverlay h5,
#bannerOverlay h6 {
   margin-bottom: 0;
}

@media (min-width: 576px) {
   #bannerOverlay {
      padding-top: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 120px;
      z-index: 60;
      color: #ffffff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
      font-weight: 700;
      line-height: 1.1;
      font-size: 1.2rem;
   }

   #bannerOverlay h1,
   #bannerOverlay h2,
   #bannerOverlay h3,
   #bannerOverlay h4,
   #bannerOverlay h5,
   #bannerOverlay h6 {
      color: #ffffff;
   }

   #bannerOverlay h1 {
      font-size: 2.5rem;
   }
}

@media (min-width: 768px) {
   #bannerOverlay {
      font-size: 1.4rem;
   }

   #bannerOverlay h1 {
      font-size: 3rem;
   }
}

@media (min-width: 992px) {
   #bannerOverlay {
      bottom: 140px;
   }
}

@media (min-width: 1200px) {
   #bannerOverlay {
      font-size: 1.875rem;
      bottom: 180px;
   }

   #bannerOverlay h1 {
      font-size: 3.75rem;
   }
}

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

.slider-mask {
   display: none;
}

@media (min-width: 576px) {
   .slider-mask {
      display: block;
      background: linear-gradient(to top, rgba(84, 73, 73), rgba(255, 255, 255, 0) 80%);
   }
}

@media (min-width: 992px) {
   .slider-mask {
      background: linear-gradient(to top, rgba(84, 73, 73), rgba(255, 255, 255, 0) 60%);
   }
}

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

.nivo-directionNav {
   height: 40px;
   pointer-events: none;
   width: 100%;
   position: absolute;
   z-index: 7;
   left: 50%;
   bottom: 80px;
   transform: translateX(-50%);
}

@media (min-width: 992px) {
   .nivo-directionNav {
      max-width: 992px;
      bottom: 100px;
   }
}

@media (min-width: 1200px) {
   .nivo-directionNav {
      max-width: 1200px;
   }
}

#headerpic .theme-default .nivo-directionNav a {
   pointer-events: auto;
   background: #960303 url("../img/banner-arrows1.png") top 10px center / 18px auto no-repeat;
   width: 40px;
   height: 40px;
   border-radius: 10px;
}

#slider+.nivo-controlNav {
   pointer-events: none;
}

#slider+.nivo-controlNav a {
   pointer-events: auto;
}

.theme-default .nivo-directionNav a.nivo-nextNav {
   transform: scaleX(-1);
}

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

@media (min-width: 992px) {
   #slider+.nivo-controlNav {
      bottom: 78px;
   }
}

#headerpic .theme-default .nivo-controlNav a {
   background: transparent;
   border-radius: 50%;
   border: 1px solid #ffffff;
   width: 12px;
   height: 12px;
}

#headerpic .theme-default .nivo-controlNav a.active {
   background-color: #ffffff;
}

#headerpic .theme-default .nivo-controlNav a+a {
   margin-left: 8px;
}

/* ----------------------------------------------- search ----------------------------------------------- */

@media (min-width: 576px) {
   #searchArea {
      position: relative;
      z-index: 54;
      margin-top: -50px;
   }
}

@media (max-width: 991px) {
   body:not(.index) #searchArea {
      display: none;
   }
}

#searchBox {
   background: #ffffff;
   padding: 25px 0;
   position: relative;
   border-radius: 20px
}

@media (min-width: 576px) {
   #searchBox {
      padding-left: 25px;
      padding-right: 25px;
   }
}

@media (min-width: 992px) {
   #searchBox {
      padding-left: 40px;
      padding-right: 40px;
   }
}

#searchBox::after {
   content: "";
   position: absolute;
   display: block;
   z-index: -1;
   left: 60px;
   right: 60px;
   top: 50%;
   bottom: 0;
   box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}

form[id*="search"] {
   display: block;
   position: relative;
}

@media (min-width: 576px) {
   form[id*="search"] {
      height: 50px;
      width: 100%;
   }
}

@media (max-width: 991px) {
   form[id*="search"] {
      margin-bottom: 15px;
   }

   nav form[id*="search"] {
      margin-top: 20px;
      margin-left: 15px;
      margin-right: 15px;
   }
}

@media (min-width: 992px) {
   form[id*="search"] {
      max-width: 370px;
   }
}

input[id*="search_input"] {
   color: #191919;
   background-color: #f4f4f4;
   font-size: 1rem;
   font-style: normal;
   padding: 0;
   border: 0;
   line-height: 50px;
   padding-left: 10px;
   padding-right: 50px;
   height: 50px;
   border-radius: 10px;
   width: 100%;
}

input[id*="search_submit"] {
   height: 100%;
   width: 50px;
   background: url("../img/lupe-icon.png") center / 18px 18px no-repeat;
   padding: 0;
   cursor: pointer;
   line-height: 50px;
   border: none;
   position: absolute;
   bottom: 0;
   right: 0;
   font-size: 0;
   transition: background 200ms linear;
}

input[id*="search_submit"]:hover,
input[id*="search_submit"]:focus {
   background-size: 24px 24px;
   background-color: #b8b8b8;
}

input[id*="search_input"]:-ms-input-placeholder {
   color: #191919;
   text-transform: uppercase;
   opacity: 1;
}

input[id*="search_input"]::-ms-input-placeholder {
   color: #191919;
   text-transform: uppercase;
   opacity: 1;
}

input[id*="search_input"]::placeholder {
   color: #191919;
   text-transform: uppercase;
   opacity: 1;
}

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

.importantLinks a {
   font-size: 0.8rem;
   border-radius: 2px;
   display: inline-block;
   background: #f4f4f4;
   padding: 2px 6px;
}

@media (min-width: 768px) {
   .importantLinks a {
      font-size: 1rem;
   }
}

.importantLinks a+a {
   margin-left: 4px;
}

/* ------------------------------------------------ topInfo ----------------------------------------------- */

#topInfo {
   padding-top: 40px;
   position: relative;
   z-index: 1;
}

@media (min-width: 768px) {
   #topInfo {
      padding-top: 60px;
   }
}

@media (min-width: 992px) {
   #topInfo {
      padding-top: 100px;
   }
}

@media (max-width: 991px) {
   #topInfo>.row>*+* {
      margin-top: 30px;
   }
}

#topInfo>.row>*:first-child {
   font-weight: 300;
   line-height: 1.3;
}

@media (min-width: 992px) {
   #topInfo>.row>*:first-child {
      padding-top: 50px;
      padding-right: 30px;
      padding-bottom: 110px;
   }
}

#topInfo>.row>*:first-child b,
#topInfo>.row>*:first-child strong {
   font-weight: 700;
   font-size: 1.6rem;
}

@media (min-width: 992px) {

   #topInfo>.row>*:first-child b,
   #topInfo>.row>*:first-child strong {
      font-weight: 700;
      font-size: 2rem;
   }
}

@media (min-width: 1200px) {

   #topInfo>.row>*:first-child b,
   #topInfo>.row>*:first-child strong {
      font-size: 2.5rem;
   }
}

#topInfo>.row>*:first-child,
#topInfo>.row>*:first-child h1,
#topInfo>.row>*:first-child h2,
#topInfo>.row>*:first-child h3,
#topInfo>.row>*:first-child h4,
#topInfo>.row>*:first-child h5,
#topInfo>.row>*:first-child h6 {
   color: #191919;
}

#topInfo>.row>*:first-child h1::after {
   content: "-";
   display: block;
   color: #191919;
   line-height: 0.5;
   margin-top: 5px;
}

#topInfo .tab {
   background: #f4f4f4;
   padding: 35px 30px 30px 30px;
   min-height: 100%;
   height: 100%;
   color: #191919;
   line-height: 1.3;
   border-radius: 20px;
   position: relative;
}

@media (min-width: 768px) {
   #topInfo .tab {
      font-size: 1.125rem;
   }

   .tab_spacer {
      height: 20px;
   }
}

@media (min-width: 992px) {
   #topInfo .tab {
      padding-bottom: 70px;
   }
}

@media (min-width: 1200px) {
   #topInfo .tab {
      padding: 45px 40px 70px 40px;
   }
}

#topInfo .tabHeadline {
   text-transform: uppercase;
   color: #960303;
   font-weight: 700;
   font-size: 1.25rem;
   margin-bottom: 20px;
}

@media (min-width: 992px) {
   #topInfo .tabHeadline {
      font-size: 1.4rem;
   }

   #topInfo::after {
      content: "";
      position: absolute;
      z-index: -1;
      display: block;
      top: -55px;
      left: 0;
      background: url("../img/schmuckelement-links.png") no-repeat;
      width: 944px;
      height: 612px;
   }
}

@media (min-width: 1200px) {
   #topInfo .tabHeadline {
      font-size: 1.625rem;
   }
}

#topInfo .tabHeadline::before {
   content: "";
   display: block;
   width: 100%;
   height: 60px;
   background-position: center left;
   background-repeat: no-repeat;
   margin-bottom: 15px;
}

#topInfo .tab_link_mehr {
   color: transparent;
   font-size: 0;
}

.teaserText a,
#topInfo .tab_link_mehr a {
   background: #960303;
   display: inline-block;
   color: #ffffff;
   font-weight: 700;
   text-transform: uppercase;
   padding: 6px 15px;
   text-decoration: none;
   border-top-left-radius: 20px;
   border-bottom-right-radius: 20px;
}

#topInfo .tab_link_mehr a {
   position: absolute;
   bottom: 0;
   right: 0;
   font-size: 1rem;
}

@media (min-width: 992px) {
   #topInfo .tab_link_mehr a {
      padding: 15px 34px;
      bottom: 0;
      right: 0;
   }
}

.teaserText a:hover,
#topInfo .tab_link_mehr a:hover,
.teaserText a:focus,
#topInfo .tab_link_mehr a:focus {
   background: #ffcc00;
   color: #191919;
}

.teaserText a::after,
#topInfo .tab_link_mehr a::after {
   content: "→";
   font-weight: 400;
   position: relative;
   left: 0;
   margin-left: 4px;
   font-size: 1rem;
   transition: left 200ms linear;
}

.teaserText a:hover::after,
#topInfo .tab_link_mehr a:hover:after,
.teaserText a:focus::after,
#topInfo .tab_link_mehr a:focus:after {
   left: 6px;
}

#tab1 .tabHeadline::before {
   background-image: url("../img/kalender-icon.png");
}

#tab2 .tabHeadline::before {
   background-image: url("../img/zeitung-icon.png");
}

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

.tab_link_mandat a {
   color: #191919;
}

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

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

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

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

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
   font-weight: 700;
   line-height: 1;
   font-family: "Work Sans", serif;
}

h1,
h3,
h5 {
   color: #960303;
}

h2,
h4,
h6 {
   color: #960303;
}

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

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

   body.index h1,
   body.index .h1,
   body.index .legacy_h1 {
      font-size: 2.8125rem;
   }
}

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

@media (min-width: 768px) {

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

   body.index h2,
   body.index .h2,
   body.index .legacy_h2 {
      font-size: 2.5rem;
   }
}

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

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


/* ------------------------------------------------ teaser ---------------------------------------------- */

#teaser {
   padding-top: 40px;
   padding-bottom: 40px;
   position: relative;
   z-index: 10;
}

@media (min-width: 768px) {
   #teaser {
      padding-top: 60px;
      padding-bottom: 50px;
   }
}

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

#teaser>.row {
   z-index: 10;
}

#teaserBox>.row {
   margin-left: auto;
   margin-right: auto;
   box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}

.teaserInfo {
   margin-bottom: 60px;
}

@media (min-width: 992px) {
   #teaser::after {
      content: "";
      position: absolute;
      z-index: -1;
      display: block;
      right: -2px;
      bottom: 0;
      width: 776px;
      height: 588px;
      background: url("../img/schmuckelement-rechts.png") no-repeat;
   }

}

#teaser .tabHeadline,
.teaserTab .tabHeadline {
   color: #960303;
   text-transform: uppercase;
   font-weight: 700;
}

#teaser .tabHeadline {
   margin-bottom: 3px;
}

@media (max-width: 991px) {

   #teaser .teaserInfo .tabHeadline,
   #teaser .teaserInfo,
   #teaser .teaserInfo a {
      color: #960303;
   }

   #teaser .teaserInfo a {
      text-decoration: underline;
   }
}

.teaserTab .tabHeadline {
   font-size: 26px;
}

#teaserBox .bannerImg {
   display: block;
   min-height: 295px;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
   overflow: hidden;
}

#teaserBox .bannerImg img {
   position: absolute;
   left: 50%;
   top: 50%;
   max-width: 120%;
   min-width: 100%;
   min-height: 100%;
   width: auto;
   height: auto;
   transform: translateX(-50%) translateY(-50%);
   transition: opacity 300ms linear;
}

.teaserLink a {
   color: #fff;
   display: inline-block;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 16px;
   text-decoration: none;
   background-color: #960303;
   padding: 11px 20px 11px 20px;
   margin-top: 32px;
   border-radius: 35px;
}

.teaserLink a::after {
   content: "→";
   font-weight: 400;
   position: relative;
   left: 0;
   margin-left: 4px;
   font-size: 1rem;
   transition: left 200ms linear;
}


.teaserLink a:hover,
.teaserLink a:focus {
   background: #ffcc00;
   color: #191919;
   text-decoration: none;
}

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

address {
   font-style: normal;
}

#footer {
   background: #f4f4f4;
   padding-top: 40px;
   padding-bottom: 40px;
   color: #191919;
   font-size: 0.875rem;
}

@media (max-width: 991px) {
   #footer>.row>div+div::before {
      background: rgba(135, 119, 119, 0.15);
      content: " ";
      height: 1px;
      width: 100%;
      display: block;
      margin: 25px 0;
   }
}

@media (min-width: 768px) {
   #footer>.row>div+div:nth-child(2):before {
      display: none;
   }

   #footer>.row>div+div::before {
      margin: 35px 0;
   }
}

#footer>.row>div:last-child>div+div {
   margin-top: 30px;
}

#footer .footerHeadline {
   color: #960303;
   font-weight: 700;
   margin: 0 0 30px 0;
   font-size: 1.125rem;
   text-transform: uppercase;
}

#contact a {
   text-decoration: underline;
}


/* ---------------------------------------------- newsletter --------------------------------------------- */
#newsletter {
   margin-top: 20px;
}

#newsletterInputs {
   height: 35px;
   background: transparent;
   border: 1px solid #191919;
   border-radius: 3px;
   display: block;
   position: relative;
}

#newsletter_input {
   color: #191919;
   font-size: 14px;
   font-style: normal;
   background: transparent;
   padding: 0;
   border: 0;
   line-height: 33px;
   padding-left: 10px;
   padding-right: 43px;
   height: 35px;
   width: 100%;
}

#newsletter_submit {
   width: 33px;
   background: url('../img/newsletter-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;
   transition: background-color 300ms linear;
}

#newsletter_submit:hover,
#newsletter_submit:focus {
   background-color: #969696;
}

#newsletter_input::-ms-input-placeholder {
   color: rgba(68, 68, 68, 0.8) !important;
}

#newsletter_input::-webkit-input-placeholder {
   color: rgba(68, 68, 68, 0.8) !important;
}

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

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

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

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

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

#vernetzt b {
   color: #960303;
   font-weight: 600;
}


#vernetzt span span {
   display: block;
}

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

#sponsor {
   background-color: #fff;
   padding: 15px 0;
}

.row2 {
   padding-top: 30px;
}

/* -------------------------------------------- innerfooter -------------------------------------------- */

#innerfooter {
   color: #665a5a;
   font-size: 0.875rem;
   padding-top: 30px;
   padding-bottom: 30px;
}

@media (min-width: 768px) {
   #innerfooter {
      padding-top: 40px;
      padding-bottom: 40px;
   }
}

.footer_list ul {
   padding: 0;
}

.footer_list li {
   display: inline-block;
}

#innerfooter p {
   display: inline-block;
}

@media (min-width: 992px) {
   #innerfooter p::after {
      display: inline-block;
      margin: 0;
   }
}

#innerfooter p {
   flex-grow: 1;
}

#innerfooter .tabContent :is(strong, b) {
   text-transform: uppercase;
   color: #960303;
   font-weight: 400;
}

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

#innerfooter a:hover,
#innerfooter a:focus {
   color: #960303;
}

#innerfooter li+li {
   margin-left: 15px;
}

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