/* ========================================
   CSS-   
   ======================================== */
   
   /* ========================================
    :    #558d30
   ======================================== */
a {
    color: #558d30;
    text-decoration: none; /*     */
}

/*            */
a:hover {
    color: #558d30; /* ,      */
    text-decoration: underline; /*     */
}

/*       */
a:focus {
    outline: 2px solid #558d30;
    outline-offset: 2px;
    color: #558d30;
}

.cmp_button_wire, .obj_galley_link {
color: #558d30;
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #558d30;
    color: #fff;
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #558d30;
    border-radius: 3px;
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    color: #558d30;
    text-decoration: none;
}

/* 1.    (header) */
header {
    width: 100%;
    height: 200px;
    background: url(/public/images/header/image.png) center center no-repeat;
    background-size: cover;
    position: relative;
}

/* 2.   */
.pkp_site_name .is_text {
    color: rgb(255 255 255 / 100%); /*    */
    font-size: 37px; /*   */
    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; /*     */
}

/* 3.   */
.pkp_site_nav_menu {
    width: 100%;
    background: #558d30; /*    */
    margin-top: 140px; /*     */
}

/* 4.     */
.pkp_nav_list a {
    display: inline-block;
    padding: .125rem 0;
    text-decoration: none;
}

@media (min-width: 992px) {
    .pkp_nav_list a {
        display: inline-block;
        padding-left: .714rem;
        padding-right: .714rem;
        text-decoration: none;
        padding-top: .357rem;
        padding-bottom: .357rem;
        border-color: #558d30;
    }
}

.pkp_site_nav_menu a {
    display: inline-block;
    padding: 0.150rem 17px;
    text-decoration: none;
}

.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 0;
    margin-left: 0;
    font-weight: bold;
    border-color: #558d30;
}

/* 5.    () */
@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: rgb(255 255 255 / 84%); /*    */
        text-decoration: none;
    }

    /*        */
    .pkp_navigation_primary > li > a:hover {
        color: #558d30;
        outline: 0;
        border-color: #558d30;
    }

    /*      ,    */
    .pkp_navigation_primary > li > a:hover {
        background: #558d30;
        color: #ffffff;
        outline: 0;
    }

    /*      */
    .pkp_navigation_primary > li > a:focus {
        background: #558d30;
        color: #ffffff;
        outline: 0;
    }

    /*      */
    .pkp_navigation_primary > li:last-child a {
        margin-right: -0.5em;
    }
}

/* 6.   */
.pkp_navigation_primary .dropdown-menu a {
    color: #558d30;
}

.pkp_navigation_primary .dropdown-menu a:hover {
    color: #558d30;
    border-color: #558d30;
}

/* 7.    */
a.pkp_search.pkp_search_desktop {
    color: #fff;
}

a.pkp_search.pkp_search_desktop:hover {
    color: #ffffff;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 12%;
    border-bottom: 1px solid #000000; /* :  border  */
}

@media (min-width: 992px) {
    .pkp_navigation_search_wrapper a {
        margin: .357rem .5em 0;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 2px solid transparent;
        text-decoration: none;
    }

    .pkp_navigation_search_wrapper a:focus {
        background: rgb(255 255 255 / 20%);
        color: #c6f2c5;
        outline: 0;
        text-decoration: none;
    }
}

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

@media (min-width: 992px) {
    .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_navigation_user > li:last-child > a {
        margin-right: 0.104rem;
    }

    .pkp_navigation_user ul {
        width: 14em; /*     */
    }
}

/* 9.   */
#headerNavigationContainer {
    margin: 0;
    padding: 0;
}

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

/* 10.   */
.cmp_breadcrumbs ol {
    margin-bottom: 0.143rem;
    padding: 2.357rem 0;
    line-height: 1.43rem;
    font-size: .93rem;
}

/* 11.      */

/* 320px  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_name {
        display: block;
        top: 20px;
        left: 10px;
    }

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

    a.is_text {
        white-space: pre-wrap; /*    */
    }

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

/* 667px  992px */
@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: rgba(0, 0, 0, 0.84);
        font-size: .93rem;
    }

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

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

/* 320px  698px */
@media (min-width: 320px) and (max-width: 698px) {
    .pkp_site_name {
        position: absolute;
        left: -1rem;
        right: 0;
        margin-top: 70px;
        margin-bottom: 0;
        padding-left: 0.714rem;
        text-align: center;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: normal; /*    */
        color: rgba(0, 0, 0, 0.84);
        font-family: "Noto Serif", serif;
        font-size: .93rem;
    }
}
