@charset "UTF-8";
/**
 * Theme Name:        Halle U
 * Description:       The Halle U Theme
 * Version:           1.0.0
 * Author:            Thorsten Hallscheidt
 * Author URI:        https://atseesite.de
 * Text Domain:       Halle U
 * Domain Path:       /assets/lang
 * Tested up to:      6.6
 * Requires at least: 6.2
 * Requires PHP:      8.1
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */
@font-face {
  font-family: "Zalando Sans";
  src: url("./assets/fonts/ZalandoSans-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zalando Sans";
  src: url("./assets/fonts/ZalandoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zalando Sans";
  src: url("./assets/fonts/ZalandoSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.maintenance .logo-box {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html * {
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zalando Sans", Helvetica, sans-serif;
  letter-spacing: unset;
  hyphens: auto;
  background-color: #FFC8DD;
  color: #000;
}
body.admin-bar .header-wrapper {
  top: 30px;
}

h1 {
  font-size: 57px;
}

h3 {
  font-size: 32px;
}

p {
  font-size: 24px;
  font-weight: 200;
}

.wp_button_inline {
  background-color: #fe0000;
  transition: all 0.5s;
  display: inline-block;
  width: 228px;
}
.wp_button_inline a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-width: 228px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 24px;
}
.wp_button_inline:hover {
  background-color: #fff;
}
.wp_button_inline:hover a {
  color: #fe0000;
}

@media all and (max-width: 600px) {
  h1 {
    font-size: 47px;
    line-height: 47px;
  }

  p {
    font-size: 18px;
  }

  .wp_button_inline {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}
.uppercase {
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

a {
  color: #fe0000;
  transition: all 0.7s;
}

a:hover {
  color: #e23030;
  text-decoration: none;
}

.has-element-width-wide {
  max-width: 1200px;
  margin: 0 auto;
}

.has-element-width-medium {
  max-width: 950px;
  margin: 0 auto;
}

/*************** Headerbereich **********/
.header_content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.header_content a {
  color: #000;
}
.header_content .header_bg_image {
  width: 100%;
  overflow: hidden;
}
.header_content .header_bg_image img {
  display: block;
  width: 100%;
  height: auto;
}
.header_content .header-navigation {
  position: absolute;
  top: 70px;
  right: 30px;
  z-index: 100;
}
.header_content .header-navigation a {
  text-decoration: none;
}
.header_content .header-navigation .header-menu .submenu-back {
  display: none;
}
.header_content .header-navigation .header-menu > .menu {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_content .header-navigation .header-menu > .menu > .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_content .header-navigation .header-menu > .menu > .menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.4rem 0;
  color: #111;
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.2s ease;
}
.header_content .header-navigation .header-menu > .menu > .menu-item:hover > a, .header_content .header-navigation .header-menu > .menu > .menu-item.current-menu-item > a, .header_content .header-navigation .header-menu > .menu > .menu-item.current-menu-ancestor > a, .header_content .header-navigation .header-menu > .menu > .menu-item.current_page_item > a, .header_content .header-navigation .header-menu > .menu > .menu-item.current-page-ancestor > a {
  color: #ef3b2d;
}
.header_content .header-navigation .menu-item-has-children {
  position: relative;
}
.header_content .header-navigation .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.25rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
}
.header_content .header-navigation .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header_content .header-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 20rem;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f1f1f1;
  box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.6rem);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.header_content .header-navigation .sub-menu > .menu-item {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d9d9d9;
  list-style: none;
}
.header_content .header-navigation .sub-menu > .menu-item:first-child {
  border-top: 0;
}
.header_content .header-navigation .sub-menu > .menu-item > a {
  display: block;
  padding: 1.1rem 1.2rem;
  color: #111;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 300;
  text-decoration: none;
  background: #f1f1f1;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.header_content .header-navigation .sub-menu > .menu-item:hover > a, .header_content .header-navigation .sub-menu > .menu-item.current-menu-item > a, .header_content .header-navigation .sub-menu > .menu-item.current-menu-ancestor > a, .header_content .header-navigation .sub-menu > .menu-item.current_page_item > a, .header_content .header-navigation .sub-menu > .menu-item.current-page-ancestor > a {
  background: #ef3b2d;
  color: #fff;
}
.header_content .header-navigation .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  transform: translateX(0.6rem);
}
.header_content .header-navigation .sub-menu .menu-item-has-children:hover > .sub-menu {
  transform: translateX(0);
}

.logo_wrap {
  padding-top: 10px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
}
.logo_wrap .logo_mobile {
  display: none;
}
.logo_wrap a {
  display: block;
  width: 230px;
  height: 100%;
  pointer-events: all;
}
.logo_wrap a img {
  width: 100%;
  max-width: 220px;
  object-fit: contain;
}

@media all and (max-width: 600px) {
  .logo_wrap {
    margin-bottom: 20px;
  }
  .logo_wrap a {
    width: 370px;
  }
  .logo_wrap a img {
    display: block;
    max-width: 100%;
  }
}
.hamburger-menu {
  position: absolute;
  top: 24px;
  right: 23px;
  z-index: 1000;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.open {
  transform: rotate(-180deg);
}

.line {
  width: 30px;
  height: 3px;
  margin: 3px 0;
  background-color: #000;
  transition: all 0.4s ease;
}

.white .line {
  background-color: #000;
}

.open .line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 5px);
}

.open .line:nth-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(-90deg);
}

.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -5px);
}

/*************** Mobile Navigation **********/
@media (max-width: 1450px) {
  .header-wrapper {
    height: 90px;
  }

  .header_content {
    width: 100%;
  }
  .header_content .navigation_wrapper {
    position: relative;
  }
  .header_content .navigation_wrapper.nav_open::before {
    content: "";
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 31vw;
    background: rgba(0, 0, 0, 0.72);
    pointer-events: none;
  }
  .header_content .header-navigation {
    position: fixed;
    top: 90px;
    right: 0;
    left: auto;
    z-index: 1000;
    display: block;
    width: 69vw;
    max-width: 560px;
    height: calc(100vh - 90px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    box-shadow: -4px 8px 18px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 320ms ease, opacity 240ms ease, visibility 0s linear 320ms;
  }
  .header_content .header-navigation.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 320ms ease, opacity 240ms ease, visibility 0s;
  }
  .header_content .header-navigation a {
    color: #111;
    text-decoration: none;
  }
  .header_content .header-navigation .header-menu {
    position: relative;
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }
  .header_content .header-navigation .header-menu .menu,
.header_content .header-navigation .header-menu .menu-item,
.header_content .header-navigation .header-menu .menu-item-has-children {
    position: static !important;
  }
  .header_content .header-navigation .header-menu > .menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header_content .header-navigation .header-menu > .menu > .menu-item {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  .header_content .header-navigation .header-menu > .menu > .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 0 46px 0 24px;
    font-size: clamp(1.05rem, 3.1vw, 1.3rem);
    line-height: 1.15;
    font-weight: 300;
    background: #fff;
  }
  .header_content .header-navigation .header-menu > .menu > .menu-item.current-menu-item > a, .header_content .header-navigation .header-menu > .menu > .menu-item.current-menu-ancestor > a, .header_content .header-navigation .header-menu > .menu > .menu-item.current_page_item > a, .header_content .header-navigation .header-menu > .menu > .menu-item.current-page-ancestor > a {
    background: #292929;
    color: #fff;
  }
  .header_content .header-navigation .menu-item-has-children:hover > .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
  }
  .header_content .header-navigation .menu-item-has-children.submenu-open:hover > .sub-menu,
.header_content .header-navigation .menu-item-has-children.submenu-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 300ms ease, opacity 220ms ease, visibility 0s;
  }
  .header_content .header-navigation .menu-item-has-children > a::before,
.header_content .header-navigation .menu-item-has-children > a::after,
.header_content .header-navigation .sub-menu .menu-item-has-children > a::before,
.header_content .header-navigation .sub-menu .menu-item-has-children > a::after {
    content: none !important;
    display: none !important;
  }
  .header_content .header-navigation .menu-item-has-children > a {
    position: relative;
    cursor: pointer;
  }
  .header_content .header-navigation .menu-item-has-children > a::after {
    content: "›" !important;
    position: absolute;
    top: 50%;
    right: 24px;
    display: block !important;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    color: currentColor;
    font-size: 1.3rem;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 240ms ease;
  }
  .header_content .header-navigation .menu-item-has-children.submenu-open > a::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .header_content .header-navigation .sub-menu {
    position: absolute !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 50;
    display: block;
    min-width: 0;
    min-height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    background: #fff;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 300ms ease, opacity 220ms ease, visibility 0s linear 300ms;
  }
  .header_content .header-navigation .sub-menu::before {
    content: none !important;
    display: none !important;
  }
  .header_content .header-navigation .sub-menu > .submenu-back {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    list-style: none;
    background: #fff;
  }
  .header_content .header-navigation .sub-menu > .submenu-back > button {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-family: inherit;
    font-size: clamp(1.05rem, 3.1vw, 1.3rem);
    line-height: 1.15;
    font-weight: 300;
    text-align: left;
    cursor: pointer;
    appearance: none;
  }
  .header_content .header-navigation .sub-menu > .submenu-back > button:hover, .header_content .header-navigation .sub-menu > .submenu-back > button:focus-visible {
    background: #f2f2f2;
    color: #111;
    outline: none;
  }
  .header_content .header-navigation .sub-menu > .menu-item {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  .header_content .header-navigation .sub-menu > .menu-item > a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 46px 0 24px;
    background: #fff;
    color: #111;
    font-size: clamp(1.05rem, 3.1vw, 1.3rem);
    line-height: 1.15;
    font-weight: 300;
  }
  .header_content .header-navigation .sub-menu > .menu-item:hover > a, .header_content .header-navigation .sub-menu > .menu-item.current-menu-item > a, .header_content .header-navigation .sub-menu > .menu-item.current-menu-ancestor > a, .header_content .header-navigation .sub-menu > .menu-item.current_page_item > a, .header_content .header-navigation .sub-menu > .menu-item.current-page-ancestor > a {
    background: #292929;
    color: #fff;
  }
  .header_content .header-navigation .sub-menu .sub-menu {
    top: 0 !important;
    right: 0;
    left: 0 !important;
    padding-left: 0;
    transform: translateX(100%);
  }

  .hamburger-menu {
    z-index: 1002;
    display: flex;
  }
}
/*************** Kleine Screens **********/
@media (max-width: 480px) {
  .header_content .navigation_wrapper.nav_open::before {
    width: 30vw;
  }
  .header_content .header-navigation {
    width: 70vw;
  }
  .header_content .header-navigation .header-menu > .menu {
    margin-top: 0;
    padding: 0;
  }
  .header_content .header-navigation .header-menu > .menu > .menu-item > a {
    min-height: 48px;
    padding-left: 22px;
    padding-right: 40px;
    font-size: clamp(1rem, 3.9vw, 1.18rem);
  }
  .header_content .header-navigation .menu-item-has-children > a::after {
    right: 22px;
    font-size: 1.2rem;
  }
  .header_content .header-navigation .sub-menu > .submenu-back > button {
    min-height: 48px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: clamp(1rem, 3.9vw, 1.18rem);
  }
  .header_content .header-navigation .sub-menu > .menu-item > a {
    min-height: 48px;
    padding-left: 22px;
    padding-right: 40px;
    font-size: clamp(1rem, 3.9vw, 1.18rem);
  }

  .hamburger-menu {
    top: 23px;
    right: 18px;
  }
}
.variable-content > * {
  margin-left: auto;
  margin-right: auto;
}
.variable-content > *.fullwidth {
  max-width: 100%;
}

.variable-content {
  /***************** Welcome Header ***********************/
  /***************** Animated Divider ***********************/
}
.variable-content .welcome-header {
  --square-size: 25px;
  --square-color: #ed1b2f;
  position: relative;
  margin: 85px auto 150px auto;
  padding: 25px;
}
.variable-content .welcome-header::before, .variable-content .welcome-header::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--square-size);
  box-sizing: border-box;
  border-left: var(--square-size) solid var(--square-color);
  border-right: var(--square-size) solid var(--square-color);
  pointer-events: none;
}
.variable-content .welcome-header::before {
  top: 0;
}
.variable-content .welcome-header::after {
  bottom: 0;
}
.variable-content .welcome-header h1 {
  margin: 0;
}
.variable-content .welcome-header h3 {
  font-weight: 200;
  font-size: 32px;
  margin: 0;
}
@media all and (max-width: 600px) {
  .variable-content .welcome-header {
    padding: 25px;
    --square-size: 16px;
    margin: 70px 0;
  }
  .variable-content .welcome-header h3 {
    font-size: 21px;
    margin-top: 10px;
  }
}
.variable-content .animated-divider {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  overflow: hidden;
  font-size: 26px;
  font-weight: 400;
  margin: 143px auto;
  max-width: 1200px;
}
.variable-content .animated-divider__content {
  position: relative;
  z-index: 2;
}
.variable-content .animated-divider__square {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 7px;
  height: 7px;
  background: currentColor;
  pointer-events: none;
  transform: translateY(0);
  will-change: transform;
}
@media all and (max-width: 600px) {
  .variable-content .animated-divider {
    margin: 75px auto;
  }
}

@media all and (max-width: 1280px) {
  .variable-content {
    margin: 0 16px;
  }
}
footer .social-media {
  display: flex;
  justify-content: center;
  margin-top: 140px;
}
footer .social-media .menu {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
footer .social-media .menu li {
  margin: 0 17px;
  display: block;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .social-media .menu li.fb {
  background-image: url("assets/img/fb.svg");
}
footer .social-media .menu li.insta {
  background-image: url("assets/img/insta.svg");
}
footer .social-media .menu li.tiktok {
  background-image: url("assets/img/tiktok.svg");
}
footer .social-media .menu li.linkedIn {
  background-image: url("assets/img/linkedIn.svg");
}
footer .social-media .menu li.youtube {
  background-image: url("assets/img/youtube.svg");
}
footer .social-media .menu li a {
  font-size: 0;
}
@media all and (max-width: 600px) {
  footer .social-media {
    margin-top: 70px;
  }
}
footer .footer-menu {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 80px;
}
footer .footer-menu .menu {
  padding: 0;
  width: 700px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
footer .footer-menu .menu li {
  display: block;
}
footer .footer-menu .menu li a {
  color: #000;
  font-weight: 200;
  font-size: 23px;
}
@media all and (max-width: 600px) {
  footer .footer-menu .menu {
    flex-wrap: wrap;
  }
  footer .footer-menu .menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .footer-menu .menu li a {
    font-size: 18px;
  }
}

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