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

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

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

a {
  color: #ab3034;
}

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

b,
strong {
  font-weight: 700;
}

#google_translate_element,
#google_translate_element a {
  color: #1e1e1e !important;
}

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

a:focus-visible,
button:focus-visible,
form:focus-visible,
input:focus-visible {
  outline: 3px solid #ff0000 !important;
}
/* ----------------------------------------------- topbar ----------------------------------------------- */

header {
  background: #ffffff;
}

#topbar {
  background: #0c3274;
  color: #fff;
  font-size: 0.875rem;
  padding: 15px 0;
}

#topbar .tabHeadline {
  color: #fff;
  font-size: 1rem;
}

#topbar a {
  color: #fff;
  text-decoration: underline;
}

#topbar > .row {
  padding-top: 10px;
  padding-bottom: 6px;
}

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

/* ----------------------------------------------- topbar2 ----------------------------------------------- */
#topbar2 {
  background: #ffffff;
}

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

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

/* -------------------------------------------- contrast + styler ------------------------------------------ */

#stylerBox {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin-bottom: 26px;
  display: block;
}

#stylerBox span {
  display: block;
  margin-bottom: 20px;
}

#stylerBox button {
  color: #444444;
  background: #f3c32b;
  padding: 0;
  border: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 1;
}

#stylerBox button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -12px;
  top: -15px;
  width: 50px;
  height: 48px;
  background: url("../img/stern-sytler.png");
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -ms-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}

#stylerBox button:hover::before,
#stylerBox button:focus::before {
  opacity: 1;
}

#style * + * {
  margin-left: 30px;
}

#style button:nth-of-type(2) {
  font-size: 17px;
  line-height: 1;
}

#style button:nth-of-type(1),
#style button:nth-of-type(3) {
  font-size: 21px;
  line-height: 0.95;
}

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

form[id^="search"] {
  min-height: 34px;
  background: #558033;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 290px;
  height: fit-content;
}

@media (min-width: 992px) {
  form[id^="search"] {
    margin-top: 0;
  }
}

form [id^="search_input"] {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 47px;
  height: 34px;
  width: 100%;
  border-radius: 30px;
}

@media (min-width: 992px) {
  form #search_input1 {
    padding-left: 82px;
  }
}

form [id^="search_submit"] {
  width: 40px;
  height: 34px;
  border: none;
  background: url("../img/icon-lupe.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  -webkit-transition: transform 150ms linear;
  -moz-transition: transform 150ms linear;
  -ms-transition: transform 150ms linear;
  -o-transition: transform 150ms linear;
  transition: transform 150ms linear;
  border-left: 1px solid #fff;
}

[id^="search_input"]::-ms-input-placeholder {
  color: #ffffff !important;
}

[id^="search_input"]::-webkit-input-placeholder {
  color: #ffffff !important;
}

[id^="search_input"]::-moz-placeholder {
  opacity: 1;
}

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

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

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

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

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

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

#headerpic::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 70px;
  width: 176px;
  height: 119px;
  background: url("../img/sterne-banner-links.png") left no-repeat;
  pointer-events: none;
  background-size: 9vw;
  z-index: 7;
}

#headerpic::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  right: 70px;
  width: 176px;
  height: 119px;
  background: url("../img/sterne-banner-rechts.png") right no-repeat;
  pointer-events: none;
  background-size: 9vw;
  z-index: 7;
}

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

.slider-mask {
  display: none;
}

@media (min-width: 992px) {
  .slider-mask {
    display: block;
    background:
      url("../img/overlay-banner-unten.png") bottom center no-repeat,
      url("../img/overlay-banner-oben.png") top center no-repeat;
  }
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
  #burgerButton {
    font-size: 0;
    display: block;
    height: 50px;
    width: 60px;
    border-radius: 2px;
    padding: 6px 8px;
    cursor: pointer;
    background: #ffffff;
    border: none !important;
    -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);
  }

  #burgerButtonInner2,
  #burgerButton:after,
  #burgerButtonInner {
    background-color: #2d5682;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 10px;
    -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"] #burgerButtonInner2 {
    opacity: 0;
  }

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

  #burgerButtonInner {
    top: 16px;
  }

  #burgerButtonInner2 {
    top: 24px;
  }

  #burgerButton:after {
    top: 32px;
    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[aria-expanded="true"],
  .navbar-collapse.in {
    left: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .navbar-header {
    position: fixed;
    top: 35px;
    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);
    -webkit-transition:
      width 300ms linear,
      opacity 300ms linear;
    -moz-transition:
      width 300ms linear,
      opacity 300ms linear;
    -ms-transition:
      width 300ms linear,
      opacity 300ms linear;
    -o-transition:
      width 300ms linear,
      opacity 300ms linear;
    transition:
      width 300ms linear,
      opacity 300ms linear;
  }

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

  .dropdown-toggle-button-wrapper {
    top: 14px;
  }

  .dropdown-toggle-button-wrapper2 {
    top: 3px;
  }

  #menu {
    position: relative !important;
  }
}

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

  .navbar-collapse.collapse.in:after,
  .navbar-toggle[aria-expanded="true"]::before {
    width: 40%;
  }
}

/* menu desktop */

@media (min-width: 992px) {
  #menu {
    background-color: #ffffff;
    padding: 10px 0;
  }

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

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

.navbar-default .navbar-nav > li > a {
  color: #333333;
  font-weight: 400;
  text-align: center;
  padding: 25px 15px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  z-index: 0;
}

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

@media (min-width: 992px) {
.navbar-default .navbar-nav > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 67px;
  width: 67px;
  transition: all 1500ms;
  z-index: -1;
}

.navbar-default .navbar-nav > li:nth-child(3n + 1) > a::before {
  background: url("../img/stern-menu-blau.png") center no-repeat;
}

.navbar-default .navbar-nav > li:nth-child(3n + 2) > a::before {
  background: url("../img/stern-menu-rot.png") center no-repeat;
}

.navbar-default .navbar-nav > li:nth-child(3n + 3) > a::before {
  background: url("../img/stern-menu-gelb.png") center no-repeat;
}
}


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

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

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 18px 10px;
    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;
  }
}

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

.navbar-nav > li:hover > 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: #0c3274;
}

.navbar-nav > li:focus-within > a {
  color: #0c3274;
}

.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 {
  transform: rotate(360deg);
}

.navbar-nav > li:focus-within > a::before {
  transform: rotate(360deg);
}

@media (max-width: 991px) {
.navbar-nav > li:hover > 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 {
text-decoration: underline;
}

.navbar-nav > li:focus-within > a {
text-decoration: underline;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
  background: #ffffff;
  -webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.1);
}

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

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

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

  .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 {
    margin-top: -23px;
    margin-left: 6px;
  }

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

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
  color: #333333;
  font-weight: 400;
  text-align: left;
  padding: 8px 25px;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 991px) {
  nav.horizontally .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle2 {
    padding-right: 35px;
  }
}

/* ------------------------------------------ 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: #fff0b4;
  color: #333333;
}

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

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

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

@media (max-width: 991px) {
  #contentCol {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width: 992px) {
  #content {
    padding-bottom: 95px;
    padding-top: 70px;
    background: center bottom / 100% auto no-repeat;
  }

  #contentCol {
    padding-top: 26px;
  }
}

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

#tabsRight > * + * {
  margin-top: 60px;
}

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

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

@media (min-width: 1200px) {
  #tabsRight {
    padding-left: 40px;
  }
}

#tabsRight .tab,
#teaser #tab3 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  position: relative;
  padding: 25px 20px 20px 20px;
  background: #ffffff;
  font-size: 15px;
  color: #333333;
  border-top: 4px solid #aa3034;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
  hyphens: auto;
}

#tabsRight .tab::before,
#teaser #tab3::before {
  content: "";
  display: block;
  width: 72px;
  height: 68px;
  position: absolute;
  top: -36px;
  right: -24px;
  background: url("../img/stern-tab.png") no-repeat;
}

#tabsRight .tab .tabHeadline,
#teaser #tab3 .tabHeadline {
  color: #558033;
  font-size: 1.5rem;
  margin: 0 0 16px 0;
  text-align: center;
}

#tabsRight #tab1 a,
#tabsRight .tab .tab_link_mehr a,
#teaser #tab3 a {
  text-decoration: none;
  padding: 4px 15px 3px 15px;
  display: inline-block;
  border-radius: 2px;
  font-size: 0.9375rem;
  background: rgba(0, 0, 0, 0.02);
  color: #aa3034;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#teaser #tab3 a,
#teaser a {
  margin-top: 15px;
}

#tabsRight #tab2 .tab_link_mehr {
  font-size: 0;
}

#tabsRight #tab1 a:hover,
#tabsRight #tab1 a:focus,
#tabsRight #tab2 .tab_link_mehr a:hover,
#tabsRight #tab2 .tab_link_mehr a:focus,
#teaser #tab3 a:hover,
#teaser #tab3 a:focus {
  background: #aa3034;
  color: #ffffff;
}

#tabsRight #tab2 .tab_link_title a {
  font-weight: 700;
  font-size: 1rem;
  color: #2d3133;
}

#tabsRight .tab .tab_spacer {
  height: 15px;
}

#teaser #tab3 img {
  margin: 0 -20px 0px -20px;
  display: block;
  width: calc(100% + 40px) !important;
  min-width: calc(100% + 40px) !important;
}

#tab3 {
  z-index: 5;
}

/* ------------------------------------------------ @13nw News ----------------------------------------------- */

#news {
  padding-top: 40px;
  padding-bottom: 20px;
  hyphens: auto;
}

#news .tabHeadline {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  color: #0c3274;
  font-weight: 700;
  margin-bottom: 10px;
}

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

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

#news .tab_link_entry {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  font-size: 15px;
  color: #333333;
  border-top: 4px solid #aa3034;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.tab_link_title a {
  font-weight: 700;
  font-size: 1.25rem;
  color: #558033;
}

#news .tab_link_mehr {
  margin-top: 10px;
  color: transparent;
  font-size: 0;
}

#news .tab_link_mehr a {
  color: #ab3034;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  #news .tab_link_mehr {
    margin-bottom: 10px;
  }
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
  color: #0c3274;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Balsamiq Sans", cursive;
}

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

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

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

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

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

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

#teaser {
  margin-top: 5px;
  padding: 40px 0;
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

#teaser::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 200px;
  width: 100%;
  background: url("../img/Overlay.png") no-repeat;
}

@media (min-width: 992px) {
  #teaser {
    min-height: 390px;
  }

  #teaser > .row > div {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  #teaser > .row > div {
    padding-left: 40px;
  }
}

#teaser .tab {
  margin-bottom: -95px;
  padding-top: 30px;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2);
}

#teaser .tab::before {
  display: none;
}

#teaser img {
  margin: -30px -20px 25px -20px;
  display: block;
  width: calc(100% + 40px) !important;
  min-width: calc(100% + 40px) !important;
}

#teaser a {
  margin-top: 15px;
}

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

footer {
  color: #ffffff;
  font-size: 0.9375rem;
  hyphens: auto;
}

footer a,
footer a:hover {
  color: #ffffff;
}

.footerTab a {
  text-decoration: underline;
}

#footer {
  background: #0c3274;
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
}

#footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 70px;
  width: 198px;
  height: 115px;
  background: url("../img/sterne-parallax-footer-links.png") left no-repeat;
  pointer-events: none;
  background-size: 9vw;
  z-index: 7;
}

#footer::after {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: 70px;
  width: 193px;
  height: 131px;
  background: url("../img/sterne-parallax-footer-rechts.png") right no-repeat;
  pointer-events: none;
  background-size: 9vw;
  z-index: 7;
}

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

@media (min-width: 576px) {
  #footer > .row > * + *:nth-child(2) {
    margin-top: 0;
  }
}

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

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.footerHeadline {
  color: #ffffff;
  font-size: 1.375rem;
  margin: 0;
}

#innerfooter ul {
  padding: 0;
  line-height: 1.7;
}

@media (min-width: 992px) {
  #innerfooter ul {
    margin-bottom: -10px;
  }
}

#innerfooter a {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.25rem;
}

footer iframe,
#footer .iframe-wrapper-manual-enabling {
  min-width: 100% !important;
  width: 100% !important;
  display: block;
}

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

#vernetzt {
  text-align: right;
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 auto;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 30px;
}

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

#vernetzt span {
  color: #ffffff;
}

#vernetzt span span {
  display: block;
}

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

.traeger {
  font-size: 0.875rem;
}
