@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-datenschutz.css);
@import url(form.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,h3 {
    font-family: Helvetica, sans-serif;
    font-size: 4rem;
    text-align: center;
    width: 100%;
}

h3 {
    font-size: 3rem;
}

body {
    margin: 0;
    padding: 0;
}

.mobile-logo {
    
    position: fixed;
    top: -100px;
    right: 50px;
    width: 100px;
    height: auto;
    z-index: 1000;
    transition-duration: 1s;
}

.button-standard {
    position: fixed;
    bottom: 50px;
    right: 0px;
    z-index: 4000;
    background: linear-gradient(to right,#130165 0%, #004c61 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 25px 0px 0px 25px;
    font-weight: bold;
    box-shadow: 0px 10px 20px -5px rgba(25, 25, 25, 0.75);
    transition-duration: 0.3s;
    display: flex;
    align-items: center;
    gap: 25px;
    cursor: pointer;
}

.button-standard img {
    width: 50px;
    height: auto;
    margin: 0;
}

.button-standard:hover {
    transform: translateY(-3px);
    transition-duration: 0.3s;
}

.data-banner {
    position: fixed;
    bottom: -50vh;
    z-index: 5000;
    background-color: rgba(250,250,250,0.75);
    width: 100%;
    padding: 25px 10%;
    box-sizing:border-box;
    transition-duration: 1s;
    transition-delay: 1.5s;
    animation-fill-mode: forwards;
    box-shadow: 0px -5px 15px 5px rgba(25, 25, 25, 0.5);
}

@keyframes slide {
    0% {
        bottom: -50vh;
    }
    100% {
        bottom: 0;
    }
}

.data-banner a {
    font-weight: bold;
}

.accept {
    width: 100%;
    cursor: pointer;
}

.header-video {
   
    height: 100vh;
    width: 100%;
    object-fit: cover;
    display: block;
    
   
}

.header-bild-main {

    display: none;

}

.header-bild {

    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
    z-index: 1000;
    
   
}

dialog {
    outline: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4000;
    border: none;
    width: 100%;
    height: 100%;
    inset: 0;
    background: transparent;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.background-blur {
    position: fixed;
    z-index: 4000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.75);
}

.dialog-inner {
    width: 300px;
    height: 500px;
    display: flex;
    gap: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    position: fixed;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    z-index: 4001;
    border-radius: 15px;
}

dialog a:focus {
  outline: none;
}

dialog p {
    margin: auto;
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
}

.dialog-button {
    background: linear-gradient(to right,rgba(00, 00, 51, 1) 0%, #004c61 100%);
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 25px;
    box-shadow: 0px 10px 20px -5px rgba(25, 25, 25, 0.75);
}

.dialog-inner button {
    width: auto;
    cursor: pointer;
    padding: 0 15px;
    background-color: grey;
}

#dialog-close-button:hover {
    transform: translateY(-3px);
    transition-duration: 0.3s;
}

.slogan {

    font-size: 6rem;
    z-index: 1001;
    opacity: 0;
    color: white;
    position: absolute;
    top: 35vh;
    left: 10%;
    text-align: left;
    width: 90%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation-delay: 1s;
}

.slogan-sub {

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

.load {

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

}

@keyframes load {

    from {

        opacity: 0;

    }

    to {

        opacity: 1;

    }

}

.up-button {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-image: linear-gradient(to right,#745BE2 0%, #E66AE2 100%);
    text-align: center;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 4000;
}

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

    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;
  }

  

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

    .mobile-logo {

        top: 50px;

    }
   
    .slogan {
        
        font-size: 4.5rem;
        top: 35vh;
    }

  }

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

    .slogan-sub {

        font-size: 3rem;
        top: 35vh;
    }

    .slogan {

        font-size: 3rem;
        top: 45vh;
    }

  }