body, p, .hero-content h1 {
  font-family: Raleway, sans-serif !important;
}

h1, h2, h4, h5, h6 {
  font-weight: 400;
}

h3 {
  font-weight: 300;
}

.content a {
  text-decoration: underline;
}

ul:not(.list--raw):not(.main-menu) {
  list-style: disc;
  margin-bottom: 2.5rem;
  margin-left: 20px;
}
ul:not(.list--raw):not(.main-menu) > li {
  margin: 0.2rem 0;
}
ul:not(.list--raw):not(.main-menu) > li:first-child {
  margin-top: 0;
}
ul:not(.list--raw):not(.main-menu) > li:last-child {
  margin-bottom: 0;
}

.footer-area ul {
  margin-bottom: 0;
}

.list--images a {
  text-decoration: none;
}
.list--images img, .list--images video {
  border-radius: 5px;
}

.list--raw a {
  text-decoration: none;
}

.sc-list, .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.sc-list__title, .item-list__title {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 2rem;
}
.sc-list > p, .item-list > p {
  padding: 12px 12px 0;
  height: auto;
  width: 100%;
}
@media (min-width: 425px) {
  .sc-list > p, .item-list > p {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .sc-list > p, .item-list > p {
    width: 33%;
  }
}
.sc-list > p.item-list__item a:before, .item-list > p.item-list__item a:before {
  content: "\f15c";
}
.sc-list > p.item-list__item--external a:before, .item-list > p.item-list__item--external a:before {
  content: "\f0ac";
}
.sc-list > p.item-list__item--no-redirect a, .item-list > p.item-list__item--no-redirect a {
  pointer-events: none;
}
.sc-list > p > a, .sc-list > div > a, .item-list > p > a, .item-list > div > a {
  background-color: var(--tertiary);
  height: 100%;
  padding: 1rem 1rem 1.5rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  line-height: 1.1;
  width: 100%;
  height: 100%;
}
.sc-list > p > a:hover, .sc-list > div > a:hover, .item-list > p > a:hover, .item-list > div > a:hover {
  background-color: var(--tertiaryDark) !important;
}
.sc-list > p > a:before, .sc-list > div > a:before, .item-list > p > a:before, .item-list > div > a:before {
  display: block;
  content: "\f0c1";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.sc-list > p > a:hover, .sc-list > div > a:hover, .item-list > p > a:hover, .item-list > div > a:hover {
  text-decoration: none !important;
}
.sc-list > p > a[href$=".pdf"]:before, .sc-list > div > a[href$=".pdf"]:before, .item-list > p > a[href$=".pdf"]:before, .item-list > div > a[href$=".pdf"]:before {
  content: "\f1c1";
}
.sc-list > p > a[href$=".docx"]:before, .sc-list > div > a[href$=".docx"]:before, .item-list > p > a[href$=".docx"]:before, .item-list > div > a[href$=".docx"]:before {
  content: "\f1c2";
}
.sc-list > p > a > span:first-child, .sc-list > div > a > span:first-child, .item-list > p > a > span:first-child, .item-list > div > a > span:first-child {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.sc-list > p > a > span:last-child, .sc-list > div > a > span:last-child, .item-list > p > a > span:last-child, .item-list > div > a > span:last-child {
  font-size: 0.9rem;
}
.sc-list--large > p, .item-list--large > p {
  width: 100%;
}
@media (min-width: 992px) {
  .sc-list--large > p, .item-list--large > p {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .sc-list--large > p > a, .item-list--large > p > a {
    padding: 1.5rem 2.5rem 2rem;
  }
}
.sc-list--large > p > a:before, .item-list--large > p > a:before {
  font-size: 2.5rem;
}
.sc-list--large > p > a > span:first-child, .item-list--large > p > a > span:first-child {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sc-list a, .item-list a {
  text-decoration: none;
}
.sc-list--inventory > div > a:before, .item-list--inventory > div > a:before {
  display: none;
}
.sc-list--inventory > div > a img, .item-list--inventory > div > a img {
  margin-bottom: 1rem;
}
.sc-list--inventory > div > a p, .item-list--inventory > div > a p {
  line-height: 1;
}
.sc-list.sc-list--dateiliste > p > a, .sc-list.sc-list--linkliste > p > a, .item-list.sc-list--dateiliste > p > a, .item-list.sc-list--linkliste > p > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  text-align: left;
}
.sc-list.sc-list--dateiliste > p > a:before, .sc-list.sc-list--linkliste > p > a:before, .item-list.sc-list--dateiliste > p > a:before, .item-list.sc-list--linkliste > p > a:before {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 10px 0;
  margin: 0 10px 0 0;
  border-right: 1px solid var(--tertiaryDark);
  transition: border 0.3s ease;
}
.sc-list.sc-list--dateiliste > p > a:hover:before, .sc-list.sc-list--linkliste > p > a:hover:before, .item-list.sc-list--dateiliste > p > a:hover:before, .item-list.sc-list--linkliste > p > a:hover:before {
  border-right: 1px solid var(--grey-dark);
}

.hero-content p {
  margin-bottom: 1.5rem;
}

.header-area {
  display: flex;
  align-items: center;
  padding: 0 !important;
  background-color: white;
  z-index: 1000;
}
.header-area__inner {
  padding: 0 20px;
}
.header-left {
  width: 100%;
}
.header-inner {
  margin: 5px 0;
}

#headerlogo {
  height: 75px !important;
}

#headerlogomobile {
  display: block !important;
  width: auto !important;
  max-height: 100px;
  padding: 10px 0;
}
@media (min-width: 992px) {
  #headerlogomobile {
    display: none !important;
  }
}

body:not(.slug-home) .header-area + .graybar {
  display: none;
}

body.slug-home main {
  margin-top: 50px;
}
@media (min-width: 768px) {
  body.slug-home main {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  body.slug-home main {
    margin-top: 135px;
  }
}

.graybar--color {
  background-color: var(--primary);
  height: 3rem;
}

.main-menu {
  list-style: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .main-menu > li {
    margin: 0;
  }
  .main-menu > li.selected > a {
    font-weight: 400;
    color: rgba(26, 26, 26, 0.5019607843);
  }
  .main-menu > li.has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin-left: 8px;
    vertical-align: center;
  }
  .main-menu > li.has-children > ul.submenu {
    background-color: white;
    margin-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 12px;
  }
  .main-menu > li.has-children > ul.submenu > li > a {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1.2 !important;
  }
  .main-menu > li.has-children > ul.submenu:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-menu > li.has-children:last-child > ul.submenu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .main-menu > li.has-children:last-child > ul.submenu {
    left: 0;
    right: auto;
  }
}

.hero-content {
  padding-left: 20px !important;
  margin-bottom: 0 !important;
}
.hero-content h1 {
  font-weight: 500;
}

.hero-video {
  top: auto;
  left: auto;
  right: auto;
}
.hero-video video {
  right: auto;
  left: auto;
}
.hero-video:after {
  width: 100%;
  height: 100%;
  top: 15px;
  left: 0;
}
@media (min-width: 768px) {
  .hero-video:after {
    transform: translate(-20px, 20px);
  }
}
@media (min-width: 1400px) {
  .hero-video:after {
    transform: translate(50px, 50px);
  }
}
.hero-video .hero-media-video {
  margin: 0 10px;
  width: calc(100% - 20px);
  object-fit: cover;
}
@media (min-width: 768px) {
  .hero-video .hero-media-video {
    margin: 0;
    width: 100%;
  }
}

.hero-area {
  display: flex;
  align-items: center;
}
.hero-area > .container {
  padding-left: 0;
  padding-right: 0;
}

.content {
  margin: 4rem 0 3rem;
  padding: 0 20px;
}
.content > h1:first-child {
  margin-bottom: 2rem;
}
.content img {
  max-width: 100%;
}
.content video {
  width: 100%;
}
.content h2 {
  margin-top: 2rem;
}
.content ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
}

.template-default .content h2, .template-modular .content--modular h2 {
  margin-top: 2rem;
}

.content--center {
  text-align: center;
}

.content--place {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content--place > div:first-child {
  align-items: center;
}
.content--place .place-image, .content--place .place-details {
  margin-bottom: 2rem;
}
.content--place .place-details {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .content--place .place-details {
    margin-bottom: 2rem;
    padding-left: 2.5rem !important;
  }
}
.content--place .place-news {
  align-items: center;
}
.content--place .place-news > .col-12 > h2 {
  margin-top: 0;
}
.content--place .place-news > div {
  margin-top: 2rem;
}
.content--place .place-news > div.col-12 + .col-md-6, .content--place .place-news > div.col-12 + .col-md-6 + .col-md-6 {
  margin-top: 0;
}
.content--place .place-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content--place .place-items {
  padding-top: 3rem;
}
.content--place .place-items > div {
  margin-bottom: 1.5rem;
}
.content--place .place-item {
  background-color: var(--tertiary);
  height: 100%;
  padding: 1rem 1rem 1.5rem;
  border-radius: 5px;
}
.content--place .place-item p {
  color: var(--secondaryDark);
  margin-bottom: 0;
  padding-bottom: 0;
}
.content--place h1 {
  line-height: 1;
}

.footer__inner {
  padding: 0 20px;
}
.footer-area .ft-g-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-area .ft-widget-first {
  width: 100%;
}
@media (min-width: 992px) {
  .footer-area .ft-widget-first {
    width: auto;
  }
}
.footer-area .list--raw li {
  margin-top: 0;
}
.footer-bottom p > a {
  color: white !important;
  text-decoration: underline;
}
.footer--faib .ft-widget-first h3 {
  margin-bottom: 4px;
}
.footer--faib .bold {
  font-weight: 700;
  margin-bottom: 1rem;
}

.container {
  padding: 0 !important;
}

.cs-padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body .box-btn.type-2 {
  font-weight: 500;
  background: var(--primary);
  color: var(--secondary);
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 8px 20px;
  text-decoration: none;
}
body .box-btn.type-2:hover {
  background: var(--primaryDark);
  color: var(--white);
}
body .box-btn.type-2 i {
  display: none;
}

main {
  min-height: calc(100vh - 634px);
}
@media (min-width: 576px) {
  main {
    min-height: calc(100vh - 610px);
  }
}
@media (min-width: 992px) {
  main {
    min-height: calc(100vh - 453px);
  }
}
@media (min-width: 1200px) {
  main {
    min-height: calc(100vh - 533px);
  }
}
.row--spacing {
  margin-left: -12px;
  margin-right: -12px;
}
.row--spacing > [class^=col] {
  padding-left: 12px;
  padding-right: 12px;
}

table {
  --bg: #ffffff;
  --primary: #bdd896;
  --primaryDark: #5a784d;
  --primaryLight: #5A784D;
  --tertiary: #F6F6F6;
  --secondary: #525252;
  --secondaryDark: #1d1d1d;
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background-color: #fff;
}
table thead tr {
  border-bottom: 2px solid var(--tertiaryDark);
}
table thead tr th {
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: none;
}
table tbody tr {
  border-bottom: 1px solid var(--tertiaryDark);
  transition: background-color 0.2s ease;
}
table tbody tr:hover {
  background-color: var(--bs-light);
}
table tbody tr:last-child {
  border-bottom: none;
}
table tbody tr td {
  padding: 1.2rem 1.5rem;
  font-size: 0.95rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table thead, table tbody, table tr, table th, table td {
    display: block;
  }
  table thead {
    display: none;
  }
  table tr, table tbody tr {
    margin-bottom: 1.5rem;
    border: 1px solid var(--tertiaryDark);
    border-radius: 5px;
    padding: 1rem;
  }
  table tr:last-child, table tbody tr:last-child {
    margin-bottom: 2px;
    border-bottom: 1px solid var(--tertiaryDark);
  }
  table td {
    padding: 0.2rem 0.5rem !important;
    text-align: left;
    position: relative;
    padding-left: 0 !important;
    border: none;
  }
}

.faib__list-item {
  margin-bottom: 1rem;
}
.faib__media {
  margin-bottom: 1rem;
}
.faib__content {
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid var(--tertiaryDark);
}
.faib__content:last-child {
  border-bottom: none;
}
.faib__content-file, .faib__content .frame-wrapper {
  max-width: 700px;
}
.faib__back {
  margin-bottom: 1rem;
}
.faib__back a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.faib__back i {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.faib__back span {
  text-decoration: underline;
}

.iframe--youtube, .iframe--vimeo {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe--youtube iframe, .iframe--vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile_menu {
  background-color: white;
  z-index: 1500;
}
.mobile_menu .m_menu li a {
  font-weight: 500;
}

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