div[is=block-video-full] {
    padding: 0 !important
    }
.investLanding {
    max-width: unset !important;
    width: 100%;
    padding: 0
    }
.investLanding .video-wrapper {
    position: relative;
    max-height: 920px;
    max-width: 1300px;
    margin: 0 auto;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center
    }
.investLanding .video-wrapper video {
    width: 100%;
    height: auto;
    max-height: 800px
    }
@media screen and (max-width: 768px) {
    .investLanding .video-wrapper video {
        width: 100%;
        height: auto
        }
    }
.investLanding .video-wrapper .box-content {
    background: rgba(0, 0, 0, 0.45098);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
    }
@media screen and (max-width: 768px) {
    .investLanding .video-wrapper .box-content {
        position: relative
        }
    }
.investLanding .video-wrapper h2 {
    color: #fff;
    text-align: center
    }
.investLanding .video-wrapper h2::after {
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 1.1rem;
    display: flex
    }
.investLanding .video-wrapper p {
    color: #fff;
    text-align: center
    }
div[is=spalten-text] .content-left {
    max-width: 48% !important
    }
@media screen and (max-width: 768px) {
    div[is=spalten-text] .content-left {
        max-width: 100% !important
        }
    }
div[is=spalten-text] .content-right {
    max-width: 48% !important
    }
@media screen and (max-width: 768px) {
    div[is=spalten-text] .content-right {
        max-width: 100% !important
        }
    }
div[is=spalten-text] h1 {
    font-weight: 900;
    font-size: 4rem;
    margin-bottom: 0;
    padding-bottom: 0 !important
    }
@media screen and (max-width: 768px) {
    div[is=spalten-text] h1 {
        font-size: 3rem
        }
    }
div[is=spalten-text] h1::after {
    display: none
    }
div[is=spalten-text] h1 a:hover {
    color: #6ea029
    }
div[is=spalten-text] .showcaseDiagram {
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative
    }
div[is=spalten-text] .showcaseDiagram p {
    position: absolute;
    left: 20px;
    bottom: 20px
    }
@media screen and (max-width: 768px) {
    div[is=spalten-text] .showcaseDiagram p {
        bottom: -50px
        }
    }
div[is=spalten-text] .cta-button {
    margin-top: 20px
    }
.testTiles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row
    }
.testTiles .tile {
    flex: 0 0 48%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    border: 1px #ccc solid;
    transition: 0.3s all ease-in-out
    }
.testTiles .tile:last-of-type {
    border: 0 !important
    }
@media screen and (max-width: 768px) {
    .testTiles .tile {
        flex: 0 0 100%
        }
    .testTiles .tile p {
        color: black !important
        }
    .testTiles .tile span {
        color: black !important
        }
    }
.testTiles .tile:hover {
    border-color: #aab800;
    cursor: pointer;
    transition: 0.4s all ease-in-out
    }
.testTiles .tile:hover p {
    color: black;
    cursor: pointer
    }
.testTiles .tile:hover span {
    color: black
    }
.testTiles .tile a {
    text-decoration: none
    }
.testTiles .tile h3 {
    font-size: 1.2rem;
    padding-top: 0
    }
.testTiles .tile h3::after {
    display: none
    }
.testTiles .tile span {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 0.8rem;
    color: #ccc
    }
.testTiles .tile p {
    color: #ccc
    }
.testTiles .tile a.button {
    position: absolute;
    right: 0;
    bottom: 0
    }
div[is=block-pressespiegel] hr {
    margin: 20px 0 !important
    }
div#kumpanfamily {
    background: black
    }
div#kumpanfamily h2 {
    color: #fff
    }
div#kumpanfamily h2::after {
    background: #fff
    }
div#kumpanfamily p {
    color: #fff
    }
.battery {
    max-width: 200px
    }
video {
    width: 100%
    }
/*# sourceMappingURL=landingtemplate.css.map */