.body {
    padding-bottom: 2rem;
}

fa, .far, .fas {
    margin-right: 0.5rem;
}

.mb-4 h1 {
    margin-top: 1rem;
    padding-top: 2rem;
}

.container {
    margin-top: 0;
    padding-top: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.disabled{
    pointer-events: none;
    opacity: 0.7;
}

/*BUTTONS*/
.btn{
    text-decoration: none;
}
.btn-white{
    color: #3E3E3E;
    background-color: #fff;
    border-color: #fff;
    padding: 1rem;
}
.btn-white:hover{
    color: #fff;
    background-color: #3E3E3E;
    border-color: #3E3E3E;
}

/*BACKGROUND TEXT WHITE*/
.bg-primary,
.bg-secondary,
.bg-success,
.bg-info{
    color: #fff;
}

/* TRENNER */
hr.dotted{
    border-top: 3px dotted rgba(0, 0, 0, 0.1);
}

/* TABELLE */
.table{
    margin: 1rem 0;
}
.table .btn{
    padding: 0.5rem 1rem;
}
.table tr:last-child td{
    border-bottom: 1px solid #e3e6f0;
}
.table-sm td{
    padding:0.3rem 0.75rem;
}
.table .thead-dark th, .table .thead-dark td{
    background-color: #A13B43;
    border-color: #A13B43;
    color: #fff;
}
.table .thead-light th, .table .thead-light td{
    background-color: #2ab055;
    border-color: #2ab055;
    color: #fff;
}
.table.table-bordered .thead-dark th{
    border-color: #fff;
}
.table th, .table td{
    line-height: 1;
    vertical-align: middle;
}

/* TOOLTIP */
.tooltip-wrapper{
    position: relative;
    display: inline-block;
}
.tooltip-wrapper:hover .tooltip{
    opacity: 1;
    top: -4.75rem;
}
.tooltip{
    opacity: 0;
    position: absolute;
    top: -2rem;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.25s, top 0.25s;
    width: 8rem;
    white-space: normal;
    pointer-events: none;
}
.tooltip-wrapper i{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 0;
}
.tooltip .content{
    background: #A13B43;
    padding: 0.5em 0.75em;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
}
.tooltip .triangle{
    position: absolute;
    background: #A13B43;
    width: 10px;
    height: 10px;
    transform: translate(-50%, 50%) rotate(45deg);
    left: 50%;
    bottom: 0;
}
.tooltip-wrapper a{
    text-decoration-line: none;
}

/* TOPBAR */
#topbar #top-navigation {
    display: flex;
    align-items: center;
    width:100%;
}
#topbar #top-navigation .nav-item.right{
    margin-left:auto !important;
}
#topbar {
    background: #e9ecef;
}
#topbar a {
    text-decoration: none;
}
#topbar a:hover {
    text-decoration: underline;
}
#topbar .flag{
    padding-left:22px;
    opacity:.5;
    font-weight:bold;
}
#topbar .flag.active, #topbar .flag:hover{
    opacity:1.0;
}
#topbar .flag:hover{
    cursor:pointer;
    text-decoration: underline;
}
#topbar .flag img{
    width:18px;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}


/* LOGO */
@media (max-width:520px){
    #topbar .logo img{
        max-width:140px;
    }
}

/* MAIN NAVIGATION */
#main-navigation {
    padding: 0;
    background: #fff;
    color: #3E3E3E;
    border-bottom: 1px solid #e9ecef;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
#main-navigation nav {
    display: inline;
    margin-bottom: auto;
}
#main-navigation ul {
    padding: 0;
    margin: 0;
}
#main-navigation li {
    padding: 0;
    background: none;
    font-size: 1rem;
}
#main-navigation li a {
    display: block;
    box-sizing: border-box;
    padding: .5em;
    font-weight: bold;
}
#main-navigation .nav-item {
    list-style-type: none;
}
#main-navigation .nav-item a {
    text-decoration: none;
}
#main-navigation .nav-item a:hover {
    text-decoration: underline;
}
#main-navigation .nav-item i {
    display: none;
}
.navbar {
    width: 100%;
}
.nav-item a {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
}
#main-navigation .navbar {
    padding: 0;
    margin-top: 0;
    padding-right: 1rem;
}
#navToggleTop{
    min-width:0;
    margin:0;
}

@media (max-width: 991.98px){
    #main-navigation nav.toggled{
        display:block !important;
        position:absolute;
        left:0;
        right:0;
        top:90px;
        z-index:2;
        background:#a13b43;
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.5) !important;
    }
    #main-navigation nav.toggled a{
        color: #fff;
    }
    #main-navigation .nav-item i {
        display: inline-block;
    }
}
@media (min-width:992px){
    #main-navigation nav .container{
        padding:0;
    }
    #main-navigation .nav-item:last-child a{
        padding-right:0;
    }
}
@media (max-width:991.98px){
    #main-navigation .nav-item a {
        padding:.5em 0;
        text-align:right;
    }
}

/*ONLINE-SERVICES*/
#online-services-list li {
    list-style: none;
    padding:0.5em 0;
}
#online-services-list li i {
    font-size: 1.5rem;
    color: #A13B43;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    width:25px;
    font-size:20px;
}
#online-services-list ul {
    padding-left: 0;
}

/* Messages */
.side-navi{
    margin-bottom: 0;
}
.side-navi li {
    list-style: none;
}
.side-navi li a{
    text-decoration: none;
}
.side-navi li a.active{
    color:#A13B43;
}

/* DASHBOARD */
#dashboard #content .dashboard-item{
    transition:all .3s ease;
}
.dashboard-item a{
    text-decoration: none;
}
.dashboard-item .text-info{
    text-decoration: underline;
}
.dashboard-item i{
    position: absolute;
    right: 1rem;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
    font-size: 2rem;
}
#dashboard-messages a{
    text-decoration: none;
}
#dashboard #content .dashboard-item:hover{
    background:#f2f2f2;
}
#dashboard #content .dashboard-item:hover a{
    color: #3E3E3E;
}
#dashboard-messages .message.new {
    padding-left: 1em;
    border-left: 0.25rem solid #1cc88a !important;
    margin-bottom: 0.25rem !important;
    background: #e9ecef;
}
#dashboard-messages .message {
    padding: 1em;
    border-bottom: 1px solid #e9ecef;
    transition:all .3s ease;
}
#dashboard-messages .message:last-child{
    border-bottom: 0;
}
#dashboard-messages .message p {
    line-height: 1.2;
}
#dashboard-messages .message .message-info p{
    line-height: 1.2;
    padding: 0.2rem 0.4rem;
    background: #838596;
    color: #fff;
    font-size: 14px;
    transition:all .3s ease;
}
#dashboard-messages .message.new .message-content{
    font-weight: bold;
}
#dashboard-messages .message:hover {
    cursor: pointer;
    background: #d8dadb;
}
#dashboard-messages .message:hover .message-info p{
    background: #fff;
    color: #3E3E3E;
}
#new-messages-counter{
    background-color: #1cc88a;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
}
#mailbox-content .card-footer{
    padding: 1rem 2rem;
}
#mailbox-content .card-footer ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
}
#mailbox-content .card-footer li{
    list-style: none;
}
#mailbox-content .card-footer a{
    text-decoration: none;
    margin: 0;
}
#mailbox-content .card-footer .active{
    background-color: #848696;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
}
#mailbox-content .fa-arrow-right{
    margin-left: 0.5rem;
}
#mailbox-content .fa-arrow-left{
    margin-right: 0.5rem;
}
#mailbox-content i{
    vertical-align: middle;
}

/* KONTOINFORMATIONEN */
.kontoinformationen .table-sm{
    background-color: #e9ecef;
    position: relative;
}
.kontoinformationen .table-sm td{
    border: 1px dotted rgba(0, 0, 0, 0.28);
    font-size: 14px;
}
.kontoinformationen .table-sm td:first-child{
    border-left: 2px solid #848696;
}
.kontoinformationen .table-sm-head{
    border-left: 2px solid #848696;
}

/* ACCORDION */
#accordion .card-header a{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
#accordion .card-header i{
    font-size: 30px;
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin-right: 0;
}
#accordion .card-header .collapsed i{
    transform: rotate(0deg);
}
#accordion .card{
    margin-bottom: 1rem;
    border-bottom: 1px solid #e3e6f0 !important;
}

/*TABS*/
.tabs-sidebar .nav{
    display: block;
}
.tabs-sidebar a{
    text-decoration: none;
}
.tabs-sidebar .nav-link.active{
    font-weight: bold;
    color: #A13B43;
}
.tabs-sidebar .nav-link.active:before,
.tabs-sidebar .nav-link:hover:before{
    content: '';
    /*-webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask: url("../img/arrow-right.svg") no-repeat 50% 50%;
    mask: url("../img/arrow-right.svg") no-repeat 50% 50%;*/
    background:url("../img/arrow-right.png") no-repeat left center;
    background-size:contain;
    display: inline-block;
    width: 20px;
    height: 25px;
    /*background-color: #A13B43;*/
    float: right;
    vertical-align: middle;
}


.tabs-sidebar #sidenav-toggler{display:none;}
@media (max-width:991px){
    .collapsed-on-mobile{
        max-height:240px;
        overflow:hidden;
    }
    .collapsed-on-mobile #sidenav-toggler i{margin-left:5px;}
    .collapsed-on-mobile #sidenav-toggler a .up{display:none;}
    .collapsed-on-mobile.opened #sidenav-toggler a .down{display:none;}
    .collapsed-on-mobile.opened #sidenav-toggler a .up{display:inline-block;}
    .collapsed-on-mobile.opened{
        max-height:none;
        margin-bottom: 35px;
    }
    .tabs-sidebar #sidenav-toggler{
        display:block;
        position: absolute;
        bottom: 0;
        background: #fff;
        left: 0;
        right: 0;
        padding: 1em;
        text-align: center;
        text-decoration: underline;
    }
}

/*DOWNLOAD*/
.download{
    margin-bottom: 0;
}
.download .card{
    transition:all .3s ease;
}
.download .card:hover{
    background-color: #ee9927 !important;
}
.download a{
    text-decoration: none;
}
.download h2{
    display: flex;
    font-size: 1.3rem;
}

/*COMPANY*/
.company{
    border-top: 3px dotted #e3e6f0;
    padding-top: 1rem;
    margin-top: 1.5rem;
}

/* PASSWORT VERGESSEN */
#forgot-password{
    max-width:450px;
}

/* WRAPPER BUTTONS */
.wrapper-buttons{
    display: flex;
    justify-content: flex-end;
}

/* BADGE */
.icons-badges {
    vertical-align: bottom;
    padding-left: 20px;
    padding-bottom: 0px;
}

#icons-badges img {
    max-width: 70px;
    height: auto;
    display: inline-block;
    padding-bottom: 0;
}


#appBadgeContainer a {
    display: block;
    margin-bottom: 7px;
}

#appBadgeContainer {
    margin-left:auto;
}

#appBadgeContainer img {
    width:100%;
    display: block;
    max-width:120px;
}
@media (max-width:768px){
    #icons-badges > img{
        max-width:40px;
    }
    #icons-badges #appBadgeContainer img{
        max-width:80px;
    }
}


/* PW RULES */
.valid {
    color: green;
}
.valid:before {
    position: relative;
    left: 0;
    content: "\2713";
    padding-left: 0;
    margin-right: 1rem;
}
.invalid {
    color: #a71f1f;
}
.invalid:before {
    position: relative;
    left: 0;
    content: "\00D7";
    padding-left: 0;
    margin-right: 1rem;
}
#message h4 {
    padding-top: 2.5rem;
    font-size: 20px;
}
#message p {
    font-size: 15px;
}


/* WIZARD */
.wizard h2{
    font-size: 25px;
}
.wizard h2.not-active{
    pointer-events: none;
}
.wizard h2.not-active a{
    color: #848696;
}
.wizard h2.not-active:before{
    background-color: #848696;
}
.wizard .shadow>.card-body{
    padding: 3rem 1.25rem;
}
.wizard input{
    width: 100%;
    min-width: inherit;
}
.wizard .upload{
    width: auto;
}
.geltendmachung{
    background: #e9ecef;
    transition:all .3s ease;
}
.geltendmachung:hover{
    border-top: 0.25rem solid #ee9927 !important;
}
.geltendmachung a {
    font-size: 14px;
    text-decoration: none;
}
.geltendmachung a:hover {
    color: #3E3E3E;
}
.geltendmachung i {
    position: absolute;
    right: 1rem;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
}
.geltendmachung .card-body{
    padding-right: 2.5rem;
}
#checkit {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#fileUpload input {
    border: 1px solid #dedede;
}
/* PROGRESSBAR */
.progressbar {
    counter-reset: step;
}
.progressbar h2 {
    list-style-type: none;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}
.progressbar h2:before, .counter{
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 2px dotted #ffffff;
    color: #fff;
    vertical-align: middle;
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 100%;
    background-color: #2bb055;
    z-index: 1;
    position: relative;
}
.progressbar h2 a{
    text-decoration: none;
    transition:all .3s ease;
}
.progressbar h2 a:hover{
    color: #2bb055;
}
.progressbar h2:first-child:after {
    content: none;
}
.progressbar h2.slick-active {
    color: #A13B43;
}
.progressbar li.slick-active:before {
    border-color: #A13B43;
}
.progressbar h2.not-active:after{
    background-color: #848696;
}
@media(min-width: 992px){
    .progressbar h2:after {
        width: 100%;
        height: 1px;
        content: '';
        position: absolute;
        background-color: #2cb055;
        top: 25px;
        left: -50%;
        z-index: 0;
    }
}
@media (max-width: 991.98px){
    .progressbar h2{
        font-size: 18px;
        margin-bottom: 1rem;
        position: relative;
        padding-top: 1.5rem;
        line-height: 1;
    }
    .progressbar h2:after{
        content:" ";
        border-top: 7px solid #2cb055;
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        height: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 0;
        width: 0;
        bottom: auto;
        background-color: #fff !important;
    }
    .wizard .counter,
    .progressbar h2:before{
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 25px;
    }
    .progressbar h2.not-active:after{
        border-top: 7px solid #848696;
    }
}

/* FOOTER */
footer #footer-nav li{
    padding:0 .5em;
}

/* DROPZONE */
.dropzone {
    background: white;
    border: 3px dotted rgba(0, 0, 0, 0.1);;
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;

}
.dropzone .dz-preview{
    border-radius: 20px;
}
.dropzone .dz-remove{
    color: #A13B43;
    font-weight: bold;
    padding: 0.8rem 0.5rem 0.5rem 0.5rem;
    text-decoration: none !important;
}
.dropzone .dz-preview .dz-image{
    border: 3px dotted rgba(0, 0, 0, 0.1);
}
.dropzone .dz-remove i{
    display: block;
    margin: 0;
    pointer-events: none;
    font-size: 25px;
}
.dropzone .dz-remove:hover i{
    transform:scale(1.2);
}

/* HTML CODE */
pre{
    padding: 0.5rem !important;
    margin-bottom: 1.5rem !important;
}
code {
    font-size: 14px !important;
}

/* MAILCHIMP */
#mailchimp #mc_embed_signup form{
    padding: 0;
}
#mailchimp #mc_embed_signup .mc-field-group{
    width: 100%;
}
#mailchimp #mc_embed_signup .indicates-required{
    margin-right: 0;
}
#mailchimp #mc_embed_signup .mc-field-group select{
    width: 100%;
    margin: 0;
}
#mailchimp #mc_embed_signup .mc-field-group{
    padding-bottom: 1rem;
}
#mailchimp .submit{
    float: right;
    margin: 1rem 0 0 0 !important;
}
#mailchimp #mc_embed_signup input,
#mailchimp #mc_embed_signup .mc-field-group select {
    overflow: visible;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.9rem 1rem;
    min-width: 17em;
    text-indent:0;
    border: 1px solid #dedede;
}

/* IE */
body.ie .tabs-sidebar .nav-link.active:before,
body.ie .tabs-sidebar .nav-link:hover:before,
body.ie i{
    /*display: none !important;*/
}

/* Terms */

.terms .content-block h1 {
    font-size: 40px;
    font-weight: bold;
    color: #A13B43;
}

.terms .content-block h2 {
    font-size: 30px;
    font-weight: bold;
    color: #A13B43;
}

.terms .content-block h3 {
    font-size: 21px;
    font-weight: bold;
    color: #3E3E3E;
    margin-bottom: 1.5rem;
}

.terms .content-block h4 {
    font-size: 24px;
    font-weight: bold;
    color: #494949;
}

.terms .content-block h5 {
    font-weight: bold;
}

.terms .content-block table {
    border: 1px solid #900;
    margin-top: 10px;
}

.terms .content-block tr {
    border: 1px solid #900;
    margin-top: 10px;
}

.terms .content-block td {
    border: 1px solid #900;
    margin-top: 10px;
}

.terms .content-block th {
    border: 1px solid #900;
    margin-top: 10px;
}

.terms .content-block .table td, table td {
    padding: 1rem;
    border: 1px solid #dadada;
    line-height: 1.2;
}

.terms .content-block .table th, table th {
    padding: 1rem;
    border: 1px solid #dadada;
    line-height: 1.2;
}

.terms .content-block ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.terms .content-block ul li {
    position: relative;
    padding-bottom: 0.5rem;
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.zebra_stripe tbody tr:nth-child(even) td, .zebra_stripe tbody tr.even td {
    background:#eaeaea;
}

.terms .content-block p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 0;
    margin-bottom: 1rem;
}