.uk-leader-fill::after {

    color: #cccccc !important;
}

.uk-navbar-toggle-icon svg {width: 30px; height: 30px;}

.uk-section-muted,
.uk-section-default{
background-image: none !important;
}

.teaser60 > [class*="uk-background-"][style] {
  height: 60vh !important;
  min-height: 60vh !important;
}

.teaser40 > [class*="uk-background-"][style] {
  height: 40vh !important;
  min-height: 40vh !important;
}



.uk-alert {color:red;}

.gdpr-checkbox, .privacy-checkbox {
    border: 0 !important;
    padding:0;
}
.gdpr-checkbox input[type="checkbox"].plugin-privacy {
    width: auto;
    height: auto;
    margin-top: 5px !important;
    -webkit-appearance: checkbox !important;
}
.pluginprivacy-policy-link {
    border: 0 none;
    height: auto;
    width: auto;
    background: none !important;
}


.uk-search-default .uk-search-input {
    height: 30px !important;
    padding-left: 6px;
    padding-right: 6px;
    background: 0 0;
    border-bottom: 1px solid #dce0e1;
}
.uk-search-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 80% !important;
    border: none;
    color: #111!important;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
}

.chzn-single {
color: #111 !important;
}

.tk-card-category {
    background: #333;
    color: #212121;
    border: 1px solid #dce0e1;
}

.dsgvo {font-size:14px;line-height:15px;}

#fancybox-outer {
    position: relative;
    width: 1024px!important;
    height: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #111;
}