@charset "UTF-8";
/* Change Selection Text Color When Highlighting */
::-moz-selection {
  background-color: #FF4422 !important;
  color: #fff !important;
}
::selection {
  background-color: #FF4422 !important;
  color: #fff !important;
}
body, header, h1, h2, h3, h4, p {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}
.wp-block-column {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}
@media (max-width: 767px) {
  body {
    font-size: 18px !important;
    line-height: 25px;
  }
}
body.privacy-policy h2 {
  margin-top: 80px;
}
.big-text {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .big-text {
    font-size: 20px;
    line-height: 25px;
  }
}
.wp-block-separator, hr {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
  width: 142px;
  opacity: 1 !important;
  border-top: 3px solid !important;
  border-color: #1C1C1C !important;
}
@media (max-width: 767px) {
  .wp-block-separator, hr {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border-top: 2px solid !important;
  }
}
.site-content p {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.site-content p.has-x-large-font-size {
  font-size: 32px !important;
  line-height: 51px !important;
}
@media (max-width: 767px) {
  .site-content p.has-x-large-font-size {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
.site-content p.mt-0 {
  margin-top: 0 !important;
}
.site-content p.mb-0 {
  margin-bottom: 0 !important;
}
body:not(.home):not(.page-id-43) h1 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
@media (max-width: 1399px) {
  body:not(.home):not(.page-id-43) h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  body:not(.home):not(.page-id-43) h1 {
    font-size: 35px !important;
    margin-bottom: 40px !important;
    margin-top: 60px !important;
  }
}
h1 {
  margin-bottom: 40px !important;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 54px !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px !important;
  }
}
.h1-sub {
  font-weight: 200 !important;
}
h2 {
  margin-bottom: 58px !important;
}
h2.line {
  padding-bottom: 20px;
  position: relative;
}
h2.line:after {
  content: "";
  width: 142px;
  height: 3px;
  background-color: #1C1C1C;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  h2.line:after {
    height: 2px;
  }
}
@media (max-width: 1399px) {
  h2 {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 33px !important;
  }
}
h3.line {
  padding-bottom: 20px;
  position: relative;
}
h3.line:after {
  content: "";
  width: 142px;
  height: 3px;
  background-color: #1C1C1C;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  h3.line:after {
    height: 2px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px !important;
  }
}
.center-heading .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.center-heading .wp-block-group__inner-container .underline {
  margin-left: 0 !important;
}
.heading-margin {
  display: block;
}
.heading-margin.one {
  height: 40px;
}
.heading-margin.two {
  height: 45px;
}
@media (max-width: 767px) {
  .heading-margin.two {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .wp-block-spacer {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .wp-block-spacer.turm-spacer {
    height: 80px !important;
  }
}
@media (max-width: 575px) {
  .wp-block-spacer.turm-spacer {
    max-height: 200px;
    height: 120px !important;
  }
}
.small-width {
  max-width: 860px;
}
.site-content ul:not(.splide__list):not(.splide__pagination) {
  list-style-type: none;
  padding: 40px 46px 20px 46px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.site-content ul:not(.splide__list):not(.splide__pagination) li {
  margin-bottom: 14px;
  display: flex;
  width: 100%;
}
.site-content ul:not(.splide__list):not(.splide__pagination) li:before {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 8px;
  display: block;
  background-color: #1C1C1C;
  margin-right: 18px;
  margin-top: 12px;
}
.site-content a {
  color: #FF4422 !important;
  text-decoration: none;
  transition: all 0.2s;
}
.site-content a:hover {
  color: #FF4422 !important;
  text-decoration: underline;
}
.icon-text .wp-block-group__inner-container {
  display: flex;
}
.icon-text .wp-block-group__inner-container a {
  color: #1C1C1C !important;
}
.icon-text .wp-block-group__inner-container p {
  margin-bottom: 6px;
}
.icon-text i {
  margin-right: 12px;
  color: #1C1C1C;
}
.custom-footer-wrapper .icon-text {
  display: flex;
}
.custom-footer-wrapper .icon-text a {
  color: #1C1C1C !important;
  text-decoration: none;
}
.custom-footer-wrapper .icon-text a:hover {
  text-decoration: underline;
}
.custom-footer-wrapper .icon-text p {
  margin-bottom: 6px;
}
.custom-footer-wrapper .icon-text i {
  margin-right: 12px;
  color: #1C1C1C;
}
#masthead #nav-main-starter.navbar-root.navbar.hupa-box-shadow.navbar-small {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}
#nav-main-starter {
  border-bottom: none !important;
  padding-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#nav-main-starter.navbar-root.navbar.hupa-box-shadow {
  box-shadow: none !important;
}
#nav-main-starter > .container-fluid {
  position: relative;
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 56px;
  padding-bottom: 56px;
  transition: all 350ms;
}
@media (max-width: 1399px) {
  #nav-main-starter > .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#nav-main-starter.navbar-small {
  padding-top: 16px;
  padding-bottom: 16px;
}
#nav-main-starter.navbar-small .navbar-brand {
  width: 200px;
}
#nav-main-starter.navbar-small > .container-fluid {
  padding-top: 26px;
  padding-bottom: 26px;
}
#nav-main-starter .header-actions {
  position: absolute;
  right: 65px;
}
@media (max-width: 1399px) {
  #nav-main-starter .header-actions {
    right: 24px;
  }
}
@media (max-width: 991px) {
  #nav-main-starter .header-actions {
    flex-direction: row-reverse;
  }
}
@media (max-width: 530px) {
  #nav-main-starter .header-actions .socials-row {
    display: none;
  }
}
#nav-main-starter .navbar-brand {
  transition: all 350ms;
  width: 306px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 1399px) {
  #nav-main-starter .navbar-brand {
    width: 200px;
  }
}
@media (max-width: 575px) {
  #nav-main-starter .navbar-brand {
    width: 170px;
  }
}
#nav-main-starter .navbar-brand .logo {
  transition: all 350ms;
}
@media (max-width: 1399px) {
  #nav-main-starter .navbar-brand .logo {
    width: 200px !important;
  }
}
@media (max-width: 1199px) {
  #nav-main-starter .navbar-brand .logo {
    width: 170px !important;
  }
}
#nav-main-starter .navbar-brand .logo.sm {
  max-width: none !important;
  padding: 0;
}
#nav-main-starter #mobile-footer {
  display: flex;
  background-color: #FF4422 !important;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 40px;
  transition: none;
}
#nav-main-starter #mobile-footer a {
  padding: 18px 24px !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
  border: none !important;
}
#nav-main-starter #mobile-footer a:hover {
  color: #fff;
}
@media (min-width: 991px) {
  #nav-main-starter #mobile-footer {
    display: none;
  }
}
@media (min-width: 991px) {
  #nav-main-starter #bootscore-navbar {
    height: 100%;
  }
}
#nav-main-starter #bootscore-navbar > li {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar > li {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#nav-main-starter #bootscore-navbar > li > a {
  padding: 0px 11px;
  text-transform: uppercase;
  color: #1C1C1C;
  position: relative;
  border-radius: 5px;
  background-color: transparent !important;
}
#nav-main-starter #bootscore-navbar > li > a:after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: #1C1C1C;
  opacity: 0;
  transition: all 250ms;
}
@media (max-width: 991px) {
  #nav-main-starter #bootscore-navbar > li > a:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
  }
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar > li > a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #nav-main-starter #bootscore-navbar > li > a {
    padding: 18px !important;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    width: 100% !important;
    margin-bottom: 0;
    border-radius: 0;
    font-weight: 700;
  }
  #nav-main-starter #bootscore-navbar > li > a:hover {
    background-color: #FF4422;
    color: #fff;
  }
}
#nav-main-starter #bootscore-navbar > li > a:hover {
  color: #FF4422;
}
#nav-main-starter #bootscore-navbar > li > a:hover:after {
  opacity: 1;
  background-color: #1C1C1C !important;
}
#nav-main-starter #bootscore-navbar > li > a.dropdown-toggle.show {
  background-color: #FF4422;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#nav-main-starter #bootscore-navbar > li > a.dropdown-toggle.show:before {
  opacity: 1;
}
@media (max-width: 991px) {
  #nav-main-starter #bootscore-navbar > li > a.dropdown-toggle:before {
    display: none !important;
  }
}
#nav-main-starter #bootscore-navbar > li > a.dropdown-toggle:after {
  margin-left: 6px;
}
@media (max-width: 991px) {
  #nav-main-starter #bootscore-navbar > li > a.dropdown-toggle:after {
    display: inline-block !important;
  }
}
#nav-main-starter #bootscore-navbar > li > a.active {
  border: none;
  position: relative;
  color: #FF4422;
}
#nav-main-starter #bootscore-navbar > li > a.active:after {
  opacity: 1;
  background-color: #FF4422;
}
#nav-main-starter #bootscore-navbar > li.imp {
  margin-top: 0;
}
#nav-main-starter #bootscore-navbar .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px !important;
  margin-top: -1px;
  overflow: hidden;
  left: 13px;
  border-color: transparent;
}
@media (max-width: 991px) {
  #nav-main-starter #bootscore-navbar .dropdown-menu {
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0;
  }
}
#nav-main-starter #bootscore-navbar .dropdown-menu li {
  border-color: transparent;
  padding: 9px 11px;
}
#nav-main-starter #bootscore-navbar .dropdown-menu li:hover {
  background-color: #FF4422;
}
#nav-main-starter #bootscore-navbar .dropdown-menu li:hover a {
  color: #fff;
}
#nav-main-starter #bootscore-navbar .dropdown-menu li.current_page_item {
  background-color: #FF4422;
}
#nav-main-starter #bootscore-navbar .dropdown-menu li.current_page_item a {
  font-weight: 700;
}
@media (max-width: 991px) {
  #nav-main-starter #bootscore-navbar .dropdown-menu li {
    border-color: #fff;
    padding: 0;
  }
}
#nav-main-starter #bootscore-navbar .dropdown-menu li a {
  padding: 9px 11px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #nav-main-starter #bootscore-navbar .dropdown-menu li a {
    padding: 12px 12px !important;
    font-weight: 300 !important;
    background-color: #FF4422;
    color: #1C1C1C;
    text-align: center;
  }
  #nav-main-starter #bootscore-navbar .dropdown-menu li a.active {
    background-color: #FF4422;
  }
}
#nav-main-starter .navbar-toggler {
  width: 28px;
  height: 20px;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 34px;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  #nav-main-starter .navbar-toggler {
    display: flex;
    margin-left: 34px !important;
  }
}
#nav-main-starter .navbar-toggler span {
  width: 100%;
  height: 2px;
  background-color: #1C1C1C;
  display: block;
}
#nav-main-starter .navbar-toggler span.line-2 {
  margin-top: auto;
  margin-bottom: auto;
}
#nav-main-starter #offcanvas-navbar {
  border: none;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header .menu {
  margin-right: 0px;
  margin-top: 12px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header .icon:before {
  background-color: #1C1C1C;
  width: 18px;
  height: 2px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header .icon:after {
  background-color: #1C1C1C;
  width: 18px;
  height: 2px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header #logoPlaceholder {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#nav-main-starter #offcanvas-navbar .offcanvas-header #logoPlaceholder img {
  max-height: none;
  width: 171px !important;
  max-width: 171px !important;
  padding: 0;
  padding-right: 10px;
  margin-left: 24px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-body {
  padding: 0 !important;
}
@media (max-width: 991px) {
  #nav-main-starter #offcanvas-navbar .offcanvas-body {
    display: flex !important;
    flex-direction: column !important;
  }
}
@media (max-width: 991px) {
  #nav-main-starter #offcanvas-navbar .offcanvas-body #bootscore-navbar {
    height: 100% !important;
    padding-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .site-content .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.container-fullwidth {
  width: calc(100vw - var(--scrollbar-width)) !important;
  margin-left: calc(-50vw + var(--scrollbar-width) / 2) !important;
}
.container-fullwidth .container {
  margin-left: auto;
  margin-right: auto;
}
.socials-row.in-menu {
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: auto;
  display: none;
}
@media (max-width: 991px) {
  .socials-row.in-menu {
    display: flex;
  }
}
.socials-row a {
  color: #1C1C1C;
  transition: all 250ms;
  font-size: 19px;
  margin-right: 27px;
}
.socials-row a:last-child {
  margin-right: 0;
}
.socials-row a:hover {
  color: #FF4422;
}
.wp-block-column {
  flex-basis: auto !important;
}
.container-fullwidth.home-intro {
  position: relative;
  height: 1120px;
  display: flex;
}
@media (max-width: 1399px) {
  .container-fullwidth.home-intro {
    height: 900px;
  }
}
@media (max-width: 1199px) {
  .container-fullwidth.home-intro {
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .container-fullwidth.home-intro .wp-block-spacer {
    height: 100px !important;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro .wp-block-spacer {
    display: none;
  }
}
@media (max-width: 1199px) {
  .container-fullwidth.home-intro .wp-block-button__link {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro .wp-block-button__link {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro .wp-block-button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.container-fullwidth.home-intro:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FF4422;
  z-index: -1;
}
@media (max-width: 1199px) {
  .container-fullwidth.home-intro:after {
    height: 52%;
  }
}
@media (max-width: 575px) {
  .container-fullwidth.home-intro.trust {
    height: 900px;
  }
}
@media (max-width: 1399px) {
  .container-fullwidth.home-intro.trust h1 {
    font-size: 68px;
  }
}
@media (max-width: 1199px) {
  .container-fullwidth.home-intro.trust .wp-block-spacer {
    height: 20px !important;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro.trust .wp-block-spacer {
    display: none;
  }
}
@media (max-width: 1199px) {
  .container-fullwidth.home-intro.trust p.mb-0 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro.trust p.mb-0 {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro.trust .wp-block-button a {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
  }
}
.container-fullwidth.home-intro.trust:after {
  background-color: #F5F5F5;
  height: 42%;
}
@media (max-width: 1199px) {
  .container-fullwidth.home-intro.trust:after {
    height: 47%;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro.trust .text {
    margin-top: 30px;
  }
}
.container-fullwidth.home-intro .wp-block-columns {
  gap: 0px;
}
.container-fullwidth.home-intro .wp-block-group__inner-container {
  margin-top: auto !important;
  margin-bottom: auto !important;
  width: 100%;
}
.container-fullwidth.home-intro .text {
  padding-left: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro .text {
    width: 100%;
    margin-top: 60px;
  }
}
.container-fullwidth.home-intro h1 {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .container-fullwidth.home-intro h1 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro h1 {
    text-align: center;
  }
}
.container-fullwidth.home-intro h1:after {
  content: "";
  width: 142px;
  height: 3px;
  background-color: #1C1C1C;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro h1:after {
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro .bild {
    display: flex;
  }
}
.container-fullwidth.home-intro .bild figure {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 25px 50px -12px;
  transition: all 250ms;
  margin-right: 108px;
}
.container-fullwidth.home-intro .bild figure:hover {
  transform: scale(1.02);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
@media (max-width: 1399px) {
  .container-fullwidth.home-intro .bild figure img {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro .bild figure img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .container-fullwidth.home-intro .bild figure {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .container-fullwidth.home-intro .bild figure {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.fifty-row.container-fullwidth {
  flex-wrap: wrap !important;
  gap: 0;
}
@media (max-width: 991px) {
  .fifty-row.container-fullwidth {
    flex-direction: column;
  }
}
.fifty-row.container-fullwidth .text {
  padding: 172px 200px;
}
@media (max-width: 1919px) {
  .fifty-row.container-fullwidth .text {
    padding: 120px 140px;
  }
}
@media (max-width: 1399px) {
  .fifty-row.container-fullwidth .text {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .fifty-row.container-fullwidth .text {
    padding: 40px 24px;
  }
}
.fifty-row.container-fullwidth .fifty-inner {
  max-width: 590px;
}
.fifty-row.container-fullwidth .wp-block-cover {
  height: 100%;
}
@media (max-width: 991px) {
  .fifty-row.container-fullwidth .wp-block-cover {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .fifty-row.container-fullwidth .wp-block-cover {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .fifty-row.container-fullwidth .wp-block-cover {
    min-height: 350px;
  }
}
.site-content a.backlink {
  padding-left: 18px;
  position: relative;
  margin-top: 48px;
  margin-bottom: 80px;
  display: inline-block;
  font-size: 24px !important;
  line-height: 38px !important;
  color: #1C1C1C !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .site-content a.backlink {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px !important;
    line-height: 23px !important;
  }
}
.site-content a.backlink:before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../img/backarrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-content a.backlink:hover {
  padding-left: 12px;
}
.single-date {
  color: #656565;
}
.news-list .news {
  display: flex;
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .news-list .news {
    flex-direction: column;
  }
}
.news-list .news h3 {
  margin-right: 82px;
  min-width: 471px;
}
@media (max-width: 1399px) {
  .news-list .news h3 {
    font-size: 30px;
    min-width: 295px;
  }
}
@media (max-width: 767px) {
  .news-list .news h3 {
    margin-right: 24px;
  }
}
.news-list .news a h3 {
  color: #FF4422;
  text-decoration: underline;
  font-weight: 700;
  transition: all 250ms;
  margin-right: 0;
}
@media (max-width: 575px) {
  .news-list .news a h3 {
    display: inline-block !important;
    width: auto !important;
  }
}
.news-list .news a h3:hover {
  color: #656565;
}
@media (max-width: 575px) {
  .news-list .news a {
    display: inline-block !important;
    width: auto !important;
  }
}
.news-list .news a:hover {
  text-decoration: none;
}
.news-container .news {
  padding-top: 144px;
  padding-bottom: 144px;
}
@media (max-width: 1199px) {
  .news-container .news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .news-container .news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news-container .news:nth-child(even) {
  background-color: #1C1C1C;
  color: #fff;
}
.news-container .news:nth-child(even) h2 {
  color: #fff;
}
.news-container .news:nth-child(even) h2:after {
  background-color: #fff;
}
.news-container .news:nth-child(even) .custom-social-buttons a {
  color: #fff !important;
}
.news-container .news:nth-child(even) .custom-social-buttons a:hover {
  color: #FF4422 !important;
}
.news-container .news:nth-child(even) .custom-social-buttons a:hover svg path {
  fill: #FF4422 !important;
}
.news-container .news:nth-child(even) .custom-social-buttons svg path {
  fill: #fff !important;
}
.news-container .news:nth-child(odd) .date {
  color: #656565;
}
.news-container .news .headlink:hover {
  text-decoration: none !important;
}
.news-container .news .headlink:hover h2.line:after {
  background-color: #FF4422 !important;
}
.news-container .news .date {
  margin-bottom: 16px;
}
.news-container .news .image {
  max-width: 418px;
  margin-bottom: 40px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-container .news .image:before {
  content: "";
  position: relative;
  padding-top: 100%;
  width: 100%;
  display: block;
}
.news-container .news .content p:first-child {
  margin-top: 0 !important;
}
.custom-social-buttons {
  display: flex;
  margin-top: 48px;
}
.custom-social-buttons > span {
  margin-right: 12px;
}
.custom-social-buttons a {
  color: #1C1C1C !important;
  margin-left: 12px;
  margin-right: 12px;
  height: 42px;
  width: 24px;
  display: flex;
}
@media (max-width: 767px) {
  .custom-social-buttons a {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.custom-social-buttons a:hover {
  color: #FF4422 !important;
}
.custom-social-buttons a:hover svg path {
  fill: #FF4422 !important;
}
.custom-social-buttons svg {
  width: 22px;
  height: 32px;
}
@media (max-width: 767px) {
  .custom-social-buttons svg {
    width: 18px;
    height: 23px;
  }
}
.custom-social-buttons svg path {
  transition: all 250ms;
}
.single .custom-social-buttons {
  margin-bottom: 144px;
}
@media (max-width: 767px) {
  .single .custom-social-buttons {
    margin-bottom: 80px;
  }
}
.wp-block-embed iframe {
  width: 100%;
  height: 720px;
}
.wp-block-cover.casual {
  min-height: 520px;
}
@media (max-width: 767px) {
  .wp-block-cover.casual {
    min-height: 330px;
  }
}
.wp-block-cover.small {
  min-height: 240px;
  filter: grayscale(100%);
}
.full-container {
  gap: 0;
}
@media (max-width: 991px) {
  .full-container {
    flex-direction: column;
  }
}
.full-container .text-right, .full-container .text-left {
  padding: 112px;
}
.full-container .text-right {
  padding-right: calc((100% - 1296px) /2);
}
@media (max-width: 1399px) {
  .full-container .text-right {
    padding-right: calc((100% - 1116px) /2);
  }
}
@media (max-width: 1199px) {
  .full-container .text-right {
    padding: 100px;
    padding-right: calc((100% - 936px) /2);
  }
}
@media (max-width: 991px) {
  .full-container .text-right {
    padding-left: calc((100% - 720px) /2);
    padding-right: calc((100% - 720px) /2);
  }
}
@media (max-width: 767px) {
  .full-container .text-right {
    padding: 40px;
    padding-left: calc((100% - 516px) /2);
    padding-right: calc((100% - 516px) /2);
  }
}
@media (max-width: 575px) {
  .full-container .text-right {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.full-container .text-left {
  padding-left: calc((100% - 1296px) /2);
}
@media (max-width: 1399px) {
  .full-container .text-left {
    padding-left: calc((100% - 1116px) /2);
  }
}
@media (max-width: 1199px) {
  .full-container .text-left {
    padding: 100px;
    padding-left: calc((100% - 936px) /2);
  }
}
@media (max-width: 991px) {
  .full-container .text-left {
    padding-left: calc((100% - 720px) /2);
    padding-right: calc((100% - 720px) /2);
  }
}
@media (max-width: 767px) {
  .full-container .text-left {
    padding: 40px;
    padding-left: calc((100% - 516px) /2);
    padding-right: calc((100% - 516px) /2);
  }
}
@media (max-width: 575px) {
  .full-container .text-left {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.full-container .cover {
  padding: 0;
}
.full-container .wp-block-cover {
  min-height: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .full-container .wp-block-cover {
    min-height: 400px;
  }
}
@media (max-width: 575px) {
  .full-container .wp-block-cover {
    min-height: 250px;
  }
}
.wp-block-pb-accordion-item {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 16px;
}
.wp-block-pb-accordion-item h2 {
  margin-bottom: 0 !important;
}
.wp-block-pb-accordion-item ul {
  padding-left: 30px !important;
}
.wp-block-pb-accordion-item .c-accordion__title {
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #F5F5F5;
  border: none;
  color: #1C1C1C;
  padding: 40px 110px 34px 40px;
  transition: all 350ms ease;
  font-weight: 400 !important;
}
@media (max-width: 575px) {
  .wp-block-pb-accordion-item .c-accordion__title {
    padding: 24px 90px 24px 24px;
    font-size: 20px !important;
  }
}
.wp-block-pb-accordion-item .c-accordion__title:after {
  right: 32px;
  font-family: "bootstrap-icons", sans-serif !important;
  content: " ";
  color: #1C1C1C;
}
.wp-block-pb-accordion-item .c-accordion__title:hover {
  background-color: #F5F5F5;
  color: #FF4422;
}
.wp-block-pb-accordion-item .c-accordion__title:hover:after {
  color: #FF4422;
}
.wp-block-pb-accordion-item.is-open .c-accordion__title {
  background-color: #F5F5F5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #1C1C1C;
}
.wp-block-pb-accordion-item.is-open .c-accordion__title:after {
  content: " ";
  color: #1C1C1C;
}
.wp-block-pb-accordion-item .c-accordion__content {
  background-color: #F5F5F5;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 32px 40px;
}
@media (max-width: 575px) {
  .wp-block-pb-accordion-item .c-accordion__content {
    padding: 24px 24px;
  }
}
.wp-block-pb-accordion-item .c-accordion__content p {
  padding-left: 0 !important;
}
.sonaar-grid {
  justify-content: start !important;
}
.sonaar-grid .sricon-play:before {
  line-height: 6em !important;
}
.sonaar-grid .sonaar-Artwort-box {
  position: relative;
}
.sonaar-grid .sonaar-Artwort-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1C1C1C;
  opacity: 0.3;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 250ms;
  pointer-events: none;
}
.audio-playing .sonaar-grid .sonaar-Artwort-box:before {
  background-color: #FF4422;
  opacity: 0;
}
.hörprobe {
  gap: 0;
}
@media (max-width: 1199px) {
  .hörprobe {
    flex-direction: column;
  }
}
.hörprobe .probe {
  padding-left: 232px;
}
@media (max-width: 1399px) {
  .hörprobe .probe {
    padding-left: 120px;
  }
}
@media (max-width: 1199px) {
  .hörprobe .probe {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 80px;
  }
  .hörprobe .probe .sonaar-grid {
    align-items: center;
    justify-content: center !important;
  }
}
.hörprobe .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hörprobe .text .wp-block-group {
  max-width: 400px;
}
.hörprobe .karten {
  padding-right: 170px;
}
@media (max-width: 1399px) {
  .hörprobe .karten {
    padding-right: 90px;
  }
}
@media (max-width: 1199px) {
  .hörprobe .karten {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 120px;
  }
  .hörprobe .karten figure {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hörprobe .karten {
    margin-top: 80px;
  }
}
.kachellinks > .wp-block-group__inner-container {
  display: flex;
  padding-left: 175px;
  padding-right: 175px;
}
@media (max-width: 1575px) {
  .kachellinks > .wp-block-group__inner-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1250px) {
  .kachellinks > .wp-block-group__inner-container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .kachellinks > .wp-block-group__inner-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.kachellinks .kachellink {
  margin: 15px !important;
  width: calc(20% - 30px);
  border: 2px solid #1C1C1C;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 350ms;
}
@media (max-width: 1250px) {
  .kachellinks .kachellink {
    width: calc(33.333% - 30px);
  }
}
@media (max-width: 767px) {
  .kachellinks .kachellink {
    width: calc(50% - 30px);
  }
}
@media (max-width: 575px) {
  .kachellinks .kachellink {
    width: calc(100% - 24px);
    margin: 12px;
  }
}
.kachellinks .kachellink a {
  text-decoration: underline;
  font-weight: 700;
}
.kachellinks .kachellink:hover {
  box-shadow: inset 0 0 0 4px #1C1C1C;
}
.kachellinks .kachellink .wp-block-group__inner-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kachellinks .kachellink .wp-block-group__inner-container p {
  margin: 0 !important;
}
.kachellinks .kachellink:before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
  pointer-events: none;
}
.rezensionen-grp {
  border-top: 29px solid #FF4422;
  border-bottom: 1px solid #656565;
}
.rezensionen-liste {
  background-color: #1C1C1C;
  color: #fff;
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}
@media (max-width: 767px) {
  .rezensionen-liste {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.rezensionen-liste .rezension-list-item {
  margin-bottom: 80px;
}
.rezensionen-liste h2 {
  color: #fff;
  text-align: center;
}
.rezensionen-liste h2:after {
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.rezensionen-liste h3 {
  margin-bottom: 60px;
  color: #fff;
}
.rezensionen-liste h3:after {
  background-color: #fff;
}
.rezensionen-liste .author {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-top: 80px;
}
.rezensionen-liste .author:before {
  content: "";
  width: 82px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -28px;
}
.rezensionen-liste .firma {
  font-style: italic;
}
.rezensionen-liste .inner {
  border: 2px solid #fff;
  padding: 90px 112px;
}
@media (max-width: 991px) {
  .rezensionen-liste .inner {
    padding: 80px 80px;
  }
}
@media (max-width: 767px) {
  .rezensionen-liste .inner {
    padding: 24px;
  }
}
.rezensionen-liste .splide__arrow svg {
  fill: #fff;
  height: 80px;
  width: 80px;
}
.rezensionen-liste .splide__arrow {
  background: transparent;
}
.rezensionen-liste .splide__arrow.splide__arrow--next {
  right: -120px;
}
.rezensionen-liste .splide__arrow.splide__arrow--prev {
  left: -120px;
}
.volle-breite img {
  width: 100%;
}
.termine-liste hr {
  margin-top: 12px !important;
  margin-bottom: 48px !important;
}
.termine-liste .datum {
  font-weight: 700;
}
.termine-liste a {
  font-weight: 700;
  text-decoration: underline;
}
.termine-liste .termin {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .wp-block-image.is-style-rounded img {
    width: 300px !important;
    height: 300px !important;
  }
}
.wp-block-button {
  margin-top: 12px;
}
.wp-block-button.mb-0 a {
  margin-bottom: 0 !important;
}
.wp-block-button.mt-0 a {
  margin-top: 0 !important;
}
.wp-block-button a {
  background-color: transparent;
  font-family: "Amiri", sans-serif;
  text-transform: none;
  text-decoration: none !important;
  color: #1C1C1C !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 25px;
  transition: all 0.2s;
  border-radius: 0;
  border: 2px solid #1C1C1C;
  padding: 22px 48px;
  margin-bottom: 50px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .wp-block-button a {
    font-size: 18px !important;
    padding: 8px 29px !important;
  }
}
.wp-block-button a:hover {
  box-shadow: inset 0 0 0 4px #1C1C1C;
  background-color: transparent !important;
  color: #1C1C1C !important;
}
.wp-block-button a:visited {
  color: #fff;
  background-color: #FF4422;
}
.wp-block-button a:visited:hover {
  box-shadow: -5px -5px #FF4422;
  transform: scale(0.95);
}
.wp-block-button a.active {
  color: #1C1C1C !important;
}
.wp-block-button.neg a {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff;
}
.wp-block-button.neg a:hover {
  box-shadow: inset 0 0 0 4px #fff;
  background-color: transparent !important;
}
a.btn:not(.btn-scroll-to-top) a, button.btn a {
  background-color: transparent;
  font-family: "Amiri", sans-serif;
  text-transform: none;
  text-decoration: none !important;
  color: #1C1C1C !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 25px;
  transition: all 0.2s;
  border-radius: 0;
  border: 2px solid #1C1C1C;
  padding: 22px 48px;
  margin-bottom: 50px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  a.btn:not(.btn-scroll-to-top) a, button.btn a {
    font-size: 18px !important;
    padding: 8px 29px !important;
  }
}
a.btn:not(.btn-scroll-to-top) a:hover, button.btn a:hover {
  box-shadow: inset 0 0 0 4px #1C1C1C;
  background-color: transparent !important;
  color: #1C1C1C !important;
}
a.btn:not(.btn-scroll-to-top) a:visited, button.btn a:visited {
  color: #fff;
  background-color: #FF4422;
}
a.btn:not(.btn-scroll-to-top) a:visited:hover, button.btn a:visited:hover {
  box-shadow: -5px -5px #FF4422;
  transform: scale(0.95);
}
a.btn:not(.btn-scroll-to-top) a.active, button.btn a.active {
  color: #fff !important;
}
a.btn:not(.btn-scroll-to-top).neg a, button.btn.neg a {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff;
}
a.btn:not(.btn-scroll-to-top).neg a:hover, button.btn.neg a:hover {
  box-shadow: inset 0 0 0 4px #fff;
  background-color: transparent !important;
}
.bs-btn-wrapper {
  flex-direction: column;
}
.bs-btn-wrapper .btn {
  background-color: transparent;
  font-family: "Amiri", sans-serif;
  text-transform: none;
  text-decoration: none !important;
  color: #1C1C1C !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 25px;
  transition: all 0.2s;
  border-radius: 0;
  border: 2px solid #1C1C1C !important;
  padding: 22px 48px;
  margin-bottom: 50px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .bs-btn-wrapper .btn {
    font-size: 18px !important;
    padding: 8px 29px !important;
  }
}
.bs-btn-wrapper .btn:hover {
  box-shadow: inset 0 0 0 4px #1C1C1C;
  background-color: transparent !important;
  color: #1C1C1C !important;
}
.bs-btn-wrapper .btn:visited {
  color: #fff;
  background-color: #FF4422;
}
.bs-btn-wrapper .btn:visited:hover {
  box-shadow: -5px -5px #FF4422;
  transform: scale(0.95);
}
.bs-btn-wrapper .btn.active {
  color: #fff !important;
}
.bs-btn-wrapper .btn.neg a {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff;
}
.bs-btn-wrapper .btn.neg a:hover {
  box-shadow: inset 0 0 0 4px #fff;
  background-color: transparent !important;
}
.hupa-iframe-gmaps-container form {
  max-width: none;
}
form {
  margin-left: auto;
  margin-right: auto;
  max-width: 642px;
}
form .hidden-field {
  display: none !important;
}
form input[type=text], form input[type=email] {
  border-radius: 0px;
  border: 1px solid #1C1C1C;
  padding: 19px 28px 19px 60px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  color: #1C1C1C;
  box-shadow: none;
}
form input[type=text]:focus, form input[type=email]:focus {
  box-shadow: none;
  background-color: #F5F5F5;
  border-color: #1C1C1C;
}
form .icon-feld {
  position: relative;
}
form .icon-feld:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  font-family: "bootstrap-icons" !important;
  font-size: 20px;
  line-height: 20px;
  left: 24.5px;
  top: 24px;
}
form .icon-feld.feld-name:before {
  content: "";
  font-size: 22px;
}
form .icon-feld.feld-mail:before {
  content: "";
}
form .icon-feld.feld-telefon:before {
  content: "";
}
form .icon-feld.feld-nachricht:before {
  content: "";
}
form textarea.form-control {
  border-radius: 0px;
  border: 1px solid #1C1C1C;
  padding: 19px 28px 19px 60px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  color: #1C1C1C;
  box-shadow: none;
  height: 148px;
  resize: none;
}
form textarea.form-control:focus {
  box-shadow: none;
  background-color: #F5F5F5;
  border-color: #1C1C1C;
}
form label.form-label {
  color: #1C1C1C;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  margin-bottom: 13px;
}
form .text-danger {
  color: #1C1C1C !important;
}
form .form-check {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 24px;
}
form .form-check .form-check-input {
  border-color: #1C1C1C;
  width: 24px;
  height: 24px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 5px !important;
  box-shadow: none;
}
form .form-check .form-check-label {
  line-height: 21px;
  font-size: 16px;
  padding-top: 6px;
  padding-left: 10px;
}
form .form-check .form-check-label a {
  color: #FF4422 !important;
  text-decoration: underline !important;
  font-weight: 700;
}
form .form-check .form-check-label a:hover {
  color: #656565 !important;
}
form input[type=checkbox].form-check-input {
  border-radius: 0;
}
form input[type=checkbox].form-check-input:focus {
  box-shadow: none;
}
form input[type=checkbox].form-check-input:checked {
  background-color: #FF4422;
  border-color: #FF4422;
}
form .invalid-feedback {
  display: none !important;
}
form .pflicht {
  margin-top: 24px !important;
  margin-bottom: 17px !important;
  font-size: 16px;
  line-height: 25px;
}
form .info-box {
  padding: 24px;
  background-color: #FF4422;
  margin-bottom: 22px;
}
form .info-box .highlight {
  font-weight: 600;
  color: #FF4422;
}
form .info-box a {
  font-weight: 400;
}
@media (max-width: 1199px) {
  #hupaCarousel1 img, #hupaCarousel1 .carousel-item {
    height: 580px !important;
  }
}
@media (max-width: 575px) {
  #hupaCarousel1 img, #hupaCarousel1 .carousel-item {
    height: 380px !important;
  }
}
@media (max-width: 575px) {
  #hupaCarousel2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  #hupaCarousel2 img, #hupaCarousel2 .carousel-item {
    height: 300px !important;
  }
}
@media (max-width: 767px) {
  #hupaCarousel3, #hupaCarousel4 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  #hupaCarousel3 img, #hupaCarousel3 .carousel-item, #hupaCarousel4 img, #hupaCarousel4 .carousel-item {
    height: 300px !important;
  }
}
.carousel-indicators {
  bottom: -78px !important;
}
.carousel-indicators button {
  background-color: #bdbdbd !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 100% !important;
  background-clip: border-box;
  transition: all 0.2s;
  width: 12px !important;
  height: 12px !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.carousel-indicators button.active {
  background-color: #FF4422 !important;
}
.carousel-control-prev span, .carousel-control-next span {
  height: 40px;
  width: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
}
.carousel-control-prev span:before, .carousel-control-next span:before {
  color: #FF4422;
  transition: all 0.2s;
  content: "";
  font-family: "bootstrap-icons" !important;
  font-size: 22px;
}
.carousel-control-prev span:before {
  content: "";
}
#page {
  min-height: 100%;
  height: auto !important;
}
#loadingDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loadingDiv .loader {
  display: flex;
  gap: 12px;
  position: relative;
  animation: pulse 500ms infinite;
}
#loadingDiv .loader::before {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("../img/tru$t-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load9 {
  2% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load9 {
  2% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load10 {
  4% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load10 {
  4% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load11 {
  6% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load11 {
  6% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.home-header-img {
  margin-top: 123px;
  margin-bottom: 123px;
}
@media (max-width: 991px) {
  .home-header-img {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .home-header-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.featured-full-width-img {
  height: 400px !important;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .featured-full-width-img {
    height: 250px !important;
  }
}
@media (max-width: 767px) {
  .featured-full-width-img {
    height: 180px !important;
    margin-bottom: 40px;
  }
}
.post-title-container {
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-bottom: 64px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-title-container .inner {
  padding-top: 320px;
  padding-bottom: 40px;
  z-index: 50;
  position: relative;
}
.post-title-container .entry-title {
  margin-bottom: 0;
}
.home .post-title-container {
  display: none;
}
.page-id-17 .post-title-container, .page-id-8 .post-title-container, .page-id-14 .post-title-container, .page-id-16 .post-title-container, .page-id-32 .post-title-container, page-id-22 .post-title-container {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .site-main > .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
body.noscroll {
  overflow: hidden !important;
}
#content {
  min-height: auto !important;
}
#content, .mobile-padding {
  padding-top: 0 !important;
}
@media (max-width: 575px) {
  #content, .mobile-padding {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.site-content {
  overflow: visible;
  padding-bottom: 0px;
  position: relative;
}
.page-id-17 .site-content, .page-id-15 .site-content, .page-id-16 .site-content {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #page {
    overflow: hidden !important;
  }
}
.top-button {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
  right: 0px !important;
  bottom: 40px !important;
  border-radius: 5px;
  position: fixed;
  z-index: 99;
}
.top-button .btn.btn-scroll-to-top {
  background-color: #1C1C1C;
  border: none !important;
}
@media (max-width: 767px) {
  .top-button {
    bottom: 10px;
    right: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.top-button a {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .top-button a {
    width: 50px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.bootscore-info {
  z-index: 7;
  position: relative;
  display: block;
}
.bootscore-info.border-top {
  border-top: none !important;
}
.bootscore-info.py-2 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.bootscore-info .container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .bootscore-info .container {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .bootscore-info .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bootscore-info .socials-row a {
  font-size: 19px !important;
}
.bootscore-info a:not(.hupa-link) {
  color: #fff !important;
  position: relative;
  transition: all 0.2s;
  font-style: normal;
  font-family: "Amiri", sans-serif;
  line-height: 23px;
  text-decoration: none;
  font-size: 24px;
}
@media (max-width: 991px) {
  .bootscore-info a:not(.hupa-link) {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .bootscore-info a:not(.hupa-link) {
    font-size: 18px;
    margin-left: 0 !important;
  }
}
.bootscore-info a:not(.hupa-link):hover {
  color: #FF4422 !important;
}
.bootscore-info a:not(.hupa-link):first-child {
  padding-left: 0;
}
.bootscore-info .website-title {
  padding-left: 0;
}
@media (max-width: 991px) {
  .bootscore-info .footer-datenschutz {
    margin-right: auto;
    margin-bottom: 48px !important;
  }
}
.bootscore-info .footer-links {
  display: flex;
  margin-left: 0px;
  margin-right: auto;
  padding-left: 0 !important;
}
.bootscore-info .footer-links .dat-link {
  margin-left: 0px;
  position: relative;
}
@media (max-width: 575px) {
  .bootscore-info .footer-links .dat-link {
    padding-left: 0;
  }
}
.bootscore-info .footer-links .imp-link {
  margin-left: 64px;
  position: relative;
  padding-left: 0;
}
@media (max-width: 575px) {
  .bootscore-info .footer-links .imp-link {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .bootscore-info .footer-links {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .bootscore-info .footer-links {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .bootscore-info .footer-impressum {
    margin-right: auto;
    margin-left: auto;
  }
}
.bootscore-info span {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .bootscore-info span {
    padding-left: 0;
  }
}
.bootscore-info .hupa-link {
  display: block;
  position: absolute;
  right: 12px;
  width: 17px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .bootscore-info .hupa-link {
    right: 50%;
    transform: translate(50%, 0%);
    top: auto;
    bottom: 30px;
  }
}
.bootscore-info .hupa-link svg {
  fill: #fff;
  transition: all 0.2s;
  overflow: visible;
}
.bootscore-info .hupa-link:hover svg {
  fill: #FF4422;
}
/*# sourceMappingURL=https://www.stefan-polter.de/wp-content/themes/starter-theme-v2-child/child-style.css.map */