body {
    background: #f5f5f5;
    margin:0;
}

a:not(:hover) {
    text-decoration: unset;
}

:root {
    --bs-link-color: #1450ac;
    --bs-primary: #007AFF;
    --bs-blue: #007AFF;
    --bs-primary-rgb: 0,122,255;
    --bs-info: #30B0C7;
    --bs-cyan: #30B0C7;
    --bs-info-rgb: 48,176,199;
    --bs-success: #34C759;
    --bs-green: #1ec337;
    --bs-success-rgb: 52,199,89;
    --bs-warning: #ff9f0a;
    --bs-orange: #ff9f0a;
    --bs-warning-rgb: 255,159,10;
    --bs-danger: #FF3B30;
    --bs-red: #FF3B30;
    --bs-danger-rgb: 255,59,48;
    --bs-purple: #6f42c1;
    --bs-purple-rgb: 111, 66, 193;
    --bs-teal: #20c997;
    --bs-teal-rgb: 32, 201, 151;
    --bs-pink: #d63384;
    --bs-pink-rgb: 214, 51, 132;
    --bs-yellow: #ffc107;
    --bs-yellow-rgb: 255, 193, 7;
    --bs-lime: #7acc00;
    --bs-lime-rgb: 122, 204, 0;
    --bs-slate: #648ec8;
    --bs-slate-rgb: 100, 142, 200;
    /*--bs-light-rgb: 0,0,0;*/
    /*--bs-light: #ECECEC;*/
    --bs-body-color: rgba(0,0,0,0.8);
    --bs-body-font-size: 0.875rem;
    --bs-font-sans-serif: Helvetica, sans-serif;
}

.btn {
    /*--bs-btn-font-size: 1.25rem;*/
}

.btn-primary {
    --bs-btn-bg: #007AFF;
    --bs-btn-border-color: #007AFF;
    --bs-btn-hover-bg: #0068d9;
    --bs-btn-hover-border-color: #0062cc;
    --bs-btn-active-bg: #0062cc;
    --bs-btn-active-border-color: #005cbf;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb) / 50%);
    --bs-btn-focus-shadow-rgb: 38 142 255;
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #30B0C7;
    --bs-btn-border-color: #00C7BE;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2995a8;
    --bs-btn-hover-border-color: #268c9e;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg: #268c9e;
    --bs-btn-active-border-color: #248394;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb) / 50%);
    --bs-btn-focus-shadow-rgb: 79 188 207;
}

.btn-success {
    --bs-btn-bg:#34C759;
    --bs-btn-border-color: #34C759;
    --bs-btn-hover-bg: #2ca94b;
    --bs-btn-hover-border-color: #299f47;
    --bs-btn-active-bg: #299f47;
    --bs-btn-active-border-color: #279442;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb) / 50%);
    --bs-btn-focus-shadow-rgb: 82 207 114;
}

.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff9f0a;
    --bs-btn-border-color: #ff9f0a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e38a00;
    --bs-btn-hover-border-color: #d68200;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg: #d68200;
    --bs-btn-active-border-color: #c97a00;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb) / 50%);
    --bs-btn-focus-shadow-rgb: 222 141 15;
}

.btn-danger {
    --bs-btn-bg: #FF3B30;
    --bs-btn-border-color: #FF3B30;
    --bs-btn-hover-bg: #ff170a;
    --bs-btn-hover-border-color: #fc0d00;
    --bs-btn-active-bg: #fc0d00;
    --bs-btn-active-border-color: #ef0d00;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb) / 50%);
    --bs-btn-focus-shadow-rgb: 255 88 79;
}

.text-bg-primary {
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;
}

.text-bg-info {
    color:#fff!important;
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;
}

.text-bg-success {
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;
}

.text-bg-warning {
    color:#fff!important;
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;
}

.text-bg-danger {
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;;
}

.text-bg-lime {
    background-color: RGBA(var(--bs-lime-rgb),var(--bs-bg-opacity,1))!important;
}

.alert-primary {
    --bs-alert-color: #004085;
    --bs-alert-bg: #cce5ff;
    --bs-alert-border-color: #b8daff;
}

.alert-info {
    --bs-alert-color: #195c67;
    --bs-alert-bg: #d6eff4;
    --bs-alert-border-color: #c5e9ef;
}

.alert-success {
    --bs-alert-color: #10651d;
    --bs-alert-bg: #d2f3d7;
    --bs-alert-border-color: #c0eec7;
}

.alert-warning {
    --bs-alert-color: #855305;
    --bs-alert-bg: #ffecce;
    --bs-alert-border-color: #ffe4ba;
}

.alert-danger {
    --bs-alert-color: #851f19;
    --bs-alert-bg: #ffd8d6;
    --bs-alert-border-color: #ffc8c5;
}

.alert-purple {
    --bs-alert-color: #3a2264;
    --bs-alert-bg: #e2d9f3;
    --bs-alert-border-color: #d7caee;
}

.bg-lime {
    --bs-bg-opacity: 1;
    background-color: rgb(var(--bs-lime-rgb), var(--bs-bg-opacity))!important;
}

.text-lime {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-lime-rgb),var(--bs-text-opacity))!important;
}

.bg-slate {
    --bs-bg-opacity: 1;
    background-color: rgb(var(--bs-slate-rgb), var(--bs-bg-opacity))!important;
}

.text-slate {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-slate-rgb),var(--bs-text-opacity))!important;
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: rgb(var(--bs-purple-rgb), var(--bs-bg-opacity))!important;
}

.text-purple {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-purple-rgb),var(--bs-text-opacity))!important;
}

.bg-teal {
    --bs-bg-opacity: 1;
    background-color: rgb(var(--bs-teal-rgb), var(--bs-bg-opacity))!important;
}

.text-teal {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-teal-rgb),var(--bs-text-opacity))!important;
}

.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgb(var(--bs-yellow-rgb), var(--bs-bg-opacity))!important;
}

.text-yellow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-rgb),var(--bs-text-opacity))!important;
}

.bg-pink {
    --bs-bg-opacity: 1;
    background-color: rgb(var(--bs-pink-rgb), var(--bs-bg-opacity))!important;
}

.text-pink {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-pink-rgb),var(--bs-text-opacity))!important;
}
.bg-light {
    --bs-bg-opacity: 0.075;
}

.card {
    --bs-card-cap-bg: rgba(0, 0, 0, 0.07);
}

.card-hover {
    transition: all .3s ease-in-out;
    transform: scale(1);
    overflow: visible;
}

.card-hover:hover {
    transform: scale(1.04);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-header-rounded {
    border-bottom-left-radius: .9rem !important;
    border-bottom-right-radius: .9rem !important;
}

.trumbowyg-editor-box {
    max-height: 450px;
}

.btn-switch {
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    display: inline-block;
}

.btn-switch[data-bs-value="1"]:before {
    display: inline-block;
    content: '\2714';
    width: 14px;
}

.btn-switch[data-bs-value="0"]:before {
    display: inline-block;
    content: '\2716';
    width: 14px;
}

.btn-switch[data-bs-value="1"] {
    --bs-btn-bg:#34C759;
    --bs-btn-border-color: #34C759;
    --bs-btn-hover-bg: #2ca94b;
    --bs-btn-hover-border-color: #299f47;
    --bs-btn-active-bg: #299f47;
    --bs-btn-active-border-color: #279442;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb) / 50%);
    --bs-btn-focus-shadow-rgb: 82 207 114;
}

.btn-switch[data-bs-value="0"] {
    --bs-btn-bg: #FF3B30;
    --bs-btn-border-color: #FF3B30;
    --bs-btn-hover-bg: #ff170a;
    --bs-btn-hover-border-color: #fc0d00;
    --bs-btn-active-bg: #fc0d00;
    --bs-btn-active-border-color: #ef0d00;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb) / 50%);
    --bs-btn-focus-shadow-rgb: 255 88 79;
}

.hand {
    cursor: pointer;
}

.sortable {
    cursor: pointer;
}

.sortable:before {
    font-family: FontAwesome;
    content: "\f0dc \20";
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-help {
    cursor: help !important;
}

.cursor-wait {
    cursor: wait !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.cursor-grab {
    cursor: grab !important;
}

.cursor-progress {
    cursor: progress !important;
}

.cursor-text {
    cursor: text !important;
}

.cursor-all-scroll {
    cursor: all-scroll !important;
}

.collapse-rotate {}

.collapse-rotate-fa {}

.btn-xs {
    --bs-btn-padding-y: 0.125rem;
    --bs-btn-padding-x: 0.35rem;
    --bs-btn-font-size: 0.750rem;
    --bs-btn-border-radius: 0.25rem;
}

.nav-link:focus, .nav-link:hover {
    background: rgba(0,0,0,.05);
}

.cropper-view-box {
    outline: 2px solid #39f !important;
}

.cropper-dashed {
    border-color: #bbb !important;
}

.modalKundeParamsImagePreviewlogo {
    background:url("../img/cropper/preview_logo.png");
    width: 100%;
    min-height: 250px;
    background-size: cover;
    position: relative;
}

.modalKundeParamsImagePreviewzertifikat {
    background:url("../img/cropper/preview_zertifikat.png");
    width: 100%;
    min-height: 250px;
    background-size: cover;
    position: relative;
}

input::placeholder {
    font-size: .875rem;
}

.copy-to-clip,
.copy-to-clip:focus,
.copy-to-clip:hover,
.copy-to-clip svg,
.copy-to-clip svg:focus,
.copy-to-clip svg:hover {
    box-shadow: none;
    border: none;
    -webkit-appearance: none;
    outline: none;
}

.showLoader {

}

.breadcrumb-item {
    padding-top:2px;
}

.breadcrumb-item.active {
    padding-top: 0px;
    font-weight: bold;
    font-size:1rem;
    color:var(--bs-body-color);
}

@media (min-width: 992px) {
    .nav-hover li.nav-item a.nav-link:hover {
        background: rgba(0, 0, 0, 0.075);
    }

    .nav-hover li.nav-item a.nav-link.active {
        background: rgba(0, 0, 0, 0.1);
    }

    .nav-hover a.dropdown-item.active span.fa {
        color: #fff !important;
    }
}

.bg-glass {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.border-glass {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}