b, strong {
    color: #447CA1;
}

/* Navigation */
.tm-header .uk-navbar-left {
    padding-left: 70px;
}

.tm-header-mobile {
    pointer-events: none;
    z-index: 1;
}

.tm-header-mobile a {
    pointer-events: all;
}

.tm-header-mobile > div > div {
    padding-left: 30px;
    padding-top: 23px;
}

#dl-nav-background,
#dl-nav-toggle-frame {
    position: fixed;
    top: 100px;
    right: 0;
    width: 100px;
    height: 50px;
    z-index: 2;
}

#dl-mobile-nav-background {
    position: absolute;
    top: 50px;
    right: 0;
    width: 100px;
    height: 50px;
    z-index: 1;
    transition: all .2s ease-in-out;
}

#dl-mobile-nav-frame {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    background:rgba(0, 71, 121, .7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: none;
    padding: 64px 30px 0 30px;
    opacity: 0;
}

#dl-mobile-nav-frame.offen {
    opacity: 1;
}

#dl-mobile-nav-toggle-frame {
    position: absolute;
    width: 74px;
    height: 50px;
    top: 50px;
    right: 0;
    z-index: 3;
}

#dl-nav-background {
    background: rgba(29,93,139,.7);
    transition: all .2s ease-in-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#dl-nav-toggle-frame > div,
#dl-mobile-nav-toggle-frame > div {
    width: 45px;
    height: 50px;
}

#dl-nav-toggle-frame > div > div:first-child,
#dl-mobile-nav-toggle-frame > div > div:first-child {
    position: absolute;
    width: 25px;
    height: 2.5px;
    top: 0;
    background: #fff;
    margin: 23.75px 10px;
    transition: all .2s ease-in-out;
}

#dl-nav-toggle-frame > div > div:last-child,
#dl-mobile-nav-toggle-frame > div > div:last-child {
    position: absolute;
    width: 25px;
    height: 2.5px;
    top: 0;
    background: #fff;
    margin: 23.75px 10px;
    transition: all .3s ease-in-out;
    opacity: 0;
}

#dl-nav-toggle-frame > div > div:first-child::before,
#dl-mobile-nav-toggle-frame > div > div:first-child::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2.5px;
    background: #fff;
    transform: translateY(-7px);
    transition: all .2s ease-in-out;
}

#dl-nav-toggle-frame > div > div:last-child::before,
#dl-mobile-nav-toggle-frame > div > div:last-child::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2.5px;
    background: #fff;
    transform: translateY(-7px);
    transition: all .2s ease-in-out;
    left: 5px;
}

#dl-nav-toggle-frame > div > div:first-child::after,
#dl-mobile-nav-toggle-frame > div > div:first-child::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2.5px;
    background: #fff;
    transform: translateY(7px);
    transition: all .2s ease-in-out;
}

#dl-nav-toggle-frame > div > div > div
#dl-mobile-nav-toggle-frame > div > div > div {
    position: absolute;
}

#dl-nav-toggle-frame > div:hover,
#dl-mobile-nav-toggle-frame > div:hover {
    cursor: pointer;
}

#dl-nav-toggle-frame > div:hover > div:first-child,
#dl-mobile-nav-toggle-frame > div:hover > div:first-child {
    transform: rotate(-60deg);
}

#dl-nav-toggle-frame > div:hover > div:first-child::before,
#dl-mobile-nav-toggle-frame > div:hover > div:first-child::before {
    transform: rotate(89deg) translate(4.2px, -12px);
    height: 12px;
}

#dl-nav-toggle-frame > div:hover > div:first-child::after,
#dl-mobile-nav-toggle-frame > div:hover > div:first-child::after {
    transform: translateY(0px);
}

#dl-nav-toggle-frame > div.offen > div:first-child,
#dl-mobile-nav-toggle-frame > div.offen > div:first-child {
    transform: rotate(-60deg);
}

#dl-nav-toggle-frame > div.offen > div:first-child::before,
#dl-mobile-nav-toggle-frame > div.offen > div:first-child::before {
    transform: rotate(89deg) translate(4.2px, -12px);
    height: 12px;
}

#dl-nav-toggle-frame > div.offen > div:first-child::after,
#dl-mobile-nav-toggle-frame > div.offen > div:first-child::after {
    transform: translateY(0px);
}

#dl-nav-toggle-frame > div.offen > div:last-child,
#dl-mobile-nav-toggle-frame > div.offen > div:last-child {
    transform: rotate(60deg);
    opacity: 1;
}

#dl-nav-toggle-frame > div.offen > div:last-child::before,
#dl-mobile-nav-toggle-frame > div.offen > div:last-child::before {
    transform: rotate(-89deg) translate(-4.2px, -12px);
    height: 12px;
}

#dl-nav-background.offen {
    width: 400px;
    height: 100vh;
    top: 0;
}

#dl-nav-frame {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    pointer-events: none;
    padding: 110px 70px;
    z-index: 2;
}

#dl-nav-frame a,
#dl-mobile-nav-frame a {
    pointer-events: all;
    width: fit-content;
    color: #fff;
    font-family: Raleway;
    opacity: 0;
    pointer-events: none;
    transition: all .1s ease-in-out;
}

#dl-nav-frame.offen a,
#dl-mobile-nav-frame.offen a {
    opacity: 1;
    pointer-events: all;
}

#dl-nav-frame a:hover,
#dl-mobile-nav-frame a:hover {
    color: rgba(255,255,255,.5);
}

#dl-nav-frame > ul > li > a,
#dl-mobile-nav-frame > ul > li > a {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
}

#dl-nav-frame.offen > ul > li:not(:last-child),
#dl-mobile-nav-frame.offen > ul > li:not(:last-child) {
    background-image: linear-gradient(#fff, #fff);
    background-position: bottom;
    background-size: 1px .5px;
    background-repeat: repeat-x;
}

#dl-nav-frame > ul > li > ul,
#dl-mobile-nav-frame > ul > li > ul {
    padding: 0 0 15px 0;
}

#dl-nav-frame > ul > li > a,
#dl-mobile-nav-frame > ul > li > a {
    padding-top: 13px;
}

#dl-nav-frame > ul > li:not(.uk-parent) > a,
#dl-mobile-nav-frame > ul > li:not(.uk-parent) > a {
    padding-bottom: 13px;
}

#dl-mobile-nav-frame.offen {
    pointer-events: all;
    overflow: auto;
}

#dl-mobile-nav-frame.offen::-webkit-scrollbar {
    display: none;
}

/* Logo */
.tm-header {
    z-index: 1;
}

.tm-header .uk-logo {
    padding-left: 70px;
    padding-top: 80px;
}

/* Slideshow */
.dl-slideshow .el-overlay {
    width: 600px;
    height: 100vh;
    display: grid;
    grid-template-rows: max-content max-content max-content;
    align-content: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #fff;
}

.dl-slideshow .el-overlay .uk-button-default {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.dl-slideshow .el-overlay .uk-button-default:hover {
    background: rgba(0,0,0,.2);
    border-color: transparent;
}

.dl-slideshow .el-overlay > * {
    max-width: 380px;
}

.dl-slideshow > div > div:last-child {
    padding-left: 70px;
    padding-bottom: 70px;
}

.uk-dotnav a {
    transform: rotate(-60deg);
    overflow: visible;
}

.uk-dotnav a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    transition: .2s ease-in-out;
    transform: translate(-11px, 2px);
}

.uk-dotnav li.uk-active a::before,
.uk-dotnav a:hover::before {
    background: #fff;
}

.dl-mobile-slideshow .el-overlay .uk-button-default {
    position: relative;
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.dl-mobile-slideshow .el-overlay .uk-button-default:hover {
    background: rgba(0,0,0,.2);
    border-color: transparent;
}

.dl-mobile-slideshow picture:last-child {
    pointer-events: none;
}

.dl-mobile-slideshow .el-overlay {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-bottom: 100px;
    padding-top: 100px;
}

.dl-mobile-slideshow:not(.dl-mobile-callout) .el-overlay {
    padding-top: 140px;
    width: 100%;
}

.dl-mobile-slideshow > div > div:last-child {
    left: 0;
    padding: 9px 0;
    margin: 0 0 0 30px;
    --uk-position-translate-x: 0;
    top: 500px;
}

.dl-mobile-slideshow > div > div:last-child li {
    transform: scale(.7);
    padding-left: 0;
}

.dl-mobile-slideshow ul.uk-slideshow-items {
    height: 100vh;
}

.dl-mobile-slideshow:not(.dl-mobile-callout) .el-overlay {
    height: 320px;
}

/* Akkordeon */
.dl-akkordeon .el-title {
    padding: 15px;
}

.dl-akkordeon .el-title:hover {
    background: #F2F2F2;
    color: initial;
}

.dl-akkordeon .el-title[aria-expanded=true] {
    background: #F2F2F2;
}

.dl-akkordeon .el-item .uk-accordion-content {
    background: #F2F2F2;
    padding: 0 20px 20px;
}

.dl-akkordeon .el-content {
    background: white;
    padding: 20px;
}

@media(max-width:639px) {
    .dl-akkordeon .el-item .uk-accordion-content {
        padding: 0 10px 10px;
    }
}

/* Grid */
.dl-grid .el-item {
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

.dl-grid .el-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: math-auto;
    margin: 0!important;
}

.dl-grid .el-meta {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 200;
}

.dl-grid .dl-grid-overlay {
    position: absolute;
    top: 0;
    width: 50%;
    background: rgba(0, 105, 180, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    display: grid;
    align-content: end;
}

.dl-grid.dl-standorte .dl-grid-overlay {
    padding: 40px;
}

.dl-grid .el-link:hover {
    color: #0069B4;
}

.dl-grid .uk-button-text::before {
    color: red;
}

.dl-grid .el-image {
    height: 200px;
    object-fit: cover;
}

.dl-standorte .dl-grid-overlay {
    align-content: unset;
    align-items: end;
}

.dl-standorte .el-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}

/* Call To Action */
.dl-callout .el-overlay {
    height: 100%;
}

.dl-callout .uk-overlay {
    height: -webkit-fill-available;
    width: 40%;
    display: grid;
    grid-template-rows: max-content;
    align-content: center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 70px!important;
    color: #fff;
}

.dl-callout .uk-overlay > * {
    max-width: 350px;
}

.dl-callout .uk-button-default {
    background: transparent;
    border-color: #fff;
    color: #fff!important;
}

.dl-callout .uk-button-default:hover {
    background: rgba(0,0,0,.2);
    border-color: transparent;
}

.dl-callout .el-item picture:last-child {
    pointer-events: none;
}

/* Icon Grid */
.uk-section-primary .dl-grid-icon .el-content {
    color: #fff;
}

/* Referenzen Grid */
.dl-referenzen img {
    height: 80px;
    transition: all .2s ease-in-out;
}

.dl-referenzen img:hover {
    opacity: .5;
}

/* .dl-referenzen > div > div {
    padding-left: 120px;
} */

/* Button */
.uk-section-primary .uk-button-default {
    background-color: transparent!important;
    border-color: #fff!important;
    color: #fff!important;
}

.uk-section-primary .uk-button-default:hover {
    background-color: #fff!important;
    color: #6CA3CB!important;
}

/* Sprachauswahl */
div.mod-languages a {
    padding: 0;
}

div.mod-languages li {
    padding: 0;
    margin: 0;
}

div.mod-languages li:not(:first-child) {
    padding-left: 15px;
}

/* Footer */
.dl-titelliste-footer {
    color: #fff;
}

.dl-titelliste-footer .el-title {
    border-bottom-color: #fff!important;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.dl-titelliste-footer .uk-list {
    margin-top: 0;
}

/* Verschiedenes */
.uk-section-primary .uk-panel {
    color: #fff;
}

/* Cookie Banner */
.tm-cookie-banner > .uk-notification-message {
    font-size: 16px;
}

.tm-cookie-banner button {
    font-size: 15px;
    padding: 0 10px;
    line-height: 39px;
    text-transform: none;
    letter-spacing: 0;
}

@media(max-width: 439px) {
    .tm-cookie-banner p.uk-margin-small-top {
        text-align: center;
        display: grid;
    }

    .tm-cookie-banner button {
        width: fit-content;
        justify-self: center;
    }

    .tm-cookie-banner button:nth-child(1) {
        margin-bottom: 15px;
    }

    .tm-cookie-banner button:nth-child(2) {
        margin-left: unset!important;
    }
}

@media (min-width: 700px) and (min-height: 800px) {
    .dl-mobile-slideshow:not(.dl-mobile-callout) ul.uk-slideshow-items {
        height: 90vh!important;
    }
}

@media (max-height: 735px) {
    .dl-mobile-slideshow:not(.dl-mobile-callout) ul.uk-slideshow-items {
        height: 120vh;
    }

    .dl-mobile-callout ul.uk-slideshow-items {
        height: 140vh;
    }
}

@media (max-height: 699px) {
    .dl-mobile-slideshow:not(.dl-mobile-callout) ul.uk-slideshow-items {
        height: 135vh;
    }
}

@media (min-height: 736px) {
    /* .dl-mobile-slideshow:not(.dl-mobile-callout) ul.uk-slideshow-items {
        height: 140vh;
    } */

    .dl-mobile-callout ul.uk-slideshow-items {
        height: 100vh;
    }
}

/* @media (min-height: 850px) {
    .dl-mobile-slideshow:not(.dl-mobile-callout) ul.uk-slideshow-items {
        height: 130vh;
    }
} */

@media (max-width: 959px) {
    .dl-modul-hauptmenue_desktop {
        display: none;
    }
}

@media (min-width: 960px) {
    .tm-top > div > div:last-child {
        display: none;
    }
}

@media (max-width: 450px) {
  .dl-standorte .el-title {
      font-size: 16px;
  }
}
