.uk-offcanvas-bar {
    background-color: white;
}

#offcanvas-menu .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
    border-top-color: lightgray;
}

#offcanvas-menu .uk-offcanvas-bar .uk-nav-primary a {
    color: black;
}

#offcanvas-menu .uk-offcanvas-bar .uk-close {
    color: black;
}

.uk-pointer {
    cursor: pointer;
}

.o-2x-icon-size {
    font-size: 2em;
}

.o-icon-size {
    font-size: 20px;
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
}

* {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    vertical-align: top;
    text-decoration: none;
    outline: none;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

/*style*/
h1, h2, h3, .uk-text-lead {
    font-family: 'Roboto Slab', serif;
    font-size: 1.7rem;
    line-height: 1.2;
    color: #006aa9;
    font-weight: 700;
    margin: -5px 0 20px;
}

h3, .uk-text-lead {
    margin: 28px 0 0;
    font-size: 1.3rem;
    color: #000;
}

h2:first-child, h3:first-child {
    margin-top: 0;
}

strong {
    font-weight: 700;
}

/*form*/
.uk-form-blank {
    background-color: #fff;
}

.uk-form-label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

.uk-input, .uk-select, .uk-textarea, .uk-checkbox, .uk-radio {
    color: #000;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.uk-checkbox, .uk-radio {
    margin-right: 5px;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus, .uk-checkbox:focus, .uk-radio:focus {
    background-color: #f3f3f3;
    border-color: #006aa9;
}

.uk-checkbox:checked, .uk-radio:checked {
    background-color: #006aa9
}

/*defaults*/
.uk-list > * > ul, .uk-list > :nth-child(n+2) {
    margin-top: 3px;
}

.uk-dark.uk-icon {
    color: #000;
}

.uk-container-large, .uk-container-small {
    padding: 0 20px;
}

.uk-background-muted {
    background-color: #e5f0f7;
}

/*buttons*/
.uk-link, .o-linkbtn, a {
    color: #000;
    transition: 0.3s ease;
}

.uk-link:hover, a:hover {
    color: #006aa9;
    text-decoration: none;
}

.uk-button-primary {
    background-color: #006aa9;
}

.uk-button-primary:hover, .uk-button-secondary:hover {
    background-color: #000;
}

.uk-button-secondary {
    background-color: #43a70c;
}

.o-linkbtn {
    margin-top: 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    border: 0;
    text-transform: none;
}

.o-linkbtn .o-arrow {
    display: inline-block;
    margin-left: 8px;
    width: 8px;
    height: 38px;
    background: url(../images/icons/arrow-white.svg) no-repeat center / 8px 14px;
    transition: 0.3s ease;
}

.uk-button-large .o-arrow {
    height: 53px;
}

.o-linkbtn:hover .o-arrow {
    margin-left: 10px;
}

.o-linkbtn-disabled {
    background: #ccc;
    cursor: not-allowed !important;
}

.o-linkbtn-disabled:hover {
    background: #ccc;
}

.o-topper {
    padding: 20px 0;
    line-height: 21px;
    text-align: center;
}

.o-topper .uk-position-top-left {
    left: 20px;
    top: 14px;
}

.o-topper .uk-position-top-left a {
    margin-right: 20px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.o-topper .uk-position-top-left a:last-child {
    margin-right: 0;
}

.o-topper .uk-position-top-right {
    right: 14px;
    top: 14px;
}

.o-topper .o-logo {
    display: inline-block;
    width: 260px;
    height: 21px;
    background: url(../images/logo.png) no-repeat center / cover;
}

.o-topper .o-social {
    float: right;
}

.o-topper .o-social a, .o-languages a {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 7px;
    background: no-repeat center / cover;
    opacity: 0.3;
    transition: 0.3s ease;
}

.o-topper .o-social a {
    opacity: 1;
}

.o-topper .o-social a:hover {
    opacity: .7;
}

.o-topper .o-social a.facebook {
    background-image: url(../images/icons/facebook.svg);
}

.o-topper .o-social a:first-child, .o-languages a:first-child {
    margin-left: 0;
}

.o-languages {
    float: right;
}

.o-languages a.nl {
    background-image: url(../images/icons/nl.png);
}

.o-languages a.de {
    background-image: url(../images/icons/de.png);
}

.o-languages a.en {
    background-image: url(../images/icons/en.png);
}

.o-languages a:hover, .o-languages a.active {
    opacity: 1;
}

.o-navigation {
    padding: 8px 10px;
}

.o-navigation li a {
    min-height: inherit;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 32px;
}

.o-navigation li.uk-active a {
    color: #006aa9;
}

.o-navigation li:last-child a, .o-mob-navigation li:last-child {
    margin-left: 15px;
    color: #fff;
    background: #43a70c;
}

.o-navigation li:last-child a:hover, .o-navigation li:last-child.uk-active a {
    background: #006aa9;
}

.o-navigation .uk-navbar-center:only-child {
    display: block;
    width: 100%;
}

.o-navigation .o-touch-icons {
    float: left;
    padding: 3px 0 0 10px;
}

.o-hamburger {
    float: right;
    min-height: inherit;
    padding: 0 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 32px;
}

.o-hamburger span {
    font-weight: 700;
    text-transform: uppercase;
}

.o-mob-navigation {
    background: #006aa9;
}

.o-mob-navigation .o-languages {
    float: none;
    margin-bottom: 10px;
}

.o-mob-navigation .uk-nav-default {
    font-size: 1rem;
}

.o-mob-navigation .uk-nav-default a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.o-mob-navigation li:last-child {
    margin: 5px 0 0 0;
    text-align: center;
}

.o-mob-navigation li:last-child a {
    color: #fff;
}

.o-usp {
    padding: 10px;
    text-align: center;
    font-size: 15px;
}

.o-usp span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin: 0 4px;
}

.o-usp span::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 100%;
    background: url(../images/icons/check.svg) no-repeat center / 8px 7px;
    box-sizing: border-box;
}

.o-header .o-usp {
    background: #e5f0f7;
}

.o-intro p {
    display: inline-block;
    margin: 0;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 300;
    text-align: center;
}

.o-intro-small {
    padding: 40px 0;
}

.o-appartments h2 {
    text-align: center;
}

.o-appartments p {
    font-size: 1rem;
    line-height: 1.6;
}

.o-appartments p strong {
    font-family: 'Roboto Slab', serif;
}

.o-appartments .o-linkbtn {
    margin-top: 0;
}

.o-appartments .uk-child-width-expand:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.o-pricing {
    left: 30px;
    padding: 4px 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    background: #000;
    z-index: 2;
}

.o-pricing strong {
    display: block;
    font-size: 30px;
}

.o-pricing small {
    display: block;
    font-size: 11px;
    margin-top: -3px;
}

.o-appartment-slideshow .o-pricing {
    left: 0;
}

.o-appartment-highlighted {
    padding-top: 0;
    padding-bottom: 20px;
}

.o-appartment-highlighted table {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

.o-appartment-highlighted table td {
    padding: 0 30px;
    border-right: 2px solid #eee;
}

.o-appartment-highlighted table td:first-child {
    padding-left: 0;
}

.o-appartment-highlighted table td:last-child {
    padding-right: 0;
    border: 0;
}

.o-appartment-highlighted strong {
    font-family: 'Roboto Slab', sans-serif;
}

.o-appartment-highlighted a.reservation-btn {
    float: right;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    background: #43a70c;
}

.o-appartment-highlighted a.reservation-btn span {
    display: inline-block;
    margin-left: 8px;
    width: 12px;
    height: 50px;
    background: url(../images/icons/arrow-white.svg) no-repeat center / 12px 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.3s ease;
}

.o-appartment-highlighted a.reservation-btn:hover {
    background: #006aa9;
}

.o-appartment-slideshow .uk-position-medium {
    margin: 30px 10px;
}

.o-appartment-info div:not(.uk-first-column) .uk-card-body {
    padding: 20px;
    background: #f3f3f3;
}

.o-appartment-info iframe {
    width: 100%;
    height: 240px;
    margin-top: 10px;
}

.o-appartment-info table {
    font-size: 16px;
    margin-top: 24px;
}

.o-appartment-info table td:first-child {
    padding-right: 20px;
    font-weight: 700;
}

.o-booking h1 {
    text-align: center;
}

.o-booking .o-desc {
    margin: -8px 0 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.o-booking .o-desc br {
    display: none;
}

.o-booking .uk-text-lead {
    color: #006aa9;
}

.o-booking .o-linkbtn {
    flex: none;
    width: auto;
}

.o-booking .uk-button-large {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/*steps*/
.o-booking-steps {
    text-align: center;
}

.o-booking-steps a {
    display: inline-block;
    margin: 0 8px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    opacity: 0.5;
}

.o-booking-steps a span {
    display: none;
}

.o-booking-steps a.o-active {
    opacity: 1;
}

.o-booking-steps a.o-finished {
    color: #43a70c;
    opacity: 1;
}

.o-booking-steps a.o-finished span {
    display: inline-block;
}

/*step 1*/
.o-booking-step1 p {
    font-size: 16px;
}

.o-booking-step1 .uk-background-cover {
    height: 200px;
}

.o-booking-step1 .uk-grid div:nth-of-type(even) {
    background: #f3f3f3;
}

.o-booking-step1 .uk-text-lead {
    font-weight: 400;
    color: #999;
    margin-top: 10px;
}

.o-booking-step1 .uk-grid {
    margin-top: 10px;
}

.o-booking-step1 .uk-grid-margin {
    margin: 0;
}

/*step 2*/
.o-booking-step2 .uk-text-lead span {
    font-size: 15px;
    opacity: 0.7;
    vertical-align: baseline;
}

.o-booking-step2 table {
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
}

.o-booking-step2 table td, .o-booking-step4 table th, .o-booking-step4 table td {
    padding: 5px;
    border-bottom: 2px solid #eee;
}

.o-booking-step2 table tr:last-child td, .o-booking-step4 table tr:last-child th, .o-booking-step4 table tr:last-child td {
    border: 0;
}

.o-booking-step2 table td:last-child, .o-booking-step4 table th:last-child, .o-booking-step4 table td:last-child {
    text-align: right;
}

.o-booking-step2 table tr.o-not-available td {
    color: #aaa;
}

.o-booking-step2 table span {
    display: none;
}

.o-booking-step2 .o-linkbtn {
    width: 100px;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.uk-background-muted.o-booking-step2 table td {
    border-bottom-color: #fff;
}

.uk-background-muted.o-booking-step2 .uk-select {
    background-color: #fff;
    border-color: #fff;
}

/*step 3*/
.o-booking-step3 .o-booking-conditions {
    font-size: 16px;
    font-weight: 400;
}

.o-booking-step3 .o-booking-conditions a {
    text-decoration: underline;
}

/*step 4*/
.o-booking-step4 table th {
    border: 0;
}

.o-booking-step4 table td:first-child {
    font-weight: 700;
}

.o-booking-step4 table td small {
    display: inline-block;
    margin-top: 3px;
}

.o-booking-step4 .uk-grid, .o-booking-step4 table {
    font-size: 16px;
    line-height: 1.5;
}

.o-booking-step4 .uk-margin-small-top .uk-first-column {
    margin-top: 10px;
}

.o-booking-step4 .uk-margin-small-top .uk-first-column:first-child {
    margin-top: 0;
}

.o-booking-step4 table span {
    display: none;
}

.o-txt a {
    color: #006aa9;
    text-decoration: underline;
}

.o-txt a:hover {
    color: #000;
}

.o-footer {
    background: #f3f3f3;
}

.o-footer .uk-text-lead:first-child {
    margin-top: 0;
}

.o-footer :not(td) > p br {
    display: none;
}

.o-footer .uk-first-column {
    padding-bottom: 0;
}

.o-footer .uk-first-column:last-child {
    margin-top: 10px;
}

.o-footer table {
    margin-top: 20px;
}

.o-footer table td {
    display: block;
}

.o-footer iframe {
    width: 100%;
    height: 300px;
}

.o-bottom {
    padding: 20px 10px;
    text-align: center;
}

.o-bottom p, .o-bottom a {
    font-size: 14px;
    text-transform: uppercase;
}

.o-bottom a {
    padding: 0 0 0 20px;
}

.o-bottom a:last-child {
    padding: 0;
}

/*0 > 640*/
@media screen and (max-width: 640px) {
    .uk-slideshow .uk-position-medium {
        max-width: calc(100% - (10px * 2));
        margin: 10px;
        transform: translateY(-50%) translateY(-10px)
    }

    .uk-slideshow svg {
        width: 40px;
        height: 40px;
    }

    .o-intro {
        padding: 30px 0;
    }

    .o-appartment-highlighted .uk-container-large .uk-grid div:first-child {
        display: none;
    }

    .o-appartment-info table td {
        display: block;
    }

    .o-appartment-info table td:first-child {
        padding-right: 0 !important;
        padding-top: 10px;
    }

    .o-appartment-info table tr:first-child td:first-child {
        padding-top: 0;
    }
}

/*640 > 1200*/
@media screen and (max-width: 1200px) {
    .o-appartment-slideshow .uk-container-large {
        padding: 0 !important;
    }

    .o-usp-container {
        padding: 0 0 40px;
    }

    .o-usp-container .uk-container-large {
        padding: 0 !important;
    }
}

/*640>*/
@media (min-width: 640px) {
    h1, h2 {
        margin-bottom: 30px;
        font-size: 2rem;
    }

    .uk-container-large, .uk-container-small {
        padding: 0 40px;
    }

    .uk-padding-large {
        padding: 40px;
    }

    .o-topper {
        padding: 24px 0;
    }

    .o-topper .uk-position-top-left {
        left: 24px;
        top: 24px;
    }

    .o-topper .uk-position-top-right {
        right: 24px;
        top: 24px;
    }

    .o-topper .o-telephone {
        display: none;
    }

    .o-navigation {
        padding: 15px;
    }

    .o-header .o-usp {
        position: absolute;
        bottom: 25px;
        left: 50%;
        width: 96%;
        background: rgba(255, 255, 255, 0.8);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 2;
    }

    .o-usp {
        font-size: 16px;
    }

    .o-usp span {
        padding-left: 26px;
        margin: 0 10px;
    }

    .o-usp span::before {
        top: 5px;
        width: 18px;
        height: 18px;
        border-width: 2px;
        background: url(../images/icons/check.svg) no-repeat center / 8px 7px;
    }

    .o-intro p {
        font-size: 1.3rem;
    }

    .o-appartment-highlighted {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .o-appartment-highlighted a.reservation-btn {
        font-size: 20px;
    }

    .o-appartment-info div:not(.uk-first-column) .uk-card-body {
        padding: 40px;
    }

    .o-appartment-info iframe {
        height: 400px;
    }

    .o-appartments p {
        font-size: 16px;
        line-height: 1.5;
    }

    .o-booking .o-desc {
        margin: -14px 0 40px;
        font-size: 1rem;
        line-height: 1.7;
    }

    .o-booking .uk-button-large {
        width: auto;
        padding-left: 40px;
        padding-right: 40px;
    }

    .o-booking-step1 .uk-background-cover {
        height: auto;
    }

    .o-booking-step2 table {
        font-size: 1rem;
        line-height: 1.7;
    }

    .o-booking-step2 table span, .o-booking-step4 table span {
        display: inline-block;
    }

    .o-booking-step2 table br, .o-booking-step4 table br {
        display: none;
    }

    .o-booking-step3 .o-booking-conditions {
        font-size: 1rem;
    }

    .o-booking-step4 .uk-margin-small-top .uk-first-column {
        margin-top: 0;
    }

    .o-footer table {
        margin-top: 40px;
    }

    .o-footer table td {
        display: inline-block;
    }

    .o-footer table td:first-child {
        padding-right: 50px;
    }

    .o-footer iframe {
        width: 100%;
        height: 400px;
    }

    .o-bottom {
        padding: 30px 20px;
    }

    .o-bottom a, .o-bottom a:last-child {
        padding: 0 0 0 30px;
    }
}

/*960>*/
@media (min-width: 960px) {
    h3, .uk-text-lead {
        font-size: 1.4rem;
    }

    .o-topper {
        line-height: 24px;
    }

    .o-topper .o-social {
        margin-right: 50px;
    }

    .o-topper .o-logo {
        width: 297px;
        height: 24px;
    }

    .o-topper .uk-position-top-left {
        left: 30px;
    }

    .o-topper .uk-position-top-right {
        right: 30px;
    }

    .o-navigation .uk-navbar-center:only-child {
        display: flex;
        width: auto;
    }

    .o-pricing {
        padding: 10px 20px;
        font-size: 18px;
        line-height: 30px;
    }

    .o-pricing strong {
        font-size: 36px;
    }

    .o-pricing small {
        font-size: 12px;
        margin-top: -4px;
    }

    .o-appartments .uk-child-width-expand:nth-of-type(2n) .uk-first-column {
        text-align: right;
    }

    .o-appartment-highlighted table td:nth-of-type(2), .o-appartment-highlighted table td:last-child {
        padding-right: 0;
        border: 0;
    }

    .o-appartment-highlighted table td:last-child {
        display: none;
    }

    .o-appartment-highlighted a.reservation-btn {
        float: right;
        padding: 0 50px;
        font-size: 20px;
        line-height: 96px;
        width: auto;
    }

    .o-appartment-highlighted a.reservation-btn span {
        height: 96px;
    }

    .o-appartment-info div.uk-first-column h1 {
        margin-top: 50px;
    }

    .o-appartment-info div:not(.uk-first-column) .uk-card-body {
        padding: 40px;
    }

    .o-appartment-info iframe {
        height: 500px;
    }

    .o-booking .o-desc br {
        display: inline-block;
    }

    .o-booking-step4 .uk-grid, .o-booking-step4 table {
        font-size: 1rem;
        line-height: 1.7;
    }

    .o-intro p {
        font-size: 1.4rem;
    }

    .o-footer iframe {
        height: 500px;
    }
}

/*1200>*/
@media (min-width: 1200px) {
    .uk-padding-large {
        padding: 70px;
    }

    .o-linkbtn {
        font-size: 1rem;
    }

    .o-topper .o-telephone {
        display: inline-block;
    }

    .o-appartments .o-pricing {
        left: 40px;
    }

    .o-appartment-highlighted table td:nth-of-type(2) {
        padding-right: 30px;
        border-right: 2px solid #eee;
    }

    .o-appartment-highlighted table td:last-child {
        display: inline-block;
    }

    .o-footer iframe {
        height: 600px;
    }
}

/*1400>*/
@media (min-width: 1400px) {
    .o-appartments p {
        font-size: 1rem;
        line-height: 1.7;
    }
}

/*1600>*/
@media (min-width: 1600px) {
    .uk-container-large {
        padding: 0;
    }

    .o-header .o-usp {
        width: 1400px;
    }

    .o-appartment-slideshow .uk-position-medium {
        margin: 30px 0;
    }

    .o-appartment-slideshow .uk-position-medium[class*=uk-position-center-left] {
        left: -90px;
    }

    .o-appartment-slideshow .uk-position-medium[class*=uk-position-center-right] {
        right: -90px;
    }

    .o-appartment-slideshow .uk-position-medium .uk-icon {
        color: #000;
    }

    .o-footer :not(td) > p br {
        display: inline-block;
    }
}

/*1900>*/
@media (min-width: 1900px) {
}

/* BUILDER FIXES */
.is-builder.is-display-block > div {
    display: block;
    width: 100%;
    margin: auto;
}

.sidebar-active .is-section-tool {
    width: 40px !important;
    height: 80px;
    left: auto;
    right: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    display: block !important;
}

/* EASY BUILDER MODE */

/* REMOVE PREFERENCES FROM TOOLBAR */
.rte-preferences {
    display: none !important;
}

/* REMOVE TEXT SETTINGS */
.rte-textsettings {
    display: none !important;
}

/* REMOVE ROW EDITOR WHEN CLASS IS ADDED TO SECTION */
.is-easy-builder .row-active .is-tool.is-row-tool {
    display: none !important;
}

/* REMOVE IMAGE RESIZER */
#divImageResizer {
    display: none !important;
}

/* REMOVE IMAGE RESIZER WHEN CLASS IS ADDED TO SECTION */
.is-easy-builder .moveable-control-box {
    display: none !important;
}

/* ALWAYS REMOVE COLUMN EDITOR */
.is-tool.is-column-tool.active {
    display: none !important;
}

/* REMOVE HEADLINE + PROFORMATTED + SPACER + MORE OPTION + ADD BUTTON - DON'T FORGET TO ADD YOUR OWN BUTTON TO TEMPLATE */
.add-headline, .add-preformatted, .add-spacer, .add-more, .add-button {
    display: none !important;
}

/* REMOVE HTML ELEMENT SETTINGS */
.elm-settings {
    display: none !important;
}

/* LIMIT SECTION SETTINGS TO SORT ONLY */
.is-modal.editsection.active .is-settings + .is-settings, .is-modal.editsection.active .is-settings + .is-settings + .is-settings {
    display: none !important;
}

/*STACKED SECTION FIX FOR SLOPPY SECTION USE */
#pwx-text .uk-section + .uk-section {
    padding-top: 0;
}

/* BETTER VISIBLITY FOR ACTIVE SECTION */
.is-builder .row-active {
    outline: 2px dashed #a7a7a7 !important;
}

/* REMOVE MESSY ACTIVE STATE */
.row-outline .is-rowadd-tool, .row-active .is-rowadd-tool {
    display: none !important;
}

/* REMOVE UNUSED SIDEBAR BLOCKS */
.is-sidebar [data-content=divSidebarSnippets] {
    display: none !important;
}

/* REMOVE UNUSED SIDEBAR TEMPLATES */
.is-category-list > div > a.more-basic {
    display: none !important;
}

/* GIVE FEEDBACK ON HOVER */
.is-builder:hover {
    opacity: 0.7;
    cursor: pointer;
}

.is-builder.builder-active, .is-builder.builder-active:hover {
    opacity: 1 !important;
    cursor: inherit;
}

/* FIX FOR DEFAULT BACKGROUND COLOR */
.is-bg-white.is-bg-grey {
    background: #ffffff !important;
}

.uk-container-large {
    max-width: 1400px;
}

.o-usp-list p {
    margin-top: 0;
    margin-bottom: 0;
}

.o-leaflet-map #leaflet-map {
    min-height: 400px;
}
