        @font-face {
            font-family: UbuntuThin;
            src: url("/fonts/Ubuntu-Th.ttf");
        }

        @font-face {
            font-family: Ubuntu;
            src: url("/fonts/Ubuntu-R.ttf");
        }

        @font-face {
            font-family: UbuntuBold;
            src: url("/fonts/Ubuntu-B.ttf");
        }

        @font-face {
            font-family: UbuntuLight;
            src: url("/fonts/Ubuntu-L.ttf");
        }

        @font-face {
            font-family: UbuntuMedium;
            src: url("/fonts/Ubuntu-M.ttf");
        }

        #shopNav_subentryHolder {
            position: fixed !important;
            display: none;
        }

        #academy_contact_info {
            display: block;
            font-size: small;
            padding-bottom: 10vh;
            padding-left: 2em;
            padding-top: 1em;
        }

        .sidemenu-academy-holder{
            position: fixed;
            top: 20vmin;
            width: 15vmin;
            left: 0;
            z-index: 99;
        }

        .sidemenu-academy-holder-new{
            position: absolute;
            /* top: 20vmin; */
            top: 8vmin;
            width: 15vmin;
            left: 0;
            z-index: 99;
        }

        #academyLectionDetail_title,
        .academyMainDetail_title {
            font-size: 2.5rem;
            font-family: 'Ubuntu';
            padding-top: 0.5em;
        }

        .academyMainDetail_description {
            padding-bottom: 1vh;
            font-size: 1.5rem;
        }

        #academyMainHolder {
            padding-top: 2em;
            font-size: small;
            padding-left: 300px;
        }

        .noMenuMode {
            width: fit-content;
            margin: auto !important;
            padding-left: 0 !important;

        }

        #academyMainHolder.noMenuMode{
            padding-left: 0 !important;
        }
        #academyChildDetail.noMenuMode{
            padding-left: 50px !important;
        }

        .academy_table_stars{
            display: flex;
            color: gold;
        }

        .academy_table_image{
            /* width: 80px; */
            width: 100%
        }

        .academy_table_image img{
            width: 100%;
        }

        .ac_link_txt{
            width: 100%; 
            cursor: pointer;
        }

        .ac_link_txt:hover{
            text-decoration: underline;
        }

        .table_sort_btn{
            cursor: pointer;
        }

        #academyLectionDetail,
        .academyMainDetail {
            position: relative;
            /* left: 300px; */
            width: 75vw;
            /* background-color: white; */
            z-index: 99;
            /* padding-right: 10vw; */
            /* overflow-y: auto; */
            /* z-index: 1; */
            margin: auto;
        }

        #academyContent {
            overflow: hidden;
            /* height: fit-content; */
            padding: 0 300px;
            height: 500vh;
            margin-top: 10vh;
            position: relative;
        }

        #academySvg {
            position: absolute;
            z-index: 10;

            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            text-align: center;
            padding-left: 10vmin;
        }


        #academyChildDetail {
            padding-right: 0;
        }

        .fullTextCard_header_right h3 {
            font-size: 1.5rem;
        }

        .academyTitle {
            margin: auto;
            margin-top: 100px;
        }

        #academy_progressbar,
        #academy_legend {
            display: inline-flex;
            position: relative;
            padding-left: 20px;
            display: none;
        }

        .academy_progressbar2{
            display: inline-flex;
            position: relative;
            padding-left: 20px;
            display: none;
        }

        .academy_progressbar3{
            width: fit-content;
            display: flex;
            column-gap: 1px;
            margin: 0 auto;
        }

        .academy_progressbar_force{
            width: fit-content !important;
            display: flex !important;
            column-gap: 1px !important;
            margin: 0 auto !important;
        }

        .academy_progressElem3{
            background-color: var(--main-color-lightblue);
            opacity: 0.6;
            width: 2vmin;
            height: 2vmin;
        }

        .academy_progressElem3done{
            background-color: var(--main-color-red) !important;
            opacity: 0.6;
            width: 2vmin;
            height: 2vmin;
        }

        #academy_legend_dot {
            width: 20px;
            height: 20px;
            background-color: var(--main-color-red);
            border-radius: 100%;
        }

        #academy_legend_label {
            font-size: 0.6em;
            padding-left: 10px;
        }

        .nodeLabel {
            font-size: 4vmin;
            font-family: UbuntuBold;
            color: var(--main-color-darkblue);
        }

        #academy_progressbarHolder {
            margin-bottom: 10px;
            position: relative;
            display: none;
        }

        #academy_progressbar {
            display: grid;
            height: 3vmin;
            padding-right: 0 !important;
            padding-left: 0 !important;
            column-gap: 1px;
            position: relative;
            opacity: 0.6;
        }

        .academy_progressbar2 {
            display: grid;
            height: 3vmin;
            padding-right: 0 !important;
            padding-left: 0 !important;
            column-gap: 1px;
            position: relative;
            opacity: 0.6;
        }

        .academy_progressElem {
            background-color: var(--main-color-lightblue);
            width: 2vmin;
            height: 2vmin;
        }

        .academy_progressElem.done {
            background-color: var(--main-color-red);
        }

        #academy_progressbar_label {
            position: absolute;
            font-size: 1.5vmin;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-family: 'Ubuntu';
            z-index: 1;
            line-height: 0.8;
            background-color: #ffffffc7;
        }

        #academy_progressbar_label_new {
            font-size: 0.8rem;
            font-family: 'Ubuntu';
            z-index: 1;
            background-color: #ffffffc7;
        }

        #academy_progressbar_label_new2 {
            font-size: 2.5vmin;
            font-family: 'Ubuntu';
            z-index: 1;
            background-color: #ffffffc7;
        }

        .academy_progressbar_label_new3 {
            font-size: 0.8rem;
            font-family: 'Ubuntu';
            z-index: 1;
            background-color: #ffffffc7;
            padding-right: 2vw;
        }

        .table-toggle-btn {
	        font-size: 2rem;
	        font-family: 'Ubuntu';
            background-color: transparent;
            border: none;
            cursor: pointer;
            color: #c01466;
        }

        

        .toggleTableContainer{
        }

        .childNodeLabel {
            /* display: none; */
            font-size: 2vmin;
            font-family: UbuntuThin;
            color: var(--main-color-darkblue);
        }

        .fullTextCard_body_lectionButtonHolder {
            text-align: center;
        }

        .fullTextCard_body_lectionButton {
            background-color: var(--main-color-red);
            width: 80px;
            height: 80px;
            border: 1px solid var(--main-color-darkblue);
            border-radius: 100%;
            margin: auto;
            cursor: pointer;
        }

        .fullTextCard_body_lectionLabel {}

        #academyContent.collapsed {
            height: 700px !important;
        }

        #academySeparator {
            width: 60%;
            margin: auto;
            border-bottom: 2px solid var(--main-color-darkblue);
            /* box-shadow: 0px -4px 10px 1px #a4a4a4; */
            margin-top: -40px;
            position: relative;
        }

        #academySeparator_blur {
            position: inherit;
            background-image: linear-gradient(transparent, #ffffffd1, white);
            height: 40px;
            z-index: 30;
        }

        #academyExpand {
            cursor: pointer;
            text-align: center;
            margin: auto;
            margin-bottom: 10vh;
            width: 60%;
            font-family: 'Ubuntu';
        }

        #academy_container_sortHolder {
            padding-bottom: 0.3em;
            border-bottom: 1px solid var(--main-color-darkblue);
            width: 65vw;
            /* margin: auto; */
            display: flex;
            flex-wrap: wrap;
            /* margin: inherit; */
            position: relative;
            font-family: 'UbuntuLight';
        }

        #sidebarCollapse {
            z-index: 1;
        }

        /* .row {
            pointer-events: none;
        } */

        .button {
            background-color: white;
            border: 1px solid var(--main-color-darkblue);
            /* padding: 15px 32px; */
            text-align: center;
            text-decoration: none;
            display: inline-block;
            width: 100%;
            height: auto;
            font-family: UbuntuBold;
            font-weight: bold;
            font-size: 16px;
            color: var(--main-color-darkblue);
            cursor: pointer;
        }

        .button:hover {
            background-color: var(--main-color-darkblue);
            border: 1px solid white;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            color: white
        }

        .button-bot {
            width: 100%;
        }

        .card-set-one {
            border-radius: 4px;
            background: #fff;
            box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
            transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
            padding: 20px;
            cursor: pointer;
            width: 505.89px;
            height: 515px;
        }

        .card-set-one:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
        }

        .resImage {
            width: 100%;
            max-width: 2500px;
            height: auto;
        }

        .section-one h1 {
            font-size: 110px;
            font-family: UbuntuBold;
        }

        .section-one-span {
            font-size: 64px;
        }

        .section-one p {
            font-size: 36px;
            width: fit-content;
            margin: auto;
        }

        .section-one a {
            font-size: 24px;
        }

        .section-one-span h1 {
            font-size: 64px;
        }

        .section-one-span p {
            font-size: 36px;
        }

        .section-one-span a {
            font-size: 24px;
        }

        .ref-p {
            font-size: 24px;
        }

        #mainBackground {
            top: 500px;
        }

        .heading-2 {
            margin-top: 200px;
        }

        .heading-3 {
            margin-top: 150px;
        }

        .heading-5 {
            margin-top: 100px;
        }

        #shopNav_subentryHolder,
        /* #shop_container_nav, */
        #shop_container_holder {
            /* width: 240px; */
            /* min-width: 260px; */
            /* padding-right: 5%; */
            width: fit-content;
            position: absolute;
            font-size: 1.3rem;
            z-index: 100;
            overflow: visible;
            height: -webkit-fill-available;
            display: flex; 
        }

        #shop_container_nav{
        height: calc(100vh - 200px);
        overflow: hidden auto;
            }

        #shop_container_head {
            width: calc(100vw - 300px);
            margin-left: 300px;
        }


        .shopNav_entry_contact:hover,
        .shopNav_entry:not(.nav-item):hover {
            transform: scale(1.05);
        }

        .shopNav_entry_blank {
            /* height: 2em; */
            background-color: transparent !important;

        }

        .shopNav_entry_dark {
            background: var(--main-color-darkblue) !important;
            color: white;
            margin-bottom: 3px;
            cursor: pointer;
            font-family: UbuntuThin;
            display: flex;
        }

        .section_counter {
            /* margin-left: 10px; */
        }

        #shop_container_nav a {
            color: inherit;
            text-decoration: none;
        }

        #shop_container_filterHolder,
        #shop_container_sortHolder {
            display: flex;
            flex-wrap: wrap;
            /* width: 100vw; */
        }

        #shop_container_sortHolder {
            padding-bottom: 0.3em;
            border-bottom: 1px solid var(--main-color-darkblue);
            width: calc(90vw - 300px);
            /* margin: auto; */
            display: flex;
            flex-wrap: wrap;
            /* margin: inherit; */
        }

        .academyHead_sort:hover,
        .academyHead_sort_with_key:hover,
        .shopHead_filter:hover {
            transform: scale(1.05);
        }

        .same{
            background-color: var(--main-color-red) !important;
        }

        .parentLectionsSidePanelTitle{
            font-family: UbuntuBold;
        }

        .shopcard_button,
        .shopHead_filter,
        .shopHead_sort {
            background-color: var(--main-color-darkblue);
            border: 1px;
            border-radius: 15px;
            color: white;
            padding: 0.2em 0.5em;
            font-family: 'UbuntuLight';
            font-size: 1.3rem;
            margin: 0.1em;
            min-width: 130px;
            text-align: center;
            cursor: pointer;
            position: relative;
            pointer-events: all;
            word-break: break-all;
        }

        .shopcard_button_new {
            background-color: var(--main-color-darkblue);
            border: 1px;
            border-radius: 15px;
            color: white;
            /* padding: 0.2em 0.5em; */
            font-family: 'UbuntuLight';
            /* font-size: 1.3rem; */
            margin: 0.1em;
            min-width: 130px;
            text-align: center;
            cursor: pointer;
            position: relative;
            pointer-events: all;
            /* word-break: break-all; */
        }

        #academy_lection_share_list_button_subholder {
            position: absolute;
            top: 2em;
            border: 1px solid var(--main-color-darkblue);
            padding: 10px;
            padding-bottom: 0;
            /* display:none; */
            left: 0;
            border-radius: 10px;
            background-color: white;
        }


        .shop_container_body_Header {
            margin-top: 3em;
            position: relative;
        }

        .shop_container_body_Header h1 {
            font-size: 3.5rem;
            width: 80vw;
        }


        .shop_container_body_Header p {
            font-family: UbuntuThin;
            font-size: xx-large;
            width: 70vw;
        }

        #shop_head_searchHolder {
            margin-bottom: 1em;
            z-index: 10;
            /* margin: auto; */
            pointer-events: all;
            /* font-size: 36px; */
            /* padding-left: 1em; */
            /* padding-left: 1em; */
        }

        #shop_head_searchHolder i {
            margin: auto;
            margin-right: 0.5em;
        }

        #shop_head_search {
            width: 95%;
            border-radius: 15px;
            padding-left: 1vmin;
        }

        #shop_container {
            display: flex;
            background: white;
            /* z-index: 100; */
            padding-top: 2em;
            /* display: none; */
            font-size: x-large;
        }

        #shop_container_ctrl_but{
            position: absolute;
            top: 44%;
            margin-left: 30px;
            font-size: 60px;
            cursor:pointer;
        }

        #shop_container_body {
            width: 100vw;
            margin-left: 300px;
            font-family: 'Ubuntu';
        }

        #shoppingcart_buttonHolder {
            width: calc(80vw - 300px);
            margin-top: 2vmin;
            /* float: right; */
        }

        .shoppingcart_button {
            width: 10vw;
            text-align: center;
            background-color: var(--main-color-lightblue);
            padding: 1vmin;
            border-radius: 1vmin;
            cursor: pointer;
            float: right;
        }

        #shoppingcart_button_get_offer:hover {
            background-color: var(--main-color-red);
            color: white;
        }

        #fullTextCard_header_card_holder,
        .shop_container_body_cardHolder {
            display: grid;
            grid-template-columns: repeat(auto-fill, 160px);
            grid-auto-rows: 160px;
            grid-gap: 20px;
            font-family: 'Ubuntu';
            /* padding-bottom: 5vh; */
            z-index: 1;
            position: relative;
        }

        #fullTextCard_header_card_holder {
            grid-gap: 0;
        }

        .shop_card:hover {
            transform: scale(1.1);
        }

        .academy_relevance_icon_holder {
            color: gold;
            text-align: center !important;
            padding-top: 10px;
            font-size: small;
        }

        .academy_relevance_icon_holder i {
            font-size: 1em !important;
        }

        .doubleCard .academy_relevance_icon_holder i {
            font-size: 2em !important;
            margin-top: 0.5em;
        }

        .shop_card {
            border-radius: 15px;
            background-color: var(--main-color-lightblue);
            color: white;
            position: relative;
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
            font-family: UbuntuLight;
            color: var(--main-color-darkblue);
            width: 100%;
            height: 100%;
        }

        .shop_card p {
            margin: auto;
            position: absolute;
            bottom: 20px;
            left: 50%;
            text-align: center;
            font-size: 16px;
            width: calc(100% - 30px);
            transform: translateX(-50%);
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: calc(100% - 20px);
        }

        .shop_card i {
            font-size: 35px;
            margin-top: -1rem;
        }

        .shop_card_select .shop_cart_added {
            display: block;
            /* border: 3px solid var(--main-color-red); */
        }

        .selected_shop_card {
            /* display: flex; */
            flex-wrap: wrap;
            z-index: 2;
            position: relative;
        }

        .selected_shop_card_infos {
            display: flex;
            position: absolute;
        }

        .fullTextCard {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) !important;
            bottom: 0px !important;
            margin: 0px !important;
        }

        .shop_card.kpi {
            background-color: var(--main-color-lightblue);
            color: #000000;
        }

        .shop_cart_trash {
            color: var(--main-color-red);
            /* height: 10em; */
            /* width: 10em; */
            font-size: 2em;
            position: absolute;
            top: -52px;
            right: -225px;
            /* border: 1px solid; */
            /* padding: 0.2em; */
            padding: 8px 11px 8px 11px;
            border-radius: 65px;
            background: var(--main-color-lightblue);
        }

        .shop_cart_added {
            display: none;
            color: green;
            height: 1.5em;
            position: absolute;
            right: 0;
            transform: translateX(50%);
        }

        .shop_card_added {
            position: absolute;
            right: 0
        }

        .shop_cart_add {
            color: var(--main-color-red);
            /* height: 10em; */
            /* width: 10em; */
            font-size: 2em;
            position: absolute;
            top: 8px;
            right: -20px;
            /* border: 1px solid; */
            /* padding: 0.2em; */
            padding: 8px 8px 8px 7px;
            border-radius: 65px;
            background: var(--main-color-lightblue);
        }

        .shop_card_title_top {
            margin: auto;
            width: fit-content;
            width: 100%;
            /* height: 100px; */
            /* background-color: #000000; */
            position: absolute;
            top: 15px;
            left: 0;
            text-align: center;
            color: var(--main-color-darkblue);
            font-size: initial;
            z-index: 99;
        }

        .shop_card img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -60%);
            margin: 0;
            opacity: 0.6;
            width: 60%;
            height: 60%;
        }

        .academy_main_page {
            position: relative;
            width: 100vw;
            top: 0;
            /* padding-left: 300px; */
            padding-left: 200px;
            padding-right: 200px;
            /* padding-right: calc(30vw - 300px); */
            z-index: 99;
            /* padding-right: 1vw; */
            background-color: white;
            /* overflow: auto; */
            overflow: hidden;
        }

        #sidePanel_select {
            color: #fff;
            background-color: var(--main-color-darkblue);
        }

        /* #sidePanel_select:after {
            content: ">";
        } */

        #academyLectionDetail {
            width: 100%;
            padding-left: 0;
        }

        #parentLectionsSidePanel{
            margin-top: 10rem;
            padding: 2vmin;
            padding-left: 2vw;
        }

        #goToSectionBtn{
            margin-top: 10rem;
        }

        #academyLectionDetail_content {
            padding-bottom: 100px;
            font-size: 1.5em;
            font-family: 'Ubuntu';
            margin-top: 1rem;
        }

        #academyLectionDetail_content img {
            max-width: 95vmin !important;
            height: auto !important;
        }


        #academyLectionDetail_content video {
            max-width: 95vmin !important;
            height: auto !important;
        }

        .lessonBottomNavigation{
            /* bottom: 0; */
            bottom: 0;
            position: fixed;
            left: 0;
            background-color: #fff;
            padding-bottom: 1.5vmin;
            z-index: 10;
            /* transform: translate(-50%, -50%);
            left: 50%; */
            width: 100%;
        }

        .fullTextCard_header {
            display: flex;
            width: 100%;
            padding-top: 4em;
        }


        .fullTextCard_header .shop_card {
            height: 160px;
            width: 160px;
        }

        .fullTextCard_header .shop_card:hover {
            transform: scale(1);
            cursor: default;
        }

        .fullTextCard_header_right {
            padding-left: 2rem;
            width: 100%;
        }

        #academy_lection_title br {
            content: ' ';
        }

        #academy_lection_title br:after {
            content: ' ';
        }

        .fullTextCard_header_title {
            font-size: 3rem;
            font-family: UbuntuThin;
            position: relative;
            z-index: 10;
        }

        .fullTextCard_body_content {
            margin-top: 2em;
            font-family: 'UbuntuLight';
            font-size: 1.2rem;
            position: relative;
            padding-right: 4rem;
            overflow-x: hidden;
        }

        .fullTextCard_subtitle {
            /* padding-bottom: 0.5em; */
            font-family: UbuntuBold;
            font-size: larger;
        }

        .fullTextCard_body_content_textbox {}

        #fullTextCard_body iframe,
        #fullTextCard_body img {
            max-width: -webkit-fill-available;
            height: auto;
        }

        .col-sm-12 {
            overflow: auto;
        }

        #fullTextCard_body {
            display: grid;
            /* width: 80vw; */
            /* overflow: visible; */
            grid-template-columns: minmax(420px, 75%) minmax(280px, 25%);
            grid-gap: 10px;
        }

        .fullTextCard_body_seperator {
            width: 85%;
            margin: auto;
            margin-top: 2em;
            margin-bottom: 2em;
        }

        .fullTextCard_body_infobox {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 10px;
            grid-auto-rows: minmax(70px, auto);
            padding: 0.3em;
        }

        .fullTextCard_back {
            position: fixed;
            font-family: UbuntuBold;
            font-size: 5rem;
            left: 5vw;
            line-height: 1;
            top: 6vh;
            cursor: pointer;
            /* height: 3rem; */
        }

        #section_shoppingcart_sym {
            position: fixed;
            right: 0;
            top: 100px;
            width: 50px;
            height: 50px;
            z-index: 100;
            border-radius: 15px;
            padding: 20px;
            width: 100px;
            height: 90px;

        }

        #section_shoppingcart_sym i {
            color: #bf1466;
            /* background: darkblue; */
            font-size: 3em;
        }

        #section_shoppingcart_sym .section_counter {
            margin: auto;
            width: 20px;
        }

        .fullTextCard_back_text {
            font-size: 1.1rem;
            font-family: 'Ubuntu';
        }

        .fullTextCard_body_infobox_key {
            padding-bottom: 0.5em;
            font-family: UbuntuBold;
        }

        /* Page content */
        .content {
            padding: 16px;
        }

        /* The sticky class is added to the navbar with JS when it reaches its scroll position */
        .sticky {
            position: fixed !important;
           
            top: 130px;


            width: 100%;
            /* bottom: 0; */
            left: 0;
        }

        /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
        .sticky+.content {
            padding-top: 200px;
        }

        .activeElement {
            background-color: var(--main-color-red) !important;
            color: white;
        }

        .shopcard_button i {
            margin-right: 5px;
        }

        .shopcard_button {
            width: 150px;
            z-index: 1;
            background-color: var(--main-color-darkblue);
        }

        .shopcard_button:hover {
            transform: scale(1.05);
        }

        #shopcard_button_holder {
            display: flex;
            grid-gap: 10px;
            max-width: 90vw;
            min-width: 40vw;
            flex-wrap: wrap;
        }

        .blueElement {
            background-color: var(--main-color-lightblue);
            color: black;
        }


        .deactivateElement {
            background-color: gainsboro !important;
            pointer-events: none;
        }

        c1 {
            color: white;
        }

        .backgroundImage1 {
            /* display: none; */
            position: absolute;
            z-index: 0;
            top: -20%;
            left: 0;
            pointer-events: none;
            width: 100%;
            z-index: 0;
        }

        .backgroundHolder {
            position: absolute;
            z-index: 0;
            width: 100vw;
            left: 0;
            opacity: 0.5;
            /* display: none; */
        }


        .backgroundImage2 {
            position: absolute;
            z-index: 0;
            left: 15%;
            top: 30%;
            width: 80%;
            opacity: 0.05;
            pointer-events: none;
        }

        .backgroundImage3 {
            /* position: absolute; */
            z-index: 0;
            transform: rotate(180deg);
            right: -220px;
            float: left;
        }

        .backgroundImage4 {
            z-index: 0;
        }

        .backgroundImage5 {
            /* position: absolute; */
            z-index: 0;
            right: 0px;
            float: right;
        }

        .backgroundImageInfoCard {
            position: absolute;
            z-index: -1;
            width: 80vw;
            height: 80vh;
            /* background: beige; */
            top: 246px;
            left: -80px;
            transform: rotate(-45deg);
            filter: invert(15%) sepia(13%) saturate(535%) hue-rotate(-10deg) brightness(146%) contrast(80%);
            opacity: 0.5;
        }

        header {
            position: fixed;
            /* background: white !important; */
            width: 100vw;
            z-index: 100;
            overflow: hidden;
        }

        #sidePanel_back {
            display: none;
        }

        .app_delete,
        .link_td.app_name {
            cursor: pointer;
        }

        .align-right {
            padding-right: 1vw;
            text-align: end;
        }

        .boldFont {
            font-weight: bold;
        }

        .blank_row {
            height: 1.4em;
        }

        .link_td:hover,
        .app_delete:hover {
            color: var(--main-color-red);
        }

        #academy_container_head {
            width: 75vw;
            /* margin-left: 300px; */
            font-size: 1.2rem;
            background-color: transparent !important;
            line-height: unset !important;
        }

        #academy_filter_footer {
            display: none;
        }

        .academy_footer_ctrl {
            display: none !important;
        }



        #academy_head_searchHolder {
            margin-bottom: 1em;
            z-index: 10;
            pointer-events: all;
            /* font-size: x-large; */
            position: relative;
            width: 70vw;
            white-space: nowrap;
        }

        #academy_head_searchHolder i {
            margin: auto;
            margin-right: 0.5em;
        }

        #academy_head_search {
            width: calc(100% - 4vmin);
            border-radius: 15px;
            padding-left: 1vmin;
        }

        .academyHead_filter,
        .academyHead_sort,
        .academyHead_sort_with_key {
            background-color: var(--main-color-darkblue);
            border: 1px;
            border-radius: 15px;
            color: white;
            padding: 0.3em;
            /* FONT-FAMILY: 'Ubuntu'; */
            /* font-size: 1.3rem; */
            margin: 0.1em;
            width: 130px;
            text-align: center;
            cursor: pointer;
        }

        #academy_lection_course_holder {
            margin-top: 4rem;
            background: url(/img/academy_side_background.svg);
            background-repeat: no-repeat;
            background-size: cover;
            margin-right: 10px;
            word-break: break-word;
            overflow: hidden;
        }

        #academy_lection_course_holder h1 {
            font-family: 'Ubuntu';
            text-align: center;
            margin-bottom: 1rem;
            margin-top: 1em;
        }

        #academy_lection_course_holder h2 {
            font-size: x-large;
            font-family: 'UbuntuBold';
        }

        #academy_standorte_slideshow_left:hover,
        #academy_standorte_slideshow_right:hover {
            background-color: var(--main-color-red);
            color: var(--main-color-darkblue);
        }

        #academy_standorte_slideshow_left,
        #academy_standorte_slideshow_right {
            color: white;
            font-family: UbuntuBold;
            font-size: 5rem;
            line-height: 65vh;
            /* border: -3px solid var(--main-color-darkblue); */
            background-color: var(--main-color-darkblue);
            cursor: pointer;
            padding: 0 0.5rem;
        }

        .academy_lection_course_dot {
            border-radius: 100%;
            width: 1em;
            height: 1em;
            background-color: lightgray;
            margin-right: 0.5rem;
            /* line-height: 2rem; */
        }

        .academy_standorte_course_row,
        .academy_lection_course_row {
            display: flex;
            line-height: 1rem;
            padding-bottom: 0.7rem;
            margin-left: 0.5rem;
            align-items: center;
            width: fit-content;
        }

        #academy_standorte_more_image_div:hover {
            color: var(--main-color-red);
            font-family: UbuntuBold;
        }

        #academy_standorte_more_image_div {
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 29vmin;
            font-size: 2rem;
            cursor: pointer;
        }

        .academy_lection_course_row_holder {
            padding-bottom: 1rem;
        }

        .dot_red {
            background-color: var(--main-color-red);
        }

        .dot_green {
            background-color: green;
        }

        #academy_lection_course_start:hover,
        #academy_lection_course_request:hover {
            transform: scale(1.05);
        }

        #academy_lection_course_start,
        #academy_lection_course_request {
            width: 100%;
            background-color: var(--main-color-red);
            color: var(--main-color-darkblue);
            text-align: center;
            font-family: 'UbuntuBold';
            font-size: large;
            padding: 1rem 0;
            margin-bottom: 0.5rem;
            margin-left: 0 !important;
            margin-top: 0.5rem;
            cursor: pointer;
        }

        #academy_lection_course_mail {
            width: 100%;
            background-color: var(--main-color-lightblue);
            text-align: center;
            font-family: 'UbuntuBold';
            font-size: large;
            padding: 1rem 0;
            margin-left: 0 !important;
            cursor: pointer;
            color: white;
        }

        #academy_lection_course_mail:hover {
            transform: scale(1.05);
        }

        #academy_lection_course_contact_holder,
        #academy_lection_course_holder h1,
        #academy_lection_course_holder h2 {
            margin-left: 2rem;
        }

        .academy_lection_course_row_holder {
            margin-left: 3rem;
        }

        .academy_standorte_course_row,
        #academy_lection_course_holder_locations .academy_lection_course_row,
        #academy_lection_course_holder_type .academy_lection_course_row {
            cursor: pointer;
        }

        .academy_lection_course_row_status_5,
        .academy_lection_course_row_status_6,
        .academy_lection_course_row_status_1 {
            color: var(--main-color-darkblue);
            cursor: pointer;
        }


        .academy_lection_course_row_status_5 span,
        .academy_lection_course_row_status_6 span {
            color: rgb(251, 188, 4);
        }

        .academy_lection_course_holder_status_1 {
            color: green;
            cursor: default;
        }

        #academy_lection_course_holder_status {
            padding-bottom: 0;
        }

        #academy_lection_course_holder_dates .academy_lection_course_row_status_1:hover:after,
        #academy_lection_course_holder_dates .academy_lection_course_row_status_5:hover:after,
        #academy_lection_course_holder_dates .academy_lection_course_row_status_6:hover:after {
            content: "\02295";
            padding-left: 5px;
            font-size: 2em;
        }

        .academy_lection_course_row.activeFilter {
            color: var(--main-color-red);
        }

        .academy_lection_course_row_status_1 .academy_lection_course_dot,
        .academy_lection_course_row_status_5 .academy_lection_course_dot,
        .academy_lection_course_row_status_6 .academy_lection_course_dot {
            background: var(--main-color-darkblue);
        }

        .academy_lection_course_holder_status_1 .academy_lection_course_dot {
            background: green;
        }

        .academy_standorte_course_row.activeFilter .academy_lection_course_dot {
            background: var(--main-color-red) !important;
        }

        .academy_lection_course_row.activeFilter .academy_lection_course_dot {
            background: var(--main-color-red);
        }

        .academy_lection_course_row_status_3,
        .academy_lection_course_row_status_2,
        .academy_lection_course_holder_status_3,
        .academy_lection_course_holder_status_2 {
            color: red;
            cursor: default;
        }

        .academy_lection_course_row_status_3 .academy_lection_course_dot,
        .academy_lection_course_row_status_2 .academy_lection_course_dot,
        .academy_lection_course_holder_status_3 .academy_lection_course_dot,
        .academy_lection_course_holder_status_2 .academy_lection_course_dot {
            background: red;
        }

        .academy_lection_course_row_status_5 .academy_lection_course_dot,
        .academy_lection_course_row_status_6 .academy_lection_course_dot,
        .academy_lection_course_holder_status_5 .academy_lection_course_dot,
        .academy_lection_course_holder_status_6 .academy_lection_course_dot {
            background: rgb(251, 188, 4);
        }

        #academy_lection_course_title {
            margin-left: 0 !important;
        }

        #academy_lection_course_button_holder {
            margin-left: 0 !important;
            display: flex;
            width: 100%;
            justify-content: center;
            /* text-align: center; */
            font-family: 'Ubuntu';
            margin-top: 1.5rem;
        }

        .academy_lection_course_button.disabled {
            pointer-events: none;
            color: gray;
        }

        .academy_lection_course_button {
            /* margin-left: 3rem !important; */
            cursor: pointer;
        }

        .academy_lection_course_button_title {
            margin-left: 0 !important;
        }

        .academy_lection_course_button:hover {
            transform: scale(1.05);
        }

        .academy_lection_course_button_icon {
            font-size: 2rem;
            text-align: center;
            margin-left: 0 !important;
        }

        #academy_lection_course_contact_holder {
            margin-top: 1rem;
        }

        #academy_lection_course_background {
            display: none;
            position: absolute;
            width: 20.2%;
            pointer-events: none;
        }

        #academy_lection_course_participants_holder {
            display: flex;
            font-size: xx-large;
            font-family: Ubuntu;
            justify-content: center;
            color: var(--main-color-red);
            margin-bottom: 1rem;
        }

        #academy_lection_course_participants_decrease {
            margin-right: 0.5rem;
            user-select: none;
        }

        #academy_lection_course_participants_count {
            user-select: none;
        }


        #academy_lection_course_participants_increase {
            margin-left: 0.5rem;
            user-select: none;
        }

        #academy_lection_course_participants_increase,
        #academy_lection_course_participants_decrease {
            cursor: pointer;
        }

        #academy_lection_course_participants_increase:hover,
        #academy_lection_course_participants_decrease:hover {
            color: var(--main-color-darkblue);
        }

        #academy_lection_course_cost_holder {
            text-align: center;
            color: var(--main-color-red);
        }

        #academy_lection_course_cost {
            font-size: xx-large;
            font-family: Ubuntu;
        }

        .academy_lection_course_locations_country {
            font-size: xx-small;
        }

        .academy_lection_course_locations_city {
            line-height: 1;
        }

        .academy_lection_course_locations_text_holder {
            line-height: 1;
        }

        .academy_lection_course_row.available_date,
        .academy_lection_course_row.available_location {
            color: green;
            font-family: Ubuntu;
            cursor: pointer;
        }

        .available_date .academy_lection_course_dot,
        .available_location .academy_lection_course_dot {
            background-color: green;
        }

        .available_location .academy_lection_course_locations_city:after {
            content: ">";
            padding-left: 0.2rem;
        }

        #academy_lection_course_no_filter_dates,
        #academy_lection_course_no_dates {
            padding-bottom: 1em;
        }

        #academy_lection_course_request.disabled {
            background: lightgray;
            color: gray;
            pointer-events: none;
            cursor: default;
        }

        #academy_lection_share_list_subholder {
            padding-bottom: 0;
            padding-left: 0.5rem;
            display: grid;
            grid-template-columns: 47.5% 47.5%;
            column-gap: 5%;
            font-family: Ubuntu;
            color: var(--main-color-darkblue);
        }

        .academy_lection_share_entry {
            width: 100%;
        }

        .academy_lection_share_entry .btn {
            width: 100%;
            margin-bottom: 1.5vh;
            background: var(--main-color-lightblue);
            border-color: var(--main-color-lightblue);
            color: var(--main-color-darkblue);
            outline: none;
            border: none;
            font-size: 1.2rem;
        }

        .academy_lection_share_entry .btn:hover {
            transform: scale(1.05);
            background-color: var(--main-color-lightblue);
            outline: none;
            border: none;
            color: var(--main-color-darkblue);
        }

        .academy_lection_share_list_title {
            text-align: center;
            font-family: UbuntuBold;
            margin-top: 2vh;
            margin-bottom: 1vh;
        }

        .academy_lection_share_entry i {
            margin-right: 5px
        }

        #academy_lection_course_holder_selected_dates .academy_lection_course_row:hover {
            text-decoration: line-through;
            color: var(--main-color-red);
        }

        .academy_lection_spec_course_req_link:hover {
            transform: scale(1.02);
        }

        .academy_lection_spec_course_req_link {
            font-family: Ubuntu;
            cursor: pointer;
            color: var(--main-color-darkblue);
        }

        #academy_all_dates_table {}


        #academy_all_dates_holder {
            width: 90%;
        }

        .academy_all_dates_table_row_status_1 {
            color: green;
            font-family: 'Ubuntu';
        }

        .academy_all_dates_table_row_status_2,
        .academy_all_dates_table_row_status_3 {
            color: red;
            font-family: 'Ubuntu';
        }

        .academy_all_dates_table_row_status_5,
        .academy_all_dates_table_row_status_6 {
            color: rgb(251, 188, 4);
            font-family: 'Ubuntu';
        }

        .shop_card.doubleCard p {
            font-size: 22px !important;
        }

        .academy_shop_card_preholder.doubleCard {
            grid-row: auto / 2 span;
            grid-column: auto / 2 span;
            height: auto;
            width: auto;
        }

        .shop_card.doubleCard:hover {
            transform: scale(1.05);
        }

        .shop_card.doubleCard img {
            width: 190px;
            height: 190px;
        }

        .academy_all_dates_lection_link:after {
            content: " >";
        }

        .academy_all_dates_lection_link {
            font-family: Ubuntu;
        }

        #academy_no_data_info {
            font-family: 'UbuntuLight';
            font-size: 2rem;
            text-align: center;
            margin-top: 3rem;
            position: relative;
            width: 70vw;
        }

        #academy_standorte_content_grid {
            display: grid;
            grid-template-columns: minmax(175px, 25%) minmax(230px, 75%);
            font-size: 1.5rem;
        }

        #academy_standorte_filter_list {
            margin-top: 2rem;
        }

        #academy_standorte_image_list {
            display: grid;
            grid-template-columns: 30vmin 30vmin;
            grid-template-rows: 30vmin 30vmin;
            grid-gap: 2em;
            margin-top: 2rem;
            overflow: hidden;
        }

        .academy_standorte_image:hover {
            transform: scale(1.1);
            box-shadow: grey 2px 2px 7px;

        }

        .academy_standorte_image {
            height: 30vmin;
            width: 30vmin;
            object-fit: cover;
            cursor: pointer;
        }

        #academy_standorte_filter_list .academy_lection_course_dot {
            background: gray;
        }

        #academy_standorte_filter_list .academy_lection_course_locations_text_holder {
            color: gray;
        }

        #academy_standorte_filter_list .academy_lection_course_locations_city {
            color: var(--main-color-darkblue);
        }

        #academy_standorte_filter_list .academy_lection_course_locations_country {
            color: var(--main-color-darkblue);
            font-size: 0.8rem;
        }


        #academy_standorte_filter_list .activeFilter .academy_lection_course_locations_text_holder {
            color: var(--main-color-red);
        }

        #academy_standorte_filter_list .activeFilter:after {
            content: ">";
            margin-left: 0.3em;
            color: var(--main-color-red);
        }

        .academy_aboutus_content li {
            margin-top: 0.5rem;
            text-align: justify;
        }

        .academy_aboutus_content_subholder,
        .academy_standorte_content_subholder,
        .academy_zertifikate_content_subholder,
        .academy_livecoaching_content_subholder,
        .academy_coursecodes_content_subholder {
            margin-top: 2rem;
            position: relative;
        }

        .academy_aboutus_title,
        .academy_standorte_title,
        .academy_zertifikate_title,
        .academy_livecoaching_title,
        .academy_coursecodes_title {
            font-family: 'UbuntuLight';
            font-size: 2.5rem;
        }

        .academy_zertifikate_content img {
            margin-left: 50%;
            transform: translate(-50%, 1rem);
            max-width: 80vw;
        }

        .academy_standorte_content {
            padding-left: 2rem;
            font-size: 2rem !important;
        }

        .academy_aboutus_content,
        .academy_standorte_content,
        .academy_zertifikate_content,
        .academy_livecoaching_content,
        .academy_coursecodes_content {
            font-size: 1.2rem;
            font-family: 'UbuntuThin';
        }

        #academy_standorte_slideshow_close:hover {
            background-color: var(--main-color-darkblue);
            color: var(--main-color-lightblue);
        }

        #academy_standorte_slideshow_close {
            position: absolute;
            right: 3vw;
            top: 3vh;
            font-size: 1.5rem;
            border-radius: 100%;
            background-color: lightgray;
            width: 2rem;
            height: 2rem;
            text-align: center;
            line-height: 2rem;
            cursor: pointer;
        }

        #academy_standorte_slideshow_holder {
            position: fixed;
            width: 100vw;
            left: 0;
            top: 0;
            /* transform: translate(-50%, 50%); */
            height: 100vh;
            /* border: 1px solid; */
            z-index: 10000;
            background: rgb(71 68 68 / 87%);
            /* opacity: 0.9; */
        }

        #academy_standorte_slideshow_subholder {
            height: 65%;
            width: 70%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: flex;
        }

        #academy_standorte_slideshow {
            width: 63.4vw;
            background: black;
        }

        .academy_coursecodes_content_holder {
            overflow: hidden;
        }

        .academy_subpage_background_2_holder {
            position: absolute;
            width: 100vw;
            top: 75vh;
            left: 0;
            overflow: hidden;
        }

        .academy_subpage_background_2 {
            width: 100%;
            opacity: 0.4;
        }

        #academyContent .academy_subpage_background_1 {
            left: 50%;
        }

        .academy_subpage_background_1 {
            position:
                absolute;
            height: 60vh;
            left: 50%;
            transform: translate(-50%, 0);
            opacity: 0.4;
        }

        .academy_standorte_slider_image {
            max-width: 63.4vw;
            max-height: 65vh;
            width: -webkit-fill-available;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
        }

        .academy_shop_card_mobile_details_row {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .academy_shop_card_mobile_details_row.content_row {
            height: 100%;
            white-space: unset;
            line-break: anywhere;
            margin: 0.5em;
            font-size: 0.8rem;
            line-height: 1.2rem;
            max-width: 90%;
        }

        .academy_shop_card_mobile_details {
            display: none;
        }

        .academy_shop_card_preholder {
            display: flex;
        }

        .academy_shop_card_mobile_details_row.status_row_1 {
            color: green;
        }

        .academy_shop_card_mobile_details_row.status_row_2 {
            color: gray;
        }

        .academy_shop_card_mobile_details_row br {
            content: "";
        }

        .academy_shop_card_mobile_details_row br:after {
            content: " ";
        }

        .academy_shop_card_mobile_details_row.title_row {
            font-family: Ubuntu;
        }

        .academy_shop_card_mobile_details_row div {
            text-overflow: ellipsis;
            max-width: 100%;
            overflow: hidden;
        }

        #academy_lection_share_entry_whatsapp {
            display: none;
        }

        #academy_lection_course_duration {
            width: 100%;
            text-align: center;
            margin-bottom: 0.5rem;
            font-family: 'UbuntuLight';
        }

        #sidePanel_filter_active {
            position: fixed;
            background: white;
            width: 230px;
            color: var(--main-color-red);
            font-family: 'UbuntuLight';
            padding-left: 1em;
        }

        .cardHolder_mobile_expand_button_holder {
            display: none;
        }

        .cardHolder_mobile_expand_button {
            cursor: pointer;
            margin-left: 10px;
            font-family: 'UbuntuLight';
            font-size: 15px;
            font-weight: bold;
            margin-top: 1rem;
            background-color: var(--main-color-lightblue);
            width: 130px;
            text-align: center;
            padding: 5px;
            border-radius: 10px;
            transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
        }

        .cardHolder_mobile_expand_button:hover {
            transform: scale(1.1);
        }

        .academy_all_dates_req {
            cursor: pointer;
            color: #007bff;
            text-decoration: none;
            background-color: transparent;
            font-family: 'Ubuntu';
        }

        .academy_all_dates_req:hover {
            text-decoration: underline;
            color: #007bff;
        }

        .dark_card {
            background-color: var(--main-color-darkblue);
            color: white;
        }

        #academyMainDetail_cardHolder_navigation {
            margin-bottom: 3rem;
            max-height: unset;
        }

        .academy_shop_card_mobile_details_row.descr_row {
            white-space: unset;
        }

        .floating #academy_head_searchHolder {
            width: 40vw;
            margin: auto;
        }

        @media (max-width: 992px) {
            .table-toggle-btn{
                display: none;
            }

            #academyLectionDetail_content {
                    margin-top: 1rem;
                    /* margin-left: -4vmin; */
            }

            .sidemenu-academy-holder-new{
                display: none;
            }

            #academySvg{
                padding-left: 0;
            }

            .childNodeLabel {
                font-size: 1.8vmin;
            }

            #goToSectionBtn{
            margin-top: 0;
            }


            #shop_container_ctrl{
                display: none;
            }
            #shopNav_entry {
                display: none;
            }

            /* #shopNavEntryFix_filter,
            #sidePanel_filter_active,
            .shopNav_entry {
                display: none !important;
            } */

            .shopNav_entry.mobile_show.back_mobile_show,
            .shopNav_entry.mobile_show {
                display: block !important;
            }

            .shopNav_entry:hover {
                padding-left: 2.5em !important;
            }

            .shopNav_entry:not(.nav-item, .section_uc, .section_kpi, .section_da, .section_pa, .section_si, .section_be):hover {
                transform: scale(1.05);
                padding-left: 1.6em !important;
            }

            #fullTextCard_body iframe {
                display: none;
            }

            .slider {
                width: 80vw !important;
            }

            .academyTitle {
                /* margin-left: calc(50%); */
            }

            #academy_contact_link,
            #academy_contact_info {
                display: none;
            }

            .cardHolder_mobile_expand_button_holder {
                display: block;
            }

            #academy_lection_share_entry_whatsapp {
                display: unset;
            }

            .academyMainDetail {
                width: 80vw;
            }

            .academy_shop_card_mobile_details {
                display: block;
                margin-left: 15px;
                font-family: 'UbuntuLight';
                font-size: medium;
                padding: 15px;
                padding-right: 0;
                max-width: 50vw;
                cursor: pointer;
            }

            .backgroundImageInfoCard {
                display: none;
            }

            #academy_background_sub {
                display: none;
            }

            #academyMainHolder {
                padding-left: 10vw;
            }

            #academyContent {
                height: 350vh;
            }

            #top-bar {
                margin-top: 5px !important;
            }

            .nodeLabel {
                /* font-size: 1.2em; */
                font-size: 3vw;
            }

            #academyContent {
                padding: 0 30px;
            }

            .fullTextCard_body {
                margin: 2rem;
                font-size: 1.2rem;
            }

            .fullTextCard_header_right h3 {
                position: absolute;
            }

            .fullTextCard_fluminaTitle {
                display: none;
            }

            .academyMainDetail_cardHolder .shop_container_body_Header p {
                font-size: x-large;
                width: 80vw;
            }

            .academyMainDetail_cardHolder .shop_card_title_top {
                font-size: 15px;
                width: 130px;
                top: 5px;
            }

            .academyMainDetail_cardHolder .shop_card p {
                font-size: 15px !important;
                width: 110px;
                max-width: 110px;
                font-weight: bold;
            }

            .academyMainDetail_cardHolder .shop_card {
                width: 130px;
                height: 130px;
                min-width: 130px;
                margin: 10px;
                margin-right: -10px;
            }

            .doubleCard .academy_relevance_icon_holder i {
                font-size: 1em !important;
                margin-top: 0;
            }

            .academyMainDetail_cardHolder {
                display: flex;
                flex-flow: column;
                overflow-y: auto;
                grid-gap: 0;
                max-height: 450px;
                overflow: hidden;
                width: 95vw;
                margin-left: -5vw;
            }

            #academyMainDetail_cardHolder_highlight {
                max-height: unset;
            }

            .academyMainDetail_cardHolder.expanded {
                max-height: unset;
                overflow: unset;
            }

            .shop_card.doubleCard {
                width: 130px;
                height: 130px;
                min-height: 130px;
                min-width: 130px;
                background-color: var(--main-color-lightblue);
            }

            .academyMainDetail_cardHolder .shop_card.doubleCard img {
                width: 130px;
                height: 130px;
                transform: translate(-50%, -50%);
                padding: 15px;
            }

            #shoppingcart_question_contact {
                width: 80vw;
            }

            #shoppingcart_buttonHolder {
                font-size: 3vmin;
            }

            #shoppingcart_button_get_offer {
                width: 80vw;
                position: absolute;
            }
            #shop_container_holder 
            /* #shop_container_nav  */
            {
                display: block !important;
                width: 99vw;
                height: min-content;
                max-height: 70vh;
                /* padding: 10px; */
                /* FONT-WEIGHT: 100; */
                /* flex-wrap: wrap; */
                /* align-items: flex-start; */
                /* flex-direction: row; */
                background: var(--main-color-lightblue);
                justify-content: center;
                z-index: 1000;
                overflow: auto;
            }

            #shop_container_head {
                display: none;
                width: 90vw;
                margin-left: 30px;
            }

            .shoppingcart_table {
                width: 80vw;
                font-size: 2vmin;
            }

            #shop_container_sortHolder {
                width: 100vw;
                display: flex;
                flex-wrap: wrap;
                margin: inherit;
            }

            .shopContainer,
            .shop_container_body {
                margin-left: 30px;
                max-width: calc(100vw - 60px) !important;
                font-family: Ubuntu;
            }

            #index-first-banner {
                max-width: unset !important;
            }

            #academyLectionDetail,
            #academyChildDetail {
                padding-left: 0;
                padding-left: 5vw;
                z-index: 101;
            }

            #fullTextCard_header_card_holder {
                display: none;
            }

            .fullTextCard_back {
                position: unset;
                font-family: UbuntuBold;
                font-size: 5rem;
                left: 5vw;
                top: 6vh;
                cursor: pointer;
            }

            .fullTextCard_header {
                display: block
            }

            .fullTextCard_body_infobox {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                grid-gap: 10px;
                grid-auto-rows: minmax(70px, auto);
                padding: 0.3em;
            }

            .backgroundHolder {
                display: none;
            }

            .backgroundImage1 {
                display: none;
                position: absolute;
                z-index: 0;
                top: -204px;
                left: -220px;
            }

            .section_shoppingcart .section_counter {
                color: var(--main-color-red);
                position: absolute;
                left: 0;
                top: 0;
            }

            .sticky {
                position: fixed !important;
                top: 0px;
                width: 100%;
            }

            #shop_container_filterHolder,
            #shop_container_sortHolder {
                display: flex;
                flex-wrap: wrap;
                margin: inherit;
                /* width: 100vw; */
            }

            .fullTextCard_back {
                position: initial;
                font-family: UbuntuBold;
                font-size: 5rem;
                margin-left: 1.5rem;
                top: 6vh;
                cursor: pointer;
            }

            .fullTextCard_header {
                display: block;
                width: 100%;
            }

            header {
                position: inherit;
            }

            #academy_container_head {
                display: none;
            }

            .academy_footer_ctrl {
                margin: auto;
                display: block !important;

            }

            .academy_footer_ctrl_open {
                color: var(--main-color-lightblue);
            }

            .academy_footer_ctrl_active {
                color: var(--main-color-red);
            }

            .academy_footer_ctrl_head {
                display: flex;
                height: 2em;
                display: none !important;
            }

            #academy_head_searchHolder {
                margin-right: 1em;
            }

            .academy_footer_ctrl_tab {
                display: none;
            }


            #academy_filter_footer {
                display: block;
                position: fixed;
                background: white;
                z-index: 999;
                border: 1px solid;
                padding: 10px;
                width: 98vw;
                left: 0px;
                bottom: 0;
            }

            .academy_main_page {
                padding-left: 0px;
                padding-right: 0px;
                margin-top: 102px !important;
            }

            #academyAllDatesPage {
                padding-right: 0px !important;
            }

            #academy_all_dates_holder {
                width: inherit;
            }

            .academyTitle {
                top: 0px;
                /* padding-top: 150px; */
            }

            .academy_adtd_select {
                width: 80px;
            }

            .fullTextCard_body_textbox iframe {
                display: none;
            }
        }

        #academyAllDatesPage {
            padding-right: 100px;
        }

        .slider .row {
            height: 55vh;
        }

        .carouselTextColumn {
            margin-top: 0;
            top: 50%;
            position: absolute;
            right: 10vw;
            transform: translate(0, -50%);
        }

        .carouselImageColumn {
            padding: 50px 100px 50px 100px;
            height: 100%;
            overflow: visible;
        }

        .carouselImageColumn img {
            height: 100%;
        }

        .button1 {
            background-color: transparent;
            border: 1px solid #FFFFFF;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            width: 50%;
            color: #FFFFFF;
            font-family: UbuntuBold;
        }

        .button1:hover {
            background-color: var(--main-color-darkblue);
            color: var(--main-color-red);
            text-decoration: none;
        }

        .carouselTextColumn h1 {
            font-size: 5.5vmin;
            font-family: UbuntuBold;
            color: var(--main-color-darkblue);
        }

        .carouselTextColumn h3 {
            font-size: 2.5vmin;
            color: #FFFFFF;
            opacity: 0.5;
            font-family: UbuntuBold;
        }

        .carouselTextColumn h4 {
            font-size: 2.5vmin;
            color: #FFFFFF;
            font-family: UbuntuBold;
        }

        a {
            pointer-events: all;
        }

        .slider {
            width: 70vw;
            margin-bottom: 3rem;
        }

        .carouselDarkblue {
            background-color: var(--main-color-darkblue);
        }

        .carouselWhite {
            background-color: white;
        }

        .carouselRed {
            background-color: var(--main-color-red);
        }

        .carouselLightblue {
            background-color: var(--main-color-lightblue);
        }

        .academy_lection_course_button.disabled {
            pointer-events: none;
            color: gray;
        }

        @media (max-width: 576px) {

            #academyContent {
                height: 150vh;
            }

            .section-one h1 {
                font-size: 36px;
            }

            .section-one-span {
                font-size: 36px;
            }

            .section-one p {
                font-size: 25px !important;
            }

            .section-one a {
                font-size: 16px;
            }

            .section-one-span h1 {
                font-size: 36px;
            }

            .section-one-span p {
                font-size: 18px;
            }

            .section-one-span a {
                font-size: 18px;
            }

            .ref-p {
                font-size: 18px;
            }

            .bigImage {
                width: 361px;
                height: 115px;
            }
        }


        .shopNav_entry:not(.nav-item) {
            background: var(--main-color-lightblue);
            margin-bottom: 3px;
            /* padding: 0.2em; */
            padding-left: 1em;
            cursor: pointer;
            font-family: UbuntuThin;
            display: flex;
        }