/*html,body {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    line-height: 2rem;
    color: rgba(0,0,0,0.87);
    background: #fff
}*/

header {
  width: 100%;
  height: 200px;
  background: url(/public/images/header/22-min.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.pkp_site_name .is_text {
    color: rgb(255 255 255 / 100%);
    font-size: 25px;
    text-decoration: none;
}

.pkp_site_name {
    position: absolute;
    left: -1rem;
    right: 0;
    margin-top: 25px;
    margin-bottom: 0;
    padding-left: .714rem;
    text-align: left;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.84);
    font-family: "Noto Serif", serif;
    font-size: .93rem;
}

.pkp_site_name .is_text:focus {
    text-decoration: none;
}

.pkp_site_nav_menu {
    width: 100%;
    background: #143c7f;
}

li.profile {
    background: #ffffff;
    border-radius: 5px;
    padding: 3px;
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #143c7f;
    color: #fff;
}

/* ===   ( 412px) === */
@media (min-width: 320px) and (max-width: 412px) {
    .pkp_site_nav_toggle {
        position: absolute;
        bottom: 80px;
        left: 0;
        width: 2.857rem;
        height: 2.857rem;
        border: 0;
        background: none;
        box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
        z-index: 999;
    }
    
    .pkp_site_nav_toggle>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 19px;
    border-bottom: none;
    text-indent: -9999px;
    overflow: hidden;
}

.pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(245 242 242 / 84%);
}

    .pkp_site_nav_menu a {
    color: #ffffff;
    }

    .pkp_site_name {
        display: block;
        top: 20px;
        left: 10px;
    }

    .pkp_site_name .is_text {
        color: #FFFFFF;
        font-size: 25px;
        text-decoration: none;
        text-shadow: 0 0 5px #143c7f, 0 0 10px #143c7f, 0 0 20px #143c7f, 0 0 40px #ffffff, 0 0 80px #ffffff;
    }
    
    a.is_text {
        white-space: pre-wrap;
    }

    li.profile {
        background: #264a86;
        border-radius: 5px;
        padding: 6px 16px;
        margin: 15px;
    }
}

/* ===  (667992px) === */
@media (min-width: 667px) and (max-width: 992px) {
    .pkp_site_name {
        position: absolute;
        left: 0rem;
        right: 0px;
        margin-top: 5rem;
        margin-bottom: 0;
        padding-left: .714rem;
        text-align: left;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: rgb(255 255 255 / 84%);
        font-family: "Noto Serif", serif;
        font-size: 1.93rem;
    }

    .pkp_site_name .is_text {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 41px;
        text-decoration: none;
        text-shadow: 
            0 0 5px #5f86eb,
            0 0 10px #5f86eb,
            0 0 20px #5f86eb,
            0 0 40px #ffffff,
            0 0 80px #ffffff;
    }
    
    .pkp_site_name .is_text {
    font-family: Lora, serif;
    font-size: 1.93rem;
    font-weight: 700;
    line-height: 4.857rem;
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
}

    .pkp_site_nav_toggle {
        position: absolute;
        bottom: 80px;
        left: 0;
        width: 2.857rem;
        height: 2.857rem;
        border: 0;
        background: none;
        box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
        z-index: 999;
    }
    
    .pkp_site_nav_toggle>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 19px;
    border-bottom: none;
    text-indent: -9999px;
    overflow: hidden;
}

.pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(245 242 242 / 84%);
}

    .pkp_site_nav_menu a {
    color: #ffffff;
    }

    .pkp_site_name {
        display: block;
        top: 20px;
        left: 10px;
    }

    .pkp_site_name .is_text {
        color: #FFFFFF;
        font-size: 25px;
        text-decoration: none;
        text-shadow: 0 0 5px #143c7f, 0 0 10px #143c7f, 0 0 20px #143c7f, 0 0 40px #ffffff, 0 0 80px #ffffff;
    }
    
    a.is_text {
        white-space: pre-wrap;
    }

    li.profile {
        background: #264a86;
        border-radius: 5px;
        padding: 6px 16px;
        margin: 15px;
    }
}

@media (min-width: 1200px) {
    .pkp_structure_main {
        width: 860px;
    }
}

/* ===  ( 992px) === */
@media (min-width: 992px) {
    .pkp_structure_main {
        float: left;
        padding: 1.43rem;
        width: 860px;
    }

    .pkp_site_name .is_text {
        color: #FFFFFF;
        font-size: 41px;
        text-decoration: none;
        text-shadow: 
            0 0 5px #5f86eb,
            0 0 10px #5f86eb,
            0 0 20px #5f86eb,
            0 0 40px #ffffff,
            0 0 80px #ffffff;
    }
}

/*      */
@keyframes glow-pulse {
    from {
        text-shadow: 
            0 0 5px #5f86eb,
            0 0 10px #5f86eb,
            0 0 20px #5f86eb,
            0 0 40px #ffffff;
    }
    to {
        text-shadow: 
            0 0 10px #5f86eb,
            0 0 20px #5f86eb,
            0 0 30px #5f86eb,
            0 0 50px #ffffff,
            0 0 100px #ffffff;
    }
}

@keyframes glow-shine {
    0% { filter: hue-rotate(220deg); }
    25% { filter: hue-rotate(240deg); }
    50% { filter: hue-rotate(0deg); }
    75% { filter: hue-rotate(20deg); }
    100% { filter: hue-rotate(220deg); }
}

/* ---  --- */

@media (min-width: 992px) {
    /*         */
    .pkp_navigation_primary>li>a {
        margin: .357rem .5em 0;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 2px solid transparent;
        color: #ffffff; /*   */
        background: #143c7f; /*   */
        text-decoration: none;
        transition: all 0.2s ease;
    }

    /*     ,   */
    .pkp_navigation_primary>li>a:hover {
        background: rgba(255, 255, 255, 0.1); /*   */
        color: #ffffff; /*    */
        border-color: #ffffff;
    }

    /*  /     */
    .pkp_navigation_primary>li>a:focus,
    .pkp_navigation_primary>li>a:active {
        background: rgba(255, 255, 255, 0.2); /*    */
        color: #ffffff;
        outline: 0;
        border-color: #ffffff;
    }

    /*     */
    .pkp_navigation_primary>li:hover ul {
        display: block;
        left: 0;
        background: #ffffff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        /*border-left: 3px solid #5f86eb;*/ /*    */
    }

    .pkp_navigation_primary .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 160px;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 1000;
        /*border-left: 3px solid #5f86eb;*/ /*    */
    }

    .pkp_navigation_primary>li:hover .dropdown-menu {
        display: block;
    }

    /*    */
    .pkp_navigation_primary .dropdown-menu a {
        display: block;
        padding: 0.5rem 1rem;
        color: #143c7f; /*       */
        text-decoration: none;
        transition: all 0.2s ease;
    }

    /*           */
    .pkp_navigation_primary .dropdown-menu a:hover {
        background: rgba(95, 134, 235, 0.1); /*    */
        color: #143c7f;
        text-decoration: none;
    }

    /*     */
    .pkp_navigation_primary .dropdown-menu a:focus {
        background: rgba(95, 134, 235, 0.1);
        color: #143c7f;
        outline: 0;
    }

    /*  ( ) */
    .pkp_navigation_primary .dropdown-menu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 1px;
    }

    /*        */
    .pkp_navigation_search_wrapper a {
        margin: .357rem .5em 0;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 2px solid transparent;
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .pkp_navigation_search_wrapper a:hover {
        color: rgba(0, 0, 0, 0.84);
        outline: 0;
        font-size: 15px;
        border-color: rgb(255 255 255 / 84%);
        background: rgb(255 255 255 / 8%);
        text-decoration: none;
    }

    .pkp_navigation_search_wrapper a:focus {
        background: rgba(255, 255, 255, 0.2);
        color: #ffffff;
        padding: 5px 5px;
        outline: 0;
    }

    /*      */
    .cmp_breadcrumbs ol {
        margin-bottom: 0.143rem;
        padding: 1.5rem 0; /*    */
        line-height: 1.43rem;
        font-size: .93rem;
        color: #143c7f;
        background: #ffffff;
        border-top: 1px solid #e0e0e0;
    }

    .cmp_breadcrumbs ol li {
        display: inline;
    }

    .cmp_breadcrumbs ol li:last-child::after {
        content: "";
    }

    .cmp_breadcrumbs ol a {
        color: #143c7f;
        text-decoration: none;
    }

    .cmp_breadcrumbs ol a:hover {
        text-decoration: underline;
    }

    /*     */
    li.profile {
        background: #ffffff;
        border-radius: 5px;
        padding: 3px;
    }

    /*     */
    a {
        color: #143c7f;
        text-decoration: underline;
    }

    a:hover,
    a:focus {
        color: #143c7f;
        text-decoration: underline;
    }

    /*     */
    
    .pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #143c7f;
    outline: 0;
    }
    
    .pkp_navigation_primary>li:last-child a {
        margin-right: -0.5em;
    }

    .pkp_nav_list a {
        display: inline-block;
        padding-left: .714rem;
        padding-right: .714rem;
        text-decoration: none;
        padding-top: .357rem;
        padding-bottom: .357rem;
        border-color: rgb(95 134 235);
    }

    .pkp_nav_list a:hover,
    .pkp_nav_list a:focus {
        text-decoration: none;
        border-color: rgb(95 134 235);
    }

    .pkp_site_nav_menu .pkp_nav_list {
        padding-left: 0;
        margin-left: 0;
        font-weight: bold;
        border-color: rgb(95 134 235);
    }

    .pkp_navigation_user>li>a:focus {
        outline: 0;
        background: #ffffff;
        color: #3c8bb0;
    }

    .pkp_navigation_user>li:last-child>a {
        margin-right: -0.286rem;
    }

    .pkp_navigation_user ul {
        width: 12em;
    }

    .pkp_site_nav_menu {
        margin-top: 139px;
    }

    #headerNavigationContainer {
        margin: 0; 
        padding: 0;
    }

    .pkp_head_wrapper {
        display: flex;
        flex-direction: column;
    }

    a.pkp_search.pkp_search_desktop {
        color: #ffffff;
    }

    .pkp_navigation_primary>li>a:hover {
        color: #ffffff;
        border-color: #ffffff;
    }

    .pkp_navigation_primary>li:hover ul {
        left: 0rem;
    }

    .pkp_navigation_primary>li>a:focus {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.2);
        outline: 0;
    }

    .pkp_navigation_primary>li>a:focus {
        color: #c6f2c5;
        outline: 0;
    }

    .pkp_navigation_primary>li>a:focus {
        color: white;
        outline: 0;
    }

    .pkp_site_nav_menu a {
        display: inline-block;
        text-decoration: none;
    }

    .pkp_site_nav_menu .pkp_nav_list {
        padding-left: 0;
        margin-left: 0;
        font-weight: bold;
        border-color: rgb(95 134 235);
    }

    .pkp_navigation_user>li:last-child>a {
        margin-right: 0.104rem;
    }

    .pkp_navigation_user ul {
        width: 14em;
    }
}
