/* Mixins */
/* Variablen */


/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /* *** Grid *** */
  #page {
    max-width: 960px; }
  header.site-header {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: auto;
    min-height: 155px; }
  /* NAV */
  .menu-toggle {
    display: block;
    z-index: 999; }
    .menu-toggle:focus {
      outline: none; }
  header.site-header nav.main-navigation {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%; }
    header.site-header nav.main-navigation .menu-hauptnav-container {
      width: auto;
      display: none; }
      header.site-header nav.main-navigation .menu-hauptnav-container ul li {
        display: block;
        float: none;
        width: auto;
        margin-bottom: 8px; }
        header.site-header nav.main-navigation .menu-hauptnav-container ul li a {
          display: block;
          text-align: center;
          line-height: 40px;
          max-width: 300px;
          margin: 0 auto;
          border-left: none;
          border-right: none;
          border-bottom: 1px solid #e1e2e3; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* *** Grid *** */
  #page {
    max-width: 540px; }
  .tn_image {
    margin-bottom: 15px;
    padding-top: 60%; }
  .content-area-index .site-main article {
    padding-bottom: 0; }
    .content-area-index .site-main article .entry-footer {
      height: auto; }
      .content-area-index .site-main article .entry-footer .sharebuttons, .content-area-index .site-main article .entry-footer .catlist, .content-area-index .site-main article .entry-footer .posted-on {
        float: none;
        padding-bottom: 5px; }
  .content-area-index .search #search {
    width: 160px; }
  header.site-header h1.site-title {
    width: 210px;
    height: 55px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {
  /* *** Grid *** */
  #page {
    min-width: 320px; }
  header.site-header h1.site-title {
    height: 40px; }
  header.site-header h4.descr {
    margin-bottom: 10px; }
  header .search {
    position: relative;
    right: 0px;
    top: 0px;
    float: left;
    display: none; }
  header .search.showit {
    display: block; }
  .menu-toggle {
    top: 20px; }
  .navigation {
    height: auto; }
    .navigation ul li.button_wrap {
      position: relative;
      display: block;
      float: none; }
      .navigation ul li.button_wrap a {
        max-width: 200px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /* keine Styles */ }
