@font-face {
  font-family: 'Abel';
  src: url('/fonts/Abel-Regular.woff2') format('woff2'),
    url('/fonts/Abel-Regular.woff') format('woff'),
    url('/fonts/Abel-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --headerheight: 100px;
}

h1 {
  font-family: 'Abel' !important;
  font-size: 4em !important;
  line-height: 1 !important;
}

h2, h2 a:link, h2 a:visited {
  font-family: 'Abel' !important;
  font-size: 2.8em !important;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1 !important;
  color: #
}

h3 {
  font-family: 'Abel' !important;
  font-size: 1.5em !important;
  font-weight: normal;
  line-height: 1 !important;
}

h4 {
  font-family: 'Abel' !important;
  line-height: 1 !important;
}

.hornav, .hornav ul ul, .hornav ul ul a {
  font-family: 'Abel' !important;
  color: #fff !important;
}

body {
  font-family: 'Abel' !important;
  hyphens: auto;
}

.back-to-top svg {
  fill: #000;
  height: 1em;
}

.back-to-top {
  background: white !important;
  border-radius: 100% !important;
  box-shadow: 0px 0px 5px #00000088;
  right: 1em;
  bottom: 0.75em;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

/*------------------GDPR------------------*/
div.cc-window.cc-floating {
  padding: unset !important;
}

a.cc-btn {
  display: block;
  margin: unset !important;
  padding: 1em !important;
  text-decoration: none !important;
}

.cc-color-override--2018249118 .cc-highlight .cc-btn.cc-deny {
  border-color: rgb(51, 51, 51) !important;
}

.cc-floating.cc-theme-edgeless .cc-message {
  padding: 1.5em;
  margin: unset !important;
}

.cc-window.cc-floating.cc-type-opt-in.cc-theme-edgeless a {
  color: #ffffff !important;
}

.cc-compliance.cc-highlight a.cc-btn.cc-allow {
  color: #000000 !important;
}

.cc-revoke.cc-left {
  left: -20px !important;
  right: auto;
  transform: rotate(90deg);
  bottom: 70px !important;
}

.cc-revoke:hover {
  transform: rotate(90deg) !important;
}

.cc-revoke img {
  width: 50px;
  height: 100px;
}

.powr-social-feed:before {
  content: 'Sie müssen Cookies akzeptieren und die Seite neu laden, um diesen Inhalt anzuzeigen';
  left: 0;
  right: 0;
  position: absolute;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  background-color: #dfdfdf;
}

.powr-social-feed.powrLoaded:before {
  display: none;
}

/*-------------------Showcase----------------*/
.showcaseoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*-------------------Header------------------*/
.container_header {
  height: var(--headerheight);
  padding: unset !important;
}

.container_header:after {
  display: none !important;
}

.mobilemenu {
  display: none;
}

/*----------------Footer Menu---------------*/
.footermenu ul {
  display: flex;
  flex-direction: row;
  gap: 1em;
  font-size: 0.8em;
}

.footermenu ul li a:after, .footermenu ul li span:after {
  display: none;
}

.footermenu ul li a {
  color: #fff !important;
  text-decoration: none !important;
  padding: unset !important;
}

/*---------------Responsive Design---------------*/
@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 576px) {}