html {
    font:normal 14px/20px"Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    background:#fff;
    color:#444
}
body {
    margin:0
}
a {
    background:0 0
}
a:active,a:hover {
    outline:0
}
.uk-link,a {
    color:#07d;
    text-decoration:none;
    cursor:pointer
}
.uk-link:hover,a:hover {
    color:#059;
    text-decoration:underline
}
b,strong {
    font-weight:700
}
:not(pre)>code,:not(pre)>kbd,:not(pre)>samp {
    font-size:12px;
    font-family:Consolas,monospace,serif;
    color:#d05;
    white-space:nowrap
}
ins {
    background:#ffa;
    color:#444;
    text-decoration:none
}
mark {
    background:#ffa;
    color:#444
}
q {
    font-style:italic
}
small {
    font-size:80%
}
img {
    max-width:100%;
    height:auto;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border:0;
    vertical-align:middle
}
.autorenbild {
    border-radius:200px;
    -moz-border-radius:200px;
    -webkit-border-radius:200px
}
figure {
    margin:0
}
figure,p,ul {
    margin:0 0 15px 0
}
*+address,*+blockquote,*+dl,*+fieldset,*+figure,*+ol,*+p,*+pre,*+ul {
    margin-top:0
}
h1,h2,h3,h4,h5,h6 {
    margin:0 0 15px 0;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:400;
    color:#444;
    text-transform:none
}
*+h1,*+h2,*+h3,*+h4,*+h5,*+h6 {
    margin-top:25px
}
.uk-h1,h1 {
    font-size:36px;
    line-height:42px
}
.uk-h2,h2 {
    font-size:24px;
    line-height:30px
}
.uk-h3,h3 {
    font-size:18px;
    line-height:24px
}
.uk-h4,h4 {
    font-size:16px;
    line-height:22px
}
.uk-h5,h5 {
    font-size:14px;
    line-height:20px
}
.uk-h6,h6 {
    font-size:12px;
    line-height:18px
}
ul {
    padding-left:30px
}
ul>li>ul {
    margin:0
}
dt {
    font-weight:700
}
hr {
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    margin:15px 0;
    border:0;
    border-top:1px solid #ddd
}
::-moz-selection {
    background:#39f;
    color:#fff;
    text-shadow:none
}
::selection {
    background:#39f;
    color:#fff;
    text-shadow:none
}
article,aside,figcaption,figure,footer,header,nav,summary {
    display:block
}
[hidden] {
    display:none
}
iframe {
    border:0
}
.uk-grid {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0;
    padding:0;
    list-style:none
}
.uk-grid:after,.uk-grid:before {
    content:"";
    display:block;
    overflow:hidden
}
.uk-grid:after {
    clear:both
}
.uk-grid>* {
    -ms-flex:none;
    -webkit-flex:none;
    flex:none;
    margin:0;
    float:left
}
.uk-grid>*>:last-child {
    margin-bottom:5px
}
.uk-grid {
    margin-left:-25px
}
.uk-grid>* {
    padding-left:25px
}
.uk-grid+.uk-grid,.uk-grid-margin,.uk-grid>*>.uk-panel+.uk-panel {
    margin-top:25px
}
@media (min-width:1220px) {
    .uk-grid {
        margin-left:-35px
    }
    .uk-grid>* {
        padding-left:35px
    }
    .uk-grid+.uk-grid,.uk-grid-margin,.uk-grid>*>.uk-panel+.uk-panel {
        margin-top:35px
    }
}
.uk-grid-small {
    margin-left:-10px
}
.uk-grid-small>* {
    padding-left:10px
}
.uk-grid-small+.uk-grid-small,.uk-grid-small>*>.uk-panel+.uk-panel,.uk-grid-small>.uk-grid-margin {
    margin-top:10px
}
.uk-grid-medium {
    margin-left:-25px
}
.uk-grid-medium>* {
    padding-left:25px
}
.uk-grid-medium+.uk-grid-medium,.uk-grid-medium>*>.uk-panel+.uk-panel,.uk-grid-medium>.uk-grid-margin {
    margin-top:25px
}
.uk-grid-divider:not(:empty) {
    margin-left:-25px;
    margin-right:-25px
}
.uk-grid-divider>* {
    padding-left:25px;
    padding-right:25px
}
.uk-grid-divider>[class*=uk-width-1-]:not(.uk-width-1-1):nth-child(n+2),.uk-grid-divider>[class*=uk-width-2-]:nth-child(n+2),.uk-grid-divider>[class*=uk-width-3-]:nth-child(n+2),.uk-grid-divider>[class*=uk-width-4-]:nth-child(n+2),.uk-grid-divider>[class*=uk-width-5-]:nth-child(n+2),.uk-grid-divider>[class*=uk-width-6-]:nth-child(n+2),.uk-grid-divider>[class*=uk-width-7-]:nth-child(n+2),.uk-grid-divider>[class*=uk-width-8-]:nth-child(n+2),.uk-grid-divider>[class*=uk-width-9-]:nth-child(n+2) {
    border-left:1px solid #ddd
}
@media (min-width:1220px) {
    .uk-grid-divider>* {
        padding-left:35px;
        padding-right:35px
    }
    .uk-grid-divider:empty {
        margin-top:35px;
        margin-bottom:35px
    }
}
.uk-grid-divider:empty {
    margin-top:25px;
    margin-bottom:25px;
    border-top:1px solid #ddd
}
[class*=uk-grid-width]>* {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:100%
}
.uk-grid-width-1-2>* {
    width:50%
}
.uk-grid-width-1-3>* {
    width:33.333%
}
.uk-grid-width-1-4>* {
    width:25%
}
.uk-grid-width-1-5>* {
    width:20%
}
.uk-grid-width-1-6>* {
    width:16.666%
}
.uk-grid-width-1-10>* {
    width:10%
}
@media (min-width:480px) {
    .uk-grid-width-small-1-2>* {
        width:50%
    }
    .uk-grid-width-small-1-3>* {
        width:33.333%
    }
    .uk-grid-width-small-1-4>* {
        width:25%
    }
    .uk-grid-width-small-1-5>* {
        width:20%
    }
    .uk-grid-width-small-1-6>* {
        width:16.666%
    }
    .uk-grid-width-small-1-10>* {
        width:10%
    }
}
@media (min-width:768px) {
    .uk-grid-width-medium-1-2>* {
        width:50%
    }
    .uk-grid-width-medium-1-3>* {
        width:33.333%
    }
    .uk-grid-width-medium-1-4>* {
        width:25%
    }
    .uk-grid-width-medium-1-5>* {
        width:20%
    }
    .uk-grid-width-medium-1-6>* {
        width:16.666%
    }
    .uk-grid-width-medium-1-10>* {
        width:10%
    }
}
@media (min-width:960px) {
    .uk-grid-width-large-1-2>* {
        width:50%
    }
    .uk-grid-width-large-1-3>* {
        width:33.333%
    }
    .uk-grid-width-large-1-4>* {
        width:25%
    }
    .uk-grid-width-large-1-5>* {
        width:20%
    }
    .uk-grid-width-large-1-6>* {
        width:16.666%
    }
    .uk-grid-width-large-1-10>* {
        width:10%
    }
}
[class*=uk-width] {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:100%
}
.uk-width-1-1 {
    width:100%
}
.uk-width-1-2,.uk-width-2-4,.uk-width-3-6,.uk-width-5-10 {
    width:50%
}
.uk-width-1-3,.uk-width-2-6 {
    width:33.333%
}
.uk-width-2-3,.uk-width-4-6 {
    width:66.666%
}
.uk-width-1-4 {
    width:25%
}
.uk-width-3-4 {
    width:75%
}
.uk-width-1-5,.uk-width-2-10 {
    width:20%
}
.uk-width-2-5,.uk-width-4-10 {
    width:40%
}
.uk-width-3-5,.uk-width-6-10 {
    width:60%
}
.uk-width-4-5,.uk-width-8-10 {
    width:80%
}
.uk-width-1-6 {
    width:16.666%
}
.uk-width-5-6 {
    width:83.333%
}
.uk-width-1-10 {
    width:10%
}
.uk-width-3-10 {
    width:30%
}
.uk-width-7-10 {
    width:70%
}
.uk-width-9-10 {
    width:90%
}
@media (min-width:480px) {
    .uk-width-small-1-1 {
        width:100%
    }
    .uk-width-small-1-2,.uk-width-small-2-4,.uk-width-small-3-6,.uk-width-small-5-10 {
        width:50%
    }
    .uk-width-small-1-3,.uk-width-small-2-6 {
        width:33.333%
    }
    .uk-width-small-2-3,.uk-width-small-4-6 {
        width:66.666%
    }
    .uk-width-small-1-4 {
        width:25%
    }
    .uk-width-small-3-4 {
        width:75%
    }
    .uk-width-small-1-5,.uk-width-small-2-10 {
        width:20%
    }
    .uk-width-small-2-5,.uk-width-small-4-10 {
        width:40%
    }
    .uk-width-small-3-5,.uk-width-small-6-10 {
        width:60%
    }
    .uk-width-small-4-5,.uk-width-small-8-10 {
        width:80%
    }
    .uk-width-small-1-6 {
        width:16.666%
    }
    .uk-width-small-5-6 {
        width:83.333%
    }
    .uk-width-small-1-10 {
        width:10%
    }
    .uk-width-small-3-10 {
        width:30%
    }
    .uk-width-small-7-10 {
        width:70%
    }
    .uk-width-small-9-10 {
        width:90%
    }
}
@media (min-width:768px) {
    .uk-width-medium-1-1 {
        width:100%
    }
    .uk-width-medium-1-2,.uk-width-medium-2-4,.uk-width-medium-3-6,.uk-width-medium-5-10 {
        width:50%
    }
    .uk-width-medium-1-3,.uk-width-medium-2-6 {
        width:33.333%
    }
    .uk-width-medium-2-3,.uk-width-medium-4-6 {
        width:66.666%
    }
    .uk-width-medium-1-4 {
        width:25%
    }
    .uk-width-medium-3-4 {
        width:75%
    }
    .uk-width-medium-1-5,.uk-width-medium-2-10 {
        width:20%
    }
    .uk-width-medium-2-5,.uk-width-medium-4-10 {
        width:40%
    }
    .uk-width-medium-3-5,.uk-width-medium-6-10 {
        width:60%
    }
    .uk-width-medium-4-5,.uk-width-medium-8-10 {
        width:80%
    }
    .uk-width-medium-1-6 {
        width:16.666%
    }
    .uk-width-medium-5-6 {
        width:83.333%
    }
    .uk-width-medium-1-10 {
        width:10%
    }
    .uk-width-medium-3-10 {
        width:30%
    }
    .uk-width-medium-7-10 {
        width:70%
    }
    .uk-width-medium-9-10 {
        width:90%
    }
}
@media (min-width:960px) {
    .uk-width-large-1-1 {
        width:100%
    }
    .uk-width-large-1-2,.uk-width-large-2-4,.uk-width-large-3-6,.uk-width-large-5-10 {
        width:50%
    }
    .uk-width-large-1-3,.uk-width-large-2-6 {
        width:33.333%
    }
    .uk-width-large-2-3,.uk-width-large-4-6 {
        width:66.666%
    }
    .uk-width-large-1-4 {
        width:25%
    }
    .uk-width-large-3-4 {
        width:75%
    }
    .uk-width-large-1-5,.uk-width-large-2-10 {
        width:20%
    }
    .uk-width-large-2-5,.uk-width-large-4-10 {
        width:40%
    }
    .uk-width-large-3-5,.uk-width-large-6-10 {
        width:60%
    }
    .uk-width-large-4-5,.uk-width-large-8-10 {
        width:80%
    }
    .uk-width-large-1-6 {
        width:16.666%
    }
    .uk-width-large-5-6 {
        width:83.333%
    }
    .uk-width-large-1-10 {
        width:10%
    }
    .uk-width-large-3-10 {
        width:30%
    }
    .uk-width-large-7-10 {
        width:70%
    }
    .uk-width-large-9-10 {
        width:90%
    }
}
@media (min-width:768px) {
    [class*=uk-pull-],[class*=uk-push-] {
        position:relative
    }
    .uk-push-1-2,.uk-push-2-4,.uk-push-3-6,.uk-push-5-10 {
        left:50%
    }
    .uk-push-1-3,.uk-push-2-6 {
        left:33.333%
    }
    .uk-push-2-3,.uk-push-4-6 {
        left:66.666%
    }
    .uk-push-1-4 {
        left:25%
    }
    .uk-push-3-4 {
        left:75%
    }
    .uk-push-1-5,.uk-push-2-10 {
        left:20%
    }
    .uk-push-2-5,.uk-push-4-10 {
        left:40%
    }
    .uk-push-3-5,.uk-push-6-10 {
        left:60%
    }
    .uk-push-4-5,.uk-push-8-10 {
        left:80%
    }
    .uk-push-1-6 {
        left:16.666%
    }
    .uk-push-5-6 {
        left:83.333%
    }
    .uk-push-1-10 {
        left:10%
    }
    .uk-push-3-10 {
        left:30%
    }
    .uk-push-7-10 {
        left:70%
    }
    .uk-push-9-10 {
        left:90%
    }
}
.uk-panel {
    display:block;
    position:relative
}
.uk-panel,.uk-panel:hover {
    text-decoration:none
}
.uk-panel:after,.uk-panel:before {
    content:"";
    display:table
}
.uk-panel:after {
    clear:both
}
.uk-panel>:not(.uk-panel-title):last-child {
    margin-bottom:0
}
.uk-panel-title {
    margin-top:0;
    margin-bottom:15px;
    font-size:18px;
    line-height:24px;
    font-weight:400;
    text-transform:none;
    color:#444
}
.uk-panel-box {
    padding:15px;
    background:#f5f5f5;
    color:#444
}
.uk-panel-box .uk-panel-title {
    color:#444
}
.uk-panel-box-primary {
    background-color:#ebf7fd;
    color:#2d7091
}
.uk-panel-box-primary .uk-panel-title {
    color:#2d7091
}
.uk-panel-box-secondary {
    background-color:#eee;
    color:#444
}
.uk-panel-box-secondary .uk-panel-title {
    color:#444
}
.uk-panel-header .uk-panel-title {
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
    color:#444
}
.uk-panel-space {
    padding:30px
}
.uk-panel+.uk-panel-divider {
    margin-top:50px!important
}
.uk-panel+.uk-panel-divider:before {
    content:"";
    display:block;
    position:absolute;
    top:-25px;
    left:0;
    right:0;
    border-top:1px solid #ddd
}
@media (min-width:1220px) {
    .uk-panel+.uk-panel-divider {
        margin-top:70px!important
    }
    .uk-panel+.uk-panel-divider:before {
        top:-35px
    }
}
.uk-block {
    position:relative;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding-top:20px;
    padding-bottom:20px
}
@media (min-width:768px) {
    .uk-block {
        padding-top:50px;
        padding-bottom:50px
    }
}
.uk-block:after,.uk-block:before {
    content:"";
    display:table
}
.uk-block:after {
    clear:both
}
.uk-block>:last-child {
    margin-bottom:0
}
.uk-block-large {
    padding-top:20px;
    padding-bottom:20px
}
@media (min-width:768px) {
    .uk-block-large {
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (min-width:960px) {
    .uk-block-large {
        padding-top:100px;
        padding-bottom:100px
    }
}
.uk-block-primary {
    background:#00a8e6
}
.uk-block-secondary {
    background:#222
}
.uk-block-primary+.uk-block-primary,.uk-block-secondary+.uk-block-secondary {
    padding-top:0
}
.uk-article:after,.uk-article:before {
    content:"";
    display:table
}
.uk-article:after {
    clear:both
}
.uk-article>:last-child {
    margin-bottom:0
}
.uk-article+.uk-article {
    margin-top:25px
}
.uk-article-title {
    font-size:36px;
    line-height:42px;
    font-weight:400;
    text-transform:none
}
.uk-article-title a {
    color:inherit;
    text-decoration:none
}
.uk-article-meta {
    font-size:12px;
    line-height:18px;
    color:#999
}
.uk-article-divider {
    margin-bottom:25px;
    border-color:#ddd
}
*+.uk-article-divider {
    margin-top:25px
}
[data-uk-cover] {
    position:relative;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.uk-nav,.uk-nav ul {
    margin:0;
    padding:0;
    list-style:none
}
.uk-nav li {
    line-height:15px
}
.uk-nav li.uk-nav-header {
    colr:#ca2f24
}
.uk-nav li>a {
    display:block;
    text-decoration:none
}
.uk-nav>li>a {
    padding:5px 15px
}
.uk-nav ul {
    padding-left:15px
}
.uk-nav ul a {
    padding:2px 0
}
.uk-nav li>a>div {
    font-size:12px;
    line-height:18px
}
.uk-nav-header {
    padding:5px 15px;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px
}
.uk-nav-header:not(:first-child) {
    margin-top:15px
}
.uk-nav-divider {
    margin:9px 15px
}
.uk-nav-parent-icon>.uk-parent>a:after {
    content:"\f104";
    width:20px;
    margin-right:-10px;
    float:right;
    font-family:FontAwesome;
    text-align:center
}
.uk-nav-parent-icon>.uk-parent.uk-open>a:after {
    content:"\f107"
}
.uk-nav-dropdown>li>a {
    color:#444
}
.uk-nav-dropdown>li>a:focus,.uk-nav-dropdown>li>a:hover {
    background:#00a8e6;
    color:#fff;
    outline:0
}
.uk-nav-dropdown .uk-nav-header {
    color:#999
}
.uk-nav-dropdown .uk-nav-divider {
    border-top:1px solid #ddd
}
.uk-nav-dropdown ul a {
    color:#07d
}
.uk-nav-dropdown ul a:hover {
    color:#059
}
.uk-nav-navbar>li>a {
    color:#444;
    font-weight:400
}
.uk-nav-navbar>li>a:focus,.uk-nav-navbar>li>a:hover {
    background:rgba(18,55,89,.41);
    color:#fff;
    outline:0
}
.uk-nav-navbar .uk-nav-header {
    color:#ca2f24
}
.uk-nav-navbar .uk-nav-divider {
    border-top:1px solid #ddd
}
.uk-nav-navbar ul a {
    color:#07d
}
.uk-nav-navbar ul a:hover {
    color:#059
}
.uk-navbar {
    background:#eee;
    color:#444
}
.uk-navbar:after,.uk-navbar:before {
    content:"";
    display:table
}
.uk-navbar:after {
    clear:both
}
.uk-navbar-nav {
    margin:0;
    padding:0;
    list-style:none;
    float:left
}
.uk-navbar-nav>li {
    float:left;
    position:relative
}
.uk-navbar-nav>li>a {
    display:block;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    text-decoration:none;
    height:40px;
    padding:0 15px;
    line-height:40px;
    color:#444;
    font-size:14px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:400
}
.uk-navbar-nav>li>a[href='#'] {
    cursor:text
}
.uk-navbar-nav>li.uk-open>a,.uk-navbar-nav>li:hover>a,.uk-navbar-nav>li>a:focus {
    background-color:#f5f5f5;
    color:#444;
    outline:0
}
.uk-navbar-nav>li>a:active {
    background-color:#ddd;
    color:#444
}
.uk-navbar-brand,.uk-navbar-content {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    height:40px;
    padding:0 15px;
    float:left
}
.uk-navbar-brand:before,.uk-navbar-content:before {
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle
}
.uk-navbar-content+.uk-navbar-content:not(.uk-navbar-center) {
    padding-left:0
}
.uk-navbar-content>a:not([class]) {
    color:#07d
}
.uk-navbar-content>a:not([class]):hover {
    color:#059
}
.uk-navbar-brand {
    font-size:18px;
    color:#444;
    text-decoration:none
}
.uk-navbar-brand:focus,.uk-navbar-brand:hover {
    color:#444;
    text-decoration:none;
    outline:0
}
.uk-navbar-center {
    float:none;
    text-align:center;
    max-width:50%;
    margin-left:auto;
    margin-right:auto
}
.uk-subnav {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-10px;
    margin-top:-10px;
    padding:0;
    list-style:none
}
.uk-subnav>* {
    -ms-flex:none;
    -webkit-flex:none;
    flex:none;
    padding-left:10px;
    margin-top:10px;
    position:relative
}
.uk-subnav:after,.uk-subnav:before {
    content:"";
    display:block;
    overflow:hidden
}
.uk-subnav:after {
    clear:both
}
.uk-subnav>* {
    float:left
}
.uk-subnav>*>* {
    display:inline-block;
    color:#444
}
.uk-subnav>*>:focus,.uk-subnav>*>:hover {
    color:#07d;
    text-decoration:none
}
.uk-subnav-line>:before {
    content:"";
    display:inline-block;
    height:10px;
    vertical-align:middle
}
.uk-subnav-line>:nth-child(n+2):before {
    margin-right:10px;
    border-left:1px solid #ddd
}
.uk-subnav>.uk-disabled>* {
    background:0 0;
    color:#999;
    text-decoration:none;
    cursor:text
}
.uk-list {
    padding:0;
    list-style:none
}
.uk-list>li:after,.uk-list>li:before {
    content:"";
    display:table
}
.uk-list>li:after {
    clear:both
}
.uk-list>li>:last-child {
    margin-bottom:0
}
.uk-list ul {
    margin:0;
    padding-left:20px;
    list-style:none
}
.uk-list-line>li:nth-child(n+2) {
    margin-top:5px;
    padding-top:5px;
    border-top:1px solid #ddd
}
.uk-list-space>li:nth-child(n+2) {
    margin-top:10px
}
.uk-description-list-line>dt {
    font-weight:400
}
.uk-description-list-line>dt:nth-child(n+2) {
    margin-top:5px;
    padding-top:5px;
    border-top:1px solid #ddd
}
.uk-table {
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    margin-bottom:15px
}
*+.uk-table {
    margin-top:15px
}
.uk-table td {
    padding:8px 8px
}
.uk-table td {
    vertical-align:top
}
.uk-table caption {
    font-size:12px;
    font-style:italic
}
.uk-table caption {
    text-align:left;
    color:#999
}
.uk-form input {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    border-radius:0;
    font:inherit;
    color:inherit
}
.uk-form input::-moz-focus-inner {
    border:0;
    padding:0
}
.uk-form input[type=checkbox],.uk-form input[type=radio] {
    padding:0
}
.uk-form input[type=checkbox]:not(:disabled),.uk-form input[type=radio]:not(:disabled) {
    cursor:pointer
}
.uk-form input:not([type]),.uk-form input[type=datetime],.uk-form input[type=email],.uk-form input[type=number],.uk-form input[type=password],.uk-form input[type=search],.uk-form input[type=tel],.uk-form input[type=text],.uk-form input[type=url] {
    -webkit-appearance:none
}
.uk-form input[type=search]::-webkit-search-cancel-button,.uk-form input[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}
.uk-form input[type=number]::-webkit-inner-spin-button,.uk-form input[type=number]::-webkit-outer-spin-button {
    height:auto
}
.uk-form::-moz-placeholder {
    opacity:1
}
.uk-form:invalid {
    box-shadow:none
}
.uk-form input:not([type=radio]):not([type=checkbox]) {
    vertical-align:middle
}
.uk-form>:last-child {
    margin-bottom:0
}
.uk-form input:not([type]),.uk-form input[type=color],.uk-form input[type=date],.uk-form input[type=datetime-local],.uk-form input[type=datetime],.uk-form input[type=email],.uk-form input[type=month],.uk-form input[type=number],.uk-form input[type=password],.uk-form input[type=search],.uk-form input[type=tel],.uk-form input[type=text],.uk-form input[type=time],.uk-form input[type=url],.uk-form input[type=week] {
    height:30px;
    max-width:100%;
    padding:4px 6px;
    border:1px solid #ddd;
    background:#fff;
    color:#444;
    -webkit-transition:all linear .2s;
    transition:all linear .2s
}
.uk-form input:not([type]):focus,.uk-form input[type=color]:focus,.uk-form input[type=date]:focus,.uk-form input[type=datetime-local]:focus,.uk-form input[type=datetime]:focus,.uk-form input[type=email]:focus,.uk-form input[type=month]:focus,.uk-form input[type=number]:focus,.uk-form input[type=password]:focus,.uk-form input[type=search]:focus,.uk-form input[type=tel]:focus,.uk-form input[type=text]:focus,.uk-form input[type=time]:focus,.uk-form input[type=url]:focus,.uk-form input[type=week]:focus {
    border-color:#99baca;
    outline:0;
    background:#f5fbfe;
    color:#444
}
.uk-form input:not([type]):disabled,.uk-form input[type=color]:disabled,.uk-form input[type=date]:disabled,.uk-form input[type=datetime-local]:disabled,.uk-form input[type=datetime]:disabled,.uk-form input[type=email]:disabled,.uk-form input[type=month]:disabled,.uk-form input[type=number]:disabled,.uk-form input[type=password]:disabled,.uk-form input[type=search]:disabled,.uk-form input[type=tel]:disabled,.uk-form input[type=text]:disabled,.uk-form input[type=time]:disabled,.uk-form input[type=url]:disabled,.uk-form input[type=week]:disabled {
    border-color:#ddd;
    background-color:#f5f5f5;
    color:#999
}
.uk-form:-ms-input-placeholder {
    color:#999!important
}
.uk-form::-moz-placeholder {
    color:#999
}
.uk-form::-webkit-input-placeholder {
    color:#999
}
.uk-form:disabled:-ms-input-placeholder {
    color:#999!important
}
.uk-form:disabled::-moz-placeholder {
    color:#999
}
.uk-form:disabled::-webkit-input-placeholder {
    color:#999
}
input:not([type]).uk-form-small,input[type].uk-form-small {
    height:25px;
    padding:3px 3px;
    font-size:12px
}
input:not([type]).uk-form-large,input[type].uk-form-large {
    height:40px;
    padding:8px 6px;
    font-size:16px
}
.uk-form-success {
    border-color:#8ec73b!important;
    background:#fafff2!important;
    color:#659f13!important
}
.uk-form-blank {
    border-color:transparent!important;
    border-style:dashed!important;
    background:0 0!important
}
.uk-form-blank:focus {
    border-color:#ddd!important
}
.uk-form-width-small {
    width:130px
}
.uk-form-width-medium {
    width:200px
}
.uk-form-width-large {
    width:500px
}
.uk-form-icon {
    display:inline-block;
    position:relative;
    max-width:100%;
    width:100%
}
.uk-form-icon>[class*=uk-icon-] {
    position:absolute;
    top:50%;
    width:30px;
    margin-top:-8px;
    font-size:14px;
    color:#999;
    text-align:center;
    pointer-events:none
}
.uk-form-icon:not(.uk-form-icon-flip)>input {
    padding-left:30px!important
}
@font-face {
    font-family:FontAwesome;
    src:url(https://www.ww-kurier.de/fonts/fontawesome-webfont.eot);
    src:url(https://www.ww-kurier.de/fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),url(https://www.ww-kurier.de/fonts/fontawesome-webfont.woff2) format("woff2"),url(https://www.ww-kurier.de/fonts/fontawesome-webfont.woff) format("woff"),url(https://www.ww-kurier.de/fonts/fontawesome-webfont.ttf) format("truetype");
    font-weight:400;
    font-display:swap;
    font-style:normal
}
[class*=uk-icon-] {
    font-family:FontAwesome;
    display:inline-block;
    font-weight:400;
    font-style:normal;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
[class*=uk-icon-],[class*=uk-icon-]:focus,[class*=uk-icon-]:hover {
    text-decoration:none
}
.uk-icon-small {
    font-size:150%;
    vertical-align:-10%
}
.uk-icon-medium {
    font-size:200%;
    vertical-align:-16%
}
.uk-icon-large {
    font-size:250%;
    vertical-align:-22%
}
.uk-icon-search:before {
    content:"\f002"
}
.uk-icon-film:before {
    content:"\f008"
}
.uk-icon-search-plus:before {
    content:"\f00e"
}
.uk-icon-home:before {
    content:"\f015"
}
.uk-icon-download:before {
    content:"\f019"
}
.uk-icon-list-alt:before {
    content:"\f022"
}
.uk-icon-print:before {
    content:"\f02f"
}
.uk-icon-font:before {
    content:"\f031"
}
.uk-icon-text-height:before {
    content:"\f034"
}
.uk-icon-text-width:before {
    content:"\f035"
}
.uk-icon-align-left:before {
    content:"\f036"
}
.uk-icon-align-center:before {
    content:"\f037"
}
.uk-icon-align-right:before {
    content:"\f038"
}
.uk-icon-list:before {
    content:"\f03a"
}
.uk-icon-image:before {
    content:"\f03e"
}
.uk-icon-plus:before {
    content:"\f067"
}
.uk-icon-key:before {
    content:"\f084"
}
.uk-icon-upload:before {
    content:"\f093"
}
.uk-icon-twitter:before {
    content:"\f099"
}
.uk-icon-facebook-f:before,.uk-icon-facebook:before {
    content:"\f09a"
}
.uk-icon-rss:before {
    content:"\f09e"
}
.uk-icon-link:before {
    content:"\f0c1"
}
.uk-icon-copy:before {
    content:"\f0c5"
}
.uk-icon-list-ul:before {
    content:"\f0ca"
}
.uk-icon-table:before {
    content:"\f0ce"
}
.uk-icon-google-plus:before {
    content:"\f0d5"
}
.uk-icon-caret-down:before {
    content:"\f0d7"
}
.uk-icon-caret-left:before {
    content:"\f0d9"
}
.uk-icon-caret-right:before {
    content:"\f0da"
}
.uk-icon-info:before {
    content:"\f129"
}
.uk-icon-html5:before {
    content:"\f13b"
}
.uk-icon-css3:before {
    content:"\f13c"
}
.uk-icon-euro:before {
    content:"\f153"
}
.uk-icon-instagram:before {
    content:"\f16d"
}
.uk-icon-try:before {
    content:"\f195"
}
.uk-icon-google:before {
    content:"\f1a0"
}
.uk-icon-language:before {
    content:"\f1ab"
}
.uk-icon-fax:before {
    content:"\f1ac"
}
.uk-icon-ra:before {
    content:"\f1d0"
}
.uk-icon-ge:before {
    content:"\f1d1"
}
.uk-icon-header:before {
    content:"\f1dc"
}
.uk-icon-copyright:before {
    content:"\f1f9"
}
.uk-icon-facebook-official:before {
    content:"\f230"
}
.uk-icon-medium-logo:before {
    content:"\f23a"
}
*+.uk-alert {
    margin-top:15px
}
.uk-thumbnail {
    display:inline-block;
    max-width:100%;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    padding:4px;
    border:1px solid #ddd;
    background:#fff
}
.uk-thumbnail-left {
    display:inline-block;
    max-width:55%;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:10px 15px 10px 0;
    padding:4px;
    border:1px solid #ddd;
    background:#fff;
    float:left
}
a.uk-thumbnail:focus,a.uk-thumbnail:hover {
    border-color:#aaa;
    background-color:#fff;
    text-decoration:none;
    outline:0
}
.uk-thumbnail-caption {
    padding:8px 5px 3px 5px;
    text-align:center;
    color:#999
}
.uk-thumbnail-small {
    width:200px
}
.uk-thumbnail-medium {
    width:300px
}
.uk-thumbnail-large {
    width:400px
}
[class*=uk-overlay-slide] {
    transition-duration:.3s;
    transition-timing-function:ease-out;
    transition-property:opacity transform filter
}
[class*=uk-overlay-slide] {
    opacity:0
}
[class*=uk-animation-] {
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
@media screen {
    [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
        opacity:0
    }
}
@-webkit-keyframes uk-fade {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@keyframes uk-fade {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@-webkit-keyframes uk-fade-top {
    0% {
        opacity:0;
        -webkit-transform:translateY(-100%)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@keyframes uk-fade-top {
    0% {
        opacity:0;
        transform:translateY(-100%)
    }
    100% {
        opacity:1;
        transform:translateY(0)
    }
}
@-webkit-keyframes uk-fade-bottom {
    0% {
        opacity:0;
        -webkit-transform:translateY(100%)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@keyframes uk-fade-bottom {
    0% {
        opacity:0;
        transform:translateY(100%)
    }
    100% {
        opacity:1;
        transform:translateY(0)
    }
}
@-webkit-keyframes uk-fade-left {
    0% {
        opacity:0;
        -webkit-transform:translateX(-100%)
    }
    100% {
        opacity:1;
        -webkit-transform:translateX(0)
    }
}
@keyframes uk-fade-left {
    0% {
        opacity:0;
        transform:translateX(-100%)
    }
    100% {
        opacity:1;
        transform:translateX(0)
    }
}
@-webkit-keyframes uk-fade-right {
    0% {
        opacity:0;
        -webkit-transform:translateX(100%)
    }
    100% {
        opacity:1;
        -webkit-transform:translateX(0)
    }
}
@keyframes uk-fade-right {
    0% {
        opacity:0;
        transform:translateX(100%)
    }
    100% {
        opacity:1;
        transform:translateX(0)
    }
}
@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity:0;
        -webkit-transform:scale(.2)
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1)
    }
}
@keyframes uk-fade-scale-02 {
    0% {
        opacity:0;
        transform:scale(.2)
    }
    100% {
        opacity:1;
        transform:scale(1)
    }
}
@-webkit-keyframes uk-fade-scale-15 {
    0% {
        opacity:0;
        -webkit-transform:scale(1.5)
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1)
    }
}
@keyframes uk-fade-scale-15 {
    0% {
        opacity:0;
        transform:scale(1.5)
    }
    100% {
        opacity:1;
        transform:scale(1)
    }
}
@-webkit-keyframes uk-fade-scale-18 {
    0% {
        opacity:0;
        -webkit-transform:scale(1.8)
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1)
    }
}
@keyframes uk-fade-scale-18 {
    0% {
        opacity:0;
        transform:scale(1.8)
    }
    100% {
        opacity:1;
        transform:scale(1)
    }
}
@-webkit-keyframes uk-slide-left {
    0% {
        -webkit-transform:translateX(-100%)
    }
    100% {
        -webkit-transform:translateX(0)
    }
}
@keyframes uk-slide-left {
    0% {
        transform:translateX(-100%)
    }
    100% {
        transform:translateX(0)
    }
}
@-webkit-keyframes uk-slide-right {
    0% {
        -webkit-transform:translateX(100%)
    }
    100% {
        -webkit-transform:translateX(0)
    }
}
@keyframes uk-slide-right {
    0% {
        transform:translateX(100%)
    }
    100% {
        transform:translateX(0)
    }
}
@-webkit-keyframes uk-slide-left-33 {
    0% {
        -webkit-transform:translateX(33%)
    }
    100% {
        -webkit-transform:translateX(0)
    }
}
@keyframes uk-slide-left-33 {
    0% {
        transform:translateX(33%)
    }
    100% {
        transform:translateX(0)
    }
}
@-webkit-keyframes uk-slide-right-33 {
    0% {
        -webkit-transform:translateX(-33%)
    }
    100% {
        -webkit-transform:translateX(0)
    }
}
@keyframes uk-slide-right-33 {
    0% {
        transform:translateX(-33%)
    }
    100% {
        transform:translateX(0)
    }
}
@-webkit-keyframes uk-scale-12 {
    0% {
        -webkit-transform:scale(1.2)
    }
    100% {
        -webkit-transform:scale(1)
    }
}
@keyframes uk-scale-12 {
    0% {
        transform:scale(1.2)
    }
    100% {
        transform:scale(1)
    }
}
@-webkit-keyframes uk-rotate {
    0% {
        -webkit-transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(359deg)
    }
}
@keyframes uk-rotate {
    0% {
        transform:rotate(0)
    }
    100% {
        transform:rotate(359deg)
    }
}
@-webkit-keyframes uk-shake {
    0%,100% {
        -webkit-transform:translateX(0)
    }
    10% {
        -webkit-transform:translateX(-9px)
    }
    20% {
        -webkit-transform:translateX(8px)
    }
    30% {
        -webkit-transform:translateX(-7px)
    }
    40% {
        -webkit-transform:translateX(6px)
    }
    50% {
        -webkit-transform:translateX(-5px)
    }
    60% {
        -webkit-transform:translateX(4px)
    }
    70% {
        -webkit-transform:translateX(-3px)
    }
    80% {
        -webkit-transform:translateX(2px)
    }
    90% {
        -webkit-transform:translateX(-1px)
    }
}
@keyframes uk-shake {
    0%,100% {
        transform:translateX(0)
    }
    10% {
        transform:translateX(-9px)
    }
    20% {
        transform:translateX(8px)
    }
    30% {
        transform:translateX(-7px)
    }
    40% {
        transform:translateX(6px)
    }
    50% {
        transform:translateX(-5px)
    }
    60% {
        transform:translateX(4px)
    }
    70% {
        transform:translateX(-3px)
    }
    80% {
        transform:translateX(2px)
    }
    90% {
        transform:translateX(-1px)
    }
}
@-webkit-keyframes uk-slide-top-fixed {
    0% {
        opacity:0;
        -webkit-transform:translateY(-10px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@keyframes uk-slide-top-fixed {
    0% {
        opacity:0;
        transform:translateY(-10px)
    }
    100% {
        opacity:1;
        transform:translateY(0)
    }
}
@-webkit-keyframes uk-slide-bottom-fixed {
    0% {
        opacity:0;
        -webkit-transform:translateY(10px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@keyframes uk-slide-bottom-fixed {
    0% {
        opacity:0;
        transform:translateY(10px)
    }
    100% {
        opacity:1;
        transform:translateY(0)
    }
}
.uk-dropdown {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    z-index:970;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:200px;
    margin-top:5px;
    padding:15px;
    background:#fff;
    color:#444;
    font-size:1rem;
    vertical-align:top;
    box-shadow:0 2px 5px rgba(0,0,0,.5)
}
.uk-open>.uk-dropdown {
    display:block;
    -webkit-animation:uk-fade .2s ease-in-out;
    animation:uk-fade .2s ease-in-out;
    -webkit-transform-origin:0 0;
    transform-origin:0 0
}
.uk-dropdown .uk-nav {
    margin:0 -15px
}
.uk-grid .uk-dropdown-grid+.uk-dropdown-grid {
    margin-top:15px
}
.uk-dropdown-grid>[class*=uk-width-]>.uk-panel+.uk-panel {
    margin-top:15px
}
@media (min-width:768px) {
    .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid {
        margin-left:-15px;
        margin-right:-15px
    }
    .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*=uk-width-] {
        padding-left:15px;
        padding-right:15px
    }
    .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*=uk-width-]:nth-child(n+2) {
        border-left:1px solid #ddd
    }
    .uk-dropdown-width-2:not(.uk-dropdown-stack) {
        width:400px
    }
    .uk-dropdown-width-3:not(.uk-dropdown-stack) {
        width:600px
    }
    .uk-dropdown-width-4:not(.uk-dropdown-stack) {
        width:800px
    }
    .uk-dropdown-width-5:not(.uk-dropdown-stack) {
        width:1000px
    }
}
@media (max-width:767px) {
    .uk-dropdown-grid>[class*=uk-width-] {
        width:100%
    }
    .uk-dropdown-grid>[class*=uk-width-]:nth-child(n+2) {
        margin-top:15px
    }
}
.uk-dropdown-small {
    min-width:150px;
    width:auto;
    padding:5px;
    white-space:nowrap
}
.uk-dropdown-small .uk-nav {
    margin:0 -5px
}
.uk-dropdown-navbar {
    margin-top:0;
    background:#fff;
    color:#444
}
.uk-open>.uk-dropdown-navbar {
    -webkit-animation:uk-slide-top-fixed .2s ease-in-out;
    animation:uk-slide-top-fixed .2s ease-in-out
}
.uk-text-small {
    font-size:11px;
    line-height:16px
}
.uk-text-large {
    font-size:18px;
    line-height:24px;
    font-weight:400
}
.uk-text-primary {
    color:#2d7091!important
}
.uk-text-success {
    color:#659f13!important
}
.uk-text-left {
    text-align:left!important
}
.uk-text-right {
    text-align:right!important
}
.uk-text-center {
    text-align:center!important
}
.uk-text-top {
    vertical-align:top!important
}
.uk-text-bottom {
    vertical-align:bottom!important
}
@media (max-width:959px) {
    .uk-text-center-medium {
        text-align:center!important
    }
    .uk-text-left-medium {
        text-align:left!important
    }
}
@media (max-width:767px) {
    .uk-text-center-small {
        text-align:center!important
    }
    .uk-text-left-small {
        text-align:left!important
    }
}
.uk-text-nowrap {
    white-space:nowrap
}
.uk-text-break {
    word-wrap:break-word;
    -webkit-hyphens:auto;
    -ms-hyphens:auto;
    -moz-hyphens:auto;
    hyphens:auto
}
.uk-container {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    max-width:980px;
    padding:0 25px
}
@media (min-width:1220px) {
    .uk-container {
        max-width:1200px;
        padding:0 35px
    }
}
.uk-container:after,.uk-container:before {
    content:"";
    display:table
}
.uk-container:after {
    clear:both
}
.uk-container-center {
    margin-left:auto;
    margin-right:auto
}
.uk-clearfix:before {
    content:"";
    display:table-cell
}
.uk-clearfix:after {
    content:"";
    display:table;
    clear:both
}
.uk-float-left {
    float:left
}
.uk-float-right {
    float:right
}
[class*=uk-float-] {
    max-width:100%
}
[class*=uk-align-] {
    display:block;
    margin-bottom:15px
}
.uk-align-left {
    margin-right:15px;
    float:left
}
.uk-align-right {
    margin-left:15px;
    float:right
}
@media (min-width:768px) {
    .uk-align-medium-left {
        margin-right:15px;
        margin-bottom:15px;
        float:left
    }
    .uk-align-medium-right {
        margin-left:15px;
        margin-bottom:15px;
        float:right
    }
}
.uk-align-center {
    margin-left:auto;
    margin-right:auto
}
[class*=uk-height] {
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.uk-height-1-1 {
    height:100%
}
.uk-margin {
    margin-bottom:15px
}
*+.uk-margin {
    margin-top:15px
}
.uk-margin-top {
    margin-top:15px!important
}
.uk-margin-bottom {
    margin-bottom:15px!important
}
.uk-margin-left {
    margin-left:15px!important
}
.uk-margin-right {
    margin-right:15px!important
}
.uk-margin-large {
    margin-bottom:50px
}
*+.uk-margin-large {
    margin-top:50px
}
.uk-margin-large-top {
    margin-top:50px!important
}
.uk-margin-large-bottom {
    margin-bottom:50px!important
}
.uk-margin-large-left {
    margin-left:50px!important
}
.uk-margin-large-right {
    margin-right:50px!important
}
.uk-margin-small {
    margin-bottom:5px
}
*+.uk-margin-small {
    margin-top:5px
}
.uk-margin-small-top {
    margin-top:5px!important
}
.uk-margin-small-bottom {
    margin-bottom:5px!important
}
.uk-margin-small-left {
    margin-left:5px!important
}
.uk-margin-small-right {
    margin-right:5px!important
}
[class*=uk-position-bottom],[class*=uk-position-top] {
    position:absolute!important
}
.uk-display-block {
    display:block!important
}
@media (min-width:960px) {
    .uk-hidden-large {
        display:none!important
    }
}
@media (min-width:768px) and (max-width:959px) {
    .uk-hidden-medium {
        display:none!important
    }
}
@media (max-width:767px) {
    .uk-hidden-small {
        display:none!important
    }
}
.uk-hidden {
    display:none!important;
    visibility:hidden!important
}
@media print {
    * {
        background:0 0!important;
        color:#000!important;
        box-shadow:none!important;
        text-shadow:none!important
    }
    a,a:visited {
        text-decoration:underline
    }
    img,tr {
        page-break-inside:avoid
    }
    img {
        max-width:100%!important
    }
    @page {
        margin:.5cm
    }
    h2,h3,p {
        orphans:3;
        widows:3
    }
    h2,h3 {
        page-break-after:avoid
    }
}
.uk-form input[type=checkbox],.uk-form input[type=radio] {
    display:inline-block;
    height:14px;
    width:14px;
    border:1px solid #aaa;
    overflow:hidden;
    margin-top:-4px;
    vertical-align:middle;
    -webkit-appearance:none;
    outline:0;
    background:0 0
}
.uk-form input[type=radio] {
    border-radius:50%
}
.uk-form input[type=checkbox]:before,.uk-form input[type=radio]:before {
    display:block
}
.uk-form input[type=radio]:checked:before {
    content:'';
    width:8px;
    height:8px;
    margin:2px auto 0;
    border-radius:50%;
    background:#00a8e6
}
.uk-form input[type=checkbox]:checked:before,.uk-form input[type=checkbox]:indeterminate:before {
    content:"\f00c";
    font-family:FontAwesome;
    font-size:12px;
    -webkit-font-smoothing:antialiased;
    text-align:center;
    line-height:12px;
    color:#00a8e6
}
.uk-form input[type=checkbox]:indeterminate:before {
    content:"\f068"
}
.uk-form input[type=checkbox]:disabled,.uk-form input[type=radio]:disabled {
    border-color:#ddd
}
.uk-form input[type=radio]:disabled:checked:before {
    background-color:#aaa
}
.uk-form input[type=checkbox]:disabled:checked:before,.uk-form input[type=checkbox]:disabled:indeterminate:before {
    color:#aaa
}
[data-nestable-action=toggle] {
    cursor:pointer;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.uk-placeholder {
    margin-bottom:15px;
    padding:20px;
    border:1px dashed #ddd;
    background:#fafafa;
    color:#444
}
*+.uk-placeholder {
    margin-top:15px
}
.uk-placeholder>:last-child {
    margin-bottom:0
}
.uk-placeholder-large {
    padding-top:80px;
    padding-bottom:80px
}
*+.uk-progress {
    margin-top:15px
}
@-webkit-keyframes uk-progress-bar-stripes {
    0% {
        background-position:0 0
    }
    100% {
        background-position:30px 0
    }
}
@keyframes uk-progress-bar-stripes {
    0% {
        background-position:0 0
    }
    100% {
        background-position:30px 0
    }
}
.uk-search {
    display:inline-block;
    position:relative;
    margin:0
}
.uk-search:before {
    content:"\f002";
    position:absolute;
    top:0;
    left:0;
    width:30px;
    line-height:30px;
    text-align:center;
    font-family:FontAwesome;
    font-size:14px;
    color:rgba(0,0,0,.2)
}
.uk-dropdown-search {
    width:300px;
    margin-top:0;
    background:#f5f5f5;
    color:#444
}
.uk-open>.uk-dropdown-search {
    -webkit-animation:uk-slide-top-fixed .2s ease-in-out;
    animation:uk-slide-top-fixed .2s ease-in-out
}
.uk-nav-search>li>a {
    color:#444
}
.uk-nav-search .uk-nav-header {
    color:#999
}
.uk-nav-search .uk-nav-divider {
    border-top:1px solid #ddd
}
.uk-nav-search ul a {
    color:#07d
}
.uk-nav-search ul a:hover {
    color:#059
}
[data-uk-slideshow-slide] {
    cursor:pointer
}
[data-uk-sticky][class*=uk-animation-] {
    -webkit-animation-duration:.15s;
    animation-duration:.15s
}
@font-face {
    font-family:OpenSansCondBold;
    src:url(https://www.ww-kurier.de/fonts/OpenSansCondBold.eot);
    src:url(https://www.ww-kurier.de/fonts/OpenSansCondBold.eot) format("embedded-opentype"),url(https://www.ww-kurier.de/fonts/OpenSansCondBold.woff2) format("woff2"),url(https://www.ww-kurier.de/fonts/OpenSansCondBold.woff) format("woff"),url(https://www.ww-kurier.de/fonts/OpenSansCondBold.ttf) format("truetype"),url(https://www.ww-kurier.de/fonts/OpenSansCondBold.svg#OpenSansCondBold) format("svg")
}
@font-face {
    font-family:OpenSansCondLight;
    src:url(https://www.ww-kurier.de/fonts/OpenSansCondLight.eot);
    src:url(https://www.ww-kurier.de/fonts/OpenSansCondLight.eot) format("embedded-opentype"),url(https://www.ww-kurier.de/fonts/OpenSansCondLight.woff2) format("woff2"),url(https://www.ww-kurier.de/fonts/OpenSansCondLight.woff) format("woff"),url(https://www.ww-kurier.de/fonts/OpenSansCondLight.ttf) format("truetype"),url(https://www.ww-kurier.de/fonts/OpenSansCondLight.svg#OpenSansCondLight) format("svg")
}
@font-face {
    font-family:OpenSansCondLightItalic;
    src:url(https://www.ww-kurier.de/fonts/OpenSansCondLightItalic.eot);
    src:url(https://www.ww-kurier.de/fonts/OpenSansCondLightItalic.eot) format("embedded-opentype"),url(https://www.ww-kurier.de/fonts/OpenSansCondLightItalic.woff2) format("woff2"),url(https://www.ww-kurier.de/fonts/OpenSansCondLightItalic.woff) format("woff"),url(https://www.ww-kurier.de/fonts/OpenSansCondLightItalic.ttf) format("truetype"),url(https://www.ww-kurier.de/fonts/OpenSansCondLightItalic.svg#OpenSansCondLightItalic) format("svg")
}
.uk-container {
    padding:0 10px
}
@media (min-width:1000px) {
    .uk-container {
        max-width:1000px
    }
}
.uk-grid {
    margin-left:-20px
}
.uk-grid>* {
    padding-left:20px
}
.uk-panel-box {
    background-color:#e5e5e5;
    padding:20px
}
.hd-container {
    margin:30px 0 22px 0
}
@media (min-width:960px) {
    .hd-container .hd-logo {
        margin-left:5px
    }
}
@media (max-width:959px) {
    .hd-container .hd-logo {
        margin-left:0
    }
}
.hd-container .hd-banner {
    display:block;
    float:right;
    position:relative
}
.uk-navbar {
    background-color:transparent
}
.uk-navbar .uk-navbar-nav,.uk-navbar .uk-subnav {
    display:block;
    float:none
}
.uk-navbar .uk-navbar-nav>li:first-child {
    margin-right:3px
}
.uk-navbar .uk-navbar-nav>li {
    margin-right:3px
}
.uk-navbar .uk-navbar-nav>li:last-child {
    margin-right:0
}
.uk-navbar .uk-navbar-nav>li>a,.uk-navbar .uk-subnav>li>a {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:700;
    letter-spacing:0;
    padding:0 4px;
    text-transform:uppercase
}
.uk-navbar .uk-navbar-nav>li>a {
    color:#323232;
    font-size:12px;
    height:33px;
    line-height:22px
}
.uk-navbar .uk-navbar-nav>li>a:focus,.uk-navbar .uk-navbar-nav>li>a:hover {
    background-color:transparent;
    color:#999
}
.uk-navbar .navbar-news {
    border-bottom:8px solid #ca2f24;
    padding-right:0!important
}
.uk-navbar a.navbar-news i {
    padding:2px 4px;
    border:2px solid #ccc;
    color:#ca2f24
}
.uk-navbar .navbar-culture {
    border-bottom:8px solid #98b557
}
.uk-navbar .navbar-region {
    border-bottom:8px solid #fe8d00
}
.uk-navbar .navbar-local {
    border-bottom:8px solid #7bc2d0
}
.uk-navbar .navbar-wirtschaft {
    border-bottom:8px solid #222
}
.uk-navbar .navbar-events {
    border-bottom:8px solid #9fd3bb
}
.uk-navbar .navbar-rlp {
    border-bottom:8px solid #F8BF24
}
.uk-navbar.margin-navbar-bottom {
    margin:5px 0 20px 0
}
.uk-navbar .uk-subnav {
    margin:10px 0 0
}
.uk-navbar .uk-subnav>li {
    margin-right:5px;
    padding-left:0
}
.uk-navbar .uk-subnav>li:last-child {
    margin-right:0
}
.uk-navbar .uk-subnav>li>a {
    border-bottom:4px solid #4d4d4d;
    color:#4d4d4d;
    font-size:11px;
    height:24px;
    line-height:24px;
    padding:0 3px
}
.uk-navbar .uk-subnav>li>a:hover {
    border-bottom:4px solid gray;
    color:gray
}
.uk-navbar .uk-subnav>li>.subnav-weather,.uk-navbar .uk-subnav>li>a.subnav-weather:hover {
    border-bottom:4px solid #c70b1c
}
body {
    background-color:#123759;
    color:#333;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:13px
}
body>div {
    background-color:#fff
}
.uk-link,a {
    color:#123759;
    cursor:pointer!important;
    font-weight:700
}
.uk-link:hover,a:hover {
    color:#123759
}
h1,h2,h3,h4,h5,h6 {
    color:#123759;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:700;
    letter-spacing:.5px
}
.margin-top {
    margin-top:30px
}
.weather {
    color:#c70b1c
}
.second-navbar {
    border-left:1px solid #e5e5e5;
    color:#323232;
    float:left;
    margin-right:10px;
    padding:3px 0
}
.second-navbar:last-child {
    margin-right:0
}
.second-navbar li>a {
    color:#323232;
    font-size:12px;
    line-height:14px;
    padding:4px 15px
}
.second-navbar li>a:hover {
    color:#999
}
.searchbar {
    border-left:1px solid #e5e5e5;
    padding:5px 0 15px 10px
}
.searchbar .uk-form-icon:not(.uk-form-icon-flip)>input {
    background-color:#e5e5e5;
    letter-spacing:1px;
    padding-left:10px!important;
    padding-right:30px;
    width:100%
}
.searchbar .uk-form-icon:not(.uk-form-icon-flip)>input::-webkit-input-placeholder {
    color:#999;
    font-family:OswaldRegular,Helvetica,Arial,sans-serif;
    font-weight:300
}
.searchbar .uk-form-icon:not(.uk-form-icon-flip)>input:-moz-placeholder {
    color:#999;
    font-family:OswaldRegular,Helvetica,Arial,sans-serif;
    font-weight:300
}
.searchbar .uk-form-icon:not(.uk-form-icon-flip)>input::-moz-placeholder {
    color:#999;
    font-family:OswaldRegular,Helvetica,Arial,sans-serif;
    font-weight:300
}
.searchbar .uk-form-icon:not(.uk-form-icon-flip)>input:-ms-input-placeholder {
    color:#999;
    font-family:OswaldRegular,Helvetica,Arial,sans-serif;
    font-weight:300
}
.searchbar .uk-form-icon>[class*=uk-icon-] {
    right:0
}
.rubric-color-secondary {
    color:#999;
    font-size:15px;
    margin:0;
    text-transform:uppercase
}
.rubric-color-secondary {
    color:#999;
    font-size:15px;
    margin:0;
    text-transform:uppercase
}
.rubric-ads {
    color:#999;
    font-size:12px;
    margin:0;
    text-transform:uppercase
}
.rubric-headings {
    color:#999;
    font-size:15px;
    margin:0;
    text-transform:uppercase
}
.rubric-headings a {
    font-weight:400;
    color:#999
}
.rubric-headings a:hover {
    color:#123759
}
.rubric-line {
    color:#e9e9e9;
    margin:6px 0 10px 0
}
.rubric-line-secondary {
    color:#e9e9e9;
    margin:10px 0 7px 0
}
.termin hr.rubric-line-secondary {
    border-top:1px solid #fff;
    margin:0 0 7px 0
}
.rubric-line-link {
    color:#e9e9e9;
    margin:20px 0 1px 0
}
.rubric-headline-primary {
    font-size:22px;
    font-weight:700;
    line-height:28px;
    margin:0 0 5px 0
}
.rubric-headline-secondary {
    font-size:17px;
    font-weight:700;
    line-height:22px;
    margin:0 0 5px 0
}
.rubric-headline-shortnews {
    font-size:14px;
    font-weight:700;
    line-height:22px;
    margin:0 0 5px 0
}
.rubric-textblock {
    margin:0 0 0
}
.rubric-caption,.rubric-img-block {
    margin:0 0 5px 0
}
.rubric-caption {
    color:#999;
    font-size:12px
}
.rubric-datestamp {
    color:#999;
    font-size:15px
}
.block-weather .block-weather-headline {
    color:#000;
    font-size:20px;
    line-height:28px
}
.block-weather .weather-temperature {
    color:#000;
    font-size:18px;
    font-weight:700;
    height:36px;
    line-height:36px;
    margin-bottom:0;
    padding:0 10px 0 0
}
.block-weather .weather-temperature span {
    display:block;
    float:left;
    height:inherit;
    line-height:45px
}
.block-weather .weather-link,.block-weather .weather-values {
    color:#6d6d6d
}
.block-weather .weather-preview {
    color:#000;
    font-size:12px;
    font-weight:700;
    padding:0 10px 0 0
}
.block-weather .weather-values {
    font-size:14px;
    line-height:24px;
    margin-top:25px;
    padding:0 10px 0 0
}
.block-weather .weather-link {
    font-size:10px;
    font-weight:400
}
.block-weather .block-weather-link {
    background-color:#0a89be;
    height:32px;
    line-height:30px;
    margin:20px -20px -20px -20px;
    padding:0 30px
}
.block-weather .block-weather-link a {
    color:#fff;
    font-family:slabo-regular,Helvetica,Arial,sans-serif;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px
}
.ads-block-top {
    height:50px;
    position:relative;
    width:1000px
}
.ads-block-top-right {
    position:fixed;
    top:0;
    left:1000px;
    height:600px;
    width:160px
}
.ads-block-top p,.ads-block-top-right p {
    left:0;
    top:0
}
.hd-container .hd-banner p {
    top:0;
    right:0
}
.ads-block-top p,.ads-block-top-right p,.hd-container .hd-banner p {
    margin:0;
    position:absolute;
    margin:0 0;
    padding:0 7px;
    background-color:#ccc;
    font-size:.85em;
    color:#123759
}
.ads-link {
    display:block;
    margin-bottom:10px
}
.ads-link:last-child {
    margin-bottom:0
}
.event-list {
    border-bottom:1px solid #e5e5e5;
    margin:20px 0 0
}
.event-list .event-list-date {
    color:gray;
    display:block;
    font-size:12px;
    font-weight:700;
    margin-left:14px;
    margin-right:10px;
    width:70px
}
.event-list .event-source {
    border-left:2px solid #999;
    color:gray;
    display:inline-block;
    font-size:12px;
    font-weight:400;
    height:12px;
    line-height:12px;
    margin-left:5px;
    padding-left:5px;
    text-transform:uppercase
}
.uk-list li {
    display:block;
    margin-bottom:15px
}
.uk-list li>a {
    color:#323232;
    display:block;
    margin-top:-21px;
    padding-left:94px
}
.uk-list li>a:hover {
    color:#999
}
.uk-list li i[class*=uk-icon-] {
    font-size:8px;
    float:left;
    line-height:20px;
    width:8px
}
.events-list {
    font-size:12px;
    margin-bottom:40px
}
.events-list a {
    font-weight:400
}
.events-list .events-new,.events-list .events-quantity {
    padding:5px 10px
}
.events-list .events-new p,.events-list .events-quantity p {
    margin:0;
    padding:0
}
.events-list .events-new {
    background-color:#123759
}
.events-list .events-new a {
    color:#fff
}
.events-list .events-quantity {
    background-color:#e5e5e5
}
.events-list .events-quantity a {
    margin-right:5px
}
.termin-h {
    color:#9fd3bb
}
.termin h2.rubric-headline-secondary {
    font-family:"Enriqueta Bold",Helvetica,Arial,sans-serif;
    font-weight:400;
    font-size:15px;
    margin:3px 0 12px 0
}
.termin h2 a {
    color:#000
}
.kurzbblock {
    margin:0 0 15px 0
}
.ad {
    margin:0
}
.titlestory h2 {
    font-size:22px;
    line-height:32px;
    margin:0 0 12px 0
}
.tdt {
    margin:0 0 40px 0
}
.container-banner {
    margin:0 auto;
    background-color:#ddd;
    width:690px;
    padding:20px
}
#homeicon {
    background:url(https://www.ww-kurier.de/img/home-icon.png) no-repeat 0 0;
    height:20px;
    width:17px;
    display:block;
    -webkit-transform:scale(.9);
    -moz-transform:scale(.9);
    -ms-transform:scale(.9);
    -o-transform:scale(.9);
    transform:scale(.9);
    margin:5px 0 0 0;
    opacity:.6;
    filter:Alpha(Opacity=60);
    color:#000;
    position:relative;
    font-size:14px
}
#homeicon p {
    margin:0 0 0 27px;
    position:relative;
    top:4px
}
.rubric-footer {
    margin:5px 0
}
.article-detail {
    padding:1% 4% 4%
}
p.sdescript {
    font-size:1.3em;
    font-weight:600;
    line-height:1.5
}
.article-detail h1.rubric-headline-primary {
    font-size:22px;
    font-weight:700;
    line-height:1.4;
    margin:0 0 15px 0
}
.article-detail p.rubric-textblock {
    line-height:1.6em;
    font-size:1.2em;
    margin:20px 0 0 0
}
.uk-panel.header-region-01 {
    width:100%;
    height:100px;
    background:#98b557;
    margin:0!important
}
.uk-panel.header-region-01 p {
    margin:20px;
    color:rgba(255,255,255,.4);
    font-size:2em
}
footer {
    margin:30px -10px 0 -10px;
    background:#ccc;
    padding:40px
}