

@media screen and (min-width: 768px) {
    .tooltip2, .tooltip3{
        display: none;
    }
  }


/* TOOLTIP */
.tooltip-wrapper2{
    position: relative;
    display: inline-block;
    width: 100%;
}

.tooltip2.active, .tooltip3.active {
    opacity: 0.8;
    top: -9rem;
}

.tooltip2, .tooltip3{
    opacity: 0;
    position: absolute;
    top: -2rem;
    white-space: nowrap;
    left: 10%;
    transition: opacity 0.25s, top 0.25s;
    width: 15rem;
    white-space: normal;
    pointer-events: none;
}


.tooltip2 .content2, .tooltip3 .content2{
    background: #e9ecef;
    padding: 0.5em 0.75em;
    border-radius: 0.25rem;
    color: #3e3e3e;
    font-size: 14px;
    line-height: 1.1;
}
.tooltip-wrapper2 a{
    text-decoration-line: none;
}

html {
    position: initial;
}
#smartbanner strong {
    margin-top: 0px;
}
#smartbanner * {
    box-sizing: initial;
}

.tooltip-settings-pwd {
    width: 12rem;
}
.tooltip-wrapper:hover .tooltip-settings-pwd {
    top: -3rem;
}

.dz-progress {
    display: none !important;
}


.tooltip[role="tooltip"] {
    min-width: 9rem;
}
.tooltip-inner {
    background: #A13B43;
    padding: 0.5em 0.75em;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    text-align: left;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #A13B43 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #A13B43 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #A13B43 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #A13B43 !important;
}

.color-apkrot{
    color: #A13B43;
}

.kontoinformationen .table th, .kontoinformationen .table td {
    line-height: 1.5;
}

.dropzone .dz-preview .dz-error-message {
    top: 180px !important;
}

.inbox-reply-wrapper {
    border: 3px solid rgba(0, 0, 0, 0.1);
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    max-height: 250px;
    overflow: auto;
}
.inbox-reply-subect {
    font-weight: bold;
    margin-bottom: 5px;
}

.new-messages-counter-menu {
    display: inline-block;
    border-radius: 10px;
    background-color: #A13B43;
    color: #fff;
    text-align: center;
    padding: 0.25em 0.6em;
    margin-left: 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 991.98px){
    .new-messages-counter-menu {
        background-color: #858796;
    }
}

.login .px-lg-5.px-0.py-3, .register .px-lg-5.px-0.py-3, .eid .px-lg-5.px-0.py-3 {
    padding-left: 2.7em !important;
    padding-right: 2.7em !important;
}