/* ZAB COLORS*/
/*  red: 800000, #800000 */
/*  Red: b61c3e, rgb(182,28,62) */

/**************** GENERAL *****************/
body {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    color: rgb(80,80,80);
}

.elevation-4 {
    box-shadow: 0 7em 28px rgba(0,0,0,.25),0 7em 10px rgba(0,0,0,.22) !important;
}

a {
    text-decoration: none;
    color: #495057;
}

    a:hover {
        color: #b61c3e;
    }

    a:hover, a:active {
        outline: 0 !important;
    }

p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(80,80,80);
}

    p a:hover {
        color: #000;
        text-decoration: none;
        border-bottom: 2px solid #8B0E10;
    }

select option{
	font-family: sans-serif !important;    
}

input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-width: 2px;
}
input[type="checkbox"]:checked + span {
    border-color: #800000;
    background-color:#b61c3e;
}

select{
	cursor: pointer !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    /*display: inline-block;*/
    /*height: 2.65em;*/
    margin-bottom: 5px;
    /*line-height: normal;*/
    /*color: #555;*/
    /*background-color: #fff;*/
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-transition: border linear 0.2s;
    transition: border linear 0.2s;
}

    a.x-img-thumbnail:hover, select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .x-pagination a:hover, .x-pagination span.current, .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .x-scroll-top:hover {
        border-color: #800000 !important;
    }

input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
}

    input[type="checkbox"] + label {
        cursor: pointer;
    }

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 600;
  font-size: 0.8rem;
}

.loaderimg {
    content:url("../images/loader.gif");
    z-index: 1001; 
    padding: 10px; 
    position: fixed; 
    top: 30%; 
    left: 45%;
}
.loader {
    position: fixed; 
    text-align: center; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    right: 0; 
    left: 0; 
    z-index: 1000; 
    background-color: #000000; 
    opacity: 0.5;
}


.main-header {   
    border-width: 0px 0px 2px 0px;
    border-color: transparent transparent rgb(182,28,62) transparent;    
    background-color: #800000;
    box-shadow: 0em 0.15em 0.24em 0px rgba(0,0,0,0.25);
}

.bgcolor {
    background-color: #800000 !important;
}

.navbar-brand {
    background-image: url('../images/logo.png');
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 230px;
    height: 55px;
}

.navbar-brand-xs-logo {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('../images/logoxs.png');
    background-size: 60px;
    background-repeat: no-repeat;
    width: 60px;
    height: 78px;
}

.login {
    padding-top: 1em;
}

    .login .navbar-brand {
        background-image: url('../images/logo-dark-text.png');
        background-size: 260px;
        width: 340px;
        height: 90px;
    }

.kundencenterTitle {
    position: absolute;
    background-color: #fff;
    text-align: center;
    left: 80px;
    padding: 0 10px 0 10px;
    color: #b3b3b3;
}


.nav-item .active {
    background-color: #f58b00 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active {
	color: #b61c3e;
}


.sidebar {
    overflow-y: hidden;
}

.main-footer {
    font-size: 10px;
    background-color: #800000;
    z-index: 10;
    color: #fff;
}

.menu-footer {
    display: inline-flex;
    padding: 0;
    list-style: none;
}

.menu-link {
    color: #fff;
    margin-right: 15px;
}

    .menu-link:hover,
    .menu-link:focus,
    .menu-link:active {
        color: #b61c3e;
    }

/**************** CONTENT *****************/

.section {
    padding: 100px 25px;
}

.dark {
    background: -webkit-linear-gradient(left, #fff 0, #e6e6e6 60%, #fff 100%);
    background: -moz-linear-gradient(left, #fff 0, #e6e6e6 60%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #e6e6e6 60%, #fff 100%);
    background: linear-gradient(to right, #fff 0, #e6e6e6 60%, #fff 100%);
}

.section-title,
.section-content {
    align-items: center;
}

    .section-title h2 {
        color: rgba(182,28,62,1);
        font-size: 2rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        text-align: center;
    }

    .section-title h3 {
        color: rgba(182,28,62,1);
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: 1rem;
        text-align: center;
    }

    .section-title hr {
        width: 100%;
        border: 3px solid rgba(182,28,62,1);
    }

    .section-content p {
        font-size: 1rem;
        padding: 0 2rem;
        line-height: 2rem;
        text-align: left;
    }

.inner-title {
    margin-top: 1%;
}

.inner-section-title {
    display: flex;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}

    .inner-section-title i {
        padding-top: 8px;
    }


.widget {
    width: 90%;
}

    .widget p {
        line-height: 24px;
        padding-bottom: 10px;
    }

.gradient {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0%,#e5e5e5 100%) repeat scroll 0 0;
    padding: 5%;
}

.widget-title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .widget-title span {
        border-bottom: 1px solid transparent;
        border-bottom-color: transparent;
        display: inline-block;
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 10px;
        font-weight: normal;
        border-color: #8B0E10 !important;
    }

.bullet-point {
    list-style: none;
    padding-left: 0 !important;
}

    .bullet-point li::before {
        font-family: 'Font Awesome 6 Free';
        content: '\f111';
        margin-right: 7px;
        padding-left: 0;
        color: #8b0e10;
        font-size: 0.55em;
        font-weight: 900;
    }


/************** IMAGES ****************/
.img-80 {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    height: auto;
}

.img-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-rotate-min3 {
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

/***********************************/
/************ CUSTOM ***************/
/***********************************/

.x-section {
    margin: -4em 0px 5em 0px;
    padding: 0px 16px 0px 16px;
    background-color: transparent;
    z-index: 1;
}

.x-introbox {
    border-radius: 0.5em !important;
    padding: 2em 1em 2em 1em;
    margin: 0 30% 0 30%;
    z-index: 1;
    font-size: 1em;
    text-align: center;
    background-color: #b61c3e;
    color: #fff;
}

.x-infoContainer {
    background: rgba(182,28,62,1);
    display: flex;
    flex-flow: column;
    position: relative;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    margin-top: 2rem;
}

    .x-infoContainer h4 {
        margin: 1rem 0 1rem 0;
        color: white;
        font-size: 1.4rem;
        letter-spacing: .01rem;
        padding: 0 1rem;
    }

    .x-infoContainer p {
        margin: 1rem 0 0 0;
        color: white;
        letter-spacing: .01rem;
        padding: 0 1rem;
    }

    .x-infoContainer ul {
        list-style: none;
        color: white;
        padding: 1rem;
        margin: 0;
    }

    .x-infoContainer li {
        display: flex;
        flex-flow: row;
        padding: .25rem 0;
        border-radius: 5px;
        margin-bottom: 0.25rem;
        background: rgba(0,0,0,.1);
    }

    .x-infoContainer i {
        padding: .0rem .5rem;
    }

    .x-infoContainer li.x-li-icon a {
        display: contents;
        color: #800000;
    }

.x-iframe {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    overflow-x: hidden !important; /* Hide horizontal scrollbar */
}

.x-btn {
    font-size: 1.2em;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    color: #800000;
}
.x-navbar-badge {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 2px 4px;
  position: absolute;
  right: 5px;
  top: -1px;
}

.btn-4-lg {
    width: 230px !important;
}

.btn-4 {
    width: 170px;
    height: 50px;
    line-height: 52px;
    padding: 0;
    border: none;
}

    .btn-4 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-4:before,
    .btn-4:after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background: #b61c3e;
        transition: all 0.3s ease;
    }

    .btn-4:before {
        height: 50%;
        width: 2px;
    }

    .btn-4:after {
        width: 20%;
        height: 2px;
    }

    .btn-4:hover:before {
        height: 100%;
    }

    .btn-4:hover:after {
        width: 100%;
    }

    .btn-4 span:before,
    .btn-4 span:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: #b61c3e;
        transition: all 0.3s ease;
    }

    .btn-4 span:before {
        width: 2px;
        height: 50%;
    }

    .btn-4 span:after {
        width: 20%;
        height: 2px;
    }

    .btn-4 span:hover:before {
        height: 100%;
    }

    .btn-4 span:hover:after {
        width: 100%;
    }


.x-carepaylogo {
    content: url('../images/carepay/Logo_CarePay_Bild_Wort.svg');    
    max-width: 160px;
}

.x-carepaylogo1em {
    content: url('../images/carepay/Logo_CarePay_Bild_Wort.svg');    
    max-width: 160px;
    padding: 1em;
}

.x-carepay {
    content: url('../images/carepay/Logo_CarePay_Bild_Wort.svg');
    max-width: 100px;
}

.x-carepaysmall {
    content: url('../images/carepay/Logo_CarePay_Bild.svg');
    max-width: 30px;
}

.x-carepaysmall65 {
    content: url('../images/carepay/Logo_CarePay_Bild.svg');
    max-width: 65px;
}

.x-pb-border {
    border: 1px solid #b61c3e;
}

.pb-05 {
    padding-bottom: 0.5em !important;
}

.highlight-search-color {
    background-color: #f89406;
    color: #fff;
    font-weight: bold;
    padding: 0em 0.1em;
}

.x-darkcolor {
    color: rgb(80,80,80);
}

.x-color {
    color: #800000;
}

.x-sec-color {
    color: #b61c3e;
}

.x-navlink {
    color: #800000;
}

.x-a {
    text-decoration: none;
    color: rgb(80,80,80);
    cursor: pointer;
}

.x-a:hover {
	color: #711126;
}

.x-thokx-link {
    font-style: italic;
    font-size: 0.80em;
    color: #04bcec;
}

.thokxlogo {
    background-image: url('../images/thokx/thokx-logo.svg');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 75px;
    height: 26px;
    border: 0;
    float: left;
}

.x-thokx-link:hover {
    color: #191919;
}

.x-thokx {
    display: flex;
    cursor: pointer;
}

.x-fa {
    font-size: 3em;
}

.x-sm-fa {
    font-size: 1.5em;
}

.x-subtitle {
    color: #b61c3e;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bolder;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

/* overwrite the original card-title from ADMIN LTE*/
.card-title { 
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
}


.x-linkcard,
.x-card {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);    
}

    .x-linkcard:hover {
        border: 1px solid #800000;
    }

        .x-linkcard:hover p {
            color: #000;
            text-decoration: none;
        }

.x-card-height180 {
    height: 180px;
}

.x-card-title {
    font-size: 1.5rem;
}

.x-card-login {
    border-color: #b61c3e !important;
}

.x-card-active {
    border-color: #800000 !important;
}

.x-thokx-nav-tab .nav-item .active {
    color: #0be !important;
}

.card-thokx {
    border-color: #0be !important;
}

    .card-thokx .nav-item::after {
        background-color: #0be !important;
    }

.x-card-header {
    border-bottom: none;
    position: relative;
    text-align: center;
    padding: 35px;
}

.x-card-header-success {
    background: #28a745;
}

.x-card-header-info {
    background: #17a2b8;
}

.x-card-header-error {
    background: rgba(220,53,69,.85);
}

.x-icon-box {
    color: #fff;
    font-size: 5em;
    display: inline-block;
    text-align: center;
}

.login-box-msg {
    padding: 0 0px 20px;
}

.x-text {
    margin: 0em;
    padding: 0em;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgba(0,0,0,1);
    background-color: transparent;
    min-width: 1px;
}

    .x-text p {
        line-height: 0.5em !Important;
    }

.x-tabcontent {
    margin: 2%;
}

.x-check {
    margin-right: 15px;
}

    .x-check label {
        font-weight: 400 !important;
    }

        .x-check label::before {
            background-color: #fff !important;
            border-color: #800000 !important;
        }

        .x-check label::after {
            border-color: #800000 !important;
        }

.x-table {
    background: #fff;
    border: 2px solid #929292;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: auto;
}

    .x-table thead th {
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
        padding: 5px;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #929292), color-stop(100%, #75787b));
        background-image: -moz-linear-gradient(#929292, #75787b);
        background-image: -webkit-linear-gradient(#929292, #75787b);
        background-image: linear-gradient(#929292, #75787b);
        border-top: 1px solid #858d99;
    }


    .x-table th {
        padding: 10px;
        background-color: #75787b;
        color: #fff;
        text-align: center;
    }

    .x-table tfoot td {
        font-weight: bold;
        padding: 10px;
        background-color: #75787b;
        color: #fff;
        text-align: center;
    }

    .x-table .alternating {
        background-color: #EEE;
    }

    .x-table .subTableHead {
        background-color: #aaa;
        color: #fff;
        text-align: center;
    }

    .x-table tbody:hover > tr:hover td {
        background-color: #d9edf7;
    }

    .x-table .btn-size-3 {
        text-align: center !important;
        width: 5em !important;
    }

    .x-table .btn-size-1 {
        text-align: center !important;
        width: 3em !important;
    }

.x-pw-vergessen {
    font-size: 0.8em;
    color: #003569;
    cursor: pointer;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.x-radiogroupe .active {
    color: #800000 !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #800000 !important;
}

.x-girocode img {
    border: 1px solid #6c757d;
    border-radius: 5px;
}

.x-girocode small {
    padding-left: 2px !important;
    padding-right: 2px !important;
    margin-top: -11px;
    display: block;
}

    .x-girocode small span {
        color: #b61c3e !important;
    }

.badge-primary,
.badge-info,
.badge-secondary,
.badge-success,
.badge-dark,
.badge-danger
{
    color: #ffffff !important;
}

.x-profile-user-img {
  border: 2px solid #adb2b7;
  margin: 0 auto;
  padding: .5px;
}

@media (min-width :1000px) {
    .tingle-modal--width40 .tingle-modal-box {
        width: 40%;
    }
}
/***********************************/
/*** MCC New Table Style ****/
/***********************************/

.mcc-table {
 border-spacing:1;
 border-collapse:collapse;
 background:#fff;
 border-radius:0.28rem;
 overflow:hidden;
 width:100%;
 background-clip: border-box;
 border: 0 solid rgba(0,0,0,.125);
}
.mcc-table * {
 position:relative
}
.mcc-table td,
.mcc-table th {
 padding-right:15px; 
 padding-left:15px; 
}
.mcc-table thead tr {
 height:40px;
 background:#434a51e6;
}
.mcc-table tbody tr {
 height:50px
}
.mcc-table tbody tr:last-child {
 border:0
}
.mcc-table td,
.mcc-table th {
 text-align:left
}
.mcc-table td.l,
.mcc-table th.l {
 text-align:right
}
.mcc-table td.c,
.mcc-table th.c {
 text-align:center
}
.mcc-table td.r,
.mcc-table th.r {
 text-align:center
}
.mcc-table th { 
 font-size:15px;
 color:#e1e7f1;
 line-height:1.2;
 font-weight:unset;
}
.mcc-table tbody tr:nth-child(even) {
 background-color:#f5f5f5
}
.mcc-table tbody tr { 
 font-size:15px;
 color:gray;
 line-height:1.2;
 font-weight:unset; 
}
.mcc-table tbody tr:hover {
 color:#555;
 background-color:#f5f5f5;
 cursor:pointer
}
.mcc-table tfoot td {	
	padding-left: 10px;
	padding-right: 10px;
	background-color: #434a51e6;
	color: #e1e7f1;
	text-align: center;
}

.mcc-table .tablesearchinput{
	background:none;
	color: #e1e7f1;	
}

.mcc-table select{	
	cursor:pointer;
	margin-bottom: 3px;
	
}
.mcc-table select:focus{	
	background:none;
	border-color: #800000;	
}

.mcc-table select option{	
	background-color:#f5f5f5;
	color: #555;	
}

.mcc-table ::-webkit-input-placeholder { /* Edge */
  color: #e1e7f1;
}

.mcc-table :-ms-input-placeholder { /* Internet Explorer */
  color: #e1e7f1;  
}

.mcc-table ::placeholder {
  color: #e1e7f1;
}


/***********************************/
/*** MCC float menu [sharemenu] ****/
/***********************************/

.floatmenue {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #800000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.floatmenuelist {
    position: fixed;
    right: 40px;
    padding-bottom: 20px;
    bottom: 80px;
    z-index: 100;
}

    .floatmenuelist li {
        list-style: none;
        margin-bottom: 10px;
    }

        .floatmenuelist li a {
            background-color: #40494d;
            color: #fff;
            border-radius: 50px;
            text-align: center;
            box-shadow: 2px 2px 3px #999;
            width: 60px;
            height: 60px;
            display: block;
        }

            .floatmenuelist li a:hover {
                color: #800000 !important;
            }

    .floatmenuelist:hover {
        visibility: visible!important;
        opacity: 1!important;
    }


.my-floatmenue {
    font-size: 24px;
    margin-top: 18px;
}

a#menu-share + ul {
    visibility: hidden;
}

a#menu-share:hover + ul {
    visibility: visible;
    animation: scale-in 0.5s;
}

a#menu-share i {
    animation: rotate-in 0.5s;
}

a#menu-share:hover > i {
    animation: rotate-out 0.5s;
    color: #b61c3e;
}

@keyframes bot-to-top {
    0% {
        bottom: -40px;
    }

    50% {
        bottom: 40px;
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

/***********************************/
/********** MCC breadcrumb *************/
/***********************************/

.liBack {
    float: left;
    padding: 12px 15px;
    background-color: #565c5f !important;
    border-radius: 0 !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-color: rgb(182,28,62) !important;
    box-shadow: 0em 0.15em 0.24em 0px rgba(0,0,0,0.25) !important;
}

.dialogbreadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    list-style: none;
    border-radius: 0 !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-color: rgb(182,28,62) !important;
    background-color: #800000 !important;
    box-shadow: 0em 0.15em 0.24em 0px rgba(0,0,0,0.25) !important;
}

    .liBack, .dialogbreadcrumb a {
        color: #f1e7e7 !important;
    }

        .liBack:hover, .dialogbreadcrumb a:hover {
            color: #b61c3e !important;
        }

.disabledbreadcrumb a:hover {
    cursor: not-allowed;
}

.disabledbreadcrumb .dialogbreadcrumb {
    background-color: #565c5f !important;
}

.content-header .breadcrumb {
	font-size: 0.7em !important;    
}

/***********************************/
/********** MCC Slider *************/
/***********************************/

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.x-slider .carousel-inner {
    height: auto;
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

.x-iphone-mockups {
    background-image: url('../images/iphonemockups.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
}

.x-hero-home {
    background-image: url('../images/rechnungsscan_mcc_wide.jpg');
}

.x-hero-tz {
    background-image: url('../images/image-happy-family.jpg');
}

.x-hero-zf {
    background-image: url('../images/zf.jpg');
}

.x-hero-ers {
    background-image: url('../images/ers.jpg');
}

.x-hero {
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*position: relative;*/
    border-bottom: 2px solid #b61c3e;
}

    .x-hero .left {
        position: absolute;
        width: 45%;
        left: 5%;
        bottom: 20px;
        text-align: center;
    }

    .x-hero .right {
        position: absolute;
        width: 45%;
        right: 5%;
        bottom: 20px;
        text-align: center;
    }

    .x-hero h1 {
        position: absolute;
        top: 120px;
        left: 150px;
    }

.x-banner-lg {
    position: absolute;
    height: 125px;
    left: 600px;
    right: 20px;
    bottom: 20px;
    background-color: rgba(255,255,255,0.85);
}

.x-banner {
    position: absolute;
    height: 144px;
    left: 70%;
    right: 0px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.44);
    top: 60vh;
}

.x-ul {
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.2em;
}

    .x-ul li {
        background-image: url('../images/bullet-circle.png');
        background-repeat: no-repeat;
        background-size: 0.8em;
        background-position: left 0.22em;
        padding-left: 20px;
        list-style-type: none;
        margin-bottom: 0.5em;
        line-height: 1.2em;
    }
/***********************************/
/********** MCC NEW USER  **********/
/***********************************/

.x-nu-steps {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}

.x-nu-step {
    position: relative;
    padding: 0 5px;
}

    .x-nu-step.active .x-wiz-step-icon {
        width: 48px;
        height: 48px;
        background: #b61c3e;
        font-size: 2em;
        line-height: 48px;
    }

    .x-nu-step.active p {
        color: #b61c3e !important;
    }
/***********************************/
/********** MCC Wizard *************/
/***********************************/
.x-wiz-steps {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 20px 0 20px 0;
}

.x-wiz-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.x-wiz-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #b61c3e;
}

.x-wiz-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
}

.x-wiz-step-icon {
    display: inline-block !important;
    width: 48px;
    height: 48px;
    background: #ddd;
    font-size: 2em;
    color: #fff;
    line-height: 48px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.x-wiz-step.active .x-wiz-step-icon {
    width: 48px;
    height: 48px;
    background: #b61c3e;
    font-size: 2em;
    line-height: 48px;
}

.x-wiz-step.active p {
    color: #b61c3e !important;
}

.x-wiz-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #b61c3e;
}

.x-wiz-step p {
    color: #ccc;
    margin-top: 10px;
}

/************** VALIDATION ************/
.x-validator {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
/********** Accordion *****************/

.x-accordion-group {
    margin: 0 0 4px;
    border: 1px solid #dfdfdf;
    border: 1px solid rgba(0,0,0,0.075);
    transition: border-color 0.3s ease;
}

    .x-accordion-group:last-child {
        margin-bottom: 0;
    }


.x-accordion-heading {
    border-bottom: 0;
}

    .x-accordion-heading .x-accordion-toggle {
        display: block;
        padding: 10px 15px;
        font-size: 128.6%;
        color: #566471;
        background-color: #fbfbfb;
        cursor: pointer;
    }

        .x-accordion-heading .x-accordion-toggle.collapsed {
            background-color: #fff;
        }

            .x-accordion-heading .x-accordion-toggle.collapsed:before {
                color: #d9d9d9;
                transform: rotate(0deg);
            }

        .x-accordion-heading .x-accordion-toggle:hover {
            background-color: #fbfbfb;
        }

            .x-accordion-heading .x-accordion-toggle:hover:before {
                color: #d9d9d9;
            }

        .x-accordion-heading .x-accordion-toggle:before {
            font-family: 'Font Awesome 6 Free';
            content: "\f067";
            position: relative;
            display: inline-block;
            bottom: 0.1em;
            margin-right: 10px;
            font-size: 74%;
            color: #d9d9d9;
            transform: rotate(45deg);
            transition: all 0.3s ease;
            font-style: normal !important;
            font-weight: 900;
            text-decoration: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.x-accordion-inner {
    padding: 15px;
    border-top: 1px solid #dfdfdf;
    border-top: 1px solid rgba(0,0,0,0.075);
}

    .x-accordion-inner p:last-child, .x-accordion-inner ul:last-child, .x-accordion-inner ol:last-child {
        margin-bottom: 0;
    }


/**********   @MEDIA  **************/

/* On screen smaller as 480px (XS) Grid */
@media screen and (max-width:740px) {
    .btn-xs-block {
        width: 100%;
        display: block;
    }

    .x-sm-collapse {
        display: none !important;
        visibility: hidden !important;
    }

    .x-hero h1 {
        top: 25px;
        left: 10px;
    }

    h1 {
        font-size: 1.9em;
    }

    h2 {
        font-size: 1.5em;
    }

    .x-banner {
        top: 0;
        left: 0;
    }

        .x-banner p {
            font-size: .8em;
        }

    .x-btn {
        font-size: 1em;
    }

    .btn-4-lg {
        width: 200px !important;
    }

    .btn-4 {
        width: 120px;
    }

    .navbar-brand {
        background-size: 180px;
    }  

    .x-introbox {
        margin: 0;
    }

    .inner-section-title > h3 {
        font-size: 5vw;
    }
}
/* On screen smaller as 576px (XS) Grid */
@media screen and (max-width: 576px) {
    .pt-xs-3 {
        padding-top: 1rem !important;
    }

    footer {
        text-align: center !important;
    }

    .navbar-brand {
        background-size: 180px;
    } 

    .x-carepaylogo {
        width: 120px !important;
    }

    .x-introbox {
        margin: 0;
    }
         
    .tingle-modal {
        z-index: 1034 !important;
    }
}

/* On screen bigger than 576px */
@media screen and (min-width: 576px) {
     .tingle-modal__close {
        top: 5.5rem !important;
    }

       .tingle-modal-box {
        width: 50% !important;
    } 	
}

/* On screen smaller as 1040px and bigger as 768px */
@media screen and (max-width: 1040px) and (min-width: 740px) {

    .x-iframe {
        height: 70vw;
    }

    footer {
        text-align: center !important;
    }

    .x-sm-collapse {
        display: none !important;
        visibility: hidden !important;
    }

    .x-hero h1 {
        top: 25px;
        left: 10px;
    }

    h1 {
        font-size: 1.9em;
    }

    h2 {
        font-size: 1.5em;
    }

    .x-banner {
        top: 0;
        left: 0;
    }

        .x-banner p {
            font-size: .8em;
        }

    .x-btn {
        font-size: 1em;
    }

    .btn-4-lg {
        width: 200px !important;
    }

    .btn-4 {
        width: 120px;
    }

    .navbar-brand {
        background-size: 180px;
    }  

}
/* On screen bigger as 769px (MD) Grid */
@media screen and (min-width: 739px) and (max-width: 768px){

    .container, .container-sm {
        max-width: 720px !important;
    }
	
}

/* On screen smaller as 1040px (LG) Grid */
@media screen and (min-width: 1041px) {
}

/***********************************/

/********* About Mcc **********/
#mccMainImg {
    background: url("/resources/img/main/background-doctor-female-left.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    margin-top: 96px;
    z-index: 2;
}

#thokxMainImg {
    background: url("/resources/img/mandant/thokx/thokx-frau-fernglas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    z-index: 2;
}
/**************************/

/************* 404 NOT FOUND **********/

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

    .notfound .notfound-404 {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 140px;
        height: 140px;
        background-image: url(../emoji.png);
        background-size: cover;
    }

        .notfound .notfound-404:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-transform: scale(2.4);
            -ms-transform: scale(2.4);
            transform: scale(2.4);
            border-radius: 50%;
            background-color: #f2f5f8;
            z-index: -1;
        }

    .notfound h1 {
        font-family: 'Inter';
        font-size: 65px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px;
        color: #800000;
        text-transform: uppercase;
    }

    .notfound h2 {
        font-family: 'Inter';
        font-size: 21px;
        font-weight: 400;
        margin: 0;
        text-transform: uppercase;
        color: #151723;
    }

    .notfound p {
        font-family: 'Inter';
        color: #999fa5;
        font-weight: 400;
    }

    .notfound a {
        font-family: 'Inter';
        display: inline-block;
        font-weight: 700;
        border-radius: 40px;
        text-decoration: none;
        color: #388dbc;
    }

@media only screen and (max-width:767px) {
    .notfound .notfound-404 {
        width: 110px;
        height: 110px;
    }

    .notfound {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 110px;
    }
}

/**************************************/

.girocode {
    width: 150px;
    border: 1px solid #800000;
    border-radius: 5px;
    padding: 2px;
}

.girotext {
    color: #b61c3e;
    font-size: 0.8em;
    margin-top: -10px;
    background-color: #fff;
    z-index: 0;
    position: relative;
    display: block;
    width: 70px;
    margin-left: 6.3rem;
}


.tingle-modal-box__content {
        padding: 0.8rem 0.8rem !important;
    }

.info-box .info-box-icon{
	width: 50px !important;
}
