/* 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: 360px) {
   

   #display {
      font-family: 'Times New Roman', Times, serif;
      font-size: 18pt;
      line-height: 140%;
      color: white;
      letter-spacing: 2px;
      padding-left: 1%;
      text-shadow: 1px 1px 2px rgb(131, 122, 90);
  }
  
  #display_2 {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 12pt;
      font-weight: bold;
      line-height: 140%;
      color: white;
      letter-spacing: 2px;
      padding-left: 1%;
      text-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(197, 143, 143, 0.19);
  
      margin-top: 1%;
  }
  
  .form-control {
      background-color: rgba(179, 171, 111, 0.4);
      font-size: 0,2rem;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
      color: white;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(197, 143, 143, 0.19);
      
  }

  h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(131, 122, 90);
    letter-spacing: 2px;
    font-size: 12pt;
    font-weight: bold;
    line-height: 140%;
}
#navbar-brand {
    background-position: center;
    padding-left: 5%;
    
}
.carousel-caption {
    font-size: 18pt;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0%;
    
    padding-bottom: 15%;
    padding-left: 1%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(90, 88, 88, 0.9);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
}


}



 

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
   #display {
      font-family: 'Times New Roman', Times, serif;
      font-size: 30pt;
      line-height: 140%;
      color: white;
      letter-spacing: 2px;
      padding-left: 1%;
      text-shadow: 1px 1px 2px rgb(131, 122, 90);
  }
  
  #display_2 {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 14pt;
      font-weight: bold;
      line-height: 140%;
      color: white;
      letter-spacing: 2px;
      padding-left: 1%;
      text-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(197, 143, 143, 0.19);
  
      margin-top: 1%;
  }
  
  .form-control {
      background-color: rgba(179, 171, 111, 0.4);
      font-size: 1,5rem;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
      color: white;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(197, 143, 143, 0.19);
      
  }

  h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(131, 122, 90);
    letter-spacing: 2px;
    font-size: 16pt;
    font-weight: bold;
    line-height: 140%;
}

#navbar-brand {
    background-position: center;
    padding-left: 4%;
    
}
.carousel-caption {
    font-size: 18pt;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0%;
    height: 10%;
    padding-bottom: 5%;
    padding-left: 1%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(90, 88, 88, 0.9);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
}

}
/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {

   #display {
      font-family: 'Times New Roman', Times, serif;
      font-size: 30pt;
      line-height: 140%;
      color: white;
      letter-spacing: 2px;
      padding-left: 1%;
      text-shadow: 1px 1px 2px rgb(131, 122, 90);
  }
  
  #display_2 {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 15pt;
      font-weight: bold;
      line-height: 140%;
      color: white;
      letter-spacing: 2px;
      padding-left: 1%;
      text-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(197, 143, 143, 0.19);
  
      margin-top: 1%;
  }
  
  .form-control {
      background-color: rgba(179, 171, 111, 0.4);
      font-size: 12pt;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
      color: white;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(197, 143, 143, 0.19);
      
  }

  h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(131, 122, 90);
    letter-spacing: 2px;
    font-size: 14pt;
    font-weight: bold;
    line-height: 140%;
}

#navbar-brand {
    background-position: center;
    padding-left: 5%;
    padding-right: 5%;
}
.carousel-caption {
    font-size: 20pt;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0%;
    height: 10%;
    padding-bottom: 4%;
    padding-left: 1%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(90, 88, 88, 0.9);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
}

}




/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

#display {
      font-family: 'Times New Roman', Times, serif;
      font-size: 30pt;
      line-height: 140%;
      color: white;
      letter-spacing: 2px;
      padding-left: 1%;
      text-shadow: 1px 1px 2px rgb(131, 122, 90);
  }
  
  #display_2 {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 16pt;
      font-weight: bold;
      line-height: 140%;
      color: white;
      letter-spacing: 2px;
      padding-left: 1%;
      text-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(197, 143, 143, 0.19);
  
      margin-top: 1%;
  }
  
  .form-control {
      background-color: rgba(179, 171, 111, 0.4);
      font-size: 1,5rem;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bold;
      color: white;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(197, 143, 143, 0.19);
      
  }

  h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(131, 122, 90);
    letter-spacing: 2px;
    font-size: 16pt;
    font-weight: bold;
    line-height: 140%;
}

#navbar-brand {
    background-position: left;
    padding-left: 1.2%;
    padding-right: 5%;
}

.carousel-caption {
    font-size: 25pt;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0%;
    height: 10%;
    padding-bottom: 3.5%;
    padding-left: 1%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(90, 88, 88, 0.9);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
}


}

/*TopVideoBalkenLinks*/

/*

#TopVideoBalkenRechts {
      display: none;
   }


*/