@charset "UTF-8";
@font-face {
  font-family: "DIN Web Pro";
  src: url("../fonts/DIN/DINWebPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DIN Web Pro";
  src: url("../fonts/DIN/DINWebPro-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DIN Web Pro";
  src: url("../fonts/DIN/DINWebPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DIN Web Pro";
  src: url("../fonts/DIN/DINWebPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
body {
  margin: 0;
  font-family: "DIN Web Pro", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #333;
}
body h1 {
  font-size: 1.6em;
}
body h2 {
  font-size: 1.4em;
}
body h2.content__subtitle, body h2.gointSubtitle {
  font-weight: normal;
}
body h3 {
  font-size: 1.2em;
}
body h4 {
  font-size: 1.1em;
}
body h5 {
  font-size: 1em;
}
body h6 {
  font-size: 0.9em;
}
body a {
  color: #c90017;
  border-bottom: 1px dotted;
}
body a:hover, body a:focus {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #c90017;
}
body p a,
body p li a {
  color: #c90017;
  border-bottom: 1px dotted;
}
body p a:hover, body p a:focus,
body p li a:hover,
body p li a:focus {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #c90017;
}
body img {
  max-width: 100%;
}
body ul li a,
body ul li a:hover,
body ul li a:focus {
  color: #c90017;
}
body table td,
body table th,
body .table td,
body .table th {
  border: 1px solid #333;
  padding: 5px 10px;
}
body .figcaption {
  font-size: 0.7em;
}
body .figcaption > span {
  display: block;
}
body .figcaption > span.figcaption__desc {
  text-align: left;
}
body .figcaption > span.figcaption__credit, body .figcaption > span.figcaption-credit {
  text-align: right;
}
body select.form-control {
  border-radius: 0;
  border: 1px solid #333;
  font-size: 1em;
}
body select.form-control:hover {
  cursor: pointer;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.btn-link {
  border: 1px solid #c90017;
  border-radius: 0;
  color: #c90017;
  margin: 15px 0 30px;
}
.btn-link:hover, .btn-link:focus {
  background: #c90017;
  color: #fff;
  text-decoration: none;
  border-color: #c90017;
}
.btn-big {
  background: #c90017;
  color: #fff;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 20px;
}
.btn-big:before {
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 20px solid transparent;
  border-left: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 5px solid transparent;
  right: calc(50% - 15px);
  top: 0;
}
.btn-big:hover, .btn-big:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #940011;
  box-shadow: none;
}

.link-to-top-global {
  display: none;
  background: #c90017;
  position: fixed;
  z-index: 100;
  bottom: 60px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.link-to-top-global > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 30px;
  border: none;
}
.link-to-top-global > a .icon {
  transition: transform 0.5s;
  transform: translate3d(0, -2px, 0);
  width: 0.75em;
  height: 0.75em;
}
.link-to-top-global > a:hover {
  color: #fff;
  border: none;
}
.link-to-top-global > a:hover .icon {
  transform: translate3d(0, -8px, 0);
}

.navbar-brand {
  border: none;
}
.navbar-brand:hover, .navbar-brand:focus {
  border: none;
}

nav.navbar {
  background: #eaeaea;
}
@media (max-width: 991px) {
  nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
nav.navbar .navbar-collapse {
  position: relative;
}
nav .navbar-brand {
  margin: 0;
}
nav .navbar-toggler {
  border: none;
  position: absolute;
  right: 15px;
  top: -50px;
}
nav .navbar-toggler:focus {
  outline: none;
}
nav .navbar-toggler-bar {
  display: block;
  height: 3px;
  width: 30px;
  background: #c90017;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
nav .navbar-toggler-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
nav .navbar-toggler-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
nav .navbar-toggler-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 100%;
  -ms-transform-origin: 10% 100%;
  transform-origin: 10% 100%;
}
nav .navbar-toggler.collapsed span:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
nav .navbar-toggler.collapsed span:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
nav .navbar-toggler.collapsed span:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
nav .navbar-nav {
  position: relative;
}
nav .navbar-nav li {
  padding: 0 10px;
  position: static;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav .navbar-nav li {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  nav .navbar-nav li {
    padding: 0;
  }
}
nav .navbar-nav li:first-child {
  padding-left: 0;
}
nav .navbar-nav li.nav-item.active {
  color: #c90017;
}
nav .navbar-nav li.nav-item.active .disabled {
  color: #c90017;
}
nav .navbar-nav li a {
  font-size: 1.1em;
  font-weight: 500;
  color: inherit;
  border: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav .navbar-nav li a {
    font-size: 1em;
  }
}
nav .navbar-nav li a:hover, nav .navbar-nav li a:focus {
  color: #c90017;
}
nav .navbar-nav li.dropdown > a {
  background: url("../assets/arrow-down.svg") no-repeat right;
  background-size: 0.75em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav .navbar-nav li.dropdown > a {
    background-size: 0.6em;
  }
}
nav .navbar-nav li.dropdown > a.nav-link {
  padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav .navbar-nav li.dropdown > a.nav-link {
    padding-right: 15px;
  }
}
nav .navbar-nav li.dropdown > a:after {
  display: none;
}
nav .navbar-nav li.dropdown > a:hover, nav .navbar-nav li.dropdown > a:focus {
  background: url("../assets/arrow-down-red.svg") no-repeat right;
  background-size: 0.75em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav .navbar-nav li.dropdown > a:hover, nav .navbar-nav li.dropdown > a:focus {
    background-size: 0.6em;
  }
}
nav .navbar-nav li.dropdown.show > a {
  color: #c90017;
  background: url("../assets/arrow-up-red.svg") no-repeat right;
  background-size: 0.75em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav .navbar-nav li.dropdown.show > a {
    background-size: 0.6em;
  }
}
nav .navbar-nav li.dropdown.show.active > a {
  background: url("../assets/arrow-up-red.svg") no-repeat right;
  background-size: 0.75em;
}
nav .navbar-nav li.dropdown.active > a {
  background: url("../assets/arrow-down-red.svg") no-repeat right;
  background-size: 0.75em;
}
nav .navbar-nav .dropdown-menu {
  border: none;
  background: #fff;
  border-radius: 0;
  margin-top: 0.5rem;
}
nav .navbar-nav .dropdown-menu a {
  font-size: 1em;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  nav .navbar-nav .dropdown-menu a:before {
    content: "- ";
  }
}
nav .navbar-nav .dropdown-menu a:hover, nav .navbar-nav .dropdown-menu a:focus, nav .navbar-nav .dropdown-menu a.active {
  background: none;
  color: #c90017;
}
@media (min-width: 576px) {
  nav .navbar-nav .dropdown-menu {
    width: 540px;
  }
}
@media (min-width: 768px) {
  nav .navbar-nav .dropdown-menu {
    width: 720px;
  }
}
@media (min-width: 992px) {
  nav .navbar-nav .dropdown-menu {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  nav .navbar-nav .dropdown-menu {
    width: 1140px;
  }
}
@media (min-width: 992px) {
  nav .navbar-meta {
    position: absolute;
    right: 0;
    top: -60px;
  }
}
nav .navbar-meta ul {
  padding: 0;
}
nav .navbar-meta ul li {
  list-style: none;
}
nav .navbar-meta ul li a {
  color: inherit;
  border: none;
}
nav .navbar-meta ul li a:hover, nav .navbar-meta ul li a:focus {
  color: #c90017;
}
@media (max-width: 991px) {
  nav form.form-inline {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
nav form.form-inline .form-control {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  padding-right: 0px;
  width: 40px;
  /*-webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  @media (min-width: $lg-up) {
    &:focus {
      width: calc(100% - 40px);
    }
  }*/
}
@media (min-width: 992px) {
  nav form.form-inline .form-control {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  nav form.form-inline .form-control {
    width: 180px;
  }
}
@media (max-width: 991px) {
  nav form.form-inline .form-control {
    width: calc(100% - 40px);
  }
}
nav form.form-inline .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
nav form.form-inline .btn {
  border: none;
  border-radius: 0;
  background: #fff;
  height: 38px;
}
nav form.form-inline .btn svg {
  fill: inherit;
}
nav .breadcrumb {
  background: none;
  border-radius: 0;
  border: 1px solid #eaeaea;
  border-left: 0;
  border-right: 0;
  font-size: 0.9em;
  padding-left: 0;
  padding-right: 0;
}
nav .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
}
nav .breadcrumb li.active {
  color: inherit;
}
nav .breadcrumb li a {
  color: #c90017;
  border: none;
}
nav .breadcrumb li a:hover, nav .breadcrumb li a:focus {
  border-bottom: 1px solid;
}

.tfn {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .intro {
    background: url("../assets/banner2.jpg");
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .intro .container .offset-lg-6 {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
  }
}

main .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
main .container-search .search__entry {
  border-top: 1px solid #eaeaea;
  margin: 20px 0;
  padding-top: 20px;
}
main .container-search .search__entry .path {
  font-size: 0.8em;
}
main .container-search .search__entry .path span {
  display: inline-block;
  margin-right: 5px;
}
main .container-search .search__entry .path span:after {
  content: " > ";
}
main .container-search .search__entry .path span:last-child:after {
  display: none;
}
main .container-search .search__entry a {
  display: block;
  color: inherit;
}
main .container-search .search__entry a:hover, main .container-search .search__entry a:focus {
  text-decoration: none;
}
main .container-search .search__entry a:hover h4, main .container-search .search__entry a:focus h4 {
  color: #c90017;
  text-decoration: underline;
}
main .container-search .search__entry.foerderthema a:hover .path span, main .container-search .search__entry.foerderthema a:focus .path span {
  color: inherit;
  text-decoration: none;
}
main .container-search .form-inline input {
  width: calc(100% - 45px);
  border-radius: 0;
  border: 1px solid #333;
  border-right: 0;
}
main .container-search .form-inline input:focus {
  outline: none;
  box-shadow: none;
}
main .container-search .form-inline button {
  border-radius: 0;
  border: 1px solid #333;
  border-left: 0;
}
main .container-search .form-inline button:hover, main .container-search .form-inline button:focus {
  background: none;
  box-shadow: none;
}
main .container-search .form-inline button:hover svg, main .container-search .form-inline button:focus svg {
  fill: #c90017;
}
main .container-search .form-inline button svg {
  fill: inherit;
}
main .container-search .form-inline > div {
  width: 100%;
  margin-top: 5px;
}
main .container-search .form-inline > div a {
  color: #c90017;
}

.content figure img {
  width: 100%;
}
.content__meta__share {
  overflow: visible;
}
.content__meta__share .social-links {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.content__meta__share .social-links li {
  list-style: none;
  float: left;
  transition: transform 0.25s;
  transform: scale(1);
}
.content__meta__share .social-links li:hover {
  transform: scale(1.2);
}
.content__meta__share .social-links li a {
  padding: 0 15px;
  font-size: 1.3em;
  border: none;
}
.content__meta__share .social-links li a:first-child {
  padding-left: 0;
}
.content__meta__share .social-links li a:hover, .content__meta__share .social-links li a:focus {
  text-decoration: none;
}
.content__meta__share .social-links li a svg {
  fill: inherit;
}
.content a {
  color: #c90017;
  border-bottom: 1px dotted;
}
.content a:hover, .content a:focus {
  text-decoration: none;
  border-bottom: 1px solid;
}
.content a.btn.btn-big {
  background: #c90017;
  border: none;
  color: #fff;
}
.content a.btn.btn-big:hover, .content a.btn.btn-big:focus {
  background: #940011;
}
.content a.btn.btn-link {
  background: #fff;
  border: 1px solid;
  color: #c90017;
  margin: 0;
}
.content a.btn.btn-link:hover, .content a.btn.btn-link:focus {
  background: #c90017;
  border-color: #c90017;
  color: #fff;
}

aside .teaser {
  height: auto;
}
aside .teaser__content {
  position: static;
  padding: 20px;
  height: auto;
  background: #eaeaea;
  color: inherit;
}
aside .teaser .figcaption__credit {
  bottom: 15px;
  font-size: 0.7em;
  color: lightgrey;
  display: block;
  text-align: right;
}
aside .teaser a:hover h3, aside .teaser a:focus h3 {
  color: #c90017;
}

.ellip {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

@media (min-width: 576px) and (max-width: 767px) {
  .two-teaser-row .teaser__category {
    font-size: 0.9em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .two-teaser-row .teaser--highlight__title {
    font-size: 1em;
  }
}

.teaser {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
}
.teaser a {
  color: #333;
}
.teaser a:hover, .teaser a:focus {
  text-decoration: none;
}
.teaser a:hover h3,
.teaser a:hover h3 span, .teaser a:focus h3,
.teaser a:focus h3 span {
  text-decoration: underline;
}
.teaser > a {
  display: block;
  border: none;
}
.teaser > a:hover, .teaser > a:focus {
  border: none;
}
@media (min-width: 768px) {
  .teaser {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .teaser {
    height: 401px;
  }
}
@media (min-width: 1200px) {
  .teaser {
    height: 302px;
  }
}
.teaser__category {
  color: initial;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 10px 10px 6px;
  margin: 0;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
}
.teaser--highlight__title {
  font-size: 1.2em;
}
.teaser__image .figcaption__credit {
  position: relative;
  bottom: 15px;
  text-align: right;
  background: rgba(255, 255, 255, 0.6);
  color: inherit;
  float: right;
  padding: 0 3px;
  font-size: 0.6em;
}
@media (min-width: 1200px) {
  .teaser__image .figcaption__credit {
    bottom: 140px;
  }
}
.teaser__img {
  width: 100%;
  height: auto;
}
.teaser__content {
  min-height: inherit;
  background: rgba(201, 0, 23, 0.7);
  color: #fff;
  width: 100%;
  padding: 10px;
}
@media (min-width: 1200px) {
  .teaser__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 125px;
  }
}
.teaser__contact img {
  border-radius: 50%;
}
.teaser__contact span {
  display: block;
}
.teaser__contact-global h4 {
  text-transform: uppercase;
}
.teaser__contact-global .org {
  font-weight: 500;
}
.teaser__contact-global .name {
  font-weight: normal !important;
  margin: 0 !important;
}
.teaser__contact select {
  margin-bottom: 20px;
}
.teaser__contact .org {
  font-weight: 500;
}
.teaser--default .teaser__content .link-list {
  padding: 0;
  margin: 0;
}
.teaser--default .teaser__content .link-list li {
  list-style: none;
  border-top: 2px solid #fff;
  padding: 10px;
}
.teaser--default .teaser__content .link-list li:last-child {
  border-bottom: 2px solid #fff;
}
.teaser--default .teaser__content .link-list li a {
  border: none;
}
.teaser--default .teaser__content .link-list li a:hover, .teaser--default .teaser__content .link-list li a:focus {
  color: #c90017;
}
.teaser--default .teaser__content .link-list li a svg {
  width: 0.8em;
  height: 0.8em;
}
.teaser--default_download li {
  padding-left: 0 !important;
  position: relative;
}
.teaser--default_download li svg {
  position: absolute;
  right: 3px;
  top: calc(50% - 17px);
}
.teaser--default_download li .content-download__type {
  position: absolute;
  right: 0;
  font-size: 0.7em;
  font-weight: 600;
  top: 50%;
}
.teaser--default_contact .teaser__content, .teaser--default_company .teaser__content {
  background: #fff;
}
.teaser--default_company a {
  border-bottom: 1px dotted;
}
.teaser--default_company a:hover, .teaser--default_company a:focus {
  border-bottom: 1px solid;
  color: #c90017;
}

.row-team {
  border: 1px solid #c90017;
  position: relative;
  margin: 0 0 30px 30px;
  width: calc(100% - 30px);
}
@media (max-width: 991px) {
  .row-team {
    margin-left: 0;
    width: 100%;
  }
}
.row-team:before {
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 30px solid transparent;
  border-left: 20px solid #c90017;
  border-top: 15px solid #c90017;
  border-bottom: 10px solid transparent;
  right: calc(50% - 50px);
  top: 0;
}
.row-team:after {
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 30px solid transparent;
  border-left: 20px solid #fff;
  border-top: 15px solid #fff;
  border-bottom: 10px solid transparent;
  right: calc(50% - 51px);
  top: -1px;
}
.row-team .team {
  text-align: center;
  height: 100%;
  padding: 30px 30px 0 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-team .team:first-child {
    padding-bottom: 30px;
  }
}
.row-team .team:last-child {
  padding-bottom: 30px;
}
.row-team .team__description {
  font-size: 0.85em;
}
.row-team .team__image {
  width: 100%;
}
.row-team .team__image img {
  border-radius: 50%;
  max-width: 150px;
}
.row-team .team__name {
  font-weight: 500;
}
.row-team .team span {
  display: block;
}
.row-team .team span.figcaption__credit {
  margin-bottom: 10px;
  font-size: 0.6em;
}

@media (min-width: 992px) {
  .row-foerderungen-suche select {
    width: 770px;
  }
}
@media (min-width: 992px) {
  .row-foerderungen-suche .form-group {
    display: inline-block;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .row-foerderungen-suche .form-group:first-child {
    display: block;
    margin-right: 0;
  }
}
.row-foerderungen-suche .form-check-input {
  margin-left: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid;
}
.row-foerderungen-suche .form-check-input:checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  margin-left: 5px;
}
.row-foerderungen-suche .form-check-label {
  margin-left: 15px;
}
.row-foerderungen-suche .form-check-input:hover, .row-foerderungen-suche .form-check-label:hover {
  cursor: pointer;
}
.row-foerderungen-suche .icon {
  margin: 0 10px 0 20px;
  height: 1.2em;
  width: 1.2em;
}

.foerderthemen {
  margin-bottom: 50px;
}
.foerderthemen img {
  margin-bottom: 10px;
}
.foerderthemen .figcaption__credit {
  display: inline-block;
  float: right;
  color: #333;
  background: rgba(255, 255, 255, 0.5);
  padding: 3px 5px;
  margin-top: -33px;
  position: relative;
  font-size: 0.7em;
}
.foerderthemen p {
  margin-bottom: 10px;
}
.foerderthemen a {
  color: #c90017;
}

.foerderthema {
  border-top: 1px solid #eaeaea;
  margin-bottom: 50px;
}
.foerderthema a {
  display: block;
  color: inherit;
}
.foerderthema a:hover, .foerderthema a:focus {
  text-decoration: none;
}
.foerderthema a:hover h4,
.foerderthema a:hover span, .foerderthema a:focus h4,
.foerderthema a:focus span {
  text-decoration: underline;
  color: #c90017;
}
.foerderthema a.btn {
  color: #c90017;
}
.foerderthema a.btn:hover, .foerderthema a.btn:focus {
  color: #fff;
}
.foerderthema__category {
  display: inline-block;
  font-size: 0.8em;
  background: #eaeaea;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.foerderthema__entry {
  margin-bottom: 30px;
}
.foerderthema__content {
  margin-bottom: 0;
}

.more-events > .icon,
.support-market > .icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
  float: left;
}
.more-events h4,
.support-market h4 {
  line-height: 1.6;
}

.more-events a {
  color: inherit;
  text-decoration: none;
}
.more-events a:hover h5,
.more-events a:hover span, .more-events a:focus h5,
.more-events a:focus span {
  text-decoration: underline;
  color: #c90017;
}
.more-events span {
  margin-left: 10px;
  color: #c90017;
}

footer {
  background: #eaeaea;
  font-size: 0.75em;
  text-align: center;
}
footer .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
footer .copy-year {
  margin: 0;
}
footer a {
  display: inline-block;
  margin: 0 15px;
  border: none;
}
footer a:hover, footer a:focus {
  border: none;
}
@media (max-width: 480px) {
  footer a {
    display: block;
    margin: 15px 0 30px;
  }
}
footer img {
  max-width: 150px;
}
footer ul {
  padding: 0;
  margin: 30px 0 0;
}
footer ul li {
  display: inline;
  padding-left: 5px;
}
@media (max-width: 767px) {
  footer ul li {
    display: block;
    padding: 5px 0;
  }
}
footer ul li:after {
  content: "|";
  padding-left: 10px;
}
@media (max-width: 767px) {
  footer ul li:after {
    display: none;
  }
}
footer ul li:last-child:after {
  display: none;
}
footer ul li a {
  color: inherit;
  margin: 0;
}
footer ul li a:hover, footer ul li a:focus {
  color: #c90017;
  text-decoration: none;
}

.bricklayer-column {
  padding: 0;
}
.bricklayer-column-sizer {
  width: 100%;
}
@media (min-width: 992px) {
  .bricklayer-column-sizer {
    width: 50%;
  }
}
.bricklayer-column-sizer + .bricklayer-column {
  width: 66.666666%;
  flex: unset;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .bricklayer-column-sizer + .bricklayer-column {
    width: 100%;
    padding-right: 0;
  }
}
.bricklayer-column-sizer + .bricklayer-column + .bricklayer-column {
  max-width: 33.333333%;
}
.bricklayer .teaser {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .bricklayer .teaser {
    width: 555px;
    height: 302px;
  }
}
@media (min-width: 992px) {
  .bricklayer .teaser__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 125px;
  }
}
@media (min-width: 992px) {
  .bricklayer .teaser .figcaption__credit {
    bottom: 140px;
  }
}

.popup__area #selectarea #areas form > .col-sm-6:nth-child(2) > .radio:last-child label {
  visibility: hidden;
}

#areas .col-sm-6 {
  float: left;
}

.toggle.btn-primary {
  background: transparent;
}

.popup__cookie #cookiesettings .toggle-group .btn.toggle-handle {
  left: 0;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 0;
}
.panel .panel-body {
  padding: 20px;
}
.panel.panel-no-border {
  border: none;
}
.panel.panel-no-border > .panel-heading {
  display: inline-block;
  padding: 8px 8px 6px 8px;
  border-bottom: 0;
  line-height: 1;
}
.panel.panel-no-border > .panel-body {
  padding: 15px 0 15px 20px;
}
.panel.panel-primary {
  border-color: #304c59;
}
.panel.panel-primary > .panel-heading {
  color: #fff;
  background-color: #304c59;
  border-color: #304c59;
}
.panel.panel-danger {
  border-color: #e20613;
}
.panel.panel-danger > .panel-heading {
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
}

blockquote {
  font-style: italic;
  margin: 20px 0;
  padding: 20px;
  font-size: 21px;
  border-left: 4px solid #eaeaea;
}
blockquote footer,
blockquote small,
blockquote .small {
  background-color: transparent;
  font-style: normal;
  display: inline-block;
  font-size: 80%;
  line-height: 1.42857;
  color: #8c8c8c;
}
blockquote footer ::before,
blockquote small ::before,
blockquote .small ::before {
  content: "— ";
}

.faqs .panel-group > ol::marker {
  font-weight: bold;
}

/* 2.19 Barrierefreiheit */
.sr-only-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skippy {
  font-size: 1rem;
  color: #000;
  padding: 0 1.5rem !important;
  margin: 4rem 1rem 0 1rem !important;
  border: 1px solid #000;
}

/*# sourceMappingURL=style.css.map */
