﻿/* dark blue */
/* dark blue */
/* purple */
/* light gray */
/* light gray */
/* light gray */
/* light gray */
/* light gray */
/* gray */
@media (min-width: 768px) {
  h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
    margin-top: 0;
  }
  .film_roll_prev,
  .film_roll_next {
    top: 60px;
  }
  .page,
  .sidebar {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .page .responsive-banner {
    border: solid 1px #c0ccd6;
    max-width: 712px;
  }
  .page .responsive-banner span.text {
    position: static;
    width: calc(100% - 360px);
    border: none;
  }
  .page .responsive-banner span.text:before, .page .responsive-banner span.text:after {
    width: calc(100% - 375px);
  }
  .page .responsive-banner span.header {
    font-size: 36px;
  }
  .page .responsive-banner span.subheader {
    font-size: 19px;
  }
  .page .responsive-banner span.image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 360px;
    border: none;
    border-left: solid 1px #c0ccd6;
    margin: 0;
    /*min-height: auto;*/
    min-height: 121px;
  }
  .page .sidebar .responsive-banner {
    max-width: 360px;
  }
  .page .sidebar .responsive-banner span.image {
    max-width: 360px;
  }
  .intro-blocks a {
    width: calc(33.33333333% - 24px);
    float: left;
  }
  .intro-blocks a:nth-of-type(odd) {
    margin: 0;
    clear: none;
  }
  .intro-blocks a:nth-of-type(even) {
    margin: 0;
  }
  .intro-blocks a:nth-of-type(n+1),
  .intro-blocks a:nth-of-type(3n+2) {
    margin-right: 18px;
  }
  .intro-blocks a:nth-of-type(3n+2),
  .intro-blocks a:nth-of-type(3n+3) {
    margin-left: 18px;
  }
  .intro-blocks a:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .intro-blocks a:nth-of-type(3n+1) {
    clear: both;
  }
  .intro-blocks a:nth-of-type(0) {
    clear: none;
  }
}
@media (min-width: 992px) {
  main .cover {
    height: 25vh;
  }
  .search .col-xs-12 {
    padding: 0;
  }
  footer .footer-content {
    margin-top: 30px;
    padding: 50px 0;
  }
  footer .footer-disclaimer .rights-reserved,
  footer .footer-disclaimer .social span {
    display: inline;
  }
  #page_webshop_products .product .product-image {
    min-height: 100px;
    min-width: 100px;
  }
  #page_webshop_products .product .product-image img {
    width: 100px !important;
  }
}
