@font-face {
    font-family: "DINPro";
    src: url("DINPro-kern-latin.woff2") format("woff2"), url("DINPro-kern-latin.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

*, :after, :before {
    box-sizing: border-box;
}


html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #404040;
    font-family: DINPro, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    background-color: #fff;
}


blockquote, body, caption, dd, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, table, td, th, ul {
    margin: 0;
    padding: 0;
}

address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hgroup, ol, p, pre, table, ul {
    margin-bottom: 1.5rem;
}

p:not(:last-of-type) {
    margin-bottom: .5rem;
}

small {
    font-size: .75rem;
}
a {
    color: #00152c;
    cursor: pointer;
    text-decoration: none;
}

img, picture, svg {
    font-style: italic;
    max-width: 100%;
    vertical-align: middle;
    /* display: block; */
}

/* Layout */
header {
    width: 100%;
}

.header1, .header2 {
    /* position: relative; */
    /* height: 10rem; */
}

.header1, .header2 {
    position: relative;
    width: 100%;
    padding: 1.25rem;
}

.hero1, .hero2 {
    position: relative;
    width: 100%;
    padding: 2rem;
}

.header1 {
    background-color: #00152c;
}

.hero1>div {
    margin: 0 auto;
    max-width: 35rem;
}

.header1>div, .header2>div, .hero2>div {
    margin: 0 auto;
    max-width: 51rem;
}

.logo1, .logo2 {
    max-height: 4rem;
}

.icon_search, .icon_navigation {
    padding: 2rem;
    height: 100%;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
}

.icon_search {
    background: #f7a922;
    width: 7rem;
}

.icon_navigation {
    background-color: #64A342;
}

/* Navugation  */

.mobile_navigation {
    display: block;
    z-index: 10;
}

#menuToggle {
    display: flex;
    flex-direction: column;
    /* position: fixed; */
    position: relative;
    /* top: 3.5rem; */
    /* right: 2rem; */
    z-index: 1;
    user-select: none;
    transition: all .6s ease-out;
}

#menuToggle input {
    display: flex;
    width: 3rem;
    height: 3rem;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    margin: 0;
}

input[type=checkbox]:not(.switch) {
    /* border-radius: 1rem; */
}

input[type=checkbox]:checked {
    /* --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2); */
}

input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
}

#menuToggle span {
    display: flex;
    width: 3rem;
    height: .75rem;
    margin-bottom: 2px;
    position: relative;
    /* background: #000000; */
    /* border-radius: 3px; */
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    border-bottom: 6px solid #fff;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(14px, -10px);
    /* background: #36383F; */
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(8px, 11px);
}

#menuToggle>ul {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    padding-top: 42px;
    background-color: #64A342;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    overflow-y: auto;
    top: 0;
}

#menuToggle input:checked~ul {
    transform: none;
}

#menuToggle ul li {
    list-style-type: none;
}

#menuToggle ul li a {
    font-size: 1.75rem;
    color: #fff;
}

#menuToggle ul hr {
    margin: 1.5rem 0;
}

.hero1 {
    background-color: #061634;
}

.hero2 {
    background-color: #64A342;
    color: #fff;
}

.image_hero1 {
    margin: 0 auto;
}

.u-margin-bottom-small {
    /* margin-bottom: 1rem !important; */
}

.u-bg-brand-navy {
    background-color: #00152c !important;
}

.c-page-section {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.o-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 78rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}

.o-list-bare, .o-list-block {
    list-style: none;
    margin-left: 0;
}

.c-timeline {
    color: #a1d5e0;
    font-family: DINPro, Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    padding-bottom: 1rem;
    position: relative;
}

.c-timeline:before {
    background-color: #a1d5e0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px;
}

.c-timeline__section {
    border-bottom: 6px solid #a1d5e0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.c-timeline__block {
    border-bottom: 1px solid #a1d5e0;
    font-size: .875rem;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    position: relative;
    text-transform: uppercase;
    width: 75%;
}

.c-timeline__block:last-of-type {
    border-bottom-width: 0;
}

.c-timeline__description {
    margin-bottom: 0;
}

.c-timeline__description strong {
    color: #f7a922;
    font-weight: 400;
}

.c-timeline__description.styrolution strong {
    /* color: rgba(174, 195, 139, 1); */
    color: #64A342;
}

.c-timeline__date {
    bottom: .5rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    right: 0;
}

.c-timeline__image {
    margin-bottom: 3rem;
    max-height: 7.5rem;
    max-width: 7.5rem;
}

/* Footer */
footer {
    position: relative;
    width: 100%;
}

.footer_background {
    color: #fff;
    padding: 4rem;
    position: relative;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
}

.footer_background::before {
    border-left: 100vw solid #0B6822;
    box-shadow: 50vw 0 0 #0B6822;
    transform: translateX(-100vw);
    box-sizing: content-box;
    content: "";
    position: absolute;
    width: 0;
    height: calc(100% - 0rem);
    left: calc(50% - 0vw);
    margin: -4rem 0 0 0;
    z-index: -1;
}

footer ul {
    display: block;
    list-style-type: none;
    margin: 0 0 1rem 0;
}

footer ul li:not(:last-of-type), footer section div div a:not(:last-of-type) {
    margin-right: 2rem;
}

footer a, footer a.visited {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

footer hr {
    margin: 1rem 0;

}

.address {
    display: block;

}

.address span {
    display: block;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-twitter:before {
    content: "\ea96";
    transition: all 0.3s;
}

.icon-facebook:before {
    content: "\ea91";
    transition: all 0.3s;
}

.icon-youtube:before {
    content: "\ea9d";
    transition: all 0.3s;
}

.icon-linkedin:before {
    content: "\eaca";
    transition: all 0.3s;
}

.icon-instagram:before {
    content: "\ea92";
    transition: all 0.3s;
}

a.twitter:hover i:before {
    color: #1DA1F2;
}

a.facebook:hover i:before {
    color: #3b5998;
}

a.youtube:hover i:before {
    color: #c4302b;
}

a.linkedin:hover i:before {
    color: #0e76a8;
}

a.instagram:hover i:before {
    color: #e64c94;
}

@media only screen and (min-width: 40rem) {
    .c-page-section {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

}

@media only screen and (min-width: 61.25rem) {

    .c-timeline:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .c-timeline__section {
        width: 41%;
    }

    .c-timeline__section--right {
        left: 50%;
    }

    .c-timeline__section--left {
        align-items: flex-end;
        right: -9%;
        text-align: right;
    }

    .c-timeline__block {
        padding-top: 3rem;
    }

    .c-timeline__date {
        bottom: -1.5rem;
    }

    .c-timeline__date--right {
        right: -6.875rem;
    }

    .c-timeline__date--left {
        left: -6.875rem;
        right: auto;
    }

    .c-timeline__description strong {
        font-size: 1.125rem;
        line-height: 1.5;
    }

    .c-timeline__image {
        margin-bottom: 0;
        position: relative;
    }

    .c-timeline__image--right {
        transform: translateX(calc(100% + 3rem));
    }

    .c-timeline__image--left {
        transform: translateX(calc(-100% - 3rem));
    }

    footer ul {
        display: flex;
        list-style-type: none;
        margin: 0 0 1rem 0;
    }

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

    .address span {
        display: inline;
    }
}