@media screen and (max-width: 1000px) {

  #teaser ul li div{
    width: 90%;
    left: 5%;
  }

  .container{
    width: 90%;
    margin: 0 5%;
  }

  #teaser ul li div *{
    font-size: 26px;
    line-height: 36px;
  }

  #teaser ul li div a{
    font-size: 22px;
    padding: 5px 10px;
  }

  .centercol.notop{
    margin-top: 0px;
  }

  .centercol{
    display: none;
  }

  .leftcol{
    float: left;
    width: 48%;
    margin-right: 2%;
  }

  .rightcol{
    float: left;
    width: 48%;
    margin-left: 2%;
  }

  .c2acont{
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .c2a .container{
    text-align: center;
  }

  .imgleft, .imgright{
      max-width: 50%;
      height: auto;
  }

  a.c2alink{
    float: none;
  }

  .pg{
    width: 100%;
    margin: 25px 0;
  }

  .sideimg{
    display: none;
  }

  .tmcont.twothirds{
    width: 100%;
  }

  .usp{
    width: 45%;
  }

  .blogblok{
    width: 45%;
  }

  .blognav span.left, .blognav span.right{
    display: none;
  }

  .contactform{
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .contactblok{
    width: 100%;
    margin-left: 0;
  }

  #mobilenav{
    display: block;
  }

  #mainmenu{
    width: 100%;
    display: none;
  }

  #mainmenu ul{
      position: relative;
      float: right;
      width: 100%;
      padding: 5px 0;
  }

  #mainmenu ul li{
    width: 100%;
    background-position: 92% 17%;
    float: right;
  }

  #mainmenu ul li>ul{
      display: block;
      position: relative;
      float: right;
      width: 90%;
      margin-left: 10%;
  }

  #mainmenu ul li ul li >ul{
      display: block;
      position: relative;
      width: 90%;
      margin-left: 10%;
      right: 0;
  }


  img.blogside{
    float: left;
    width: 100%;
    margin: 0 0 15px;
    max-width: none;
  }

}
