@charset "UTF-8";



@font-face {
    font-family: "Font Awesome";
    font-style: normal;
    font-weight: normal;
    src: url("../js/font-awesome/webfonts/fa-regular-400.woff2") format("woff2");
}

/* montserrat-regular - latin */

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Material/MaterialIcons-Regular.ttf');
    src: local("Material Icons"), local("MaterialIcons-Regular"), url('../fonts/Material/MaterialIconsRound-Regular.otf') format("otf"), url('../fonts/Material/MaterialIconsOutlined-Regular.otf') format("otf"), url('../fonts/Material/MaterialIconsSharp-Regular.otf') format("otf"), url('../fonts/Material/MaterialIconsTwoTone-Regular.otf') format("otf"), url('../fonts/Material/MaterialIcons-Regular.ttf') format("truetype");
}


:root {
    --bs-blue: #2c3e50;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #e74c3c;
    --bs-orange: #fd7e14;
    --bs-yellow: #f39c12;
    --bs-green: #18bc9c;
    --bs-black: #000000;
    --bs-teal: #20c997;
    --bs-cyan: #3498db;
    --bs-white: #fff;
    --bs-gray: #95a5a6;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #ecf0f1;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #b4bcc2;
    --bs-gray-600: #95a5a6;
    --bs-gray-700: #7b8a8b;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #2c3e50;
    --bs-secondary: #95a5a6;
    --bs-success: #18bc9c;
    --bs-info: #3498db;
    --bs-warning: #f39c12;
    --bs-danger: #e74c3c;
    --bs-light: #ecf0f1;
    --bs-dark: #7b8a8b;
    --bs-primary-rgb: 44,   62,   80;
    --bs-dark-blue: rgb(1, 64, 129);
    /* Dunkelblau nach Hexadezimalwert */
    --bs-secondary-rgb: 149,   165,   166;
    --bs-success-rgb: 24,   188,   156;
    --bs-info-rgb: 52,   152,   219;
    --bs-warning-rgb: 243,   156,   18;
    --bs-danger-rgb: 231,   76,   60;
    --bs-light-rgb: 236,   240,   241;
    --bs-dark-rgb: 123,   138,   139;
    --bs-white-rgb: 255,   255,   255;
    --bs-black-rgb: 0,   0,   0;
    --bs-body-color-rgb: 33,   37,   41;
    --bs-body-bg-rgb: 255,   255,   255;
    --bs-font-sans-serif: "Montserrat",   -apple-system,   BlinkMacSystemFont,   "Segoe UI",   Roboto,   "Helvetica Neue",   Arial,   sans-serif,   "Apple Color Emoji",   "Segoe UI Emoji",   "Segoe UI Symbol";
    --bs-font-monospace: SFMono-Regular,   Menlo,   Monaco,   Consolas,   "Liberation Mono",   "Courier New",   monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: 'Montserrat',   'Lucida Sans',   'Lucida Sans Regular',   'Lucida Grande',   'Lucida Sans Unicode',   Geneva,   Verdana,   sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-bg-color: #fdfaf3;
    --bs-btn-offer: #f56a51;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #777;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 #ffffff,   0 1px 1px #000000;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),   0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem;
}

html {
    color: #000000;
    font-size: 16px;
    /*Ausgangsgrösse. Immer in px angeben, da rem davon abhängig*/
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
}

body {
    background-color: #ecebeb;
    color: #000000;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: var(--bs-body-font-weight);
    margin-bottom: 60px;
    min-height: 1500px !important;
    overflow-x: hidden;
}

.page-color { background-color: #fff !important }


/* Hintergrund über die gesamte Bildschirm-Breite */

.main-background {
    -ms-background-size: cover;
    background-image: url(../Img/Website/MainBg.jpg);
    background-size: cover;
    height: calc(100vh - 161px);
    margin-top: -1.1rem !important;
}

header.masthead .overlay {
    -ms-opacity: .3;
    background-color: #212529;
    height: 500px;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
}

.material-icons {
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
}

.btn i {
    align-items: center !important;
    bottom: 0 !important;
    display: inline-flex !important;
    height: auto !important;
    line-height: inherit !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}


/* Rules for sizing the icon. */

.material-icons.md-12 { font-size: 12px; }

.material-icons.md-14 { font-size: 14px; }

.material-icons.md-16 { font-size: 16px; }

.material-icons.md-18 { font-size: 18px; }

.material-icons.md-24 { font-size: 24px; }

.material-icons.md-36 { font-size: 36px; }

.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
    color: #000000;
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: #000000;
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
    color: #ffffff;
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.3);
}





.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    /*text-transform: uppercase !important;*/
}

.accordion-button:not(.collapsed) {
    color: #000;
    font-weight: bold
}

.accordion-button {
    color: #000;
    font-weight: bold;
}

.container-fluid { max-width: 1700px; }

.container { max-width: 1700px !important; }

h1 {
    color: #325d88;
    color: rgba(50, 93, 136, 0.9);
    font-size: 3rem;
    font-weight: bold;
    margin: 20px 0 30px 0;
    text-shadow: 1px 1px 2px #dddddd;
}

/*h1 {
    color: var(--bs-dark-blue);*/

/* Die gleiche dunkelblaue Farbe wie bei h2 verwenden */

/*font-size: 2.5rem;*/

/* Eine etwas kleinere Schriftgröße im Vergleich zu h2 verwenden */

/*margin: 20px 0 50px 0;*/

/* Gleiches Marginschema wie bei h2 verwenden */

/*text-shadow: 1px 1px 2px #dddddd;
    font-weight: 600;*/

/* Gleiche Schriftstärke wie bei h2 verwenden */

/*}*/

/*h2 {
    background-color: var(--bs-gray-600);
    color: var(--bs-white);
    font-size: 1.9rem;
    font-weight: 500;
    margin: 20px 0 30px 0;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}*/

h2 {
    background-color: #014081;
    background-color: rgba(1, 64, 129, .8);
    /*Etwas mehr Padding hinzufügen, um den Text zu zentrieren und zu betonen */
    border-radius: 8px;
    /*Eine tiefere, edlere Blauton verwenden */
    color: var(--bs-white);
    font-size: 2rem;
    /*Eine etwas größere Schriftgröße verwenden */
    font-weight: 600;
    /*Eine dickere Schrift verwenden, um die Wichtigkeit hervorzuheben */
    margin: 20px 0 50px 0;
    padding: 10px;
    /*Eine leichte Abrundung der Ecken für ein eleganteres Aussehen */
    text-align: center;
    width: 100%;
}

/* Für Titel unter h2, 'sub-title' verwenden */

h3 {
    color: var(--bs-dark-blue);
    /* Die gleiche dunkelblaue Farbe wie bei h1 und h2 verwenden */
    font-size: 1.8rem;
    /* Ein ähnliches Marginschema wie bei h1 und h2 verwenden */
    font-weight: 500;
    /* Eine etwas kleinere Schriftgröße als bei h2 verwenden */
    margin: 10px 0 20px 0;
    /* Eine ähnliche Schriftstärke wie bei h2 verwenden */
}

h4 { color: var(--bs-gray) }

h6 {
    color: var(--bs-gray-700);
    font-style: italic;
}

.full-width-section {
    position: relative;
    /* Positionierung für das Pseudoelement festlegen */
    /* background-color: #ffffff;*//*Hintergrundfarbe des Bereichs, falls gewünscht */
}

.full-width-section::before {
    /*background-color: transparent;
        background-image: linear-gradient(90deg, #fff6e2 0, #fdfaf3 100%);*/
    background-image: linear-gradient(90deg, #b0c4de 0, #f2f8ff 100%);
    /* Das Pseudoelement hinter den Inhalt setzen */
    /*Schatten hinzufügen*/
    box-shadow: 0 0 5px #aeaaaa;
    box-shadow: 0 0 5px rgba(174, 170, 170, 0.5);
    content: "";
    /* Pseudoelement benötigt einen Inhalt */
    height: calc(100% + 40px);
    /* Die volle Höhe des Elternelements + 20px Abstand oben und unten */
    left: 50%;
    /* Den linken Rand des Pseudoelements auf die Mitte des Viewports setzen */
    position: absolute;
    /* Absolute Positionierung für das Pseudoelement */
    top: -20px;
    /* 20px Abstand nach oben */
    transform: translateX(-50%);
    /* Das Pseudoelement horizontal zurückverschieben, um es zu zentrieren */
    width: calc(100vw + 40px);
    /* Die gesamte Viewport-Breite + 20px Abstand auf jeder Seite */
    z-index: -1;
}


/*.sub-title {
    background-color: var(--bs-gray-300);
    color: var(--bs-black);
    font-size: 1.2rem;
    font-weight: 500;
    margin: -7px 0 30px 0;
    padding: 5px;*/

/*border-radius: 5px;*/

/*text-align: center;
    width: 100%;
}*/

.sub-title {
    background-color: var(--bs-gray-400);
    border-radius: 8px;
    color: var(--bs-black);
    font-size: 1.6rem;
    font-weight: 500;
    margin: 10px 0 30px 0;
    /* Geringfügige Anpassung des oberen Margins für eine bessere Ausrichtung */
    padding: 5px;
    /* Wie im angepassten h2-Element, um einen konsistenten Look zu gewährleisten */
    text-align: center;
    width: 100%;
}

.k-card-body-bg-lawyer { background-color: #f9f9f9 !important }

.hr-border { border-top: 5px solid #095484; }

.hr-strong {
    border: 0;
    border-top: 2px solid;
    color: inherit;
    margin: 2rem 0;
    opacity: .25;
}

p, ul, li, input, textarea {
    color: var(--bs-gray-800);
    line-height: 1.5;
}

.horizontal-list {
    display: flex;
    flex-wrap: wrap;
    /* Hier wird das Umbruchverhalten festgelegt */
    gap: 8px;
    /* Hier wird der Abstand zwischen den Listenelementen festgelegt */
    list-style: none;
    /* Verhindert die Anzeige des Listenmarkers */
}

.horizontal-list-item {
    display: inline-block;
    /* Zeigt die Elemente inline an und ermöglicht horizontalen Fluss */
    /*margin-right: 3px;*//* Optional: Fügt Abstand zwischen den Elementen hinzu */
}

.horizontal-list-item:last-child {
    margin-right: 0;
    /* Entfernt den Abstand für das letzte Element */
}

strong, b { font-weight: bold; }

ul.ipro_menu, li.active-parent, ul.sub-menu, li a.active-parent { color: var(--bs-white) !important }

#title-container {
    -moz-box-shadow: 10px 8px 21px 0 #cccccc;
    -moz-box-shadow: 10px 8px 21px 0 rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0 #cccccc;
    -webkit-box-shadow: 10px 8px 21px 0 rgba(204, 204, 204, 0.75);
    background-color: #343a40;
    box-shadow: 10px 8px 21px 0 #cccccc;
    box-shadow: 10px 8px 21px 0 rgba(204, 204, 204, 0.75);
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    min-height: 460px;
    padding: 105px 28px 28px 28px;
    position: relative;
    text-align: center;
}

#title-container h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0;
    padding: 0;
}

#title-container h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0;
}

#title-container p {
    font-size: 1rem;
    line-height: 20px;
    padding: 0 25px;
}



/*Info-Line inner ans Outer*/

@media (max-width: 767px) {
    .info-line-outer {
        color: var(--bs-orange);
        display: none;
    }
}

@media (min-width: 768px) {
    .info-line-outer { display: block; }
}

@media (max-width: 768px) {
    h1 { font-size: 2rem; }

    .info-line-inner { display: block; }

    .div-not-show { display: none }
}

@media (min-width: 767px) {
    .info-line-inner { display: none; }
}

.info-line-colored { color: var(--bs-orange); }

/*Ende Info-Line inner ans Outer*/




.covid-image {
    margin-bottom: 15px;
    width: 214px;
}



/* FORMS */

#qbox-container {
    -moz-box-shadow: 10px 8px 21px 0 #cccccc;
    -moz-box-shadow: 10px 8px 21px 0 rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0 #cccccc;
    -webkit-box-shadow: 10px 8px 21px 0 rgba(204, 204, 204, 0.75);
    box-shadow: 10px 8px 21px 0 #cccccc;
    box-shadow: 10px 8px 21px 0 rgba(204, 204, 204, 0.75);
    min-height: 630px;
    padding: 62px;
    position: relative;
}

#steps-container {
    align-items: center;
    display: flex;
    margin: auto;
    min-height: 420px;
    vertical-align: middle;
    width: 500px;
}

.step { display: none; }

.step h4 {
    /*font-size: 23px;*/
    font-size: 1.4375rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 26px 0;
    padding: 0;
    position: relative;
}

.progress { border-radius: 0 !important; }

.q__question { position: relative; }

.q__question:not(:last-child) { margin-bottom: 10px; }

.question__input {
    left: -9999px;
    position: absolute;
}

.question__label {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    line-height: 40px;
    padding: 5px 20px 5px 50px;
    position: relative;
    transition: all 0.15s ease-in-out;
}

.question__label:hover { border-color: #DC3545; }

.question__label:before,
.question__label:after {
    content: "";
    position: absolute;
}

.question__label:before {
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #ced4da;
    height: 26px;
    left: 10px;
    top: 12px;
    transition: all 0.15s ease-in-out;
    width: 26px;
}

.question__input:checked + .question__label:before {
    background-color: #DC3545;
    box-shadow: 0 0 0 0;
}

.question__input:checked + .question__label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 5px;
    left: 18px;
    top: 22px;
    transform: rotate(-45deg);
    width: 10px;
}

input:focus { outline: none; }

#input-container {
    box-shadow: none !important;
    display: inline-block;
    margin-top: 36px !important;
}

.input-group-text { font-size: inherit !important }

.kendo-rating {
    align-items: center;
    display: flex;
    justify-content: center;
}

.kendo-rating.k-icon { color: rgb(255, 154, 88) !important; }

.kendo-rating-text { margin-left: 5px; }

.k-rating-item.k-selected { color: rgb(255, 154, 88) !important; }

.k-card-header { font-size: 1.5rem !important; }

.k-card.center {
    margin: auto;
    width: 60%;
    /*border: 3px solid #73AD21;
    padding: 10px;*/
}

.k-card-body {
    background-color: #ffffff;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.k-card { font-size: 1.071rem !important; }

.k-item.k-tabstrip-item.k-hover { background: #dcdcdc !important; }

.k-tabstrip-items .k-item .k-link {
    color: black !important;
    font-weight: normal !important;
    white-space: nowrap;
}

.k-tabstrip-items .k-item.k-disabled { opacity: .6 !important }

.k-state-locked { overflow: hidden; }

.k-panelbar > .k-item > .k-link, .k-panelbar > .k-panelbar-header > .k-link {
    background-color: var(--bs-gray-200);
    color: inherit !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.k-panelbar > .k-item > .k-link.k-selected, .k-panelbar > .k-panelbar-header > .k-link.k-selected {
    background-color: #ffffff !important;
    border: 0 solid gray !important
}

.k-panelbar > .k-item > .k-link:focus, .k-panelbar > .k-item > .k-link.k-focus, .k-panelbar > .k-panelbar-header > .k-link:focus, .k-panelbar > .k-panelbar-header > .k-link.k-focus { box-shadow: none !important; }

.centered-hr {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    /* Anpassen Sie den Abstand nach Bedarf */
}

.centered-hr hr {
    border: none;
    border-top: 1px solid black;
    /* Stil des Trennstrichs anpassen */
    margin: 0;
    width: 10cm;
}

.image-container {
    align-items: center;
    display: flex;
    height: 420px;
    /* Hier die gewünschte Höhe einstellen */
    justify-content: center;
    margin: auto;
    max-height: 100vh;
    overflow: hidden;
}

.image-container img {
    height: 100%;
    object-fit: cover;
    /* Dies sorgt dafür, dass das Bild den Container ausfüllt und beschnitten wird, um das Seitenverhältnis beizubehalten */
    object-position: center center;
    /* Das Zentrum des Bildes wird immer in der Mitte gehalten */
    width: auto;
}






/* Hover-Effekt */

#kendoTabs li:hover {
    background-color: white !important;
    /* Hintergrundfarbe wird etwas dunkler bei Hover */
}

/* Änderung des Tab-Hintergrunds für den aktiven (ausgewählten) Tab */

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    background-color: #d8d8d8 !important;
    border-bottom-color: #FF6356 !important;
    border-bottom-width: 2px !important;
    margin-bottom: 0 !important;
}

/* Schriftfarbe für den aktiven (ausgewählten) Tab auf Weiß setzen */

/*.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active .k-link,*/

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active .k-link {
    color: black !important;
    font-weight: normal !important;
    /* Set the font weight to bold for the active tab */
}


/*.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-bottom: -2px;
    border-bottom-width: 2px;
    border-bottom-color: red !important;
}*/

.k-tabstrip-items .k-link { height: 2.5rem; }

.k-tabstrip-items-wrapper .k-item { background-color: #f7f6f6 !important; }

.k-dropdownlist {
    color: #000000 !important;
    /*font-weight: bold !important;*/
}

.k-input {
    /*font-weight: bold !important;*/
    background-color: inherit !important;
    border: 1px solid #ced4da !important;
    color: #000000 !important;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.k-input-inner {
    /*font-weight: bold !important;*/
    background-color: #e6edfa !important;
    color: #000000 !important;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.k-disabled, .k-widget[disabled] { opacity: 1 !important; }

.k-picker {
    background-color: #fafbfe !important;
    border: 1px solid #ced4da !important;
    color: #000 !important;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

.k-textarea {
    background-color: #fafbfe !important;
    border: 1px solid #ced4da !important;
    color: #766068 !important;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
}


/*Kendo-Grid Hover*/

.k-editable-area {
    background-color: #fafbfe !important;
    border: 1px solid #ced4da !important;
    color: #766068 !important;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

.k-grid .k-state-selected {
    background-color: #608ddf !important;
    color: #FFF !important;
}

.k-grid .k-state-selected:hover {
    background-color: #608ddf !important;
    color: #FFF !important;
}

.k-grid tr:hover,
.k-grid td.k-state-selected:hover,
.k-grid tr.k-state-selected:hover td {
    background-color: #608ddf !important;
    color: #FFF !important;
}

/*Ende Kendo-Grid Hover*/

.k-table-td {
    font-size: .93rem !important;
    white-space: normal !important
}

.k-radio-label-bold { font-weight: 700 !important; }

.kendo-checkbox-label { font-size: 0.8rem; }


/*.k-textbox .k-numerictextbox .k-dropdown {
    color: #660707 !important;
    font-weight: bolder !important
}*/


#q-box__buttons { text-align: center; }

.btn {
    /*font-size: .8rem !important; */
    min-width: 150px;
}

.btn-small {
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    text-transform: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
}

.btn-offer {
    -webkit-user-select: none;
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: var(--bs-btn-border-radius);
    box-shadow: #000000 0 1px 3px 0;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--bs-btn-font-family);
    font-size: 1.2rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 250ms;
    user-select: none;
    vertical-align: baseline;
    width: auto;
}

.btn-offer:hover,
.btn-offer:focus {
    background-color: #fd7216;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;*/
    color: #ffffff !important;
}

/*.btn-offer:hover {
        transform: translateY(-1px);
    }*/

.btn-offer:active {
    background-color: #c85000;
    box-shadow: #000000 0 2px 4px;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}

.btn-container-center {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btnr-40 { margin-right: 40px; }

.btn-w150 { min-width: 150px }

.btn-w200 { min-width: 200px }

#success { display: none; }

#success h4 { color: #DC3545; }

.back-link {
    color: #DC3545;
    font-size: 1.286rem;
    font-weight: 700;
    text-decoration: none;
}

.back-link:hover { color: #82000a; }

#preloader-wrapper {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#preloader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border-radius: 100%;
    border-top-color: #fff;
    display: block;
    height: 119px;
    left: 50%;
    margin: -75px 0 0 -75px;
    position: relative;
    top: 50%;
    width: 120px;
    z-index: 1001;
}

@-webkit-keyframes spin {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#preloader-wrapper .preloader-section {
    background: #F7F9FF;
    height: 100%;
    position: fixed;
    top: 0;
    width: 51%;
    z-index: 1000;
}

#preloader-wrapper .preloader-section.section-left { left: 0 }

#preloader-wrapper .preloader-section.section-right { right: 0; }

.loaded #preloader-wrapper .preloader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader-wrapper .preloader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #preloader-wrapper {
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
    visibility: hidden;
}

.fs-18 { font-size: 1.8rem; }

.fs-14 { font-size: 1.4rem; }

.fs-12 { font-size: 1.2rem; }

.fs-13 { font-size: 1.3rem; }

.fs-11 { font-size: 1.1rem; }

.fs-10 { font-size: 1rem; }

.fs-08 { font-size: .8rem; }

.fs-09 { font-size: .9rem; }



/* MEDIA QUERIES */

@media (min-width: 990px) and (max-width: 1199px) {
    #title-container { padding: 80px 28px 28px 28px; }

    #steps-container { width: 85%; }

    .fs-18 { font-size: 1.6rem; }
}

@media (max-width: 991px) {
    #title-container {
        min-height: inherit;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    #qbox-container { padding: 30px; }

    #steps-container {
        min-height: 400px;
        width: 100%;
    }

    #title-container { padding-top: 50px; }

    h1 { font-size: 2rem; }

    .fs-18 { font-size: 1.3rem; }

    .fs-14 { font-size: 1.2rem; }

    .fs-13 { font-size: 1.1rem; }

    .fs-12 { font-size: 1rem; }

    .fs-11 { font-size: 1rem; }

    .fs-10 { font-size: .9rem; }

    .fs-09 { font-size: .8rem; }

    .fs-08 { font-size: .7rem; }
}

@media (max-width: 560px) {
    #qbox-container { padding: 40px; }

    #title-container { padding-top: 45px; }

    h1 { font-size: 1.8rem; }

    .fs-18 { font-size: 1.2rem; }
}

#profileCompleteness {
    margin-bottom: 0.857rem;
    width: 100%;
}

.k-grid { font-size: 0.857rem !important; }

.k-grid td { line-height: 1.5em !important; }

.k-textbox { color: black }

.k-textbox.large { width: 100% !important; }

.k-textbox .numeric {
    /*width: 96%;*/
    text-align: right;
    /*padding-right: 5px !important;*/
}

.k-textbox .background { background-color: #ffcaca; }

.k-floating-label-container { width: 100%; }

.k-form-footer {
    display: flex;
    flex-direction: column;
}

.k-counter-container {
    color: #9C9C9C;
    font-size: 0.929rem;
    margin-left: auto;
    margin-top: 5px;
}

.k-input, .k-picker { font-weight: 500 !important }

label {
    color: black;
    font-weight: 400
}

.img-shadow {
    box-shadow: 0.4rem 0.4rem 0.45rem #00001e;
    box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
    position: relative;
}

.img-text-left {
    float: left;
    padding: 0 15px 15px 0;
}

.fit-image {
    display: block;
    height: auto;
    margin: auto;
    width: 50%;
}

.col--img {
    align-self: flex-start;
    background: white;
    flex: 0 0 33.333%;
}

.col--text {
    background: #325d88;
    background: rgba(50, 93, 136, 0.9);
    border-radius: 5px;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    position: relative;
}

.col--text p { color: white; }

@media (min-width: 767px) {
    h3 { font-size: 2rem; }

    .flex-container { display: flex; }

    .col--text {
        border-radius: 5px;
        margin-left: -5rem;
        margin-top: 2rem;
        padding: 2rem 4rem;
        z-index: 999;
    }

    .k-card-margin { margin-top: 42px; }
}

.link-intro {
    color: #ffc663 !important;
    font-weight: 400 !important;
    margin-top: auto;
    text-decoration: none;
}

.link {
    color: #fe4c4c !important;
    font-weight: inherit;
    margin-top: auto;
    text-decoration: none;
}

.phone-link {
    color: inherit !important;
    font-weight: inherit;
    margin-top: auto;
    text-decoration: none;
}



/* Quick-zoom Container */

.img-hover-zoom--quick-zoom img {
    transform-origin: 0 0;
    transition: transform .25s, visibility .25s ease-in;
}

/* The Transformation */

.img-hover-zoom--quick-zoom:hover img { transform: scale(1.03); }

/* Blur-zoom Container */

.img-hover-zoom--blur img {
    filter: blur(2px);
    transform: scale(1.2);
    transition: transform 1s, filter 2s ease-in-out;
}

/* The Transformation */

.img-hover-zoom--blur:hover img {
    filter: blur(0);
    transform: scale(1);
}

/* Slow-motion Zoom Container */

.img-hover-zoom--slowmo img {
    filter: brightness(150%);
    transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
}

/* The Transformation */

.img-hover-zoom--slowmo:hover img {
    filter: brightness(100%);
    transform: scale(3);
}

.btn-pay { background-color: var(--bs-yellow) }

.card {
    box-shadow: 0 0 5px 0 #16161a;
    box-shadow: 0 0 5px 0 rgba(22, 22, 26, .25);
}

.cardbody-link,
.k-cardbody-link {
    color: var(--bs-black);
    text-decoration: none;
    width: 100%
}

.cardbody-link:hover,
.k-cardbody-link:hover {
    color: inherit;
    text-decoration: none;
}

.card-btn,
.k-card-btn {
    background-color: white;
    border: 0;
    margin: 0 -6px;
}

.card-hover:hover,
.k-card-hover:hover {
    -webkit-transition: box-shadow .1s ease;
    box-shadow: 1px 8px 20px grey;
}

.text-danger,
.error-message {
    font-size: .8rem;
    font-style: italic !important;
    font-weight: 700 !important
}

.card-link,
.k-card-link {
    background: #ffffff;
    border: 0;
    color: inherit;
    text-decoration: none;
    width: 100%
}

.card-link:hover,
.k-card-link:hover {
    border: 0;
    color: inherit;
    text-decoration: none;
}

.card-hover:hover,
.k-card-hover:hover { background: #fefefe; }







/*Scrollbar*/

body::-webkit-scrollbar {
    width: 15px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #d5d5d5;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    /* roundness of the scroll thumb */
    border: 2px solid #d5d5d5;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* creates padding around scroll thumb */
}

/*End Scrollbar*/




/* Kendo CSS */

/*.k-dropzone {
    background-color: #e2f0fd !important;
    height: 100px;
}*/

kbd-upload-button { color: black !important }

.k-dropzone-hint { color: black !important }

k-upload-status-total { color: green !important }






/*Telerik Classroom*/

/*
   * Sidebar
   */

.sidebar {
    bottom: 0;
    box-shadow: inset -1px 0 0 #000000;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    left: 0;
    padding: 67px 0 0;
    /* Height of navbar */
    position: fixed;
    top: 0;
    z-index: 100;
    /* Behind the navbar */
}

.sidebar-sticky {
    height: calc(100vh - 67px);
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    padding-top: .5rem;
    position: relative;
    top: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    color: #333;
    font-weight: 500;
}

.sidebar .nav-link .feather {
    color: #999;
    margin-right: 4px;
}

.sidebar .nav-link.active { color: #007bff; }

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather { color: inherit; }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.li-avatar {
    background-color: #eeeeee;
    height: 40px;
    width: 40px;
}

.li-estimate {
    color: #555a97;
    font-size: 10px;
    font-weight: bold;
}

.li-date {
    color: #555a97;
    font-size: 0.857rem;
    margin-left: 10px;
}

.indicator-pbi { background-color: #527FD7; }

.indicator-bug { background-color: #D75252; }

.indicator-chore { background-color: #666666; }

.indicator-impediment { background-color: #D7C152; }

.priority-pendent {
    background-color: var(--bs-danger);
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    width: 90px;
}

.priority-pruefung, .priority-warning {
    background-color: var(--bs-warning);
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    width: 90px;
}

.priority-primary {
    background-color: var(--bs-primary);
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    width: 90px;
}

.priority-offerten, .priority-gray {
    background-color: var(--bs-gray-700);
    color: #fff;
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    width: 90px;
}

.priority-bearbeitung, .priority-green {
    background-color: var(--bs-green);
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    width: 90px;
}

.priority-closed, .priority-red {
    background-color: var(--bs-red);
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    width: 90px;
}

.priority-info, .priority-blue {
    background-color: var(--bs-cyan);
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    width: 90px;
}

.badge-red {
    background-color: var(--bs-red);
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
    width: 70px;
}

.badge-green {
    background-color: var(--bs-green);
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    min-width: 70px;
    text-align: center;
}

.modal-body {
    max-height: 400px;
    overflow: scroll;
}

/*End Telerik Classroom*/





/* styles for validation helpers */

.field-validation-error {
    color: #FF0000;
    font-size: .8rem;
    font-style: italic !important;
    font-weight: 700 !important;
}

.field-validation-valid { display: none; }

input.input-validation-error { border: 1px solid #FF0000; }

select.input-validation-error { border: 1px solid #FF0000; }

input[type="checkbox"].input-validation-error { border: 0 none; }

.validation-summary-errors { color: #FF0000 !important; }

.validation-summary-valid { display: none; }






/*TIMELINE*/

.timeline {
    background: inherit;
    max-width: 800px;
    /*padding: 20px 50px;*/
    padding: 20px 50px 20px 10px;
    position: relative;
    width: 100%;
    /*box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);*/
}

.timeline:before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: calc(39% - 13px);
    position: absolute;
    top: 0;
    width: 1px;
}

.timeline:after {
    clear: both;
    content: "";
    display: table;
}

.entry {
    clear: both;
    position: relative;
    text-align: left;
}

.entry .title {
    float: left;
    margin-bottom: 0.5em;
    padding-right: 30px;
    position: relative;
    text-align: right;
    width: 39%;
}

.entry .title:before {
    background-color: inherit;
    border: 4px solid salmon;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    height: 8px;
    position: absolute;
    right: -9px;
    top: 15%;
    width: 8px;
    z-index: 99;
}

.entry .title h3 {
    font-size: 120%;
    margin: 0;
}

.entry .title p {
    font-size: 100%;
    margin: 0;
}

.entry .body {
    float: right;
    /*margin: 0 0 3em;*/
    margin: 0;
    padding-left: 30px;
    width: 60%;
}

.entry .body p { line-height: 1.4em; }

.entry .body span:first-child {
    font-weight: 400;
    margin-top: 0;
}

.entry .body span .remarks {
    color: #aaa;
    padding-left: 0;
}

.entry .body ul {
    color: #aaa;
    list-style-type: none;
    padding-left: 0;
}

.entry .body ul li:before {
    content: ".";
    margin-right: 0.5em;
}

/*ENDE Timeline*/


.intro-titel { color: #fff !important }

.intro-text { color: #000 !important }

.no-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*Placeholder*/

/*ENDE Placeholder*/





.boldText { font-weight: bold !important; }

.text-color-info {
    color: #084298 !important;
}

.text-color-warning { color: #c55524 }

table {
    color: #000000 !important;
    --bs-table-hover-color: #000 !important;
}

::-webkit-input-placeholder {
    color: #7e7e80 !important;
    font-size: .8rem !important;
    font-style: italic !important;
    font-weight: normal;
}

.first-letter-upper { display: block; }

.first-letter-upper:first-letter { text-transform: uppercase; }






/*FOOTER*/

.footer-clean {
    background-color: #fbf5ee;
    color: #4b4c4d;
    padding: 50px 0 10px 0;
}

.footer-clean h3 {
    font-size: 1.0714rem;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0;
}

.footer-clean ul {
    font-size: 1rem;
    line-height: 1.6;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.footer-clean ul a {
    color: inherit;
    opacity: 0.8;
    text-decoration: none;
}

.footer-clean ul a:hover { opacity: 1; }

.footer-clean .item.social { text-align: right; }

@media (max-width: 767px) {
    .footer-clean .item {
        padding-bottom: 20px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social { text-align: center; }
}

.footer-clean .item.social > a {
    border: 1px solid #ccc;
    border-radius: 50%;
    color: inherit;
    display: inline-block;
    font-size: 1.714rem;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    margin-top: 22px;
    opacity: 0.75;
    text-align: center;
    width: 40px;
}

.footer-clean .item.social > a:hover { opacity: 0.9; }

@media (max-width: 991px) {
    .footer-clean .item.social > a { margin-top: 40px; }
}

@media (max-width: 767px) {
    .footer-clean .item.social > a { margin-top: 10px; }
}

.footer-clean .copyright {
    font-size: 0.929rem;
    margin-bottom: 0;
    margin-top: 14px;
    opacity: 0.6;
}

/*ENDE FOOTER*/




.text-blue-denim-300 {
    --tw-text-opacity: 1;
    color: #a7c1cb;
    color: rgba(167, 193, 203, var(--tw-text-opacity));
}

.bg-blue-denim-500 {
    --tw-bg-opacity: 1;
    background-color: #0d2f3b;
    background-color: rgba(13, 47, 59, var(--tw-bg-opacity));
}

.mr-5 { margin-right: 1.25rem; }

a {
    --tw-text-opacity: 1;
    -webkit-transition-duration: .15s;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    /*color: rgb(253, 253, 253);*/
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition-duration: .15s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

/*.bi {
    position: absolute;
    top: 5px;
}*/


#cookieConsentdiv {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 30px 30px 0 0;
    bottom: 0;
    box-shadow: 03px 10px 5px #000000;
    box-shadow: 03px 10px 5px rgba(0, 0, 0, 0.4);
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    left: 50%;
    padding: 20px 30px 20px 30px;
    position: fixed;
    text-align: center;
    transform: translateX(-50%);
    width: 400px;
    z-index: 1000;
}

#cookieConsentdiv button {
    background-color: green;
    border: none;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    padding: 10px 50px;
    transition: all ease 0.5s;
}

#cookieConsentdiv button:hover { background-color: darkgreen; }

#cookieConsentdiv h3 { font-size: 1.5714rem; }

#cookieConsentdiv p { font-size: 0.9286rem; }

#cookieConsentdiv a {
    color: gray;
    text-decoration: underline;
}

.arrow-right {
    /* Stil für die Pfeilklasse */
    position: relative;
}

.star-container {
    align-items: flex-start;
    display: flex;
}

.star-col {
    align-items: center;
    /* Stil für die Spalte (col) */
    display: flex;
    flex-direction: column;
}

.fa-star-bewertung {
    /* Stil für den Stern */
    color: #ffa500;
    margin-top: 5px;
}

.fa-star-bewertung:before {
    content: "\ue83a";
    /* Unicode für den Stern aus der Material Icons */
    display: inline-block;
    font-family: "Material Icons";
    /* Richtig benannte Schriftart für Material Icons */
    font-size: 2vw;
    /* Größe in Prozent der Bildschirmbreite */
    font-weight: 900;
    /* Schriftstärke für Material Icons Solid Icons */
}

.breadcrumb, .btn, .btn-small .dropdown-menu .dropdown-item, .nav-pills .nav-link, .nav-tabs .nav-link, .navbar .nav-link, .pagination, .sandstone, .tooltip { text-transform: none !important; }

.fallback {
    background-image: url("~/img/website/42-3.jpg");
    background-position: center center;
    /*fallback for older browsers background-size: cover;*/
    background-repeat: no-repeat;
    display: inline-block;
    /*to ensure it wraps correctly around the image, even if it is a a or span tag*/
    min-height: 480px;
    min-width: 720px;
}

.cc_image {
    background-position: center center;
    /*fallback for older browsers background-size: cover;*/
    background-repeat: no-repeat;
    min-height: 480px;
    min-width: 720px;
}

.bg-card-header {
    align-items: center;
    background-color: #325D88;
    border-top: 2px orange solid;
    display: flex;
    height: 100px;
    justify-content: center;
}

.bg-card-footer-50 {
    align-items: center;
    background-color: lightslategray;
    display: flex;
    height: 50px;
    padding: 0 10px;
}

.bg-card-footer-20 {
    align-items: center;
    background-color: lightslategray;
    display: flex;
    height: 30px;
    padding: 0 10px;
}

.multiline-ellipsis {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* start showing ellipsis when 3rd line is reached */
    display: -webkit-box;
    overflow: hidden;
    white-space: pre-wrap;
    /* let the text wrap preserving spaces */
}

.ellipsis {
    overflow: hidden;
    /* keeps the element from overflowing its parent */
    text-overflow: ellipsis;
    /* enables ellipsis */
    white-space: nowrap;
    /* keeps the text in a single line */
}

.bi {
    display: inline-block;
    fill: currentcolor;
    vertical-align: -0.125em;
}

.bi-three-dots::before { content: "\f5d4"; }

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal !important;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
}

.dropdown-menu {
    background-color: #eae9e9 !important;
    color: #000000 !important
}

.dropdown-item {
    color: #000000 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    /*text-transform: uppercase !important*/
}

.static-top-font { font-size: .9rem !important }

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
}

@media (max-width: 768px) {
    .lawyer-text { text-align: center !important }

    .hide-it { display: none }

    .fit-image-vert {
        display: block;
        height: 50%;
        margin: auto;
        width: auto;
    }

    /* Medienabfrage für Bildschirmbreite kleiner als 768px */
    .fa-star-bewertung {
        display: none;
        /* Stern bei kleiner Bildschirmbreite ausblenden */
    }
}

@media print {
    .print-color { color: #000000 !important; }

    .noprint { display: none !important; }
}

.k-grid-content tr:not(.k-grouping-row) td:not(.k-group-cell) { cursor: pointer; }

.k-toolbar .k-input { width: 100%; }

.tab-with-badge { position: relative; }

.tab-badge-danger {
    background-color: red;
    border-radius: 50%;
    color: white;
    font-size: 0.5714rem;
    font-weight: bold;
    padding: 2px 6px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 0
}

.tab-badge-success {
    background-color: green;
    border-radius: 50%;
    color: white;
    font-size: 0.5714rem;
    font-weight: bold;
    padding: 2px 6px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 0
}

.container-lawyer-detail {
    display: flex;
    justify-content: flex-end;
}

.left-elements-lawyer-detail {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-top: -30px;
}

.flip-box {
    background-color: transparent;
    border: 1px solid #f1f1f1;
    height: 200px;
    perspective: 1000px;
    width: 300px;
}

.flip-box-inner {
    height: 100%;
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 0.8s;
    width: 100%;
}

.flip-box:hover .flip-box-inner { transform: rotateY(180deg); }

.flip-box-front, .flip-box-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
}

.flip-box-front {
    background-color: goldenrod;
    color: black;
}

.flip-box-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
}

.bd-callout-success {
    background-color: rgb(234, 244, 235) !important;
    border-left-color: rgb(6, 114, 19) !important;
}

.bd-callout-warning {
    background-color: rgb(246, 233, 213) !important;
    border-left-color: rgb(240, 173, 78) !important;
}

.bd-callout-danger {
    background-color: rgb(247, 215, 210) !important;
    border-left-color: rgb(249, 57, 26) !important;
}

.bd-callout-info {
    background-color: #cfe2ff !important;
    border-left-color: rgb(76, 78, 128) !important;
}

.bd-callout-light {
    background-color: rgb(240, 240, 240) !important;
    border-left-color: rgb(110, 109, 108) !important;
}

.bd-callout-primary {
    background-color: rgb(207, 228, 249) !important;
    border-left-color: rgb(50, 93, 136) !important;
}

.bd-callout {
    border: 1px solid #e9ecef;
    border-left-width: 0.3rem;
    border-radius: 0.25rem;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
}

.k-dropzone {
    height: 100px !important;
    text-align: center !important;
}

.k-upload .k-upload-button {
    background-color: rgb(50, 93, 136) !important;
    color: #ffffff;
    cursor: pointer !important;
    min-width: 15em !important;
}

.k-upload *, .k-upload *::before, .k-upload *::after { box-sizing: border-box; }

.k-upload-button-wrap {
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 300 !important;
    opacity: 1;
    width: 210px !important;
}

.k-upload-button-wrap input {
    cursor: pointer !important;
    opacity: .1 !important;
}

legend { font-weight: 700 !important }

h2#modalTitleId.swal2-title { background-color: transparent !important; }

h2.swal2-title.swal2-title { background-color: transparent !important; }