/*.news-items .news-items-overview .uk-card-body {
    height: 367px !important;
    overflow: hidden;
}

.navigation-highlights .uk-card-body {
    height: 620px !important;
    overflow: hidden;
}*/

.gdprcookie {
    background: #0095cd;
}

.gdprcookie h1, .gdprcookie h2 {
    color: #ff9933;
    font-weight: bold;
}

.contact-boxes .uk-card {
    width: 100%;
}

.contact-boxes .uk-margin-small {
    margin-top: 10px !important;
}

.navigation-highlights .uk-flex-first {
    width: 100% !important;
}

.news-items-overview {
    display: flex;
}

.uk-table td {
    padding: 0px 12px !important;
}

.news-items-overview > div {
    display: flex;
    flex: 1 0 auto;
}

.navigation-highlights {
    display: flex;
}

.navigation-highlights > div {
    display: flex;
    flex: 1 0 auto;
}

.contact-box {
    font-size: 16pt !important;
}

.contact-box p {
    margin: 5px 0 !important;
}

.contact-box i {
    margin-right: 10px;
}

.contact-box .opening {
    display: block;
    margin-top: -5px;
    padding-left: 40px;
}

footer .opening {
    padding-left: 35px;
}

.uk-card-default {
    color: #666 !important;
    background: #bfe5ff !important;
    text-decoration: none !important;
}

.uk-card-light {
    color: #666 !important;
    background: #ededed !important;
    text-decoration: none !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}

.navbar-small {
    height: 47px !important;
    border-top: 8px solid #ff9933;
    max-width: 100% !important;
}

.navbar-small a {
    height: auto !important;
    font-weight: bold !important;
}

.uk-navbar-dropdown.navbar-large {
    padding: 0 0 40px 0 !important;
    left: 24px !important;
}

.navbar-large a:link, .navbar-large a:visited {
    color: #646463 !important;
    text-decoration: none;
}

.navbar-large a:active, .navbar-large a:hover {
    color: #0095cd !important;
    text-decoration: none;
}

.uk-navbar-nav > li > a {
    margin: 0 20px;
    font-size: 18px;
    white-space: nowrap;
}

.navbar-large .navbar-alternate {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.navbar-large .navbar-alternate .navbar-alternate-text {
    display: block;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

.navbar-large .navbar-alternate .navbar-alternate-link {
    display: block;
    float: left;
    padding: 5px;
    background: #7fccff;
}

.uk-navbar-dropdown .navbar-group-container {
    display: flex;
    flex-direction: row;
    padding: 0px !important;
}

.navbar-group-container .navbar-group {
    display: flex;
    flex: 1 1 0px;
    flex-direction: column;
    font-size: 14px;
    max-width: 200px;
}

.navbar-group-container .navbar-group .navbar-group-title {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    background: #7fccff;
    min-height: 42px;
}

.navbar-group-container .navbar-group .navbar-type {
    display: block;
    padding: 10px 20px;
}

.navbar-group-container .navbar-group .navbar-type .navbar-type-title {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

.navbar-machine-title {
    white-space: nowrap;
}

.teaser {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    height: auto;
    padding-bottom: 27px;
}

.teaser img {
    height: auto;
}

.teaser img:first-child {
    position: relative;
}

.teaser img:not(:first-child) {
    position: absolute;
    display: none;
    top: 0;
}

.document {
    display: block;
}

.external-link {
    background: url(/assets/images/ext-link.png) no-repeat left;
    background-size: auto 50%;
    padding: 0 0 0 15px;
}

.marker-map {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    background: #f3f3f3 url(/assets/images/tts-map-bg.jpg) no-repeat center;

    width: 100%;
    height: 500px;
}

.overlay-play {
    position: relative;
}

.overlay-play::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/play.png) no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.marker-map .notice {
    display: block;
    color: #eee;
    text-align: center;
    font-size: 16pt;
}

.marker-map .gdpr-settings {
    display: block;
    color: #eee;
    text-align: center;
    text-decoration: underline;
    font-size: 16pt;
}

.team {
    display: block;
    margin: 0 0 20px 0;
}

.social a {
    text-decoration: none;
}

.uk-offcanvas-bar .active > a {
    color: #ffffff !important;
}

.uk-offcanvas-bar .active > a:before {
    content: ""; 
}

address .rating {
    float: left;
    margin-top: -20px;
} 

address .ratingCount {
    padding: 4px 0 0 75px;
    margin-top: -20px;
    font-size: 8.5pt !important;
}