﻿:root {
    --vw: 0.25rem;
}

@media only screen and (min-width: 1440px) {
    :root {
        --vw: 1rem;
    }
}

body {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-family: proxima-nova, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #231f20;
}

a {
    text-decoration: none;
    color: inherit;
    font-weight: 700;
}

}

a:focus {
    outline: 0;
}

span {
    font-weight: 600;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    /*    font-family: 'Playfair Display', serif;*/
    font-family: museo-sans, sans-serif;
    font-weight: 900;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.inner {
    position: relative;
    max-width: 90rem;
    margin: 0 auto;
    padding-left: calc(5 * var(--vw));
    padding-right: calc(5 * var(--vw));
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header.main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8em;
    z-index: 999;
}

    header.main > .inner {
        height: 100%;
        position: relative;
        z-index: 2;
    }

    header.main .inner-wrap {
        position: relative;
        height: 100%;
    }

.site-title {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.default.site-title a {
    background: #fff;
}

    .default.site-title a .default-logo {
        display: block;
    }

    .default.site-title a .mod-logo {
        display: none;
    }

.site-title a .default-logo {
    display: none;
}

.site-title a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-title svg {
    width: 88px;
}

.page .hero-content {
    padding-bottom: 4rem;
}

.hero__image {
    position: absolute;
    background-color: rgba(8, 29, 48, 0.1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.hero {
    width: 100%;
    position: relative;
    padding-top: 8em;
    background-color: rgba(8, 29, 48, 0.5);
}

    .hero h1 {
        color: #fff;
        font-size: 40px;
        line-height: 1.2;
    }

.hero-content {
    padding-top: 10em;
    padding-bottom: 16em;
}

#desktop-header-menu {
    display: none;
}

.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #063663;
    z-index: 9999;
    height: 0;
    overflow: hidden;
    position: fixed;
    transition: height 0.3s ease-out;
}

    .mobile-menu ul {
        height: 100%;
        padding-top: 8em;
        padding-left: calc(5 * var(--vw));
        padding-right: calc(5 * var(--vw));
        position: relative;
    }

        .mobile-menu ul li.current-menu-item a:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -8px;
            width: 100%;
            height: 2px;
            background: #fff;
            z-index: -1;
        }

        .mobile-menu ul li.current-menu-item a {
            color: #fff;
            position: relative;
        }

        .mobile-menu ul li.current-menu-item {
            margin-bottom: 2rem;
        }

        .mobile-menu ul li a {
            font-size: 24px;
            color: rgba(255, 255, 255, 0.5);
            font-weight: 100;
        }

        .mobile-menu ul li {
            margin: 1.2rem 0;
            position: relative;
            z-index: 0;
        }

body.primary-nav-open .mobile-menu {
    height: 100vh;
    overflow: hidden;
}

.hamburger {
    position: absolute;
    top: 0;
    height: 8em;
    display: flex;
    align-items: center;
    z-index: 99999;
    right: calc(5 * var(--vw));
}

.site-header-toggle {
    display: block;
    height: 24px;
    margin-left: auto;
    min-width: 18px;
    position: relative;
    width: 32px;
    cursor: pointer;
    background: none;
    border: 0;
}

    .site-header-toggle .bar {
        background: #fff;
        display: block;
        height: 2px;
        left: 2px;
        position: absolute;
        transition: top 0.3s ease, transform 0.3s ease;
        width: 28px;
    }

        .site-header-toggle .bar.bar-1 {
            top: 8px;
        }

        .site-header-toggle .bar.bar-2 {
            top: 16px;
        }

body.primary-nav-open .site-header-toggle .bar.bar-1 {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
}

body.primary-nav-open .site-header-toggle .bar.bar-2 {
    top: 50%;
    transform: translateY(-50%) rotate(-225deg);
}

.header {
    display: flex;
    align-items: center;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 32px;
    text-align: center;
}

    .bottom p {
        color: #fff;
    }

.hero .btn-secondary {
    margin-top: 2rem;
}

.btn-primary {
    display: inline-flex;
    height: 56px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #0054A4;
    background-color: #0054A4;
    color: #fff;
    font-weight: 700;
    -webkit-transition: background-color 80ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 160ms cubic-bezier(.25, .46, .45, .94);
    transition: background-color 80ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 160ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 160ms cubic-bezier(.25, .46, .45, .94), background-color 80ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 160ms cubic-bezier(.25, .46, .45, .94), background-color 80ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 160ms cubic-bezier(.25, .46, .45, .94);
}

    .btn-primary:hover {
        -webkit-transform: translate(0, -4px);
        -ms-transform: translate(0, -4px);
        transform: translate(0, -4px);
    }

.btn-secondary {
    display: inline-flex;
    height: 56px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    -webkit-transition: background-color 80ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 160ms cubic-bezier(.25, .46, .45, .94);
    transition: background-color 80ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 160ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 160ms cubic-bezier(.25, .46, .45, .94), background-color 80ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 160ms cubic-bezier(.25, .46, .45, .94), background-color 80ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 160ms cubic-bezier(.25, .46, .45, .94);
}

    .btn-secondary:hover {
        border-color: #0054A4;
        background-color: #0054A4;
        -webkit-transform: translate(0, -4px);
        -ms-transform: translate(0, -4px);
        transform: translate(0, -4px);
        color: #fff;
    }

.site-footer-branding span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.site-footer-branding h4 {
    margin-top: 0.75rem;
}

footer .copyright {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.site-footer-logo svg {
    width: 64px;
    margin-bottom: 1rem;
}

.site-footer-branding {
    background-color: #063663;
    padding: 48px 0;
    position: relative;
}

    .site-footer-branding h4 {
        color: #fff;
        font-size: 24px;
    }

    .site-footer-branding:after {
        background: inherit;
        bottom: 0;
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        width: 100vw;
    }

    .site-footer-branding:before {
        background: inherit;
        bottom: 0;
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 100vw;
    }

.site-footer-link {
    padding: 48px 0 64px 0;
}

.site-footer .title {
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-footer ul li {
    margin-bottom: 0.5rem;
}

.copyright {
    margin-top: 2rem;
}

.site-footer ul li a {
    font-size: 18px;
}

    .site-footer ul li a span {
        font-weight: 700;
    }

.site-footer {
    overflow: hidden;
}

.site-footer-logo {
    margin-bottom: 1rem;
}

.page-content p {
    line-height: 1.5;
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.page-content h2 {
    font-size: 32px;
    line-height: 1.4;
}

.page-content {
    padding: 80px 0;
}

    .page-content .inner > * {
        max-width: 720px;
    }

    .page-content .inner > .row {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

        .page-content .inner > .row .col-2 {
            margin-bottom: 48px;
        }

            .page-content .inner > .row .col-2 > div {
                background: #ECE8E2;
                padding: 20px 40px;
            }

            .page-content .inner > .row .col-2 p {
                font-size: 16px;
            }

.habicocontact form {
    margin-top: 3rem;
}

@media only screen and (min-width: 1080px) {
    .page-content .inner > .row {
        flex-direction: row;
    }

        .page-content .inner > .row .col-1 {
            width: 60%;
        }

        .page-content .inner > .row .col-2 {
            width: 35%;
            margin-bottom: 0;
        }
}

.about-us .highlight .inner {
    display: flex;
    flex-direction: column;
}

.highlight svg {
    width: 48px;
    margin-bottom: 1rem;
    fill: #231f20;
}

.highlight {
    background-color: #ECE8E2;
    align-items: center;
    display: flex;
    min-height: 320px;
    padding: 48px 0;
    position: relative;
}

    .highlight .inner {
        width: 100%;
    }

    .highlight:after {
        background: #fff;
        bottom: 0;
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        width: 100vw;
    }

    .highlight h4 {
        font-size: 28px;
        max-width: 720px;
        line-height: 1.4;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .highlight span, .inline-label {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
        opacity: .5;
    }

.page-content a {
    color: #0054A4;
    text-decoration: underline;
}

fieldset {
    border: 0px solid transparent;
    padding: 0;
    margin: 0;
}

form {
    margin-top: 4rem;
}

    form .input-group {
        display: inline-block;
        width: 100%;
        position: relative;
        -webkit-tap-highlight-color: transparent !important;
        margin: 0 1rem;
    }

    form label {
        padding-bottom: .5rem;
        font-size: 20px;
    }

    form input {
        color: grey;
        display: block;
        -webkit-appearance: none !important;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 3.8rem;
        border: none !important;
        border-bottom: 2px solid grey !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 3.6rem;
        border-radius: 0;
        box-shadow: none !important;
        font-size: 16px;
        margin-bottom: 1rem;
        outline: none;
        font-family: proxima-nova, sans-serif;
    }

.input-group:focus-within input, .input-group:focus-within textarea {
    border-bottom: 2px solid #0054A4 !important;
    color: #0054a4;
}

.input-group:focus-within label {
    color: #0054a4;
}

form input:valid {
    border-bottom: 2px solid #0054A4;
    color: #0054a4;
}

form input[type="submit"] {
    display: inline-block;
    height: 56px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    border-color: #0054A4;
    background-color: #0054A4;
    max-width: 130px;
    color: #fff;
    margin-top: 2rem;
    font-weight: 700;
    -webkit-transition: background-color 80ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 160ms cubic-bezier(.25, .46, .45, .94);
    transition: background-color 80ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 160ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 160ms cubic-bezier(.25, .46, .45, .94), background-color 80ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 160ms cubic-bezier(.25, .46, .45, .94), background-color 80ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 160ms cubic-bezier(.25, .46, .45, .94);
}

.m-l {
    margin-bottom: 2rem !important;
}

form .row {
    display: flex;
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
}

form textarea {
    height: 13.6rem;
    margin-bottom: 4.4rem;
    -ms-overflow-style: none;
    width: 100%;
    resize: vertical;
    border: none !important;
    border-bottom: 2px solid grey !important;
    margin-bottom: 1rem;
    outline: none;
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    padding: 0 !important;
    margin-top: 1rem;
}

.contour.habicocontact textarea {
    height: 100px;
}

.contour.habicocontact .text {
    padding-left: 0;
}

.site-footer-branding {
    /*        background-color: #063663;*/
    background-color: #6b9bc1;
    padding: 48px 0;
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (min-width: 1080px) {
    .site-footer-branding:before {
        content: inherit !important;
        background: inherit;
        bottom: inherit !important;
        position: inherit !important;
        left: inherit !important;
        top: inherit !important;
        width: inherit !important;
    }

    .site-footer-link {
        padding: 90px 120px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

        .site-footer-link .copyright {
            margin-top: 2rem;
        }

    .site-footer .row {
        flex-direction: row !important;
    }

    .highlight:after {
        background: #fff !important;
        bottom: 0;
        content: "";
        position: absolute;
        right: 130rem !important;
        top: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 720px) {
    .highlight:after {
        background: #fff !important;
        bottom: 0;
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        width: 100%;
    }

    .site-footer-branding {
        min-height: inherit !important;
    }

    .inner {
        padding-left: calc(10 * var(--vw));
        padding-right: calc(10 * var(--vw));
    }

    .copyright {
        margin: 0;
    }

    .site-footer .row {
        flex-direction: column;
    }

    #desktop-header-menu {
        display: block;
    }

    .site-header-toggle {
        display: none;
    }

    .hero h1 {
        max-width: 740px;
        font-size: 72px;
    }

    nav.header li,
    nav.header .header-button {
        display: inline-block;
        margin-left: 2em;
    }

    .nav-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .header ul,
    .header ul li,
    .header ul li a,
    .header > * {
        height: 56px;
    }

    .header a {
        font-size: 16px;
        font-weight: 600;
    }

        .header a span {
            font-weight: 600;
        }

    .header ul li a {
        align-items: center;
    }

    nav.header .current-menu-item a {
        box-shadow: inset 0 -2px 0 0 #fff;
    }

    nav.header ul a:hover,
    nav.header .current-menu-item a {
        color: rgba(93, 85, 92, 1);
    }

    nav.header ul a {
        display: inline-flex;
        color: rgba(93, 85, 92, 0.5);
        box-shadow: none;
        transition: color 150ms, box-shadow 150ms;
    }

        nav.header ul a:hover,
        nav.header .current-menu-item a {
            color: rgba(255, 255, 255, 1);
        }

    nav.header ul a {
        display: inline-flex;
        color: rgba(255, 255, 255, 0.5);
        box-shadow: none;
        transition: color 150ms, box-shadow 150ms;
    }

    .site-footer-branding {
        /*        background-color: #063663;*/
        background-color: #6b9bc1;
        padding: 90px 100px 120px 0;
        position: relative;
    }

        .site-footer-branding:before {
            background: inherit;
            bottom: 0;
            content: "";
            position: absolute;
            right: 100%;
            top: 0;
            width: 100vw;
        }

    .site-footer .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
    }

    .site-footer .title {
        margin-bottom: 1rem;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .site-footer ul li {
        margin-bottom: 0.5rem;
    }

        .site-footer ul li a {
            color: rgba(0, 0, 0, 0.75);
            font-size: 18px;
            font-weight: 100;
        }

            .site-footer ul li a span {
                font-weight: 700;
            }

    .site-footer h4 {
        font-size: 32px;
        color: #fff;
        max-width: 480px;
        line-height: 1.4;
    }

    .site-footer-logo svg {
        width: 64px;
        margin-bottom: 1rem;
    }
}


/**umb_name:Headline*/
h2 {
}

/**umb_name:Button*/
.btn-primary {
}

/**umb_name:Label*/
.inline-label {
}

/**umb_name:Small headline*/
h4 {
}
