﻿:root {
    --primar: #00b1e6 !important;
    --white: #ffffff;
    --font: "PoppinsRegular", Helvetica, Arial, Sans-serif;
}

@font-face {
    font-family: "PoppinsRegular";
    src: url("Poppins Regular.ttf") format("truetype");
}

html {
    font-size: 14px !important;
}

body {
    font-family: var(--font) !important;
}

a, a:hover {
    color: var(--primar) !important;
    text-decoration: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold !important;
    color: var(--primar) !important;
}

.theme, .theme a, .theme a:hover, .theme a, .btn:hover, .btn-check:active + .btn, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:active, .btn-check:focus + .btn, .btn:focus, .btn-primary, .btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--white) !important;
    background-color: var(--primar) !important;
    border-color: var(--primar) !important;
    outline: 0 !important;
}

.btn-secondary {
    color: var(--white) !important;
    outline: 0 !important;
}

.min-height-52 {
    min-height: 52px;
}

.no-hover-background {
    background: transparent !important;
    border: none !important;
    color: #727272 !important;
}

.form-control:focus {
    border-color: var(--primar) !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.form-control[disabled], .form-control[readonly] {
    background-color: #fff;
}

.validation-summary-errors {
    color: #E80C0C;
    font-weight: bold;
    font-size: 0.9em;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.field-validation-error {
    color: #E80C0C;
    font-size: 12px;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error, input[type="password"].input-validation-error, textarea.input-validation-error {
    border: 1px solid #e80c4d !important;
}

.validation-summary-valid {
    display: none;
}

.masked {
    display: none;
}

.required {
    font-weight: bold;
    color: red;
}

tr.odd {
    background: #ffffff;
}

tr.even {
    background: #e3e3e3;
}

#service_frame {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    height: 100%;
}

.fa-xxl {
    font-size: xxx-large !important;
}

.overflow-x-auto {
    overflow-x: auto;
}

.ui-autocomplete-clear {
    position: absolute !important;
    top: 10px !important;
    right: 0 !important;
    left: inherit !important;
}

.nav-container {
    margin: 7rem 0 !important;
}

nav {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}

.modal-dialog {
    margin-top: 7rem;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1920px !important;
    }
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-primar {
    border: var(--bs-border-width) var(--bs-border-style) var(--primar) !important;
}

/*=================================================================================
    Breadcrumb in Bestellweg
=================================================================================*/
.ordering_breadcrumb {
    list-style: none;
    display: inline-block;
}

    .ordering_breadcrumb li {
        float: left;
    }

        .ordering_breadcrumb li a {
            color: #FFF !important;
            display: block !important;
            text-decoration: none !important;
            position: relative !important;
            height: 40px !important;
            line-height: 40px !important;
            padding: 0 30px 0 15px !important;
            text-align: center !important;
            margin: 0 25px 2px 0 !important;
        }

        /* disabled  */
        .ordering_breadcrumb li.disabled a {
            background: #bababa !important;
            cursor: default !important;
            color: #fff !important;
        }

        .ordering_breadcrumb li.disabled:first-child a {
            margin-left: -40px !important;
            padding-left: 30px !important;
            border-color: transparent !important;
            border-radius: 4px !important;
        }

            .ordering_breadcrumb li.disabled:last-child a:after,
            .ordering_breadcrumb li.disabled:first-child a:before {
                border: none !important;
            }

        .ordering_breadcrumb li.disabled:last-child a {
            padding-right: 30px !important;
            border-radius: 4px !important;
        }

        .ordering_breadcrumb li.disabled a:before, .ordering_breadcrumb li.disabled a:after {
            content: "" !important;
            position: absolute !important;
            top: 0 !important;
            border: 0 solid #bababa !important;
            border-width: 20px 15px !important;
            width: 0 !important;
            height: 0 !important;
            color: #fff !important;
        }

        .ordering_breadcrumb li.disabled a:before {
            left: -20px !important;
            border-left-color: transparent !important;
        }

        .ordering_breadcrumb li.disabled a:after {
            left: 100% !important;
            border-color: transparent !important;
            border-left-color: #bababa !important;
            color: #fff !important;
        }

        /* selected  */
        .ordering_breadcrumb li.selected a {
            background: var(--primar) !important;
            cursor: pointer !important;
        }

        .ordering_breadcrumb li.selected:first-child a {
            margin-left: -40px !important;
            padding-left: 30px !important;
            border-color: transparent !important;
            -webkit-border-top-left-radius: 4px !important;
            -webkit-border-bottom-left-radius: 4px !important;
            border-top-left-radius: 4px !important;
            border-bottom-left-radius: 4px !important;
        }

            .ordering_breadcrumb li.selected:last-child a:after,
            .ordering_breadcrumb li.selected:first-child a:before {
                border: none !important;
            }

        .ordering_breadcrumb li.selected:last-child a {
            padding-right: 30px !important;
            border-radius: 4px !important;
        }

        .ordering_breadcrumb li.selected a:before,
        .ordering_breadcrumb li.selected a:after {
            content: "" !important;
            position: absolute !important;
            top: 0 !important;
            border: 0 solid var(--primar) !important;
            border-width: 20px 15px !important;
            width: 0 !important;
            height: 0 !important;
        }

        .ordering_breadcrumb li.selected a:before {
            left: -20px !important;
            border-left-color: transparent !important;
        }

        .ordering_breadcrumb li.selected a:after {
            left: 100% !important;
            border-color: transparent !important;
            border-left-color: var(--primar) !important;
        }

        .ordering_breadcrumb li.activ a {
            cursor: default !important;
            color: #fff !important;
            font-weight: 600 !important;
        }

/* =================================================================================
Paging
================================================================================ */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--primar);
    border-color: var(--primar);
}

.pagination > li > a,
.pagination > li > span {
    color: var(--primar);
}

/*Radio-Buttons*/
.funkyradio div {
    clear: both !important;
    overflow: hidden !important;
    margin-bottom: 0.5rem !important;
}

.funkyradio label {
    width: 100% !important;
    border-radius: 3px !important;
    border-bottom: 0.5px solid #DCDCDC !important;
    font-weight: normal !important;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none !important;
}

.funkyradio input[type=radio][disabled] + label {
    color: #ccc !important;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative !important;
    line-height: 2.5em !important;
    text-indent: 3.25em !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

    .funkyradio input[type="radio"]:empty ~ label:before,
    .funkyradio input[type="checkbox"]:empty ~ label:before {
        position: absolute !important;
        display: block !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        content: '' !important;
        width: 2.5em !important;
        background: #D1D3D4 !important;
        border-radius: 3px 0 0 3px !important;
    }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888 !important;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714' !important;
        text-indent: .9em !important;
        color: #C2C2C2 !important;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777 !important;
    font-weight: bold !important;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714' !important;
        text-indent: .9em !important;
        color: #333 !important;
        background-color: #ccc !important;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999 !important;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333 !important;
    background-color: #ccc !important;
}

.datepicker {
    transform: translate(0, 6.5em) !important;
}

.bootbox .modal-dialog {
    margin-top: 20vh;
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
