/* ====================
Max 480
 ====================*/


/* ====================
 MAX 767
 ==================== */

@media only screen and (max-width: 767px)  {
   
   .wrap  {
       padding-top:40px;
       padding-bottom: 40px;
   }
   
   #about   {
     
   }
   
   
   .productcontainer   {
       margin-top:40px;
  
   }
    
    #bg-image {
        clear:both;
        background: url("poster480.png")  no-repeat center;
        background-color: #eee;
        height:270px;
    }
   
   #navigation-container   {
        margin-top: 10px;
    }
    
    #logobox    {
        margin-left: 12px;
        width: 85px;
    }
    
    nav li.lang-item {
        padding-right: 10px;
    }
    
  nav li.menu-item, nav li.lang-itemlast  {
        padding-right: 20px;
        padding-left: 10px;
    }

    
    nav a:link,
    nav a:visited   {
        
    }
    
    .left, .right, .middle, .leftitem,  .footer_item1, .footer_item2, .footer_item3   {
        float:left;
        width:100%;
    }
  
  .footer_item1, .footer_item2, .footer_item3   {
      text-align: center;
  }
    
    .products_row {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 0px;
        
    }
   
   .products_row > div  {
       width: 90%;
      
    }
    
 
    
    .colum2_1,   .colum2_2, .colum2_3,   .colum2_4, .colum2_5, .colum2_6  {
        margin: 0;
        width:100%;
        float: none;
        margin-top: 60px;
  
    }
    
    .colum2_5, .colum2_6 {
        margin-top: 0;
    }
    
    .colum2_1, .colum2_3 {
         text-align: center;
    }
    
    .postercontainer {
        height: 320px;
    }
    
    .bannercontainer {
        height: 280px;
    }
    
    .postertekst-box, .bannertekst-box {
       max-width: 90%;
    }
    
 
    
   
    .product_caption {
        padding-bottom: 100px;
    }
    .customer_logo   {
        width:80%;
    }
    
    .video     {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .iphone-s-imgbox  {
/*        width: 278px;*/
/*        height: 514px;*/
        margin-left: auto;
        margin-right: auto;
    }
    
    .iphone-imgbox, .iphone-imgbox-silver,  .iphone11-imgbox  {
        width: 280px;
/*        height: 569px;*/
       
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    
    .iphone-imgbox .ani  {
        position: absolute;
        width: 241px;
        height:427px;
        left: 20px;
       top: 71px;
    }
    
    
   .iphone-imgbox-silver .ani {
        position: absolute;
        width: 246px;
        height:437px;
        margin: 0;
        left: 17px;
        top: 63px;
        
    }
   

   
    #footer {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        
    }
    
    .floatleft, .floatright   {
        float: none;
    }
    
    
    h1  {
        font-size: 32px;
    }

    #holidays,   #calendars, #clictric, #wines, #noto, #cook, #facemix, #floatingmemory   {
        background-size: cover;
    }
   
   #floatingmemory  {
       background-size: contain;
   }
   
    #noto {
         background:  radial-gradient( rgba(0,0,0,0.1) ,  rgba(0,0,0,0) 100%),  url(images/poster-noto.jpg)  50% 90% no-repeat ;
      background-size: 100%,240px;
      background-color: rgba(44,164,221,1);
    }
    
 }
/* ====================
TABLET 768
 ==================== */

@media only screen and (min-width: 768px) and (max-width: 990px) {
    
 .wrapper,  .productcontainer {
     width: 94%;
    }
    
    .iphone-imgbox, .iphone-imgbox-silver, .iphone11-imgbox  {
        width: 300px;
/*        height: 610px;*/
    }
    
    .video     {
        width: 300px;
    }
    
    .iphone-imgbox .ani {
        width: 258px;
        height:458px;
        left: 21px;
        top: 76px;
    }
    
    .iphone-imgbox-silver .ani {
        width: 262px;
        height:466px;
        left: 19px;
        top: 70px;
    }

    .products_row {
        width: 100%;
    }

    .postercontainer {
        height: 480px;
    }
    
    .bannercontainer {
       height: 420px;
    }
 
    
    .postertekst-box, .bannertekst-box {
      max-width: 688px;
    }
    
    h1  {
        font-size: 54px;
    }
    
}

/* ============
 WIDE screen
 ============ */
@media only screen and (min-width: 1200px) {
    
    .wrapper, .postertekst-box,   footer {
        width: 1140px; /* 1026 = 1140px - 10% for margins */
        margin: 0 auto;
    }
}
/* ============
 EXTRA WIDE screen
 ============ */
@media only screen and (min-width: 1920px) {
    #clictric {
        background: radial-gradient( rgba(0,0,0,0.1) ,  rgba(0,0,0,0) 40%),  url(images/poster-clictric-xl.jpg) center/cover  no-repeat   ;
        background-color: #14A7C5;
    }
    
    
}
