/***  respons_1 created by nordicweb.com ***/

/* === START of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */
@import url('');

/* Poppins Regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('/fonts/poppins/poppins-v21-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/poppins/poppins-v20-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Poppins Bold - latin */
@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: 600;
    src: local(''),
        url('/fonts/poppins/poppins-v21-latin-600.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/poppins/poppins-v20-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Bebas Neue Regular - latin */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('/fonts/bebas-neue/BebasNeue-Regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/bebas-neue/BebasNeue-Regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* === END of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */

/* === START of JQUERY PRELOADER === */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url("../img/loading_lightbox_gallery.gif");
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

/* === END of JQUERY PRELOADER === */

/* === START of BODY & ALLGEMEINE AUSZEICHNUNGEN === */

:root {
    --logo-color: #E31937;
    --main-color: #F32947;
    --sec-color: #131313;
    --light-color: #FFFFF0;
    --dark-color: #131313;
    --foot-color: #282828;
    --test-color: #3A4454;
    --dark-botton: #131313;
    --dark-button-hover: #333333;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

html body,
table {
    margin: 0;
    padding: 0;
    background: var(--dark-color);
    font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: var(--light-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
    font-family: "Bebas Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: var(--logo-color);
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body h2 span {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

body h2 span.text-left:after {
    margin: .5rem 0 0 0;
}

body h2 span:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto 0;
    background: var(--light-color);
    height: 5px;
    width: 75%;
}

body h1,
body .h1 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body h2,
body .h2 {
    font-size: 2.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body h3,
body .h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body h4,
body .h4 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body h5,
body .h5 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body h6,
body .h6 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body strong {
    font-family: "Poppins Bold", Helvetica, Roboto, Arial, sans-serif;
}

.content a {
    line-height: inherit;
    color: var(--light-color);
    text-decoration: none;
    cursor: pointer;
}

.content a:hover,
.content a:focus {
    color: var(--main-color);
    text-decoration: underline;
}

body .mainColor,
body .mainColor a {
    color: var(--main-color);
}

body a.mainColor.lightHover:hover,
body a.mainColor.lightHover:focus {
    color: var(--light-color);
}

body .secColor,
body .secColor a {
    color: var(--sec-color);
}

body .lightColor,
body .lightColor a {
    color: var(--light-color);
}

body .darkColor,
body .darkColor a {
    color: var(--dark-color);
}

body .footColor,
body .footColor a {
    color: var(--foot-color);
}

body a.text-decoration-none {
    text-decoration: none;
}

a img {
    border: 0;
}

p {
    margin-bottom: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.site_inner {}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.scrollup {
    background: url('../img/top_btn.png') no-repeat #ddd;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 1rem;
    z-index: 1;
    right: 1rem;
    opacity: 0.69;
    display: none;
}

.mean-bar {
    display: none;
}

/* === END of BODY & ALLGEMEINE AUSZEICHNUNGEN === */

/* === START of HEADER & LOGO === */
.header {
    position: absolute;
    width: 100%;
}

.header .row {}

.header .row .logo-container {
    position: relative;
    z-index: 11;
    top: 0px;
    text-align: center;
}

.header .row .logo-container img {
    max-height: 225px;
    padding: 1rem 0;
}

/* === END of HEADER & LOGO === */

/* === START of STICKY & TOP-BAR === */
.sticky-container {
    width: 100%;
    transition: height 0.3s ease-in-out;
}

.sticky {
    display: flex;
    width: 100%;
    background: var(--dark-color, 5%);
    transition: all .3s ease-in-out;
    /* padding: 1rem 0; */
    z-index: 11 !important;
    align-items: center;
    box-shadow: 0px 0px 5px 0px #252525;
}

.sticky.is-anchored {
    padding: 0;
}

.sticky.is-stuck .top-bar .logo-container {
    display: inline-block;
}

.sticky .top-bar {
    display: flex;
    padding: 0 !important;
    background: 0;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.sticky .top-bar .logo-container {
    flex: 0 1 auto;
    max-width: 350px;
    display: flex;
    align-items: center;
}

.sticky .top-bar .logo-container img {
    display: block;
    max-height: 60px;
    width: auto;
    padding: .75rem 0;
    box-sizing: content-box;
}

.sticky .top-bar .bar-txt {
    display: none;
}

.top-bar .columns {
    width: auto;
}

.top-bar .nav {
    display: flex;
    /* flex: 1; */
    justify-content: flex-end;
    order: 1;
}

.top-bar .nav-right {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    white-space: nowrap;
    text-transform: uppercase;
}

/* === END of STICKY & TOP-BAR === */

/* === START of NAVIGATION === */
.sticky .nav {
    position: relative;
    line-height: 0;
    min-width: 70px;
}

.menu .menu_inner ul {
    display: block;
    /* text-align: justify; */
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    width: 100%;
    margin: 0;
    padding-left: 0;
    margin-left: 0;
    background: none;
}

.menu .menu_inner ul li {
    position: relative;
    float: none;
    background: none;
    list-style: none;
    padding-left: 0px;
    vertical-align: middle;
    display: inline-block;
    width: auto;
}

.menu .menu_inner ul li:first-child a {
    text-align: left;
}

.menu .menu_inner ul li:last-child {
    border: 0 none;
}

.menu .menu_inner>ul>li:nth-last-child(2) {
    position: unset;
}

/*.menu .menu_inner > ul > li:nth-last-child(2) ul.sub_menu {
  right: 0;
}*/

.menu .menu_inner ul li:hover {}

.menu .menu_inner ul li.active {}

.menu .menu_inner>ul>li>a {
    display: flex;
    background: 0;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.05em;
    position: relative;
    color: var(--light-color);
    text-decoration: none;
    padding: 0 10px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    align-items: center;
    font-family: 'Bebas Neue';
}

.menu .menu_inner>ul>li>a:hover {
    color: var(--main-color);
}

.menu .menu_inner ul>li>a:after {
    content: '';
    width: 40%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--main-color);
    transform: scaleX(0);
    transition: transform .35s ease;
}

.menu .menu_inner ul>li>a:hover:after,
.menu .menu_inner ul>li>a.active:after {
    transform: scaleX(1);
}

.menu .menu_inner ul li ul {
    position: absolute;
    width: auto;
    /* background: var(--main-color); */
}

.menu .menu_inner ul li ul li {
    float: none;
    background: var(--main-color);
    list-style: none;
    display: block;
    padding-left: 0px;
    border-bottom: 1px solid #ccc;
}

.menu .menu_inner ul li:hover ul {}

.menu .menu_inner ul li ul li.active {}

.menu .menu_inner ul li ul li a {
    display: block;
    background: 0;
    font-size: 13px;
    text-align: left;
    color: #fefefe;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px 30px 10px 20px;
}

.menu .menu_inner ul li ul li a:hover,
.menu .menu_inner ul li ul li a.active {
    border: 0 none;
    color: #fefefe;
    /* padding: 10px 30px 10px 20px; */
}

.menu .menu_inner ul li ul li ul {
    display: none;
    width: 200px;
    right: -200px;
    top: 0;
    position: absolute;
}

.menu .menu_inner ul li ul li:hover ul {
    display: block;
}

.menu .menu_inner ul li ul li ul li {
    border: none;
    list-style: none;
}

.menu .menu_inner ul li ul li ul li a {
    text-transform: none;
}

.menu .menu_inner ul li ul li ul:last-child {
    border: none;
    /* padding-bottom: 30px; */
}

.menu .menu_inner li ul {
    display: none;
}

.menu .menu_inner ul.main_menu li.active {
    /* display: block; */
}

.menu .menu_inner ul.main_menu ul.sub_menu li ul.subsub_menu {
    display: none;
}

.menu .menu_inner ul.main_menu ul.sub_menu li ul.subsub_menu li a.active {
    color: black;
}

.menu .menu_inner ul.main_menu ul.sub_menu li.active {
    display: block;
}

.menu .menu_inner ul.main_menu ul.sub_menu li.active ul.subsub_menu {
    /* display: block; */
}

.menu .menu_inner ul.main_menu ul.sub_menu li.active ul.subsub_menu li.active {
    display: block;
}

.stretcher {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

/* === END of NAVIGATION === */

/* START of NAVIGATION ARROW === */
.menu .menu_inner ul.main_menu .nav-arrow>a:before,
.menu .menu_inner ul.main_menu .nav-arrow>a:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu .menu_inner ul.main_menu .nav-arrow>a:before {
    border-right: 5px solid transparent;
    top: calc(50% - 5px);
    left: -10px;
}

.menu .menu_inner ul.main_menu .nav-arrow>a:after {
    border-left: 5px solid #fff;
    top: calc(50% - 5px);
    right: 0px;
}

.menu .menu_inner ul.main_menu .nav-arrow>a:hover:before {
    border-left: 5px solid #fff;
    left: 5px;
}

.menu .menu_inner ul.main_menu .nav-arrow>a:hover:after {
    border-left: 5px solid #fff;
    right: -15px;
}

/* === END of NAVIGATION ARROW === */

/* === START of MENU-TOGGLE === */
.menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    float: right;
    z-index: 100000;
    margin: 0.8rem;
    color: #000;
}

.menu-toggle:hover,
.menu-toggle:visited {
    color: #000;
}

/* === END of MENU-TOGGLE === */

/* === START of OFF-CANVAS-NAVIGATION === */
.site .off-canvas * {
    -webkit-backface-visibility: hidden;
}

.site .off-canvas .menu_inner {
    display: block !important;
}

.site .js-off-canvas-exit {
    z-index: 100 !important;
    background: rgba(0, 0, 0, 0.75) !important;
}

.site .off-canvas .menu_inner ul.sub_menu,
.site .off-canvas .menu_inner ul.subsub_menu {
    display: none;
}

.site .off-canvas.position-right {
    height: 100%;
    border-top: 8px solid var(--foot-color);
}

.site .off-canvas {
    background: #fff;
    height: auto;
}

.site .off-canvas .menu_inner {
    /* z-index: 10; */
}

.site .off-canvas .menu_inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.site .off-canvas .menu_inner ul li {}

.site .off-canvas .menu_inner ul li a {
    padding: 10px 20px;
    width: 100%;
    color: #929292;
    outline: none;
    display: block;
    border-bottom: 1px solid #ccc;
}

.site .off-canvas .menu_inner ul li a.active {
    padding: 10px 15px;
    color: var(--main-color);
    border-left: 5px solid var(--main-color);
    text-decoration: none;
}

.site .off-canvas .menu_inner ul li ul li {
    background: #fefefe;
}

.site .off-canvas .menu_inner ul li ul li a {
    /* color: #fff; */
    padding-left: 30px;
}

.site .off-canvas .menu_inner ul li ul li a.active {
    color: #252525;
    border-left: 5px solid #ffa2b0;
    padding-left: 20px;
}

.site .off-canvas .menu_inner ul li ul li ul li a {
    padding-left: 35px;
}

.site .off-canvas .menu_inner ul li ul li ul li a.active {
    padding-left: 30px;
}

.site .off-canvas .menu_inner .buttonBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.site .off-canvas .menu_inner ul li .tog,
.site .off-canvas .menu_inner ul li .sub-tog {
    width: 50px;
    position: relative;
    display: block;
    border-left: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    cursor: pointer;
    box-sizing: border-box;
}

.site .off-canvas-content,
.off-canvas-content {
    overflow: hidden;
}

/* === END of OFF-CANVAS-NAVIGATION === */

/* === START of SLIDESHOW === */
.full-width-slideshow-bg {
    width: 100%;
    position: relative;
    /* max-height: 35rem; */
    overflow: hidden;
    /* z-index: 1; */
}

.slideshow_container:before {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    top: 0;
    z-index: 1;
}

.slideshow_container:before,
.slideshow_container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.slideshow_container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom,
            rgba(130, 20, 25, 0) 0%,
            rgba(130, 20, 25, 1) 100%);
    pointer-events: none;
    z-index: 1;
}

#slideshow img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative !important;
    display: block !important;
    transition: all .5s ease-in-out;
    height: 100%;
}

#slideshow {
    position: relative;
}

#slideshow .picture:first-child {
    position: relative !important;
    display: block !important;
}

#slideshow .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slideshow_container {
    position: relative;
    box-sizing: border-box;
}

.slideshow-overlay {
    position: absolute;
    display: flex;
    height: 100vh;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-logo {
    width: 100%;
    max-width: 600px;
    z-index: 5;
}

.hero-logo .part-1 {
    position: relative;
    font-size: 3rem;
    font-family: 'Bebas Neue', sans-serif;
    color: var(--logo-color);
    letter-spacing: 0.5em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-left: 0.25em;
    margin-bottom: 5px;
    z-index: 10;
    opacity: 0;
    transform: translateY(-40px);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-logo .part-2 {
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    line-height: 1;
    margin-left: 0.25em;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.hero-logo.start-animation .part-2 {
    opacity: 1;
}

.hero-logo.start-animation .part-1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

/* Der wiederhergestellte Scroll-Button */
.scroll-down-btn {
    position: absolute;
    bottom: 100px;
    cursor: pointer;
    padding: 10px;
    pointer-events: auto;
    display: flex;
    transition: transform 0.3s ease;
    z-index: 6;
    align-items: flex-end;
}

.scroll-down-btn:hover {
    transform: translateY(5px);
}

.scroll-down-btn img {
    width: 40px;
    height: auto;
}

/* === END of SLIDESHOW === */

/* === START of STARTBILD FueR SMARTPHONE === */
.mobilstart_img {
    display: block;
    width: 100%;
    /* height: 450px; */
    background: url('...') no-repeat;
}

.mobilstart_img_inner {}

/* === END of STARTBILD FueR SMARTPHONE === */

/* === START of CUSTOM SECTIONS === */

.section-wrapper-light {
    background-color: var(--light-color);
    padding: 4rem 0;
    width: 100%;
}

.section-wrapper-gradient {
    background: radial-gradient(circle at right center, #350b14 0%, var(--dark-color) 70%);
    width: 100%;
    padding: 1rem 0 4rem;
}

/* Intro Box */
.page_165759 .module_textblock:first-child {
    margin-top: -15rem;
    padding: 15rem 0;
}

.intro-box {
    background-color: var(--light-color);
    padding: 3.5rem 2rem;
    border-radius: 1.75rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.intro-text {
    font-family: 'Poppins Bold', Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.intro-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

body a.button-dark,
body a.button-dark:visited {
    background-color: var(--dark-botton);
    color: var(--light-color) !important;
}

body a.button-dark:hover,
body a.button-dark:focus {
    background-color: var(--dark-button-hover);
    color: var(--light-color) !important;
}

/* Philosophie Cards */
a.card-philosophy:before {
    background-color: var(--foot-color);
    z-index: -1;
}

a.card-philosophy {
    position: relative;
    display: block;
    padding: 2rem;
    border-radius: 1.75rem;
    height: 100%;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

a.card-philosophy:hover,
a.card-philosophy:focus {
    text-decoration: none;
    color: var(--light-color);
}

a.card-philosophy:before,
a.card-philosophy:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.75rem;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
}

a.card-philosophy:hover:before,
a.card-philosophy:focus-within:before {
    transform: rotate(2deg);
}

a.card-philosophy:hover:after,
a.card-philosophy:focus-within:after {
    border: 1px solid var(--main-color);
}

.card-philosophy img {
    max-height: 40px;
    margin-bottom: 1.5rem;
}

.card-philosophy span {
    display: block;
}

.link-uppercase {
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* Fitnesspark Parallax Background */
.bg-fitnesspark {
    padding: 10rem 0 9rem;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bg-fitnesspark:before,
.bg-fitnesspark:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-fitnesspark:before {
    background-attachment: fixed;
    background-image: url('/files/1902617/upload/der-fitnesspark.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.bg-fitnesspark:after {
    background: #fff;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5) 60%);
}

.content-relative {
    position: relative;
    z-index: 1;
}

/* Angebote Cards */
.card-angebot {
    background-color: #282828;
    border-radius: 1.75rem;
    border: 1px solid transparent;
    overflow: hidden;
    height: 100%;
    transition: all .3s ease-in-out;
}

.card-angebot-body {
    padding: 1.5rem;
}

.card-angebot-body h3 {
    color: var(--main-color);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}

.card-angebot-body p {
    margin-bottom: 1rem;
}

.card-img-reset {
    border: none;
    outline: none;
}

.card-angebot:hover img,
.card-angebot:focus-within img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.card-angebot:hover,
.card-angebot:focus-within {
    background-color: #333333;
    border: 1px solid var(--main-color);
}

.card-angebot a:hover,
.card-angebot a:focus {
    font-weight: 900;
    text-decoration: none;
}

/* test */
.cards-test .card-angebot:hover,
.cards-test .card-angebot:focus-within {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.cards-test .card-angebot a:hover,
.cards-test .card-angebot a:focus {
    font-weight: 800;
    text-decoration: none;
}

.cards-test .card-angebot:hover h3 {
    color: var(--light-color);
}

.cards-test .card-angebot:hover a {
    color: var(--light-color);
}

/* Kontakt Section */
.contact-title {
    font-family: 'Poppins Bold';
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    margin-bottom: 1rem;
    display: flex;
}

.contact-list li.align-top {
    align-items: flex-start;
}

.contact-list li.align-center {
    align-items: center;
}

.icon-contact {
    width: 20px;
    margin-right: 15px;
}

.icon-contact-top {
    margin-top: 5px;
}

/* Kontakt Formular */
.form-wrapper {
    background-color: var(--foot-color);
    padding: 2rem;
    border-radius: 8px;
}

.custom-input {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--light-color);
    border-radius: 4px;
}

.btn-full {
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}

/* Kursplan & App */
.section-wrapper-kursplan {
    background: url('/files/1902617/upload/kursplan-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 6rem 0 5rem;
}

.section-wrapper-kursplan .row {
    position: relative;
    padding: 1.25rem 0;
}

.section-wrapper-kursplan .row:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at right center, #350b14 0%, var(--dark-color) 75%);
    border-radius: 1.75rem;
    opacity: .9;
    z-index: 0;
}

.section-wrapper-kursplan .columns {
    position: relative;
    z-index: 1;
}

#ms-nox-widget-courseplan {
    background: var(--light-color);
    border-radius: 0.6rem;
}

/* MYSPORTS */
.app-section {
    margin-top: 3rem;
}

.app-logo {
    max-height: 40px;
    margin-bottom: 1rem;
}

.app-badges {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.app-badges img {
    height: 40px;
}

/* === END of CUSTOM SECTIONS === */

/* === START of CONTENT === */
#content_sec {}

.content {
    position: relative;
    margin-top: 0px;
    width: 100%;
    min-height: 400px;
    /* z-index: 1; */
}

.content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom,
            rgba(130, 20, 25, 1) 0%,
            rgba(19, 19, 19, 1) 100%);
    z-index: 0;
    pointer-events: none;
}

.content:before,
.content:after {
    content: " ";
    display: table;
}

.page_165759 .content:before {
    top: 15rem;
}

.content:after {
    clear: both;
}

.modul_extra {
    /* max-width: 75rem; */
    /* margin: 0 auto; */
}

.module_textblock {
    position: relative;
    padding: 5rem 0 4rem;
    z-index: 1;
}

.module_textblock:has(.section-wrapper-kursplan, .section-wrapper-light, .section-wrapper-gradient) {
    padding: 0;
}

/* === END of CONTENT === */

/* === START of FOOTER === */
div.site_foot {
    display: none;
}

div.foot {
    display: none;
}

div.foot_inner {
    position: relative;
    font-size: 11px;
}

div.foot,
div.foot a {
    color: #666;
}

/* === END of FOOTER === */

/* === START of CONTENT-INNER-FOOTER === */
.content_inner_footer {
    position: relative;
    background: var(--dark-color);
    color: var(--light-color);
    height: auto;
    bottom: 0;
    width: 100%;
}

.content_inner_footer>.row {
    padding: 2.5rem 0 1rem;
}

.content_inner_footer a {
    color: var(--light-color);
    padding: 0 2px;
    margin-right: 1px;
    text-decoration: none;
}

.content_inner_footer p {
    overflow: hidden;
}

.content_inner_footer img {
    filter: drop-shadow(0px 1000px 0 var(--main-color));
    transform: translateY(-1003px);
    max-width: 20px;
}

.content_inner_footer a:hover,
.content_inner_footer a:focus {
    color: var(--main-color);
}

.content_inner_footer a:focus {
    outline: auto;
}

.content_inner_footer .fullWidth {
    background: var(--light-color);
    color: var(--dark-botton);
    padding: 10px 0 10px 0;
}

.content_inner_footer .fullWidth a {
    color: var(--main-color);
}

/* === END of CONTENT-INNER-FOOTER === */

/* === START of MEDIA QUERIES === */

/* fuer alle Smartphones */
@media only screen {
    a.menu-toggle.menu-icon {
        display: block;
    }

    .sticky .nav .menu {
        display: none;
    }
}

/* Tablet Hochformat */
@media only screen and (min-width: 40.063rem) {}

/* Smartphones im Querformat */
@media only screen and (min-width: 40.1rem) and (max-width: 51.483rem) and (orientation: landscape) {}

/* Tablets Querformat */
@media only screen and (min-width: 50.063rem) and (max-width: 64rem) and (orientation: landscape) {
    .top-bar .nav-right {
        white-space: nowrap;
    }
}

/* Normaler PC-Monitor */
@media only screen and (max-width: 64.063em) {

    /* Loeschen, wenn der Header ohne Sticky genommen wird */
    .sticky {
        padding-top: 0;
    }

    .sticky.is-stuck {
        transition: padding .5s;
    }

    .sticky.is-stuck .top-bar .bar-txt {
        display: inline-block;
        color: #fff;
        margin: 0 -1rem;
    }

    .sticky.is-stuck .top-bar .bar-txt p {
        margin: 0.35rem 0;
    }

    .content_inner_footer .columns {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    /* END of Header-Sticky */
}

/* fuer Standardbildschirme */
@media only screen and (min-width: 64.1rem) {

    /* Loeschen, wenn der Header ohne Sticky genommen wird */
    .sticky.is-stuck .top-bar .logo-container {
        /* margin: 0 -1rem; */
        /* top: 5px; */
    }

    .sticky.is-stuck .top-bar .logo-container img {
        max-height: 60px;
    }

    a.menu-toggle.menu-icon {
        display: none;
    }

    .sticky .nav .menu {
        display: block;
    }

    .top-bar .nav {
        flex: 1;
        order: 0;
        justify-content: center;
    }

    .top-bar .nav-right {
        flex: 0;
    }
}

/* fuer Grosse Bildschirm */
@media only screen and (min-width: 90rem) {}

/* === END of MEDIA QUERIES === */

/* === ALTERNATIVE MEDIA QUERIES === */

/* Smartphonegroesse */
@media only screen and (max-width: 40.063rem) {

    body h1,
    body .h1 {
        font-size: 1.5rem;
    }

    body h2,
    body .h2 {
        font-size: 1.25rem;
    }

    body h3,
    body .h3 {
        font-size: 1.1875rem;
    }

    body h4,
    body .h4 {
        font-size: 1.125rem;
    }

    body h5,
    body .h5 {
        font-size: 1.0625rem;
    }

    body h6,
    body .h6 {
        font-size: 1rem;
    }

    .page_165759 .module_textblock:first-child {
        margin-top: 0;
        padding: 15rem 0 0;
    }

    .bg-fitnesspark:after {
        background: rgba(0, 0, 0, 0.5);
    }

    .page_165759 .content:before,
    .content:before {
        top: 0;
    }

    .slideshow_container,
    .slideshow-overlay,
    #slideshow img {
        height: auto;
        aspect-ratio: 1/1.05;
    }

    .hero-logo {
        margin-top: 70%;
    }

    .hero-logo .part-1 {
        font-size: 3rem;
        letter-spacing: 0.25em;
    }

    .hero-logo .part-2 {
        font-size: 2rem;
        margin-left: 0.25em;
    }

    .scroll-down-btn {
        position: relative;
        bottom: 0;
    }
}

/* Tabletgroesse - Querformat - falls nicht funktioniert, auslagern und an erster Stelle in der layout.css setzten */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

/* Groesse ungefaehr MacBook (Pro) */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {}


/* NEW CHANGES 2026 */

/* =========================
   PAGE / IMAGE MAPPINGS
========================= */

/* Other Parallax Backgrounds */
.bg-fitnesspark.sauna:before {
    background-image: url('/files/1902617/upload/angebote/zwei_sauna.jpg');
}

.bg-fitnesspark.sauber:before {
    background-image: url('/files/1902617/upload/angebote/drei_sauna.jpg');
}

.bg-fitnesspark.kaffee:before {
    background-image: url('/files/1902617/upload/angebote/bistro2.jpg');
}

.bg-fitnesspark.treffpunkt:before {
    background-image: url('/files/1902617/upload/angebote/bistro3.jpg');
}

.bg-fitnesspark.erwartet:before {
    background-image: url('/files/1902617/upload/angebote/erwartet.png');
}

.bg-fitnesspark.seca:before {
    background-image: url('/files/1902617/upload/angebote/seca.png');
}

.bg-fitnesspark.kurse_1:before {
    background-image: url('/files/1902617/upload/angebote/kurse_1.JPG');
}

.bg-fitnesspark.kurse_2:before {
    background-image: url('/files/1902617/upload/angebote/kurse_2.jpeg');
}

.bg-fitnesspark.reha_1:before {
    background-image: url('/files/1902617/upload/angebote/reha_1.jpg');
}

.bg-fitnesspark.reha_2:before {
    background-image: url('/files/1902617/upload/angebote/reha_2.jpg');
}

.section-gradient-red {
    background: linear-gradient(to bottom, #131313 0%, #821419 35%, #821419 65%, #131313 100%);
    padding: 6rem 0;
}

/* hero visibility */
.hero-home,
.hero-sauna,
.hero-bistro,
.hero-wellness,
.hero-uberuns,
.hero-philosophie,
.hero-team,
.hero-karriere,
.hero-fitnesspark,
.hero-fitnessundbodybuildind,
.hero-kurseundreha,
.hero-rehabilitationssport,
.hero-kontakt,
.hero-mitglied {
    display: none;
}

body.page_165759 .hero-home,
body.page_165873 .hero-sauna,
body.page_165874 .hero-bistro,
body.page_165780 .hero-wellness,
body.page_165778 .hero-uberuns,
body.page_165867 .hero-philosophie,
body.page_165868 .hero-team,
body.page_165805 .hero-karriere,
body.page_165777 .hero-fitnesspark,
body.page_165779 .hero-fitnessundbodybuildind,
body.page_165871 .hero-kurseundreha,
body.page_165872 .hero-rehabilitationssport,
body.page_165781 .hero-kontakt,
body.page_165875 .hero-mitglied {
    display: block;
}

/* page hero images */
body.page_165874 #slideshow img {
    content: url('/files/1902617/upload/angebote/bistro2.jpg');
}

body.page_165780 #slideshow img {
    content: url('/files/1902617/upload/angebote/drei_sauna.jpg');
}

body.page_165873 #slideshow img {
    content: url('/files/1902617/upload/angebote/zwei_sauna.jpg');
}

body.page_165778 #slideshow img {
    content: url('/files/1902617/upload/der-fitnesspark.jpg');
}

body.page_165867 #slideshow img {
    content: url('/files/1902617/upload/angebote/philosophie.jpg');
}

body.page_165868 #slideshow img {
    content: url('/files/1902617/upload/angebote/team.jpg');
}

body.page_165805 #slideshow img {
    content: url('/files/1902617/upload/angebote/karriere.jpg');
}

body.page_165777 #slideshow img {
    content: url('/files/1902617/upload/angebote/fitnesspark.jpg');
}

body.page_165779 #slideshow img {
    content: url('/files/1902617/upload/angebote/weight.jpg');
}

body.page_165871 #slideshow img {
    content: url('/files/1902617/upload/angebote/kurse.jpg');
}

body.page_165872 #slideshow img {
    content: url('/files/1902617/upload/angebote/reha.jpg');
}

body.page_165781 #slideshow img {
    content: url('/files/1902617/upload/angebote/kontakt.jpg');
}

body:not(.page_165759) .slideshow-overlay .hero-logo {
    justify-content: flex-start;
    padding-bottom: 3rem;
    max-width: 1100px;
}

body:not(.page_165759) .scroll-down-btn {
    display: none;
}

/* shared slideshow heights */
.page_165873 .slideshow_container,
.page_165778 .slideshow_container,
.page_165867 .slideshow_container,
.page_165868 .slideshow_container,
.page_165805 .slideshow_container,
.page_165777 .slideshow_container,
.page_165779 .slideshow_container,
.page_165871 .slideshow_container,
.page_165872 .slideshow_container,
.page_165781 .slideshow_container,
.page_165780 .slideshow_container,
.page_165874 .slideshow_container,
.page_165875 .slideshow_container {
    width: 100%;
    max-height: 570px;
}

.page_165765 .slideshow_container,
.page_165766 .slideshow_container,
.page_165880 .slideshow_container,
.page_165883 .slideshow_container{
    width: 100%;
    max-height: 40px;
}

/* =========================
   PHILOSOPHY CARDS
========================= */

.philosophy-inner {
    padding: 6rem 3rem 0;
}

.philosophy-grid {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.philosophy-grid .columns {
    position: relative;
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
}

.philosophy-grid .columns:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 12%;
    right: 0;
    width: 2px;
    height: 76%;
    background: linear-gradient(to bottom,
            rgba(243, 41, 71, 0) 0%,
            rgba(243, 41, 71, 0.35) 20%,
            rgba(243, 41, 71, 1) 50%,
            rgba(243, 41, 71, 0.35) 80%,
            rgba(243, 41, 71, 0) 100%);
    box-shadow: 0 0 10px rgba(243, 41, 71, 0.25);
    opacity: 0.8;
}

.philosophy-card {
    height: 100%;
    padding: 2.25rem 2rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.page_165781 .philosophy-card {
    background: none;
    border: none;
}

.page_165781 .philosophy-inner {
    padding: 0;
}

.philo-number {
    display: block;
    font-size: .8rem;
    letter-spacing: .25em;
    color: var(--main-color);
    margin-bottom: .5rem;
}

.philosophy-card h3 {
    margin-bottom: 1rem;
    color: var(--light-color);
}

.philosophy-card p {
    color: rgba(255, 255, 255, 0.88);
}

.philosophy-section {
    position: relative;
    background: #131313;
    overflow: hidden;
}

.philosophy-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(139, 15, 24, 0.95) 0%,
            rgba(139, 15, 24, 0.7) 18%,
            rgba(60, 8, 12, 0.35) 38%,
            rgba(19, 19, 19, 0) 58%);
    pointer-events: none;
    z-index: 0;
}

.philosophy-section .row {
    position: relative;
    z-index: 1;
}

.first-letter-red {
    color: var(--main-color);
}

/* =========================
   TEAM
========================= */

.team-card {
    cursor: default;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 280px;
}

.team-card img {
    max-width: 100%;
    border-radius: 6px;
}

.team-card:hover,
.team-card:focus-within {
    transform: none !important;
    background-color: #282828 !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
}

.team-card:hover img,
.team-card:focus-within img {
    transform: none !important;
}

.team-row .row {
    display: flex;
    flex-wrap: wrap;
}

.team-row .columns {
    display: flex;
}

.team-card-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    max-width: 580px;
}

.team-card-horizontal img {
    width: 280px;
    border-radius: 10px;
    flex-shrink: 0;
}

.team-card-horizontal .card-angebot-body {
    text-align: left;
}

.page_165805 .card-angebot::before {
    content: "";
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle, rgba(243, 41, 71, 0.3), transparent 70%);
    filter: blur(25px);
    z-index: -1;
}

.page_165868 .card-angebot,
.page_165868 .card-angebot:hover {
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
}

/* =========================
   GENERAL UI
========================= */

.kontakt-center-box {
    margin-left: 3em;
}

.red-line-fade {
    width: 70%;
    height: 3px;
    margin: 20px auto;
    background: linear-gradient(to right,
            rgba(243, 41, 71, 0) 0%,
            rgba(243, 41, 71, 0.18) 18%,
            rgba(243, 41, 71, 0.95) 50%,
            rgba(243, 41, 71, 0.18) 82%,
            rgba(243, 41, 71, 0) 100%);
    border-radius: 999px;
}

/* =========================
   FPM STEPS
========================= */

.fpm-steps {
    max-width: 1100px;
    margin: 3rem auto 0;
}

.fpm-step-item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fpm-step-item::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 22%;
    width: 3px;
    height: 56%;
    border-radius: 999px;
    background: linear-gradient(to bottom,
            rgba(243, 41, 71, 0) 0%,
            rgba(243, 41, 71, 0.45) 25%,
            rgba(243, 41, 71, 1) 50%,
            rgba(243, 41, 71, 0.45) 75%,
            rgba(243, 41, 71, 0) 100%);
    opacity: 0;
    transform: scaleY(.7);
    transition: opacity .3s ease, transform .3s ease;
}

.fpm-step-item:hover::before,
.fpm-step-item:has(input:checked)::before {
    opacity: .6;
    transform: scaleY(1);
}

.fpm-step-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fpm-step-item label {
    display: block;
    position: relative;
    padding: 1.5rem 3rem 1.5rem 0;
    cursor: pointer;
    font-family: "Bebas Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: var(--light-color);
    transition: color .3s ease, transform .3s ease;
}

.fpm-step-item label::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color);
    font-size: 1.75rem;
    line-height: 1;
    transition: transform .3s ease;
}

.fpm-step-item:hover label,
.fpm-step-item input:checked+label {
    color: var(--main-color);
    transform: translateX(4px);
}

.fpm-step-item input:checked+label::after {
    transform: translateY(-50%) rotate(45deg);
}

.fpm-step-content {
    display: none;
    padding: 0 0 1.5rem;
}

.fpm-step-content p {
    margin: 0;
    max-width: 900px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.fpm-step-item input:checked+label+.fpm-step-content,
.fpm-step-item input:checked~.fpm-step-content {
    display: block;
    animation: fpmFadeIn .35s ease;
}

@keyframes fpmFadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fpm-step-static {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
    padding: 1.25rem 0;
}

.fpm-num {
    font-family: "Bebas Neue", Helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 1;
    color: var(--main-color);
    flex-shrink: 0;
    letter-spacing: 0.04em;
    min-width: 2.5rem;
}

.fpm-text {
    font-family: "Bebas Neue", Helvetica, sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    color: var(--light-color);
    transition: color .3s ease;
}

.fpm-step-item:hover .fpm-step-static {
    transform: translateX(4px);
    transition: transform .3s ease;
}

/* =========================
   CHECKER / FITBODY
========================= */

.checker-row {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.checker-row .module_textblock {
    padding: 2rem 0;
}

.checker-half {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
}

.checker-half:first-child {
    left: 0;
}

.checker-half:nth-child(2) {
    right: 0;
}

.checker-half--dark {
    background: var(--dark-color);
}

.checker-half--red {
    background: radial-gradient(ellipse at center, #5a0e18 0%, #2a060c00 90%, #131313 100%);
}

.checker-row::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom,
            rgba(243, 41, 71, 0) 0%,
            rgba(243, 41, 71, 0.6) 15%,
            rgba(243, 41, 71, 1) 50%,
            rgba(243, 41, 71, 0.6) 85%,
            rgba(243, 41, 71, 0) 100%);
    z-index: 3;
    pointer-events: none;
}

.fitbody-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(19, 19, 19, 0.82);
}

.fitbody-overlay--left-hard {
    background: linear-gradient(to right, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 1) 50%, rgba(19, 19, 19, 0) 70%);
}

.fitbody-overlay--right-hard {
    background: linear-gradient(to left, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 1) 50%, rgba(19, 19, 19, 0) 70%);
}

.fitbody-overlay--middle-hard {
    background: linear-gradient(to right,
            rgba(19, 19, 19, 0) 0%,
            rgba(19, 19, 19, 1) 35%,
            rgba(19, 19, 19, 1) 65%,
            rgba(19, 19, 19, 0) 100%);
}

.fitbody-text {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.block-fade-transition {
    position: relative;
    z-index: 2;
    height: 130px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(19 19 19 / 0%) 0%, rgba(19, 19, 19, 1) 100%);
}

/* page-specific fitbody / modules */
.page_165871 .bg-fitnesspark {
    padding: 0;
}

.page_165874 .bg-fitnesspark {
    padding: 0 0 4rem;
}

.page_165871 .module_textblock {
    padding: 0 0 1rem;
}

.page_165872 .module_textblock,
.page_165874 .module_textblock {
    padding: 0 0 4rem;
}

/* =========================
   SECA
========================= */

.seca-photos-col {
    position: relative;
    min-height: 440px;
    cursor: pointer;
}

.seca-photos-col::before,
.seca-photos-col::after,
.seca-stack {
    position: absolute;
    width: 260px;
    height: 340px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}

.seca-photos-col::before {
    content: "";
    top: 10%;
    left: 70%;
    z-index: 1;
    transform: rotate(8deg);
    background-image: url('/files/1902617/upload/angebote/seca1.jpg');
    border: 2px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.seca-photos-col::after {
    content: "";
    top: 40%;
    left: 40%;
    z-index: 2;
    transform: rotate(-8deg);
    background-image: url('/files/1902617/upload/angebote/seca2.jpg');
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

.seca-stack {
    top: 0;
    left: 45%;
    z-index: 3;
    transform: rotate(-3deg);
    background-image: url('/files/1902617/upload/angebote/seca3.jpg');
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.55);
    transition:
        transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

/* hover */
.seca-photos-col:hover::before {
    transform: rotate(-12deg) translate(60px, 30px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.5);
}

.seca-photos-col:hover::after {
    transform: rotate(10deg) translate(-50px, 15px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.5);
}

.seca-photos-col:hover .seca-stack {
    transform: rotate(3deg) translateY(-78px) scale(1.06);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.7);
}

/* =========================
   KONTAKT HERO
========================= */

.kontakt-hero {
    position: relative;
    width: 100%;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.kontakt-bg {
    position: absolute;
    inset: 0;
    background-image: url('/files/1902617/upload/angebote/adress.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.kontakt-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 55%);
}

.kontakt-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.kontakt-card {
    background: rgba(19, 19, 19, 0.5);
    padding: 2em;
    border-radius: 12px;
    backdrop-filter: blur(4px);
}

/* =========================
   LINKS
========================= */

.link {
    color: #ff9999 !important;
    text-decoration: underline 1px !important;
}

.link:hover {
    color: #ff6464 !important;
}

/* =========================
   ADAPTIVE
========================= */

/* ===== Large tablet / small laptop ===== */
@media only screen and (max-width: 75rem) {
    .philosophy-inner {
        padding: 4rem 2rem 0;
    }

    .hero-logo {
        max-width: 90%;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
    }

    .hero-logo .part-1 {
        font-size: 2.5rem;
        letter-spacing: 0.3em;
    }

    .hero-logo .part-2 {
        font-size: 1.6rem;
        letter-spacing: 0.18em;
    }

    .team-card-horizontal {
        max-width: 100%;
    }

    .team-card-horizontal img {
        width: 240px;
    }

    .kontakt-center-box {
        margin-left: 0;
    }

    .fpm-steps {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .seca-photos-col::before,
    .seca-photos-col::after,
    .seca-stack {
        width: 200px;
        height: 280px;
        margin-left: -25%;
    }
}

/* ===== Tablet ===== */
@media only screen and (max-width: 64rem) {

    .page_165873 .slideshow_container,
    .page_165778 .slideshow_container,
    .page_165867 .slideshow_container,
    .page_165868 .slideshow_container,
    .page_165805 .slideshow_container,
    .page_165777 .slideshow_container,
    .page_165779 .slideshow_container,
    .page_165871 .slideshow_container,
    .page_165872 .slideshow_container,
    .page_165781 .slideshow_container,
    .page_165780 .slideshow_container,
    .page_165874 .slideshow_container,
    .page_165875 .slideshow_container {
        max-height: 460px;
    }

    .bg-fitnesspark {
        padding: 2rem 0 9rem;
    }

    .philosophy-grid .columns:not(:last-child)::after {
        display: none;
    }

    .philosophy-grid .columns {
        margin-bottom: 2rem;
    }

    .philosophy-card {
        padding: 2rem 1.5rem;
    }

    .philosophy-card h3 {
        font-size: 1.5rem;
    }

    h2 .text-left {
        font-size: 26px;
    }

    p.lightColor {
        font-size: 14px;
    }

    .fpm-step-item label {
        font-size: 1.6rem;
        padding: 1.25rem 2.5rem 1.25rem 0;
    }

    .fpm-step-content p {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .fpm-step-static {
        gap: 1rem;
        padding: 1rem 0;
    }

    .fpm-num {
        font-size: 1.4rem;
        min-width: 2rem;
    }

    .fpm-text {
        font-size: 1.1rem;
    }

    .team-row .columns {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .team-card {
        max-width: 220px;
    }

    .team-card-horizontal {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .team-card-horizontal img {
        width: 100%;
        max-width: 220px;
    }

    .team-card-horizontal .card-angebot-body {
        width: 100%;
        text-align: left;
    }

    .checker-row {
        min-height: auto;
    }

    .checker-half {
        width: 100%;
        position: absolute;
    }

    .checker-half:first-child,
    .checker-half:nth-child(2) {
        left: 0;
        right: auto;
    }

    .checker-half--red {
        opacity: 0.5;
    }

    .checker-row::after {
        display: none;
    }

    .seca-section .columns {
        padding: 1.5rem;
    }

    .seca-photos-col::before,
    .seca-photos-col::after,
    .seca-stack {
        width: 200px;
        height: 300px;
        margin-top: 15%;
    }

    .seca-photos-col::before {
        left: 70%;
        top: 12%;
    }

    .seca-photos-col::after {
        left: 52%;
        top: 30%;
    }

    .seca-stack {
        left: 60%;
        top: 0;
    }

    .red-line-fade {
        width: 85%;
    }

    .page_165868 .module_textblock {
        padding: 0;
    }

    .page_165873 .bg-fitnesspark {
        padding: 2em;
    }

    .kontakt-hero {
        min-height: 360px;
    }

    .kontakt-card {
        background-blur: none;
    }
}

/* ===== Mobile ===== */
@media only screen and (max-width: 40.063rem) {
    .section-gradient-red {
        padding: 4rem 0;
    }

    body:not(.page_165759) .slideshow-overlay {
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 2rem;
    }

    .philosophy-inner {
        padding: 2.5rem 1rem 0;
    }

    .philosophy-grid {
        margin-top: 1.5rem;
        display: block;
    }

    .philosophy-grid .columns {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .philosophy-card {
        padding: 1.5rem 1.25rem;
        border-radius: 1.25rem;
    }

    .philo-number {
        font-size: 0.72rem;
        letter-spacing: 0.18em;
    }

    .philosophy-card h3 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }

    .philosophy-card p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .philosophy-grid .columns::after {
        display: none;
    }

    .hero-logo {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-logo .part-1 {
        font-size: 2rem;
        letter-spacing: 0.18em;
        margin-left: 0;
        text-align: center;
    }

    .hero-logo .part-2 {
        font-size: 1.15rem;
        letter-spacing: 0.12em;
        margin-left: 0;
        text-align: center;
        line-height: 1.3;
    }

    body:not(.page_165759) .slideshow-overlay .hero-logo {
        max-width: 100%;
        justify-content: center;
    }

    .page_165873 .slideshow_container,
    .page_165778 .slideshow_container,
    .page_165867 .slideshow_container,
    .page_165868 .slideshow_container,
    .page_165805 .slideshow_container,
    .page_165777 .slideshow_container,
    .page_165779 .slideshow_container,
    .page_165871 .slideshow_container,
    .page_165872 .slideshow_container,
    .page_165781 .slideshow_container,
    .page_165780 .slideshow_container,
    .page_165874 .slideshow_container,
    .page_165875 .slideshow_container {
        max-height: none;
    }

    .fpm-steps {
        margin-top: 2rem;
        padding-left: 0;
        padding-right: 0;
    }

    .fpm-step-item::before {
        left: -8px;
        width: 2px;
    }

    .fpm-step-item label {
        padding: 1rem 2.2rem 1rem 0;
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .fpm-step-item label::after {
        font-size: 1.35rem;
        right: 0.1rem;
    }

    .fpm-step-content {
        padding: 0 0 1rem;
    }

    .fpm-step-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .fpm-step-static {
        gap: 0.75rem;
        align-items: flex-start;
        padding: 0.9rem 0;
    }

    .fpm-num {
        padding-top: 4%;
        min-width: 1.8rem;
        font-size: 1.4rem;
    }

    .fpm-text {
        font-size: 1.2rem;
        line-height: 1.35;
    }

    .team-card {
        max-width: 75%;
    }

    .team-card img {
        width: 100%;
    }

    .team-card-horizontal {
        gap: 1rem;
    }

    .team-card-horizontal img {
        width: 100%;
        max-width: 100%;
    }

    .kontakt-center-box {
        margin-left: 0;
        margin-top: 2rem;
    }

    .seca-text-col {
        margin-bottom: 0;
    }

    .seca-photos-col {
        min-height: 300px;
    }

    .seca-photos-col::before,
    .seca-photos-col::after,
    .seca-stack {
        width: 140px;
        height: 220px;
        border-radius: 10px;
    }

    .seca-photos-col:hover::before {
        transform: rotate(-10deg) translate(20px, 10px);
    }

    .seca-photos-col:hover::after {
        transform: rotate(8deg) translate(-20px, 8px);
    }

    .seca-photos-col:hover .seca-stack {
        transform: rotate(2deg) translateY(-24px) scale(1.03);
    }

    .fitbody-text {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .block-fade-transition {
        height: 70px;
    }

    p.lightColor {
        font-size: 14px !important;
    }

    .checker-row .module_textblock,
    .page_165805 .module_textblock,
    .page_165780 .module_textblock,
    .page_165873 .module_textblock,
    .page_165781 .module_textblock {
        padding: 0;
    }

    .page_165805 .module_textblock {
        padding: 3%;
    }

    .page_165780 .module_textblock,
    .page_165873 .module_textblock,
    .page_165781 .module_textblock {
        padding: 1%;
    }

    .fitbody-overlay--left-hard {
        background: linear-gradient(to right, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 1) 50%, #131313 90%);
    }

    .fitbody-overlay--right-hard {
        background: linear-gradient(to left, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 1) 50%, rgb(19 19 19) 90%);
    }

    .kontakt-bg {
        background-image: none;
    }

    .kontakt-bg::after {
        background: none;
    }

    .kontakt-card {
        backdrop-filter: none;
    }

    .intro-buttons {
        gap: .1rem;
    }
}