/* Extra small devices (portrait phones, less than 576px)
   No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */




@media (min-width: 576px) {
   .carousel-caption {
      font-size: 140%;
      letter-spacing: 2px;
      position: absolute;
      top: 1%;
      left: 10%;
      text-align: left;
      text-shadow: 0 1px 2px rgba(90, 88, 88, 0.6);
      display: inline-block;
   }

   .parallax {
      height: 100vh;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }

  .plx1 {
   background-image: url('../images/Register_bearbeitet.png');
   height: 85vh;
}

h3 {
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 18px;
   line-height: 140%;
   color: orange;
   letter-spacing: 2px;
   font-weight: bold;
}
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
   .carousel-caption {
      font-size: 190%;
      letter-spacing: 2px;
      position: absolute;
      top: 1%;
      left: 10%;
      text-align: left;
      text-shadow: 0 1px 2px rgba(90, 88, 88, 0.6);
      display: inline-block;
   }

   .parallax {
      height: 100vh;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }

  .plx1 {
   background-image: url('../images/Register_bearbeitet.png');
   height: 60vh;
   
}

h3 {
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 17px;
   line-height: 140%;
   color: orange;
   letter-spacing: 2px;
   font-weight: bold;
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {

.carousel-caption {
      font-size: 200%;
      letter-spacing: 2px;
      position: absolute;
      top: 20%;
      left: 10%;
      text-align: left;
      text-shadow: 0 1px 2px rgba(90, 88, 88, 0.6);
      display: inline-block;
   }


.parallax {
      height: 100vh;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }

  .plx1 {
   background-image: url('../images/Register_bearbeitet.png');
   height: 60vh;
}


h3 {
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 22px;
   line-height: 140%;
   color: orange;
   letter-spacing: 2px;
   font-weight: bold;
}
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

.carousel-caption {
      font-size: 250%;
      letter-spacing: 2px;
      position: absolute;
      top: 30%;
      left: 10%;
      text-align: left;
      text-shadow: 0 1px 2px rgba(90, 88, 88, 0.6);
      display: inline-block;
   }

   .parallax {
      height: 100vh;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .plx1 {
   background-image: url('../images/Register_bearbeitet.png');
   height: 35vh;
}

h3 {
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 25px;
   line-height: 140%;
   color: orange;
   letter-spacing: 2px;
   font-weight: bold;
}
}

@media (min-width: 1400px) {

.carousel-caption {
      font-size: 250%;
      letter-spacing: 2px;
      position: absolute;
      top: 30%;
      left: 10%;
      text-align: left;
      text-shadow: 0 1px 2px rgba(90, 88, 88, 0.6);
      display: inline-block;
   }

   .parallax {
      height: 100vh;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }

  .plx1 {
   background-image: url('../images/Register_bearbeitet.png');
   height: 33vh;
}

}