/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('controls.css');
@import url('../../Basis/fonts/Source_Sans_Pro/stylesheet.css');
@import url('../../assets/fonts/Korb/stylesheet.css');

html {
}

body {
    font-family: 'Source Sans Pro','Open Sans', sans-serif;
    color: #444444;
    font-size: 1.2rem;
}

a {
    color: #003b7b;
    text-decoration: underline;
}

    a:hover {
        color: #009ed4;
    }

    a.btn {
        text-decoration: none;
    }

.link {
    color: #003b7b;
    text-decoration: underline;
    cursor: pointer;
}

    .link:hover {
        color: #009ed4;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Korb,sans-serif;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.list-horizontal {
    list-style-type: none;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .list-horizontal li {
        margin-right: 5px;
    }

img + .source,
.img + .source {
    font-size: 10px;
    margin-top: -6px;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    margin-left: 0px;
    margin-top: -15px;
    margin-left: 5px;
    color: black;
    opacity: 0.5;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #003b7b;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: #003b7b;
            color: #fff;
        }

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.page-header {
    background-color: #fff;
    align-items: center;
    border: 0;
    display: flex;
    height: 160px;
    margin: 0;
    padding: 0;
    padding: 0 35px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.page-header {
    top: 0;
    transition: .5s cubic-bezier(.25, .46, .45, .94);
}

    .page-header .logo img {
        height: 75px
    }

    .page-header.header-scrolled {
        height: 100px
    }

    .page-header.header-scrolled {
        box-shadow: 0 1px 0 rgba(0, 51, 102, .2);
    }

        .page-header.header-scrolled .logo img {
            height: 50px
        }

.nav-top {
}

    .nav-top .nav-item {
        padding-left: 15px;
    }

header .close-button {
    font-size: 1.3rem;
    color: rgb(0, 51, 102);
    text-decoration: none;
    padding: 8px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

    header .close-button:hover {
        background-color: rgba(0, 0, 0, .15);
    }

    header .close-button i {
        padding-left: 5px;
        padding-right: 5px;
    }

.nav-top .nav-item a,
.nav-top .nav-item .website {
    font-size: 1.3rem;
    color: rgb(0, 51, 102);
    text-decoration: none;
    padding: 15px;
    border: solid 1px #fff;
    border-radius: 5px;
    height: 65px;
    display: inline;
    cursor: pointer;
}

    .nav-top .nav-item a:hover,
    .nav-top .nav-item .website:hover {
        border: solid 1px rgba(0, 51, 102, .2);
    }

.nav-top .nav-item i {
    padding-right: 10px;
    font-size: 1.9rem;
    position: relative;
    top: 5px;
}



/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.main {
    margin: 0 auto;
    margin-top: 0px;
    max-width: 100%;
    padding: 0 60px;
    width: calc(100vw-60px);
}

.top-box {
    margin-top: 160px;
}
.doc-info {
    margin-top:35px;
}
.main-box {
    width: 60vw;
}

.right-box {
    width: 40vw;
    margin-left: 50px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    background: #e3ebf5;
    color: #364146;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 60px;
    width: calc(100vw-60px);
    margin-top:25px;
}

    footer .col {
        min-width: 300px;
    }

.footer-socials {
    padding-left: 0;
}

    .footer-socials li {
        padding-right: 15px;
    }

        .footer-socials li i {
            font-size: 1.5rem;
        }

#footer .copyright,
#footer .sociallinks {
}

#footer .headline {
    margin-bottom: 15px;
}

.img-responsive img {
    display: block;
    max-width: 100%;
    height: auto;
}

picture.img-responsive img {
    width: 100%;
}

.listing {
    margin: 15px;
}

.footer-img img {
    max-width: 200px!important;
    padding-bottom: 25px;
    padding-top: 35px;
}
/*--------------------------------------------------------------
# Sidebar (Nav)
--------------------------------------------------------------*/
body.active-menu {
    overflow: hidden;
}

.sidebar {
    display: none;
}

.active-menu .sidebar {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    background: rgba(51, 51, 51, 0.5);
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
    display: block;
}


.sidebar-right {
    background-color: #fff;
    width: 25vw;
    min-width: 300px;
    height: 100vh;
    overflow: auto;
}

    .sidebar-right .nav-top {
        position: sticky;
        background-color: #fff;
        top: 0px;
        left: 0px;
        z-index: 100;
        height: 75px;
    }

.sidebar .btn-dropdown {
    cursor: pointer;
}

.sidebar ul,
.sidebar ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar ul.nav-menu {
        padding: 10px 0;
        transition: all .3s;
        list-style: none;
        position: relative;
        padding-left: 30px;
    }

        .sidebar ul.nav-menu ul {
            padding-left: 15px;
        }

.sidebar .nav-menu ul li a {
    border: 0;
}

.sidebar .nav-menu li .nav-item {
    padding: 5px 5px 5px 5px;
}

    .sidebar .nav-menu li .nav-item:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .sidebar .nav-menu li .nav-item i {
        float: right;
        padding: 2px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

        .sidebar .nav-menu li .nav-item i:hover {
            background-color: #ddd;
        }

.sidebar .nav-menu li:not(.has-children) .nav-item i {
    display: none;
}

.sidebar .nav-menu li.active > .nav-item a {
    font-weight: 700;
}

.sidebar .nav-menu li.active-open > ul {
    display: block;
}

.sidebar .nav-menu li:not(active-open) > ul {
    display: none;
}

.close-menue {
    padding: 30px;
    height: 100px;
}

.search-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    padding: 30px;
    display: none;
}

    .search-box.active {
        display: block;
    }

.img-fluid img {
    max-width: 100%;
    height: auto;
}

/* MD Medium devices (tablets, 768px and up)*/
@media (max-width: 991.98px) {
    html {
        font-size: 14px;
    }

    .page-header {
        height: 100px;
        padding: 0 15px;
    }

        .page-header .logo img {
            height: 50px
        }

    .main {
        padding: 0 30px;
        width: calc(100vw-30px);
    }

    .top-box {
        margin-top: 100px;
    }

    .nav-top {
        padding-right: 15px;
    }

        .nav-top .nav-item {
            padding-left: 10px;
        }

            .nav-top .nav-item a,
            .nav-top .nav-item .website {
                font-size: 1.1rem;
                padding: 5px;
                height: 45px;
            }

            .nav-top .nav-item i {
                padding-right: 5px;
                font-size: 1.5rem;
                top: 2px;
            }
        
}

/* SM Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
    body {
        /*font-size: 0.9rem;*/
    }

    .main {
        padding: 0;
        width: 100vw;
    }
}
/* XS Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

.btn-outline-primary {
    color: #009ed4;
    border-color: #009ed4;
}
    .btn-outline-primary:hover {
        color: #fff;
        background-color: #009ed4;
        border-color: #009ed4;
    }

#lightbox-container-image-data {
    display: none!important;
}