@charset "UTF-8";

#tx_cookies_showPermanent {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1040; /* higher than z-index of Bootstrap header */
}
#tx_cookies_inner {
    position: relative;
    background: #eee;
    padding: 10px;
}
#tx_cookies h3 {
    margin: 0;
}
#tx_cookies p {
    margin: 0;
}
#tx_cookies input[type="checkbox"] {
    float: left;
    margin-right: 3px;
}
#tx_cookies button,
#tx_cookies input[type="submit"] {
    border: 0;
    background: #aaa;
    cursor: pointer;
    padding: 2px;
    color: #000;
}
#tx_cookies #tx_cookies_close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

/** LMS3 Menu **/

#lms3menu ul li ul.active {
    display: block;
}

#lms3progress .progress {
    margin: 2px 10px 0 10px;
}

#page-header {
    margin-bottom: 0;
}
.nav2 ul {
    border-top: none;
}
.nav2 li a {
    display: inline-block;
    border-bottom: none;
}

#lms3coupon .alert-danger p {
    color: white;
}

#page-content .ctaContent {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#page-content .ctaContent .ctaText{
    max-width: 300px;
    background: #fff;
    padding: 20px;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid;
}
#page-content .ctaContent .link {
    display: flex;
    justify-content: space-between;
}
#page-content .ctaContent .fixedCtaRight {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin: 0;
    background: #920000;
    border-color: #920000;
    margin-top: 10px;
}
.lms-academy header#page-header {
    position: relative;
    z-index: 1;
}
#page-content .ctaContent .fixedCtaRight:hover { background: #fff; color: #920000 !important; }


/* frame custom changes */

.frame-inner .textmedia {
    align-items: center; 
}

strong a  {
    font-weight: 700;
}

.h5p-interactive-video .h5p-image-interaction>.h5p-interaction-button:before, 
.h5p-interactive-video .h5p-link-interaction>.h5p-interaction-button:before, 
.h5p-interactive-video .h5p-table-interaction>.h5p-interaction-button:before, 
.h5p-interactive-video .h5p-text-interaction>.h5p-interaction-button:before {
    content: "Zur Kontrollfrage >>";
    font-family: sans-serif;
}

.h5p-interactive-video .h5p-interaction-button {
    padding: 10px;
    border-radius: 10px;
    width: max-content;
}


@media only screen and (max-width: 600px) {
    .frame-type-mask_infobox header > *,
    .text-center,
    .lms-academy .textmedia-item.textmedia-text p, 
    .lms-academy .textmedia-item.textmedia-text header, 
    .lms-academy .textmedia-item.textmedia-text h2,
    .textmedia-item.textmedia-text {
        text-align: left !important;
    }
    .frame-type-mask_infobox header > *::after,
    .lms-academy .textmedia-item.textmedia-text h2:after {
        left: 0;
        right: auto;
    }
    .lms-academy .textmedia-item.textmedia-text h2:after {
        left: 0 !important;
        transform: none !important;
    }
}