.navigation__bg {
    /*background-color: var(--clr-accent-100);*/
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 70px;
    padding: 1.5rem 0 1rem 0;
}

.navigation__logo a {
    text-decoration: none;
    font-size: var(--step-2);
}

.navigation__logo .current-menu-item a {
    background-color: #fff;
    color: black;
}

.navigation__logo a img {
    height: 40px;
    width: auto;
}

.navigation__logo a svg {
    height: 40px;
    width: auto;
}

.navigation_nav__mobile {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.navigation_nav__mobile svg {
    fill: var(--clr-text);
}

.navigation__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.navigation__menu ul {
    display: flex;
    gap: var(--space-xs);
    list-style: none;
    margin: 0;
    padding: 0;
    translate: 0 -2px;
}

.navigation__menu ul a {
    padding: 0.35rem 1rem;
    /*transition: background-color 0.25s ease, color 0.25s ease;*/
}

.navigation__menu ul a:hover {
    background-color: #fff;
    color: black;
    text-decoration: none;
    clip-path: polygon(
            7px 0%,
            calc(100% - 7px) 0%,
            100% 100%,
            0% 100%
    );
}

.navigation__menu ul .current-menu-item a {
    background-color: var(--clr-accent);
    color: black;
    font-weight: 600;
    clip-path: polygon(
            7px 0%,
            calc(100% - 7px) 0%,
            100% 100%,
            0% 100%
    );
}

.navigation__menu ul img {
    height: 1rem !important;
    width: auto !important;
}

.navigation_nav__mobile {
    display: none;
}

@media (max-width: 1000px) {
    .navigation__menu ul {
        display: none;
    }

    .navigation_nav__mobile {
        display: block;
    }
}

.foot_bg {
    margin-top: var(--space-2xl);
    padding: var(--space-2xl) 0;
    background-color: var(--clr-accent-100);
}

.foot {
    display: flex;
    justify-content: space-between;
}

.foot p {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.foot svg {
    height: 1.5rem;
    fill: var(--clr-accent);
    translate: 0 -2px;
}

@media (max-width: 810px) {
    .foot {
        flex-direction: column;
    }

    .foot p {
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .foot svg {
        translate: 0 0;
    }
}
.text__bg {
    margin: var(--space-2xl) auto;
}

.text {
    width: min(50rem, 100% - 2rem);
    margin: var(--space-2xl) auto 0 auto;
    text-align: left;
}
.header {
    --header-height: calc(100vh - 70px);
}

.page-id-43 .header {
    --header-height: calc(50vh - 70px);
}

.header__content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: var(--header-height);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.header__content > * {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 1));
}

.header__content h2 {
    padding: 1.15rem 1.25rem;
    position: relative;
}

/*.header__content h2:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/

/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    border-left: solid 1px hsl(0, 0%, 100%, 0.9);*/
/*    border-top: solid 1px hsl(0, 0%, 100%, 0.9);*/
/*}*/


/*.header__content h2:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/

/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    border-right: solid 1px hsl(0, 0%, 100%, 0.9);*/
/*    border-bottom: solid 1px hsl(0, 0%, 100%, 0.9);*/
/*}*/

.header__content_text {

}

.header__image {
    margin-top: var(--space-2xl);
    background-image:linear-gradient(to bottom, transparent 0% 65%, hsl(0 0% 100%) 65% 100%);
}

.header__image img {
    margin: 0 auto;
    max-height: 300px;
}


.text_media__bg {
    padding: 1rem 0;
    margin: var(--space-2xl) auto;
}

.right .text_media__image {
    order: 1;
}

.text_media__text {
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media (max-width: 810px) {
    .right .text_media__image {
        order: 0;
    }
}
.menu_small__bg {
    margin-top: var(--space-3xl);
    /*background-color: var(--clr-tertiary-25);*/
    /*background-image: linear-gradient(to bottom, var(--clr-tertiary-25), transparent);*/
    /*padding: var(--space-2xl) 0;*/
}

.menu_small__heading {
    padding-bottom: var(--space-2xl);
    text-align: center;
}

.menu_small {

}

.menu_small__text {
    z-index: 1;
}

.menu_small.right .menu_small__text {
    order: 2;
}

.menu_small__item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.menu_small__item data {
    display: block;
    text-align: right;
}

.menu_small.right .menu_small__images  {
    order: 1;
}

.menu_small__images {
    position: relative;
}

.menu_small__image_one {
    position: absolute;
    left: -2rem;
    top: -2rem;
    z-index: 0;
    width: 70%;
    /*box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);*/
}

.menu_small__image_two {
    position: absolute;
    right: 0;
    top: 50%;
    width: 60%;
    translate: 0 -50%;
    /*box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);*/
}
.menu_large__bg {
    margin-top: var(--space-3xl);
}

.menu_large__heading {
    padding-bottom: var(--space-2xl);
    text-align: center;
}

.menu_large {

}

.menu_large__text {
    z-index: 1;
}

.menu_large.right .menu_large__text {
    order: 2;
}

.menu_large__item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.menu_large__item data {
    display: block;
    text-align: right;
}

.menu_large.right .menu_large__images  {
    order: 1;
}

.menu_large__images {
    position: relative;
}

.menu_large__image_one {
    position: absolute;
    left: -2rem;
    top: -2rem;
    z-index: 0;
    width: 70%;
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

.menu_large__image_two {
    position: absolute;
    right: 0;
    top: 50%;
    width: 60%;
    translate: 0 -50%;
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}
.columns__bg {
    padding: var(--space-2xl) 0;
}

.columns__title {
    margin-bottom: var(--space-xl);
}

.columns {

}
/* Blocks */
