@media (max-width: 768px) {
  #content {
    top: 60px;
  }
  
  h1 {
        font-size: 28px;
    }
    
    .extra-large-h1 {
        font-size: 50px;
    }
  .btn {
        font-size: 16px;
    margin-top: 25px;  
    padding: 5px 10px;
    }
  
  
/** NAV Start **/
  .navbar-brand > img {
    height: 40px;
  }
  .navbar > .container .navbar-brand {
    padding: 10px 15px;
  }
  .navbar.navbar-default .navbar-toggle {
    margin-top: 0;
    padding: 0 15px 0 10px;
    
  }
/** NAV END **/

  
/** Overlay Video HOME **/
  
  
    .inner-overlay .btn-white {
        font-size: 16px;
    margin-top: 25px;  
    padding: 5px 10px;
    }
    .inner-overlay h1 {
    font-size: 28px;   
  }
  .inner-overlay h2 {
    font-size: 16px; 
    line-height: 22px;
  }
  .visible-xs.embed-responsive-item {
    /*background-image: url("../images/2018/home/hofburg/hofburg_novideo.jpg");*/
    background-image: url("../../user_upload/2019/header_images/Header_Visual2019_900x1600px.jpg");
    background-repeat: no-repeat;
    background-size:cover;
  }
  
  /** quote **/
  .quote-big {
    font-size: 28px;
    line-height: 30px;
  }
  
  /**CAROUSEL**/
  .carousel-first-name, .carousel-last-name {
        font-size: 18px;
      line-height: 22px; 
  }
}

@media (max-width: 410px) {
  
    .inner-overlay .btn-white {
        font-size: 14px;
    margin-top: 20px;  
    padding: 5px 10px;
    }
    .inner-overlay h1 {
    font-size: 25px;   
  }
  .inner-overlay h2 {
    font-size: 14px; 
    line-height: 18px;
  }
}
@media (max-width: 768px) and (orientation : portrait){
  
  .embed-responsive-16by9 {
    height: 100vh;
    width: auto;
  }
  
  .visible-xs.embed-responsive-item, .imprint.embed-responsive-item {
    /*background-image: url("../images/2018/home/hofburg/hofburg_novideo_portrait.jpg");*/
    background-image: url("../../user_upload/2019/header_images/Header_Visual2019_900x1600px.jpg");
    background-repeat: no-repeat;
    background-size:cover;
  }
}