@font-face {
    font-family: "Oswald";
    src: url("/content/websites/assets/fonts/Oswald/Oswald-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("/content/websites/assets/fonts/Oswald/Oswald-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("/content/websites/assets/fonts/Oswald/Oswald-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("/content/websites/assets/fonts/Oswald/Oswald-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("/content/websites/assets/fonts/Oswald/Oswald-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("/content/websites/assets/fonts/Oswald/Oswald-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* Shadows Into Light */
@font-face {
    font-family: "Shadows Into Light";
    src: url("/content/websites/assets/fonts/ShadowsIntoLight/ShadowsIntoLight-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/*--------------color_variables----------------*/
:root {
    --color-1: #db0000 !important;
    /* primary color */
    --color-2: #000000 !important;
    /* secondary color */
    --color-4: #FFFFFF ;
    /* background */

    --color-5: #000000 ;
    /* Headlines */
    --color-6: #010101 ;
    /* Sublines */
    --color-7: #020202 ;
    /* body text */
    --color-8: #FFFFFF ;
    /* button text */

    --color-9: #000000;
    /* navigation background */
    --color-10: #ffffff;
    /* navigation text */

    --color-11: #000000;
    /* Footer background */
    --color-12: #FFFFFF;
    /* Footer text */

    --grey-5: #222222;
    --grey-1: #f0f0f0;
    --grey-2: #999999;
    --grey-3: #f5f5f5;
    --grey-4: #c2c2c2;
    --white: #ffffff;
    --black: #000000;
    --success: #259835;
    --warning: #facc15;
    --error: #e51212;
    --focus: #3b82f6;
    --shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    --rev-color: #ffc107 !important;
}

/*--------------body/html----------------*/

html,
body {
    font-family: "Oswald", sans-serif;
    color: var(--color-7);
    background: transparent;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    padding: 0 !important;
}

body {
    max-width: 100% !important;
    overflow: hidden !important;
}

html {
    padding-bottom: 0px;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*--------------------global_colors-------------------*/
.color_1 {
    color: var(--color-1);
}

.color_2 {
    color: var(--color-2);
}

.color_3 {
    color: var(--color-3);
}

.color_4 {
    color: var(--color-4);
}

.color_5 {
    color: var(--color-5);
}

.color_6 {
    color: var(--color-6);
}

.color_7 {
    color: var(--color-7);
}

.color_8 {
    color: var(--color-8);
}

.color_9 {
    color: var(--color-9);
}

.color_10 {
    color: var(--color-10);
}

.color_11 {
    color: var(--color-11);
}

.color_12 {
    color: var(--color-12);
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.rev_color {
    color: var(--rev-color);
}

/*--------------------background colors-------------------*/
.back_orange {
    background-color: var(--color-1);
}

.nav_bg {
    background-color: var(--color-9);
}

.bg_color {
    background-color: var(--color-4);
}

.back_white {
    background-color: var(--color-4);
}

.back_white_op {
    background-color: rgba(255, 255, 255, 0.7);
}

.back_black {
    background-color: var(--black);
}

.back_grey {
    background-color: var(--color-2);
}

.footer_bg {
    background-color: var(--color-11);
}

.kont_icon.back_grey:hover {
    background-color: var(--color-1) !important;
}

/*--------------------positions-------------------*/

.pos_rel {
    position: relative;
    z-index: 1;
}

.pos_abs {
    position: absolute;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.pos_fx {
    position: fixed !important;
    z-index: 99;
}

/*--------------------box_shadows-------------------*/

.box_shad {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

/*--------------------text_weights-------------------*/

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.bold_2 {
    font-weight: 600;
}

.normal {
    font-weight: 300;
    font-size: 18px;
}

/*--------------------text_sizes-------------------*/

.text_xs {
    font-size: 14px;
}

.text_sm {
    font-size: 16px;
}

.text_sm_2 {
    font-size: 24px;
}

.text_sm_3 {
    font-size: 18px;
}

.text_md {
    font-size: 30px;
}

.text_md_2 {
    font-size: 40px;
}

.text_lg {
    font-size: 60px;
}

.text_xl {
    font-size: 72px;
}

/*--------------------text_cases-------------------*/

.upper {
    text-transform: uppercase;
}

/*--------------------text_spacing-------------------*/

.space_it {
    letter-spacing: 8px;
}

.space_it_2 {
    letter-spacing: 4px;
}

.carousel-caption .space_it {
    letter-spacing: 15px;
}

/*-------------------- Typography ------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-1);
}

.article-title {
    color: var(--black);
}

/*--------------------links-------------------*/

a:hover {
    text-decoration: none;
    color: inherit;
}

.special_link a:hover {
    color: var(--color-1);
}

/*--------------------buttons-------------------*/
button {
    border: 0;
    padding: 0;
    background: transparent;
}

.btn-primary {
    transition: all 0.3s ease-in-out;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    border-radius: 0;
    width: 200px;
    position: relative;
    z-index: 9;
}

.bt_2 {
    width: 100%;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: var(--color-5) !important;
    border-color: unset !important;
    box-shadow: none !important;
    transform: scale(0.9, 0.9);
    box-shadow: none;
}

.btn-primary,
.fa-times {
    cursor: pointer;
}

/*--------------------margins-------------------*/
.mt_sm {
    margin-top: 50px;
}

.mb_sm {
    margin-bottom: 50px;
}

.mt_md {
    margin-top: 100px;
}

.mb_md {
    margin-bottom: 100px;
}

.mt_lg {
    margin-top: 150px;
}

.mb_lg {
    margin-bottom: 150px;
}

.mt_xl {
    margin-top: 200px;
}

.mb_xl {
    margin-bottom: 200px;
}

.mleft {
    margin-left: -25px;
}

.mright {
    margin-right: -25px;
}

/*--------------------paddings-------------------*/
.plr_zero {
    padding-left: 0px;
    padding-right: 0px;
}

.pt_sm {
    padding-top: 50px;
}

.pb_sm {
    padding-bottom: 50px;
}

.pt_md {
    padding-top: 100px;
}

.pb_md {
    padding-bottom: 100px;
}

.pt_lg {
    padding-top: 150px;
}

.pb_lg {
    padding-bottom: 150px;
}

.pt_xl {
    padding-top: 200px;
}

.pb_xl {
    padding-bottom: 200px;
}

.w-80 {
    width: 80% !important;
}

/*--------------------overflow-------------------*/
.ovx {
    overflow-x: hidden;
}

/*--------------------animations-------------------*/

.no_show {
    opacity: 0;
}

.no_show_animate {
    animation: appear 1s linear forwards;
    transition: all 0.3s ease-in-out;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.reveal_down::before {
    content: "";
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-4);
    z-index: 9999;
    animation: reveal_down 0.5s linear forwards;
    transition: all 0.3s ease-in-out;
}

@keyframes reveal_down {
    0% {
        height: 100;
    }

    100% {
        height: 0;
    }
}

.reveal_down::after {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--color-1);
    z-index: 9999;
    animation: reveal_down2 0.5s linear forwards;
    transition: all 0.3s ease-in-out;
}

@keyframes reveal_down2 {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.reveal_up::after {
    content: "";
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-1);
    z-index: 9999;
    animation: reveal_up 0.5s linear forwards;
    transition: all 0.3s ease-in-out;
}

@keyframes reveal_up {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

.reveal_up .no_show,
.no_show_nav {
    animation: appear 0.2s linear forwards;
    transition: all 0.3s ease-in-out;
}

/*--------------------side_trigger-------------------*/

.side_trigg {
    right: 0;
    top: calc(33vh + 75px);
    display: none;
    z-index: 999;
}

.trigg_back {
    transition: all 0.3s ease-in-out;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: var(--color-4);
}

.trigg_back:hover {
    background: var(--color-1);
}

.trigg_back:hover .trigg_icon {
    color: var(--color-4);
}

/*--------------------nav-------------------*/

.logo_con {
    height: 125px;
    position: fixed;
    top: 0;
    width: 25.5%;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul {
    list-style: none;
}

.logo {
    width: 200px;
    object-fit: cover;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.logo:hover {
    transform: scale(0.9);
}

.logo_banner {
    z-index: 99;
}

.logo_2 {
    width: 150px;
    left: 200px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    transform: translateY(-10px);
    display: none;
}

nav {
    z-index: 999 !important;
    bottom: 0;
}

.main_menu {
    display: flex;
}

.main_menu ul {
    width: 100%;
}

.navi-btn {
    flex-shrink: 0;
}

.menu-close-cont {
    display: none;
}

.navi {
    padding-right: 27px !important;
    padding-left: 27px !important;
}

.navi:after {
    content: "";
    display: block;
    border-bottom: 3px solid var(--color-1);
    width: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}

.navi:hover:after {
    width: 100%;
}

nav .active:after {
    content: "";
    display: block;
    border-bottom: 3px solid var(--color-1);
    bottom: 0;
    width: 100%;
}

.menu_drop {
    cursor: pointer;
}

.menu_drop:hover p {
    color: var(--color-10);
}

.menu_drop_child {
    display: none;
    overflow: hidden;
}

.menu_drop_child::-webkit-scrollbar {
    display: none;
}

.active-2 .navi-link {
    color: var(--color-9);
}

.navi_2 .navi-link {
    transition: all 0.3s ease-in-out;
}

.navi_2 .navi-link:hover {
    color: var(--color-9);
}

.navi_2:hover::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    font-size: 70px;
    color: var(--color-9);
    left: -10px;
    transform: translateY(-40px);
}

.active-2::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 70px;
    color: var(--color-9);
    left: -10px;
    transform: translateY(-40px);
    font-weight: 900;
}

.navi_2_con {
    left: auto;
    right: auto;
}

.menu_icon {
    display: none;
    color: var(--color-10);
}

.menu_trigg {
    color: var(--color-10);
}

.fa-bars,
.fa-times {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 30px;
}

.fa-bars:hover,
.fa-times:hover {
    color: var(--color-2);
}

.main_menu .back_orange {
    transition: all 0.3s ease-in-out;
}

.main_menu .back_orange:hover {
    background-color: var(--color-10);
}

.main_menu .back_orange:hover a {
    color: var(--color-9);
}

.fix {
    position: fixed;
    z-index: 999;
    background-color: var(--color-4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    margin-top: 0;
    height: 75px;
}

.popup {
    z-index: 1000 !important;
}

/*--------------------banner-------------------*/

.carousel-item {
    height: 100vh;
}

.carousel-caption {
    left: 0;
    padding-top: 35vh;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-4);
    opacity: 0.5;
}

.bann_mann {
    left: auto;
    transform: translateX(10%);
    width: 35%;
    bottom: 0;
}

.kontrol {
    z-index: 10;
    opacity: 1;
    width: 40px;
}

.kont_icon {
    transition: all 0.3s ease-in-out;
}

.kont_icon:hover {
    background-color: var(--color-2);
}

.text_rot {
    transform: rotate(-90deg);
    height: 85px;
    width: 50vh;
    top: 0;
}

.anmelden {
    bottom: 100px;
    left: 200px;
}

.prob {
    border: solid 1px rgba(255, 255, 255, 0.5);
}

.btn {
    border-radius: none !important;
    color: var(--color-8) !important;
}

.tv_text {
    opacity: 0.5;
}

.prob::before {
    content: "";
    background-color: var(--color-2);
    position: absolute;
    top: 0;
    width: 10px;
    height: 40px;
    animation: linear 3s forward;
}

/*---------------section_1-----------------------*/

.box_pic_wrap {
    display: flex;
    align-items: flex-end;
}

.box_pic {
    height: 300px;
    margin-top: -40px;
    transform: translateX(-10%);
}

.box_t {
    position: relative;
    z-index: 1;
}

.sec_1_boxes::before {
    content: "";
    position: absolute;
    background-color: var(--color-1);
    width: 10px;
    height: 70%;
    top: 15%;
    bottom: 15%;
    transform: translatex(20px);
}

.sec_back::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: var(--color-4);
}

.slide_100:before {
    animation: slide_100 1s linear forwards;
    animation-delay: 0.5s;
}

@keyframes slide_100 {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.slide_50:before {
    animation: slide_50 1s linear forwards;
}

@keyframes slide_50 {
    0% {
        width: 100%;
    }

    100% {
        width: 50%;
    }
}

.sec_back {
    background-color: var(--color-2);
    height: calc();
}

.squeaze_1 {
    position: relative;
    margin-top: -10%;
    margin-bottom: -10%;
}

.squeaze_con {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
}

.p_10 {
    margin-right: 6%;
    margin-left: 6%;
}

.text_pos {
    transform: translateY(50%);
    left: 40px;
}

/*---------------section_2-----------------------*/
.check_it_index p:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: var(--color-1);
    font-size: 18px;
    left: 50px;
}

.check_it_index p {
    padding-left: 30px;
    position: static !important;
}

.sec_reveal_down::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-color: var(--color-4);
    animation: sec_reveal_down_before 0.2s linear forwards;
    animation-delay: 1s;
}

@keyframes sec_reveal_down_before {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

.sec_reveal_down::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 0;
    left: 0;
    background-color: var(--color-1);
    animation: sec_reveal_down_after 2s linear forwards;
}

@keyframes sec_reveal_down_after {
    0% {
        height: 0;
    }

    40% {
        height: 100%;
    }

    60% {
        height: 100%;
    }

    80% {
        bottom: 0;
        top: auto;
    }

    100% {
        height: 0;
        bottom: 0;
        top: auto;
    }
}

/*---------------section_3-----------------------*/

.box_container {
    display: contents;
}

.fullwidth {
    width: 100%;
}

.gal_box {
    background-size: cover;
    height: 400px;
    border: solid 5px white;
    background-position: center;
}

.map_container {
    display: block;
    height: 100%;
    width: 100%;
}

.map_right_padding {
    padding-right: 0;
    padding-left: 0;
}

.dein::before {
    content: "";
    background-color: var(--color-1);
    position: absolute;
    width: 10px;
    height: 50px;
    top: 0.24em;
    transform: translateX(-30px);
}

/*---------------section_4-----------------------*/
.sec_back_2 {
    background-color: var(--color-2);
    height: calc();
}

.sec_back_2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-4);
}

.wheel_text {
    top: 45%;
}

.wheel_text::before {
    content: "";
    position: absolute;
    background-color: var(--color-2);
    border-radius: 100%;
    width: 200px;
    height: 200px;
    transform: translate(-8%, -40%);
    z-index: -1;
    -webkit-animation: spin2 10s infinite linear reverse;
    animation: spin2 10s infinite linear reverse;
}

.icon_back {
    width: 120px;
    height: 70px;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unser_con .icon_back {
    margin-left: -12px;
}

.roll_it {
    -webkit-animation: spin 15s infinite linear;
    animation: spin 15s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/*---------------section_5-----------------------*/

.icon_center {
    display: flex;
    justify-content: center;
}

.fas {
    font-weight: 900;
}

.fas_icon {
    /* font-size: 50px !important; */
    font-size: 3.5em;
    text-align: center;
    width: 1.25em;
}

/*---------------section_6-----------------------*/
.swiper-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    cursor: grab;
}

.swiper-wrapper {
    height: 330px !important;
}

/* .swiper-slide{
    margin-right: 10px !important;
    margin-left: 10px !important;
} */

.rev-pic {
    margin-top: -40px;
    width: 80px;
    border-radius: 50%;
}

.rev_each {
    transform: scale(0.8);
    margin-top: 20px;
}

/*---------------section_7--------------------

.sec_8 {
    background-color: var(--color-2);
    margin-bottom: 200px;
}

.sec_8::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-3);
}


.ueber_con {
    margin-bottom: -60px;
}

.two_con {
    margin-left: -100px;
}

.off_con {
    margin-left: 20%;
}
---*/

/*---------------section_8-----------------------*/

.bord_orange {
    border: solid 4px var(--color-2);
}

.mw-80 {
    width: 80%;
}

.border_white {
    border-color: var(--color-4);
}

.money {
    font-size: 60px;
}

.check_it_money p:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 18px;
    left: 25px;
}

.check_it_money p {
    padding-left: 30px;
}

/*---------------section_9-----------------------*/

.small_1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background-color: var(--color-4);
}

.small_2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-4);
}

.small_3::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 456px;
    left: -50%;
    background-color: var(--color-2);
    margin-top: 3%;

    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2.5s;
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

.small_1 {
    background-color: var(--color-2);
}

.small_2 {
    background-color: var(--color-2);
}

.small_3 {
    background-color: var(--color-3);
}

.small_animate:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-4);
    animation: small_animate 2s linear forwards;
}

@keyframes small_animate {
    0% {
        width: 100%;
    }

    100% {
        width: 50%;
    }
}

.woman_mat {
    width: 60%;
    margin-top: -100px;
}

.woman_con {
    position: relative;
    z-index: 2;
}

.schon_con {
    margin-left: -45px;
}

/*---------------section_10-----------------------*/

.sec_12 {
    position: relative;
}

.sec_12::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-4);
}

.lady_hantel {
    position: relative;
    right: 0;
    margin-top: -150px;
    height: 650px;
    width: auto;
}

.my_form {
    width: 100%;
}

.kost_con {
    transform: translateY(-50px);
}

/*---------------section_11-----------------------*/
.panel-title>h3,
.panel-title>h3:active {
    display: block;
    padding: 15px;
    padding-left: 0;
    text-decoration: none;
}

.panel-heading h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    right: 50px;
    transition: all 0.5s;
    font-weight: 900;
    position: absolute;
}

.panel-heading.active h3:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*---------------footer-----------------------*/

#map {
    width: 100%;
    height: auto;
    padding: 0;
}

footer .back_orange {
    background-color: var(--color-1);
}

.footie {
    position: relative;
}

.footie::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.footie .container {
    position: relative;
    z-index: 2;
}

/*-------------------------------------------------------Unterseiten----------------------------------------*/

.unter_cap {
    margin-right: 2px;
    margin-left: 2px;
    width: 90%;
}

/*----------abnehmen----------------*/

.lady_mat_2 {
    width: 580px;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

.arrow_after::before {
    content: "";
    position: absolute;
    background: var(--color-4);
    width: 100%;
    height: 100%;
    left: 0;
}

.arrow_after::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 120px;
    color: var(--color-2);
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
}

.sec_03_ab {
    margin-top: 250px;
}

.dein_2::before {
    content: "";
    background-color: var(--color-1);
    position: absolute;
    width: 10px;
    height: 40px;
    transform: translateX(-24px);
    top: 5px;
}

.check_it_item:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: var(--color-1);
    font-size: 18px;
    left: 25px;
}

.check_it_item {
    padding-left: 30px;
}

/*----------team----------------*/

.sec_1_team {
    background-color: var(--color-1);
    position: relative;
}

.sec_1_team::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-4);
    right: 0;
}

.image_gallery a {
    width: 100%;
    min-height: 100%;
    /* position: absolute; */
    object-fit: cover;
}

.image_gallery:nth-child(4n + 1) {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.image_gallery:nth-child(4n + 2) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.image_gallery:nth-child(4n + 3) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.image_gallery:nth-child(4n + 4) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.image_adjust {
    flex: inherit;
    max-width: inherit;
}

/*----------leitbild----------------*/

.pdf_preview {
    width: 100%;
    height: 500px;
}

.sec_02_leit {
    margin-top: 300px;
}

/*----------kursplan----------------*/

.kurs_bord {
    border-right: solid 1px var(--color-4);
}

.w-90 {
    width: 80%;
}

.col_bord:nth-child(2n) {
    background-color: var(--color-4);
}

/*----------Kontakt----------------*/

.map_car {
    min-height: 100vh;
    max-height: auto;
    height: auto;
}

#map2 {
    height: 100vh;
}

.bord_both::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-1);
    width: 7px;
    height: 100%;
}

.bord_both::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color-1);
    width: 7px;
    height: 100%;
}

.off_con_2 {
    transform: translateY(-125%);
    z-index: 992;
    margin-left: 0;
}

.off_con_2::before {
    content: "";
    position: absolute;
    background: var(--color-1);
    width: 50%;
    height: 150%;
    top: -25%;
}

.z_1 {
    z-index: 100;
}

.jam_form_group .form-group {
    display: block;
    margin-bottom: 30px;
}

.jam_form_group .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.jam_form_group .form-group label {
    position: relative;
    cursor: pointer;
    padding-left: 40px;
}

.jam_form_group .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--color-1);
    padding: 12px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 0px;
}

.jam_form_group .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 11px;
    width: 6px;
    height: 14px;
    border: solid var(--color-1);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.jam_form_inner h3 {
    /* font-family: segoe_uI_bold; */
    margin-bottom: 35px;
    color: var(--color-5);
}

.jam_form_inner input,
.jam_form_inner .input-filed select {
    color: var(--color-5);
    width: 100%;
    height: 60px;
    border-radius: 60px;
    border: 1px solid var(--color-1);
    padding: 15px 44px;
    margin-bottom: 0;
    background-color: var(--color-4);
}

.jam_form_inner .input-filed select {
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--color-5) 50%), linear-gradient(135deg, var(--color-5) 50%, transparent 50%);
    background-position: calc(100% - 40px) center, calc(100% - 35px) center;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.jam_form_inner .input-filed select:focus {
    background-image: linear-gradient(45deg, var(--color-5) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, var(--color-5) 50%);
    background-position: calc(100% - 35px) center, calc(100% - 40px) center;
}

.jam_form_inner div+div {
    margin-top: 15px;
}

.jam_form_inner textarea {
    width: 100%;
    height: 220px;
    border-radius: 30px;
    border: 1px solid var(--color-1);
    margin: 15px 0 30px;
    padding: 15px 44px;
    background-color: var(--color-4);
}

input.invalid {
    outline: 0;
    border: 1px solid var(--error);
}

input.valid {
    outline: 0;
    border: 1px solid var(--success);
}

input.warning {
    outline: 0;
    border: 1px solid var(--warning);
}

.form-group label {
    font-size: 14px;
}

.jam_form_group {
    display: flex;
    /* margin-left: 45px; */
}

.jam_border {
    position: absolute;
    width: 57%;
    height: 85%;
    border: 5px solid var(--color-1);
    border-radius: 25px;
    z-index: 1;
    right: -1%;
    top: 6%;
}

.jam_form_inner .common-small-btn {
    width: 385px;
    margin-left: 45px;
}

.validation-text {
    display: none;
    color: var(--error);
    margin: -0.5em 0 1.25em;
    font-size: 14px;
}

/*--------------------------- to be removed later -----------------------------*/
/* .contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    height: 64px;
    border-radius: 8px;
    padding: 10px 20px;
    color: #111111;
}


.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
    color: #111111;
    opacity: .7;
}

.contact-form .form-group p {
    display: block;
    margin: 0 0 20px;
}

.contact-form .form-group label {
    display: block;
    margin: 0 0 20px;
}

.link.v2 {
    border: 0;
    background: none;
    border-bottom: 1px solid var(--color-4);
    display: inline-block;
    padding: 5px 0;
    opacity: 0.9;
}
.link.v2::before {
    width: 100%;
}

.contact-info-item a,
.contact-info-item p,
.contact-info-item h6 {
    color: var(--color-7);
    opacity: 0.8;
    margin: 0;
    font-weight: 400;
}

.contact-info-item h6 {
    font-weight: 600;
}

.contact-info-item .icon {
    color: var(--color-1);
}

.contact-info-item svg {
    max-width: 55px;
    margin: 10px 0 25px;
}

.contact-info-item .schedule-item {
    width: 100%;
    margin-bottom: 1rem;
}

.link .link-icon {
    width: 10px;
    position: absolute;
    top: 0;
    right: -10px;
} */

/*--------------------- news page ----------------------------*/
.opening_hours_card {
    position: relative;
}

/*--------------------- Angebot pages ----------------------------*/

.box_card:nth-of-type(odd) {
    margin-bottom: 150px;
}

.box_card:nth-of-type(even) {
    margin-top: 150px;
}

.flex_start {
    align-items: flex-start;
}

/*---------------------big and small slide---------------------*/

.big_slide::before {
    content: "";
    animation: big_slide 2s linear forwards;
}

@keyframes big_slide {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

.big_slide_re::before {
    content: "";
    animation: big_slide_re 2s linear forwards;
}

@keyframes big_slide_re {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.small_slide::before {
    content: "";
    animation: small_slide 2s linear forwards;
}

@keyframes small_slide {
    0% {
        width: 100%;
    }

    100% {
        width: 50%;
    }
}

.small_slide_re::before {
    content: "";
    animation: small_slide_re 1s linear forwards;
}

@keyframes small_slide_re {
    0% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

/*----------------------------------media_queries-----------------------------------*/

@media only screen and (max-width: 2000px) {
    .small_3::before {
        height: 485px;
    }
}

@media only screen and (max-width: 1549px) {
    .small_3::before {
        margin-top: 5%;
        height: 340px;
    }
}

@media only screen and (max-width: 1500px) {
    .navi {
        padding: 0 !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .navi-btn {
        padding: 24px !important;
    }

    .main_jus .back_orange {
        padding: 24px !important;
    }

    .fix {
        position: fixed !important;
        z-index: 9999;
        background-color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        right: 0;
        margin-right: auto;
        margin-left: auto;
        top: 0;
        margin-top: 0;
    }

    .bann_mann {
        width: auto;
        height: 660px;
    }

    .w-90 {
        width: 90%;
    }

    .box_pic {
        transform: translateX(-25%);
    }

    .ch_w {
        width: 120% !important;
    }

    .text_xl {
        font-size: 50px;
    }

    .ch_w {
        width: 150% !important;
    }

    .text_lg {
        font-size: 40px;
    }

    .text_md {
        font-size: 25px;
    }

    .wheel_text::before {
        content: "";
        transform: translate(-15%, -40%);
    }

    .dein::before {
        top: 0.18em;
        height: 36px;
        transform: translateX(-28px);
    }
}

@media only screen and (max-width: 1440px) {
    .woman_mat {
        width: 60%;
        margin-top: -68px;
    }

    .small_3::before {
        height: 375px;
    }
}

@media only screen and (max-width: 1299px) {
    /* .dein::before {
        top: 10%;

    } */

    .dein_2::before {
        content: "";
        top: 5%;
    }
}

@media only screen and (max-width: 1200px) {
    .main_menu {
        display: none;
        position: fixed;
        top: 0;
        min-width: 100% !important;
        height: 100vh;
        background: var(--color-9);
        padding: 0;
        overflow-y: scroll;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .menu_trigg {
        display: block !important;
    }

    .ov_y {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .ov_y::-webkit-scrollbar {
        display: none;
    }

    .main_jus {
        justify-content: center !important;
        display: block !important;
        text-align: center;
    }

    .menu_drop_child {
        position: relative;
        margin-left: auto !important;
        margin-right: auto !important;
        min-width: 100%;
    }

    ul {
        margin-left: 0 !important;
        padding-left: 0;
    }

    .navi {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .menu_icon {
        display: block;
    }

    .logo_con {
        position: static;
        height: 75px !important;
        width: 100%;
    }

    .logo {
        width: 100px !important;
        max-height: 60px;
    }

    nav {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        background-color: var(--color-9);
        height: 75px;
    }

    .sec_01_ab {
        margin-top: 0;
    }

    .box_pic {
        transform: translateX(-25%);
    }

    .unser_con {
        margin-top: 100px;
    }

    .arrow_after::after {
        content: "";
    }

    .text_pos {
        left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .small_3::before {
        margin-top: 7%;
        height: 280px;
    }
}

@media only screen and (max-width: 1024px) {
    .lady_hantel {
        height: 475px;
        right: 30px;
    }

    .responsive_headline {
        text-align: center !important;
    }

    .unser_con .icon_back {
        margin-left: 0;
    }

    .small_3::before {
        margin-top: 7%;
        height: 290px;
    }
}

@media only screen and (max-width: 768px) {
    .lady_hantel {
        right: 85px;
        margin-top: -88px;
    }
}

@media only screen and (max-width: 992px) {
    .anmelden {
        display: none;
    }

    .btn-primary {
        width: 70%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bt_2 {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .woman_mat {
        width: 100%;
    }

    .space_it {
        letter-spacing: 3px;
    }

    .lady_mat_2 {
        width: 100%;
    }

    .lady_mat_2_con {
        margin-top: 200px;
    }

    .bann_mann {
        height: 60%;
        left: 0;
    }

    .wheel_text::before {
        content: "";
        transform: translate(-15%, -40%) scale(0.8);
    }

    .sw_control {
        display: block !important;
        /* transform: */
    }

    .swiper-button-prev {
        transform: translatex(-30%) scale(0.7);
    }

    .swiper-button-next {
        transform: translatex(30%) scale(0.7);
    }

    .di_row,
    .mi_row,
    .do_row,
    .fr_row,
    .sa_row {
        display: none;
    }

    .kurs_bord {
        margin-bottom: 1px;
    }

    .col_bord {
        border: solid 1px var(--color-4);
    }

    .col_bord:nth-child(2n) {
        background-color: var(--color-1);
    }

    .kurs_trigg {
        cursor: pointer;
    }

    .kurs_trigg:before {
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        right: 50px;
        transition: all 0.5s;
        font-weight: 900;
        position: absolute;
        top: 15px;
        color: var(--color-4);
    }

    .active_kurs_trigg:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .text_pos {
        left: 0;
    }

    #map {
        width: 100%;
        height: 400px;
    }

    .small_3::before {
        margin-top: 12%;
        height: 340px;
    }
}

@media only screen and (max-width: 864px) {
    .small_3::before {
        margin-top: 14%;
        height: 340px;
    }
}

@media only screen and (max-height: 900px) {
    .bann_mann {
        height: 680px;
        width: auto;
    }
}

@media only screen and (max-height: 864px) {
    .bann_mann {
        height: 640px;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .mb_xs {
        margin-bottom: 15px;
    }

    .carousel-item {
        height: 60vh;
        margin-top: 70px;
    }

    .carousel-caption {
        padding: 10vh 50px 0 50px;
    }

    .space_it {
        letter-spacing: 1px !important;
    }

    .btn-primary {
        width: 200px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bt_2 {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .bt_3 {
        width: 100%;
    }

    .squeaze_1 {
        margin-top: -100px;
        margin-bottom: -100px;
    }

    .squeaze_con {
        margin-top: 200px;
        margin-bottom: 200px;
    }

    .mleft {
        margin-left: 0;
    }

    .mright {
        margin-right: 0;
    }

    .two_con {
        margin-left: 0;
        margin-top: -50px !important;
    }

    .off_con {
        margin-left: 0;
    }

    .two {
        width: 200px;
    }

    .tables {
        width: 90%;
    }

    .woman_mat {
        width: 200px;
    }

    .schon_con {
        margin: 0;
    }

    .lady_hantel {
        width: auto;
        height: 300px;
        margin-top: -40px;
        right: 0;
    }

    .text_sm_2 {
        font-size: 18px;
    }

    .text_md {
        font-size: 18px;
    }

    .text_lg {
        font-size: 30px;
    }

    .text_xl {
        font-size: 30px;
    }

    .normal {
        font-size: 16px;
    }

    .dein::before {
        height: 30px;
        width: 8px;
    }

    .logo_2 {
        left: 50px;
    }

    .sec_2_col_con {
        margin-top: 70px;
    }

    .sec_03_ab,
    .sec_02_leit {
        margin-top: 150px;
    }

    #map2 {
        height: 65vh;
    }

    .sec_8 {
        margin-bottom: 250px;
    }

    .car_cap_2 {
        padding-top: 30vh;
    }

    .map_car {
        height: auto !important;
        margin-bottom: 40px;
    }

    nav {
        position: fixed !important;
        top: 0;
    }

    nav.schedule-filter {
        position: relative !important;
    }

    .map_car {
        min-height: auto !important;
    }

    .wheel_text::before {
        content: "";
        transform: translate(-22%, -43%) scale(0.8);
    }

    .box_card:nth-of-type(odd) {
        margin-bottom: 70px;
    }

    .box_card:nth-of-type(even) {
        margin-top: 0px;
        margin-bottom: 70px;
    }

    .sec_back_2 {
        background-color: var(--color-4);
    }

    .wheel_text_small_screen {
        text-align: center;
        padding-left: 0px !important;
    }

    .small_3::before {
        margin-top: 0%;
        height: 1124.16px;
    }
}

@media only screen and (max-height: 768px) {
    .bann_mann {
        height: 570px;
        width: auto;
    }
}

@media only screen and (max-height: 720px) {
    .bann_mann {
        height: 540px;
        width: auto;
    }
}

@media only screen and (max-width: 576px) {
    .carousel-caption {
        padding: 10vh 30px 0 30px;
    }

    .carousel-control-next .kont_icon {
        transform: translateX(5px);
    }

    .carousel-control-prev .kont_icon {
        transform: translateX(-5px);
    }

    .side_trigg {
        width: 100%;
        top: auto;
        bottom: 0;
        height: 75px;
    }

    .hr_trigg,
    .trigg_br {
        display: none;
    }

    .wheel_con {
        width: 90%;
    }

    .trigg_back {
        width: 33.33%;
        margin: 0;
    }

    .menu_trigg {
        padding-left: 35px;
    }

    .box_pic {
        height: 280px;
        transform: translateX(-100px);
    }

    .menu_icon {
        padding-left: 7%;
    }

    .my_p {
        padding-right: 10%;
        padding-left: 10%;
    }

    .my_p2 {
        padding-right: 7%;
        padding-left: 7%;
    }

    .bann_mann {
        height: 50%;
        right: 0;
        left: 0;
        transform: translateX(0);
    }

    .w-80 {
        min-width: 85%;
    }

    .icons_under {
        margin-top: 0;
    }

    .w-90 {
        width: 92%;
    }

    .navi_2:hover::before {
        content: "";
    }

    .active-2::before {
        content: "";
    }
}

@media only screen and (max-width: 470px) {
    .small_3::before {
        height: 1145.16px;
    }
}

@media only screen and (max-width: 398px) {
    .small_3::before {
        height: 1178.16px;
    }
}

@media only screen and (max-width: 377px) {
    .small_3::before {
        height: 1199.16px;
    }
}

@media only screen and (max-width: 331px) {
    .small_3::before {
        height: 1220.16px;
    }
}

@media only screen and (max-width: 317px) {
    .small_3::before {
        height: 1241.16px;
    }
}

@media only screen and (max-width: 281px) {
    .small_3::before {
        height: 1262.16px;
    }
}

/* adding css from outside  */

.course-plan-container {
    max-width: 400px;
    margin: 0 auto;
}

.schedule-filter .menu {
    overflow-x: auto;
    margin: 0 0 50px;
    display: flex;
    max-width: 100%;
    padding-left: 0px;
}

/* Hide scrollbar */
.schedule-filter .menu {
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.schedule-filter .menu::-webkit-scrollbar {
    display: none;
}

.schedule-filter .menu li {
    height: 100%;
}

.schedule-filter .menu-link {
    min-width: 150px;
    color: var(--color-1);
    background: none;
    padding: 0.75rem 2rem;
    margin: 0;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: grab;
    text-transform: uppercase;
    border: 0;
}

.schedule-filter .menu-link.active,
.schedule-filter .menu-link:hover {
    color: var(--white);
    background: var(--color-1);
}

.schedule-filter .menu-link:focus {
    outline: 0;
}

.custom-dropdown-select {
    border: 0;
    position: relative;
}

.custom-dropdown-select .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.custom-dropdown-select.open .menu {
    display: block;
}

.custom-dropdown-select .menu-link {
    width: 100%;
    cursor: pointer;
    background: var(--white);
    white-space: normal;
    margin: 0;
}

.custom-dropdown-select .menu-link.active {
    position: relative;
}

.custom-dropdown-select .menu-link.active::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: var(--white) transparent transparent transparent;
}

.custom-dropdown-select.open .menu-link.active::after {
    border-color: transparent transparent var(--white) transparent;
    top: 40%;
}

.custom-dropdown-select .filter-link.active::after {
    display: none;
}

.schedule-table {
    background: var(--color-2);
    color: var(--white);
    text-align: center;
    display: grid;
    overflow: hidden;
    border: 1px solid var(--color-1);
}

.schedule-table .col {
    padding: 0;
}

.schedule-table p {
    margin: 0;
}

.col-header {
    padding: 1rem;
    background: var(--color-1);
    /* filter: brightness(1.2); */
}

.col-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.col:last-of-type .col-body {
    border: 0;
}

.schedule-item {
    padding: 1rem;
    max-height: 150px;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}

.schedule-item.inactive {
    visibility: hidden;
    max-height: 0;
    padding: 0 1rem;
    opacity: 0;
}

.schedule-item .time {
    color: var(--color-1);
}

.schedule-section .btn-with-icon .icon {
    position: relative;
    top: -1px;
}

.day-filter-item {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}

.day-filter-item.inactive {
    visibility: hidden;
    max-height: 0 !important;
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .schedule-section .xs-btn-full {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 1024px) {

    /* ---------- Schedule ---------- */
    .course-plan-container {
        max-width: 100%;
    }

    .schedule-table {
        grid-template-columns: repeat(7, 1fr);
    }

    .col-body {
        border-right: 1px solid var(--color-1);
        grid-template-columns: 1fr;
        font-size: 0.75rem;
    }

    .schedule-section .btn-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .schedule-section .xs-btn-full {
        left: unset;
        transform: unset;
    }
}

@media screen and (min-width: 1280px) {
    .col-body {
        font-size: 0.875rem;
    }
}

/* course page from the matrix */

#course_page .banner-bg-img {
    background-image: url(../images/course/header-img.png);
    position: relative;
    z-index: 1;
}

.course_page_slider .owl-carousel .item {
    padding-bottom: 30px;
}

.course_slider_img {
    border: 5px solid var(--color-1);
    border-bottom: 0px;
}

.course_down_contain_box {
    position: relative;
    border: 5px solid var(--color-1);
}

.course_contain_box_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.course_contain_box_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_contain_box_bg:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.course_page_slider .button-design:hover::after {
    width: 700px;
    height: 700px;
}

.course_page_slider .owl-prev path,
.course_page_slider .owl-next path {
    fill: var(--color-1);
}

.moreless-button {
    display: inline-block;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.moreless-button span {
    color: var(--color-5);
    font-size: 18px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    position: relative;
}

.moreless-button span:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: var(--color-5);
    position: absolute;
    left: 0px;
    bottom: 2px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.moreless-button i {
    color: var(--color-5);
    margin-left: 15px;
    font-size: 24px;
    vertical-align: middle;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.moreless-button:hover span,
.moreless-button:hover i {
    color: var(--color-1);
}

.moreless-button:hover span:after {
    background-color: var(--color-1);
}

.fa-angle-down.angle_rotact {
    transform: rotate(-180deg);
}

.moretext-2 {
    max-height: 70px;
    transition: max-height 0.5s ease;
    overflow: hidden;
}

.course_table_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.kurs_contain_box h3 {
    font-size: 24px;
    color: var(--color-1);
    font-weight: bold;
}

.course_heading {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course_heading .course_category {
    font-weight: 400;
    color: var(--color-5);
}

.kurs_details {
    border-top: 1px solid var(--color-1);
    padding: 21px 15px;
}

.kurs_details .more_main {
    margin-top: 15px;
}

.kurs_minit_main {
    display: flex;
}

.kurs_minit {
    display: flex;
    border-right: 1px solid var(--color-1);
}

.kurs_details p {
    font-size: 16px;
    color: var(--color-5);
}

.kurs_details .moreless-button span,
.kurs_details .moreless-button i {
    color: var(--color-5);
}

.kurs_details .moreless-button span::after {
    background: var(--color-5);
}

.kurs_details .moreless-button:hover span,
.kurs_details .moreless-button:hover i {
    color: var(--color-1);
}

.kurs_details .moreless-button:hover span::after {
    background: var(--color-1);
}

.kurs_minit_main>div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kurs_minit p {
    font-size: 50px;
    color: var(--color-5);
    line-height: 1;
    font-family: Acumin-RPro;
}

.kurs_minit span {
    color: var(--color-5);
    opacity: 0.6;
    align-self: flex-end;
    line-height: 1;
    margin-bottom: 5px;
    margin-left: 5px;
    font-family: Acumin-RPro;
}

.kurs_anfanger p {
    font-family: Acumin-RPro;
    color: var(--color-5);
    font-size: 24px;
}

.kurs_minit {
    padding: 10px 0px 8px;
}

.course_page_slider .moreless-button i {
    vertical-align: top;
    margin-top: -2px;
}

.course_page_slider .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
}

.inner_page_btn a {
    display: block;
    text-align: center;
    padding: 0.5em;
    background: var(--color-1);
    color: var(--white);
    transition: background 0.5s;
}

.inner_page_btn a:hover {
    background: var(--color-5);
}

.cp_left {
    padding-top: 50px;
}

.course_page_slider {
    padding: 0;
}

.course_page_slider .item .inner_page_btn a {
    min-width: 100%;
}

.course_table_menu_section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.day_slider {
    max-width: 170px;
    margin-right: 207px;
}

.day_slider .owl-theme .owl-nav {
    margin-top: 0px;
}

.day_slider .item {
    text-align: center;
}

.day_slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: -5px;
}

.day_slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: -5px;
}

.day_slider .item a {
    font-size: 34px;
    color: var(--color-1);
    line-height: 1;
    text-shadow: 0px 0px 7px var(--color-1);
}

.slider_menu_section ul {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid var(--color-1);
}

.slider_menu_section ul li a {
    padding: 20px 21px;
    background-color: var(--color-2);
    display: inline-block;
    font-size: 20px;
    color: var(--color-5);
}

.slider_menu_section ul li a.active {
    box-shadow: var(--primary-shadow);
    background-color: var(--color-1);
    position: relative;
    z-index: 1;
}

.slider_menu_section ul li+li {
    border-left: 1px solid var(--color-1);
}

.course_table_details ul {
    display: flex;
    justify-content: space-between;
}

.course_table_details ul li a {
    text-align: center;
}

.course_table_contain .table thead tr th p,
.course_table_contain .table tbody tr td p {
    font-size: 24px;
    color: var(--white);
    font-family: Acumin-RPro;
    display: inline-block;
    font-size: 18px;
    white-space: nowrap;
}

.course_table_contain .table tbody tr {
    border-bottom: 1px solid var(--color-1);
}

.course_table_contain .table tbody tr td {
    vertical-align: middle;
}

.course_table_contain .table thead tr th p {
    font-size: 24px;
}

.course_table_contain .table td,
.course_table_contain .table th {
    border: unset;
    text-align: center;
    width: 210px;
}

.course_table_contain .table .inner_page_btn a {
    min-width: 208px;
    width: 208px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 20px 15px 16px;
}

.course_table_contain .table .inner_page_btn {
    display: inline-block;
}

.course_table_contain {
    padding-top: 147px;
}

.course_table_list_downloads {
    display: flex;
    justify-content: center;
    margin-top: 79px;
}

.course_table_list_downloads a {
    display: flex;
    align-items: center;
}

.course_table_list_downloads p {
    margin-right: 43px;
    line-height: 1;
    color: var(--white);
    position: relative;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.course_table_list_downloads p:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    bottom: -1px;
    left: 0px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.course_table_list_downloads a span svg path {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.course_table_list_downloads span {
    margin-top: -5px;
    display: inline-block;
}

.course_table_list_downloads a:hover p {
    color: var(--color-1);
}

.course_table_list_downloads a:hover span svg path {
    stroke: var(--color-1);
}

.course_table_list_downloads a:hover p::after {
    background-color: var(--color-1);
}

.course_table_inner {
    display: none;
}

.course_table_inner.active {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}

.main_menu_course_table {
    display: none;
}

.main_menu_course_table.active {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}

/* code from responsive.css */

@media screen and (max-width: 1800px) {

    /******** Course page Start ********/
    .slider_menu_section ul li a {
        padding: 15px 18px;
        font-size: 18px;
    }

    .day_slider .item a {
        font-size: 30px;
    }

    .day_slider .owl-theme .owl-nav .owl-next,
    .day_slider .owl-theme .owl-nav .owl-prev {
        top: -8px;
    }

    .day_slider {
        margin-right: 155px;
    }

    .course_table_contain {
        padding-top: 100px;
    }

    .inner_wir_empfehlen_section {
        padding-top: 150px;
    }

    /*----------- Inner Wir Empfehlen Section Start -------------*/
    .inner_title_wir h3 {
        font-size: 60px;
    }

    .inner_wir_contnet_col {
        width: calc(100% - 750px);
        padding: 50px 0;
    }

    .inner_wir_image_col {
        width: 750px;
    }

    .inner_wir_empfehlen_box {
        align-items: unset;
    }

    .inner_wir_image {
        height: 100%;
    }

    .wir_inner_product {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .inner_wir_image:after {
        right: -100px;
        max-width: 250px;
    }

    /*----------- Inner Wir Empfehlen Section Close -------------*/

    /******** Course page End ********/
}

@media screen and (max-width: 1600px) {

    /******** Course page Start ********/
    .course_table_contain {
        padding-top: 90px;
    }

    .course_table_list_downloads {
        margin-top: 60px;
    }

    /******** Course page End ********/
}

@media screen and (max-width: 1550px) {
    .category-slider-inner-owl .owl-nav {
        top: 40%;
    }

    /******** Course page End ********/
    .kurs_minit p {
        font-size: 42px;
    }

    .kurs_minit span {
        margin-bottom: 7px;
    }

    .kurs_anfanger p {
        font-size: 22px;
    }

    .day_slider {
        margin-right: 100px;
    }

    .slider_menu_section ul li a {
        padding: 12px 12px;
    }

    .course_table_contain {
        padding-top: 70px;
    }

    .course_table_contain .table thead tr th p {
        font-size: 22px;
    }

    .course_table_list_downloads {
        margin-top: 50px;
    }

    .day_slider .item a {
        font-size: 28px;
    }

    /******** Course page End ********/
}

@media screen and (max-width: 1450px) {

    /******** Course page Start ********/
    .day_slider {
        margin-right: 100px;
    }

    .course_table_contain {
        padding-top: 60px;
    }

    .day_slider {
        margin-right: 50px;
    }

    .course_table_list_downloads {
        margin-top: 40px;
    }

    /*----------- Inner Wir Empfehlen Section Start -------------*/
    .inner_wir_image_col,
    .inner_wir_contnet_col {
        width: 50%;
    }

    .inner_wir_top_shape,
    .inner_wir_bottom_shape {
        max-width: 150px;
    }

    .inner_wir_top_shape {
        right: 112px;
    }

    .inner_wir_image:after {
        right: -130px;
        max-width: 260px;
    }

    .inner_point_wir p {
        width: 100%;
        max-width: 250px;
    }

    .inner_point_wir p+p {
        margin-left: 0;
    }

    /*----------- Inner Wir Empfehlen Section Close -------------*/
    /******** Course page End ********/
}

@media screen and (max-width: 1360px) {}

@media screen and (max-width: 1199px) {
    .main_menu {
        padding-bottom: 100px;
    }

    .menu-close-cont {
        display: flex;
    }

    .navi-btn {
        text-align: center;
        margin-left: 0 !important;
    }

    /******** Course page Start ********/
    .course_page_slider .button-design:hover::after {
        width: 500px;
        height: 500px;
    }

    .kurs_minit p {
        font-size: 36px;
    }

    .kurs_details {
        padding: 15px;
    }

    .kurs_anfanger p {
        font-size: 20px;
    }

    .course_page_slider .moreless-button i {
        margin-top: -3px;
    }

    .kurs_contain_box h3 {
        font-size: 22px;
    }

    .course_heading {
        padding: 12px 15px;
    }

    .course_page_slider {
        padding-bottom: 82px;
    }

    .course_table_contain .table thead tr th p {
        font-size: 20px;
    }

    .course_table_contain .table .inner_page_btn a {
        padding: 17px 15px 13px;
        font-size: 16px;
    }

    .course_table_contain .table thead tr th p {
        font-size: 20px;
    }

    .course_table_contain .table tbody tr td p {
        font-size: 16px;
    }

    .course_table_contain {
        padding-top: 50px;
    }

    .course_table_contain .table thead tr th p {
        font-size: 18px;
    }

    .course_table_contain .table .inner_page_btn a {
        padding: 15px 15px 11px;
        font-size: 14px;
        min-width: 180px;
        width: 180px;
    }

    .course_table_list_downloads {
        margin-top: 30px;
    }

    .slider_menu_section ul li a {
        font-size: 16px;
    }

    .day_slider .item a {
        font-size: 24px;
    }

    .day_slider {
        max-width: 150px;
        margin-right: 30px;
    }

    /*----------- Inner Wir Empfehlen Section Start -------------*/
    .inner_page_title h2 {
        font-size: 60px;
    }

    .inner_point_wir p {
        max-width: 230px;
    }

    .inner_title_wir h3 {
        font-size: 40px;
    }

    .inner_wir_contnet_box .common_section_desc p {
        font-size: 20px;
    }

    .discount_price {
        font-size: 70px;
    }

    .up_to,
    .pr_off {
        font-size: 22px;
    }

    .discount_bg {
        max-width: 225px;
        height: 130px;
        padding-bottom: 40px;
    }

    .inner_wir_contnet_col {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wir_inner_product {
        object-position: center right;
    }

    .inner_wir_empfehlen_section {
        padding-top: 80px;
    }

    .inner_wir_contnet_box {
        margin-left: 0%;
    }

    /*----------- Inner Wir Empfehlen Section Close -------------*/

    /******** Course page End ********/
}

@media screen and (max-width: 991px) {

    /******** Course page Start ********/
    .kurs_minit p {
        font-size: 34px;
    }

    .kurs_minit span {
        margin-bottom: 5px;
    }

    .kurs_anfanger p {
        font-size: 18px;
    }

    .kurs_details p {
        font-size: 15px;
    }

    .course_table_menu_section {
        flex-direction: column;
    }

    .day_slider {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .course_table_contain {
        padding-top: 30px;
    }

    .course_table_list_downloads {
        margin-top: 20px;
    }

    .studio_img_slider,
    .course_table_section {
        padding-top: 80px;
    }

    .inner_wir_empfehlen_section .inner_btn_wir .inner_page_btn a {
        min-width: 275px;
        max-width: 275px;
        margin: 0 auto;
    }

    /******** Course page End ********/
}

@media screen and (max-width: 767px) {

    /******** Course page Start ********/
    .kurs_minit p {
        font-size: 30px;
    }

    .kurs_anfanger p {
        font-size: 16px;
    }

    .kurs_contain_box h3 {
        font-size: 20px;
    }

    .course_page_slider {
        padding-bottom: 50px;
    }

    .studio_img_slider,
    .course_table_section,
    .inner_wir_empfehlen_section {
        padding-top: 60px;
    }

    .course_table_contain {
        padding-top: 20px;
    }

    .day_slider .item a {
        font-size: 22px;
    }

    .day_slider .owl-theme .owl-nav .owl-next,
    .day_slider .owl-theme .owl-nav .owl-prev {
        top: 5px;
    }

    .course_table_contain .table td,
    .course_table_contain .table th {
        padding-right: 0.5rem;
    }

    /*----------- Inner Wir Empfehlen Section Start -------------*/
    .inner_wir_image_col,
    .inner_wir_contnet_col {
        width: 100%;
    }

    .inner_wir_image:after,
    .inner_wir_top_shape,
    .inner_wir_bottom_shape {
        display: none;
    }

    .inner_wir_contnet_box {
        margin-left: 0;
        padding: 20px;
    }

    .inner_wir_contnet_col {
        padding: 10px 0 20px;
    }

    .wir_inner_product {
        object-position: center;
        max-height: 250px;
        width: 100%;
    }

    .mobile_inner-wir-title {
        display: block;
        margin-bottom: 25px;
        padding-top: 50px;
    }

    .inner_title_wir h3 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .mobile_inner-wir-title .common_section_desc p {
        font-size: 16px;
        font-weight: 400;
        -webkit-text-stroke-width: 0px;
        color: var(--black);
    }

    .inner_point_wir p {
        -webkit-text-stroke-width: 0px;
        font-weight: 400;
        font-size: 14px;
        max-width: 210px;
    }

    .inner_point_wir p:after {
        top: 6px;
    }

    .inner_btn_wir {
        padding: 20px 15px 0;
    }

    .inner_wir_contnet_box .has-animation,
    .inner_wir_contnet_box .common_section_desc {
        display: none;
    }

    /*----------- Inner Wir Empfehlen Section Close -------------*/
    /******** Course page End ********/
}

@media screen and (max-width: 575px) {

    /******** Course page Start ********/
    .kurs_minit span {
        font-size: 14px;
    }

    .course_page_slider .moreless-button i {
        margin-top: 0px;
    }

    .course_down_contain_box {
        border-top: 2px solid var(--white);
    }

    .studio_img_slider .owl-nav,
    .course_page_slider .owl-nav {
        width: unset;
        position: unset;
        right: unset;
        display: unset;
    }

    .course_table_contain .table tr td:nth-child(n + 3),
    .course_table_contain .table tr th:nth-child(n + 3) {
        display: none;
    }

    .course_table_list_downloads p {
        margin-right: 30px;
    }

    /*----------- Inner Wir Empfehlen Section Start -------------*/
    .wir_inner_product {
        max-height: 180px;
    }

    .discount_bg {
        max-width: 200px;
        height: 120px;
    }

    .discount_price {
        font-size: 60px;
    }

    .inner_wir_empfehlen_box:after {
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
    }

    .inner_wir_empfehlen_box {
        border: 1px solid var(--color-1);
    }

    .services_right_inner_contain .inner_page_title {
        display: none;
    }

    .mobile_inner_page_title {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .services_first_bame_section {
        padding: 60px 10px 0;
    }

    .services_both_section_slider.owl-theme .owl-nav {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
        left: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .kurse_im_uberblick_owl.owl-theme .owl-nav [class*="owl-"],
    .services_both_section_slider.owl-theme .owl-nav [class*="owl-"] {
        background-color: var(--color-1);
        width: 35px;
        height: 35px;
        border: 0;
        border-radius: 0;
        margin: 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .services_both_section_slider.owl-theme .owl-dots {
        margin-top: 15px;
    }

    .kurse_im_uberblick_owl.owl-theme .owl-nav [class*="owl-"] svg,
    .services_both_section_slider.owl-theme .owl-nav [class*="owl-"] svg {
        max-width: 25px;
    }

    .inner_wir_empfehlen_section .inner_btn_wir .inner_page_btn a {
        min-width: 100%;
        height: 40px;
    }

    .inner_point_wir p {
        max-width: 180px;
    }

    .inner_wir_empfehlen_section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .studio_img_slider,
    .course_table_section,
    .inner_wir_empfehlen_section {
        padding-top: 50px;
    }

    /*----------- Inner Wir Empfehlen Section Close -------------*/

    /******** Course page End ********/

    .footie {
        padding-bottom: 80px !important;
    }

    .off_con_2 {
        transform: translateY(-110%);
    }

    .off_con_2::before {
        height: 120%;
        top: -10%;
    }

    .opening_hours_card .row.p-4 {
        padding: 16px !important;
    }

    .opening_hours_card [data-cms-element="opening-hours"] {
        margin-top: -1em;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {

    /******** Course page Start ********/
    .slider_menu_section ul {
        width: 100%;
    }

    .slider_menu_section ul li a {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .slider_menu_section ul li:nth-child(2) a {
        max-width: 80px;
        word-break: break-word;
    }

    .slider_menu_section ul li:nth-child(3) a {
        max-width: 66px;
        word-break: break-word;
    }

    .slider_menu_section ul li:nth-child(4) a {
        max-width: 115px;
        word-break: break-word;
    }

    .course_table_list_downloads {
        margin-top: 10px;
    }

    /******** Course page End ********/
}

@media screen and (max-width: 425px) {
    .small_screen_full_width {
        width: 100%;
    }

    .leistung_small_screen_padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl-theme .owl-nav {
        display: block;
    }
}

@media screen and (max-width: 400px) {

    /******** Course page End ********/
    .slider_menu_section ul li a {
        font-size: 14px;
    }

    /*----------- Inner Wir Empfehlen Section Start -------------*/
    .inner_btn_wir {
        padding: 20px 5px 0;
    }

    /*----------- Inner Wir Empfehlen Section Close -------------*/

    /******** Course page End ********/
}

/*------------------------------- Container Size Reswponsive Css Strat ----------------------------------*/

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .container {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1530px) {
    .die_section .container {
        max-width: 1180px;
    }

    .new_section .container,
    #news_blog_section .container {
        max-width: 1300px;
    }
}

@media screen and (min-width: 1531px) and (max-width: 1800px) {
    .die_section .container {
        max-width: 1180px;
    }
}

@media screen and (min-width: 1801px) {

    /* .container {
        max-width: 1140px;
    } */
    .die_section .container {
        max-width: 1180px;
    }

    .new_section .container,
    #news_blog_section .container {
        max-width: 1430px;
    }
}

/*------------------------------- Container Size Reswponsive Css End ----------------------------------*/

/*--------------------------- Fortune Wheel Css Start ---------------------------------*/

#linear-gradient-0 #stop1 {
    stop-color: hsl(var(--color-1-h), 100%, 83%);
}

#linear-gradient-0 #stop2 {
    stop-color: hsl(var(--color-1-h), calc(var(--color-1-s) * 1.1), 37%);
}

#linear-gradient-0 #stop3 {
    stop-color: hsl(var(--color-1-h), calc(var(--color-1-s) * 1.1), 37%);
}

#linear-gradient-0 #stop4 {
    stop-color: hsl(var(--color-1-h), 100%, 83%);
}

#linear-gradient-0 #stop5 {
    stop-color: hsl(var(--color-1-h), var(--color-1-s), var(--color-1-l));
}

#linear-gradient-0 #stop6 {
    stop-color: hsl(var(--color-1-h), calc(var(--color-1-s) * 1.25), 37%);
}

#linear-gradient-2 #stop7 {
    stop-color: hsl(var(--color-1-h), var(--color-1-s), var(--color-1-l));
}

#linear-gradient-2 #stop8 {
    stop-color: hsl(var(--color-1-h), var(--color-1-s), 50%);
}

#fitness-circule .spin_ellipse {
    fill: rgba(255, 255, 255, 0.2);
}

.wheel--box-inner {
    width: 566px;
    height: 566px;
    position: relative;
    margin-left: auto;
}

.spinner-stars {
    fill: var(--color-1);
    width: 40px;
    height: 60px;
    position: absolute;
    right: 55px;
    top: -20px;
    z-index: 1;
}

.wheel--box-inner-after {
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.wheel--button a {
    width: 130px;
    height: 130px;
    background-color: var(--color-1);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    z-index: 5;
    line-height: 1.3;
}

.spinner-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-img img {
    width: 80%;
    animation: wheel-spin 3.5s ease-in-out infinite;
}

@keyframes wheel-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@media (max-width: 991px) {
    .wheel--box-inner {
        width: 400px;
        height: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .wheel--button a {
        width: 61px;
        height: 61px;
        font-size: 10px;
    }

    .wheel--box-inner {
        width: 90vw;
        height: 90vw;
        max-width: 350px;
        max-height: 350px;
    }
}

@media (max-width: 575px) {
    .wheel--box-inner {
        width: 90vw;
        height: 90vw;
        max-width: 350px;
        max-height: 350px;
    }
}

@media (max-width: 375px) {
    .wheel--box-inner {
        width: 90vw;
        height: 90vw;
        max-width: 310px;
        max-height: 310px;
    }
}

@media (max-width: 320px) {
    .wheel--box-inner {
        width: 90vw;
        height: 90vw;
        max-width: 260px;
        max-height: 260px;
    }
}

@media (min-width: 1550px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 2560px) {
    .spinner-stars {
        fill: var(--color-1);
        width: 40px;
        height: 120px;
        position: absolute;
        right: 55px;
        top: 120px;
        z-index: 1;
    }

    .spinner-img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wheel--box-inner-after {
        background-size: 100%;
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 55px;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }

    .wheel--button a {
        width: 130px;
        height: 130px;
        background-color: var(--color-1);
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        right: 0;
        top: 60%;
        transform: translateY(-50%);
        margin: 0 auto;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
        z-index: 5;
        line-height: 1.3;
    }
}

.moretext {
    display: block;
    max-height: 8ex;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 0.5em;
}

.more-btn {
    font-size: 1.125rem;
    color: var(--color-7);
    transition: color 0.3s;
    cursor: pointer;
}

.more-btn:hover {
    color: var(--color-1);
}

.more-btn:focus {
    outline: 0;
}

.more-btn i {
    margin-left: 0.25em;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    color: var(--color-1);
    font-size: 3rem;
    cursor: pointer;
    transition: all 0.3s;
}

.play-btn:hover {
    color: var(--color-5);
    transform: translate(-50%, -50%) scale(0.9);
}

.play-btn i::before {
    text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.modal {
    z-index: 10000;
}

.modal .close {
    position: absolute;
    top: -35px;
    right: 0;
    text-shadow: none;
    opacity: 1;
}

.modal video {
    width: 100%;
}

.foot_col {
    padding: 2rem 1rem !important;
}

.footer-social-icon ul {
    padding-left: 0;
    text-align: center;
}

.footer-social-icon ul li {
    display: inline-block;
    padding: 10px;
}

.footer-social-icon ul li:first-child {
    margin-right: 25px;
}

.footer-social-icon ul li i {
    font-size: 30px;
    color: var(--color-12);
}

/*-------------------------------- fortune wheel Css Ends ------------------------------------------*/