/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  
  .headline, .headline a {
      background: #d2d2d2;
      color: #000;
      font-size:10px;
  }
  

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
           
      .contact-top {text-align:right;}
      
       
      #logo-wrapper, #logo, #logo a {
          display: block;
          margin: auto;
          text-align:center;
      }      
      .articles .firstSM {clear:left;}   
      
      .top-right {margin-top: 5px;}                
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
       .head {display:none;}
       .itemid-109 .head {display:block;}
       .logo_m_nav {
          float: right;
          max-width: 40px;
          padding-top: 10px;
        }

      #my-icon {float:left;}
        .top-right {text-align:center;}
      .contact-top {text-align:center;}
      .name-top {text-align:center;}
      
      /********************
       *  Mobile Nav
       ********************/
      #mobile_nav .hamburger {
        padding-bottom: 10px;
      }
      
      #mobile_nav .mobile_nav_head {
        display: block;
        float: left;
        padding-top: 17px;
        font-size: 18px;
        line-height: 21px;
        padding-left: 0px;
      }
      #mobile_nav .mobile_nav_head a {color: #444;}
      
      .slider-wrapper.theme-default {width:100%;}
      div.article_images_block.slider-wrapper {margin-right: 0px;}
      
      .brautkleid-buttons {
        width:100%
      }
    

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
     .headline { text-align:center;}
     .name-top {text-align:center;}
     
     .fotorama__arr--prev, .fotorama__arr--next {display:none;visibility: hidden;} 
     
     
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}