/* bebas-neue-regular - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* titillium-web-regular - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* titillium-web-600 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: none;
    font-size: 0;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    scrollbar-gutter: stable;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
    background: #000;
}

body.compensate-for-scrollbar {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-out;
    border: 0;
}

a:hover {
    color: #e30613;
}

b, strong {
    font-weight: 600;
}

p {
    margin-bottom: 1.5rem;
}

p.no_mb, p:last-child {
    margin-bottom: 0;
}

small, .small {
    font-size: 90%;
}

.hidden {
    display: none;
}

#mmenu, #rmenu, .sh_smpt {
    display: none;
}

.no_break {
    white-space: nowrap;
}

#wrapper {
    position: relative;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
}

#header_wrap {
	position: fixed;
	height: 22.5rem;
	z-index: 200;
	left: 0;
	right: 0;
	top: 0;
    transition: 0.3s ease-out;
}

#header {
    position: relative;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    height: 22.5rem;
    background: #000;
    transition: transform 0.3s ease-out;
}

#header_wrap.scrolled {
    transform: translateY(-8rem);
}


#header #logo {
    width: auto;
    height: 17.5rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    top: 2.5rem;
    transition: transform 0.3s ease-out;
    transform-origin: center bottom;
}

#header_wrap.scrolled #logo {
    transform: translateX(-50%) translateY(0.9rem) scale(0.65);
} 


#header #menu {
    position: absolute;
    left: 4rem;
    top: 9.4rem;
    cursor: pointer;
    z-index: 101;
    padding-right: 2rem;
    transition: transform 0.3s ease-out;
}

#header_wrap.scrolled #menu {
    transform: translateY(4rem);
}

#header #menutrigger {
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 100%;
    min-height: 3.6rem;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
}

#header #menutrigger span {
    display: block;
    height: 3px;
    background: #e30613;
    width: 4rem;
    margin-right: 3rem;
    position: relative;
}

#header #menutrigger span:before, #header #menutrigger span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #e30613;
}

#header #menutrigger span:before {
    top: -1.1rem;
}

#header #menutrigger span:after {
    bottom: -1.1rem;
}

#header #menu #topmenu {
    position: absolute;
    left: 4rem;
    top: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    z-index: 999999;
    background: rgba(0,0,0,0.8);
    display: none;
    cursor: auto;
}

#header #menu:hover #topmenu {
    display: block;
    overflow: hidden;
}

#header #menu #topmenu ul {
    list-style: none;
}

#header #menu #topmenu ul li a {
    color: #fff;
    padding: 0.3rem 7rem 0.3rem 3rem;
    display: block;
    font-size: 2.8rem;
    white-space: nowrap;
    position: relative;
    transition: 0.3s ease-out;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
}

#header #menu #topmenu ul li.active a, #header #menu #topmenu ul li a:hover {
    color: #e30613;
}

#header #menu #topmenu ul li a:before {
    content: '';
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    position: absolute;
    right: 1.7rem;
    top: 0.1rem;
    background: url(../images/menu_active.svg) no-repeat;
    background-size: contain;
    transition: 0.3s ease-out;
    opacity: 0;
    transform: scale(0);
}

#header #menu #topmenu ul li.active a:before {
    opacity: 1;
    transform: scale(1);   
}

#header #contact {
    font-family: 'Bebas Neue', sans-serif;
    position: absolute;
    right: 4rem;
    height: 10rem;
    top: 6.25rem;
    display: flex;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-out;
    font-weight: 400;
    visibility: hidden;
    font-size: 2.8rem;
}

#header_wrap.scrolled #contact {
    transform: translateY(4rem);
}

#header #contact div:first-child {
    display: flex;
    align-items: center;
}


#header #contact div:last-child {
    display: flex;
    align-items: center;
}

#header #contact .instagram {
    display: block;
    height: auto;
    width: 3.4rem;
    margin-left: 4rem;
}


#header .phone_mobile {
    display: none;
}


#hero {
    position: relative;
    background: #111;
    height: calc(100vh - 26.5rem);
    width: calc(100% - 8rem);
    margin: 0 auto;
    z-index: 10;
}

#slider {
    position: absolute;
    overflow: hidden;
    inset: 0;
}

#content {
    position: relative;
    padding-bottom: 10rem;
}

.centered {
    width: 140rem;
    max-width: calc(100% - 8rem);
    margin: 0 auto;
}

.centered.wide {
    width: 170rem;
    max-width: 100%;
}

section {
    padding: 22rem 0 25rem;
}



section#home {
    padding: 22.5rem 0 4rem;
}


#content h1, #content h2.like_h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 12rem;
    color: #e30613;
    margin-bottom: 3rem;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0.2rem;
}

#content h2, #content h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 6rem;
    color: #e30613;
    margin-bottom: 3rem;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

#content h4 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 5rem;
    color: #e30613;
    margin-bottom: 3rem;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0.1rem;
}



#content ul {
    list-style: none;
    margin-bottom: 1.5rem;
}

#content ul.list li {
    padding-left: 2rem;
    position: relative;
    text-align: left;
    margin-bottom: 0.7rem;
}

#content ul.list li:last-child {
    margin-bottom: 0;
}

#content ul.list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: #e30613;
    left: 0;
    top: 1.7rem;
}






.load_fade {
    opacity: 0;
    animation: load-fade-in 0.3s ease-out 0.1s forwards;
}

@keyframes load-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* =========================================================
   GRUNDLAGE
   ========================================================= */

.visual_break {
    --scroll-progress: 0;
    --scroll-centered: -1;

    position: relative;
    overflow: hidden;

    margin-bottom: 20rem;

    background: #111;
    perspective: 100rem;
    isolation: isolate;
}


/* =========================================================
   GEMEINSAME HINTERGRUNDEBENE
   ========================================================= */

.visual_break .vb_background,
.visual_break .vb_background_2 {
    position: absolute;
    inset: -6%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    pointer-events: none;
    backface-visibility: hidden;
}

.visual_break .vb_background {
    z-index: 0;

    /*
     * Leichte Übergröße verhindert sichtbare Ränder
     * während der vertikalen Verschiebung.
     */
    transform:
        translate3d(
            0,
            calc(-4% + (var(--scroll-progress) * 8%)),
            0
        )
        scale(1.08);
}

.visual_break .vb_background_2 {
    z-index: 5;
}


/* Nur sichtbare Visual Breaks vorbereiten */
.visual_break.is_scroll_active .vb_background,
.visual_break.is_scroll_active .vb_background_2,
.visual_break.is_scroll_active .swoosh,
.visual_break.is_scroll_active .star,
.visual_break.is_scroll_active .andreas,
.visual_break.is_scroll_active .andreas_text,
.visual_break.is_scroll_active .lukas,
.visual_break.is_scroll_active .peter_lukas,
.visual_break.is_scroll_active .peter_lukas_text {
    will-change: transform;
}


/* =========================================================
   TRAINER
   ========================================================= */

.visual_break.vb_trainer .vb_background {
    background-image:
        url("/images/trainer/visual_break/background.jpg");
}


/* =========================================================
   KAMPFSPORT
   ========================================================= */

.visual_break.vb_kampfsport .vb_background {
    background-image:
        url("/images/kampfsport/visual_break/background.jpg");
}


/* Textgrafik: horizontal von links nach rechts durchfahren */

.visual_break.vb_kampfsport .andreas_text {
    position: absolute;
    inset: 0;

    width: 100%;

    background:
        url("/images/kampfsport/visual_break/andreas_text.png")
        center center / 100% auto
        no-repeat;

    mix-blend-mode: hard-light;
    pointer-events: none;

    transform: none;

    z-index: 100;
}


/* Stern */

.visual_break.vb_kampfsport .star {
    position: absolute;
    inset: 0;

    background:
        url("/images/kampfsport/visual_break/star.png")
        center center / auto 100%
        no-repeat;

    pointer-events: none;
    backface-visibility: hidden;

    transform:
        rotateX(
            calc((1 - var(--scroll-progress)) * 60deg)
        )
        rotateZ(
            calc(var(--scroll-progress) * 60deg)
        );

    transform-origin: center;
    z-index: 105;
}


/* Person */

.visual_break.vb_kampfsport .andreas {
    position: absolute;
    inset: 0;

    background:
        url("/images/kampfsport/visual_break/andreas.png")
        center center / auto 100%
        no-repeat;

    pointer-events: none;
    backface-visibility: hidden;

    transform:
        translate3d(0, 0, 0)
        scale(
            calc(1 + (var(--scroll-progress) * 0.35))
        );

    transform-origin: center;
    z-index: 110;
}


/* Swoosh: Ausgangsgröße 95 %, Endgröße 130 % */

.visual_break.vb_kampfsport .swoosh {
    position: absolute;
    inset: 0;

    background:
        url("/images/kampfsport/visual_break/swoosh.png")
        center center / auto 95%
        no-repeat;

    pointer-events: none;
    backface-visibility: hidden;

    transform:
        translate3d(0, 0, 0)
        rotateZ(
            calc(var(--scroll-progress) * -5deg)
        )
        scale(
            calc(1 + (var(--scroll-progress) * 0.3684))
        );

    transform-origin: center;
    z-index: 115;
}


/* =========================================================
   KURSPLAN
   ========================================================= */

.visual_break.vb_kursplan .vb_background {
    background-image:
        url("/images/kursplan/visual_break/background.jpg");
}

.visual_break.vb_kursplan .vb_background_2 {
    background-image:
        url("/images/kursplan/visual_break/background_2.png");

    transform:
        translate3d(
            0,
            calc(-2% + (var(--scroll-progress) * 4%)),
            0
        )
        scale(1.08);
}


/* Lukas */

.visual_break.vb_kursplan .lukas {
    position: absolute;
    inset: 0;

    background:
        url("/images/kursplan/visual_break/lukas.png")
        center center / auto 100%
        no-repeat;

    pointer-events: none;
    backface-visibility: hidden;

    transform:
        translate3d(0, 0, 0)
        scale(
            calc(1 + (var(--scroll-progress) * 0.35))
        );

    transform-origin: center;
    z-index: 110;
}


/* Playbutton */

.visual_break.vb_kursplan .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    width: 35rem;
    height: 32.1rem;

    background:
        url("/images/kursplan/visual_break/playbutton.png")
        center / cover
        no-repeat;

    transform:
        translate3d(-50%, -50%, 0);

    transform-origin: center;
    transition: transform 0.15s ease-out;

    z-index: 115;
}

.visual_break.vb_kursplan .playbutton:hover {
    transform:
        translate3d(-50%, -50%, 0)
        scale(1.2)
        rotate(-10deg);
}


/* =========================================================
   FITNESS
   ========================================================= */

.visual_break.vb_fitness .vb_background {
    background-image:
        url("/images/fitness/visual_break/background.jpg");
}


/* Textgrafik */

.visual_break.vb_fitness .peter_lukas_text {
    position: absolute;
    inset: 0;

    background:
        url("/images/fitness/visual_break/peter_lukas_text.png")
        center center / 100% auto
        no-repeat;

    mix-blend-mode: hard-light;
    pointer-events: none;
    backface-visibility: hidden;

    transform: translate3d(0, 0, 0);

    z-index: 100;
}


/* Stern */

.visual_break.vb_fitness .star {
    position: absolute;
    inset: 0;

    background:
        url("/images/fitness/visual_break/star.png")
        center center / auto 100%
        no-repeat;

    pointer-events: none;
    backface-visibility: hidden;

    transform:
        rotateX(
            calc((1 - var(--scroll-progress)) * 30deg)
        )
        rotateZ(
            calc(var(--scroll-progress) * 60deg)
        )
        scale(1.1);

    transform-origin: center;
    z-index: 105;
}


/* Personen */

.visual_break.vb_fitness .peter_lukas {
    position: absolute;
    inset: 0;

    background:
        url("/images/fitness/visual_break/peter_lukas.png")
        center center / auto 100%
        no-repeat;

    pointer-events: none;
    backface-visibility: hidden;

    transform:
        translate3d(0, 0, 0)
        scale(
            calc(1 + (var(--scroll-progress) * 0.35))
        );

    transform-origin: center;
    z-index: 110;
}


/* Swoosh: Ausgangsgröße 85 %, Endgröße 120 % */

.visual_break.vb_fitness .swoosh {
    position: absolute;
    inset: 0;

    background:
        url("/images/fitness/visual_break/swoosh.png")
        center center / auto 85%
        no-repeat;

    pointer-events: none;
    backface-visibility: hidden;

    transform:
        translate3d(0, 0, 0)
        rotateZ(
            calc(var(--scroll-progress) * -5deg)
        )
        scale(
            calc(1 + (var(--scroll-progress) * 0.4118))
        );

    transform-origin: center;
    z-index: 115;
}


/* =========================================================
   REDUZIERTE ANIMATION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .visual_break {
        --scroll-progress: 0.5 !important;
        --scroll-centered: 0 !important;
    }

    .visual_break *,
    .visual_break::before,
    .visual_break::after {
        transition: none !important;
    }
}


.aspect_ratio_box{
    width: 100%;
    aspect-ratio: 100 / 41;
    position: relative;
}


.clm2 {
    display: flex;
    justify-content: space-between;
}

.clm2.reverse {
    flex-direction: row-reverse;
}

.clm2 > div {
    display: flex;
    align-items: center;
}

.clm2 > div:first-child {
    width: 52%;

}

.clm2 > div:last-child {
    width: 45%;
    position: relative;
}

.clm2 > div:last-child img {
    display: block;
    width: 100%;
    height: auto;
}

#fitness .clm2 {
    flex-wrap: wrap;
    justify-content: left;
}

#fitness .clm2 > div {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 10rem;
    display: block;
}

#fitness .clm2 > div:last-child {
    margin-bottom: 0;
}

#fitness .clm2 > div:nth-child(2n) {
    margin-right: 0;
}

#kontakt .clm2 > div:first-child {
    width: 42%;

}

#kontakt .clm2 > div:last-child {
    width: 55%;
    position: relative;
}


#content .trainer h3 {
    font-family: 'Bebas Neue', sans-serif;
    color:#e30613;
    font-size: 8rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 100%;
    letter-spacing: 0.15rem;
}

.trainer > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16rem;
    position: relative;
}

.trainer > div:last-child {
    margin-bottom: 0;
}

.trainer > div:before {
    content: '';
    display: block;
    position: absolute;
    left: 39%;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    background: #e30613;
}

.trainer > div:nth-child(even) {
    flex-direction: row-reverse;
}

.trainer > div:nth-child(even):before {
    left: auto;
    right: 39%;
}

.trainer > div > div:first-child {
    width: 34%;
    box-sizing: border-box;
    text-align: center;
    align-self: flex-start;
}

.trainer > div > div:first-child > div > img {
    display: block;
    width: 100%;
    height: auto;

}

.trainer > div > div:last-child {
    width: calc(56% - 0.5rem);
    box-sizing: border-box;
}



/* Accordion */

.accordion > div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
    max-height: 0px;
    height: auto;
}

.accordion.open > div {
    max-height: none;
}

.accordion.animating > div, .accordion.open.animating > div {
    max-height: 500rem;
    max-height: var(--acc_height);
}

.accordion > div > div {
    padding: 0 0 10rem 8rem;
    font-size: 2.4rem;
}

.accordion > a {
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
}

.accordion.open > a, .accordion.animating > a, .accordion.open.animating > a {
    color: #e30613;
}


.accordion h2, .accordion h3 {
    position: relative;
    text-align: left;

    padding-left: 8rem;
    text-align: left;
    transition: color 0.15s ease-out;
}

.accordion h2 > span, .accordion h3 > span {
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 5.6rem;
    height: 5.6rem;
    background: #e30613;
    border-radius: 50%;
    transition: transform 0.15s ease-out;
}

.accordion a:hover h2 > span, .accordion a:hover h3 > span, .accordion.animating a h2 > span, .accordion.animating a h3 > span, .accordion.open a h2 > span, .accordion.open a h3 > span {
    /* transform: scale(1.15); */
}

.accordion a:hover h2, .accordion a:hover h3, .accordion.animating a h2, .accordion.animating a h3, .accordion.open a h2, .accordion.open a h3 {
    color: #e30613;

}

.accordion h2 span:before, .accordion h3 span:before {
    content: '';
    display: block;
    position: absolute;
    height: 0.8rem;
    width: 3.6rem;
    left: 1rem;
    top: 2.4rem;
    background: #000;
    transition: transform 0.2s ease-in;
}

.accordion.open h2 span:before, .accordion.animating h2 span:before, .accordion.open h3 span:before, .accordion.animating h3 span:before {
   transform: rotate(-180deg);

}

.accordion h2 span:after, .accordion h3 span:after {
    content: '';
    display: block;
    position: absolute;
    width: 0.8rem;
    height: 3.6rem;
    top: 1rem;
    left: 2.4rem;
    background: #000;
    transition: transform 0.2s ease-in;
}

.accordion.open h2 span:after, .accordion.animating h2 span:after, .accordion.open h3 span:after, .accordion.animating h3 span:after {
   transform: rotate(-90deg);
}


.accordion h2:hover span:before, .accordion h3:hover span:before, .accordion h2:hover span:after, .accordion h3:hover span:after {
    background: #fff;    
}

#kampfsport {
    overflow-x: clip;
}

.kampfsport_image {
    position: relative;
}

.kampfsport_image .kampfsport {
    position: absolute;
    right: 0;
    top: var(--kampfsport-image-top, 50%);
    height: 60rem;
    transform: translateY(-50%) translateX(0);
    transition:
        transform 0.6s cubic-bezier(0.65, 0, 0.35, 1),
        opacity 0.35s ease;
    pointer-events: none;
}

.kampfsport_image:has(.accordion.open, .accordion.animating) .kampfsport {
    transform: translateY(-50%) translateX(100vw);
    opacity: 0.75;
}




.cc_gallery {
    display: flex;
    flex-wrap: wrap;
}

.cc_gallery > div {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

.cc_gallery > div:nth-child(5n) {
    margin-right: 0;
}

.cc_gallery > div > a {
    display: block;
    height: 0;
    padding-bottom: 66.666%;
    overflow: hidden;
    position: relative;
}


.cc_gallery > div > a img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-out;
}

.cc_gallery > div > a:hover img {
    transform: scale(1.15);
}

.cc_gallery > div > a > span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cc_gallery > div > a > span:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e30613;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.cc_gallery > div > a:hover > span:before {
    opacity: 0.8;   
}

.cc_gallery > div > a > span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/icon_lupe.svg) center center no-repeat;
    background-size: 20% auto;
    opacity: 0;
    transform: translateX(3.5%);
    transition: all 0.3s ease-out;
    z-index: 3;
}

.cc_gallery > div > a:hover > span:after {
    transform: translateX(0);
    opacity: 1;
}



.kursplan {
    display: block;
    width: 100%;
    height: auto;
}

.fancybox-bg { background: #000 !important; }

.fancybox-caption {
    font-size: 2rem !important;
}



.mapboxgl-popup-content, .maplibregl-popup-content {
	color: #000 !important;
}

.mapboxgl-popup-close-button, .maplibregl-popup-close-button {
	outline: none !important;
}

.mapboxgl-map, .maplibregl-map {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.7rem !important;
    line-height: 135% !important;
}

#map #copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.65);
	z-index: 99999;
	padding: 0.5rem 1rem;
	color: #fff;
}


#kontakt .instagram {
    display: inline-block;
    width: 3.6rem;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}



input, button {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    border: 1px solid #000;
    color:  #000;
    padding: 0.1rem 1rem;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 0;
}

input.gr_button {
    color: #fff;
    background: #e30613;
    font-size: 2.2rem;
    cursor: pointer;
    font-weight: 600;
    padding: 0.1rem 1rem;
}

input.gr_button:hover {
    background:  #fe0100;
}



#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 25rem;
    z-index: 1000;
}

#footer_inner {
    left: 0;
    right: 0;
    bottom: 0;
    height: 10rem;
    line-height: 10rem;
    position: absolute;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

#footer_inner a {
        color: #fff;
}


@media(max-width: 1500px) {
    html {
        font-size: 9.5px;
    }

    section {
        padding: 22rem 0 10rem;
    }

    #content h1, #content h2.like_h1 {
        font-size: 11rem;
    }

}

@media(max-width: 1300px) {
    html {
        font-size: 9px;
    }
}


@media(max-width: 1100px) {
    .kampfsport_image .kampfsport {
        height: 50rem;
    }
}



@media(max-width: 1000px) {

    body.menu_active {
        overflow: hidden;
    }

    #wrapper {
        overflow: hidden;
    }
    
   #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-out;
        position: relative;
        z-index: 10;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }
    
    #header_wrap {
        transform: translateX(0);
    }
    
    #header_wrap.menu_active {
        transform: translateX(300px); 
    }
    
    #header_wrap.menu_active.scrolled {
        transform: translateX(300px) translateY(-8rem); 
    }
    
    #footer  {
        transform: translateX(0);
        transition: transform 0.3s ease-out;
    }
    
    #footer.menu_active {
        transform: translateX(300px); 
    }

    #header_overlay, #footer_overlay {
        position: absolute;
        z-index: 60;
        left: 0;
        right: 0;
        top: 0;
        height: 200vh;
        background-color: rgba(0,0,0,0.75);
        transition: opacity 0.3s ease-out, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    #header_overlay.menu_active, #footer_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-out, visibility 0s 0s;
        pointer-events: all;
    }


    #mmenu {
        display: block;
    }

    #mmenu > div, #mmenu #mmenu_bg {
        background:#000;
        background: linear-gradient(90deg, #000,#111);
        position: fixed;
        width: 300px;
        padding: 30px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-out;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #mmenu #mmenu_bg {
        position: absolute;
        z-index: 999999;
    }



    #mmenu.menu_active > div, #mmenu.menu_active #mmenu_bg {
        transform: translateX(0); 
    }
    

    
    #rmenu {
        position: absolute;
        left: 30px;
        top: 80px;
        z-index: 9999999999999999;
        height: 40px;
        cursor: pointer;
        line-height: 38px;
        display: block;
        transition: transform 0.3s ease-out;
        font-family: 'Bebas Neue', sans-serif;
    }
    
    #header_wrap.scrolled #rmenu {
        transform: translateY(35px);
    }

    #rmenu #rmenu_icon {
        display: block;
        width: 40px;
        height: 3px;
        background: rgba(227,6,19,1);
        position: relative;
        top: 19px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(227,6,19,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 3px;
        background: rgba(227,6,19,1);
        position: absolute;
        top: -12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu_trigger {
        cursor: pointer;
        display: block;
    }

    #rmenu_trigger .hd_smpt {
        padding-left: 60px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 2.8rem;
        transform: translateY(-1px);
        position: relative;
        display: block;
    }
    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 3px;
        background: rgba(227,6,19,1);
        position: absolute;
        top: 12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }

    #mmenu ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #mmenu ul li {
        width: 100%;
        border-bottom: 2px solid #e30613;
        margin: 0;
        position: relative;
    }

    #mmenu ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #mmenu ul li a {
        color: #fff;
        line-height: 130%;
        display: block;
        padding-top: 13px;
        padding-bottom: 8px;
        font-size: 28px;
        transition: 0.3s ease-in;
        font-weight: 400;
        text-transform: uppercase;
        font-family: 'Bebas Neue', sans-serif;
        position: relative;
    }

    
    #mmenu ul li.active a {
        color:#fff;
    }

    #mmenu ul li.active a:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 12px;
        width: 30px;
        height: 30px;
        background: url(../images/menu_active.svg) center center no-repeat;
        background-size: contain;
    }



    #mmenu .instagram {
        display: inline-block;
        width: 34px;
        height: 34px;
    }

    #header_wrap, #header {
        height: 200px;
    }

    #header_wrap.scrolled {
        transform: translateY(-70px);
    }

    #header #menu {
        display: none;
    }

    #header #logo {
        top: 25px;
        height: 150px;
    }

    #header_wrap.scrolled #logo {
        transform: translateX(-50%) translateY(10px) scale(0.666667);
    } 

    #header #contact {
        right: 30px;
        font-size: 3rem;
        height: 40px;
        top: 80px;
    }

    #header_wrap.scrolled #contact {
        transform: translateY(35px);
    }

    #header #contact .instagram {
        display: none;
    } 


    #hero {
        height: auto;
        width: calc(100% - 60px);
        aspect-ratio: 10/10;
    }

    .centered {
        width: calc(100% - 60px);
    }

    section#home {
        padding: 200px 0 100px;
    }

    section {
        padding: 10rem 0 10rem;
    }

    #content h1, #content h2.like_h1 {
        font-size: 8rem;
    }


    .visual_break.vb_trainer, .visual_break.vb_kampfsport, .visual_break.vb_kursplan, .visual_break.vb_kursplan:before, .visual_break.vb_fitness {
        background-size: auto 130%;
    }

        .visual_break.vb_kampfsport .swoosh,
        .visual_break.vb_fitness .swoosh {
            background-size: auto 85%;

            transform:
                translate3d(0, 0, 0)
                rotateZ(calc(var(--scroll-progress) * -5deg))
                scale(calc(1 + (var(--scroll-progress) * 0.4286)));
        }

    .visual_break.vb_kampfsport .andreas_text, .visual_break.vb_fitness .peter_lukas_text {
            right: auto;
            width: 130%;

            transform:
                translate3d(
                    calc(var(--scroll-progress) * -23.077%),
                    0,
                    0
                );
                    mix-blend-mode: normal;
                    opacity: 0.8;
        }

    .visual_break.vb_fitness .peter_lukas_text {
            width: 170%;
        }

    .visual_break.vb_kursplan .playbutton {
        width: 35.5vw;
        height: 32.5vw;
    }


    .aspect_ratio_box{
        aspect-ratio: 100 / 70;
    }

    .clm2 {
        display: block;
    }

    .clm2 > div:first-child {
        width: 100%;
        margin-bottom: 100px;

    }

    .clm2 > div:last-child {
        width: 100%;
    }

    #fitness .clm2 > div {
        width: 100%;
        margin-right: 0;
    }

    #kontakt .clm2 > div:first-child {
        width: 100%;
    }

    #kontakt .clm2 > div:last-child {
        width: 100%;
    }

    .clm2 > div img {
        max-width: 650px;
        margin: 0 auto;
        display: block;
    }

    #content .trainer h3 {
        margin-top: 3.5rem;
    }

    .trainer > div {
        display: block;
        margin-top: 250px;
    }

    .trainer > div:before {
        display: none;
    }

    .trainer > div > div:first-child {
        width: 100%;
        margin-bottom: 60px;
    }

    .trainer > div > div:first-child > div > img {
        margin: 0 auto;
        max-width: 500px;
    }

    .trainer > div > div:last-child {
        width: 100%;
    }

    .kampfsport_image .kampfsport {
        position: relative;
        right: auto;
        top: auto;

        height: auto;
        transform: none;

        transition: none;

        pointer-events: none;

            max-width: 600px;
            width: 100%;
        margin: 0 auto;
        margin-top: 100px;
        display: block;
    }

    .kampfsport_image:has(.accordion.open, .accordion.animating) .kampfsport {
        transform: none;
        opacity: 1;
    }



    .cc_gallery > div {
        width: 22%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .cc_gallery > div:nth-child(5n) {
        margin-right: 4%;
    }

    .cc_gallery > div:nth-child(4n) {
        margin-right: 0;
    }

}




@media(max-width: 780px) {

    html {
        font-size: 8px;
    }

    .hd_smpt {
        display: none !important;
    }

    .sh_smpt {
        display: block;
    }

    #webpage.menu_active {
        transform: translateX(270px); 
    }
    
    #header_wrap.menu_active {
        transform: translateX(270px); 
    }
    
    #header_wrap.menu_active.scrolled {
        transform: translateX(270px) translateY(-8rem); 
    }
    
    #footer.menu_active {
        transform: translateX(270px); 
    }
    
    #mmenu > div, #mmenu #mmenu_bg {
        width: 270px;
        padding: 20px;
        transform: translateX(-270px);
    }



    #rmenu {
        left: 20px;
        top: 55px;
    }

    #header_wrap.scrolled #rmenu {
        transform: translateY(25px);
    }


    #header_wrap, #header {
        height: 150px;
    }

    #header_wrap.scrolled {
        transform: translateY(-50px);
    }

    #header #logo {
        top: 20px;
        height: 110px;
    }

    #header_wrap.scrolled #logo {
        transform: translateX(-50%) translateY(8px) scale(0.672);
    } 


    #header .phone_mobile {
        display: block;
        position: absolute;
        right: 15px;
        top: 55px;
        width: 40px;
        height: 40px;
        transition: transform 0.3s ease-out;
    }

    #header .phone_mobile img {
        display: block;
        width: 100%;
        height: auto;
    }

    #header_wrap.scrolled #header .phone_mobile {
        transform: translateY(25px);
    }

    #hero {
        aspect-ratio: 10/12;
        width: calc(100% - 30px);

    }


    .centered {
        max-width: calc(100% - 30px);
        width: calc(100% - 30px);
    }

    section#home {
        padding: 150px 0 0;
    }

    section {
        padding: 10rem 0 10rem;
    }

    #content h1, #content h2.like_h1 {
        font-size: 7.5rem;
    }

    .visual_break {
        margin-bottom: 10rem;
    }

    .visual_break.vb_kursplan .playbutton {
        width: 44.25vw;
        height: 40.5vw;
    }

    #ueber-uns .clm2 > div:last-child img {
        transform: scale(1.3);
    }

    .trainer > div > div:first-child {
        margin-bottom: 40px;
    }

    .trainer > div {
        margin-top: 100px;
    }

    #content .trainer h3 {
        font-size: 7rem;
    }

    #fitness .clm2 > div {
        margin-bottom: 8rem;
    }

    .accordion > div > div {
        padding: 0 0 10rem 6rem;
    }

    #content .accordion h2, #content .accordion h3 {
        padding-left: 6rem;
        font-size: 5.5rem;
    }

    .accordion h2 > span, .accordion h3 > span {
        top: 0.8rem;
        width: 4.4rem;
        height: 4.4rem;
    }

    .accordion h2 span:before, .accordion h3 span:before {
        height: 0.6rem;
        width: 2.8rem;
        left: 0.8rem;
        top: 1.9rem;
    }

    .accordion h2 span:after, .accordion h3 span:after {
        width: 0.6rem;
        height: 2.8rem;
        top: 0.8rem;
        left: 1.9rem;
    }

    .cc_gallery > div {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 5%;
    }

    .cc_gallery > div:nth-child(4n) {
        margin-right: 5%;
    }

    .cc_gallery > div:nth-child(3n) {
        margin-right: 0;
    }

    #kontakt .aspect_ratio_box{
        aspect-ratio: 100 / 100;
    }

}