.hero{align-items:center;background-color:#000;display:flex;justify-content:center;overflow:hidden;padding:10vw 0;width:100%}.hero,.hero-text-wrapper{position:relative}.hero h1{color:#fff;font-size:35vw;line-height:1;text-wrap:nowrap;top:-40vw;transform:rotate(90deg);transform-origin:bottom left;z-index:10}.hero .images,.hero h1{left:0;position:absolute}.hero .images{height:200%;top:0;width:100%}.hero img{animation:imageFloat 10s ease-in-out infinite;position:absolute;width:13vw}.hero img:nth-child(2n){left:10vw}.hero img:nth-child(odd){right:10vw}@keyframes imageFloat{0%{box-shadow:0 5px 15px #0009;transform:translatey(0) rotate(var(--rotation))}50%{box-shadow:0 25px 15px #0003;transform:translatey(-20px) rotate(var(--rotation))}to{box-shadow:0 5px 15px #0009;transform:translatey(0) rotate(var(--rotation))}}.timedelbauer{background-color:#fff;display:flex;flex-wrap:wrap;height:var(--fullscreen-height);width:100%}.timedelbauer>div{flex-grow:1;height:100%;min-width:490px;width:50%}.timedelbauer>div img{height:100%;object-fit:cover;width:100%}.timedelbauer .content{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding:2rem}.timedelbauer h2{font-size:var(--font-size-l);font-weight:600;margin:0;text-wrap:nowrap}.timedelbauer h3{font-size:var(--font-size-m);font-weight:400;margin:0}.timedelbauer .content>div>div{align-items:center;display:flex;flex-wrap:nowrap;gap:2rem;justify-content:space-between}.timedelbauer ul{list-style:none;padding:0}.timedelbauer ul li{color:#000;font-size:var(--font-size-s);font-weight:400;margin:0}.timedelbauer ul li a{color:#000;text-decoration:none}@media screen and (max-width:1000px){.hero img{width:20vw;z-index:1}.timedelbauer{height:fit-content}.timedelbauer .content,.timedelbauer .portrait{height:auto;width:100vw}.timedelbauer .content{box-sizing:border-box;min-width:100%;overflow:hidden;padding:2rem}.about{padding:2rem!important}}.about{background-color:#000;color:#fff;font-size:var(--font-size-s);padding:7rem}
