a:link, a:visited,
a:hover, a:focus, a:active {
    text-decoration: underline;
}

a.uk-button,
a.uk-logo {
    text-decoration: none;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
    margin-top: 20px;
}
address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 20px 0;
}

.tm-header .uk-navbar-right .uk-navbar-nav > li > a {
    color: #fff;
}

.uk-slideshow-items .uk-button-text {
    padding-right: 0;
}

a.el-slidenav {
    border-radius: 50%;
    background: #b1c9df;
    color: #000;
}

.uk-slideshow-items .uk-tile-secondary a.el-link {
    font-size: 30px;
}

.uk-slideshow-items .uk-tile-primary h3.el-title {
    font-size: 16px;
}

.uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before {
    display: none;
}

.uk-button-text::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 26px;
}

.uk-heading-bullet {
    padding-left: 30px;
}

.tm-header .uk-navbar-right .uk-navbar-nav > li > a:hover,
.tm-header .uk-navbar-right .uk-navbar-nav > li > a:focus,
.tm-header .uk-navbar-right .uk-navbar-nav > li > a:active,
.tm-header .uk-navbar-right .uk-navbar-nav > li > a.uk-open,
.tm-header .uk-navbar-right .uk-navbar-nav > li.uk-active > a {
    color: rgba(255,255,255,.5);
}

#tm-top {
    padding-top: 0;
    padding-bottom: 0;
}

#tm-top > .uk-container {
    width: 100%;
    max-width: 100%;
    height: calc(-140px + 80vh);
    overflow: hidden;
}

#tm-top > .uk-container {
    padding-left: 0;
}

#tm-top > .uk-container .fullwidth img {
    width: 100%;
    max-width: 100%;
}

.tm-header .uk-navbar-dropdown li a {
    color: #fff !important;
}

.tm-header .uk-navbar-dropdown li a:hover,
.tm-header .uk-navbar-dropdown li a:focus,
.tm-header .uk-navbar-dropdown li a:active,
.tm-header .uk-navbar-dropdown li.uk-active a {
    color: #000 !important;
}

.uk-marker {
    background: #319f9f;
    padding: 5px;

}

.uk-marker svg {
    width: 12px;
    height: 12px;
}

.uk-marker:hover,
.uk-marker:focus,
.uk-marker:active {
    background: #319f9f;
}

.uk-card-title {
    hyphens: auto;
}

ul[uk-switcher].uk-margin {
    margin-bottom: 20px;
}

ul[uk-switcher] li a {
    text-decoration: none;
    color: inherit;
}

ul[uk-switcher] li.uk-active a {
    background: #319f9f;
}

ul.uk-switcher {
    margin-bottom: 30px;
}

#switcher .el-nav li {
    padding: 0 10px;
}

#switcher .el-nav .uk-active {
    background: #b1c9df;
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary) {
    background: rgba(177,201,223,.2);
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background: rgba(177,201,223,1);
}

.referenzen > ul {
    columns: 3;
    column-gap: 2rem;
    -moz-column-fill: balance;
    column-fill: balance;
    list-style: none;
    padding: 0;
}

.referenzen > ul > li {
    margin: 0 0 5px 0;
    padding: 2px 5px;
    background: rgba(255,255,255,.1);
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

ul.latestnews > li:nth-of-type(2n+1) {
    background: #f9f9f9;
}

ul.latestnews > li {
    padding: 20px 16px;
}

input.fabrik_filter.search-query.input-medium {
    width: 50% !important;
    min-width: 150px
}

article.uk-article h2.uk-margin-large-top,
article.uk-article h1.uk-margin-large-top {
    margin-top: 10px !important;
}

article.uk-article > ul.uk-margin-small-top {
    margin-top: 34px !important;
}

h1.uk-article-title {
    font-size: 44px;
}

div#footer {
    background: #b1c9df;
}

div#footer * {
    color: #fff;
}

.articlenav a {
    display: inline-block;
    overflow: visible;
    vertical-align: middle;
    position: relative;
    line-height: 1.7;
    background: 0 0;
    position: relative;
    padding-right: 46px;
    color: #319f9f;
    transition: .3s ease-in-out;
    transition-property: color,background-color,background-position,border-color,box-shadow;
}
.articlenav a.dd-prev {
    padding-left: 46px;
}

.articlenav a.dd-prev:hover::before {
    background-position: 0 50%;
}
.articlenav a.dd-next:hover::before {
    background-position: 100% 50%;
}

.articlenav a.dd-prev::before,
.articlenav a.dd-next::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 26px;
    background-image: url(../images/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%;
    transition: background-position .2s ease-out;
}

.articlenav a.dd-prev::before {
    background-image: url(../images/arrow_left.svg);
    background-position: calc(100% + 1px) 50%;
    right: auto;
    left: 0;
}

.uk-button-text {
    color: #319f9f;
}

.uk-button-text:hover::before,
.uk-button-text::before {
    background-image: url(../images/arrow_right.svg);
}

.uk-icon.uk-totop {
    background: #319f9f;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.career .fabrik___rowlink {
    background: #319f9f;
    display: inline-block;
    color: #fff !important;
    padding: 5px 10px;
    text-decoration: none !important;
    width: 90%;
}


.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    height: auto;
    width: auto;
    min-width: 0;
    padding: 0 15px 0 0;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    background-color: transparent;
    box-sizing: border-box;
}

/*.uk-table-striped tbody tr:nth-of-type(2n+1),*/
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: rgba(177,201,223,.2) !important;
}

.table thead th {
    font-weight: bold;
}

.chzn-container-single {
    width: 100% !important;
}
.chzn-container-single .chzn-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: none;
    border-radius: 0;
    background: none;
    background-color: #319f9f;
    background-clip: border-box;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    font-size: 16px !important;
}
.chzn-container-single .chzn-default {
    color: #999;
}
.chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
    margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 16px;
}
.chzn-container-single .chzn-single abbr:hover {
    background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chzn-container-single .chzn-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('chosen-sprite.png') no-repeat 100% -20px;
    background: url('chosen-sprite.png') no-repeat 100% -20px;
    font-size: 16px;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chzn-container-active.chzn-with-drop .chzn-single {
    background-image: none;
    background-color: #319f9f;
    color: #fff;
    border: none;
}

.chzn-container-single.chzn-container-single-nosearch .chzn-search {
    position: absolute;
    left: -9999px;
}

.chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: none;
    border-top: 0;
    background: #319f9f;
    background-clip: border-box;
    box-shadow: 0 4px 5px
    rgba(0, 0, 0, 0.15);
    color: #fff;
    border-radius: 0;
}

.chzn-container-single .chzn-search input[type="text"] {
    color: #fff;
    border-color: #fff !important;
}

.chzn-container .chzn-results {
    color: #fff;
    font-size: 16px;
}

.chzn-container .chzn-results li.highlighted {
    background-color: #fff;
    background-image: none;
    color: #000;
}









@media (max-width: 959px) {
    .referenzen > ul {
        columns: 2;
    }
}

@media (max-width: 480px) {
    .referenzen > ul {
        columns: 1;
    }
}