/* ... 980px width and more ...
-------------------------------------------------------------------------------------------------*/
@media(min-width: 980px) {
  html {
    overflow-y: scroll;
  }
}
/* ... 980px width and more ... END
-------------------------------------------------------------------------------------------------*/



/* ... 960px width and less ... 
-------------------------------------------------------------------------------------------------*/
@media(max-width: 960px) {
  #servicenav,
  .mod_form.search {
    margin-right: 10px;
  }
  #header .header {
    margin-left: 10px;
  }
}
/* ... 960px width and less ... END
-------------------------------------------------------------------------------------------------*/



/* ... 768px width and less ...
-------------------------------------------------------------------------------------------------*/
@media(max-width: 768px) {
  #servicenav,
  header #mainnav_1,
  #mainnav_2,
  #subnavhead,
  #subnav {
    display: none;
  }
  #touchnav {
    display: block;
    margin-top: 55px;
  }
  #header .header {
    clear: both;
    float: none;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .mod_form.search {
    position: static;
    margin: 0 0 0 20px;
  }
  #container,
  #main,
  #right {
    display: block;
    width: auto;
  }
  #right > .inside {
    padding-top: 20px;
  }
  .footer .address p {
    float: none;
  }
  .footer .address p:after {
    display: none;
  }
  .teaser img,
  .float_left,
  .float_right {
    float: none;
    margin: 0;
    display: inline-block;
  }
  .ce_metamodels_frontendfilter {
    float: none;
    width: auto;
  }
  .ce_metamodel_list.fe_list {
    width: auto;
  }
}
/* ... 768px width and less ... END
-------------------------------------------------------------------------------------------------*/



/* ... 449px width and less ... 
-------------------------------------------------------------------------------------------------*/
@media(max-width: 449px) {
  #header .header {
    margin-top: 35px;
    margin-right: 10px;
    display: block;
  }
}
/* ... 449px width and less ... END
-------------------------------------------------------------------------------------------------*/


