@import url(nav.css);
@import url(footer.css);
@import url(leistungen.css);
@import url(ueber-uns.css);
@import url(galerie.css);
@import url(kontakt.css);
@import url(impressum.css);
@import url(wartung.css);

html {
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow: scroll;
}

main p {
    font-family: Helvetica, sans-serif;
    line-height: 2.5rem;
    font-size: 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    padding: 0;
    margin: 0;
}

h2 {
    font-family: Helvetica, sans-serif;
    color: black;
    font-size: 4rem;
    text-align: center;
    width: 100%;
}


body {
    margin: 0;
    padding: 0;
}

main {
    padding-top: 100vh;
}

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-bild-main {

    display: none;

}

.header-bild {

    width: 100%;
    height: 100%;
    display: block;
    object-fit:cover;
    
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
   transform: scale(1.25) translate(5%,10%);
}

.header-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.header-logo {
    position: fixed;
    width: auto;
    height: 30px;
    right: 50px;
    top: 50px;
    z-index: 1005;
}

#blur {
    position: absolute;
    width: 50%;
    top: 30vh;
    left: 25%;
    z-index: 1000;
    border-radius: 10px;
    height: 325px;
    overflow: hidden;
}

#header-blur {
    width: 1447px;
    height: 100vh;
    position:relative;
    left: -50%;
    top:-30vh;
}

#headerLeiste {
    position: fixed;
    top: 0;
    width: 100%;
    height: 130px;
    z-index: 1005;
    transition: all;
    transition-duration: 1s;
}

.slogan {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 3002;
    color: white;
    text-align: left;
    font-size: 3rem;
    width: 70%;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    margin: 0;
    opacity: 0;
}

.slogan-sub {

    font-size: 5rem;
    z-index: 1001;
    opacity: 0;
    color: white;
    position: absolute;
    top: 45vh;
    right: 10%;
    text-align: right;
    width: 90%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    
    
}

.logo-main {

    width: 80px;
    height: auto;
    position: fixed;
    left: 50px;
    top:150px;
    z-index: 1005;
    border-radius: 80px;
}

.load {

    animation-name: load;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;

}

.load-slogan {
    animation-name: load-slogan;
    animation-duration: 2s;
    animation-iteration-count: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 1.5s;
}

#blurDiv {
    
    position: fixed;
    bottom: 0;
    width: 50px;
    height: 100vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    left: -50%;
    z-index: 3001;
    background-color: rgba(255, 255, 255, 0.1);
    animation-name: slide1-2;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    
}



#whiteDiv {
    position: fixed; 
    bottom: 0;
    width: 400px; 
    height: 100vh;
    left: -50%; 
    
    z-index: 3001;
    background-color: rgba(40, 40, 40, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    animation-name: slide2-2;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}



.load-nav-main {

    opacity: 0;
    animation-name: load;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;

}

@keyframes load {

    from {

        opacity: 0;

    }

    to {

        opacity: 1;

    }

}

@keyframes load-slogan {

    from {

        opacity: 0;

    }

    to {

        opacity: 1;

    }

}


.down-button {
    width: 30px;
    height: auto;
    position: absolute;
   bottom: 5vh;
    right: 50px;
    
    text-align: center;
    border-radius: 50px;
    opacity: 1;
    z-index: 1004;

    animation-name: load2;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    
}

.maus {
    width: 100%;
    position: absolute;
    top: -150px;
    display: block;

    animation-name: jump;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


.maus-pfeil {
    width: 100%;
}

.up-button img {
    width: 60%;
    margin-left: 20%;
    margin-top: 20%;
    display: block;
}

@keyframes load2 {
    from {
        opacity: 0;
        }
    to {
        opacity: 1;
    }
}

@keyframes jump {
    from {
        top: -120px;
    }

    50% {
        top: -70px;
    }

    to {
        top: -120px;
    }
}

.mein-element {
    opacity: 0;
    transition: opacity .5s ease-in-out;
  }
  
  
  .visible {
    opacity: 1;
  }

  #side div {
    transition: all;
    transition-duration: 1s;
  }

  .vanish div {
    opacity: 0;
  }

  .vanish .slogan {
    opacity: 0;
  }

  .vanish #maler-slogan {
    opacity: 0;
  }

  
  @media screen and (max-width: 1200px) {

    

    .slogan {
        position: absolute;
        bottom: 50px;
        left: 50px;
        z-index: 3002;
        color: white;
        text-align: left;
        font-size: 2.5rem;
        width: 70%;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
        margin: 0;
        animation-name: load;
    }

    .header-logo {
        position: fixed;
        width: auto;
        height: 30px;
        right: 50px;
        top: 50px;
        z-index: 1005;
    }

    #blurDiv {
    
    position: fixed;
    bottom: 300px;
    width: 300%;
    height: 40px;
    transform: translateX(-50%) rotate(30deg);
    animation-name: slide1;
    
    
}

#whiteDiv {
    position: fixed; 
    bottom: -275px; 
    width: 200%; 
    height: 500px;
    left: -150%; 
    transform: translateX(-50%) rotate(30deg); 
    animation-name: slide2;
    
}
    
  }

  @media screen and (max-width: 600px) {

    #headerLeiste {
        height: 80px;
    }

    .header-logo {
        right: 25px;
        top: 25px;
    }

    .slogan {
        font-size: 2rem;
        bottom: 25px;
        left: 25px;
    }

    

    .webkit {
        -webkit-backdrop-filter: blur(10px);
    }


    .slogan-sub {
        font-size: 3rem;
    }
    
  }


  @keyframes slide1 {
    from {
        transform: translateX(-150%) rotate(30deg) translateY(100%);
    }
    to {
        transform: translateX(-50%) rotate(30deg) translateY(0);
        left: 25%;
    }
  }

  @keyframes slide2 {
    from {
        transform: translateX(-150%) rotate(30deg) translateY(100%);
    }
    to {
        transform: translateX(-50%) rotate(30deg) translateY(0);
        left: 25%; 
    }
  }

  @keyframes slide1-2 {
    from {
        left: -150%;
    }
    to {
        left: 425px;
    }
  }

  @keyframes slide2-2 {
    from {
        left: -150%;
    }
    to {
        left: 0;
    }
  }
