@font-face {
    font-family: 'kaercher-narrow';
    src: url(/assets/fonts/kaercher/ClanPro-NarrBlack.otf);
}

@font-face {
    font-family: 'kaercher-narrow-bold';
    src: url(/assets/fonts/kaercher/ClanPro-NarrBlack.otf);
}

@font-face {
    font-family: 'kaercher-narrow-medium';
    src: url(/assets/fonts/kaercher/ClanPro-NarrMedium.otf);
}

@font-face {
    font-family: 'kaercher-pro-medium';
    src: url(/assets/fonts/kaercher/ClanPro-Medium.otf);
}

@font-face {
    font-family: 'kaercher-pro-news';
    src: url(/assets/fonts/kaercher/ClanPro-News.otf);
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'kaercher-pro-news', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    background-color: #fff;
    height: 100%;
    padding-top: 0%;
}

.page-header {
    font-family: 'kaercher-narrow-bold', Arial, sans-serif;
    background-color: #ffed00;
    padding-left: 15px;
    text-transform: uppercase;
}

.content-container-login {
    background-color: #ffed00;
    padding: 0 60px 20px 60px;
}

@media screen and (min-width: 768px) {
    .modal-large {
        width: 80vw;
    }
}

.login-header {
    max-height: 15%;
}

.logo-head {
    margin-top: 5%;
    max-width: 11%;
}

.headerImage {
    width: 100%;
}

.footerImage {
    width: 100%;
}

.footer-logo {
    margin-top: 3%;
    width: 35%;
}

.infoFooter {
    background-color: rgb(228, 226, 227);
    padding-top: 2%;
}

.spacer {
    font-size: 3pt;
    background-color: rgb(255, 255, 255);
}

.headerBreadcrumb {
    background-color: rgb(58, 62, 65);
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    font-size: 10pt;
}

@media screen and (max-width: 768px) {
    .teaserStripeRight {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .teaserStripeRight {
        text-align: right;
    }
}

.registration-steps li:not(.active) {
    color: rgb(255, 255, 255);
}

.registration-steps li .label {
    width: 10px;
    max-width: 10px;
    display: inline-block;
    vertical-align: text-top;
    padding: .2em 1em .3em;
}

.footerNavigation {
    background-color: white;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    border: 2px solid #ffed00;
    margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
    .footerNavigationRight {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .footerNavigationRight {
        text-align: right;
    }
}

.attention {
    font-style: italic;
    font-weight: bold;
    color: rgb(255, 0, 0);
}

.text-sm {
    font-size: 9pt;
}

a {
    color: rgb(58, 62, 65);
    font-weight: 500;
    text-decoration: none;
}

.footer_links {
    cursor: pointer;
}

h1, .h1 {
    font-size: 150%;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 6px;
    margin-bottom: 0.2em;
    color: rgb(58, 62, 65);
}

h2, .h2 {
    font-size: 130%;
    width: 100%;
    color: rgb(58, 62, 65);
    display: inline-block;
}


h3, .h3 {
    font-size: 110%;
    padding: 0;
    width: 100%;
    color: rgb(58, 62, 65);
    display: inline-block;
}

.panel-heading h3 {
    margin: 0;
}

.btn-primary {
    color: #444;
    background-color: transparent;
    border: 1px solid #444;
    text-shadow: 0 0px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .15), 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, .15), 0 0px 0px rgba(0, 0, 0, .075);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #ffed00 !important;
    color: #000 !important;
    border-color: #ffed00 !important;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 2px solid #444;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 110%;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 1%;
    padding: 14px 30px;
    text-align: center;
    vertical-align: middle;
    white-space: normal !important;
    color: #444;
}

.btn:not(.btn-raised).btn-primary, .input-group-btn .btn:not(.btn-raised).btn-primary {
    color: #444;
}

.btn > a {
    word-break: normal !important;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-full-width {
    width: 100%;
}

.btn-start-page {
    background-color: black !important;
    color: white !important;
    border-color: white;
}

.btn-start-page:hover {
    background-color: white !important;
    color: black !important;
    border-color: black !important;
}

.discount-code-validation-workshop {
    color: rgb(58, 62, 65) !important;
}

.discount-code-validation-workshop:hover {
    cursor: pointer;
}

.inactive {
    background-color: rgb(150, 150, 156);
    border-color: rgb(150, 150, 156);
    color: rgb(255, 255, 255);
}

.inactive:hover, .inactive:focus, .inactive:active {
    background-color: rgb(150, 150, 156);
    border-color: rgb(150, 150, 156);
    color: rgb(255, 255, 255);
}


.label-blog-post {
    display: inline;
    padding: 1.0em 1.0em 1.0em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: rgb(58, 62, 65);
}

.label-blog-post:hover {
    cursor: pointer;
}

.btn-unpaid-invoice {
    background-color: rgb(255, 0, 0);
}

.bold {
    font-weight: bold;
}

.underline {
    border-bottom: 1px solid #333333;
}

.alert-info, .alert-danger, .alert-warning, .alert-success {
    color: rgb(68, 68, 68);
}

.alert.alert-warning {
    background-color: rgb(255, 87, 34);
    color: rgb(68, 68, 68);
}

.alert.alert-success {
    color: rgb(68, 68, 68);
}

.action-fa {
    margin-right: 20px;
}

.action-fa:hover {
    cursor: pointer;
}

.action-fa-red {
    color: rgb(255, 0, 0) !important;
}

.action-fa-red:hover {
    cursor: pointer;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover, .tooltip-inner {
    color: #444;
    line-height: 1em;
    background: #fff;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.popover .arrow, .tooltip .arrow, .popover .tooltip-arrow, .tooltip .tooltip-arrow {
    display: block;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    min-width: 250px;
    max-width: 500px;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.red {
    color: rgb(255, 0, 0);
}

.red:hover {
    cursor: pointer;
}

.no-margin {
    margin: 0 0 0 0;
}

.badge-top-left {
    position: relative;
    top: -20px;
    left: -15px;
}

.cc-theme-edgeless.cc-window {
    padding: 12px;
}


@media screen and (max-width: 768px) {
    .btn.btn-primary {
        width: 100%;
    }
}

.summary-table {
    margin-bottom: 0px;
}

.form-control + .dropdown-menu {
    display: block;
}

.form-group.is-focused .form-control {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffed00), to(#ffed00)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#ffed00, #ffed00), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#ffed00, #ffed00), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#ffed00, #ffed00), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #ffed00;
}

.form-group-sm .form-control {
    height: 24px;
    padding: 3px 0;
    font-size: 14px;
    line-height: 1.5;
}

.has-error {
    background: rgba(255, 102, 0, 0.35);
}

.form-group-checkbox {
    margin: 0;
}

.radio, .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
    font-size: 14px;
    line-height: 1.42857143;
    color: #5a5a5a;
    font-weight: 400;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: #ffed00;
    border-color: #ffed00;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: #ffed00;
    border-color: #ffed00;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #ffed00;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}

.checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check {

    width: 19px;
    height: 19px;

}

.checkbox input[type=checkbox]:checked + .checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: #ffed00;
    border-color: #ffed00;
}

/*.radio label, label.radio-inline {
     padding-left: 20px;
}*/

.radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle {
    border-color: #ffed00;
}

.radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check {
    background-color: #ffed00;
}

.checkbox label, .radio label, label {
    color: #5a5a5a;
    font-weight: 400;
}


.form-group.form-group-sm .checkbox label, .form-group.form-group-sm .radio label, .form-group.form-group-sm label {
    font-size: 14px;
    line-height: 1.5;
    color: #5a5a5a;;
    font-weight: 400;
}

.dropdownjs::after {
    right: 5px;
    top: -5px;
    font-size: 25px;
    position: absolute;
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    content: "\e5c5";
    pointer-events: none;
    color: #757575;
}

.invoiceListLine:nth-child(even) {
    background-color: #b7b7b7;
    padding: 5px 5px 5px 5px;
}

.invoiceListLine:nth-child(odd) {
    background-color: #d2d0d0;
    padding: 5px 5px 5px 5px;
}

.has-success .form-control {
    border-color: #759d0c;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

#arena11iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

#arena11iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.invoiceListLine:nth-child(even) {
    background-color: #b7b7b7;
    padding: 5px 5px 5px 5px;
}

.invoiceListLine:nth-child(odd) {
    background-color: #d2d0d0;
    padding: 5px 5px 5px 5px;
}

.payment-types img {
    width: 25px;
}

.payment-types p {
    display: inline-block;
}

.payment-types .footer_links {
    cursor: default;
}

.payment-types .footer_links:hover {
    text-decoration: none !important;
}

.snackbar-error {
    background-color: red !important;

}

.form-group.form-group-sm .checkbox label,
.form-group.form-group-sm .radio label,
.form-group.form-group-sm label {
    font-size: 100%
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
    font-size: 100%;
}

.b-contain *,
.b-contain *::before,
.b-contain *::after {
    box-sizing: content-box !important;
}

.b-contain input {
    position: absolute;
    z-index: -1;
    opacity: 1;
}

.b-contain span {
    line-height: 1.5;
    font-size: 14px;
    font-family: inherit;
}

.b-contain {
    display: table;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    margin-bottom: 0.4rem;
    font-weight: 100;
}

.b-contain input[type="checkbox"] ~ .b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    background: #ffffff;
    transition: background 250ms;
    border: 1px solid #757575;
    border-radius: 0.16rem;
}

.b-contain input[type="radio"] ~ .b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background: #ffffff;
    transition: background 250ms;
    border: 1px solid #757575;
    border-radius: 3rem;
}

.b-contain input[type="checkbox"] ~ .b-input::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 0.3rem;
    height: 0.6rem;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}

.b-contain input[type="radio"] ~ .b-input::after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 4px;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 3rem;
    background: #95bc0d;
    transition: background 250ms;
}

.b-contain input[type="checkbox"]:disabled ~ .b-input::after {
    border-color: #757575;
}

.b-contain input:checked ~ .b-input::after {
    display: block;
}

.b-contain:hover input[type="checkbox"]:not([disabled]) ~ .b-input,
.b-contain input[type="checkbox"]:focus ~ .b-input {
    background: #ffffff;
    border-color: #ffed00;
}

.b-contain:hover input[type="radio"]:not([disabled]) ~ .b-input,
.b-contain input[type="radio"]:focus ~ .b-input {
    background: #e2e8f0;
    border-color: #64748b;
}

.b-contain input:focus ~ .b-input {
    box-shadow: none;
}

.b-contain input[type="checkbox"]:checked ~ .b-input {
    background: #ffed00;
    border-color: #ffed00;
}

.b-contain input[type="radio"]:checked ~ .b-input {
    background: white;
    border-color: #3c3c3c;
}

.b-contain input[type="checkbox"]:disabled ~ .b-input,
.b-contain input[type="radio"]:disabled ~ .b-input {
    opacity: 0.5;
    cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input::after {
    background: #ffffff;
}

.b-contain:hover input[type="checkbox"]:not([disabled]):checked ~ .b-input,
.b-contain input[type="checkbox"]:checked:focus ~ .b-input {
    background: #ffed00;
    border-color: #ffed00;
}

.lbank-custom-navigation-button-back {
    background-color: transparent !important;
    border: 0 !important;
    color: #ffed00 !important;
}

.bg-transparent {
    background-color: transparent;
}

.has-error .form-control,
.has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

select.form-control:focus {
    width: 100%!important;
}

.padding-15 {
    padding: 15px;
}

.workshops-checkbox {
    position: relative !important;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 45px;
    aspect-ratio: 1;
    --g1:conic-gradient(from  90deg at 3px  3px ,#0000 90deg,#fff 0);
    --g2:conic-gradient(from -90deg at 17px 17px,#0000 90deg,#fff 0);
    background:var(--g1),var(--g1),var(--g1), var(--g2),var(--g2),var(--g2);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    animation: l7 1.5s infinite;
    display: inline-block;
}
@keyframes l7 {
    0%   {background-position:0    0   ,0 100%,100% 100% }
    25%  {background-position:100% 0   ,0 100%,100% 100% }
    50%  {background-position:100% 0   ,0 0   ,100% 100% }
    75%  {background-position:100% 0   ,0 0   ,0    100% }
    100% {background-position:100% 100%,0 0   ,0    100% }
}

