* {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
}
.uk-card {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.uk-card.overlap {
    margin-top: -12vh;
}
.uk-button-primary {
    background-color: #F49607 !important;
    color: #fff !important;
}
.uk-button-primary:hover {
    background-color: #DB7D00 !important;
}
.uk-grid img {
    width: 100%;
    vertical-align: middle;
}
.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
     height: 100%;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    transition: all .25s;
}
header.transparent {
    box-shadow: none;
}
header nav.main, header nav.main .logo img, header nav.main .mobile-nav-toggle {
    height: 54px;
    transition: all .25s;
}
header.transparent nav.main, header.transparent nav.main .logo img, header.transparent nav.main .mobile-nav-toggle {
    height: 80px;
}
header nav.main {
    border-bottom: 1px solid #F49607;
    transition: all .25s;
}
header.transparent nav.main {
    background-color: transparent;
    border: none;
}
header nav.main .uk-navbar-left {
    z-index: 2;
}
header nav.main .nav-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(50%) blur(5px);
    z-index: 1;
}
header nav.main ul.uk-navbar-nav {
    display: none;
}
header nav.main .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
header nav.main .logo img {
    height: 48px;
    margin-top: 3px;
    vertical-align: middle;
}
header.transparent nav.main .logo img {
    height: 72px;
}
header nav.main .mobile-nav-toggle {
    line-height: 54px;
    padding: 0 24px;
}
header.transparent nav.main .mobile-nav-toggle {
    line-height: 80px;
}
header nav.main .uk-navbar-nav > li {
    box-sizing: border-box;
    height: 54px;
}
header nav.main .uk-navbar-nav > li.uk-active {
    border-bottom: 5px solid #F49607;
}
header nav.main .uk-navbar-nav > li.no-active {
    border-bottom: none;
}
header nav.main .uk-navbar-nav > li > a {
    color: #fff;
    line-height: 120px;
}
header nav.main .uk-navbar-nav > li.uk-active > a {
    color: #F49607;
}
header nav.main .uk-navbar-nav > li > a.uk-button {
    height: 36px;
    min-height: 36px;
    margin: 42px 0;
}
header nav.main .mobile-nav-toggle .uk-icon {

}
header nav.main .mobile-nav-toggle .uk-icon svg {
    color: #fff;
}
header nav.mobile .logo img {
    height: 75px;
    vertical-align: middle;
}
header nav.mobile .uk-nav > li > a {
    display: inline-block;
    padding: 8px 0;
}
header nav.mobile .uk-nav > li.uk-active > a {
    border-bottom: 3px solid #F49607;
    color: #F49607;
}
header nav.mobile .uk-offcanvas-bar .uk-button {
    padding: 0 18px;
    display: inline-block;
    line-height: 32px;
    margin-top: 8px;
}
header nav.main .uk-navbar-dropdown {
    background: #F49607;
}
header nav.main [class*=uk-navbar-dropdown-bottom] {
    margin-top: 0;
}
header.transparent nav.main [class*=uk-navbar-dropdown-bottom] {
    margin-top: -15px;
}
header nav.main .uk-navbar-dropdown-nav > li > a {
    color: #fff;
}
header nav.main .uk-navbar-dropdown-nav > li > a:hover {
    color: #fff;
    text-decoration: underline;
}
main {
    overflow-x: hidden;
    z-index: 1;
}
.vignette {
    position: relative;
    height: 40vh;
    background-size: cover;
    background-position: center center;
}
.vignette.large {
    height: 90vh;
    margin-top: 0 !important;
}
.vignette.full {
    height: 100vh;
    margin-top: 0 !important;
}
.vignette video {  
    width: 100vw;
    height: inherit;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.vignette.large video {

}
.vignette.full video {

}
.vignette .content {
    position: relative;
    z-index: 1;
}
.vignette .container {
    height: inherit;
}
.vignette.large .container {
    height: auto;
}
.vignette .vignette-headline  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: inherit;
}
.vignette .vignette-headline h1 {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 32px;
    border-bottom: 8px solid #F49607;
}
.angle-line-container {
    display: inline-block;
    position: relative;
}
.angle-line-content {
    display: inline-block;
    position: relative;
}
.angle-line {
    position: relative;
    width: 100%;
}
.angle-line .line {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.angle-line .line, .angle-line .angle {
    background-color: #F49607;
}
.angle-line.white .line, .angle-line.white .angle {
    background-color: #fff;
}
.angle-line .line, .angle-line .angle {
    height: 2px;
}
.angle-line .angle {
    width: 84px;
    height: 2px;
    transform: rotate(-45deg);
    position: absolute;
    right: -71px;
    bottom: 30px;
}
.headline-underline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.headline-underline .hu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.headline-underline .hu-container h3 {
    text-align: center;
}
.headline-underline .hu-line {
    width: 50%;
    height: 3px;
    background-color: #F49607;
}
section {
    background-color: #FAFAFA;
    padding: 36px 0;
}
section.alt {
    background-color: #ddd;
}
section h1, section h2, section h3, section h4, section h5, section h6 {
    font-weight: bold;
    color: #414141;
}
section h1 {
    
}
section h2 {
    
}
section h3 {
    font-size: 20px !important;
}
section h4 {
    
}
section h5 {
    
}
section h6 {
    
}
section p, section ul li, section ol li {
    font-size: 14px;
    line-height: 125%;
}
form input[type="text"].uk-input, form select.uk-select, form textarea.uk-textarea {
    border: 1px solid #3E3E3E;
}
form .field {
    padding: 12px 8px;
}
footer {
    z-index: 2;
    color: #fff;
    font-size: 14px;
}
footer .main {
    padding: 32px 0;
    background-color: #4D4E4E;
}
footer .secondary {
    background-color: #414141;
}
footer .main-wrap {
    
}
footer .main-info {
    
}
footer .main-info .logo {
    width: 100px;
    vertical-align: middle;
}
footer .main-info p {
    margin: 32px 0 16px 0;
}
footer .main-info .social {
    background-repeat: no-repeat;
    padding-bottom: 8px;
    background-position: left bottom;
}
footer .main-info .social a {
    
}
footer .main-info .social img {
    
}
footer .links-items {
    margin-top: 24px;
}
footer .links-item {
    padding: 24px 0;
}
footer .links-item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
footer .links-item ul {
    margin: 0;
    padding: 0;
}
footer .links-item ul li {
    list-style-type: none;
    padding: 4px 0;
}
footer .links-item ul.in-touch li {
    display: flex;
    flex-direction: row;
    align-items: center;
}
footer .links-item ul li a, footer .links-item ul li address, footer .secondary .links a {
    color: rgba(255,255,255,.75);

}
footer .links-item ul li a {
    font-weight: 300;
}
footer .links-item ul li a:hover, footer .secondary .links a:hover {
    text-decoration: underline;
}
footer .links-item ul li img {
    display: inline-block;
    margin-right: 8px;
}
footer .links-item ul li address {
    display: inline-block;
    margin: 0;
}
footer .copy-wrap {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
footer .copyright {
    font-size: 8px;
    margin: 8px 0;
}
footer .secondary .links {
    font-size: 10px;
    margin: 8px 0 0 0;
}
footer .secondary .links a {
    
}
footer .secondary .links a:hover {
    
}
footer .secondary .links .pipe {
    padding: 0 8px;
}
@media screen and (min-width:600px) {
    .vignette .vignette-headline h1 {
        font-size: 44px;
        padding-bottom: 44px;
        border-width: 10px;
    }
    section {
        padding: 48px 0;
    }
    footer .links-items {
        display: flex;
        flex-direction: row;
    }
    footer .links-item {
        width: 33.33%;
    }
    footer .secondary {
        padding: 12px 0;
    }
    footer .copy-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    footer .copyright {
        font-size: 10px;
        margin: 0;
    }
    footer .secondary .links {
        margin: 0;
    }
}
@media screen and (min-width:960px) {
    header nav.main .uk-navbar-left {
        margin: 0 auto;
        width: 90%;
        max-width: 1200px;
        justify-content: space-between;
    }
    header nav.main .logo {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    header nav.main ul.uk-navbar-nav {
        display: flex;
    }
    header nav.main .uk-navbar-nav > li {
        height: 64px;
    }
    header nav.main .uk-navbar-nav > li > a {
        line-height: 64px;
        min-height: 64px;
    }
    header.transparent nav.main .uk-navbar-nav > li > a {
        line-height: 120px;
        min-height: 120px;
    }
    header.transparent nav.main .uk-navbar-nav > li > a.uk-button {
        height: 36px !important;
        min-height: 36px !important;
        margin: 42px 0 !important;
    }
    header nav.main .uk-navbar-nav > li > a.uk-button {
        margin: 14px 0 14px 8px;
    }
    header nav.main .logo img {
        height: 54px;
        margin-top: 0;
    }
    header nav.main, header nav.main .mobile-nav-toggle {
        height: 64px;
    }
    header nav.main .mobile-nav-toggle {
        display: none !important;
    }
    header.transparent nav.main, header.transparent nav.main .mobile-nav-toggle, header.transparent nav.main .uk-navbar-nav > li {
        height: 120px;
    }
    header.transparent nav.main .logo img {
        height: 80px;
    }
    .vignette {
        height: 45vh;
    }
    section {
        padding: 60px 0;
    }
    section p, section ul li, section ol li {
        font-size: 16px;
    }
    section h3 {
        font-size: 24px !important;
    }
    footer .main {
        padding: 48px 0;
    }
    footer .main-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    footer .main-info {
        width: 40%;
    }
    footer .links-items {
        flex: 1;
        margin-top: 0;
        padding-left: 16px;
    }
    footer .links-item ul li {
        padding: 8px 0;
    }
    footer .secondary {
        padding: 24px 0;
    }
    footer .copyright, footer .secondary .links {
        font-size: 12px;
    }
}
@media screen and (min-width:1200px) {
    .uk-card.overlap {
        margin-top: -15vh;
    }
    .vignette {
        height: 50vh;
    }
    .vignette .vignette-headline h1 {
        font-size: 48px;
        padding-bottom: 48px;
        border-width: 10px;
    }
    section {
        padding: 72px 0;
    }
    footer .main {
        padding: 64px 0;
    }
    footer .secondary {
        padding: 32px 0;
    }
    footer .links-items {
        padding-left: 32px;
    }
    footer .links-item ul li {
        padding: 12px 0;
    }
    footer .links-item ul li img {
        margin-right: 16px;
    }
}
@media screen and (min-width:1400px) {
    .vignette {
        height: 55vh;
    }
    .vignette .vignette-headline h1 {
        font-size: 56px;
        padding-bottom: 56px;
        border-width: 12px;
    }
    footer .main {
        padding: 84px 0;
    }
    footer .secondary {
        padding: 42px 0;
    }
}
@media screen and (min-width:1600px) {
    .vignette {
        height: 60vh;
    }
}