/*
Hier kommen grundlegende Stile wie Body, Typografie, Links, Standardformularelemente usw. hinein.
 */
html, body {
    background: #f9fbfd;
    -webkit-font-smoothing: antialiased;
    font-family: Lato, sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 20px;
    margin: 0;
    min-height: 100% !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #ddd !important;
}

/*
BUTTONS
Diese Dateien enthalten Stile für spezifische UI-Elemente oder Widgets.
 */


#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.btn-floating {
    border-radius: 50%;
    padding: 0;
    width: 2.8rem;
    line-height: 2.8rem;
}

.btn-white-border {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.btn-dark-border {
    color: #575962 !important;
    border: 1px solid #575962 !important;
}

/*
COLORS
In dieser Datei werden die Farben im System definiert. Hierbei werden zwischen Hintergründen (bg-xyz) und
Textfarben (text-xyz) unterschieden.
*/

/*
Backgrounds
Die Hintergründe definieren nur die Hintergrundsfarbe eines Containers. Alte Klassen sollten unbedingt beibehalten
bleiben. Starten sollte immer mit "bg-" und im Anschluss die Farbe. Sollte die Schriftfarbe Schwarz sein, muss keine
dies nicht explizit definiert werden.
 */

.bg-default {
    background: #575962 !important;
}

.blue .bg-light-blue .info {
    background: #2196F3 !important;
    color: white;
}

.info-blue .bg-blue {
    background-color: #3F51B5;
}

.email .bg-dark-blue {
    background: #00137f;
    color: #FFF;
}

.cyan .bg-cyan {
    background: #00BCD4 !important;
    color: #000;
}

.language .bg-purple {
    background: #a504ff;
    color: #FFF;
}

.red .bg-red .fatal .info-red {
    background: #F44336 !important;
    color: white;
}

.cronjob .bg-brown {
    background: #795548;
    color: #FFF;
}

.orange .bg-orange .error .info-orange {
    background: #FF9800 !important;
    color: white;
}

.yellow .bg-yellow .warning {
    background: #FFEB3B !important;
    color: black;
}

.debug .bg-yellow-green {
    background: #8BC34A;
    color: #000;
}

.green .bg-green .info-green {
    background: #4CAF50 !important;
    color: white;
}

.light-green .bg-light-green {
    background: #4CAF50 !important;
    color: white;
}

.dark-green .bg-dark-green .survey {
    background: #1B5E20 !important;
    color: white;
}

.info-teal .bg-teal {
    background-color: #009688;
}

.black .bg-black .security {
    background: #000 !important;
    color: white;
}

.grey .bg-grey {
    background: #E0E0E0 !important;
}


/*
Textcolor
Farbe eines Textes. Der Background sollte dabei nicht definiert werden.
 */
.text-blue .text-update {
    color: #3F51B5;
}

.mtcText .text-mtc-blue {
    color: #324875;
}

.text-red {
    color: #F44336;
}

.text-orange {
    color: #FF9800;
}

.text-yellow {
    color: #FFC107;
}

.text-green {
    color: #4CAF50;
}

.text-teal {
    color: #009688;
}

.text-grey {
    color: #d4d9df;
}


/*
    Colors
*/
.red {
    background: #F44336 !important;
    color: white;
}

.grey {
    background: #E0E0E0 !important;
}

.green {
    background: #4CAF50 !important;
    color: white;
}

.dark-green {
    background: #1B5E20 !important;
    color: white;
}

.light-green {
    background: #4CAF50 !important;
    color: white;
}

.yellow {
    background: #FFEB3B !important;
    color: black;
}

.blue {
    background: #2196F3 !important;
    color: white;
}

.orange {
    background: #FF9800 !important;
    color: white;
}

.black {
    background: #000 !important;
    color: white;
}

.cyan {
    background: #00BCD4 !important;
    color: #000;
}

.mtcText {
    color: #324875;
}

.debug {
    background: #8BC34A;
    color: #000;
}

.info {
    background: #03A9F4;
    color: #000;
}

.warning {
    background: #FFEB3B;
    color: #000;
}

.error {
    background: #FF9800;
    color: #FFF;
}

.fatal {
    background: #DD2C00;
    color: #FFF;
}

.security {
    background: #000000;
    color: #FFF !important;
}

.email {
    background: #00137f;
    color: #FFF;
}

.survey {
    background: #005001;
    color: #FFF;
}

.language {
    background: #a504ff;
    color: #FFF;
}

.cronjob {
    background: #795548;
    color: #FFF;
}

.text-red {
    color: #F44336;
}

.text-blue {
    color: #3F51B5;
}

.text-green {
    color: #4CAF50;
}

.text-yellow {
    color: #FFC107;
}

.text-teal {
    color: #009688;
}

.text-orange {
    color: #FF9800;
}

.info-orange {
    background-color: #FF9800;
}

.info-green {
    background-color: #388E3C;
}

.info-red {
    background-color: #F44336;
}

.info-blue {
    background-color: #3F51B5;
}

.text-update {
    color: #3F51B5;
}

.text-grey {
    color: #d4d9df;
}

.info-teal {
    background-color: #009688;
}

.blue-gradient {
    background: linear-gradient(135deg, #1a1a7a, #3434b7);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.green-gradient {
    background: linear-gradient(135deg, #046307, #2a8656);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.red-gradient {
    background: linear-gradient(135deg, #7a1a1a, #b52b2b);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.gold-gradient-dark {
    background: linear-gradient(135deg, #33312e, #b08d57);
    color: #f5e1a4; /* Luxuriöse Goldfarbe für Text */
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.gold-gradient {
    background: linear-gradient(135deg, #b08d57, #f1d8a1);
    color: #5c4325;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.glowing-color-red {
    color: #F44336;
    text-shadow: 0 0 8px #F44336;
}

.glowing-color-yellow {
    color: #FFC107;
    box-shadow: 0 0 8px #FFC107;
}

.glowing-color-green {
    color: #388E3C;
    box-shadow: 0 0 8px #388E3C;
}

.glowing-color-blue {
    color: #3F51B5;
    box-shadow: 0 0 8px #3F51B5;
}

.bg-primary-gradient {
    background: #1572e8 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #06418e, #1572e8) !important;
    background: linear-gradient(-45deg, #06418e, #1572e8) !important;
}

/*
FORMS
Diese Dateien enthalten Stile für spezifische UI-Elemente oder Widgets.
 */
.btn-active {
    background-color: #ff6200 !important;
    border-color: #7a3200 !important;
    box-shadow: 0 0 0 0.2rem rgba(203, 81, 0, 0.5) !important;
}

.form-text-big {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: none;
    color: #888888;
    font-size: 15px;
    height: 20px;
    padding: 17px 32px;
    width: 50%;
}

.form-textarea-big {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: none;
    color: #888888;
    font-size: 15px;
    padding: 17px 32px;
    width: 50%;
}

.label {
    display: inline-block;
    width: 200px;
}

input[type=submit] {
    background: #424242;
    border: solid #000000 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

input[type=submit]:hover {
    background: #212121;
    text-decoration: none;
}

input, select {
    padding: 5px;
}

.tender-input {
    border: 0;
    border-bottom: 1px solid grey;
    font-size: xx-large;
    font-weight: bolder;
    text-align: center;
}

input[type="checkbox"].slide-switch {
    margin: 8px 0 0 16px;
    position: absolute;
}

input[type="checkbox"].slide-switch + label {
    line-height: 2.0em;
    padding: 5px 0 0 50px;
    position: relative;
}

input[type="checkbox"].slide-switch + label:before {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 16px; /* x*2 */
    content: "";
    display: block;
    height: 24px; /* x*3 */
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px; /* x*5 */
}

input[type="checkbox"].slide-switch + label:after {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 16px; /* x*2 */
    content: "";
    display: block;
    height: 24px; /* x*3 */
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 24px; /* x*3 */
}

input[type="checkbox"].slide-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].slide-switch:checked + label:after {
    margin-left: 16px;
}

input[type="checkbox"].slide-switch:checked + label:before {
    background: #55D069;
}

/* SMALL */

input[type="checkbox"].slide-switch-sm {
    margin: 5px 0 0 10px;
}

input[type="checkbox"].slide-switch-sm + label {
    line-height: 1.3em;
    padding: 0 0 0 32px;
    position: relative;
}

input[type="checkbox"].slide-switch-sm + label:before {
    border-radius: 10px; /* x*2 */
    height: 15px; /* x*3 */
    width: 25px; /* x*5 */
}

input[type="checkbox"].slide-switch-sm + label:after {
    border-radius: 10px; /* x*2 */
    height: 15px; /* x*3 */
    width: 15px; /* x*3 */
}

input[type="checkbox"].slide-switch-sm + label:hover:after {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].slide-switch-sm:checked + label:after {
    margin-left: 10px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].slide-switch-lg {
    margin: 10px 0 0 20px;
}

input[type="checkbox"].slide-switch-lg + label {
    line-height: 2.3em;
    padding: 7px 0 0 60px;
    position: relative;
}

input[type="checkbox"].slide-switch-lg + label:before {
    border-radius: 20px; /* x*2 */
    height: 30px; /* x*3 */
    width: 50px; /* x*5 */
}

input[type="checkbox"].slide-switch-lg + label:after {
    border-radius: 20px; /* x*2 */
    height: 30px; /* x*3 */
    width: 30px; /* x*3 */
}

input[type="checkbox"].slide-switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].slide-switch-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}


#wrapper #content-wrapper {
    overflow-x: hidden;
    padding-bottom: 80px;
    /*padding-top: 1rem;*/
    width: 100%;
}

#wrapper {
    background-color: #444d58;
}

#page-wrapper {
    background-color: #fff;
    min-height: 568px;
    padding: 0 15px;
}

.breadcrumb-container {
    position: relative;
}


hr {
    margin: 0 !important;
}

/*
Darstellung von Listen und speziellen Elementen (z.B. Timeline)
 */
ol, ul {
    margin-top: 0;
}

.sidebar > li {
    border-bottom: 1px solid #4E5966;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    background: #d4d9df;
    content: ' ';
    display: inline-block;
    height: 100%;
    left: 29px;
    position: absolute;
    width: 2px;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 50px;
}

ul.timeline > li:before {
    background: white;
    border: 3px solid #22c0e8;
    border-radius: 50%;
    content: ' ';
    display: inline-block;
    height: 20px;
    left: 20px;
    position: absolute;
    width: 20px;
    z-index: 400;
}

ul.timeline > .timeline-update:before {
    border: 10px solid #3F51B5 !important;
}

ul.timeline > .timeline-error:before {
    border: 10px solid #F44336 !important;
}

ul.timeline > .timeline-android:before {
    border: 10px solid #4CAF50 !important;
}

ul.timeline > .timeline-message:before {
    border: 10px solid #FFC107 !important;
}

ul.timeline > .timeline-maintenance:before {
    border: 10px solid #000 !important;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    background-color: #eeeeee;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    top: 0;
    width: 3px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    float: left;
    padding: 20px;
    position: relative;
    width: 46%;
}

.timeline > li > .timeline-panel:before {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-top: 15px solid transparent;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 26px;
}

.timeline > li > .timeline-panel:after {
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-top: 14px solid transparent;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 27px;
}

.timeline > li > .timeline-badge {
    background-color: #999999;
    border-radius: 50% 50% 50% 50%;
    color: #fff;
    font-size: 1.4em;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 50px;
    z-index: 100;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

/*
    Media
*/
.company-icon {
    max-height: 50px;
    max-width: 100px;
}

.header-logo {
    height: 50px;
    margin: 4px 0 0;
}

.top-menu-picture {
    border-radius: 50%;
    float: left;
    height: 40px;
    margin-right: 10px;
    object-fit: cover;
    width: 40px;
}

.alert_image > img {
    height: 30px;
}

.user-edit {
    background-color: #FAFAFA;
    border: 1px solid grey;
    padding: 15px 10px;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 150px;
    z-index: 1000;
}

.user-edit-a {
    font-weight: 700;
}


@media (max-width: 900px) {
    #wrapper {
        display: block;
    }

    .sidebar {
        display: none;
        width: 100% !important;
    }

    .nav-item {
        display: grid;
    }

    .nav-item > a {
        background: #444d58;
        color: #f1f1f1;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 16px 18px 15px;
    }

    nav {
        list-style: none;
        margin: 0;
        padding: 0;
        position: static;
    }

    .container {
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hide-mobile, .page-header-menu {
        display: none;
    }

    .show-mobile, .hamburger-menu {
        display: block !important;
    }

    .topButton {
        top: 82px;
        width: 100px;
        z-index: 100;
    }
}


@media (min-width: 900px) {
    .container {
        padding-bottom: 15px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .hide-mobile, .page-header-menu {
        display: block;
    }

    .show-mobile, .hamburger-menu {
        display: none !important;
    }

    .page-head-breadcrumb > h1 > small {
        display: inline-block;
    }

    .topButton {
        float: right;
        position: absolute;
        top: 82px;
        width: 100px;
        z-index: 100;
    }

    #wrapper {
        display: flex;
    }

    .sidebar {
        display: block !important;
        min-height: calc(100vh - 56px);
        min-width: 250px !important;
        width: 250px !important;
    }

    .collapsedSidebar {
        display: block !important;
        min-height: calc(100vh - 56px);
        min-width: 50px !important;
        width: 50px !important;
    }
}


@media (min-width: 768px) {
    #page-wrapper {
        border-left: 1px solid #e7e7e7;
        margin: 0 0 0 250px;
        padding: 0 30px;
        position: inherit;
    }
}

.ticket-image > img, .comment-image > img {
    border-radius: 50%;
    float: left;
    height: 80px;
    margin-right: 10px;
    object-fit: cover;
    width: 80px;
}

/*
Alle Informationen für Media-Elemente wie img
 */

/*
Icons
 */
:root {
    --avatar-size: 80px;
    --avatar-size-small: 30px;
}

.icon-badge-group .icon-badge-container {
    display: inline-block;
    margin-right: 15px;
    padding: 3px;
}

.icon-badge-group .icon-badge-container:first-child {
    margin-left: 0
}

.icon-badge-container {
    position: relative;
}

.icon-badge-icon {
    font-size: 20px;
    position: relative;
}

.icon-badge {
    background-color: red;
    font-size: 10px;
    color: white;
    text-align: center;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 15px;
}

.icon {
    width: 5rem;
    height: 5rem;
}

.icon i {
    font-size: 2.25rem;
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.icon-shape i {
    font-size: 3rem;
}


.company-icon {
    max-height: 50px;
    max-width: 100px;
}

.header-logo {
    height: 50px;
    margin: 4px 0 0;
}

.top-menu-picture {
    border-radius: 50%;
    float: left;
    height: 40px;
    margin-right: 10px;
    object-fit: cover;
    width: 40px;
}

.alert_image > img {
    height: 30px;
}

.user-edit {
    background-color: #FAFAFA;
    border: 1px solid grey;
    padding: 15px 10px;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 150px;
    z-index: 1000;
}

.user-edit-a {
    font-weight: 700;
}


@media (max-width: 900px) {
    #wrapper {
        display: block;
    }

    .sidebar {
        display: none;
        width: 100% !important;
    }

    .nav-item {
        display: grid;
    }

    .nav-item > a {
        background: #444d58;
        color: #f1f1f1;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 16px 18px 15px;
    }

    nav {
        list-style: none;
        margin: 0;
        padding: 0;
        position: static;
    }

    .container {
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hide-mobile, .page-header-menu {
        display: none;
    }

    .show-mobile, .hamburger-menu {
        display: block !important;
    }

    .topButton {
        top: 82px;
        width: 100px;
        z-index: 100;
    }
}


@media (min-width: 900px) {
    .container {
        padding-bottom: 15px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .hide-mobile, .page-header-menu {
        display: block;
    }

    .show-mobile, .hamburger-menu {
        display: none !important;
    }

    .page-head-breadcrumb > h1 > small {
        display: inline-block;
    }

    .topButton {
        float: right;
        position: absolute;
        top: 82px;
        width: 100px;
        z-index: 100;
    }

    #wrapper {
        display: flex;
    }

    .sidebar {
        display: block !important;
        min-height: calc(100vh - 56px);
        min-width: 250px !important;
        width: 250px !important;
    }

    .collapsedSidebar {
        display: block !important;
        min-height: calc(100vh - 56px);
        min-width: 50px !important;
        width: 50px !important;
    }
}


@media (min-width: 768px) {
    #page-wrapper {
        border-left: 1px solid #e7e7e7;
        margin: 0 0 0 250px;
        padding: 0 30px;
        position: inherit;
    }
}

.ticket-image > img, .comment-image > img {
    border-radius: 50%;
    float: left;
    height: 80px;
    margin-right: 10px;
    object-fit: cover;
    width: 80px;
}

/*
Eine eigene Datei für Stile der Navigationselemente (z.B. navigation.css), einschließlich Header, Menüs, Breadcrumbs usw.
 */

.notification-box {
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px !important;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px !important;
    border-radius: 5px !important;
    width: 350px !important;
    min-height: 50px !important;
    background: white !important;
    padding: 5px !important;
}

.notification-header {
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 1.2;
    border-bottom: 1px solid #eaedf1;
}

.notification-body {
    padding: 5px;
}

.notification-footer {
    padding: 5px;
    font-weight: 600;
}

.notification {
    border-bottom: 1px solid #eaedf1;
    padding: 5px;
}

.dropdown-item {
    padding: 0.25rem 1rem !important;
}


/*
    Section and Structures
*/
.navbar {
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 0 5px rgba(18, 23, 39, .5);
    min-height: 60px;
    justify-content: normal !important;
    display: flex;
}

.navbar-collapse {
    flex-basis: auto !important;
}

.navbar-brand {
    height: 55px !important;
    padding-top: 0 !important;
    min-width: 250px;
}

.navbar-client {
    border-left: 1px solid #efefef;
    float: left;
    left: 249px;
    margin-bottom: 0;
    min-height: 57px;
    position: absolute;
    top: 0.5rem;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    min-height: 56px;
    padding: 17px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    min-height: 0;
    padding: 3px 20px;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    min-width: 0;
    width: 310px;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    left: auto;
    right: 0;
}


/*
Breadcrumb Navigation
 */
.page-head-breadcrumb {
    float: left;
    margin-top: 6px;
}

.page-head-breadcrumb > h1 {
    color: #697882;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.page-head-breadcrumb > h1 > small {
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
}


.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #5D6671;
    color: white !important;
    text-decoration: none;
}

#breadcrumbBar {
    background: white !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.navbar-nav, .sidebar {
    background: #fff !important;
}


#page-wrapper {
    background: #f6f6f6 !important;
}


/*
    START
    PAGE HEADER
 */
.viewOptions {
    border-radius: .25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem;
    text-align: right;
    width: 100%;
}

.viewOptions:after {
    clear: both;
}

/*
    END
    PAGE HEADER
 */

/*
    START
    LEFT NAVIGATION BAR
 */

.navigation-list-item {
    padding: 8px 10px;

}

.navigation-link:hover {
    background-color: #5D6671;
    text-decoration: none;
}

.navigation-link {
    color: #575962 !important;
    display: block;
    font-weight: 400;
    font-size: 1rem;
    position: relative;
    padding: 8px 10px;
    border-radius: 10px;
}

.navigation-link:hover {
    background: rgba(199, 199, 199, .2);
    text-decoration: none;
}

.navigation-link-active > a {
    font-weight: 800;
    color: #fff !important;
    background: #1572e8 !important;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .1), 4px 4px 15px -5px rgba(21, 114, 232, .4);
}

.navigation-link {
    padding: 8px 10px;
    border-radius: 10px;
}

/*
    END
    LEFT NAVIGATION BAR
 */
/*
    Phrasing
    todo eventuell in typography schieben!
*/
a {
    color: black !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.bold {
    font-weight: 800 !important;
}

.p30 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
}

.p15 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 0;
    padding-left: 10px;
}

.comment-text {
    background-color: #BBDEFB;
    border-radius: 5px;
    display: flex;
    font-weight: 700;
    padding: 10px 15px;
}

.comment-date {
    color: #9E9E9E;
    float: right;
    font-size: 13px;
}

.category-text {
    color: #666666;
    font-size: 1.1em;
    font-weight: 600;
}

.message-unread {
    font-weight: 800
}

.message-title {
    font-size: 2em;
    font-weight: 500;
}

.ticket-status {
    border-radius: 5px;
    color: white !important;
    font-size: 0.7em;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 1px;
    padding: 4px 10px;
}

.ticket-text {
    background-color: lightgrey;
    border-radius: 5px;
    display: flex;
    font-size: 16px;
    padding: 10px 15px;
}

.folder-title > span {
    font-size: 24px;
    font-weight: 700;
}

/*
    Print
*/
@media print {

    .user-name {
        display: none;
    }

    * {
        -webkit-print-color-adjust: exact;
    }

    html, body {
        height: 99%
    }

    .pagebreak {
        page-break-before: always !important;
    }

    .export-table-title {
        background-color: rgb(158, 168, 208);
        color: black;
        font-weight: 800;
    }

    .print-page {
        display: block;
        position: relative;
    }

    td {
        border: 1px solid #ddd;
        padding: 1px 5px 1px 5px;
    }

    #wrapper, .page-content, body, html {
        background: #fff !important;
    }

    #printarea, #printarea * {
        visibility: visible;
    }

    header, nav, footer, .helpContainer, #noprint, .noprint {
        display: none !important;
    }

    .chart {
        width: 18cm !important;
    }

    #printarea {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    table {
        border-top: 3px solid #ACBECE;
    }

    tr {
        page-break-inside: avoid !important;
    }

    #printarea:last-child {
        page-break-after: auto;
    }

    .wrapper {
        background-color: #fff !important;
        height: 99% !important;
        min-height: 0;
        padding-bottom: 0;
    }

    #page-wrapper {
        border-left: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    #sidebar {
        display: none !important;
    }

    .col-print-1 {
        float: left;
        width: 8%;
    }

    .col-print-2 {
        float: left;
        width: 16%;
    }

    .col-print-3 {
        float: left;
        width: 25%;
    }

    .col-print-4 {
        float: left;
        width: 33%;
    }

    .col-print-5 {
        float: left;
        width: 42%;
    }

    .col-print-6 {
        float: left;
        width: 50%;
    }

    .col-print-7 {
        float: left;
        width: 58%;
    }

    .col-print-8 {
        float: left;
        width: 66%;
    }

    .col-print-9 {
        float: left;
        width: 75%;
    }

    .col-print-10 {
        float: left;
        width: 83%;
    }

    .col-print-11 {
        float: left;
        width: 92%;
    }

    .col-print-12 {
        float: left;
        width: 100% !important;
    }
}

.export-table {
    border: 1px solid black;
    width: 100%;
}

.export-table tr {
    min-height: 45px;
}

.export-table-title {
    background-color: rgb(158, 168, 208);
    color: black;
    font-weight: 800;
}

.td-20 {
    width: 20%;
}

.td-50 {
    width: 50%;
}

.td-10 {
    width: 10%;
}

.rooms_row {
    height: 45px;
}

.table_grey_top thead {
    background-color: #f8f8f8;
    font-size: 12px !important;
    font-weight: 700;
}

.table_grey_top th {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    line-height: 1.4;
    padding: 5px;
    text-align: left;
}

.table_grey_top td {
    border-bottom: 1px dotted #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 12px !important;
    font-weight: 400;
}

.table_grey_top {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin-top: 5px;
    width: 99% !important;
}

.table-darkgrey {
    border: 1px solid #ddd;
    border-collapse: collapse;
    color: white;
    margin-top: 5px;
    width: 99% !important;
}

.table-darkgrey thead {
    background-color: #5F5F5F;
    font-size: 13px;
    font-weight: 700;
}

.table-darkgrey td {
    border-bottom: 1px dotted #dcdcdc;
    border-right: 1px solid #dcdcdc;
    color: black;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 3px !important;
}

.table-status {
    padding: 10px 10px;
    text-align: center;
}

.table-title {
    font-weight: 900;
}

.table-control {
    font-size: large;
    font-weight: 900;
    padding: 10px;
    text-transform: uppercase;
}

.table-control-active {
    background-color: lightgrey;
}

.dataTables_wrapper .dt-buttons {
    float: none;
    text-align: center;
}

.selection_table {
    /*border: 1px solid grey;*/
    width: 100%;
}

.selection_table th {
    /*background-color: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.4;
    padding: 5px;
    text-align: left;*/
}

.selection_table td {
    /*border-bottom: 1px dotted #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 12px !important;
    font-weight: 600;
    padding: 5px;*/
}

.selection_table tr {
    min-height: 45px;
}

.selection_table .activated > td {
    background-color: rgba(0, 128, 0, 0.39) !important;
}


.table-scrollable {
    margin: 0 0 1em;
    overflow-y: auto;
    width: 100%;
}

.table-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border: 3px solid #fff;
    border-radius: 8px;
}

h1 {
    font-size: 28px !important;
}

h1 small {
    font-size: 50% !important;
}

h2, .h2 {
    color: #666666;
    font-size: 1.35rem;
    font-weight: 600 !important;
    line-height: 12px;
    margin: 0;
    padding: 12px;
}

.infoTitle > h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 3px 0 !important;
    text-shadow: none !important;
    text-transform: uppercase;
}

h3 {
    color: #666666;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    margin: 0 !important;
    padding: 12px !important;
}

h5 {
    font-size: 16px !important;
    font-weight: bold !important;
}

.headtitle {
    font-size: 2em;
    font-weight: 800;
}

.header-sub {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 700;
}

.category-head {
    font-size: 1.6em;
}

.fa-25x {
    font-size: 2.2em !important;
}

.text-900 {
    font-weight: 900;
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: .75rem;
}


a {
    color: black !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.bold {
    font-weight: 800 !important;
}

.p30 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
}

.p15 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 0;
    padding-left: 10px;
}

.comment-text {
    background-color: #BBDEFB;
    border-radius: 5px;
    display: flex;
    font-weight: 700;
    padding: 10px 15px;
}

.comment-date {
    color: #9E9E9E;
    float: right;
    font-size: 13px;
}

.category-text {
    color: #666666;
    font-size: 1.1em;
    font-weight: 600;
}

.message-unread {
    font-weight: 800
}

.message-title {
    font-size: 2em;
    font-weight: 500;
}

.ticket-status {
    border-radius: 5px;
    color: white !important;
    font-size: 0.7em;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 1px;
    padding: 4px 10px;
}

.ticket-text {
    background-color: lightgrey;
    border-radius: 5px;
    display: flex;
    font-size: 16px;
    padding: 10px 15px;
}

.folder-title > span {
    font-size: 24px;
    font-weight: 700;
}

/*
Erstelle eine Datei für kleine, wiederverwendbare Hilfsklassen, wie z.B. .text-center, .hidden, .clearfix, usw.
 */


/* Bootstrap callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 4px;
    margin-left: 50px;
}

.bs-callout-xl {
    margin-left: 0px;
}

.bs-callout-lg {
    margin-left: 50px;
}

.bs-callout-md {
    margin-left: 100px;
}

.bs-callout-sm {
    margin-left: 150px;
}

.bs-callout-xs {
    margin-left: 200px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 4px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
    background-color: #f7f7f9;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
    background-color: #efffe8;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
    background-color: #fcf2f2;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
    background-color: #fefbed;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
    background-color: #f0f7fd;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

/* bg transparency and disabled effects for Bootstrap callout */
.bs-callout-default.transparent {
    background-color: rgb(247, 247, 249, 0.7); /*#f7f7f9*/
}

.bs-callout-success.transparent {
    background-color: rgb(239, 255, 232, 0.7); /*#efffe8*/
}

.bs-callout-warning.transparent {
    background-color: rgb(254, 251, 237, 0.7); /*#fefbed*/
}

.bs-callout-danger.transparent {
    background-color: rgb(252, 242, 242, 0.7); /*#fcf2f2*/
}

.bs-callout-info.transparent {
    background-color: rgb(240, 247, 253, 0.7); /*#f0f7fd*/
}

.bs-callout.disabled {
    opacity: 0.4;
}

/*
User Circle
 */
.circle {
    background-color: #ccc;
    border-radius: 50%;
    height: var(--avatar-size);
    text-align: center;
    width: var(--avatar-size);
}

.circle-small {
    background-color: #ccc;
    border-radius: 50%;
    height: var(--avatar-size-small);
    text-align: center;
    width: var(--avatar-size-small);
}

.initials {
    font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
    line-height: 1;
    position: relative;
    top: calc(var(--avatar-size) / 4); /* 25% of parent */
}

.initials-small {
    font-size: calc(var(--avatar-size-small) / 2); /* 50% of parent */
    line-height: 1;
    position: relative;
    top: calc(var(--avatar-size-small) / 4); /* 25% of parent */
}

.user-edit-picture {
    border-radius: 50%;
    height: 150px;
    object-fit: cover;
    width: 150px;
}

.user-edit-picture-small {
    border-radius: 50%;
    height: calc(var(--avatar-size-small));
    object-fit: cover;
    width: calc(var(--avatar-size-small));
}

/*
User Info
 */
.user-info {
    background: rgba(256, 256, 256, 0.9);
    border: 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.24) !important;
    display: none;
    padding: 10px 5px;
    position: absolute;
}

.userinfo-picture {
    border-radius: 50%;
    float: left;
    height: 100px;
    margin-right: 10px;
    object-fit: cover;
    width: 100px;
}

/*
Bootstrap Cards
 */
.card {
    padding: 1.25rem;
    margin-top: 10px;
    border-radius: 8px !important;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, .1);
    -moz-box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, .1);
    box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, .1);
    border: 0 !important;
}

.card-primary > .card-header {
    background: -webkit-linear-gradient(50deg, #373B44, #4286f4) !important;
    background: -o-linear-gradient(50deg, #373B44, #4286f4) !important;
    background: linear-gradient(40deg, #373B44, #4286f4) !important;
}

.card-green > .card-header {
    background: -webkit-linear-gradient(50deg, #11998e, #38ef7d) !important;
    background: -o-linear-gradient(50deg, #11998e, #38ef7d) !important;
    background: linear-gradient(40deg, #11998e, #38ef7d) !important;
}

.card-yellow > .card-header {
    background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262) !important;
    background: -o-linear-gradient(50deg, #ffd86f, #fc6262) !important;
    background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
}

.card-red > .card-header {
    background: -webkit-linear-gradient(50deg, #ED213A, #93291E) !important;
    background: -o-linear-gradient(50deg, #ED213A, #93291E) !important;
    background: linear-gradient(40deg, #ED213A, #93291E) !important;
}

.card-header {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 !important;
    border: 0 !important;
}

/*
TODO Prüfen, ob die ersetzt werden können durch cards
 */
.infoContainer {
    background-color: #f5f5f5;
    border: 1px #eee solid;
    border-radius: 7px;
    margin-bottom: 20px;
}

.infoTitle {
    border-bottom: 1px solid #eee;
    min-height: 48px;
}

.infoContent {
    background-color: #fff;
}

.infoContent::after {
    clear: both;
    height: 5px;
}

/*
Alerts
 */
.input-alert {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

.alert {
    display: none;
    height: 50px !important;
    position: absolute !important;
    text-align: center;
    top: -5px;
    width: 100%;
    z-index: 1000;
}

.alert-box {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative;
}

.innerAlert {
    border-collapse: collapse;
    border-radius: 5px;
    display: inline-block;
    font-family: sans-serif;
    font-size: larger;
    font-weight: bold;
    width: 50%;
}

.alert_image {
    border-right: 1px solid black;
    float: left;
    padding: 20px;
}


.alert_info {
    float: left;
    line-height: 30px;
    padding: 22px;
    text-align: left;
}


.comment-box {
    padding: 5px;
    width: 100%;
}

.comment-box::after {
    clear: both;
}

#pictureoverlay {
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    bottom: 0;
    cursor: pointer; /* Add a pointer on hover */
    display: none; /* Hidden by default */
    height: 100%; /* Full height (cover the whole page) */
    left: 0;
    position: fixed; /* Sit on top of the page content */
    right: 0;
    top: 0;
    width: 100%; /* Full width (cover the whole page) */
    z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
}

.handover-signing {
    max-height: 200px;
    max-width: 30%;
}


.clientContainer {
    display: inline-block;
    padding: 15px 10px;
    width: 100%;
}

/*
News
 */
.newsContainer {
    border-bottom: 1px solid rgba(200, 200, 200, 0.2);
    height: 75px;
    padding: 10px 12px;
    position: relative;
}

.newsContainer:after {
    clear: both;
}


.newsTitle {
    display: block;
    float: left;
    max-width: 76%;
}


.question-link {
    font-size: 1.2em;
}


.category-icon {
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
}

.category-icon::after {
    clear: both;
}

.category-icons {
    display: block;
    height: 32px;
    margin: auto;
    width: 50px;
}

.message-block {
    border: 1px solid lightgray;
    width: 100%;
}

.message {
    border-bottom: 2px solid black;
    padding: 20px;
}


.message-date {
    float: right;
}

.message-text-box {
    margin-top: 10px;
    padding: 20px 10px;
}

.folder {
    border-bottom: 2px solid grey;
    padding-bottom: 20px;
    padding-top: 25px;
}

.tender-facility {
    border-bottom: 1px solid grey;
    padding: 10px;
}

.bar {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(190, 199, 201);
    min-height: 30px;
    text-align: center;
    width: 100%;
}

.negativeBar {
    float: left;
    width: 50%;
}

.positiveBar {
    float: right;
    width: 50%;
}

.innerNegative {
    float: right;
    height: 30px;
    width: 1%;
}

.innerPositive {
    float: left;
    height: 30px;
    width: 1%;
}

.innerPositive2 {
    float: left;
    height: 30px;
    width: 1%;
}

.levelheader {
    padding: 5px;
}

.levelpointer {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 5px 0;
    width: 10%;
}

.level1 {
    background-color: #8BC34A;
    float: left;
    font-weight: bold !important;
    height: 48px;
    padding: 5px 0;
    width: 20%;
}

.level2 {
    background-color: #FFEB3B;
    color: gray !important;
    float: left;
    font-weight: bold !important;
    height: 48px;
    padding: 5px 0;
    width: 30%;
}

.level3 {
    background-color: #F44336;
    color: white !important;
    float: left;
    font-weight: bold !important;
    height: 48px;
    padding: 5px 0;
    width: 50%;
}


.mg5 {
    margin-left: 5px;
}

.pad-bot {
    padding-bottom: 10px;
}

.dropdown {
    position: relative;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown_span:hover {
    color: #999;
}

/* Google Charts Bugfix */
svg > g > g:last-child {
    pointer-events: none
}

/* Deprecated Module Jour Fixe */
.jourfixe {
    padding: 15px 5px;
}

.jourfixe_status {
    border-right: 1px solid grey;
    float: left;
    min-height: 100px;
    padding: 5px;
    text-align: center;
    width: 15%;
}

.jourfixe_info {
    float: left;
    min-height: 100px;
    padding: 5px;
    width: 65%;
}

.jourfixe_data {
    float: right;
    min-height: 100px;
    padding: 5px;
    text-align: center;
    width: 15%;
}

.jourfixe_title {
    font-size: large;
    font-weight: 700;
    margin: 5px;
}

.jourfixe_logo {
    width: 100px;
}

.jourfixe_comment {
    height: 100%;
    width: 100%;
}

.jourfixe_choose {
    border: 1px solid black;
    display: inline;
    padding: 6px;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #5D6671;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

footer {
    display: none !important;
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

.sidebar {
    left: 0;
    width: 265px;
    display: block;
    z-index: 1002;
    color: #fff;
    font-weight: 200;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(69, 65, 78, .06);
    -moz-box-shadow: 4px 4px 10px rgba(69, 65, 78, .06);
    box-shadow: 4px 4px 10px rgba(69, 65, 78, .06);
}

@media (min-width: 768px) {
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.card .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .card-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.huge {
    font-size: 40px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(10%);
        width: -moz-calc(10%);
        width: -webkit-calc(10%);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .support-button {
        display: none;
    }
}


/* Container für die Support-Schaltfläche */
.support-button, .feedback-button {
    position: fixed;
    transform: translateY(-50%);
    color: white;
    padding: 10px 15px;
    border-radius: 5px 0 0 5px; /* Abgerundete Ecken auf der linken Seite */
    transition: right 0.3s ease; /* Animation beim Hover */
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.support-button {
    color: white;
    background-color: #007bff; /* Hintergrundfarbe der Schaltfläche */
    right: -160px; /* Initial außerhalb des Bildschirms (Schaltfläche versteckt) */
    top: 50%; /* Vertikale Zentrierung der Schaltfläche */
}

.feedback-button {
    background-color: #ffc107; /* Hintergrundfarbe der Schaltfläche */
    right: -188px; /* Initial außerhalb des Bildschirms (Schaltfläche versteckt) */
    top: calc(50% + 52px); /* Vertikale Zentrierung der Schaltfläche */
}

/* Stil für den Link innerhalb der Schaltfläche */
.support-button a, .feedback-button a {
    color: white;
    text-decoration: none;
}

/* Schaltfläche fährt beim Hover aus */
.support-button:hover, .feedback-button:hover {
    right: 0; /* Schaltfläche wird hereingeschoben */
}
