.ncore.ncore_user_form_container.digimember_login.dm_signin_form_container.ncore_with_wp_login.ncore_without_fp_login {
    padding: 20px;
}

.dm-btn-icon[data-title] .dm-tooltip-bubble,
.dm-tooltip-container .dm-tooltip-bubble {
    color: #000 !important;
}

.helpbutton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 75px;
    height: 75px;
    z-index: 500000;
}

.news {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.helpbutton:hover {
    width: 100px;
    height: 100px;
}

.digimember_lecture_progress div {
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
}

.digimember_lecture_progress {
    height: 40px;
    padding: 0 !important;
    line-height: 40px;
}

.statusbar-container {
    color: #000;
}

.status-bar .bar {
    height: 20px;
    background-color: #ff0000;
}

.statusbar-container .status-bar {
    width: 100%;
    border: solid 1px #000;
}

.acc .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    position: relative;
    padding: 18px 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.chapter-title p {
    font-size: 14px;
}

li.notCurrent a p {
    color: #000;
}

.acc .active,
.acc .accordion:hover {
    background-color: #ccc;
}

p.broInfo {
    margin: 10px;
    background: #eee;
    padding: 20px;
    padding-bottom: 20px !important;
    line-height: 30px;
    border-radius: 10px;
    font-size: 20px;
}



.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.acc .accordion:after {
    content: '\02795';
    font-size: 10px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion {
    display: grid;
    grid-template-columns: 10% 60% 20% 10%;
}

.acc .active:after {
    content: "\2796";
}

.button a {
    width: 100%;
    font-size: 100%;
    outline: 0;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

p.tag_right-top {
    right: 20px;
    top: 20px;
}

p.tag_left-top {
    left: 20px;
    top: 20px;
}

p.tag_left-bottom {
    left: 20px;
    bottom: 20px;
}

p.tag_right-bottom {
    right: 20px;
    bottom: 20px;
}

p.price_tag {
    position: absolute;
    font-weight: bold;
    line-height: 30px;
    border: 2px dashed #fff;
    border-radius: 10px;
    padding-bottom: 0;
    animation: popout 1s ease;
    -webkit-animation: popout 1s ease;
}

@keyframes popout {
    from {
        transform: scale(0)
    }

    80% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes popout {
    from {
        -webkit-transform: scale(0)
    }

    80% {
        -webkit-transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1)
    }
}

a.button {
    appearance: button;
    padding: 10px;
    margin-top: 10px;
    /* TODO: width: 50%; */
}

.element-invisible {
    display: none;
}

.line li {
    position: relative;
    text-align: left;
    list-style: none;
    line-height: 30px;
}

.line span {
    float: left;
}

.line .title {
    text-align: left;
}

span.dsm_icon_list_icon {
    line-height: unset !important;
    font-size: 20px !important;
    padding-right: 5px;
}

.finish span {
    color: #fff;
}

p.productname {
    text-align: center;
    font-size: 20px;

}

p.short_description {
    padding: 0 10px 10px 10px !important;
    font-size: 80%;
    line-height: 1;
}

p.productname a {
    color: #000;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.products {
    display: grid;
    grid-gap: 10px;
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
}

.show_product {
    position: relative;
    margin: 10px;
}

a.button.productButton.product_mobil {
    margin-left: 10px;
}

.flip-card-front img {
    margin-top: 20px;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 220px;
    perspective: 1000px;
    min-height: fit-content;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    color: #000;
    padding: 10px;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    grid-auto-rows: 100%;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}

#bro-review-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
}

#bro-review-form label {
    display: block;
    margin-bottom: 5px;
}

#bro-review-form input[type="text"],
#bro-review-form input[type="email"] {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#bro-review-form select {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#bro-review-form textarea {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    min-height: 150px;
    resize: vertical;
}

#bro-review-form input[type="checkbox"] {
    margin-right: 10px;
}

#bro-review-form input[type="submit"] {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#bro-review-form input[type="submit"]:hover {
    background-color: #3f3f3f;
}

.rating {
    display: inline-flex;
    direction: rtl;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.rating label.starlabel {
    margin-left: 20px;
}

.rating input {
    display: none;
}

.rating label {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    background: none;
    color: #dadada;
    transition: color 0.2s;
    position: relative;
}

.rating label:before {
    content: "★";
    position: absolute;
    margin-right: -20px;
}

.rating label:hover {
    color: #ff9f00;
}

.rating label:hover~label {
    color: #ff9f00;
}

.rating input:checked~label {
    color: #ff9f00;
}

/* Circle Process Bar */
@keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

.courseprocess {
    padding: 10px;
    border-radius: 10px;
    text-align: -webkit-center;
}

.courseprocess a {
    color: #000 !important;
}

.courseprocess p {
    text-align: center;
}

.courseprocess .coursetitle {
    font-size: 120%;
    padding-top: 10px;
    padding-bottom: 0;
}

.bro_menu_course {
    width: 20%;
}

.course_container h3 {
    font-weight: 700;
    font-size: 30px;
    margin: 20px 0;
}

.courseprocess a {
    color: #000 !important;
}

.courseprocess p {
    text-align: center;
}

.courseprocess .coursetitle {
    font-size: 120%;
    padding-top: 10px;
    padding-bottom: 0;
}

div[role="progressbar"] {
    --size: 10rem;
    --fg: #c1927d;
    --bg: #d0c3bc;
    --co: #fff;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side,
            white 90%,
            transparent 0 99.9%,
            white 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
}

/* Tabs */

.tabs .single-tab {
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.tab_content .tabs_item {
    display: none;
}

.tab_content .tabs_item:first-child,
.et-fb-root-ancestor .tab_content .tabs_item {
    display: block;
}

.features-overview {

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kh-feature-text h2 {
    margin-bottom: 10px;
}

.kh-feature-text span {
    /* You can replace color for Small Title here */
    color: #4ee2c1;
    text-transform: uppercase;
    font-size: 14px;
}

.kh-feature-text ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.kh-feature-text ul li {
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    background-color: #f9f9f9;
    /* Replace background color for features list item here */
    border-radius: 5px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.kh-feature-text ul li span {
    display: block;
    color: #292929;
    /* Replace font color for features list item here */
    text-transform: inherit;
    padding: 12px 12px 10px 45px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;
}

.kh-feature-text ul li span:before {
    content: "\e052";
    /* Replace icon for features list item here */
    color: #99eedb;
    /* Replace icon color for features list item here */
    display: block;
    position: absolute;
    left: 13px;
    font-size: 20px;
    line-height: 47px;
    top: 0;
}

.kh-feature-text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #99eedb;
    /* Replace background color for features list's hover state item here */
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.kh-feature-text ul li:hover:before {
    width: 100%;
    z-index: 1;
}

.kh-feature-text ul li:hover span,
.kh-feature-text ul li:hover span:before {
    color: #292929;
    /* Replace font color for features list's hover state item here */
}

.pixelmate-general-banner {
    cursor: pointer;
}

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

/* Formular-Container */
.wpcf7-form.sent {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}

/* Eingabefelder */
.wpcf7-form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 4px;
    background-color: #f2f2f2;
    font-size: 16px;
    height: 40px;
}

/* Button */
.wpcf7-submit {
    cursor: pointer;
    animation: buttonScale 2s infinite alternate;
}

@keyframes buttonScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}


/* Ausgabe nach dem Absenden */
.wpcf7-response-output {
    margin-top: 15px;
    font-size: 14px;
    color: #888;
}

span.wpcf7-form-control.wpcf7-acceptance {
    background-color: #fff;
}

span.wpcf7-form-control.wpcf7-acceptance span {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    div.categories {
        grid-template-columns: 49% 49%;
    }

    .overview_chapter {
        display: block;
    }

    .course_overview {
        width: 50%;
    }

    .bro_menu_course {
        width: 25% !important;
    }

    div.courseOverview {
        grid-template-columns: 49% 49%;
    }

    p.price_tag {
        font-size: 14px !important;
    }

    p.tag_right-top {
        top: 10px;
        right: 10px;
    }
}

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

    /* If you add clas "text-left" to columns in feature content, image and text will be flipped on mobile. */
    .kh-feature-content.text-left {
        order: 2;
    }

    p.short_description {
        font-size: 12px;
    }

    .pixelmate-general-notice {
        font-size: 12px !important;
    }

    .pixelmate-general-banner {
        max-width: 90vw;
        overflow-y: scroll;
        height: 90vh;
    }

    .kh-feature-image.text-left {
        order: 1;
        padding-bottom: 35px;
    }

    .kh-feature-text ul li {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .et_pb_gutters1 .et_pb_column_1_4,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_4,
    .bro_menu_course {
        width: 100% !important;
    }

    .products {
        display: block;
    }

    .flip-card {
        width: 100%;
        height: max-content;
        min-height: fit-content;
    }

    a.button {
        margin-bottom: 10px;
    }

    p.short_description {
        font-size: 100%;
    }

    .flip-card-back {
        transform: none;
        display: unset;
        height: fit-content;
        border: unset;
        border-top: none;
        padding: 0;
    }

    .flip-card-inner {
        box-shadow: none;
    }

    .flip-card-inner,
    .flip-card-front,
    .flip-card-back {
        position: unset;
    }

    .flip-card:hover .flip-card-inner {
        transform: none;
    }

    .products {
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr;
    }

    .show_product {
        border: 1px solid #dadada;
        margin-bottom: 20px;
    }
}

.et_pb_post_content_0_tb_body {
    width: 100% !important;
}

.course_links {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
}



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

    .course_overview {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .course_container h3 {
        text-align: center;

    }

    .course {
        display: block !important;
    }

    .chapter {
        width: 100% !important;
    }

    div.categories {
        grid-template-columns: 100%;
        gap: unset;
    }

    .course_overview {
        margin: 0 25%;
    }

    .course_overview {
        float: none !important;
        margin: 0;
    }

    div.courseOverview {
        grid-template-columns: 100%;
        gap: 0;
    }
}

span.chapter-box {
    background: #EB0404;
    color: white;
    padding: 5px;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    right: 10px;
    font-size: 16px;
    text-align: center;
}

div#instagram {
    padding: 20px;
    border: 1px solid #dadada;
    border-radius: 10px;
}

.chapter {
    position: relative;
    margin-bottom: 25px;
}

.chapter {
    width: 32%;
    text-align: center;
    margin-bottom: 20px;
}

.chapter .chapterbutton {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}

.chapter ul {
    width: 100%;
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.5em !important;
}

.chapter-title-hr {
    border-top: 1px solid;
}

div[id^="notShow"] {
    display: block;
}

input[type="checkbox"] {
    filter: grayscale(100%);
}

/* div.ncore_user_form_container.ncore_with_wp_login{
      max-width: unset !important;
      width: unset !important;
  } */

.loginarea {
    width: unset !important;
}

p.digimeber_content_locked {
    margin-top: 50px;
    display: none;
}

.course {
    display: flex;
    width: 100%;
}

.courseprocess_overview {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

@media only screen and (max-width: 425px) {
    div.ncore_user_form_container.ncore_with_wp_login {
        max-width: 380px !important;
    }

    .course_overview {
        margin: 0 15%;
    }
}

@media only screen and (max-width: 400px) {
    div.ncore_user_form_container.ncore_with_wp_login {
        max-width: fit-content !important;
    }
}

.logged-out .dashboard-button,
.logged-out .next-lession-button,
.logged-out .lession-button {
    display: none !important;
}

.review {
    margin-top: 50px;
    font-size: 24px;
    background: #dadada;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.testzone h3 {
    font-size: 22px !important;
    padding-bottom: 5px;
}

/* 
.course_container {
    display: flex;
} */

.dm_exam_selected {
    background-color: #dadada52 !important;
    border: 0 !important;
}

input.dm_exam_answer_radio {
    accent-color: #ba5b2f;
}

.logged-out .dashboard {
    display: none;
}

.et_pb_column .et_pb_widget:has(.blog-footer),
.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:has(.blog-footer) {
    width: 100%;
    margin: 0 15px 30px 15px;
}

div#ncore_footer {
    display: none;
}

@media (max-width: 980px) {

    .et_non_fixed_nav.et_transparent_nav #main-header,
    .et_non_fixed_nav.et_transparent_nav #top-header,
    .et_fixed_nav #main-header,
    .et_fixed_nav #top-header {
        position: fixed !important;
    }

    .bro_menu_course {
        width: 100% !important;
    }
}

a.et_pb_button.et_hover_enabled {
    margin-right: 10px;
}

.buttonList {
    margin: 10px 0;
}

.buttonDates {
    float: left;
    margin-bottom: 20px;
}

.courseOverview {
    display: grid;
    grid-template-columns: 32.5% 32.5% 32.5%;
    gap: 1%;
}

p.courseTitle {
    font-size: 19px;
    margin-top: 5px;
    text-transform: uppercase;
}

p.courseType {
    margin-bottom: 25px;
}

p.courseStart,
p.coursePrice {
    padding-bottom: 5px;
}

.show_product_start {
    font-size: 20px;
}

.categories {
    display: grid;
    grid-template-columns: repeat(4, 24%);
    gap: 1%;
    text-align: center;
}

.header_table {
    border-radius: 10px 10px 0 0;
    border-bottom: solid 1px #000;
    background: #B25B33;
    color: #fff;
    padding: 10px 0;
}

.price_column {
    border: solid 1px #000;
    border-radius: 10px 10px 0 0;
}

#serviceContainer {
    display: flex;
}

.price_column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid;
    margin: 10px;
    min-height: 200px;
    border-radius: 10px;
}

.price_column .wp-block-buttons {
    margin-top: 0;
    text-align: center;
    /* margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px; */
}

.price_trenner,
.price_column .price {
    margin-top: auto;
}

p.p_middle {
    margin-left: 20px;
    margin-right: 20px;
}

ul#price_list,
.price_column .p_top {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.price_column .wp-block-button .wp-block-button__link {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0;
}

.serviceSelected {
    border: #eb0404 solid 2px;
}

.forminator-response-message.forminator-error {
    display: none;
}