/*
Theme Name: KLUGHEIM
Theme URI: http://www.webtaculos.com/
Description: KLUGHEIM
Author: Alex Burdulea
Author URI: http://www.webtaculos.com/
Version: 1.0
*/
/* silence is golden */

@media only screen and (max-width: 1030px) {
  #start .row .col-sm-7{
    width: 100%;
  }
  #start .main-width{
      background-position: center 100%!important;
      padding-bottom: 375px;
  }

}
.map iframe{
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .text-lg{
    font-size: 18px;
  }
}
@media only screen and (max-width: 420px) {
  #start .main-width{
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 380px) {
  #start .main-width{
    padding-bottom: 290px;
  }
}
@media (min-width: 768px) {
    .row.vertical-align {
        display: flex;
        align-items: center;
    }
}
