@media only screen and (min-width: 335px) {
  #startseite h1 {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 450px) {  
  #tx-powermail_kontaktFormular .container-2 {
    width: 66%;
  }

  #tx-powermail_kontaktFormular .container-3 {
    width: 32%;
  }  
}

@media only screen and (min-width: 475px) {
  /* Bild & Text links ausgerichtet */
  div.csc-textpic.csc-textpic-intext-left figure {
    float: left;
  }

  .container-4 div.csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap,
  .container-4 div.csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap {
    width: 50%;
  }

  div.csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap,
  div.csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap {
    width: 43%;
  }

  /* Bild & Text rechts ausgerichtet */
  div.csc-textpic.csc-textpic-intext-right figure {
    float: right;
    margin-right: 2px;
  }

  .news-list-container .news-list-item.opacity .news-img-wrap,
  .news-single-item-image {
    float: left;
    margin: 10px !important;
  }
  
  #mobileBrandNavigation {
    clear: both;
  }  
  
  #mainNavigation {
    text-align: right;
  }
  
  ul.level1 a {
    margin: 0px 25px 0px 0px !important;
  }  
  
  #socialMedia {
    padding: 0px 27px 0px 0px !important;
    text-align: right;
  }  
  
  #privacy li {
    margin: 0px 35px 0px 0px !important;
  }

  #startseite h1 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 744px) {
  #mainNavigation {
    margin: 0px !important;
  text-align: right;
    width: 100% !important;
  }

  #logoMusikMeyer {
    max-width: 170px;
    position: relative;
  }

  #logoMusikMeyer img {
    width: 170px;
    height: 87px;
  }

  #contentSeperatorTop {
    height: 10px;
  }

  #wrapper {
    position: relative;
    top: -28px;
    margin-bottom: -28px;
  }
}

@media only screen and (min-width: 745px) {
  #toggleMainNavigation {
    margin-top: 57px;
  }

  #logoMusikMeyer {
    max-width: 249px;
    float: none;
    position: absolute; 
    margin: 0px !important; 
  }

  #logoMusikMeyer img {
    width: 249px;
    height: 127px;
  }

  #startseite h1 {
    font-size: 1.8em;
  }  
  
  #startseite p {
    font-size: 1.375em;
    line-height: 1.500em;
  }  
  
  span.news-list-caption,
  h1, h2, h3 {
    line-height: 1.250em;
  }  
  
  span.news-list-caption,
  h1  {
    font-size: 1.875em;
  }

  h2  {
    font-size: 1.750em;
  }

  h3  {
    font-size: 1.500em;
  }  

  #contentSeperatorTop {
    height: 15px;
  }
  
  #content {
    padding-top: 70px;
  }
  
  #mainNavigation {
    position: absolute;
    right: 0px;
    /* top: 139px; */
    z-index: 99;
    width: 30%;
  }
}

@media only screen and (min-width: 780px) {
  #mobileBrandNavigation {
    display: none;
  }

  #brandNavigation {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 100;
  }  

  #brandNavigation li:hover,
  #brandNavigation li:focus,
  #brandNavigation li:active  {
    box-shadow: 2px 2px 8px #000000;
    transform: scale(1.1);
    transition: all 0.2s ease-in-out 0s;
  }
}

@media only screen and (max-width: 930px) {
  #news-browser .newsList,
  #news-browser .newsNext,
  #news-browser .newsPrev {
    display: block;
    float: none;
    text-align: left;
  }

  #news-browser .newsList a,
  #news-browser .newsNext a,
  #news-browser .newsPrev a {
    display: block;
    padding: 0.500em 0px;
  }
}

@media only screen and (min-width: 780px) and (max-width: 960px) {
  #newsList .news-list-container .news-list-item .news-img-wrap, 
  #startseite .news-list-container .news-list-item .news-img-wrap {
    max-width: 130px;
  }

  #newsList .news-list-container .news-list-item h2,
  #startseite .news-list-container .news-list-item h2 {
    margin: 0px 0px 0px 152px;
    font-size: 1em;
  }
}

@media only screen and (min-width: 960px) {
  #startseite h1 {
      font-size: 2.5em;
  } 
}

@media only screen and (min-width: 1192px) {
  #toggleMainNavigation {
    display: none;
  }
  
  #mainNavigation {
    display: block !important;
    height: 124px;
    position: static;
    width: 100%;
  }

  ul.level1 li:hover ul.level2,
  ul.level1 li:focus ul.level2,
  ul.level1 li:active ul.level2 {
    display: inline;
  }

  .firstItemLevel1 {
    padding-top: 0px;
  }

  ul.level2   {
    position: absolute;
    background-color: transparent;
    margin-top: 15px;
    display: none;
  }  
  
  ul.level2 li {
    display: inline;
    padding-left:5px;
  }
  
  ul.level2 a:link,
  ul.level2 a:visited,
  ul.level2 a:focus,
  ul.level2 a:hover,
  ul.level2 a:active {
    color: #8e8f8f;
    text-decoration: none; 
    display: inline; 
  }

  ul.level1   {
    float: left;
    text-align: left;
  }  
  
  ul.level1 a {
    line-height: 1.000em;
    margin: 0px 15px 0px 0px !important;
  }
  
  ul.level1 li.slideLevel1 {
    display: table-cell;
    border: 0px;
  }
  
  ul.level1 a.toggleLevel2 {
    padding: 55px 5px 5px 5px;
    display: block;
  }
  
  ul.level1 a.currentlevel1:link,
  ul.level1 a.currentlevel1:visited,
  ul.level1 a.currentlevel1:hover,
  ul.level1 a.currentlevel1:focus,
  ul.level1 a.currentlevel1:active  {
    color: #ffffff;
    text-decoration: none;
    background-color: #8e8f8f;
  }

  ul.level1 li.currentListItem ul.level2 {
    display: block;
  }

  #tx-powermail_kontaktFormular .submitRange {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  
  .container-2,
  .container-8 {
    width: 66%;
  }

  .container-3 {
    width: 32%;
  }  
  
  .container-5 {
    width: 49%;
  }  
  
  #tx-powermail_kontaktFormular #powermail_field_plz,
  #tx-powermail_kontaktFormular #powermail_field_ort {  
    width: 100%;
  }  
  
  #tx-powermail_kontaktFormular .container-2,
  #tx-powermail_kontaktFormular .container-3  {
    width: 100%;
    float: none;
  }  
}

@media only screen and (min-width: 1298px) {
  p, a, ul, ol {
    font-size: 1.250em;
    line-height: 1.500em;
  }

  #teamCategory p {
    font-size: 1.125em;
    line-height: 1.375em;
  }

  span.news-list-caption,
  h1, h2, h3 {
    line-height: 1.375em;
  }  
  
  span.news-list-caption,
  h1  {
    font-size: 2.500em;
  }

  h2  {
    font-size: 2.000em;
  }

  h3  {
    font-size: 1.875em;
  }
  
  #startseite h1 {
    font-size: 3.5em;
    line-height: 1.125em;
  }  
  
  #startseite p {
    line-height: 1.750em;
  }    
  
  .container-2,
  .container-8 {
    width: 70%;
  }

  .container-3 {
    width: 28%;
  }  

  #contentSeperatorTop {
    height: 20px;
  }

  #logoMusikMeyer {
    max-width: 329px;
  }

  #logoMusikMeyer img {
    width: 329px;
    height: 168px;
  }

  #additionalNavigation {
    padding: 45px 0px 0px 0px;
    float: right;
  }
  
  ul.level1 li.lastItemLevel1 a {
    margin-right: 0px !important;
  }  
  
  #tx-powermail_kontaktFormular .submit {
    width: 50%;
  }  

  #mainNavigation {
    height: 164px;
  }
}

@media only screen and (min-width: 1435px) {  

#startseite h1 {
    font-size: 4em;
    line-height: 1.125em;
  }
  #tx-powermail_kontaktFormular .container-2 {
    float: right;
    width: 66%;
  }

  #tx-powermail_kontaktFormular .container-3 {
    float: left;
    width: 32%;
  }  
}

/* Zander 24.04.2015 */
@media only screen and (max-width: 420px) {
  #logoMusikMeyer {
    max-width: 120px;
    position: relative;
  }

  #logoMusikMeyer img {
    width: 120px;
    height: 60px;
  }
#toggleMainNavigation {
    margin: 14px 25px 25px 10px;
    padding: 5px 15px;
  }
}
