button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover,
  button:focus, input[type="button"]:hover,
  input[type="button"]:focus, input[type="reset"]:hover,
  input[type="reset"]:focus, input[type="submit"]:hover,
  input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active,
  a:focus,
  a:hover {
    color: #2c5999; }
  a:active,
  a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  box-sizing: inherit; }

.lead {
  text-align: center;
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 100%; }
  .lead img {
    display: inline-block; }
  .lead:last-child {
    margin-right: 0; }
  @media screen and (min-width: 720px) {
    .lead {
      float: left;
      display: block;
      margin-right: 3.44828%;
      width: 32.75862%; }
      .lead:last-child {
        margin-right: 0; } }

.hir {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 100%; }
  .hir:last-child {
    margin-right: 0; }
  @media screen and (min-width: 720px) {
    .hir {
      float: left;
      display: block;
      margin-right: 3.44828%;
      width: 63.7931%; }
      .hir:last-child {
        margin-right: 0; } }

.text {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 100%; }
  .text:last-child {
    margin-right: 0; }
  @media screen and (min-width: 720px) {
    .text {
      float: left;
      display: block;
      margin-right: 3.44828%;
      width: 63.7931%; }
      .text:last-child {
        margin-right: 0; } }

html, body {
  height: 100%; }

body {
  margin: 0px;
  padding: 0px; }

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -40px; }
  #wrapper #container {
    padding: 0 0 40px 0; }

#footer {
  height: 40px; }

body {
  background-color: #ffffff;
  background-image: url("../images/background.jpg");
  background-repeat: repeat;
  background-position: center;
  font-family: 'EB Garamond', serif !important;
  color: #222222; }

h1, h2, h3, h4, h5 {
  font-family: 'EB Garamond', serif; }

.main {
  max-width: 77.5em;
  margin-left: auto;
  margin-right: auto; }
  .main::after {
    clear: both;
    content: "";
    display: table; }
  .main .content {
    position: relative;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 79.66102%;
    margin-left: 10.16949%; }
    .main .content:last-child {
      margin-right: 0; }
    .main .content p {
      font-size: 16px;
      line-height: 30px; }

.brand {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px; }

.footer {
  max-width: 77.5em;
  margin-left: auto;
  margin-right: auto; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }
  .footer .content {
    border-top: 1px dotted #222222;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }
    .footer .content:last-child {
      margin-right: 0; }
  .footer a {
    color: #222222; }

.keramiak h1 {
  line-height: 40px; }

.shop {
  display: block;
  width: 220px;
  background-color: black;
  margin: 30px auto;
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 38px;
  padding: 10px; }

.shop:hover {
  color: white; }

.hir h1 {
  font-size: 30px;
  color: black;
  margin-bottom: 0px; }

.item {
  padding-bottom: 15px;
  border-bottom: 1px dotted #222222;
  clear: both;
  float: left; }
  .item .cont {
    margin-top: 20px; }
  .item .cont p {
    line-height: 20px; }

.slider {
  height: 500px;
  overflow: hidden; }
  .slider .prev, .slider .next {
    margin-top: 80px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 720px) {
      .slider .prev, .slider .next {
        margin-top: 200px;
        width: 50px;
        height: 50px; } }
  .slider .prev {
    background-image: url("../images/prev.png");
    display: block;
    position: absolute;
    z-index: 2;
    left: 20px; }
  .slider .next {
    background-image: url("../images/next.png");
    display: block;
    position: absolute;
    right: 20px;
    z-index: 2; }
  @media screen and (min-width: 720px) {
    .slider {
      margin-top: 30px;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 74.46809%;
      margin-left: 12.76596%; }
      .slider:last-child {
        margin-right: 0; } }
  .slider .slide {
    height: 500px;
    text-align: center; }
    @media screen and (min-width: 720px) {
      .slider .slide img {
        height: 100%;
        width: auto;
        display: inline-block; } }

.slider-container {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative; }
  .slider-container .brand {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px;
    z-index: 3; }

.content-slider {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .content-slider:last-child {
    margin-right: 0; }
  .content-slider .slide {
    padding-left: 15px;
    padding-right: 15px;
    height: 220px;
    width: 100%;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 720px) {
      .content-slider .slide {
        height: 550px; } }

.gallery-list {
  text-align: center; }
  @media screen and (min-width: 720px) {
    .gallery-list {
      margin-top: 120px; } }
  .gallery-list li {
    background: black;
    color: white;
    padding: 15px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 15px; }
    @media screen and (min-width: 720px) {
      .gallery-list li {
        display: inline-block; } }
    .gallery-list li a {
      color: white; }

.active {
  border-bottom: 2px solid black; }

header {
  margin-top: 30px;
  width: 100%; }
  header nav {
    max-width: 77.5em;
    margin-left: auto;
    margin-right: auto; }
    header nav::after {
      clear: both;
      content: "";
      display: table; }
    header nav .menu {
      padding: 0px 15px;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      display: table; }
      header nav .menu:last-child {
        margin-right: 0; }
      header nav .menu li {
        display: table-cell;
        border-top: 1px dotted #222222;
        border-bottom: 1px dotted #222222;
        text-align: center;
        vertical-align: middle;
        height: 44px;
        margin-bottom: 10px;
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        header nav .menu li:last-child {
          margin-right: 0; }
        header nav .menu li:nth-child(2n) {
          margin-right: 0; }
        header nav .menu li:nth-child(2n+1) {
          clear: left; }
        header nav .menu li a {
          display: table-cell;
          line-height: 17px;
          font-size: 11px;
          text-transform: uppercase;
          vertical-align: middle;
          text-align: center;
          color: #222222;
          height: 44px;
          width: 360px; }
      @media screen and (min-width: 768px) {
        header nav .menu {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 61.70213%;
          margin-left: 19.14894%; }
          header nav .menu:last-child {
            margin-right: 0; }
          header nav .menu li {
            float: left;
            display: block;
            margin-right: 3.44828%;
            width: 17.24138%; }
            header nav .menu li:last-child {
              margin-right: 0; }
            header nav .menu li:nth-child(2n) {
              margin-right: 1.69492%; }
            header nav .menu li:nth-child(2n+1) {
              clear: none; }
            header nav .menu li:nth-child(5n) {
              margin-right: 0; }
            header nav .menu li:nth-child(5n+1) {
              clear: left; }
            header nav .menu li a {
              font-size: 12px;
              width: 120px; } }
      @media screen and (min-width: 1240px) {
        header nav .menu {
          float: left;
          display: block;
          margin-right: 1.69492%;
          width: 100%;
          margin-left: 0%;
          /* margin-left: 55px; */
          margin-left: 0px;
        }
          header nav .menu:last-child {
            margin-right: 0; }
          header nav .menu li {
            float: left;
            display: block;
            margin-right: 1.69492%;
            width: 8.47458%; }
            header nav .menu li:last-child {
              margin-right: 0; }
            header nav .menu li:nth-child(5n) {
              margin-right: 1.69492%; }
            header nav .menu li:nth-child(5n+1) {
              clear: none; }
            header nav .menu li:nth-child(10n) {
              margin-right: 0; }
            header nav .menu li:nth-child(10n+1) {
              clear: left; }
            header nav .menu li a {
              font-size: 13px; } }

.logos{
  margin-top: 20px;
  margin-bottom: 20px;
  clear:both;
  overflow: hidden;
}
.logos img{
  margin-left: 20px;
  margin-right: 20px;
}

/* Gallery */

.grid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  }
.grid img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
  max-width: 100%;
}