@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;
}

h1, h2, h2 a:link, h2 a:visited, h3 {
  font-family: 'Abel' !important;
}

h4 {
  font-family: 'Abel' !important;
}

.hornav, .hornav ul ul, .hornav ul ul a {
  font-family: 'Abel' !important;
}

body, .btn, .button, button {
  font-family: 'Abel' !important;
}

.videodesktop {
  display: block;
}

.videomobile {
  display: none;
}

.mobilemenu {
  display: inline-flex;
}

/*-------------------GDPR-----------------*/
.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;
}

/*--------------------Footer Menu---------------*/
.footermenu ul li a:after, .footermenu ul li span:after {
  content: " | ";
  margin-left: 10px;
  font-weight: bold;
  font-size: 15px;
}

.footermenu ul li a:hover {
  text-decoration: none;
}

/*---------------Mobile Footer--------------*/
.mobilefooter {
  display: none;
  text-align: center;
  background-color: #cf1;
  width: 100%;
}

.mobilefooter p {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 640px) {
  .videodesktop {
    display: none;
  }

  .videomobile {
    display: block;
  }

  .mobilefooter {
    display: block;
    position: fixed;
  }
}