@charset "UTF-8";
@font-face {
  font-family: 'Inter 18pt';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-Black.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18pt';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-Bold.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open sans';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/OpenSans-Regular-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18pt';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-ExtraBold.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18pt';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-Light.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18pt';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-Medium.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18pt';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-Regular.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18pt';
  src: url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-SemiBold.woff2') format('woff2'), url('/wp-content/themes/blankslate/assets/css/fonts/Inter18pt-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}
body {
  font-family: 'Inter 18pt';
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  background-color: #002B52;
  max-width: 2000px;
  margin: 0 auto;
}
.innersmall {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 20px;
}
.innersmall.head {
  max-width: 984px;
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 20px;
}
.innerfull {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.innerfulls {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.contsmall {
  max-width: 80%;
}
.absolutecenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pd_right {
  padding-right: 40px;
}
@media (max-width: 959px) {
  .pd_right {
    padding-right: 0px;
  }
}
.pd_left {
  padding-left: 40px;
}
@media (max-width: 959px) {
  .pd_left {
    padding-left: 0px;
  }
}
.border {
  max-width: 1600px;
  height: 2px;
  margin: 0 auto;
  width: "calc(100% - ${borderwidth})";
}
a {
  color: #565146;
  transition: 0.3s ease-out;
  text-decoration: none;
}
a:hover {
  color: #565146;
  text-decoration: none;
}
.content p a {
  color: #fff;
  text-decoration: underline;
}
em {
  color: unset;
}
img {
  width: 100%;
}
h2, h3 {
  font-size: 36px;
  line-height: 44px;
  color: #D3CDC0;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1199px) {
  h2, h3 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  h2, h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
h2 strong, h3 strong {
  font-weight: bold;
}
.content h1 {
  font-size: 48px;
  line-height: 59px;
  color: #D3CDC0;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 440px) {
  .content h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 540px) {
  .single-news h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.button {
  height: 40px;
  border-radius: 20px;
  padding: 0px 50px 0px 20px;
  background-color: rgba(153, 171, 186, 0.9);
  color: #002B52 !important;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  border: none;
  font-size: 18px;
  line-height: 40px;
  display: inline-block;
}
.button::after {
  content: '→';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 30px;
  color: #002B52;
  transition: transform 0.4s ease, color 0.4s ease;
}
.button:hover::after {
  transform: translateY(-50%) rotate(0deg);
  color: #e00;
}
.button.back {
  padding: 0px 20px 0px 50px;
}
.button.back::after {
  content: '←';
  position: absolute;
  left: 14px;
  width: 31px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  font-size: 30px;
  color: #002B52;
  transition: transform 0.4s ease, color 0.4s ease;
}
.button.back:hover::after {
  transform: translateY(-50%) rotate(0deg);
  color: #e00;
}
@media (max-width: 480px) {
  .button {
    display: block;
    text-align: center;
  }
}
.uk-link-reset {
  height: 40px;
  padding: 8px 50px 8px 0px;
  color: #002B52;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.uk-link-reset::after {
  content: '→';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 30px;
  color: #002B52;
  transition: transform 0.4s ease, color 0.4s ease;
}
.uk-link-reset:hover::after {
  transform: translateY(-50%) rotate(0deg);
  color: #e00;
}
header {
  position: fixed;
  width: 100%;
  height: 120px;
  top: 0px;
  left: 0px;
  z-index: 10;
}
@media (max-width: 1080px) {
  header {
    height: 66px !important;
  }
}
header .headbg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
  background: #002B52;
}
@media (max-width: 1080px) {
  header .headbg {
    height: 66px !important;
  }
}
header .logo {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 210px;
}
@media (max-width: 1080px) {
  header .logo {
    width: 140px !important;
    top: 12px !important;
  }
}
header .infolist {
  position: absolute;
  top: 44px;
  right: 20px;
  height: 48px;
  border-left: 2px solid #fff;
  padding: 9px 0px 0px 20px;
}
@media (max-width: 1279px) {
  header .infolist {
    right: 12px;
  }
}
@media (max-width: 1080px) {
  header .infolist {
    border-left: none;
    top: 9px !important;
    right: 56px !important;
  }
}
header .infolist .icon {
  display: inline-block;
  width: 26px;
  margin-right: 10px;
}
header .infolist .button_mitglied {
  height: 40px;
  border-radius: 20px;
  padding: 8px 50px 8px 20px;
  background-color: rgba(153, 171, 186, 0.9);
  color: #002B52;
  font-weight: 500;
  position: relative;
  top: 1px;
}
header .infolist .button_mitglied::after {
  content: '→';
  position: absolute;
  right: 14px;
  top: 49%;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 30px;
  color: #002B52;
  transition: transform 0.4s ease, color 0.4s ease;
}
header .infolist .button_mitglied:hover::after {
  transform: translateY(-50%) rotate(0deg);
  color: #e00;
}
@media (max-width: 1279px) {
  header .infolist .button_mitglied {
    display: none;
  }
}
.nav-desktop {
  display: block;
  position: absolute;
  right: 332px;
  top: 46px;
}
@media (max-width: 1279px) {
  .nav-desktop {
    right: 125px;
  }
}
.nav-desktop .nav-main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0px;
}
.nav-desktop .nav-main > li {
  position: relative;
}
.nav-desktop .nav-main > li > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.2s ease;
  color: #fff;
}
.nav-desktop .nav-main > li:hover > a {
  opacity: 0.7;
  color: #E30613;
}
.nav-desktop .nav-main > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-desktop .nav-main .sub-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  border-radius: 8px;
  background: #D3CDC0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 100;
}
.nav-desktop .nav-main .sub-menu li {
  position: relative;
}
.nav-desktop .nav-main .sub-menu li a {
  display: block;
  padding: 8px 20px;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.nav-desktop .nav-main .sub-menu li:hover > a {
  background: rgba(0, 0, 0, 0.1);
  color: #E30613;
}
.nav-desktop .nav-main .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-desktop .nav-main .sub-menu .sub-menu {
  top: -8px;
  left: 100%;
}
.nav-burger {
  position: absolute;
  right: 20px;
  top: 10px;
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.nav-burger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 9px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
.nav-burger.active span:nth-child(2) {
  opacity: 0;
}
.nav-burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}
.header_bg {
  margin-top: 120px;
}
@media (max-width: 1080px) {
  .header_bg {
    margin-top: 66px;
  }
}
.header_bg .polygone {
  position: absolute;
  bottom: 0px;
  width: 100%;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 470px) {
  .header_bg .polygone {
    display: none;
  }
}
.header_bg .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .header_bg .caption {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .header_bg .caption {
    top: 100px;
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 420px) {
  .header_bg .caption {
    top: 40px;
  }
}
.header_bg .caption h1 {
  font-size: 72px;
  line-height: 87px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(26, 42, 82, 0.8);
  display: block;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1440px) {
  .header_bg .caption h1 {
    font-size: 62px;
    line-height: 67px;
  }
}
@media (max-width: 1280px) {
  .header_bg .caption h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .header_bg .caption h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 540px) {
  .header_bg .caption h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.header_bg .caption .slidernav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header_bg .caption .slidernav a img {
  width: 155px;
  height: 155px;
}
@media (max-width: 1280px) {
  .header_bg .caption .slidernav a img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1280px) {
  .header_bg .caption .slidernav a img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .header_bg .caption .slidernav a img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 540px) {
  .header_bg .caption .slidernav a img {
    width: 30px;
    height: 30px;
  }
}
.header_bg .caption .slidernav a.next {
  right: -200px;
}
@media (max-width: 1280px) {
  .header_bg .caption .slidernav a.next {
    right: -140px;
  }
}
@media (max-width: 768px) {
  .header_bg .caption .slidernav a.next {
    right: -30px;
  }
}
.header_bg .caption .slidernav a.previous {
  left: -200px;
}
@media (max-width: 1280px) {
  .header_bg .caption .slidernav a.previous {
    left: -140px;
  }
}
@media (max-width: 768px) {
  .header_bg .caption .slidernav a.previous {
    left: -30px;
  }
}
section {
  position: relative;
  padding: 0px 0px;
}
@media (max-width: 639px) {
  section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.newsslider {
  margin-top: -200px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .newsslider {
    margin-top: -100px;
  }
}
@media (max-width: 1080px) {
  .newsslider {
    margin-top: 0px;
  }
}
.newsslider .next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.newsslider .prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.newsslide .uk-card-media-top {
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
}
.newsslide img {
  border-radius: 16px 16px 0px 0px;
  display: block;
  transition: transform 0.4s ease;
}
.newsslide .content {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px 0px 16px 16px;
  color: #002B52;
  min-height: 350px;
  position: relative;
}
.newsslide .content .uk-link-reset {
  position: absolute;
  bottom: 10px;
}
.newsslide .content h3 {
  font-size: 17px;
  line-height: 22px;
  color: #002B52;
  overflow: hidden;
}
.newsslide .content p {
  color: #565146;
  font-size: 16px;
  line-height: 22px;
}
.newsslide .content .uk-text-meta {
  display: inline-block;
  background-image: url(/wp-content/themes/blankslate/assets/images/icon_kalender.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding: 15px 0px 8px 30px;
}
.newsslideall {
  border: 1px solid #fff;
  border-radius: 16px;
}
.newsslideall .uk-card-media-top {
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
  height: 350px;
}
.newsslideall img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  /* Standard, kann weggelassen werden */
  border-radius: 16px 16px 0px 0px;
  display: block;
  transition: transform 0.4s ease;
}
.newsslideall .content {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px 0px 16px 16px;
  color: #002B52;
  position: relative;
  min-height: 320px;
  position: relative;
}
.newsslideall .content .uk-link-reset {
  position: absolute;
  bottom: 10px;
}
.newsslideall .content h3 {
  font-size: 24px;
  line-height: 29px;
  color: #002B52;
}
.newsslideall .content p {
  color: #565146;
}
.newsslideall .content .uk-text-meta {
  display: inline-block;
  background-image: url(/wp-content/themes/blankslate/assets/images/icon_kalender.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding: 15px 0px 8px 30px;
}
.eventsslider {
  background-color: #D3CDC0;
  padding: 20px 0px 40px;
}
.eventsslider .eventsrow {
  margin-top: 20px;
}
.eventsslider .slider-nav {
  margin: 0px 0px 30px 0px !important;
}
@media (max-width: 959px) {
  .eventsslider .slider-nav {
    margin: 0px 0px 30px 0px !important;
  }
}
.eventsslider .slider-nav .prev {
  margin-right: 5px;
}
.eventsslider .slider-nav .next {
  margin-left: 5px;
}
.eventsslider .kalenderlink {
  height: 100%;
  border-radius: 20px;
  padding: 30px;
  background-color: #fff;
  color: #002B52;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventsslider .kalenderlink::after {
  content: '→';
  margin-left: 10px;
  font-size: 30px;
  color: #002B52;
  transition: transform 0.4s ease, color 0.4s ease;
  transform: rotate(-45deg);
}
.eventsslider .kalenderlink:hover::after {
  transform: rotate(0deg);
  color: #e00;
}
.eventsslider .event_teaser {
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin-top: 20px;
}
.eventsslider .headline {
  color: #002B52;
  display: inline-block;
  background-image: url(/wp-content/themes/blankslate/assets/images/icon_kalender.svg);
  background-repeat: no-repeat;
  background-size: 38px;
  background-position: left center;
  padding: 13px 0px 8px 50px;
}
.eventsslider h3 {
  font-size: 20px;
  line-height: 20px;
  color: #002B52;
  font-weight: normal;
}
.eventsslider .date {
  margin-bottom: 10px;
}
.eventsslider .date .day {
  display: block;
  font-weight: bold;
  font-size: 48px;
  padding: 0;
  margin: 0px 0px 5px;
  color: #fff;
}
.eventsslider .date .month {
  display: block;
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #fff;
}
.eventsslider .standort {
  color: #002B52;
  margin: 10px 0px 0px 0px;
}
.eventsslider.alle ul.uk-grid li {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .eventsslider.alle ul.uk-grid li:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (min-width: 960px) {
  .eventsslider.alle ul.uk-grid li {
    border-bottom: 2px solid #fff;
  }
  .eventsslider.alle ul.uk-grid li:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .eventsslider.alle ul.uk-grid li {
    border-bottom: 1px solid #fff;
  }
  .eventsslider.alle ul.uk-grid li:nth-last-child(-n+5) {
    border-bottom: none;
  }
}
.arbeitsgruppen .inner {
  margin-top: -300px;
}
@media (max-width: 1440px) {
  .arbeitsgruppen .inner {
    margin-top: -200px;
  }
}
@media (max-width: 1280px) {
  .arbeitsgruppen .inner {
    margin-top: -100px;
  }
}
@media (max-width: 1080px) {
  .arbeitsgruppen .inner {
    margin-top: 0px;
  }
}
.arbeitsgruppen .intro {
  text-align: center;
  margin-bottom: 40px;
}
.arbeitsgruppen .teaser_ag img {
  border-radius: 16px 16px 0px 0px;
}
.arbeitsgruppen .teaser_ag .content {
  background-color: #3A5568;
  border-radius: 0px 0px 16px 16px;
  padding: 20px 20px 70px;
  position: relative;
}
.arbeitsgruppen .teaser_ag .content .button {
  display: inline-block;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
}
.kompetenzatlas .inner {
  margin-top: -200px;
}
@media (max-width: 1440px) {
  .kompetenzatlas .inner {
    margin-top: -100px;
  }
}
@media (max-width: 1280px) {
  .kompetenzatlas .inner {
    margin-top: 0px;
  }
}
.kompetenzatlas .intro {
  text-align: center;
  margin-bottom: 40px;
}
.kompetenzatlas .teaser_ka img {
  border-radius: 16px 16px 0px 0px;
}
.kompetenzatlas .teaser_ka .content {
  background-color: #3A5568;
  border-radius: 0px 0px 16px 16px;
  padding: 20px;
  padding: 20px 20px 70px;
  position: relative;
}
.kompetenzatlas .teaser_ka .content .button {
  display: inline-block;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
}
.mitgliedwerden {
  margin-top: 100px;
}
@media (max-width: 1280px) {
  .mitgliedwerden {
    margin-top: 0px;
  }
}
.mitgliedwerden .inner {
  margin-top: -100px;
}
@media (max-width: 1440px) {
  .mitgliedwerden .inner {
    margin-top: 0px;
  }
}
.mitgliedwerden .intro {
  text-align: center;
  border-bottom: 2px solid #D3CDC0;
  margin-bottom: 80px;
  padding-bottom: 40px;
}
.mitgliedwerden .vorteil h3 {
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 1200px) {
  .mitgliedwerden .vorteil h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.mitgliedwerden .vorteil .icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background-color: #3A5568;
  padding: 10px;
  margin-bottom: 10px;
}
.mitgliedwerden .vorteil .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.mitgliedwerden .cta {
  display: block;
  margin: 40px auto 0px;
  text-align: center;
}
.mitgliedwerden .cta a {
  margin: 0 auto;
}
.mitglied-row {
  background-color: #D3CDC0;
}
.mitglied-single {
  padding-top: 100px;
}
.mitgliedcontnent img {
  max-width: 200px;
  background: #fff;
  padding: 20px;
}
.page-id-20845 .box .boxin img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
}
.page-id-20845 .boxinner {
  font-size: 14px;
}
.page-id-20845 .box {
  display: flex;
}
.page-id-20845 .box .boxin {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-id-20845 .box .boxin .boxinner {
  flex: 1;
  padding-bottom: 20px;
  /* oder welchen Abstand du vorher hattest */
}
.box {
  display: flex;
}
.box .boxin {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.box .boxin .boxinner {
  flex: 1;
}
.logoslider {
  background-color: #fff;
  padding: 20px 0px;
  margin-top: 100px;
}
.logoslider .logo-laufband {
  width: 100%;
  overflow: hidden;
}
.logoslider .logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: laufband 600s linear infinite;
}
.logoslider .logo-track:hover {
  animation-play-state: paused;
}
.logoslider .logo-item {
  flex-shrink: 0;
  padding: 0 30px;
}
.logoslider .logo-item img {
  height: 30px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.logoslider .logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@keyframes laufband {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
.kontaktform .innersmall {
  margin-top: -200px;
}
@media (max-width: 1440px) {
  .kontaktform .innersmall {
    margin-top: -100px;
  }
}
@media (max-width: 1280px) {
  .kontaktform .innersmall {
    margin-top: 0px;
  }
}
.kontaktform .intro {
  text-align: center;
  margin-bottom: 40px;
}
.kontaktform label {
  color: #D3CDC0;
}
.kontaktform h3 {
  font-size: 22px;
  line-height: 30px;
}
.kontaktform .content a {
  color: #fff;
}
.kontaktform .wpcf7-form p {
  margin-top: 0px;
}
.kontaktform .wpcf7-text, .kontaktform .wpcf7-email {
  height: 50px;
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
}
.kontaktform .wpcf7-textarea {
  height: 200px;
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
}
.kontaktform .wpcf7-submit {
  height: 40px;
  border-radius: 20px;
  padding: 8px 50px 8px 20px;
  background-image: url(/wp-content/themes/blankslate/assets/images/arrow_top.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 20px center;
  background-color: rgba(153, 171, 186, 0.9);
  color: #002B52;
  font-weight: 500;
  border: none;
  font-size: 18px;
  line-height: 18px;
}
.kontaktform .wpcf7-submit:hover {
  background-image: url(/wp-content/themes/blankslate/assets/images/arrow_hover.svg);
  color: #002B52;
}
.kontaktform .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 18px;
  display: block;
}
.kontaktform strong {
  color: #D3CDC0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}
.kontaktform .contsmall {
  margin-top: 40px;
}
.teaser img {
  border-radius: 16px 16px 0px 0px;
}
.teaser .content {
  background-color: #3A5568;
  border-radius: 0px 0px 16px 16px;
  padding: 20px;
}
.teaser .content .button {
  /* display: inline-block;
            margin-top: 20px; */
}
.content tbody tr:nth-child(odd) {
  background: #3A5568;
}
.parallax-wrapper {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
@media (max-width: 768px) {
  .parallax-wrapper {
    height: 50vh;
  }
}
.parallax-wrapper img {
  width: 100%;
  height: auto;
  min-height: 120%;
  object-fit: cover;
  will-change: transform;
}
.parallax-wrapper-fsb {
  overflow: hidden;
  position: relative;
  height: 700px;
}
.parallax-wrapper-fsb img {
  width: 100%;
  height: auto;
  min-height: 120%;
  object-fit: cover;
  will-change: transform;
}
.slider {
  padding: 0px 60px;
}
@media (max-width: 639px) {
  .slider {
    padding: 0px 0px;
  }
}
.uk-slider .arrow_left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 20px;
}
@media (max-width: 639px) {
  .uk-slider .arrow_left {
    left: -10px;
  }
}
.uk-slider .arrow_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
}
@media (max-width: 639px) {
  .uk-slider .arrow_right {
    right: -10px;
  }
}
.baustein_text_bild .img_right .divtxt {
  padding: 100px;
}
@media (max-width: 1199px) {
  .baustein_text_bild .img_right .divtxt {
    padding: 60px;
  }
}
@media (max-width: 959px) {
  .baustein_text_bild .img_right .divtxt {
    padding: 60px;
  }
}
@media (max-width: 540px) {
  .baustein_text_bild .img_right .divtxt {
    padding: 40px;
  }
}
@media (max-width: 420px) {
  .baustein_text_bild .img_right .divtxt {
    padding: 20px;
  }
}
.baustein_text_bild .img_left .divtxt {
  padding: 100px;
}
@media (max-width: 1199px) {
  .baustein_text_bild .img_left .divtxt {
    padding: 60px;
  }
}
@media (max-width: 959px) {
  .baustein_text_bild .img_left .divtxt {
    padding: 60px;
  }
}
@media (max-width: 540px) {
  .baustein_text_bild .img_left .divtxt {
    padding: 40px;
  }
}
@media (max-width: 420px) {
  .baustein_text_bild .img_left .divtxt {
    padding: 20px;
  }
}
.divimg {
  display: flex;
}
.divimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.divimg.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.divimg.center img {
  padding: 100px;
  max-width: 100%;
  height: auto;
}
.baustein_news_single {
  background-color: #3A5568;
  padding-top: 40px;
  padding-bottom: 60px;
}
.baustein_news {
  padding-top: 80px;
}
.baustein_text_bild .divimg > div {
  width: 100%;
  height: 100%;
}
.baustein_text_bild .uk-slideshow-items {
  height: 100%;
}
.baustein_text_bild .uk-slideshow-items li {
  height: 100%;
}
.baustein_text_bild .uk-slideshow-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.baustein_text_bild .uk-dotnav > * > * {
  background-color: #000;
}
.baustein_text_bild .uk-dotnav > .uk-active > * {
  background-color: #fff;
  border: 1px solid #000;
}
.baustein_text_bild_fullscreen .bgbild {
  position: absolute;
  width: auto;
  height: 100%;
}
@media (max-width: 959px) {
  .baustein_text_bild_fullscreen .bgbild {
    position: relative;
  }
}
.baustein_text_bild_fullscreen.bg_rechts .bgbild {
  right: 0px;
}
.baustein_text_bild_fullscreen .content {
  padding: 150px 0px;
}
@media (max-width: 639px) {
  .baustein_text_bild_fullscreen .content {
    padding: 60px 0px;
  }
}
.baustein_logoslider .logodiv {
  aspect-ratio: 1;
  border: 10px solid #fff;
}
.baustein_logoslider .logodiv .innerteaser {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baustein_logoslider .logodiv img.logosvg {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.baustein_logoslider .uk-slider-items {
  justify-content: center;
}
.baustein_fsbild .caption {
  border-radius: 50px 50px 0px 0px;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tabs {
  margin: 0px;
}
.tabs:before {
  border: none;
}
.tabs li {
  margin-right: 20px;
  padding: 0px;
}
.tabs li a {
  text-transform: none;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.tabs li.uk-active a {
  border-color: #E30613;
  color: #fff;
}
.tabinhalt .box h3 {
  font-size: 20px;
  line-height: 24px;
}
.tabinhalt .box .boxin {
  margin: 20px;
  background-color: #3A5568;
}
.tabinhalt .box .boxinner {
  padding: 20px;
}
.tabinhalt .box .boxinner p {
  margin-top: 6px;
  margin-bottom: 0px;
}
.baustein_acc {
  padding-top: 100px;
}
.baustein_acc .uk-accordion li {
  margin: 20px 0px;
}
.baustein_acc .uk-accordion .uk-accordion-title {
  color: #fff;
}
.baustein_acc .uk-accordion .uk-accordion-content {
  color: #fff;
  background-color: #3A5568;
  padding: 20px 20px 20px 20px;
}
.baustein_acc .uk-accordion .uk-accordion-content a {
  color: #fff;
}
.baustein_events_single {
  background-color: #3A5568;
  padding-top: 40px;
  padding-bottom: 60px;
}
.single-event .header_bg .caption {
  position: absolute;
  left: 0px;
  bottom: 40px;
  width: 100%;
  top: unset;
  transform: unset;
}
@media (max-width: 1020px) {
  .single-event .header_bg .caption {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .single-event .header_bg .caption {
    position: relative;
    bottom: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 0px;
  }
}
.single-event .header_bg .caption h1 {
  text-align: left;
  color: #D3CDC0;
}
.single-event .header_bg .caption .subhead {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.single-event .header_bg .caption .eventinfo {
  border-left: 2px solid #fff;
  padding-left: 15px;
  padding-top: 8px;
}
.single-event .header_bg .caption .eventinfo span {
  display: block;
}
.single-event .header_bg .caption .eventinfo span.start {
  background-image: url(/wp-content/themes/blankslate/assets/images/icon_start.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding: 8px 0px 8px 34px;
  font-weight: bold;
}
.single-event .header_bg .caption .eventinfo span.time {
  background-image: url(/wp-content/themes/blankslate/assets/images/icon_time.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding: 8px 0px 8px 34px;
}
.single-event .header_bg .caption .eventinfo span.place {
  background-image: url(/wp-content/themes/blankslate/assets/images/icon_adresse.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left top 8px;
  padding: 8px 0px 8px 34px;
}
footer {
  border-top: 2px solid #D3CDC0;
  padding: 80px 0px 0px;
}
footer .logofooter {
  width: 150px;
  margin-bottom: 20px;
}
footer .adress {
  font-size: 14px;
  line-height: 18px;
  max-width: 300px;
}
@media (max-width: 959px) {
  footer .adress {
    margin-top: 20px;
  }
}
footer .adress h4 {
  color: #D3CDC0;
  margin: 0px 0px 0px 0px;
  font-weight: 500;
}
footer .adress a {
  display: block;
  color: #fff;
  padding: 5px 0px 5px;
  transition: 0.3s ease-out;
}
footer .footer_end {
  background-color: #D3CDC0;
  margin-top: 80px;
  padding: 20px 0px 20px;
  color: #565146;
  font-size: 14px;
}
.bhv-search-wrap {
  padding-top: 200px !important;
}
.uk-slider-items.custom-gap > *, .custom-gap > * {
  padding-left: 20px;
  /* Gewünschter Abstand */
}
.uk-slider-items.custom-gap, .custom-gap {
  margin-left: -20px;
  /* Gleicher Wert negativ */
}
.nav-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.nav-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}
.nav-mobile {
  position: fixed;
  top: 0 !important;
  right: -320px;
  width: 320px;
  max-width: 85vw;
  height: 100%;
  background: #D3CDC0;
  border-radius: 8px 0px 0px 8px;
  z-index: 999;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.nav-mobile.active {
  right: 0;
}
.nav-mobile-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  min-height: 60px;
}
.nav-mobile-title {
  font-size: 18px;
  font-weight: 600;
}
.nav-mobile-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 0 5px;
  line-height: 1;
}
.nav-mobile-panels {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.nav-mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch;
}
.nav-mobile-panel.panel-hidden-right {
  transform: translateX(100%);
}
.nav-mobile-panel.panel-hidden-left {
  transform: translateX(-100%);
}
.nav-mobile-panel.panel-active {
  transform: translateX(0);
}
.nav-mobile-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-mobile-panel li a {
  display: block;
  padding: 14px 20px;
  font-size: 17px;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}
.nav-mobile-panel .has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-mobile-panel .has-children > a::after {
  content: '›';
  font-size: 22px;
  font-weight: 300;
  opacity: 0.5;
}
.nav-mobile-panel .nav-back {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.nav-mobile-panel .nav-back::before {
  content: '‹';
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1080px) {
  .nav-desktop {
    display: none;
  }
  .nav-burger {
    display: block;
  }
}
body.nav-open {
  overflow: hidden;
}
.grid2:nth-child(even) .grid {
  padding-right: 10px;
  padding-bottom: 20px;
}
@media (max-width: 959px) {
  .grid2:nth-child(even) .grid {
    padding-right: 0px;
  }
}
.grid2:nth-child(odd) .grid {
  padding-left: 10px;
  padding-bottom: 20px;
}
@media (max-width: 959px) {
  .grid2:nth-child(odd) .grid {
    padding-left: 0px;
  }
}
.grid2 {
  display: flex;
}
.grid2 .grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.grid2 .grid .content {
  flex: 1;
}
.grid3 {
  display: flex;
}
.grid3 .grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 959px) {
  .grid3 .grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.grid3 .grid .content {
  flex: 1;
}
/* 1., 4., 7. grid3-Element = links */
.grid3:nth-child(3n+2) .grid {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 959px) {
  .grid3:nth-child(3n+2) .grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* 2., 5., 8. grid3-Element = mitte */
.grid3:nth-child(3n+3) .grid {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 959px) {
  .grid3:nth-child(3n+3) .grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* 3., 6., 9. grid3-Element = rechts */
.grid3:nth-child(3n+4) .grid {
  padding-left: 10px;
  padding-right: 0;
}
@media (max-width: 959px) {
  .grid3:nth-child(3n+4) .grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.baustein_mitglieder {
  padding-top: 80px;
}
.mitglied-logo-leer {
  background: transparent !important;
  border: none !important;
}
/* ── Mitglieder Filterleiste ─────────────────────────────── */
.mitglieder-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.mitglieder-filter .uk-button-default {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  border-color: #ccc;
}
/* ── Alphabet-Tabs ───────────────────────────────────────── */
.mitglieder-alpha > li > a {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #D3CDC0;
  padding: 10px 20px;
  text-decoration: none;
}
.mitglieder-alpha > li.uk-active > a {
  color: #E30613;
  /* Akzentfarbe – an dein Theme anpassen */
  border-bottom: 3px solid #E30613;
}
/* ── Mitglied-Zeile ──────────────────────────────────────── */
.mitglied-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 20px;
  border-bottom: 1px solid #ebebeb;
  transition: background 0.15s ease;
}
.mitglied-row:first-child {
  border-top: 1px solid #ebebeb;
}
.mitglied-row:hover {
  background: #f8f8f8;
}
/* Logo-Box: feste Breite, Bild zentriert */
.mitglied-logo {
  flex-shrink: 0;
  width: 160px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 8px;
  overflow: hidden;
}
.mitglied-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
/* Fallback wenn kein Logo */
.mitglied-logo-placeholder {
  font-size: 1.4rem;
  font-weight: 700;
  color: #aaa;
  text-transform: uppercase;
}
/* Firmenname & Details-Link */
.mitglied-info strong {
  font-size: 1rem;
  color: #222;
  color: #002B52;
}
.mitglied-info .uk-link-muted {
  margin-top: 4px;
  color: #565146;
  font-size: 0.85rem;
}
.mitglied-info .uk-link-muted:hover {
  color: #c0392b;
}
/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 640px) {
  .mitglied-logo {
    width: 80px;
    height: 50px;
  }
  .mitglieder-alpha > li > a {
    padding: 8px 10px;
    font-size: 0.75rem;
  }
}
.bhv-search-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
.bhv-search-form {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  align-items: stretch;
}
.bhv-search-form input[type="text"] {
  flex: 1;
  min-width: 200px;
  padding: 14px 20px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
}
.bhv-search-form input[type="text"]:focus {
  border-color: #3A5568;
}
.bhv-search-form select {
  padding: 14px 20px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 160px;
  outline: none;
}
.bhv-search-form select option {
  background: #0d2a4a;
  color: #fff;
}
.bhv-search-form button {
  padding: 14px 32px;
  background: #3A5568;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.bhv-search-form button:hover {
  background: #3A5568;
}
.bhv-search-info {
  margin-bottom: 30px;
  font-size: 15px;
  opacity: 0.7;
}
.bhv-search-info strong {
  opacity: 1;
  color: #fff;
}
.bhv-results-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bhv-result-item {
  display: flex;
  gap: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s, background 0.2s;
  text-decoration: none;
  color: inherit;
}
.bhv-result-item:hover {
  border-color: rgba(232, 160, 32, 0.4);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
}
.bhv-result-image {
  width: 180px;
  min-height: 140px;
  flex-shrink: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
.bhv-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bhv-result-image--logo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bhv-result-image--logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 6px;
}
.bhv-result-image .no-image {
  width: 100%;
  height: 100%;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.15;
  font-size: 40px;
}
.bhv-result-body {
  padding: 20px 24px 20px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bhv-result-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.bhv-result-type {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.bhv-result-date {
  font-size: 13px;
  opacity: 0.5;
}
.bhv-result-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
  color: #fff;
}
.bhv-result-excerpt {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.75;
  margin-bottom: 12px;
}
.bhv-result-excerpt mark {
  background: rgba(232, 160, 32, 0.3);
  color: #fff;
  padding: 0 2px;
  border-radius: 2px;
}
.bhv-result-eventmeta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  opacity: 0.65;
}
.bhv-result-eventmeta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bhv-no-results {
  text-align: center;
  padding: 60px 20px;
  opacity: 0.5;
  font-size: 16px;
}
@media (max-width: 600px) {
  .bhv-result-image {
    display: none;
  }
  .bhv-result-body {
    padding: 16px;
  }
}
table {
  width: 100% !important;
}
