@media (max-width: 768px) { 

h1 {
    font-weight: bold;
    margin: 1em 0 0.5em;
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
}

h2 {
    font-weight: bold;
    margin: 1em 0 0.5em;
    display: block;
   
    font-size: 18px;
    line-height: 1.5em;
}
  
  .container.main {
    margin-left: 15px;
    margin-right: 15px;
  }
    .telTop {display: block;}
  .row.top .right, .row.top {
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  
 
 .logo img { 
  max-width: 70%;
  max-height: 70%;
  }


}


@media (max-width: 991px) { 
 .maincontent #mehrInfos   {margin-bottom: 1.5em;}

}