.body-div {
    height: 100vh;
    margin: 0;
    display: grid;
    place-items: center;
}

.center-div {
    text-align: center;
    color: white;
    font-size: 20px;
}

.mobile-layout .setting-section {
    margin-top: 100px;
}

.page-title-description-inner .img-fluid {
    width: 72px;
}


@media only screen and (max-width: 767px) {

    /*Header css */
    .header {
        padding: 20px 0px;
        background: var(--white);
        box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.09);
        -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.09);
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
    }

    .headTitle {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        color: var(--lochmara);
        font-family: 'ARIALBD';
    }
    
    .page-title.headTitle.contact-gegeven{
        font-size: 16px;
    }

    .headSubTitle {
        font-family: 'ARIAL';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: var(--cello);
        line-height: 18.2px;
    }

    .headTitle span {
        color: var(--fresheggplant);
        line-height: 28px;
    }

    .header .col {
        padding: 0;
    }

    /*Footer css*/
    .footer {
        position: relative;
    }

    .footer-menu-container {
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px 0px;
        z-index: 1;
    }
    
/*    .footer-menu-container {
        text-align: center;
        padding: 10px 0px;
        
    }
*/
    .custom-footer {
        background-color: var(--white);
        box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.09);
        -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.09);
    }

    ul.footer-menu {
        list-style: none;
        padding: 0;
        margin-bottom: 21px;
    }

    ul.footer-menu li a {
        color: var(--grey);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.2px;
        font-family: 'ARIAL';
        position: relative;
    }

    ul.footer-menu li:first-child a::after, ul.footer-menu li:nth-child(2) a::after, ul.footer-menu li:nth-child(3) a::after {
        content: '';
        position: absolute;
        background-color: var(--grey);
        height: 100%;
        width: 1px;
        bottom: 0;
        right: -5px;
        margin: auto;
    }

    ul.footer-menu li:first-child, ul.footer-menu li:nth-child(2), ul.footer-menu li:nth-child(3) {
        padding-right: 5px;
    }

    ul.footer-menu li {
        display: inline;
    }

    .disabled-component {
        pointer-events: none;
        opacity: 0.3;
        user-select: none;
    }

    /*Menu toggle*/
    .burger-menu {
        position: fixed;
        bottom: 80px;
        right: 5px;
        cursor: pointer;
        z-index: 2;
        width: 70px;
        height: 70px;
        background: url('../images/BurgerMenu.svg') no-repeat;
        background-size: contain;
        transition: 0.1s;
    }

    .activeburger-menu.active-burger {
        background: url('../images/Burger-menu-white.svg') no-repeat;
        background-size: contain;
        position: relative;
        bottom: 61px;
        left: -65px;
        cursor: pointer;
        z-index: 2;
        width: 70px;
        height: 70px;
        transition: 0.1s;        
    }

    .main-menu {
        position: relative;
    }

    .main-menu.active-menu::before {
        content: '';
        width: 100vw;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        margin-left: calc(-100vw / 2 + 100% / 2) !important;
        background: linear-gradient(0deg, rgba(0, 59, 90, 0.60) 0%, rgba(0, 59, 90, 0.60) 100%), rgba(255, 255, 255, 0.50);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        top: 0;
    }

    .main-menu-list {
        position: fixed;
        right: -300px;
        /*bottom: 85px;*/
        bottom: 0px;        
        width: 300px;
        height: 100%;
        padding: 20px 25px;
        background: linear-gradient(259deg, #0088CE, #2EB8FF);
        transition: right 0.3s;
        border-bottom-left-radius: 25px;
        /*padding-top: 100px;*/
        z-index: 3;
    }

    .main-menu.active-menu .main-menu-list {
        right: 0;
    }
    .mobil-log-outbtn {
    text-align: right;
    margin-top: 20px;
    margin-right: 4px;
    }
    .menu-MFA-box-text {
        margin: 60px auto 40px;
        text-align: center;
    }

    .menu-list {
        overflow-y: auto;
        height: 70%;
        position: relative;
        bottom: 0%;
        top: 0;
        left: 0;
        right: 0;
    }

    .menu-list::-webkit-scrollbar {
        width: 5px;
        display: none;
    }

    .menu-list::-webkit-scrollbar-track {
        background: #f0f8ff;
        border-radius: 10px;
    }

    .menu-list::-webkit-scrollbar-thumb {
        background: #41aced;
        border-radius: 10px;
    }

    .menu-list::-webkit-scrollbar-thumb:hover {
        background: #0056b3;
    }

    section.common-bg {
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        z-index: 1;
        height: calc(var(--vh, 1vh) * 100);
    }

    section.loggedOut-bg {
        background: url('../images/login-bg.png') no-repeat center center;
        background-size: cover;
    }

    section.loggedIn-bg {
        background: url('../images/background-gradient.png') no-repeat center center;
        background-size: cover;
    }

    section.background-container .container {
        overflow-y: auto;
        scrollbar-width: none;
    }

    section.background-container .container::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    section.background-container.toprightFlowershow::before {
        content: '';
        position: absolute;
        background: url('../images/flower-in-topright-corner.png') no-repeat;
        height: 245px;
        width: 160px;
        top: 70px;
        right: -3px;
        z-index: -1;
    }

    section.background-container.bottomleftFlowershow::after {
        content: '';
        position: absolute;
        background: url('../images/flower-in-bottom-left-corner.png') no-repeat;
        height: 320px;
        width: 100%;
        bottom: -20px;
        left: 0;
        z-index: -1;
    }

    section.background-container.withoutImage {
        align-items: center;
        flex-direction: column;
    }

    section.background-container.topleftflowerOverlap::before {
        z-index: 1;
    }

    /*only for meinedailyaffirmation*/
/*    .page-template-meinedailyaffirmation .text-content.blue-text-center {
        padding-top: 0;
        text-align: center;
        position: absolute;
        bottom: 0;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-table;
    }*/
    
    .text-content.blue-text-center {
        padding-top: 15px;
        max-width: 100%;
        margin: auto;
    }
    
    /*only for meinedailyaffirmation*/
/*    .page-template-meinedailyaffirmation section.background-container>.container {
        max-width: 767px;
    }*/

    section.background-container>.container {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    /*Dashboard css start here*/
    .dashboard-header {
        position: relative;
        background: url('/wp-content/uploads/2024/08/dashboard-bg-with-gredient.png') no-repeat top center;
        padding-bottom: 90px;
        z-index: 1;
        background-size: cover;
    }

    .dashboard-header.dashboard-ohne-header::after {
        /*background: linear-gradient(360deg, rgba(255, 255, 255, 0) 1.57%, #FFF 29.67%);*/
        content: '';
        position: absolute;
        height: 50px;
        width: 90%;
        bottom: -39px;
        margin: auto;
        right: 0;
        left: 0;
    }

    .dashboard-header.dashboard-neu-header::after {
        position: absolute;
        content: '';
        background-color: #cfd7f0;
        background: linear-gradient(219deg, #0cc7ff16 .06%, #e0d3f565 .55%);
        right: 0;
        width: 30px;
        height: 20px;
        left: 0;
        margin: auto;
        bottom: -9px;
    }

    .custom-widget-box {
        z-index: 1;
        position: relative;
    }

    .dashboard-header.dashboard-ohne-header {
        padding-bottom: 90px;
    }

    .dashboard-ohne-overlap {
        margin-top: -60px;
        z-index: 1;
        position: relative;
    }

    .common-listStyle li::before {
        content: '';
        position: absolute;
        background: var(--cello);
        height: 5px;
        width: 5px;
        left: -20px;
        top: 7px;
        margin: auto;
        border-radius: 15px;
    }

    ul.common-listStyle {
        padding-left: 30px;
    }

    .common-listStyle li {
        position: relative;
        line-height: normal;
    }

    .dashboard-header span {
        font-weight: 700;
        display: block;
        line-height: normal;
        font-family: 'HelveticaNeueMedium';
    }

    .dashboard-header span,
    .dashboard-header p,
    .dashboard-header li {
        color: var(--cello);
    }

    .common-radius-box.mp-pen h5.commonH5 {
        color: var(--white);
        margin-bottom: 10px;
    }

    .common-radius-box.mp-pen .text-content {
        margin-left: 30px;
    }

    h5.commonH5 sup {
        color: var(--white);
    }

    .input-common-radius-box {
        box-shadow: inset var(--grey) 0px 2px 3px -1px;
        -webkit-box-shadow: inset var(--grey) 0px 2px 3px -1px;
        filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.20));
        border-radius: 20px;
        justify-content: space-between;
    }

    .common-radius-box {
        -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.15) inset;
        -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.20));
        box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.15) inset;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.20));
        will-change: box-shadow, filter;
        border-radius: 20px;
        justify-content: space-between;
    }

    .common-radius-box p {
        font-size: 14px;
        color: var(--white);
        margin-bottom: 0;
    }

    .common-radius-box.mp-pen {
        background: linear-gradient(265deg, #0088CE 4.35%, #2EB8FF 95.68%);
        display: flex;
        align-items: center;
        padding: 15px 30px;
    }

    .common-radius-box.grey-radius {
        background: linear-gradient(0deg, rgba(0, 59, 90, 0.60) 0%, rgba(0, 59, 90, 0.60) 100%), linear-gradient(79deg, #FFF 0%, #EFEFEF 100%);
    }

    .common-radius-box.white-radius {
        background: linear-gradient(79deg, #FFF 0%, #EFEFEF 100%);
    }

    .common-radius-box.small-radius-box {
        text-align: center;
        padding: 15px 5px;
        position: relative;
        height: 100%;
    }

    .edit-widgetBtn {
        position: absolute;
        right: 15px;
        top: 3px;
        cursor: pointer;
    }

    .edit-list {
        position: absolute;
        top: 25px;
        right: 8px;
        border-radius: 5px;
        background: var(--white);
        box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
        color: var(--lochmara);
        padding: 3px 5px;
        font-size: 10px;
        transition: opacity 0.5s linear, visibility 0.5s;
        display: none;
        cursor: pointer;
    }

    .row-custom {
        margin-top: 10px;
    }

    .row-custom .col-xs-6 {
        padding: 10px;
    }

    div.row-custom {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 32px;
    }
    
    div.row-custom.dashboard-logout{
        margin-top: -50px;
    }

    .common-radius-box.small-radius-box .text-content {
        margin-top: 10px;
    }

    .common-radius-box.grey-radius h5.commonH5 {
        color: var(--white);
    }

    .common-radius-box.white-radius h5.commonH5 {
        color: var(--lochmara);
    }

    .common-radius-box h5.commonH5 {
        margin-bottom: 0;
    }

    .dashboard-redBtn {
        margin-top: 15px;
    }

    .common-radius-no-shadowbox {
        padding: 20px;
        text-align: center;
        border-radius: 20px;
    }

    .dashboard-redBtn .common-radius-no-shadowbox {
        background-color: var(--fresheggplant);
    }

    .dashboard-redBtn .common-radius-no-shadowbox p {
        color: var(--white);
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 0px;
        font-size: 12px;
        font-family: 'HelveticaNeueMedium';
    }

    .common-radius-box.mainMFAcoach {
        background: linear-gradient(219deg, #8EE0F9 16.06%, #F5EFFF 72.5%);
        display: flex;
        align-items: center;
        padding: 15px 30px;
        justify-content: flex-start;
    }

    .common-radius-box.video-remaining-widgetBtn {
        background: linear-gradient(259deg, #0088CE 0%, #2EB8FF 100%);
        display: flex;
        align-items: center;
        padding: 15px 20px;
        justify-content: flex-start;
    }

    .common-radius-box.mainMFAcoach .text-content,
    .common-radius-box.video-remaining-widgetBtn .text-content {
        margin-left: 20px;
    }

    .common-radius-box.mainMFAcoach .text-content img,
    .common-radius-box.video-remaining-widgetBtn .text-content img {
        margin-bottom: 10px;
    }
    
    .common-radius-box.video-remaining-widgetBtn.sideimage-widget.widget-column.widget-click img{
        height: 30px;
    }

    .common-radius-box.mainMFAcoach p {
        color: var(--lochmara);
    }

    .common-radius-box.video-remaining-widgetBtn p {
        color: var(--white);
    }

    .dashboard-blueBtn .common-radius-no-shadowbox {
        background: linear-gradient(265deg, #0088CE 4.35%, #2EB8FF 95.68%);
    }

    .dashboard-blueBtn .common-radius-no-shadowbox p {
        color: var(--white);
        margin: 0;
    }

    .dashboard-blueBtn .common-radius-no-shadowbox sup {
        color: var(--white);
    }

    .dashboard-blueBtn {
        margin-top: 15px;
    }

    .dashboard-blueBtn .common-radius-no-shadowbox .text-content {
        margin-top: 10px;
    }

    div.sideimage-widget {
        background: var(--Blue-Gradient, linear-gradient(259deg, #0088CE 0%, #2EB8FF 100%));
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
    }

    .video-remaining-widgetBtn span.coursetitle-videostatus {
        color: var(--white);
        font-family: 'HelveticaNeueMedium';
        font-size: 14px;
    }

    .image-content img {
        mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 1) 50%);
        -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 1) 50%);
    }
    
    /*only for meinedailyaffirmation*/
/*    .page-template-meinedailyaffirmation .image-content img {
        height: 520px;
    }*/

    /*coursecategory css*/
    .content-box {
        background: linear-gradient(139deg, #FFF 24.02%, #EFEFEF 70.22%);
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
        will-change: box-shadow, filter;
        border-radius: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .coursecategory-box {
        text-align: center;
    }

    .coursecategory-box .title-icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 10px;
    }

    .coursecategory-box .title-icon-container h4 {
        margin: 0px;
        margin-left: 10px;
        color: var(--lochmara);
        font-size: 14px;
        font-family: 'HelveticaNeueBold';
    }

    .common-radius-box.small-radius-box h4 {
        margin: 0px;
        font-size: 14px;
        font-family: 'HelveticaNeueMedium';
    }

    .coursecategory-box>img {
        width: 100%;
    }


    /*Course box css*/
    .course-topicsList-container {
        padding: 25px 20px;
        position: relative;
    }

    .common-list {
        position: relative;
        width: 100%;
        display: inline-flex;
        font-family: 'Helveticaneue';
        font-size: 14px;
        padding: 10px 15px;
        margin-bottom: 12px;
    }

    .course-box .common-list {
        justify-content: space-between;
    }

    .course-box span.course-topic-number {
        font-family: 'HelveticaNeueBold';
        color: var(--lochmara);
        margin-right: 5px;
    }

    .course-box .course-box-head h4.commonH4 {
        color: var(--lochmara);
    }

    .course-box .course-box-head h5.commonH5 {
        color: var(--cello);
    }

    .course-box>img {
        width: 100%;
        border-radius: 20px 20px 0px 0px;
    }

    .showMoreTopics-TextandIcon {
        text-align: center;
        margin-top: 15px;
    }

    .showMoreIcon img {
        transform: rotate(270deg);
    }

    .showMoreIcon {
        margin-top: 10px;
    }

    .showMoreTopics-TextandIcon .showMoreTopicsText {
        color: var(--cello);
        position: relative;
        display: inline-block;
    }

    .showMoreTopics-TextandIcon .showMoreTopicsText::before,
    .showMoreTopics-TextandIcon .showMoreTopicsText::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 1px;
        background: var(--cello);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .showMoreTopics-TextandIcon .showMoreTopicsText::after {
        right: -15px;
    }

    .showMoreTopics-TextandIcon .showMoreTopicsText::before {
        left: -15px;
    }

    .course-topicStatus {
        border-radius: 25px;
        background: var(--white);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        padding: 5px 15px;
        line-height: normal;
        align-items: center;
        position: absolute;
        top: -18px;
        right: 15px;
        color: var(--cello);
    }

    .course-topicStatus.watched {
        background: linear-gradient(0deg, rgba(102, 204, 51, 0.30) 0%, rgba(102, 204, 51, 0.30) 100%), #FFF;
    }

    .course-topicStatus img {
        margin-left: 5px;
    }

    .course-topicStatus.watched img {
        margin-left: 5px;
        filter: brightness(0) saturate(100%) invert(74%) sepia(11%) saturate(2637%) hue-rotate(54deg) brightness(93%) contrast(91%);
    }

    .header.topicHeadBgImage {
        background: url('/wp-content/uploads/2024/08/topic-headimg.png') no-repeat center center var(--white);
        padding: 30px 0px;
        background-size: cover;
    }

    .course-topic-container {
        padding: 25px;
    }

    .course-topic-container .row-custom {
        width: 100%;
        margin: auto;
    }

    .course-topic-box-body .topic-thumbnail>img {
        width: 100%;
        border-radius: 11.5px;
        background: lightgray -0.072px -16.271px / 113.991% 154.379%;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    }

    .course-topic-box p {
        font-size: 13px;
        color: var(--cello);
    }

    .course-topic-box .course-topic-box-head h4.commonH4 {
        color: var(--lochmara);
    }

    .course-topic-box .course-topic-box-head h5.commonH5 {
        color: var(--cello);
        min-height: 38px;
    }

    .course-topic-box .video-duration {
        position: absolute;
        color: var(--lochmara);
        font-size: 14px;
        left: 0;
        bottom: 0;
    }

    .course-topic-box .showMoreIcon {
        margin-top: 0;
        cursor: pointer;
    }

    .course-topic-box-head {
        position: relative;
    }

    .course-singleTopicStatus {
        position: absolute;
        right: -3px;
        top: -3px;
        cursor: pointer;
    }

    .course-like-btn,
    .course-bookmark-btn,
    .showMoreIcon {
        cursor: pointer;
    }

    .small-ferringBatch,
    .big-ferringBatch {
        position: relative;
    }

    .small-ferringBatch::before {
        content: '';
        position: absolute;
        /*background: url('../images/ferringBatch.png') no-repeat;*/
        /*background-size: cover;*/
        width: 65px;
        height: 28px;
        bottom: 0;
    }

    .big-ferringBatch::before {
        content: '';
        position: absolute;
        /*background: url('../images/ferringBatch.png') no-repeat;*/
        /*background-size: cover;*/
        width: 130px;
        height: 55px;
        bottom: 0;
    }

    .play-button img {
        border-radius: 20px;
        -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
    }

    .video-thumbnail img {
        width: 100%;
    }

    .course-topic-container .common-list span.right-arrow {
        float: right;
        position: absolute;
        right: 20px;
    }

    .video-thumbnail {
        position: relative;
        cursor: pointer;
        width: 100%;
        border-radius: 20px;
        background: lightgray -0.072px -16.271px / 113.991% 154.379%;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
        overflow: hidden;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .video-player iframe,
    .video-player video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-player {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }

    .course-topic-box a.common-radius-box {
        background: var(--lochmara, linear-gradient(259deg, #0088CE 0%, #2EB8FF10 0%));
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 25px;
    }

    .course-topic-box a.common-radius-box span {
        color: var(--white);
    }

    .chaptersName {
        font-size: 14px;
        position: relative;
        right: 0;
    }

    .chaptersName label.chapterlabel {
        color: var(--lochmara);
        font-family: 'HelveticaNeueMedium';
    }

    .chaptersName li {
        margin-bottom: 5px;
        color: var(--cello);
    }

    .course-bottom-indicators {
        display: flex;
        align-items: center;
        padding: 0px 10px;
        margin-top: 15px;
        position: relative;
    }

    .course-bottom-indicators .video-duration {
        top: 2px;
    }

    .course-topic-box .chaptersName .video-duration {
        top: 0;
        right: 0;
        left: unset;
    }

    .course-topic-box:first-child {
        margin-top: 30px;
    }

    .course-topic-box {
        margin-top: 20px;
    }

    .topic-thumbnail {
        height: fit-content;
        position: relative;
    }

    .topic-thumbnail .course-bookmark-btn {
        position: absolute;
        top: -2px;
        left: 15px;
        cursor: pointer;
    }

    .Takeaway-box-head {
        padding: 25px;
        position: relative;
    }

    .Takeaway-box-head h5.commonH5 {
        color: var(--lochmara);
    }

    .Takeaway-summery {
        padding: 25px;
        background: var(--Blue-Gradient, linear-gradient(259deg, #0088CE 0%, #2EB8FF 100%));
    }

    .Takeaway-summery h6,
    .Takeaway-summery li {
        color: var(--white);
    }

    .Takeaway-summery .common-listStyle li::before,
    .Takeaway-description .common-listStyle li::before {
        bottom: unset;
        top: 8px;
    }

    .Takeaway-summery .common-listStyle li::before {
        background: var(--white);
    }

    .Takeaway-description .common-listStyle li::before {
        background: var(--cello);
    }

    .Takeaway-summery h6 {
        font-family: 'HelveticaNeueMedium';
        font-size: 14px;
    }

    .Takeaway-summery li {
        margin-bottom: 15px;
        font-size: 13px;
    }

    .Takeaway-description {
        padding: 25px;
    }

    h6.TakeawayDescriptionTitle {
        font-family: 'HelveticaNeueMedium';
        font-size: 16px;
        color: var(--lochmara);
    }

    .Takeaway-description li {
        margin-bottom: 15px;
        color: var(--cello);
        font-size: 13px;
    }

    .Takeaway-description li:last-child {
        margin-bottom: 0px;
    }

    .content-box.Takeaway-box {
        overflow: unset;
    }
    .Takeaway-box-head [data-marked="1"].course-bookmark-btn img {
        height: 45px;
        width: 38px;
        position: relative;
        right: -6px;
    }

    .Takeaway-box-head .course-bookmark-btn img {
        height: 38px;
        width: 25px;
        -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
    }

    .Takeaway-box-head .course-bookmark-btn {
        position: absolute;
        right: 25px;
        top: -2px;
    }

    .user-edit {
        position: relative;
    }

    .user-img {
        width: 69px;
        height: 69px;
        border-radius: 50%;
        border: 1px solid #dbdcde;
    }

    .edit-icon {
        position: absolute;
        right: 10px;
        bottom: -5px;
    }

    .list-name {
        text-align: left;
    }

    .setting-box {
        background: linear-gradient(139deg, #fff, #EFEFEF);
        padding: 25px;
        width: 95%;
        margin: 25px auto;
        text-align: center;

    }

    .setting-box .setting-list,
    .menu-list .setting-list {
        display: inline-flex;
        justify-content: space-between;
        text-decoration: none;
    }

    .setting-item .setting-list-center {
        justify-content: center;
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 71px;
        height: 38px;
        top: -5px;
        margin: 0;
        right: 0;
        float: right;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--white);
        border-radius: 35px;
        box-shadow: inset var(--grey) 0px 5px 5px 0px;
        -webkit-box-shadow: inset var(--grey) 0px 5px 5px 0px;
        -moz-box-shadow: inset var(--grey) 0px 5px 5px 0px;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 32px;
        width: 32px;
        left: 6px;
        bottom: 0;
        background: url('../images/switch.png') no-repeat;
        background-size: cover;
        transition: 0.4s;
    }
       
    input:checked+.slider:before {
        transform: translateX(28px);
        -webkit-transform: translateX(28px);
        background: url('../images/active-switch.png') no-repeat;
        background-size: cover
    }

    /*register*/
    .login-common-box {
        background: linear-gradient(139deg, #fff, #EFEFEF);
        padding: 25px;
        margin: 25px 10px;
    }

    .login-logo {
        margin: 80px auto 10px;
    }

    .input-icon {
        position: relative;
        width: 100%;
    }

    .form-group {
        margin-bottom: 15px;
        display: flex;
    }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="password"],
    .form-group input[type="number"] {
        border: 0px solid transparent;
        text-align: left;
        padding: 10px 45px 10px 15px;
        margin: 0 auto;
    }

    .form-group input[type="text"]:focus,
    .form-group input[type="email"]:focus,
    .form-group input[type="password"]:focus,
    .form-group input[type="number"]:focus,
    .form-group input[type="text"]:focus-visible,
    .form-group input[type="email"]:focus-visible,
    .form-group input[type="password"]:focus-visible,
    .form-group input[type="number"]:focus-visible {
        outline: none;
    }

    .form-group input[type="checkbox"] {
        display: none;
    }

    .form-group .checkbox-label {
        font-size: 14px;
        line-height: 1.2;
        font-family: 'Helveticaneue';
        color: var(--lochmara);
        padding-left: 45px;
        position: relative;
        margin: 20px 0 30px;
    }

    .form-group .checkbox-label a {
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .form-group .checkbox-label a {
        color: var(--lochmara);
    }

    .form-group input::placeholder {
        color: var(--grey);
    }

	.form-group input[type="checkbox"]+label::before {
		content: '';
		width: 35px;
		height: 35px;
		background: url('../images/switch1.png') no-repeat;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0px;
	}

	.form-group input[type="checkbox"]:checked+label::before {
		background: url('../images/active-switch.png') no-repeat;
		background-size: cover;
	}
	
	
    .toggle-icon {
        position: absolute;
        top: 50%;
        right: 15px;
        height: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        cursor: pointer;
    }

    .eye-icon.open::before {
        content: "";
        width: 22px;
        height: 15px;
        display: inline-block;
        background: url('../images/open-eye.png') no-repeat;
        background-size: cover;
    }

    .eye-icon.closed::before {
        content: "";
        width: 22px;
        height: 12px;
        display: inline-block;
        background: url('../images/close-eye.png') no-repeat;
        background-size: contain;
    }

    .submit-btn {
        width: 100%;
        color: var(--white);
        padding: 10px 20px;
        font-family: "HelveticaNeue";
        font-size: 14px;
        border-radius: 25px;
        background: linear-gradient(259deg, #0088CE, #2EB8FF);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        border: transparent;
    }

    /*login page*/
    .login-rightText {
        font-family: 'Helveticaneue';
        font-size: 14px;
        display: flex;
        justify-content: end;
    }

    .login-common-box .login-subText {
        font-family: 'Helveticaneue';
        font-size: 14px;
        text-align: left;
        color: var(--lochmara);
    }

    .mail-icon {
        content: "";
        width: 22px;
        height: 15px;
        display: inline-block;
        background: url('../images/mail-icon.png') no-repeat;
        background-size: contain;
    }

    .back {
        display: inline-block;
        font-size: 14px;
        font-family: 'Helveticaneue';
        padding-left: 10px;
    }

    .MFA-box {
        margin: 80px auto 20px;
    }


    /*animation css*/
    .animation-container {
        position: relative;
        padding-top: 71px;
        width: 100%;
        height: auto;
    }

    .animation-container .wave-text {
        color: var(--lochmara);
        font-weight: bold;
        position: absolute;
        left: 0;
        right: 0;
        width: 250px;
        margin: 0 auto;
        text-align: center;
        font-size: 26px;
        line-height: 1.2;
        font-style: italic;
        white-space: pre-line;
    }

    .animation-container svg {
        position: relative;
        top: 70px;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .animation-container #movingPoint {
        opacity: 0.85;
        filter: blur(0.55px) drop-shadow(-1px 1px 250px #FFF);
    }

    .dashboard-widgets {
        padding: 40px 20px;
        background: linear-gradient(79deg, #ffffff47 0%, #efefef87 80%);
        border-radius: 25px;
        margin: 10px 15px;
    }

    .ohne-widget-area .dashboard-widgets {
        padding: 20px 15px;
        margin: 0px 20px;
    }

    .widget-list {
        display: flex;
        align-items: center;
        background: linear-gradient(79deg, #FFF 0%, #EFEFEF 100%), #FFF;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
        border-radius: 80px;
        padding-right: 10px;
        padding-left: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 35px;
        opacity: 1;
        width: 100%;
        justify-content: flex-start;
        position: relative;
    }

    .widget-list:last-child {
        margin-bottom: 0px;
    }

    .widget-list.added-widget .widget-icon img {
        /* position: absolute; */
        /* left: 0; */
        /* top: 0; */
        /* width: 48px; */
    }

    .widget-list .widget-title {
        font-size: 14px;
        color: var(--lochmara);
        text-align: left;
        padding-left: 40px;
    }

    .widget-icon img {
        position: absolute;
        top: 12px;
        left: 14px;
        width: 25px;
    }

    .widget-addRemove img {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
    }

    .divCollapse.active .common-radius-box.small-radius-box {
        background: linear-gradient(259deg, #0088CE 0%, #2EB8FF 100%);
        transition: 1s linear;
    }

    .divCollapse.active .common-radius-box.small-radius-box h4 {
        color: var(--white);
    }

    .divCollapse.active .common-radius-box.small-radius-box img.plus-icon {
        filter: brightness(0) invert(1);
    }

    .impressum-and-datenschutz-common-box {
        background: linear-gradient(139deg, #FFF 24.02%, #EFEFEF 70.22%);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        border-radius: 25px;
        padding: 30px;
    }

    .impressum-section {
        margin-bottom: 35px;
        margin-top: 30px;
    }

    .datenschutz-section {
        margin-bottom: 70px;
    }

    .datenschutz-section p:last-child {
        font-family: 'HelveticaNeueMedium';
    }

    .impressum-and-datenschutz-body p,
    .impressum-and-datenschutz-body strong,
    .impressum-and-datenschutz-body li,
    .impressum-and-datenschutz-body a,
    .impressum-and-datenschutz-body u {
        color: var(--cello);
    }

    .impressum-and-datenschutz-body strong {
        font-family: 'HelveticaNeueBold';
        line-height: normal;
    }
    
    .page-id-788 .impressum-and-datenschutz-body strong {
        font-family: 'HELVETICANEUE';
        font-weight: bold;
    }

    .datenschutz-section .impressum-and-datenschutz-body strong {
        margin-bottom: -10px;
        display: block;
    }
    
    .impressum-and-datenschutz-body em {
        color: var(--cello);
    }

    .impressum-and-datenschutz-body p,
    .impressum-and-datenschutz-body li {
        line-height: 20px;
    }
    
    .page-id-788 .impressum-and-datenschutz-body p:first-of-type {
        /* Add your desired styles here */
        margin-bottom: 35px;
    }

    .impressum-and-datenschutz-body a {
        text-decoration: underline;
        word-break: break-all;
    }
    .favoritten-box .right-col-favo img {
        position: relative;
        top: 1px;
    }
    .favoritten-box span.course-topic-number {
        font-family: 'HelveticaNeueBold';
        color: var(--lochmara);
        margin-right: 5px;
    }
    .favoriteVideoSection {
        position: relative;
        padding: 25px;
        border-radius: 25px;
        overflow: hidden;
        margin-top: 32px;
        margin-bottom: 70px;
    }
    .favoriteVideoSection::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(79deg, #FFF 0%, #EFEFEF 100%);
        opacity: 0.7;
        z-index: -1;
    }
    .favoriteVideoSection::after {
        content: '';
        position: absolute;
        background-image: url(../images/favi-mobile-heart.svg);
        height: 64px;
        width: 340px;
        background-size: contain;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
    }
    .favoriteVideoSection h2 {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
    }
    .favoritten-box .right-bookmark {
        max-width: 54px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 8px 11px;
        border-radius: 35px;
        margin-left: 10px;
        display: inline-flex;
    }    
    .fav-head-img {
        width: 100%;
    }
    .left-col-favo{
        display: inline-flex;
        width: 100%;
    }
    .expand-collab-box-mob {
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
        will-change: box-shadow, filter;
        border-radius: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
    }
    .expand-collab-box-mob::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--Light-gradient, linear-gradient(79deg, #FFF 0%, #EFEFEF 100%));
        opacity: 0.5;
        z-index: -1;
        border-radius: 20px;
    }
    .stressmanagement-description-body {
        padding: 0px 25px;
        padding-bottom: 25px;
    }
    .stressmanagement-description-head {
        padding: 25px;
        position: relative;
        margin-bottom: 30px;
    }
    .stressmanagement-box .title-showMoreicon-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 10px;
        background: linear-gradient(139deg, #FFF 24.02%, #EFEFEF 70.22%);
        border-radius: 0px 0px 20px 20px;
    }
    .stressmanagement-box .title-showMoreicon-container h4 {
        margin: 0px;
        margin-left: 10px;
        color: var(--lochmara);
        font-size: 14px;
        font-family: 'HelveticaNeueBold';
    }
    .stressmanagement-box>img {
        width: 100%;
        border-radius: 20px 20px 0px 0px;
    }
    .expand-collab-box-mob .showMoreIcon {
        position: absolute;
        right: 25px;
    }
    .stressmanagement-bookmark-btn {
        position: absolute;
        top: -5px;
        left: 30px;
    }
    .stressmanagement-description-body p {
        color: var(--cello);
        text-align: left !important;
    }
    .stressmanagement-description-body strong {
        color: var(--lochmara);
        display: block;
    }
    .stressmanagement-description .stressmanagement-description-head p {
        color: var(--fresheggplant);
        padding-right: 40px;
        line-height: 20px;
    }
    .stressmanagement-description-head h5.commonH5 {
        margin-bottom: 30px;
    }
    .stressmanagement-description .stressmanagement-description-head::before {
        content: '';
        position: absolute;
        background-image: url(../images/heartline-mobilebox.svg);
        width: 100%;
        height: 88px;
        background-size: contain;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        bottom: 5px;
        background-position: right;
    }
    .stressmanagement-box.expanded .title-showMoreicon-container {
        background: var(--Blue-Gradient, linear-gradient(259deg, #0088CE 0%, #2EB8FF 100%));
        border-radius: 0px 0px 20px 20px;
    }
    .stressmanagement-box.expanded .showMoreIcon {
        position: unset;
        right: unset;
        margin: 0 !important;
    }
    .mobile-course-box-bookmark-btn {
        position: absolute;
        top: -5px;
        left: 30px;
    }
    .course-box {
        overflow: unset;
    }
    
    .modal-body {
        height: 335px;
    }
    
    a.logoutheadbtn {
        background-color: var(--fresheggplant);
        color: var(--white);
        padding: 12px 20px;
        border-radius: 30px;
        z-index: 1;
        right: 15px;
        top: -45px;
    }
    a.logoutheadbtn:hover {
        color: var(--white);
    }
    .page-template-dashboard-ohne-anmeldung section.background-container.common-bg.loggedIn-bg .container {
        padding-top: 55px !important;
        position: relative;
    }
    .page-template-dashboard-ohne-anmeldung section.background-container.common-bg.loggedIn-bg .container::after {
        background: linear-gradient(360deg, rgba(255, 255, 255, 0) 1.57%, #FFF 29.67%);
        content: '';
        position: absolute;
        height: 85px;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        z-index: 11;
    }
    .regBtnDiv {
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 111;
    }
    .dashboard-header.dashboard-ohne-header {
        z-index: -1;
    }
    
    .desktop-Takeaway-mainbox .desktop-topics-area {
        padding: 50px !important;
        }
  .page-template-dashboard-neu-anmeldung .common-radius-box.small-radius-box.white-radius img {
    height: 40px !important;
}
 .page-template-dashboard-neu-anmeldung .common-radius-box.small-radius-box.white-radius .edit-widgetBtn img {
    height: auto !important;
}
.page-template-dashboard-neu-anmeldung section.loggedIn-bg {
        background: url(../images/background-gradient.png) no-repeat bottom center;
    }
.page-template-dashboard-neu-anmeldung section.loggedIn-bg .dashboard-header {
        padding-bottom: 250px;
        z-index: unset;
    }
.page-template-dashboard-neu-anmeldung .row.dashboard-neu-overlap {
    margin-top: -230px;
    margin-bottom: 25px;
}    
}
@media only screen and (max-width: 400px) {
    .text-content.blue-text-center {
        padding-top: 5px;
    }
}
/*Media Query 767 end don't touch here*/

/*Media Query*/
@media only screen and (min-width: 768px) {

    .ohne-bild-centered-div {
        display: flex;
        align-items: center;
    }

    .ohne-bild-centered-div h1 {
        color: var(--white);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        text-shadow: 0px 8.488px 36.922px rgba(1, 77, 116, 0.16);
        font-family: 'Helvetica-BoldOblique';
        font-size: 4vw;
        font-style: normal;
        font-weight: 700;
    }

    /*mit-bild-page css*/

    .mit-build-top-img {
        width: 100%;
        float: left;
        position: relative;
    }


    .mit-build-top-img img {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .mit-build-middle-text {
        text-align: center;
        padding: 50px 0 100px 0;
        position: absolute;
        bottom: 0;
        top: 0;
        margin: auto;
        display: flex;
        left: 0px;
        right: 0px;
    }
    .mit-build-middle-text h2 {
        color: #FFF;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        text-shadow: 0px 6.145px 26.73px rgba(1, 77, 116, 0.16);
        font-family: 'Helvetica-BoldOblique';
        font-size: 4vw;
        font-style: normal;
        font-weight: 700;
        width: 65%;
        margin: auto;
    }
    
}

@media only screen and (min-width: 925px) {
    a.loginBtnHead.logoutheadbtn {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 924px) {
    a.logoutheadbtn {
        padding: 10px 15px;
    }   
    a.loginBtnHead.logoutheadbtn {
        margin-right: 5px;
    }
}


@media only screen and (max-width: 900px) {
    .header-desktopcontainer {
        padding: 0 5px;
    }  
    .header-desktopcontainer .col-auto, .header-desktopcontainer .col {
        padding: 0px 5px;
    }
    .desktop-navigation li a, a.logoutheadbtn {
        font-size: 14px;
    }
    .desktop-navigation li {
        margin-right: 20px;
    }
}


@media (min-width: 901px) and (max-width: 1100px) {
    .desktop-navigation li a, a.logoutheadbtn {
        font-size: 15px;
    }      
    .desktop-navigation li {
        margin-right: 25px;
    }
}

@media (min-width: 768px) and (max-width: 787px) {
    .pagetitle-component.pagetitle-component-with-sideImg::before {
        background-position: right -135% center !important;
        border-radius: 20px;
    }
}

@media (min-width: 788px) and (max-width: 991px) {
    .pagetitle-component.pagetitle-component-with-sideImg::before {
        background-position: right 0 center !important;
        border-radius: 20px;
    }

}

@media (min-width: 788px) and (max-width: 819px) {
    .pagetitle-component.pagetitle-component-with-sideImg::before {
        background-position: right -170px center !important;
        border-radius: 20px;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    .ohne-widget-area .col-right-gap {
        padding-right: 15px;
    }

    .ohne-widget-area .col-left-gap {
        padding-left: 15px;
    }

    h1.desktop-commonH1 {
        font-size: 29px !important;
    }

    .pagetitleSubheading {
        font-size: 17px !important;
    }

    .dashboard-widgets {
        margin-bottom: 30px;
    }
    
    .page-title-description-inner .img-fluid {
        width: 50px !important;
    }
     section.desktop-background-container.bottomleftFlowershow::after {
        bottom: -347px;
        background-size: 400px;
    }
    section.desktop-background-container.toprightFlowershow::before {
        width: 235px;
        top: 15%;
        background-size: 235px;
    }

}

@media (min-width: 820px) and (max-width: 1020px) {
.desktop-collap-expand-page-box.expanded .desktop-page-thumbnial {
   height: 240px;
}
   .desktop-collap-expand-page-box.expanded .desktop-page-thumbnial img {
    object-fit: fill;
}
.pagetitle-component.pagetitle-component-with-sideImg{
    padding: 23px 25px;
}
}
@media (min-width: 992px) and (max-width: 1366px) {
    .widget-column {
        /*padding: 15px 30px;*/
    }

    .ohne-widget-area .dashboard-widgets {
        padding: 35px 40px;
        margin: 0px 25px;
    }

    .dashboard-widgets .widget-list {
        margin-bottom: 25px;
    }

    .ohne-widget-area .dashboard-widgets .widget-list.added-widget .widget-icon img {
        left: 0;
    }
     section.desktop-background-container.bottomleftFlowershow::after {
        bottom: -347px;
        background-size: 400px;
    }
    section.desktop-background-container.toprightFlowershow::before {
        width: 235px;
        top:15%;
        background-size: 235px;
    }

}


@media (min-width: 768px) and (max-width: 980px) {
    .home-icon img {
        width: 30px;
    }

    .header-desktopcontainer .col-auto.me-5 {
        margin-right: 0 !important;
    }

    a.settings-icon img,
    a.logout-icon img {
        width: 30px;
    }

    a.profile-icon img {
        width: 30px;
    }

    .setting-section {
        column-count: 1;
    }

    .desktop-page-box .desktop-page-thumbnial.col-auto.p-0 {
        width: 30%;
        vertical-align: middle;
        object-fit: fill;
        object-position: center;
        /*transform: scaleY(1.57);*/
    }

    .desktop-page-box .desktop-page-title-description {
        padding: 10px 10px 10px 35px;
    }

    .desktop-page-box .readMoreBtn {
        padding: 0px 20px;
    }
       h1.desktop-commonH1 {
        font-size: 29px !important;
    }
}

@media (min-width: 981px) and (max-width: 1024px) {

/*    .desktop-navigation li {
        margin-right: 25px;
    }

    .desktop-navigation li a {
        font-size: 17px;
    }*/

    .header-desktopcontainer .col-auto.me-5 {
        margin-right: 0 !important;
    }

    a.settings-icon img {
        width: 30px;
    }

    a.profile-icon {
        margin: 0 10px;
    }

    a.profile-icon img {
        width: 30px;
    }

    .desktop-page-box .desktop-page-thumbnial.col-auto.p-0 {
        width: 30%;
        vertical-align: middle;
    }

    .desktop-page-box .desktop-page-title-description {
        padding: 10px 10px 10px 40px;
    }

    .desktop-page-box .readMoreBtn {
        padding: 0px 20px;
    }
    
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .desktop-navigation li {
        margin-right: 30px;
    }

/*    .desktop-navigation li a {
        font-size: 17px;
    }*/

    .header-desktopcontainer .col-auto.me-5 {
        margin-right: 0 !important;
    }

    a.settings-icon img {
        width: 40px;
    }

    a.profile-icon {
        margin: 0 15px;
    }

    a.profile-icon img {
        width: 40px;
    }

    .desktop-page-box .desktop-page-thumbnial.col-auto.p-0 {
        width: 30%;
        vertical-align: middle;
    }

    .desktop-page-box .desktop-page-title-description {
        padding: 10px 10px 10px 40px;
    }

    .desktop-page-box .readMoreBtn {
        padding: 0px 20px;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {

    .home-icon img {
        width: 40px;
    }

    .desktop-navigation li {
        margin-right: 40px;
    }

    .desktop-navigation li a {
        font-size: 17px;
    }

    .header-desktopcontainer .col-auto.me-5 {
        margin-right: 0 !important;
    }

    a.settings-icon img {
        width: 40px;
    }

    a.profile-icon {
        margin: 0 15px;
    }

    a.profile-icon img {
        width: 40px;
    }

    .desktop-page-box .desktop-page-thumbnial.col-auto.p-0 {
        width: 30%;
        vertical-align: middle;
    }

    .desktop-page-box .desktop-page-title-description {
        padding: 10px 10px 10px 40px;
    }

    .desktop-page-box .readMoreBtn {
        padding: 0px 20px;
    }
}


@media only screen and (min-width: 1406px) {
    .video-playbtn-and-timeduration a {
        display: block;
    }
    .video-playbtn-and-timeduration.text-center {
        min-width: 160px;
    }    
}

@media (min-width: 768px) and (max-width: 1405px) {

    .desktop-course-box-head {
        align-items: center;
    }

    h2.desktop-commonH2 {
        font-size: 25px;
    }

    .page-title-description-inner .img-fluid{
        width: 60px;
    }
    
    .course-subheading {
        font-size: 20px;
        max-width: 100%;
    }

    .desktop-course-title-description {
        position: relative;
        padding: 15px;
        width: 100%;

    }

    .desktop-course-topicStatus {
        right: 5px;
        top: 5px;
    }

    .desktop-course-bookmark-btn {
        /*right: 0;*/
        /*top: 0;*/
    }

    .desktop-course-bookmark-btn img {
        width: 35px;
    }

    .desktop-course-topic-list .col-9 {
        padding: 10px 18px !important;
    }
    .video-playbtn-and-timeduration a {
        display: block;
    }
    .video-playbtn-and-timeduration.text-center {
        min-width: 125px;
    }
    .video-status-icon {
        margin-right: auto;
    }

    .video-status-icon img {
        width: 38px;
    }

    .desktop-course-topic-list .text-content {
        margin-left: 70px;
        margin-right: 25px;
    }

    /*.desktop-course-topic-list .text-content h3.desktop-commonH2 {*/
    /*    font-size: 18px;*/
    /*}*/

    /*.text-content .topic-list-description {*/
    /*    font-size: 18px;*/
    /*}*/

    .video-playbtn-and-timeduration span {
        font-size: 16px;
    }

    .requirement-gradient {
        background: var(--Linear, linear-gradient(219deg, #8EE0F9 16.06%, #F5EFFF 72.5%));
    }

    .back-and-next-coursebtn .common-backbtn {
        padding: 15px 25px;
    }


    .desktop-topic-box.Topicexpanded .desktop-topicStatus {
        right: 5%;
    }

    .desktop-topic-box .desktop-topics-area {
        padding: 40px;
    }

    .desktop-Takeaway-box-head.text-center h2 {
        margin-bottom: 0 !important;
    }

    .ohne-widget-area .widget-column .text-content {
        margin-left: 21px;
        z-index: 3;
    }
    
    .text-start{
        text-align: center !important;
    }
}




@media only screen and (min-width: 768px) {
    .page-template-meinedailyaffirmation .mit-build-middle-text {
        padding: unset;
    }
    
    .contact-gegeven{
        font-size: 16px;
    }
    
}

/*@media only screen and (max-width: 767px) {*/
    
/*        .desktop-Takeaway-mainbox .desktop-topics-area {*/
/*        padding: 50px;*/
/*        }*/
    
    /*.desktop-Takeaway-contentbox: */
/*}*/
