@font-face {
    font-family: "rocker";
    src: url(fonts/NewRocker-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "roboto";
    src: url(fonts/RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.woff2) format("woff2")
}
html{
    scroll-behavior: smooth;
}

body{
    margin: 0 auto;
    min-height: 10000px;
    background-color: #120d0d;
    color: #979797;
    cursor: url(images/icon/neon_fleder.png), auto;
    font-family: roboto;
     background-image:  url(images/innen/augen_rot.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 1400px;
   
}

img{
    max-width: 100%;
}

.grid1200{
 
    padding: 0 20px;
    display: grid;
    grid-gap: 20px;

}

header{
    min-height: 2000px;
}

h1{
    font-size: 2em;
    line-height: 100%;
    font-family: rocker;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-align: center;
    
}
h2, h3, h4{
    font-weight: 400;
    font-family: "rocker";
  font-size: 1.2em;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
p{
    line-height: 140%;
    font-size: 0.9em;
}



/*Navigation*/

nav {
    padding: 0;
   
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    
}

nav div.mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav img.close {
    display: none;
}

nav input {
    display: none;
}

nav ul {
    list-style: url(images/Favicon/heart.png);
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;


    position: absolute;
    top: 0;
    left: 0;
 width: 100%;
    height: 100vh;
    z-index: 10;

    backdrop-filter: blur(15px);

    transform: translateY(-100%);
    transition: transform 0.7s;

    /* wenn ding rechts als 100% sind overflow: hidden; */

}

nav input:checked ~ ul {

    transform: translateY(0%);


}

nav input:checked ~ label img.open {
    display: none;
}

nav input:checked ~ label img.close {
    display: block;
}

nav a {
    color: white;
}

nav ul a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 1.5em;
    font-family: "rocker";
    text-transform: uppercase;
}

nav label {
    position: relative;
    z-index: 11;
}

nav label img{
    max-block-size: 100px;
}

.flicker_logo {
    animation: blink 4s infinite alternate;
    align-content: center;
    display: block;
    max-block-size: 80px;
  
   
}

@keyframes blink {

    0% {
        opacity: 1;
    }


    3% {
        opacity: 0
    }
    
    6% {opacity: 1}

    10% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }

}


.vid {
    position: relative;
height:120vh;
     background: black;
background: linear-gradient(180deg, rgba(0,0,0,1) 90%, rgba(254,0,0,0) 100%);
    margin-bottom: 100px;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.vid img {
    position: absolute;
    height: 100vh;
    object-fit: cover;
    width: 100%;
    top: 0;
    left: 0;
   

}


.vid h1 {
    position: absolute;
  
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -280px;
    -webkit-text-stroke: 1px #ff0000;
    color: white;
    text-transform: uppercase;

    padding: 20px 0;

    filter: drop-shadow(0 0 20px rgb(255, 0, 0));

}




 /* wilkommenAbschnitt*/
.heart {
    text-align: center;
    margin: 0 auto;
    height: 100vh;
    max-width: 600px;

}
.heart h2{
    font-size: 3em;
}
.heart p {
    font-size: 1.2em;
    font-family: rocker;
    padding: 10px 30px;
    border-bottom: solid 1px rgb(59, 59, 59);
    padding-bottom: 50px;
}

.heart img{
   margin-top: 100px;
   
}




.autoRotate {
    animation: autoRotateAnimation;
    animation-timeline: view(0) ;
}

@keyframes autoRotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(320deg);
    }
}

.flicker {
    animation: flicker 3.4s infinite alternate;
   padding-bottom: 50px;
  
    margin: 0;
    color: transparent;
    text-align: center;
    -webkit-text-stroke: 0.1px rgba(250, 10, 10, 0.48);

}



@keyframes flicker {

    0%,
    18%,
    22%,
    25%,
    53%,
    100% {
        text-shadow: 0 0 5px rgba(250, 10, 10, 0.32), 0 0 40px rgb(254, 0, 1);
    }

    20%,
    24%,
    60%,
    55%,
    90% {
        text-shadow: none;

    }

}



.btn {
    padding: 12px 30px;
    border: outset 1px;
    border-color: rgba(250, 10, 10, 0.71);
    filter: drop-shadow(0 0 20px rgba(218, 12, 12, 0.96));
    border-radius: 100px;
    background-color: rgb(186, 6, 6);
    color: #ffffff;
    text-transform: uppercase;
    font-family: roboto;
    font-weight: 100;
    transition: all 0.5s;
    text-decoration: none;
    max-width: fit-content;
    margin: 0 auto;
    display: inline-block;



}

.btn:hover {
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(254, 0, 0, 1) 100%);
    box-shadow: 0 0 20px #ff6f6f50;
    transform: scale(1.1);
}

.btn:active {
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(254, 0, 0, 1) 100%);
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    box-shadow: none;
    transform: scale(0.98);
}


/* start main*/
.welle {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 10px 200px;
 
    
}
.welle p span{
    
    font-size: 1.5em;
}


.welle h2 {


    padding: 0;
    text-transform: uppercase;
    font-size: 8em;
    color: rgba(0, 0, 0, 0);
    background-image: url(images/Bloodstream.svg);
    background-repeat: repeat-x;
    background-clip: text;
    animation: welle 10s linear infinite;
     text-align: center;
}

.welle p {
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(2, 2, 2, 0);
    background-image: url(images/Bloodstream.svg);
    background-repeat: repeat-x;
    background-clip: text;
    animation: welle 10s linear infinite alternate;
    text-align: center;    
}



@keyframes welle {
    0% {
        background-position: left 0 top 80px;
    }

    100% {
        background-position: left 800px top -379px;
    }
}

#atraction{
    height: 100vh;
    background-color: #120d0d;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,0.9894082633053222) 90%, rgba(254,0,0,0) 100%);
    padding: 200px 30px;
    
    
    
    /* danke an den gradientgenrrator*/
  
    
}
#atraction div.grid1200{
    padding: 50px 20px;
     align-items: center;
       border-bottom: solid 0.5px rgba(254, 0, 0, 1);
      
}
#atraction h2{
    font-size: 2.5em;
}
#atraction img{
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}
#atraction h3{
padding-bottom: 10px;
   
}

#tour{
    padding-top: 300px;
     padding-bottom: 300px;
    background-color: black;
   background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,1) 100%);
    
     
}

#tour h2{
    font-size: 4em;
    
    
}
#tour h3{
    font-size: 2em;
    padding-top: 20px;
}
#tour img{
    display: block;
    margin: 0 auto;
    border-radius: 10px;
  
}



#tour .grid-3-1{
    margin-bottom: 100px;
    border: solid 1px rgb(48, 2, 2);
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 1);
    filter: drop-shadow(0 0 10px rgba(218, 12, 12, 0.2));
   
   
}

.autoShow {
    animation: autoShowAnimation both;
    animation-timeline: view(60% 10% );


}

@keyframes autoShowAnimation {
    from {
        opacity: 0;
        transform: translateY(200px) scale(0.5);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);

    }
}

#schlagwort{

    height: 120vh;
    background-color: black;
     background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 90%, rgba(0,0,0,0) 100%);
  
}
#schlagwort div.fade{
   margin-bottom: 100px;
}
#schlagwort .fade{
    font-size: 3em;
    font-family: rocker;
    color: #bcbbbb;
    margin: 0;
    padding: 0;
    text-align: center;
   
      
}


.fade {
    animation: autoBlurAnimation linear both;
    animation-timeline: view(0%);
}



@keyframes autoBlurAnimation {
    0% {
        filter: blur(40px);
    }

    45%,
    55% {
        filter: blur(0);
    }

    100% {
        filter: blur(40px);
    }
}

.vamp{
    display: flex;
    justify-content: center;
}
.vamp img{
    animation: fade-out;
    

    opacity: 0.5;
    animation-range: -50px;
    object-fit: cover;
 
  position: absolute;
    animation-timeline: view(0);
   
    transition: linear;
    
    
}


@keyframes fade-out{
    0% {opacity: 1};
    25% { opacity: 0;}
    85%, 100% { opacity: 0}
    100% {scale: 10}
    
    
}

#reservierung{
    background-color: black;
      background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,1) 100%);
   padding-top: 250px;
}
#reservierung h2{
    font-size: 3em;
}

 form{
    background-color: black;
    padding: 20px;
    border: solid 1px rgb(249, 22, 22);
    border-radius: 5px;
    max-width: 600px;
    margin:  50px auto;
    box-sizing: border-box;
     cursor: default;
   filter: drop-shadow(0 0 20px rgba(218, 12, 12, 0.96));
}



form label span{
    color: white;
    margin: 10px 0;
}
form label{
    display: grid;
   
}


form input[type="text"], form input[type="email"], form input[type="number"],form input[type="checkbox"], input[type="date"], textarea{
    padding: 15px;
    border-radius: 5px;
    border: none;
    color: #858585;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

form textarea{
    padding: 10px;
    resize: none;
    height: 100px;
    border-radius: 5px;
}


form input[type="email"]:invalid{
    outline: 5px solid red;
}
form input[type="email"]:valid{
    outline: 5px solid green;
}


form input:focus, form textarea:focus{
    background-color: whitesmoke;
    outline: none;
}

.tickets{
    border: none;
}


.tickets label{
    display: grid;
    margin-bottom: 30px;
    padding-right: 30px;
}
.tickets select{
    display: block;
    width: 100%;
    color: black;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    

}
.tickets select option{
    color: black;
  
    
}

input[type="checkbox"]{
    accent-color: rgba(254, 0, 0, 1);
    
}

#ticket{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
}
.dsgv label{
    display: flex;
    justify-content: center;
    gap: 10px;
    
}

.dsgv label{
    background-color: rgba(254, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px 20px;
   
}

.dsgv label span{
    color: #fdfdfd;
}



label {
      display: block;
      margin-top: 15px;
      color: #d32f2f;
    
    }

    input[type="text"],

    input[type="number"],
    input[type="email"] {
      width: 100%;
      padding: 10px;
      margin-top: 5px;
      background-color: #333;
      border: none;
      border-radius: 4px;
      color: #fff;
    }

   form button[type="submit"]{
    padding: 27px 20px;
    background-color: #3e0202;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

    .submit-button {
    display: block;
      width: 100%;
      padding: 10px;
      margin-top: 20px;
      background-color: #d32f2f;
      color: #fff;
      font-size: 16px;
      border: none;
      border-radius: 13px;
      cursor: pointer;
      transition: background-color 0.3s, box-shadow 0.3s;
    }

    .submit-button:hover {
      background-color: #ff4c4c;
      box-shadow: 0 0 10px 2px #ff4c4c;
        color: black;
    }
  


#fledermause_2{
    
  position: absolute;
    z-index: 12;
 

}



#fledermause_2 path:nth-last-child(1){
    animation: spin_2 10s infinite linear;
    transform-origin: 50% 10% ;
    
    
}
#fledermause_2 path:nth-last-child(2){
    animation: spin 12s infinite linear;
    transform-origin: 50% 90% ;
    
}
#fledermause_2 path:nth-last-child(3){
    animation: spin 4s infinite linear;
    transform-origin: 90% 30% ;
    
}
#fledermause_2 path:nth-last-child(4){
    animation: spin 4s infinite linear;
    transform-origin: 90% 90% ;
   
}
#fledermause_2 path:nth-last-child(5){
    animation: spin 4s infinite linear;
    transform-origin: 40% 90% ;
    
  

}
#fledermause_2 path:nth-last-child(6){
    animation: spin 10s infinite linear;
    transform-origin: 40% 50% ;
    
   
}
#fledermause_2 path:nth-last-child(7){
    animation: spin_2 4s infinite linear;
    transform-origin: center;
   
  
}
#fledermause_2 path:nth-last-child(8){
    animation: spin 4s infinite linear;
    
}
#fledermause_2 path:nth-last-child(9){
    animation: spin 4s infinite linear;
   
}

@keyframes spin { 
   from { 
            transform: rotate(-90deg); 
        } 
    to { 
            transform: rotate(180deg); 
        }
}
@keyframes spin_2 { 
  to { transform:rotate(359deg) }
}

#galeri{
    background-color: black;
  
    
}
.galerie img{
    max-width: 100%;
    margin-bottom: 1em;
    
}
.galerie{
    columns: 300px;
   
}
#galeri h2{
    font-size: 3em;
    padding-top: 100px;
}



@media screen and (min-width:768px){
    
    
    
    
    h1{
        font-size: 6em;
    }
    
   .heart h2{
        font-size: 6em;
    }
    
    p{
        font-size: 1.2em;
    }
   
     h3{
        font-size: 2em;
    }
    #atraction h2{
        font-size: 5em;
    }
    
    #tour h2{
        font-size: 5em;
    }
     #tour h3{
        font-size: 4em;
    }
   
    
    
    
        #atraction div.atraction{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        align-items:center
    }
    
 
      .atraction h2,h3{
        grid-column: span 2;
    }
    

    #tour .grid-3 div{
       padding: 50px;
    }
  
    #tour div.grid-3-1{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        align-items: center;
    }
    
   
    #ticket div:nth-child(1){
        display: flex;
        justify-content: center;
    }
    
       #ticket .tickets {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

   .tickets div:nth-child(2){
        grid-column: span 2;
    }
    
    
    #schlagwort .fade{
        font-size: 6em;
    }
    
    #galeri h2{
        font-size: 6em;
    }
   


@media screen and (min-width:1200px){
    
    .grid1200{
        max-width: 1200px;
        margin: 0 auto;
    }
    
    h1{
        font-size: 9em;
    }
    .heart h2{
        font-size: 9em;
    }
    
    .heart p{
        font-size: 2.8em;
    }
    
  
    .welle h2{
        font-size: 9em;
        margin-top: 1.2em;
    }
    .welle p{
        font-size: 1.4em;
    }
    nav ul.grid1200{
        max-width: 1200px;
        margin: 0 auto;
    }
    
    body{
        background-position-x: center;
    }

     .tickets div:nth-child(2){
        grid-column: 1;
    }
   
    .tickets div:nth-child(3){
        margin-top: 60px;
    }
    
  
 
}
    
    
    }