@media(max-width:767px) {
  .adressen {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .main {
    line-height: 1.8em;
    background: none;
  }
  .main .col {
    background: url(../img/bg_IngoHallwass_SM.png); 
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 2em;
    background-color: white;
    margin-bottom: 1em;
  }
  #jamedia {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    position: relative !important;
    right: 5px;
    top: 25px;  
  }
  .modal-dialog {
    /* margin-left: 17px; */
    margin-left: 0;
  }
  .welcome .modal-dialog {
    margin-left: auto;
  }
  .adressen {
    padding-left: 15px;
    margin-top: 1em !important;
  }
  .fueller {
    margin-top: 1rem;
    text-align: center;
    margin-left: -13%;
  }
  .fueller img {
    margin-top: 0 !important;
  }
  .footer a {
    margin-left: 1.5em;
  }
  img.welcomebild {
    margin-top: -95px;
    position: relative;
  }
  #tour .modal-dialog {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-device-width: 767px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    text-decoration: underline;
    color: #5f4f49;
  }
}
@media(min-width:768px) {
  a.praxis {
    margin-left: 15px;
  }
  .main {
    margin-top: 2em;
    line-height: 1.5em;
    background-position: 0 2.2em;
  }
  .main .w500 {
    margin-bottom: 1.5em; 
  }
  .main .col {
    background: url(../img/bg_IngoHallwass_SM.png);
    background-repeat: no-repeat;
    background-position: 0 2em;
    background-size: 100%;
    min-height: 485px;
    margin-bottom: 1em;
    padding-left: 2em
  }
  .main .col.links {
    background-size: 200%;
    border-right: 1px solid white;
  }
  .adressen {
    margin-top: 2.4em;
  }
  #jamedia {
    left: -94px;
  }
  .col3 {
    min-height: 550px !important;
  }
  .hinweis {
    padding-left: 3.5rem;
  }
}
@media(min-width:992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
  .main {
    background: url(../img/bg_IngoHallwass.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 2em;
    min-height: 590px;
    margin-top: 1em;
}
  .main .col {
    padding-left: 2em;
    background: none;
  }
  .vita, .leistungen {
    border-right: 1px solid white;
  }
  .leistungen.last {
    border-right: none;
  }
  .adressen {
    margin-top: 2.5em;
  }
  .logo {
    padding: 0 30px;
  }
  #jamedia {
    left: -155px;
  }
}
@media(min-width:1200px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
  .main {
    min-height: 590px;
  }
  .adressen {
    margin-top: 3.2em;
  }
  .logo {
    padding: 0 15px;
  }
  #jamedia {
    left: -94px;
  }
}

