.focuspoint.maik video {
    left: 50%;
    position: absolute !important;
    top: 50%;
    transform: translate(-50%, -50%);
}

.focuspoint.maik .align-bottom,
.focuspoint.maik .align-top {
    transform: translate(-50%, 0);
}

.griditem.height-100 {
    height: 400px;
    height: 100vh;
 }

 @media (max-width: 768px) {
    .hero .griditem:nth-child(2) {
        height: 100%;
    }
}

.hero.onepage {
    height: 100%;
    position: relative;
}

.hero.onepage .griditem {
    height: 100%;
}

.hero.onepage .image-grid {
    height: 100vh;
}


.home-text .home-news-container span{
    display: block;
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
}
.home-text .home-news-container a{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    text-decoration: none;
    margin-bottom: 10px;
}
.home-text .home-news-container a:after{
    background-color: white;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    bottom: -4px;
}
.home-text .home-news-container a:hover:after{
    opacity: 1;
}


/* Template Projekte und Werkliste */
.template-projekte-und-werkliste .filter-container{
    position: fixed;
    top: 0;
    right: 52px;
    width: auto;
    height: 50px;
    z-index: 40;
    border-right: 2px solid #fff;
    color: #fff;
    background-color: rgba(165, 165, 165, 0.83);
    padding: 10px;
    min-width: 250px;
}

.template-projekte-und-werkliste .filter-container .filter-trigger{
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: space-between;
    gap: 55px;
    align-items: center;
}

.template-projekte-und-werkliste .filter-container .filter-list{
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: rgba(165, 165, 165, 0.83);
    width: 100%;
    top: 50px;
    padding: 20px 15px 10px 15px;
    display: none;
}

.template-projekte-und-werkliste .filter-container.open .filter-list{
    display: block;
}

.template-projekte-und-werkliste .filter-container .filter-list a{
    color: white;
    display: block;
    margin-bottom: 10px;
}

.template-projekte-und-werkliste .filter-container .filter-list a.active{
    font-weight: 700;
}

.template-projekte-und-werkliste .filter-container .filter-list .types{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.template-projekte-und-werkliste .filter-container .filter-list .types a{
    margin-bottom: 0;
}

.template-projekte-und-werkliste section .griditem{
    margin-bottom: 6px;
}

.template-projekte-und-werkliste section #articles-list-map-el{
    width: 100vw;
    height: 100vh;
}

@media(max-width: 1099px){
    .template-projekte-und-werkliste .filter-container{
        right: 40px;
        height: 40px;
    }

    .template-projekte-und-werkliste .filter-container .filter-list{
        top: 40px;
    }
}

@media(max-width: 600px){
    .template-projekte-und-werkliste .filter-container{
        top: 43px;
        right: 0;
        border-right: 0px;
    }
}

*,
:focus-visible {
    outline: none;
}

.gm-style iframe + div {
    border: none !important;
}

button.gm-ui-hover-effect {
    visibility: hidden;
}

.personnel-Unfold strong {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}

.personnel-Unfold:hover strong {
    border-bottom-color: #282828;
}

.werkliste-list .description--wrapper {
    float: left;
    margin-left: 18px;
}

.werkliste-list .list-title-line {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}

.werkliste-list a:hover .list-title-line {
    border-bottom-color: #282828;
}

.gm-style-iw.gm-style-iw-c {
    background-color: #464646;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    padding: 0;
}

.gm-style-iw.gm-style-iw-c > * {
    padding: 5px 10px;
}

.gm-style .gm-style-iw-tc::after {
    display: none;
}

.kopfbereich-einfach .griditem {
    margin-bottom: 0 !important;
}

@media(min-width: 768px){
    .dm-project-overview .griditem.height-50 {
        height: 50vh;
    }
}

.dm-project-overview .img-overlay-inner.theme-gray {
    color: #a5a5a5;
}

.personnel-Unfold u {
    position: relative;
    text-decoration: none;
}

.personnel-Unfold u::after {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #282828;
    left: 0;
    right: 0;
}

.personnel-Unfold:hover u::after {
    bottom: -4px;
}

a.e-mail-link:visited,
a.e-mail-link:focus,
a.e-mail-link:hover,
a.e-mail-link:active {
    border-bottom-color: transparent;
}

.personnel-Unfold:hover strong {
    border-bottom-color: transparent;
}