html {
    overflow-y: scroll;
    height: 100%;
}

body {
    font-family: 'b_ruston', sans-serif;
    font-size: 16px;
    color: #000000;
    height: 100%;
    /*-webkit-font-smoothing: antialiased;*/
}

form {
    height: 100%;
}

* {
    box-sizing: border-box;
}


.MobilButton {
    background-image: url("mobile-menu-button.png");
    color: #000000;
    cursor: pointer;
    display: none;
    height: 45px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 45px;
}

.MobileMenu {
    position: absolute;
}

    .MobileMenu .Facebook {
        background-color: #FFFFFF;
        display: none;
        height: 100%;
        left: -200%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 15000;
        text-align: center;
    }

    .MobileMenu ul {
        padding: 0;
    }

        .MobileMenu ul li a {
            /*border-bottom: 1px solid #575425;*/
            color: #000;
            display: block;
            font-size: 100%;
            height: 2.5em;
            line-height: 2.5em;
            /*padding-left: 20px;*/
            text-decoration: none;
            text-transform: uppercase;
            list-style-type: none;
            outline: 0;
        }

        .MobileMenu ul li.active a {
            border-bottom: 0;
            color: #729d27;
        }

    .MobileMenu .Facebook {
        top: 90px;
    }

    .MobileMenu ul li a:hover {
        text-decoration: none;
        color: #729d27;
    }


header {
    background-color: #fff;
    height: 120px;
    margin: 0 auto;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
}

    header .logo img {
        height: 60px;
    }

    header .mainmenu {
        display: flex;
        flex-direction: row;
        gap: 40px;
        font-weight: bold;
    }

        header .mainmenu a {
            text-decoration: none;
            color: #000;
            outline: 0;
        }

            header .mainmenu a:hover {
                text-decoration: none;
                color: #E4002B;
            }

        header .mainmenu li.active a {
            color: #E4002B;
        }

footer {
    background-color: #122459;
    padding: 60px;
}

    footer .logo {
        height: 60px;
    }


    footer hr {
        border: 0;
        outline: 0;
        border-top: 1px solid #005FAE;
        margin: 20px 0;
    }

    footer .contact {
        color: #fff;
        font-size: 14px;
        line-height: 28px;
        display: flex;
        flex-direction: row;
        gap: 60px;
    }

        footer .contact p {
            margin: 0;
            padding: 0;
        }

.widecontainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1630px;
    position: relative;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    position: relative;
    padding: 0 20px;
}


.textblock {
    padding: 100px 0 80px 0;
}

    .textblock.color-1 {
        background-color: #005FAE;
        color: #fff;
    }

    .textblock.color-2 {
        background-color: #122459;
        color: #fff;
    }

        .textblock.color-2 h1,
        .textblock.color-2 h2,
        .textblock.color-2 h3,
        .textblock.color-2 h4 {
            color: #B6E1F2;
        }

    .textblock .container {
        display: flex;
        gap: 80px;
    }

    .textblock .textblock-title {
        flex-basis: 0;
        flex-grow: 4;
        flex-shrink: 4;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .textblock .textblock-title h1 {
            font-size: 35px;
            font-weight: bold;
        }

        .textblock .textblock-title img {
            width: 260px;
            max-width: 100%;
        }

    .textblock .textblock-content {
        flex-basis: 0;
        flex-grow: 6;
        flex-shrink: 6;
        font-size: 16px;
        font-family: Poppins;
    }

        .textblock .textblock-content h1 {
            font-size: 35px;
            font-weight: bold;
            margin-top: 40px;
            font-family: 'b_ruston', sans-serif;
        }

        .textblock .textblock-content h2,
        .textblock .textblock-content h3,
        .textblock .textblock-content h4 {
            font-size: 20px;
            font-weight: bold;
            margin-top: 20px;
        }

        .textblock .textblock-content p {
            margin: 20px 0;
        }

        .textblock .textblock-content img {
            max-width: 100%;
        }



.imagebox {
    position: relative;
}

    .imagebox.fullwidth {
        margin-bottom: 160px;
    }

    .imagebox .image {
        display: flex;
        justify-content: flex-end;
    }

        .imagebox .image img {
            height: 520px;
            width: 60%;
            object-fit: cover;
            margin-right: 60px;
        }

        .imagebox .image.fullwidth img {
            width: calc(100% - 160px);
            margin-right: 0;
            height: 650px;
        }

    .imagebox .text {
        background-color: #122459;
        color: #fff;
        width: calc(50% - 60px);
        padding: 80px;
        position: absolute;
        bottom: 0px;
        left: 60px;
        font-size: 30px;
    }
            .imagebox .text.fullwidth h1,
            .imagebox .text.fullwidth h2,
            .imagebox .text.fullwidth h3 {
                font-size: 50px;
            }
        .imagebox .text h1,
        .imagebox .text h2,
        .imagebox .text h3 {
            font-size: 45px;
        }

        .imagebox .text a {
            display: block;
            width: 230px;
            height: 230px;
            background-color: #E4002B;
            border-radius: 100%;
            text-decoration: none;
            color: #fff;
            text-align: center;
            vertical-align: middle;
            line-height: 230px;
            position: absolute;
            right: -115px;
            bottom: -115px;
        }



.banner {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

    .banner h1 {
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .banner h2 {
        font-size: 18px;
        margin-bottom: 60px;
    }

    .banner img {
        max-width: 360px;
    }

    .banner .banner-items {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        justify-items: center;
        max-width: 100%;
        gap: 20px;
    }

        .banner .banner-items div h3 {
            font-size: 25px;
            font-weight: bold;
            text-align: center;
        }

        .banner .banner-items div img {
            height: 100px;
            margin-bottom: 20px;
        }


.textboxes {
    background-color: #B6E1F2;
    padding: 80px 0;
}

    .textboxes .container {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .textboxes .layout-0 {
        grid-template-columns: 4fr 6fr;
    }

        .textboxes .layout-0 img {
            float: right;
            width: 260px;
            max-width: 100%;
            margin-left: 30px;
        }

    .textboxes .textbox {
        background-color: #fff;
        padding: 60px 40px;
        display: flex;
        flex-direction: column;
        font-family: Poppins;
    }

        .textboxes .textbox.color-1 {
            background-color: #005FAE;
            color: #fff;
        }

        .textboxes .textbox.color-2 {
            background-color: #122459;
            color: #fff;
        }

        .textboxes .textbox h1 {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 40px;
            font-family: 'b_ruston', sans-serif;
            min-height: 115px;
        }

        .textboxes .textbox li {
            list-style-type: disc;
            margin-left: 16px;
        }

        .textboxes .textbox .image {
            height: 80px;
            margin-bottom: 20px;
        }

        .textboxes .textbox p:last-child {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .textboxes .textbox a {
            display: block;
            margin-top: 20px;
            color: #E4002B;
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            flex-grow: 1;
        }

            .textboxes .textbox a::after {
                content: '';
                display: block;
                width: 50px;
                height: 50px;
                border-radius: 100%;
                background-color: #E4002B;
                background-image: url('SVG/arrow-white.svg');
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 16px;
                margin-bottom: -16px;
            }

        .textboxes .textbox.color-1 a {
            color: #fff;
        }

            .textboxes .textbox.color-1 a::after {
                background-color: #fff;
                background-image: url('SVG/arrow.svg');
            }


.projectslider {
    background-color: #005FAE;
    overflow: hidden;
    padding: 80px 0;
}

    .projectslider .container {
        display: flex;
        gap: 40px;
    }

    .projectslider a {
        color: #fff;
        text-decoration: none;
        color: #E4002B;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

        .projectslider a::after {
            content: '';
            display: block;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            background-color: #E4002B;
            background-image: url('SVG/arrow-white.svg');
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 16px;
            margin-bottom: -16px;
        }

    .projectslider .projectslidertitle {
        width: 424px;
        flex-grow: 0;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

        .projectslider .projectslidertitle h1 {
            font-size: 50px;
            font-weight: normal;
            color: #fff;
            margin-top: 30px;
        }

        .projectslider .projectslidertitle a {
            color: #fff;
            justify-content: flex-start;
            font-weight: bold;
            font-size: 20px;
            gap: 10px;
        }

            .projectslider .projectslidertitle a::after {
                background-color: #fff;
                background-image: url('SVG/arrow.svg');
            }

    .projectslider .reference-holder {
        display: flex;
        gap: 20px;
        width: 2000px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .projectslider .reference {
        width: 355px;
        background: #fff;
        display: flex;
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 0;
        user-select: none;
    }
    .projectslider .reference-dummy {
        width: 1600px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .projectslider .reference img {
        width: 100%;
    }

        .projectslider .reference .details {
            padding: 30px;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            flex-grow: 1;
        }

            .projectslider .reference .details h2 {
                font-weight: bold;
                font-size: 30px;
                margin: 10px 0 40px 0;
            }

.contactbox {
    text-align: center;
    padding: 80px 0;
}

    .contactbox.color-1 {
        background-color: #005FAE;
        color: #fff;
    }

    .contactbox.color-2 {
        background-color: #122459;
        color: #fff;
    }

    .contactbox h1 {
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .contactbox h2 {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .contactbox h3 {
        font-size: 25px;
        font-weight: bold;
    }

    .contactbox a {
        text-decoration: none;
        color: #fff;
    }

    .contactbox.color-0 a {
        color: #000;
    }

    .contactbox img {
        width: 80px;
    }

    .contactbox .contactinfo {
        display: flex;
        justify-content: center;
        gap: 40px;
    }

        .contactbox .contactinfo div {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            align-items: center;
        }

.contactinfo {
    padding: 80px 0;
}

    .contactinfo .contactinfotitle {
        text-align: center;
        margin-bottom: 40px;
    }

        .contactinfo .contactinfotitle h1,
        .contactinfo .contactinfotitle h2 {
            font-size: 35px;
            font-weight: bold;
        }

    .contactinfo .address {
        display: flex;
        gap: 40px;
        font-family: Poppins;
        font-size: 18px;
        justify-content: center;
        margin-bottom: 60px;
    }

        .contactinfo .address .address-content {
            flex-basis: 100px;
            flex-grow: 1;
            display: flex;
            line-height: 1.8em;
        }

            .contactinfo .address .address-content.left {
                justify-content: flex-end;
            }

    .contactinfo .contacts {
        display: flex;
        font-family: Poppins;
        font-size: 16px;
        margin-bottom: 60px;
    }

        .contactinfo .contacts > div {
            flex-basis: 100px;
            flex-grow: 1;
        }

        .contactinfo .contacts img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .contactinfo .contacts .contacts-content {
            background-color: #122459;
            color: #fff;
            padding: 80px 100px;
            line-height: 1.8em;
        }

            .contactinfo .contacts .contacts-content h1 {
                margin-top: 30px;
            }

            .contactinfo .contacts .contacts-content h2 {
                margin-bottom: 10px;
            }

            .contactinfo .contacts .contacts-content h1:first-child {
                margin-top: 0;
            }

            .contactinfo .contacts .contacts-content h1,
            .contactinfo .contacts .contacts-content h2 {
                font-size: 25px;
                font-weight: bold;
                font-family: 'b_ruston', sans-serif;
            }


#map_canvas {
    height: 700px;
}



.references {
    padding: 80px 0;
}

    .references .references-header {
        text-align: center;
    }

        .references .references-header h1 {
            font-size: 35px;
            font-weight: bold;
        }

        .references .references-header h2 {
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 40px;
        }

        .references .references-header .icon {
            width: 200px;
            margin-bottom: 40px;
        }

    .references .filter-menu {
        display: none;
    }

    .references .reference-holder {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }

    .references .reference {
        background-color: #F0F0F0;
    }

        .references .reference.hidden {
            display: none;
        }

        .references .reference .content {
            padding: 20px;
            font-family: Poppins;
        }

        .references .reference h2 {
            font-size: 20px;
            font-weight: normal;
            min-height: 90px;
            margin-bottom: 20px;
        }

        .references .reference h5 {
            font-size: 16px;
            font-weight: normal;
        }

        .references .reference h3 {
            font-size: 20px;
            font-weight: normal;
            margin-bottom: 20px;
        }

        .references .reference .details {
            transition: all ease-in-out 0.25s;
            opacity: 0;
            max-height: 0;
            overflow: hidden;
        }

        .references .reference.open .details {
            opacity: 1;
            max-height: 500px;
        }

        .references .reference p {
            margin-top: 10px;
        }

        .references .reference img {
            width: 100%;
        }

        .references .reference .read-description {
            margin-top: 20px;
            font-family: 'b_ruston', sans-serif;
            color: #E4002B;
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .references .reference .read-description img {
                transition: all ease-in-out 0.25s;
                width: 50px;
            }

            .references .reference .read-description .close {
                display: none;
            }

        .references .reference.open .read-description .open {
            display: none;
        }

        .references .reference.open .read-description .close {
            display: inline-block;
        }

        .references .reference.open .read-description img {
            transform: rotate(180deg);
        }


@media only screen and (max-width: 1024px) {
    header .mainmenu {
        gap: 20px;
    }
}

@media only screen and (max-width: 900px) {
    /*Mobile*/

    header .mainmenu {
        display: none !important;
    }

    .MobilButton {
        display: block !important;
    }

    .MobileMenu .Facebook {
        display: block !important;
    }

    .imagebox .image.fullwidth img,
    .imagebox .image img {
        max-width: 100%;
        width: 100%;
        height: 40%;
        margin: 0;
    }

    .imagebox .text {
        position: static;
        width: 100%;
        padding: 40px;
        font-size: 20px;
    }

        .imagebox .text.fullwidth {
            padding-bottom: 80px;
            font-size: 20px;
        }

        .imagebox .text a {
            right: calc(50% - 60px);
            bottom: -60px;
            width: 120px;
            height: 120px;
            line-height: 120px;
        }

    .banner h1 {
        font-size: 28px;
    }

    .banner .banner-items div img {
        height: 70px;
    }

    .banner .banner-items div h3 {
        font-size: 18px;
    }

    .textboxes .container {
        display: flex;
        flex-wrap: wrap;
    }

    .projectslider .container {
        flex-wrap: wrap;
    }

    .projectslider .projectslidertitle {
        width: 100%;
    }

        .projectslider .projectslidertitle h1 {
            font-size: 30px;
            margin-bottom: 20px;
        }
    .projectslider .reference-holder {
        overflow: auto;
    }

    .projectslider .reference {
        width: 250px;
    }

        .projectslider .reference .details {
            padding: 10px;
            padding-bottom: 24px;
        }

            .projectslider .reference .details h2 {
                font-size: 20px;
            }

    .contactbox {
        padding: 40px 0;
    }

        .contactbox h1 {
            font-size: 24px;
        }

        .contactbox h3 {
            font-size: 18px;
        }

        .contactbox .contactinfo {
            padding: 40px 0;
        }

    .textblock .container {
        display: block;
    }

    .textblock .textblock-title img {
        display: none;
    }

    .banner img {
        width: 200px;
        max-width: 100%;
    }

    .textboxes .textbox .image {
        height: 40px;
    }

    .textboxes .textbox h1 {
        font-size: 24px;
    }

    .contactinfo .contactinfotitle h1, .contactinfo .contactinfotitle h2 {
        font-size: 20px;
    }

    .contactinfo .address {
        font-size: 12px;
    }

    .contactinfo .contacts {
        display: block;
        font-size: 14px;
    }

        .contactinfo .contacts .contacts-content {
            padding: 40px;
        }

            .contactinfo .contacts .contacts-content h1, .contactinfo .contacts .contacts-content h2 {
                font-size: 20px;
            }

    footer {
        padding: 30px;
    }

    header {
        padding: 20px;
    }
}
