
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    background-color: rgba(17, 17, 17, 1.0);
    width:100%;
    margin: 0;
    height: 100%;
    z-index: 0;
    overflow-x: hidden;
  }
  
  
  /*_______________________________________________________*/
  .headline{
        margin-top: 3.5vh;
        width: 100vw;
        font-weight: 200;
        font-family: MyFont, alternate-gothic-atf, sans-serif;
        font-size:2vw;
        text-transform: uppercase;
        letter-spacing: 0.4em;
        text-align: center;
        color:rgba(200,200,200,0.1);
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: white;
        margin-bottom: 10vh;
  
  }
  
  /*_______________________________________________________*/
  .row {
      margin-top: 4vh;
      margin-bottom: 10vh;
      height: 60vh;
      width: 70vw;
      margin-left: 15vw;
      border-bottom: 5px;
      border-style: solid;
      border-color: white;
  }
  .row2 {
    margin-top: 4vh;
    margin-bottom: 10vh;
    height: 60vh;
    width: 70vw;
    margin-left: 15vw;
    border-bottom: 5px;
    border-style: solid;
    border-color: white;
}
  
  /*____IMAGE___________________________________________________*/
  img{
    border-radius: 5px;
  }
  .image {
      position: absolute;
      margin-bottom: 0%;
  }
  .image img{
      margin-top: 0vw;
      max-width: 35vw;
      border-radius: 0.8vw;
      max-height: 50vh;
  }

  video{
    max-width: 30vw;
    border-radius: 5px;
    
  }
  .image2 img{
    width: 30vw;
  }
  .image img{
    margin-bottom: 5vh;
  }
  .rotkaeppchen{
    width: 30vw;
    margin-left: 15vw;
  }



  
  
  /*___TEXT____________________________________________________*/
h2{
    font-size: 1.6vw;
}

  .about-text {
      margin-left: 35vw;
      width: 35vw;
      font-weight: 100;
      font-family: alternate-gothic-atf, sans-serif;
      font-size:1vw;
      line-height: 1.7vw;
      letter-spacing: 0.05em;
      color: white;
      text-align: left;
  }
  
  .about-text a{
    color: rgba(150, 100, 0, 1.0);
    text-decoration: none;
  }
  .about-text a:hover{
    color: rgba(180, 130, 30, 1.0);
    text-decoration: underline;
  }
  
  .about-text .bolder{
    font-weight: 300;
  }
  
  
  
  
  /*_______________________________________________________*/
  
  
  
  
  /*animation*/
  .animated {
      animation-duration: 0.5s;
      animation-fill-mode: both;
    }
    /*_______________________________________________________*/
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -100px, 0);
    }
  
    to {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInDown {
    animation-name: fadeInDown;
  }
  .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  
  /*_______________________________________________________*/
  
  
  @keyframes zoomIn {
    from {
      opacity: 0;
      transform: scale3d(.1, .1, .1);
    }
    50% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(0)
    }
    to {
      -webkit-transform: scale(1)
    }
  }
  
  
  .zoomIn {
    animation-name: zoomIn;
  }
  
  
  
  /*_______________________________________________________*/
  /*_______________________________________________________*/
  
  @media only screen and (max-width: 700px) {
  
    .headline{
          margin-top: 2.5vh;
          width: 100vw;
          font-weight: 400;
          font-family: MyFont, alternate-gothic-atf, sans-serif;
          font-size:5vw;
          text-transform: uppercase;
          letter-spacing: 0.4em;
          text-align: center;
          color:rgba(200,200,200,0.1);
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: white;
    }
  
 
  
   body::-webkit-scrollbar{
     display: none;
   }

   .row {
    margin-top: 4vh;
    margin-bottom: 10vh;
    height: 60vh;
    width: 100vw;
    border-bottom: 5px;
}
.row2 {
  margin-top: 4vh;
  margin-bottom: 10vh;
  height: 60vh;
  width: 100vw;
  border-bottom: 5px;
}

/*____IMAGE___________________________________________________*/
img{
  border-radius: 5px;
}
.image {
    position: absolute;
    margin-bottom: 0%;
}
.image img{
    margin-top: 0vw;
    max-width: 95vw;
    border-radius: 0.8vw;
}

video{
  max-width: 90vw;
  margin-left: 5vw;
  border-radius: 5px;
  
}
.image2 img{
  width: 90vw;
  margin-left: 5vw;
}
.image img{
  margin-bottom: 5vh;
}
.rotkaeppchen{
  width: 90vw;
  margin-left: 5vw;
}

  
  
  
  h3{
    font-size: 9vw;
  }
  
  
  }
  