﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



@media (max-width: 414px) {

    .FPP-Logo {
        width: 360px;
        height: 70px;
    }

}
@media (min-width: 415px) {

    .FPP-Logo {
        width: 467px;
        height: 93px;
        padding-left: 15px;
    }
}

    html {
        font-size: 14px;
        position: relative;
        height: 100%;
    }

    main {
        flex: 1;
    }

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .bg-fppblue {
        background-color: #2e6da4 !important;
    }


    /* width */
    ::-webkit-scrollbar {
        width: 15px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #999999;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #4aaecf;
        }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    .ui-autocomplete {
        position: absolute;
        top: 100%;
        display: none;
        float: left;
        min-width: 160px;
        padding: 7px 0;
        margin: 4px 0 0;
        list-style: none;
        line-height: 1.5;
        font-size: 1rem;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

        .ui-autocomplete > li > div {
            display: block;
            padding: 6px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.5;
            color: #333333;
            white-space: nowrap;
        }

    .ui-state-hover,
    .ui-state-active,
    .ui-state-focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
        cursor: pointer;
    }

    .ui-helper-hidden-accessible {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }


    .container-projectdetails {
        height: 70vh;
        display: grid;
        grid-template-rows: 5px 1fr 50px;
        grid-template-columns: 25% 25% 25% 25%;
    }

    .container-projectleft {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .container-projectright {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .container-projectfooter {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .scrolling1 {
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 700px;
    }

    .scrollable-element {
        scrollbar-base-color: aqua;
        scrollbar-face-color: aqua;
    }


    .home-5-bg {
        background: #1E90FF;
        position: relative;
        background-size: cover;
        height: 50vh;
        background-position: center center;
    }

    .home-5-content {
        z-index: 1;
        position: relative;
    }

    .bg-overlay {
        background-color: #000;
        opacity: 0.7;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .home-center {
        display: table;
        width: 100%;
        height: 100%;
    }

    .home-desc-center {
        display: table-cell;
        vertical-align: middle;
    }

    .home-5-content {
        z-index: 1;
        position: relative;
    }

    .text-white-70 {
        color: rgba(255, 255, 255, 0.8);
    }

    .f-15 {
        font-size: 15px;
    }

    .home-5-bg #particles-js {
        z-index: 1 !important;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    /* ----/// Search  ////-----*/
    label {
        font-weight: 600;
    }

    .custom-control {
        font-weight: normal;
    }

    .dropdown-toggle {
        padding-left: 10px;
    }

    .dropdown.dropdown-lg .dropdown-menu {
        padding: 15px;
    }

    .input-group .form-control {
        width: 100%;
        border-radius: 0.25rem !important;
    }

    .dropdown.dropdown-itns .dropdown-menu-itns {
        min-width: 620px;
    }

    .dropdown-menu {
        box-shadow: 1px 4px 8px -1px #c1c1c1;
    }

    .col-md-auto-itns {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-8-itns {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-10-itns {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-12-itns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.col-lg-10-itns {
    -ms-flex: 0 0 85.06%;
    flex: 0 0 85.063%;
    max-width: 85.06%;
}

    .col-md-9-itns {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-left: 0px;
    }

    .card-itns {
        flex: 1 1 auto;
        padding: 0.3rem;
    }

    @media (max-width: 575.98px) {

        .img-user-index {
            width: 375px;
            border: 1px solid;
            border-color: #e37d3a;
            margin-bottom: 5px;
        }
    }

    @media (min-width: 576px) {

        .img-user-index {
            width: 135px;
            border: 1px solid;
            border-color: #e37d3a;
        }
    }

    @media (max-width: 575.98px) {

        .img-user-projekt-index {
            border: 1px solid;
            border-color: #e37d3a;
            margin-bottom: 0px;
        }
    }

    @media (min-width: 576px) {

        .img-user-projekt-index {
            border: 1px solid;
            border-color: #e37d3a;
        }
    }

    @media (max-width: 583.98px) {

        .test-img {
            width: 375px;
            margin-bottom: 4px;
        }

        .test-img-img {
            width: 375px;
            border: 1px solid;
            border-color: #e37d3a;
        }
    }

    @media (min-width: 576px) {

        .test-img {
            width: 279px;
        }

        .test-img-img {
            width: 279px;
            border: 1px solid;
            border-color: #e37d3a;
        }
    }

    .hr-projects {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .bg-lightorange {
        background-color: rgba(255, 101, 0, 0.09) !important;
    }

    .block-ellipsis-3 {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 95px;
        margin: 0 auto;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .orange-underline {
        border-bottom: 2px solid #e37d3a;
    }

    .border-blue {
        border: 1px solid #2e6da4;
    }

    .bg-lightgreyblue {
        background-color: rgba(174, 214, 255, 0.12) !important;
    }

    .btn-orange-search {
        color: #fff;
        background-color: #e37d3a;
        border-color: #007bff;
    }

    .btn-cyan {
        color: #fff;
        background-color: #4caecf;
        border-color: #007bff;
    }

        .btn-cyan:hover {
            color: #fff;
            background-color: #e37d38;
            border-color: #cc5100;
        }

    .btn-out-orange {
        color: #e37d3a;
        background-color: #fff;
        border-color: #e37d3a !important;
    }

        .btn-out-orange:hover {
            color: #fff;
            background-color: #e37d3a;
            border-color: #e37d3a;
        }


    /*NEW*/

    .standardblue {
        color: #2e6da4;
    }

    .input-group-prepend.primary {
        border: 1px solid #e37d3a;
    }

    .span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
        content: "";
        display: inline-block;
        background: #fff;
        width: 0;
        height: 0.2rem;
        position: absolute;
        transform-origin: 0% 0%;
    }

    .chiller_cb {
        position: relative;
        height: 2rem;
        display: flex;
        align-items: center;
    }

        .chiller_cb input {
            display: none;
        }

            .chiller_cb input:checked ~ span {
                background: #e37d3a;
                border-color: #e37d3a;
            }

                .chiller_cb input:checked ~ span:before {
                    width: 1rem;
                    height: 0.15rem;
                    transition: width 0.1s;
                    transition-delay: 0.3s;
                }

                .chiller_cb input:checked ~ span:after {
                    width: 0.4rem;
                    height: 0.15rem;
                    transition: width 0.1s;
                    transition-delay: 0.2s;
                }

            .chiller_cb input:disabled ~ span {
                background: #ececec;
                border-color: #dcdcdc;
            }

            .chiller_cb input:disabled ~ label {
                color: #dcdcdc;
            }

                .chiller_cb input:disabled ~ label:hover {
                    cursor: default;
                }

        .chiller_cb label {
            padding-left: 2rem;
            position: relative;
            z-index: 2;
            cursor: pointer;
            margin-bottom: 0;
        }

        .chiller_cb span {
            display: inline-block;
            width: 1.2rem;
            height: 1.2rem;
            border: 2px solid #ccc;
            position: absolute;
            left: 0;
            transition: all 0.2s;
            z-index: 1;
            box-sizing: content-box;
        }

            .chiller_cb span:before {
                transform: rotate(-55deg);
                top: 1rem;
                left: 0.37rem;
            }

            .chiller_cb span:after {
                transform: rotate(35deg);
                bottom: 0.35rem;
                left: 0.2rem;
            }

    .bluetopic {
        color: #2e6ba3;
        font-weight: bold;
    }

    .orangetopic {
        color: #e37d3a;
        font-weight: bold;
    }


    .list-group-item-img {
        position: relative;
        display: block;
        padding: 0;
        margin-bottom: -1px;
        background-color: #fff;
        border: 2px solid;
        border-color: #2e6ba3;
    }

    .span-inline {
        display: inline;
    }

    .card-footer {
        padding: 0.25rem 1.25rem;
        background-color: #f8f9fa;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }

    .border-projekt-img-footer-orange {
        border-left: 1px solid #e37d3a;
        border-right: 1px solid #e37d3a;
        border-bottom: 1px solid #e37d3a;
    }

    .flexcontainer.growshrink .bigitem {
        -webkit-flex: 2 0 0;
        flex: 2 0 0;
    }

    .flexcontainer.growshrink .smallitem {
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
    }

    .flexcontainer > div {
        height: 100px;
        width: 100px;
        background-color: #b93c2f;
        border: 1px solid #626262;
        margin: 3px;
    }

    .flexcontainer {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        background-color: #edf6fa;
        border: 1px solid #3a99c7;
    }

    body {
        background-color: #f0f6ff !important;
        color: #28384d;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    #global {
        background: #f0f6ff !important;
    }


    /*social */
    .card-one {
        position: relative;
        width: 300px;
        background: #fff;
        box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.4);
    }

    .card {
        margin-bottom: 20px;
        box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
        border: none;
    }

    .card-home {
        margin-bottom: 20px;
        box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        margin-right: 9px;
        margin-left: 9px;
    }

    .follower-wrapper li {
        list-style-type: none;
        color: #fff;
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

    .social-profile {
        color: #fff;
    }

        .social-profile a {
            color: #fff;
        }

    .social-profile {
        position: relative;
        margin-bottom: 150px;
    }

        .social-profile .user-profile {
            position: absolute;
            bottom: -75px;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            left: 50px;
        }

    .social-nav {
        position: absolute;
        bottom: 0;
    }

    .social-prof {
        color: #333;
        text-align: center;
    }

        .social-prof .wrapper {
            width: 70%;
            margin: auto;
            margin-top: -100px;
        }

        .social-prof img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            margin-bottom: 20px;
            border: 5px solid #fff;
        }

        .social-prof h3 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 0;
        }

        .social-prof p {
            font-size: 18px;
        }

        .social-prof .nav-tabs {
            border: none;
        }

    .card .nav > li {
        position: relative;
        display: block;
    }

        .card .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            font-weight: 300;
            border-radius: 4px;
        }

            .card .nav > li > a:focus,
            .card .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .card .s-nav > li > a.active {
        text-decoration: none;
        background-color: #fff;
        color: #fff;
    }

    .text-blue {
        color: #fff;
    }

    ul.friend-list {
        margin: 0;
        padding: 0;
    }

        ul.friend-list li {
            list-style-type: none;
            display: flex;
            align-items: center;
        }

            ul.friend-list li:hover {
                background: rgba(0, 0, 0, .1);
                cursor: pointer;
            }

        ul.friend-list .left img {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            margin-right: 20px;
        }

        ul.friend-list li {
            padding: 10px;
        }

        ul.friend-list .right h3 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 0;
        }

        ul.friend-list .right p {
            font-size: 11px;
            color: #6c757d;
            margin: 0;
        }

    .social-timeline-card .dropdown-toggle::after {
        display: none;
    }

    .info-card h4 {
        font-size: 15px;
    }

    .info-card h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .social-about .social-info {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .social-about p {
        margin-bottom: 20px;
    }

.info-card i {
    color: #e37d38;
}

    .card-one {
        position: relative;
        width: 300px;
        background: #fff;
        box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.4);
    }

        .card-one .header {
            position: relative;
            width: 100%;
            height: 60px;
            background-color: #fff;
        }

            .card-one .header::before,
            .card-one .header::after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: inherit;
            }

            .card-one .header::before {
                -webkit-transform: skewY(-8deg);
                transform: skewY(-8deg);
                -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
            }

            .card-one .header::after {
                -webkit-transform: skewY(8deg);
                transform: skewY(8deg);
                -webkit-transform-origin: 0 100%;
                transform-origin: 0 100%;
            }

            .card-one .header .avatar {
                position: absolute;
                left: 50%;
                top: 30px;
                margin-left: -50px;
                z-index: 5;
                width: 100px;
                height: 100px;
                border-radius: 50%;
                overflow: hidden;
                background: #ccc;
                border: 3px solid #fff;
            }

                .card-one .header .avatar img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    width: 100px;
                    height: auto;
                }

        .card-one h3 {
            position: relative;
            margin: 80px 0 30px;
            text-align: center;
        }

            .card-one h3::after {
                content: '';
                position: absolute;
                bottom: -15px;
                left: 50%;
                margin-left: -15px;
                width: 30px;
                height: 1px;
                background: #000;
            }

        .card-one .desc {
            padding: 0 1rem 2rem;
            text-align: center;
            line-height: 1.5;
            color: #777;
        }

        .card-one .contacts {
            width: 200px;
            max-width: 100%;
            margin: 0 auto 3rem;
        }

            .card-one .contacts a {
                display: block;
                width: 33.333333%;
                float: left;
                text-align: center;
                color: #c8c;
            }

                .card-one .contacts a:hover {
                    color: #333;
                }

                    .card-one .contacts a:hover .fa::before {
                        color: #fff;
                    }

                    .card-one .contacts a:hover .fa::after {
                        width: 100%;
                        height: 100%;
                    }

                .card-one .contacts a .fa {
                    position: relative;
                    width: 40px;
                    height: 40px;
                    line-height: 39px;
                    overflow: hidden;
                    text-align: center;
                    font-size: 1.3em;
                }

                    .card-one .contacts a .fa:before {
                        position: relative;
                        z-index: 1;
                    }

                    .card-one .contacts a .fa::after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 0;
                        height: 0;
                        -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                        background: #c8c;
                        transition: width .3s, height .3s;
                    }

                .card-one .contacts a:last-of-type .fa {
                    line-height: 36px;
                }

        .card-one .footer {
            position: relative;
            padding: 1rem;
            background-color: #fff;
            text-align: center;
        }

            .card-one .footer a {
                padding: 0 1rem;
                color: #e2e2e2;
                transition: color .4s;
            }

                .card-one .footer a:hover {
                    color: #c8c;
                }

            .card-one .footer::before {
                content: '';
                position: absolute;
                top: -27px;
                left: 50%;
                margin-left: -15px;
                border: 15px solid transparent;
                border-bottom-color: #fff;
            }

    #gallery li {
        width: 24%;
        float: left;
        margin: 6px;
    }


    /*end social*/

    .text-blue-fpp {
        color: #2e6da4 !important;
    }

    .text-sm{
        font-size: 0.9rem !important;
    }

.ml-2_5 {
    margin-left: 0.7rem !important;
}

    .text-cyan-fpp {
        color: #4caecf !important;
    }

    .pr-box {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        margin-right: 9px;
        margin-left: 9px;
    }

    .btn-width70 {
        width: 70%;
    }

    .btn-width100 {
        width: 100%;
    }

    .dropdown-divider-fpp {
        margin: 0;
        height: 0;
        overflow: hidden;
        border-top: 1px solid rgba(241, 241, 241, 0.80);
    }

    .bg-dark-grey {
        background-color: #e9ecef;
    }

    .bg-orange {
        background-color: #e37d3a !important;
    }

    .footer-blue {
        background-color: #3f51b5;
    }

    .footer-lightblue {
        background-color: #007bff;
    }

    i.buttonaddrange {
        color: #2e6da4;
    }

        i.buttonaddrange:hover {
            color: #e37d3a;
            cursor: pointer;
        }

    i.btn_removerange {
        color: #d92b2b;
    }

        i.btn_removerange:hover {
            color: #e37d3a;
            cursor: pointer;
        }

    i.addskill {
        color: #2e6da4;
    }

        i.addskill:hover {
            color: #e37d3a;
            cursor: pointer;
        }

    i.deleteskill {
        color: #d92b2b;
    }

        i.deleteskill:hover {
            color: #e37d3a;
            cursor: pointer;
        }

    .skills {
    }

    /*\\ ---- IT-NS HEADER NAVBAR ---- \\*/
    @media (max-width: 1074px) {
        .header-toplogo-bg {
            background-image: none;
        }
    }

    @media (min-width: 1075px) {
        .header-toplogo-bg {
            background-image: url(/images/top-right-1.png);
            background-repeat: no-repeat;
            background-position: right;
        }
    }

    /*\\ ---- IT-NS HEADER NAVBAR END ---- \\*/


    /*\\ ---- IT-NS NAVBAR NAVBAR ---- \\*/


    /*\\ ---- IT-NS NAVBAR NAVBAR END ---- \\*/



    /*\\ ---- IT-NS FOOTER ---- \\*/
    .customcolor {
        background: #2e6da4;
        padding-top: 10px;
        color: #fff;
        font-family: 'Raleway', sans-serif;
    }

    @media (max-width: 991px) {

        .footer-bottom-logo {
            width: 85px;
            padding-left: 0rem;
        }

        .footer-bottom-divider {
            background: #fff;
            border: none;
            color: #fff;
            height: 1px;
            width: 100%;
        }
    }

    @media (min-width: 992px) {

        .footer-bottom-logo {
            width: 100px;
            padding-left: 3rem;
        }
    }
    /*\\ ---- IT-NS FOOTER END ---- \\*/
    .mb-footer {
        margin-bottom: 0.2rem;
    }


    .bottom {
        background: rgba(0, 44, 96, 0.90);
        color: #fff;
        padding-top: 5px;
    }

        .bottom a {
            text-decoration: none;
            color: #ddd;
        }

    .form-group-footer {
        margin-bottom: 1rem;
    }

    .customcolor .col-md-3:nth-child(1) .fa {
        padding-right: 10px;
    }

    .icon .fa {
        font-size: 20px;
        cursor: pointer;
    }

        .icon .fa a:hover {
            color: #fff;
        }


    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .bg-header-primary {
        background: rgba(0, 56, 122, 0.80)
    }

    .top-logo {
        padding-left: 40px;
    }

    .login-logo {
        text-align: center;
        width: 150px;
    }

    .fixed-logo {
        padding-left: 10px;
    }

    .bg-dark-blue {
        background: rgba(0, 44, 96, 0.90);
    }

    .nav-side-menu {
        overflow: auto;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        background-color: #fff;
        width: 100%;
        height: 100%;
    }

        .nav-side-menu i {
            color: #e37d3a;
        }

        .nav-side-menu .brand {
            background: rgba(0, 44, 96, 0.90);
            line-height: 30px;
            display: block;
            text-align: center;
            font-size: 14px;
            border: 1px solid rgba(0, 0, 0, 0.125);
            padding-top: 5px;
        }

        .nav-side-menu .toggle-btn {
            display: none;
        }

        .nav-side-menu ul,
        .nav-side-menu li {
            
            padding: 0px;
            margin: 0px;
            line-height: 40px;
            cursor: pointer;
        }

            .nav-side-menu ul :not(collapsed) .arrow:before,
            .nav-side-menu li :not(collapsed) .arrow:before {
                font-family: FontAwesome;
                content: "\f078";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
                float: right;
                color: #6c757d !important;
            }

            .nav-side-menu ul li.active a {
                color: #fff;
                background-color: #2e6da4;
            }
            .nav-side-menu ul li.active {
                color: #fff;
                background-color: #2e6da4;
            }

            .nav-side-menu ul .sub-menu li.active,
            .nav-side-menu li .sub-menu li.active {
                color: #fff;
                background-color: #2e6da4;
            }

            .nav-side-menu ul ul .sub-menu li.active a,
            .nav-side-menu li ul .sub-menu li.active a {
                color: #fff;
                background-color: #2e6da4;
            }


            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #fff;
            }

            .nav-side-menu ul .sub-menu li,
            .nav-side-menu li .sub-menu li {
                background-color: rgba(241, 241, 241, 0.89);
                border: none;
                line-height: 35px;
                border-left: 1px solid rgba(0, 0, 0, 0.125);
                border-bottom: 1px solid rgba(0, 0, 0, 0.125);
                margin-left: 0px;
                color: #6c757d;
            }

                .nav-side-menu ul .sub-menu li:hover,
                .nav-side-menu li .sub-menu li:hover {
                    color: #fff;
                }

                .nav-side-menu ul .sub-menu li:hover,
                .nav-side-menu li .sub-menu li:hover {
                    background-color: #2e6da4;
                }

                    .nav-side-menu ul .sub-menu li:hover a,
                    .nav-side-menu li .sub-menu li:hover a {
                        color: #fff;
                        text-decoration: underline;
                    }

                .nav-side-menu ul .sub-menu li:before,
                .nav-side-menu li .sub-menu li:before {
                    font-family: FontAwesome;
                    content: "\f105";
                    display: inline-block;
                    padding-left: 25px;
                    padding-right: 5px;
                    vertical-align: middle;
                    color: #e37d3a;
                }

            .nav-side-menu ul.sub-menu ul.sub li:before,
            .nav-side-menu li.sub-menu ul.sub li:before {
                font-weight: bolder;
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                content: "-";
                display: inline-block;
                padding-left: 25px;
                padding-right: 5px;
                vertical-align: middle;
            }



        .nav-side-menu li {
            padding-left: 0px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        }

            .nav-side-menu li a {
                text-decoration: none;
                color: #6c757d;
            }

                .nav-side-menu li a i {
                    padding-left: 10px;
                    width: 20px;
                    padding-right: 20px;
                }

            .nav-side-menu li:hover {
                border-left: 5px solid #e37d38;
                background-color: #e2e2e2;
            }

    .color-text-grey {
        color: #6c757d;
    }

    .range-1 input[type="range"] {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        -ms-appearance: none !important;
        -o-appearance: none !important;
        appearance: none !important;
        display: table-cell;
        width: 100%;
        background-color: transparent;
        height: 29px;
        cursor: pointer;
    }

        .range-1 input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
            -ms-appearance: none !important;
            -o-appearance: none !important;
            appearance: none !important;
            width: 11px;
            height: 28px;
            color: rgb(255, 255, 255);
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 0px;
            background-color: rgb(153, 153, 153);
        }

        .range-1 input[type="range"]::-moz-slider-thumb {
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
            -ms-appearance: none !important;
            -o-appearance: none !important;
            appearance: none !important;
            width: 11px;
            height: 28px;
            color: rgb(255, 255, 255);
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 0px;
            background-color: rgb(153, 153, 153);
        }

    .range-1 output {
        display: table-cell;
        padding: 3px 8px 3px;
        min-width: 10px;
        color: rgb(255, 255, 255);
        background-color: rgb(153, 153, 153);
        text-align: center;
        text-decoration: none;
        border-radius: 2px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
    }

    .range-1 input[type="range"] {
        outline: none;
    }

    .range-1.range-primary input[type="range"]::-webkit-slider-thumb {
        background-color: #2e6da4;
    }

    .range-1.range-primary input[type="range"]::-moz-slider-thumb {
        background-color: #2e6da4;
    }

    .range-1.range-primary output {
        background-color: #2e6da4;
    }

    .range-1.range-primary input[type="range"] {
        outline-color: #2e6da4;
    }

    .range-1.range-success input[type="range"]::-webkit-slider-thumb {
        background-color: rgb(92, 184, 92);
    }

    .range-1.range-success input[type="range"]::-moz-slider-thumb {
        background-color: rgb(92, 184, 92);
    }

    .range-1.range-success output {
        background-color: rgb(92, 184, 92);
    }

    .range-1.range-success input[type="range"] {
        outline-color: rgb(92, 184, 92);
    }

    .range-1.range-info input[type="range"]::-webkit-slider-thumb {
        background-color: rgb(91, 192, 222);
    }

    .range-1.range-info input[type="range"]::-moz-slider-thumb {
        background-color: rgb(91, 192, 222);
    }

    .range-1.range-info output {
        background-color: rgb(91, 192, 222);
    }

    .range-1.range-info input[type="range"] {
        outline-color: rgb(91, 192, 222);
    }

    .range-1.range-warning input[type="range"]::-webkit-slider-thumb {
        background-color: #e37d3a;
    }

    .range-1.range-warning input[type="range"]::-moz-slider-thumb {
        background-color: #e37d3a;
    }

    .range-1.range-warning output {
        background-color: #e37d3a;
    }

    .range-1.range-warning input[type="range"] {
        outline-color: #e37d3a;
    }

    .nav-tabs .nav-link.active {
        background-color: #e2e2e2;
        border-bottom: #e2e2e2;
        font-weight: bold;
    }

.nav-link.active {
    background-color: #ffffff59;
    font-weight: bold;
    border-radius: 0.25rem;
}

    .nav-tabs .nav-link {
        color: #2e6ba3;
    }


    .slider-fpp {
        -webkit-appearance: none;
        width: 90%;
        height: 5px;
        background: #d3d3d3;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

        .slider-fpp:hover {
            opacity: 1;
        }

        .slider-fpp::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 17px;
            height: 17px;
            background: #2e6da4;
            cursor: pointer;
        }

        .slider-fpp::-moz-range-thumb {
            width: 17px;
            height: 17px;
            background: #2e6da4;
            cursor: pointer;
        }

    .slider-fpp-orange {
        -webkit-appearance: none;
        width: 90%;
        height: 5px;
        background: #d3d3d3;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

        .slider-fpp-orange:hover {
            opacity: 1;
        }

        .slider-fpp-orange::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 15px;
            height: 15px;
            background: #e37d3a;
            cursor: pointer;
        }

        .slider-fpp-orange::-moz-range-thumb {
            width: 15px;
            height: 15px;
            background: #e37d3a;
            cursor: pointer;
        }

    .col-paging-1 {
        -ms-flex: 0 0 5.333333%;
        flex: 0 0 5.333333%;
        max-width: 5.333333%;
        padding-right: 0;
        padding-left: 0;
    }


.dropdown-menu-end .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem 0.2rem;
    clear: both;
    font-weight: 400;
    color: #2e6da4;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-menu-end .dropdown-item:hover, .dropdown-item:focus {
        text-decoration: none;
        font-weight: 400;
        background-color: #d3d3d3;
    }

.dropdown-menu-end .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2e6da4;
}

.dropdown-menu-end .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}


    .dropdown-menu-end a i {
        padding-left: 5px;
        width: 35px;
        padding-right: 20px;
    }

    .dropdown-menu-end form button i {
        padding-left: 5px;
        width: 35px;
        padding-right: 20px;
    }

    .dropdown-menu-end i {
        color: #e37d3a;
    }

    .dropdown-menu-end a:hover {
        border-left: 5px solid #e37d38;
        background-color: #e2e2e2;
        color: rgba(0, 44, 96, 0.90);
    }

    .dropdown-menu-end form button i {
        color: #2e6da4;
    }

    .bg-grey-menu {
        background-color: rgba(241, 241, 241, 0.89);
        border-radius: 0.25rem;
    }

    .dropdown-menu-end button:hover {
        border-left: 5px solid #2e6da4;
        background-color: #e2e2e2;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        color: rgba(0, 44, 96, 0.90);
    }


    .tab-pane.active .tab-pane-header {
        padding: 1rem;
        border: 1px solid rgba(0, 0, 0, 0.125);
        background-color: #fff;
        border-top-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        margin-bottom: 1rem;
    }

    .tab-pane:first-child .tab-pane-header {
        border-top-left-radius: 0;
    }

    .grey_58 {
        color: #585858 !important;
    }

    .stretched-link::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: rgba(0,0,0,0);
    }

    .border-orange {
        border-color: #e37d3a !important;
    }

    .card-box {
        padding: 8px;
        border-radius: 3px;
        margin-bottom: 30px;
        background-color: #fff;
    }

    @media (max-width: 1457px) {

        .showbig {
            display: none;
        }
    }

    @media (min-width: 1456px) {

        .showbig {
            display: normal;
        }
    }


    .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 25px;
    }

        .btn-circle.btn-lg {
            width: 50px;
            height: 50px;
            font-size: 18px;
            text-align: center;
            line-height: 1.33;
            border-radius: 25px;
            border-color: #eee;
            border-width: 1px;
        }

        .btn-circle.btn-sm {
            width: 35px;
            height: 35px;
            text-align: center;
            font-size: 18px;
            line-height: 1.33;
            border-radius: 25px;
        }

    .login-form {
        width: 500px;
        margin: 150px auto;
    }

    .pr-15 {
        padding-right: 15px;
    }


    .style-w-50px {
        width: 50px;
    }

    .ma9-boxshadow {
        box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
        margin-left: 9px;
        margin-right: 9px;
    }

    .block1-1-bg {
        background-image: url(/images/block1-1bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .block1-2-bg {
        background-image: url(/images/block1-2bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .block1-3-bg {
        background-image: url(/images/block1-3bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }


    .mb-3rem {
        margin-bottom: 3rem;
    }

    .mb-5rem {
        margin-bottom: 5rem;
    }

    #HomeTabSearch .nav-tabs .nav-link.active {
        border-bottom: 3px solid white;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        background-color: white;
    }

    #profilesearch-tab {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        border-right: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: none;
    }

    #projectsearch-tab {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        border-right: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: none;
    }

    .table-row {
        cursor: pointer;
    }


    #meineKarte {
        width: 100%;
        position: inherit;
        height: 260px;
        margin: 0;
        padding: 0;
        border: 1px solid black;
        border-radius: 8px;
    }

    #map {
        width: 100%;
        position: inherit;
        height: 299px;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 8px;
    }
