@import 'uikit.css';

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
body {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 23px;
    color: #000;
    overflow-x: hidden;
    font-weight: 500;
}

a,
.uk-link {
    color: #000000;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
    color: #000000;
    text-decoration: underline;
}

.primary-color {
    color: #000000;
}

.secondary-color {
    color: #ccc;
}

.green-bg {
    background-color: #000000 !important;
    color: #fff !important;
}

.green-color {
    color: #000000 !important;
}

.darkgrey-color {
    color: #383E45;
}

.darkgrey-bg {
    background-color: #383E45 !important;
    color: #fff !important;
}

.darkgrey-bg .uk-navbar-nav>li.uk-active>a {
    color: #fff !important;
}

.light-grey-bg {
    background-color: #efefef !important;
    color: #000 !important;
}

.light-grey-bg h2 {
    color: #000000 !important;
}

.primary-bg {
    background-color: #000000;
    color: #fff;
}

.secondary-bg {
    background-color: #FDC800 !important;
    color: #000000; !important;
}

.primary-bg h1 {
    color: #fff !important;
}

.primary-bg h2 {
    color: #fff !important;
}

.secondary-bg h1 {
    color: #000000; !important;
}

.secondary-bg .uk-slider-items.tab-link li {
    color: #000000;
}

.secondary-bg .uk-slider-items.tab-link li:hover {
    color: #000000;
}

.secondary-bg h2 {
    color: #000000; !important;
}

.white-bg {
    background-color: #fff !important;
}

.white-point-bg {
    background-image: url("../images/sf-sec-point-bg.svg");
    background-repeat: repeat;
}

.black-point-bg {
    background-image: url("../images/sf-black-pointgrey-bg.svg");
    background-repeat: repeat;
    color: #fff;
}

.black-point-bg h1,
.black-point-bg h2,
.black-point-bg h3 {
    color: #fff;
}

.black-bg {
    background-color: #000;
    color: #fff !important;
}

.black-bg h1,
.black-bg h2,
.black-bg h3 {
    color: #fff !important;
}

.black-bg .uk-slidenav {
    color: #FDC800 !important;
}

.black-bg .uk-dotnav>*>* {
    border: 1px solid #fff;
}

/* Hover + Focus */
.black-bg .uk-dotnav>*> :hover,
.black-bg .uk-dotnav>*> :focus {
    background-color: #fff;
    outline: none;
    border-color: transparent;
}

/* OnClick */
.black-bg.uk-dotnav>*> :active {
    background-color: #fff;
    border-color: transparent;
}

/* Active */
.black-bg .uk-dotnav>.uk-active>* {
    background-color: #fff;
    border-color: transparent;
}

.black-bg .uk-dotnav>*>* {
    border: 1px solid #fff;
}

.uk-slidenav {
    color: #FDC800 !important;
}

/* Hover + Focus */
.uk-dotnav>*> :hover,
.uk-dotnav>*> :focus {
    background-color: #000000;
    outline: none;
    border-color: transparent;
}

/* OnClick */
.uk-dotnav>*> :active {
    background-color: #000000;
    border-color: transparent;
}

/* Active */
.uk-dotnav>.uk-active>* {
    background-color: #000000;
    border-color: transparent;
}

.uk-navbar-container {

    min-height: 120px;
}
.login-bg {
    background: linear-gradient(to right, #e0ffe9, #a6d8f1) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.round50 {
    border-radius: 50px;
}

.login-bg h1 {
    font-size: 32px;
    text-align: center;
}
.no-padding {
    padding: 0px!important;
}
.pt4 {
    padding-top: 4px;
}

.primary-bg {
    background-color: #000000;
    color: #fff;
}

.primary-bg .uk-button-primary {
    background-color: #FDC800;
    color: #000;
    border: 1px solid #FDC800;
}

.uk-button-primary {
    background-color: #FDC800;
    color: #000;
    border: 1px solid #FDC800;
    font-weight: 600;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
    letter-spacing: 0.2px;
    font-family: 'Open Sans';
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    line-height: 15px;
    border-radius: 50px;
    text-transform: none;
    font-size: 14px;
}

.uk-button-primary:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.uk-button-secondary {
    background-color: #FDC800;
    border: 1px solid #FDC800;
    color: #000 !important;
    font-weight: 600;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
    letter-spacing: 0.2px;
    font-family: 'Open Sans';
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    line-height: 15px;
    border-radius: 50px;
    text-transform: none;
    font-size: 16px;
}

.uk-button-secondary:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff !important;
}

.uk-offcanvas-bar .uk-button-default {
    border: solid 1px #000000;
    color: #fff !important;
}

.uk-button-text {
    text-transform: none;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}

.uk-nav-default a,
.uk-nav-default .uk-nav-sub a {
    color: #000000;
    font-weight: 600;
}


.uk-button-default {
    font-weight: 600;
    color: #000000;
    border: solid 0.8px #000000;
    text-transform: none;
    font-family: 'Open Sans';
    border-radius: 50px;
    font-weight: 600;
}

.uk-button-default:hover {
    color: #fff;
    background-color: #000000;
    border: solid 0.8px #000000;
}

.uk-dotnav {
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
}

.uk-dotnav>.uk-active>* {
    background-color: #000000;
    border-color: transparent;
    width: 30px;
    border-radius: 10px;
}

.uk-offcanvas-close {
    color: #000 !important;
}

.fw700 {
    font-weight: 500;
}

h1,
h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    color: #000000;
}


h3,
h4 {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #000000;
}

h1 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.uk-accordion-title {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    color: #000000;
}

.uk-accordion-title:hover {
    color: #000000;
}

.uk-form-large {
    font-size: 16px;

}

.page-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

.header-section-p {
    padding-top: 10px;
    padding-bottom: 40px;
}

.header-section-p img {
    padding-left: 0px;
    padding-right: 0px;
}

.uk-tab>*>a {
    text-transform: none !important;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.uk-tab>.uk-active>a {
    color: #000000;
    border-color: #000000;
    font-weight: 700;
}

.section-big-image-spots {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}


.none-padding-top {
    padding-top: 0px !important;
}

.uk-marker svg {
    width: 30px;
    height: 30px;
    display: block;
}

.uk-marker {
    padding: 2px;
    background: #000000;
    color: #fff;
    border-radius: 500px;
    font-size: 22px;
    box-shadow: 0 0 0 0 rgb(255, 255, 255, 0.8);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 191, 0, 0.8);
    }

    70% {
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.uk-marker:hover {
    padding: 10px;
    background: #FDC800;
    color: #000;
    border-radius: 500px;
    font-size: 22px;
    animation: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}


.uk-tooltip {
    background-color: #fff;
    font-weight: 400;
    color: #000;
    padding: 20px;
    font-size: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.uk-open .uk-accordion-title {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.uk-accordion-title {
    font-size: 14px;
    text-transform: none;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
}

.uk-accordion-content {
    display: flow-root;
    margin: 0px;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
}

.uk-accordion> :nth-child(n+2) {
    margin-top: 10px;
}

.active-link {
    border-left: #000000 solid 0px;
    padding-left: 5px;
}

.uk-navbar-nav>li>a {
    color: #000000;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 18px;
    text-transform: none;
}

.uk-nav li {
    border-bottom: 1px solid #000;
}

.uk-nav li:last-child {
    border-bottom: 0px solid #fff;
}

.uk-nav-primary>li>a {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans';
    color: #000000 !important;
    line-height: 140px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.uk-nav li {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.uk-nav li a {

    text-align: center;
}
.uk-nav-parent-icon {
    color: #000000 !important;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.uk-burger {
    background-color: transparent;
}

.uk-logo {
    padding-top: 0px;
    padding-bottom: 5px;
}

.uk-logo img {
    padding-top: 0px;
    height: 50px;
}
.mobil-menu-button svg{
    width: 40px;
    height: 40px;
}
.uk-navbar {
    height: 60px;
    background-color: #fff !important;
    padding-left:40px;
    padding-right:40px;
}

.uk-offcanvas-bar {
    background-color: #efefef;
    color: #000 !important;
    box-shadow: 2px 0px 9px -1px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 2px 0px 9px -1px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 2px 0px 9px -1px rgba(0, 0, 0, 0.27);
    left: -360px;
    width: 360px;
    font-size: 22px;
}

.uk-offcanvas-bar a {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 700 !important;
}

.uk-nav-header {
    text-transform: none;
    color: #ccc !important;
}

.uk-nav-default>li>a {
    color: #000000 !important;
    font-size: 20px;
    line-height: 36px;
}

.uk-nav-sub a {
    padding: 8px 0;
    font-size: 16px;
    color: #000000;
}

.uk-input,
.uk-select,
.uk-textarea {
    border-radius: 10px;
}

.uk-tab::before {
    border-bottom: 0px solid #e5e5e5 !important;
}

[class*='uk-align'] {
    display: block;
    margin-bottom: 0px !important;
}

.section-line {
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    background-color: #ccc;
    margin-top: -30px;
    z-index: 100;
}


.transparent-bg {
    background-color: transparent !important;
}


.uk-slider-items.tab-link li {
    cursor: pointer;
    transition: opacity 0.35s ease-out;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.uk-slider-items.tab-link li:hover {
    color: #000;
    text-decoration: none;
}

.uk-slider-items.tab-link li.active {
    color: #000000;
    font-weight: 700;
}

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    color: #000000;
    border-color: #000000;
    font-weight: 600;
}

.header-text-box {
    padding-left: 15px;
    padding-right: 15px;
}

.uk-offcanvas-bar a {
    color: #000000 !important;
    font-weight: 600 !important;
}

.uk-slider {
    margin-top: 10px;
}



.masonry-content {
    padding: 20px;
}

.slider-image {
    border-radius: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.slider-content {
    padding: 20px;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
    margin-bottom: 40px;
}

.uppercn {
    text-transform: none;
}
.uk-navbar-nav>li>a,
.uk-navbar-item,
.uk-navbar-toggle {
    font-family: 'Open Sans';
 min-height: 0px;

}
.wordbrand {
    color: #000;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Open Sans';
}
.c-bar {
position: fixed;
bottom:20px;
left:18%;
width: 64%;

background-color: #fff;
box-shadow: -1px 6px 21px -1px rgba(0,0,0,0.31);
-webkit-box-shadow: -1px 6px 21px -1px rgba(0,0,0,0.31);
-moz-box-shadow: -1px 6px 21px -1px rgba(0,0,0,0.31);
border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px 9px 9px 9px;
-moz-border-radius: 9px 9px 9px 9px;
z-index: 100;
border: 4px solid #fff;
}
.c-icon {
    float: left;
    width: 33.3%;
    height: auto;
    text-align: center;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}
.c-icon:hover {
    background-color: #efefef;
    border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px 9px 9px 9px;
-moz-border-radius: 9px 9px 9px 9px;
text-decoration: none;
}
.c-icon-label {
font-size: 14px;
color: #000000;
}
.c-icon img{
    width: 40px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }
    .c-bar {
        position: fixed;
        bottom:20px;
        left:40%;
        width: 20%;
        background-color: #fff;
        box-shadow: -1px 6px 21px -1px rgba(0,0,0,0.31);
        -webkit-box-shadow: -1px 6px 21px -1px rgba(0,0,0,0.31);
        -moz-box-shadow: -1px 6px 21px -1px rgba(0,0,0,0.31);
        border-radius: 9px 9px 9px 9px;
        -webkit-border-radius: 9px 9px 9px 9px;
        -moz-border-radius: 9px 9px 9px 9px;
        z-index: 100;
        }
    .uk-button-primary {
        font-size: 20px;
        font-weight: 400;
    }

    .uk-button-text {

        font-size: 16px;
    }

    .masonry-content {
        padding: 40px;
    }

    .header-text-box {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 560px;
        margin-right: auto;
        margin-left: auto;
    }

    .vertical-center {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }


    h1 {
        font-size: 42px;
        line-height: 58px;
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    h2 {
        font-size: 36px;
        line-height: 50px;
        margin-top: 0px;
        margin-bottom: 20px;
    }


    h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
    }

    .uk-button-primary {
        padding-left: 24px !important;
        padding-right: 24px !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        line-height: 0px;
    }

    .uk-tab>*>a {
        font-size: 16px;
    }

    .page-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .header-section-p {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header-section-p h2 {
        padding-top: 40px;
    }
    .uk-accordion-title {
        font-size: 16px;
    }

    .section-line {
        height: 120px;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        background-color: #ccc;
        margin-top: -60px;
        z-index: 100;
    }

    .p10 {
        padding: 10px;
    }

    .uk-slider-items.tab-link li {
        font-weight: 400;
    }



}

.m20 {
    margin: 20px;
}

.uk-modal-dialog {
    padding: 20px;
    padding-bottom: 100px;
    border-radius: 0px;
    width: 100%;
    background-color: #fff;
}

.uk-modal {
    padding: 0px;
    background: #000000;
}

#gdpr-cookie-message {
    position: fixed;
    bottom: 0px;
    left: 0%;
    right: 0%;
    background: #fff;
    padding: 4.6%;
    padding-bottom: 60px;
    color: #000;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
    z-index: 1002;
}

.mr-10 {
    margin-right: -10px;
}

.uk-nav-primary>li>a {
    border-top: 1px solid #000;
}

.uk-nav-primary>li:first-child>a {
    border-top: 0px solid #efefef;
}

.footer {
    border-top: 5px solid #FDC800;
    background-color: #000;
    padding-top:80px;
}
.footer a{
    color: #fff!important;
}
.footer .uk-grid>* {
    padding-left: 0px;
    }
.uk-logo-footer {
    width: 80px!important;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.uk-nav-primary .uk-nav-sub a {
    line-height: 45px;
    color: #000000 !important;
}

.mb50 {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .uk-logo-footer {
        width: 160px;
        margin-top: 80px;
    }

    .uk-modal-dialog {
        padding: 40px;
        padding-top: 20px;
        border-radius: 40px;
        width: 640px;
        font-size: 15px;
    }

    .uk-modal {
        padding: 15px;
    }

    #gdpr-cookie-message {
        width: 30%;
        left: 40px;
        padding: 40px;
        left: 1%;
        right: 1%;
    }
}

#gdpr-cookie-message h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
}

#gdpr-cookie-message h5 {
    font-size: 16px;
    color: #000000;
}

#gdpr-cookie-message p,
#gdpr-cookie-message a,
#gdpr-cookie-message label {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

#gdpr-cookie-message label {
    line-height: 2.4;
}

#gdpr-cookie-message p:last-of-type {
    margin-bottom: 0px
}

#gdpr-cookie-message a {
    text-decoration: underline
}

#gdpr-cookie-message ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-left: 0px;
    margin-bottom: 40px;
}

#gdpr-cookie-message #gdpr-cookie-accept,
#gdpr-cookie-message #gdpr-cookie-advanced {
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background: #000000;
    border: 1px solid #000000;
    padding: 6px 14px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border-radius: 50px;
}

#gdpr-cookie-message #gdpr-cookie-accept:hover,
#gdpr-cookie-message #gdpr-cookie-advanced:hover {
    background: #000000;
    color: #fff;
    border-radius: 50px;
}

#gdpr-cookie-message #gdpr-cookie-accept {
    margin-right: 10px
}

#gdpr-cookie-message #gdpr-cookie-advanced {
    border: 1px solid #000000;
    color: #000000;
    background: none;
    cursor: pointer;
    border-radius: 50px;
}

#gdpr-cookie-message #gdpr-cookie-advanced:disabled {
    border: 1px solid #000000;
    color: #000000;
    background: none;
    border-radius: 50px;
}

#gdpr-cookie-message #gdpr-cookie-advanced:disabled:hover {
    border: 1px solid #000000;
    color: #000000;
    background: none;
    border-radius: 50px;
}

.squiggle {
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    animation: draw 2s linear forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.uk-switch {
    position: relative;
    display: inline-block;
    height: 34px;
    width: 60px;
}

/* Hide default HTML checkbox */
.uk-switch input {
    display: none;
}

/* Slider */
.uk-switch-slider {
    background-color: rgba(0, 0, 0, 0.22);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 500px;
    bottom: 0;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: .2s;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
}

/* Switch pointer */
.uk-switch-slider:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    transition-property: transform, box-shadow;
    transition-duration: .2s;
}

/* Slider active color */
input:checked+.uk-switch-slider {
    background-color: #ccc !important;
}

/* Pointer active animation */
input:checked+.uk-switch-slider:before {
    transform: translateX(26px);
}

/* Modifiers */
.uk-switch-slider.uk-switch-on-off {
    background-color: #f0506e;
}

input:checked+.uk-switch-slider.uk-switch-on-off {
    background-color: #32d296 !important;
}

/* Style Modifier */
.uk-switch-slider.uk-switch-big:before {
    transform: scale(1.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
}

.uk-switch-slider.uk-switch-small:before {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
}

input:checked+.uk-switch-slider.uk-switch-big:before {
    transform: translateX(26px) scale(1.2);
}

/* Inverse Modifier - affects only default */
.uk-light .uk-switch-slider:not(.uk-switch-on-off) {
    background-color: rgba(255, 255, 255, 0.22);
}

[type="checkbox"] {
    position: relative;
    left: 30px;
    top: 0px;
    z-index: 0;
    -webkit-appearance: none;
}

[type="checkbox"]+label {
    position: relative;
    display: block;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 24px;
    line-height: 1.3;
    padding-left: 70px;
    position: relative;
    margin-top: -30px;
}

[type="checkbox"]+label:before {
    width: 60px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid #fff;
    background-color: #EEE;
    content: "";
    margin-right: 15px;
    transition: background-color 0.5s linear;
    z-index: 5;
    position: absolute;
    left: 0px;
}

[type="checkbox"]+label:after {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    content: "";
    transition: margin 0.1s linear;
    box-shadow: 0px 0px 5px #aaa;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 10;
}

[type="checkbox"]:checked+label:before {
    background-color: #ccc;
}

[type="checkbox"]:checked+label:after {
    margin: 0 0 0 30px;
}
.active-link {
    border-bottom: #45D03E solid 2px;
}