﻿@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-middle {
        position: -webkit-sticky;
        position: sticky;
        top: 75px;
        z-index: 1020;
    }
}

.dropdown-hover.show .dropdown-toggle::after {
    border-bottom: 0.3em solid;
    border-top: 0;
 }

.dropdown-hover.hide .dropdown-toggle::after {
    border-bottom: 0;
    border-top: 0.3em solid;
}





#navbarMenu .dropdown-menu {
    background-color: #005091;
    margin-top: -5px;
    border-color: #005091;
}

@media screen and (min-width: 992px) {
    #navbarMenu .dropdown-menu {
        border-radius: 0 15px 15px 15px;
    }
        
}

#navbarMenu .dropdown-menu .dropdown-item {
    color: #e5edf4;
}

#navbarMenu .dropdown-item:hover, #navbarMenu .dropdown-item:focus {
    color: #005091;
    text-decoration: none;
    background-color: #99b9d3;
}

#navbarMenu .dropdown-item.active {
    color: #343a40;
    text-decoration: none;
    background-color: #fff;
}

@media screen and (min-width:992px) {
    #navbarMenu .dropdown-item.active {
        color: #fff;
        text-decoration: none;
        background-color: #343a40;
    }
}


.custom-nav-link-dropdown {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #005091 !important;
    color: #e5edf4 !important;
    border-color: #005091 !important;
}

.custom-nav-link {
    border-radius: 15px;
    background-color: #005091 !important;
    color: #e5edf4 !important;
    border-color: #005091 !important;
}

    /*
a.custom-nav-link {
    color: #707070;
    border: 2px solid #f8f9fa;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    a.custom-nav-link {
        padding: 0.5rem 1rem;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        display: block;
        
        border: 2px solid #f8f9fa;
    }


        a.custom-nav-link:hover {
            background-color: #005091;
            color: #e5edf4;
           
            border-color: #005091;
        }

}
*/

    .custom-nav-link {
        display: block;
        padding: 0.5rem 1rem;
    }

        .custom-nav-link:hover, .custom-nav-link:focus {
            text-decoration: none;
        }



    .navbar-toggler {
        background: none;
        border: none;
    }

        .navbar-toggler:active,
        .navbar-toggler:focus {
            outline: 0;
        }

        .navbar-toggler .icon-bar {
            display: block;
            background-color: rgba(0, 0, 0, 0.9);
            height: 3px;
            width: 25px;
            margin-top: 4px;
            margin-bottom: 4px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            position: relative;
            opacity: 1;
        }




            .navbar-toggler .icon-bar:nth-of-type(1),
            .navbar-toggler .icon-bar:nth-of-type(3) {
                -webkit-transition: transform .35s ease-in-out;
                -moz-transition: transform .35s ease-in-out;
                -o-transition: transform .35s ease-in-out;
                transition: transform .35s ease-in-out;
            }



        .navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(1) {
            position: absolute;
            top: 30px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            opacity: 0.9;
        }


        .navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(2) {
            height: 28px;
            visibility: hidden;
            background-color: transparent;
        }

        .navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(3) {
            position: absolute;
            top: 30px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
            opacity: 0.9;
        }




    .blocksatz {
        text-align: justify;
        text-justify: inter-word;
    }






    a.link-standard {
        position: relative;
        display: inline-block;
        text-decoration: underline;
        color: #005091;
    }

        a.link-standard::after {
            position: absolute;
            bottom: .3em;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background-color: #707070;
            opacity: 0;
        }

        a.link-standard:hover::after {
            bottom: 0;
            opacity: 1;
            color: #707070;
        }

        a.link-standard:hover {
            color: #707070;
            text-decoration: none;
        }


    a.custom-link {
        color: rgba(0, 0, 0, 0.5) !important;
    }

        a.custom-link:hover {
            color: rgba(0, 0, 0, 0.7) !important;
            text-decoration: none;
        }



    a.socialmedia {
        color: #f0f0f0;
        text-decoration: none;
    }

        a.socialmedia:hover {
            color: #b7b7b7;
        }



    a.link-standard-grau-10 {
        position: relative;
        display: inline-block;
        color: #f0f0f0;
        text-decoration: underline;
    }

        a.link-standard-grau-10::after {
            position: absolute;
            bottom: .3em;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background-color: #707070;
            opacity: 0;
        }

        a.link-standard-grau-10:hover::after {
            bottom: 0;
            opacity: 1;
            color: #707070;
        }

        a.link-standard-grau-10:hover {
            color: #b7b7b7;
            text-decoration: none;
        }


    a.link-standard-grau-70 {
        position: relative;
        display: inline-block;
        color: #9a9a9a;
        text-decoration: underline;
    }

        a.link-standard-grau-70::after {
            position: absolute;
            bottom: .3em;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background-color: #707070;
            opacity: 0;
        }

        a.link-standard-grau-70:hover::after {
            bottom: 0;
            opacity: 1;
            color: #707070;
        }

        a.link-standard-grau-70:hover {
            color: #707070;
            text-decoration: none;
        }



/*
a.link-standard-grau-100 {
    position: relative;
    display: inline-block;
    color: #707070;
    text-decoration: underline;
}

    a.link-standard-grau-100::after {
        position: absolute;
        bottom: .3em;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #707070;
        opacity: 0;
    }

    a.link-standard-grau-100:hover::after {
        bottom: 0;
        opacity: 1;
        color: #707070;
    }

    a.link-standard-grau-100:hover {
        color: #707070;
        text-decoration: none;
    }

*/

a.link-standard-grau-100 {
    /*color: #707070;*/
    color: #343a40;
    text-decoration: underline;
}

a.link-standard-grau-100:hover {
    color: #707070;
    text-decoration: none;
}


a.link-standard_no_decoration-grau-100 {
    color: #343a40;
    text-decoration: none;
}

    

a.link-standard-blau-100 {
    color: #005091;
    text-decoration: underline;
}

a.link-standard-blau-100:hover {
    color: #005091;
    text-decoration: none;
}

a.link-standard_no_decoration-blau-100 {
    color: #005091;
    text-decoration: none;
}

a.link-standard_no_decoration-blau-100:hover {
    color: #005091;
    text-decoration: underline;
}

/*

a.telefon-standard-grau-100 {
    position: relative;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
}

    a.telefon-standard-grau-100::after {
        position: absolute;
        bottom: .3em;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #707070;
        opacity: 0;
    }

    a.telefon-standard-grau-100:hover::after {
        bottom: 0;
        opacity: 1;
        color: #707070;
    }

    a.telefon-standard-grau-100:hover {
        color: #707070;
       
    }
*/

a.telefon-standard-grau-100 {
    /*color: #707070;*/
    color: #343a40;
    text-decoration: none;
}

    a.telefon-standard-grau-100:hover {
        color: #707070;
        text-decoration: none;
    }

a.telefon-standard-grau-10 {
    position: relative;
    display: inline-block;
    color: #f0f0f0;
    text-decoration: none;
}

    a.telefon-standard-grau-10::after {
        position: absolute;
        bottom: .3em;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #707070;
        opacity: 0;
    }

    a.telefon-standard-grau-10:hover::after {
        bottom: 0;
        opacity: 1;
        color: #707070;
    }

    a.telefon-standard-grau-10:hover {
        color: #b7b7b7;
        
    }


.errorbox {
    font-size: 1rem;
    /*color: #ff0000;*/
    color: #c30f0f;
    padding-left: 0.5rem;
}


@media screen and (max-width: 576px) {
    .label-xs.form-group {
        border: none;
        
    }

        .label-xs.form-group > label {
            position: absolute;
            top: 7px;
            left: 28px;
            background-color: transparent;
            color: #6c757d;
            font-size: 1rem;
            z-index: 1000;
        }

        .label-xs.form-group > select.form-control + .chosen-container.chosen-container-single .chosen-single {
            border: none;
            
        }
}


a.link_no_underline {
    color: #707070;
    text-decoration: none;
    opacity: 0.8;
}

    a.link_no_underline:hover {
        opacity: 1;
        text-decoration: none;
    }

a.link_underline {
    color: #707070;
    text-decoration: underline;
    opacity: 1;
}

    a.link_underline:hover {
        opacity: 1;
        text-decoration: none;
    }



a.link_no_underline_Icon {
    /*color: #6696bd;*/
    color: #3373a7;
    text-decoration: none;
    
}

    a.link_no_underline_Icon:hover {
        /* color: #3373a7;*/
        color: #4d85b2;
    }

.custrom-dropdown-divider {
    height: 1rem;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 2px solid #80a8c8;
}


input:focus {
    outline: none;
}



.form-control.is-valid, .form-control.is-invalid {
   background-image: none !important;
    
}


.custom-figure-caption {
    font-size: 90%;
    /*color: #707070;*/
    color: #343a40;
}


.custom-form-control-50 {
    display: block;
    width: 50px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-form-control-50:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.custom-form-control-100 {
    display: block;
    width: 100px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-form-control-100:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #71bd2a;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}


.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #71bd2a;

}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #343a40;
}

a.anchor_70 {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}


a.anchor_80 {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

a.anchor_90 {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

a.anchor_100 {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

a.anchor_110 {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

a.anchor_120 {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

a.anchor_140 {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}




.select-divider {
    font-size: 10px;
    background: #707070;
}


.header_h1 h1 {
    text-align: center;
    margin: 0 10%;
    color: #005091;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-gap: 20px;
    align-items: center;
}

    .header_h1 h1:after, .header_h1 h1:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #005091;
        border-top: 1px solid #005091;
        height: 5px;
        background-color: #b2cade;
    }



.header_h5 h5 {
    text-align: center;
    color: #005091;
    padding-bottom: 5px;
}

    .header_h5 h5:before {
        width: 28px;
        height: 5px;
        display: block;
        content: "";
        position: relative;
        bottom: -37px;
        left: 50%;
        margin-left: -14px;
        background-color: #005091;
    }

    .header_h5 h5:after {
        width: 100px;
        height: 1px;
        display: block;
        content: "";
        position: relative;
        margin-top: 10px;
        left: 50%;
        margin-left: -50px;
        background-color: #005091;
    }


.header_h4 h4 {
    text-align: center;
    color: #005091;
    padding-bottom: 5px;
}


@media screen and (min-width: 576px) {
    

        .header_h4 h4:before {
            width: 28px;
            height: 5px;
            display: block;
            content: "";
            position: relative;
            bottom: -42px;
            left: 50%;
            margin-left: -14px;
            background-color: #005091;
        }

        .header_h4 h4:after {
            width: 100px;
            height: 1px;
            display: block;
            content: "";
            position: relative;
            margin-top: 10px;
            left: 50%;
            margin-left: -50px;
            background-color: #005091;
        }
}

.custom-jumbotron {
    padding: 1rem 1rem !important;
}


@media (min-width: 576px) {
    .custom-jumbotron {
        padding: 2rem 2rem !important;
    }
}

@media (max-width: 767px) {
    .w-sm-100 {
        width: 100%;
    }

    .w-sm-75 {
        width: 75%;
    }

    .w-sm-50 {
        width: 50%;
    }

    .w-sm-25 {
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .w-md-100 {
        width: 100%;
    }

    .w-md-75 {
        width: 75%;
    }

    .w-md-50 {
        width: 50%;
    }

    .w-md-25 {
        width: 25%;
    }
}

@media  (min-width: 992px) and (max-width: 1199px) {
    .w-lg-100 {
        width: 100%;
    }

    .w-lg-75 {
        width: 75%;
    }

    .w-lg-50 {
        width: 50%;
    }

    .w-lg-25 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100%;
    }

    .w-xl-75 {
        width: 75%;
    }

    .w-xl-50 {
        width: 50%;
    }

    .w-xl-25 {
        width: 25%;
    }
}

.logo img {
    height: 100%;
    width: 100%;
}

.logo img {
    object-fit: contain;
}

div.textarea {
    background-color: #e9ecef;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-clip: padding-box;
}


div.clearfix {
    clear: both;
}


#scrolltotopButton {
    display: inline-block;
    background-color: #80a8c8;
    border: 2px solid #005091;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 75px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #scrolltotopButton::after {
        content: "\F286";
        font-family: 'bootstrap-icons';
        font-weight: 900;
        font-style: normal;
        font-size: 1.5em;
        line-height: 40px;
        color: #005091;
    }


@media (min-width: 1400px) {
    #scrolltotopButton {
        width: 50px;
        height: 50px;
        right: 110px;
        bottom: 30px;
        border: 2px solid #005091;
    }

        #scrolltotopButton::after {
            font-size: 1.75em;
            font-weight: 900;
            line-height: 50px;
        }

        #scrolltotopButton:hover {
            cursor: pointer;
            background-color: #005091;
        }

            #scrolltotopButton:hover::after {
                content: "\f281";
                font-family: 'bootstrap-icons';
                font-weight: 900;
                font-style: normal;
                font-size: 1.75em;
                line-height: 50px;
                color: #80a8c8;
            }
}

#scrolltotopButton.show {
    opacity: 1;
    visibility: visible;
}

#scrolltotopButton.hide {
    opacity: 0;
    visibility: hidden;
}


#scrolltobottomButton {
    display: inline-block;
    background-color: #80a8c8;
    border: 2px solid #005091;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #scrolltobottomButton::after {
        content: "\f282";
        font-family: 'bootstrap-icons';
        font-weight: 900;
        font-style: normal;
        font-size: 1.5em;
        line-height: 40px;
        color: #005091;
    }


@media (min-width: 1400px) {
    #scrolltobottomButton {
        width: 50px;
        height: 50px;
        right: 50px;
        bottom: 30px;
        border: 2px solid #005091;
    }

        #scrolltobottomButton::after {
            font-size: 2em;
            font-weight: 900;
            line-height: 50px;
        }

        #scrolltobottomButton:hover {
            cursor: pointer;
            background-color: #005091;
        }

            #scrolltobottomButton:hover::after {
                content: "\f27e";
                font-family: 'bootstrap-icons';
                font-weight: 900;
                font-style: normal;
                font-size: 2em;
                line-height: 50px;
                color: #80a8c8;
            }
}

#scrolltobottomButton.show {
    opacity: 1;
    visibility: visible;
}

#scrolltobottomButton.hide {
    opacity: 0;
    visibility: hidden;
}


#UpDownDiv {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 95px;
    width: 40px;
    
}


@media (min-width: 1400px) {
    #UpDownDiv {
        position: fixed;
        bottom: 30px;
        right: 50px;
        height: 50px;
        width: 110px;
       
    }
}


.navbar-light .navbar-nav .nav-link {
    color: #343a40;
}


.spin-hover:hover {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.tooltip-inner {
    background-color: #6696bd;
    font-size: 12px;
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tooltip-inner {
        max-width: 80px;
    }
}

    .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
        left: 50% !important;
        transform: translateX(-50%);
        content: "";
        border-width: 5px 5px 0;
        border-top-color: #6696bd;
    }

    .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
        top: 50% !important;
        transform: translateY(-50%);
        content: "";
        border-width: 5px 5px 5px 0;
        border-right-color: #6696bd;
    }

    .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
        left: 50% !important;
        transform: translateX(-50%);
        content: "";
        border-width: 0 5px 5px;
        border-bottom-color: #6696bd;
    }

    .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
        top: 50% !important;
        transform: translateY(-50%);
        content: "";
        border-width: 5px 0 5px 5px;
        border-left-color: #6696bd;
    }