@charset "UTF-8";
/*Werte*/
body {
  --colorButton:#000;
  --backgroundMenuItemHover:#fff;
  --backgroundFooter:#fff;
  --colorButton:#000;
  --borderRadius:0;
  --swiper-navigation-top-offset:80px;
  --swiper-navigation-size: 14px;
  --headerHeight:74px;
  --lineHeightParagraph:28px;
  --colorLinkHover: var(--colorLink);
}
@media (max-width: 1112px) {
  body {
    --headerHeight:56px;
    --swiper-navigation-top-offset: 52px;
  }
}

/*Fonts*/
@font-face {
  font-family: "Montserrat";
  src: url("./font/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./font/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("font/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("font/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
h1, h2, h3, h4, h5 {
  font-weight: 900;
  font-style: italic;
  line-height: 1.18;
  text-transform: uppercase;
}

.home h1.wp-block-heading {
  font-size: 64px;
  font-weight: 900;
}

.home h2 {
  font-size: 56px;
}

.font-thin {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: italic;
}

/*Wegen Sport-Ehrenamt Logo*/
#mb-container > main {
  padding-bottom: 60px;
}

.single-post #mb-container > main,
.blog #mb-container > main {
  padding-bottom: 300px;
}

/*Header*/
header .widget_nav_menu ul li a {
  font-weight: 700;
}
header #header-logo a {
  justify-content: flex-start;
}
header #header-logo a img {
  height: 57px;
}
@media (min-width: 1113px) {
  header #header-logo a img {
    padding: 0 !important;
  }
}
header .menu li a {
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
}
header .widget_nav_menu.mb-header-menu-wrap nav ul li:last-child .sub-menu {
  min-width: 45px;
  left: calc(100% - 8px);
}
header .widget_nav_menu.mb-header-menu-wrap nav ul li:last-child .sub-menu li {
  padding: 0;
}
header .widget_nav_menu.mb-header-menu-wrap nav ul li:last-child .sub-menu li a {
  padding: 15px !important;
  width: auto;
}

/*Menu*/
footer .menu li,
header .widget_nav_menu ul li {
  padding: var(--abstandMenuItem);
}
footer .menu li a,
header .widget_nav_menu ul li a {
  padding: 0 !important;
}
footer .menu li a:hover,
header .widget_nav_menu ul li a:hover {
  text-decoration: none !important;
}

/*Links-, Menu-HOVER*/
.post-content a:not(.wp-element-button):after,
.menu a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: black;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.post-content a:not(.wp-element-button):hover:after,
.menu a:hover:after {
  transform: scaleX(1);
}

.post-content a:not(.wp-element-button):after {
  background: var(--colorLink);
}

footer .menu a:after {
  bottom: -2px;
}

/*Buttons*/
.wp-block-button {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.wp-block-button:hover {
  transform: rotate(-5deg);
}
.wp-block-button a {
  font-size: 18px;
  padding: 16px;
}

/*Hero*/
.butzeck-hero-wrapper {
  height: calc(100vh - var(--headerHeight));
  padding: 0 !important;
}
.butzeck-hero-wrapper figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.butzeck-hero-wrapper figure img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.butzeck-hero-wrapper .ihf-counter {
  position: absolute;
  max-width: 768px !important;
  left: calc(50% - 768px);
  right: auto;
  margin: 0 auto !important;
  padding: 30px 30px 60px !important;
  top: 25%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.butzeck-hero-wrapper .ihf-counter * {
  text-transform: uppercase;
}
.butzeck-hero-wrapper .ihf-counter h2 {
  font-size: 64px;
  margin-bottom: 0;
}
.butzeck-hero-wrapper .ihf-counter p:not(.font-thin) {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  line-height: 49px;
  margin-bottom: 36px;
}
.butzeck-hero-wrapper .ihf-counter p:not(.font-thin) sup {
  font-size: 19px;
}
.butzeck-hero-wrapper .ihf-counter .font-thin {
  font-size: 48px;
}
.butzeck-hero-wrapper .slide-in-wrapper {
  position: absolute;
  top: 0;
  left: -50%;
  background: #fff;
  height: 100%;
  width: 50%;
  padding: 80px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.butzeck-hero-wrapper .slide-in-wrapper * {
  margin-left: 0 !important;
}
.butzeck-hero-wrapper .slide-in-wrapper h1 + p strong {
  font-weight: 900;
  font-style: italic;
}
@media (max-width: 1440px) {
  .butzeck-hero-wrapper .ihf-counter {
    max-width: 650px !important;
    left: calc(50% - 568px);
  }
  .butzeck-hero-wrapper .ihf-counter h2 {
    font-size: 50px;
  }
  .butzeck-hero-wrapper .ihf-counter p {
    font-size: 28px;
  }
  .butzeck-hero-wrapper .ihf-counter .font-thin {
    font-size: 40px;
  }
}
@media (max-width: 1112px) {
  .butzeck-hero-wrapper .ihf-counter {
    max-width: 640px !important;
    left: calc(50% - 540px);
  }
}
@media (max-width: 1024px) {
  .butzeck-hero-wrapper .ihf-counter {
    max-width: 600px !important;
    left: calc(50% - 480px);
  }
  .butzeck-hero-wrapper .ihf-counter h2 {
    font-size: 48px;
  }
  .butzeck-hero-wrapper .ihf-counter p {
    font-size: 24px;
  }
  .butzeck-hero-wrapper .ihf-counter .font-thin {
    font-size: 36px;
  }
  .butzeck-hero-wrapper .slide-in-wrapper {
    padding: 40px !important;
  }
}

/*Lebenslauf*/
#about-me {
  margin-bottom: 24px;
}

.about-butzeck {
  font-size: 40px !important;
  hyphens: none;
  margin-bottom: var(--abstandUntenHeadline-2);
}

.lebenslauf-wrap-main {
  overflow: visible;
  background-size: contain !important;
  background-repeat: no-repeat;
  padding-bottom: 0 !important;
  background-attachment: fixed;
}
.lebenslauf-wrap-main:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .lebenslauf-wrap-main:before {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .lebenslauf-wrap-main:before {
    width: 56%;
  }
}
@media (max-width: 1112px) {
  .lebenslauf-wrap-main:before {
    display: none;
  }
}
.lebenslauf-wrap-main .lebenslauf-wrap {
  /*Allgemeine ContainerStyles*/
}
.lebenslauf-wrap-main .lebenslauf-wrap > div.wp-block-group {
  width: 80%;
  min-height: 150px;
  margin-bottom: 0;
  padding: 60px 60px 160px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.lebenslauf-wrap-main .lebenslauf-wrap > div.wp-block-group:not(:first-child) {
  margin-top: -70px;
}
.lebenslauf-wrap-main .lebenslauf-wrap > div.wp-block-group:nth-child(even) {
  margin-left: 0;
  margin-right: auto;
  animation: slideInLeft 0.6s ease-out;
}
.lebenslauf-wrap-main .lebenslauf-wrap > div.wp-block-group:nth-child(odd) {
  margin-left: auto;
  margin-right: 0;
  animation: slideInRight 0.6s ease-out;
}
.lebenslauf-wrap-main .lebenslauf-wrap > div.wp-block-group.last-Element {
  overflow: visible;
}
.lebenslauf-wrap-main .lebenslauf-wrap > div.wp-block-group.last-Element:after {
  --grow:50px;
  content: "";
  background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.83) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: calc(2 * var(--grow));
  left: calc(var(--grow) * -1);
  width: calc(100% + 2 * var(--grow));
  height: 100%;
  display: block;
}
.lebenslauf-wrap-main .lebenslauf-wrap > div.wp-block-group.last-Element p::after {
  content: "";
  background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.83) 60%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
@media (max-width: 1112px) {
  .lebenslauf-wrap-main .lebenslauf-wrap {
    flex-basis: 100% !important;
  }
}
.lebenslauf-wrap-main .lebenslauf-wrap {
  /* Animationen */
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.lebenslauf-wrap-main .lebenslauf-wrap {
  /* Container initial verstecken */
}
.lebenslauf-wrap-main .lebenslauf-wrap > div.wp-block-group {
  display: none;
}
.lebenslauf-wrap-main .lebenslauf-wrap > div.wp-block-group.show {
  display: block;
}
.lebenslauf-wrap-main .lebenslauf-wrap {
  /* Buttons */
}
.lebenslauf-wrap-main .lebenslauf-wrap .wp-block-buttons {
  padding: 40px 0;
  margin-top: -120px;
  justify-content: center;
}
.lebenslauf-wrap-main .lebenslauf-wrap .wp-block-buttons .load-more.hidden {
  display: none;
}
.lebenslauf-wrap-main .lebenslauf-wrap .wp-block-buttons.is-open {
  margin-top: auto;
}
.lebenslauf-wrap-main .lebenslauf-wrap .wp-block-buttons .bi-cloud-arrow-down-fill {
  display: flex;
  flex-direction: row-reverse;
}
.lebenslauf-wrap-main .lebenslauf-wrap .wp-block-buttons .bi-cloud-arrow-down-fill a {
  padding-right: calc(var(--abstandIcon) + var(--buttonPaddingLR));
  padding-left: var(--buttonPaddingLR);
}
.lebenslauf-wrap-main .lebenslauf-wrap .wp-block-buttons .bi-cloud-arrow-down-fill.mb-button-icon.bi:before {
  padding-right: var(--abstandIcon);
  padding-left: 0;
}

/*Slider Starting Eleven*/
.swiper-numberpagination {
  display: flex;
  flex-direction: column;
}
.swiper-numberpagination .swiper-wrapper {
  pointer-events: none;
  align-items: flex-start;
  max-width: 100% !important;
}
.swiper-numberpagination .swiper-wrapper * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
.swiper-numberpagination .swiper-button-next,
.swiper-numberpagination .swiper-button-prev {
  background-color: #000;
  width: 30px;
  height: 30px;
  z-index: 11;
}
.swiper-numberpagination .swiper-pagination {
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--abstandUntenHeadline-2);
  gap: 25px;
  max-width: 1174px;
  min-height: 140px;
}
.swiper-numberpagination .swiper-pagination .butzeck-bulletpoints {
  --swiper-pagination-bullet-width:auto;
  opacity: 1;
  background-color: transparent;
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;
  height: 100%;
  margin: 0;
  transition: all 0.3s ease;
}
.swiper-numberpagination .swiper-pagination .butzeck-bulletpoints.swiper-pagination-bullet-active {
  font-size: 140px;
}
@media (max-width: 1112px) {
  .swiper-numberpagination .swiper-pagination {
    gap: 15px;
    min-height: 80px;
  }
  .swiper-numberpagination .swiper-pagination .butzeck-bulletpoints {
    font-size: 45px;
  }
  .swiper-numberpagination .swiper-pagination .butzeck-bulletpoints.swiper-pagination-bullet-active {
    font-size: 80px;
  }
}
@media (max-width: 834px) {
  .swiper-numberpagination .swiper-pagination {
    gap: 13px;
  }
  .swiper-numberpagination .swiper-pagination .butzeck-bulletpoints {
    font-size: 35px;
  }
  .swiper-numberpagination .swiper-pagination .butzeck-bulletpoints.swiper-pagination-bullet-active {
    font-size: 80px;
  }
}

/*Iframe*/
iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}

/*Footer*/
footer {
  padding: var(--abstandUntenPostContent) 0;
  background-image: linear-gradient(90deg, #000 50%, transparent 50%), url("Bild-Footer-Ausschnitt.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right -6% center;
}
footer .footer-sidebar-wrap,
footer #corporate-copyright {
  display: none !important;
}
footer #block-7 > div {
  --colorButtonHover:#ffffff;
  gap: 120px;
}
footer #block-7 > div > div * {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
footer #block-7 > div {
  /*Formular*/
}
footer #block-7 > div > div:first-child p,
footer #block-7 > div > div:first-child h2 {
  color: #fff;
}
footer #block-7 > div > div:first-child {
  /*Label*/
}
footer #block-7 > div > div:first-child .nf-field-label {
  position: absolute;
  margin-bottom: 0 !important;
  top: 17px;
  left: 20px;
  z-index: 1;
  transition: all 0.3s ease;
  width: calc(100% - 80px);
  pointer-events: none;
}
footer #block-7 > div > div:first-child .focus-input .nf-field-label {
  top: -21px !important;
  left: 0px;
}
footer #block-7 > div > div:first-child .focus-input .nf-field-label label {
  color: #fff;
}
footer #block-7 > div > div:first-child .nf-error-msg,
footer #block-7 > div > div:first-child .field-wrap.html-wrap p {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
}
footer #block-7 > div > div:first-child input {
  min-height: 60px;
  padding: 20px;
}
footer #block-7 > div > div:first-child .textbox-container {
  margin-bottom: 20px;
}
footer #block-7 > div > div:first-child {
  /*Submit*/
}
footer #block-7 > div > div:first-child .submit-container {
  margin-bottom: 0;
}
footer #block-7 > div > div:first-child .submit-container input[type=submit] {
  width: 100%;
  border: 1px solid #fff;
  font-size: 24px;
}
footer #block-7 > div {
  /*Contact*/
}
footer #block-7 > div > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer #block-7 > div > div:last-child * {
  margin-left: 0;
}
footer #block-7 > div > div:last-child h2 {
  margin-bottom: 30px;
}
footer #block-7 > div > div:last-child {
  /*Menü*/
}
footer #block-7 > div > div:last-child .widget_nav_menu {
  margin-top: auto;
}
footer #block-7 > div > div:last-child .widget_nav_menu a:hover {
  background: transparent;
}
@media (max-width: 1112px) {
  footer {
    background-position: right -50% center;
  }
}
@media (max-width: 1024px) {
  footer {
    background-position: right -60% center;
    padding: 40px 0;
  }
}
footer .sport-ehrenamt {
  top: -270px;
}

.home .mbgi-block-stoerer {
  display: none !important;
}

@media (min-width: 1181px) {
  .home .mbgi-block-stoerer {
    display: block !important;
    background-image: url("https://handball-deserves-more.com/wp-content/uploads/sites/6/2025/09/whatsapp-channel-qr.png");
    width: 180px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home .mbgi-block-stoerer .stoerer-close::before {
    color: #fff;
  }
  .home .mbgi-block-stoerer .stoerer-text {
    height: 100%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home .mbgi-block-stoerer .stoerer-text p {
    line-height: 1.1;
  }
  .home .mbgi-block-stoerer .stoerer-link {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
/** ********
    Mobile
* ******* */
@media (max-width: 1112px) {
  #menu-hauptmenue li {
    align-items: center;
  }
}
.tablet-m-down {
  display: none;
}

@media (max-width: 834px) {
  .tablet-m-down {
    display: block !important;
  }
  .tablet-m-up {
    display: none !important;
  }
  .post-content {
    /*Hero*/
  }
  .post-content .butzeck-hero-wrapper .alignfull {
    padding: 0 !important;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter {
    top: 0;
    left: 0;
    max-width: 100% !important;
    background-color: #000 !important;
    padding: 20px !important;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter > div * {
    color: #fff;
    font-size: 16px !important;
    margin: 0 !important;
    font-family: "Montserrat";
    font-weight: 400 !important;
    font-style: normal;
    line-height: 1 !important;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter > div sup {
    font-size: 8px !important;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter > div br {
    display: none !important;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter > div > div {
    display: flex;
    gap: 20px;
  }
  .post-content .butzeck-hero-wrapper .slide-in-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    top: auto;
    left: 0px;
    margin-bottom: 0;
    bottom: 40px;
    width: 80%;
  }
  .post-content .butzeck-hero-wrapper .slide-in-wrapper h1.wp-block-heading {
    font-size: 54px;
    padding-top: 0;
  }
  .post-content {
    /*Lebenslauf*/
  }
  .post-content .about-butzeck {
    margin-bottom: var(--abstandUntenHeadline-2) !important;
  }
  .post-content .lebenslauf-wrap-main {
    background-image: none !important;
    padding: 0 var(--abstandSeiten) !important;
  }
  .post-content .lebenslauf-wrap-main .lebenslauf-wrap > div {
    margin-top: 0 !important;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: none;
    padding: 0;
    min-height: auto;
  }
  /*Footer*/
  footer {
    background: #000;
  }
  footer #block-7 > div {
    flex-direction: column;
  }
  footer #block-7 > div .nf-form-cont {
    margin-bottom: var(--abstandUntenContainer);
  }
  footer nav ul.menu li a,
  footer .footer-sidebar-backend h2,
  footer .footer-sidebar-backend p {
    color: #fff;
  }
  footer .field-wrap.html-wrap label {
    display: none;
  }
  footer .field-wrap.html-wrap p {
    font-size: 14px;
  }
  footer nav ul.menu {
    margin-top: var(--abstandUntenContainer);
  }
  footer nav ul.menu li a,
  footer nav ul.menu li {
    padding-left: 0;
  }
}
@media (max-width: 601px) {
  body {
    --swiper-navigation-top-offset: 27px;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter {
    display: flex;
    overflow: hidden;
    width: 100%;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter > div {
    display: inline-block;
    white-space: nowrap;
    box-sizing: content-box;
    width: 100%;
    align-items: center;
    animation: scroll 30s linear infinite;
    margin-bottom: 0;
    min-width: 4260px;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter > div > div:before {
    content: "+++";
    display: inline;
    color: #fff;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter > div > div {
    margin-bottom: 0;
    min-width: 710px;
    display: inline-block;
  }
  .post-content .butzeck-hero-wrapper .ihf-counter > div > div * {
    display: inline;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
      visibility: visible;
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .post-content .butzeck-hero-wrapper .slide-in-wrapper h1.wp-block-heading {
    font-size: 38px;
  }
  .post-content .butzeck-hero-wrapper .slide-in-wrapper * {
    hyphens: none;
  }
  .post-content .swiper-numberpagination .swiper-pagination {
    gap: 10px;
    height: 30px;
    min-height: 30px;
  }
  .post-content .swiper-numberpagination .swiper-pagination .butzeck-bulletpoints {
    font-size: 0;
    height: 10px;
    width: 10px;
    background-color: #000;
    padding: 0;
  }
  .post-content .swiper-numberpagination .swiper-pagination .butzeck-bulletpoints.swiper-pagination-bullet-active {
    height: 20px;
    width: 20px;
  }
  .home h2,
  h2 {
    font-size: 32px;
  }
  .about-butzeck {
    font-size: 24px !important;
  }
}
@media (max-width: 480px) {
  .post-content .has-text-align-center {
    text-align: left;
  }
  .post-content .butzeck-hero-wrapper .slide-in-wrapper {
    width: 100%;
    padding: 20px !important;
    bottom: 0;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.75);
  }
  .post-content .butzeck-hero-wrapper .slide-in-wrapper h1.wp-block-heading {
    font-size: 30px;
  }
  .post-content .butzeck-hero-wrapper .slide-in-wrapper p:nth-child(3) {
    display: none;
  }
}
@media (max-width: 390px) {
  .post-content .butzeck-hero-wrapper .slide-in-wrapper {
    background: #ffffff;
    backdrop-filter: blur(0px);
    background: linear-gradient(361deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 86%, rgba(255, 255, 255, 0) 100%);
    background-color: transparent;
  }
  .post-content .butzeck-hero-wrapper .slide-in-wrapper p {
    line-height: 1.2;
  }
}
#wrapper {
  background-image: none;
}/*# sourceMappingURL=style.css.map */