@font-face {
    font-family: "rwe-bold";
    src: url("../Fonts/RWEWEB-Bold?#iefix") format("eot"), url("../Fonts/RWEWEB-Bold.woff2") format("woff2"), url("../Fonts/RWEWEB-Bold.woff") format("woff"), url("../Fonts/RWEWEB-Bold.svg") format("svg");
    font-style: normal;
    font-weight: bold
}

@font-face {
    font-family: "rwe-light";
    src: url("../Fonts/RWEWEB-Light?#iefix") format("eot"), url("..../Fonts/RWEWEB-Light.woff2") format("woff2"), url("../Fonts/RWEWEB-Light.woff") format("woff"), url("../Fonts/RWEWEB-Light.svg") format("svg");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "rwe-regular";
    src: url("../Fonts/RWEWEB-Regular?#iefix") format("eot"), url("../Fonts/RWEWEB-Regular.woff2") format("woff2"), url("../Fonts/RWEWEB-Regular.woff") format("woff"), url("../Fonts/RWEWEB-Regular.svg") format("svg");
    font-style: normal;
    font-weight: normal
}

.font-regular {
    font-family: "rwe-regular", sans-serif
}

.font-light {
    font-family: "rwe-light", sans-serif
}

.font-bold {
    font-family: "rwe-bold", sans-serif
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    background: #FFF
}

body.is--not-loaded * {
    transition: none !important
}

body {
    font-family: "rwe-regular";
    color: #005086
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 2;
}

.header-logo {
    max-width: 100px;
    position: absolute;
    top: 20px
}

.header-logo svg {
    max-width: 100px;
    height: 30px
}

@media (min-width: 768px) {
    .header {
        height: 100px
    }

    .header-logo svg {
        height: 60px
    }
}

.footer-wrap {
    padding: 0.5em 0;
    color: #FFF
}

html,
body {
    min-height: 100vh
}

.page {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden
}

.page-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 90px
}

.page-content {
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .page-wrapper {
        padding-top: 100px;
    }
}

.gradient-main {
    background: linear-gradient(90deg, #005086 0, #1982b7 80%, #32b4e6)
}

strong {
    font-family: "rwe-bold", sans-serif
}

a:link,
a:hover,
a:visited,
a:active {
    color: #32b4e6
}

.link-list {
    margin: 0 0 0.5em 0
}

.link-list.is--collapsed .link-list__body {
    display: none
}

.link-list__title {
    font-family: "rwe-bold", sans-serif;
    padding: 0.3em;
    margin: 0 0 0.3em 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(133, 133, 133, 0.5)
}


.btn-mail{
    background-color: #005086;
    border: none;
    margin: 5px 0 0 5px; 
    color: white;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    font-family: "rwe-regular", sans-serif;
}

.btn-mail:hover{
    background-color: #1982b7;
}

.fa-envelope::before{
    margin-right: 14px;
}

.nav-footer-top {
    display:flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
}

.nav-footer-top li {
    margin-left: 15px;
}

.nav-footer-top li:first {
    margin-left: 0;
}

.nav-footer-top li a {
    color: white;
}

/*# sourceMappingURL=site.min.css.map */