html {
  line-height: 1.15; /* 1 */
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* 2 */
}
html body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}
@media (max-width: 641px) {
  .text-left {
    text-align: center;
    margin-bottom: 10px;
  }
}

.text-right {
  text-align: right;
}
@media (max-width: 641px) {
  .text-right {
    text-align: center;
  }
}

.menu {
  margin: 0px;
  padding: 0px;
}
.menu li {
  display: inline-block;
}

.push-2 {
  margin-left: 16.66%;
}

.push-3 {
  margin-left: 24.99%;
}

.push-4 {
  margin-left: 33.33%;
}

.push-5 {
  margin-left: 41.65%;
}

.push-6 {
  margin-left: 50%;
}

.row {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.row div {
  position: relative;
}
.row .xs-1, .row .sm-1, .row .md-1, .row .lg-1,
.row .xs-2, .row .sm-2, .row .md-2, .row .lg-2,
.row .xs-3, .row .sm-3, .row .md-3, .row .lg-3,
.row .xs-4, .row .sm-4, .row .md-4, .row .lg-4,
.row .xs-5, .row .sm-5, .row .md-5, .row .lg-5,
.row .xs-6, .row .sm-6, .row .md-6, .row .lg-6,
.row .xs-7, .row .sm-7, .row .md-7, .row .lg-7,
.row .xs-8, .row .sm-8, .row .md-8, .row .lg-8,
.row .xs-9, .row .sm-9, .row .md-9, .row .lg-9,
.row .xs-10, .row .sm-10, .row .md-10, .row .lg-10,
.row .xs-11, .row .sm-11, .row .md-11, .row .lg-11,
.row .xs-12, .row .sm-12, .row .md-12, .row .lg-12 {
  float: left;
  padding: 0px 12px;
}
.row .child-center {
  float: none;
  margin: 0 auto;
}
.row .no-padding {
  padding: 0px;
}
.row::before, .row::after,
.row div::before,
.row div::after {
  content: "";
  clear: both;
  display: block;
}
@media (min-width: 1200px) {
  .row .lg-1 {
    width: 8.33%;
  }
  .row .lg-2 {
    width: 16.66%;
  }
  .row .lg-3 {
    width: 24.99%;
  }
  .row .lg-4 {
    width: 33.32%;
  }
  .row .lg-5 {
    width: 41.65%;
  }
  .row .lg-6 {
    width: 49.98%;
  }
  .row .lg-7 {
    width: 58.31%;
  }
  .row .lg-8 {
    width: 66.64%;
  }
  .row .lg-9 {
    width: 74.97%;
  }
  .row .lg-10 {
    width: 83.3%;
  }
  .row .lg-11 {
    width: 91.63%;
  }
  .row .lg-12 {
    width: 99.96%;
  }
}
@media (max-width: 1199px) {
  .row .md-1 {
    width: 8.33%;
  }
  .row .md-2 {
    width: 16.66%;
  }
  .row .md-3 {
    width: 24.99%;
  }
  .row .md-4 {
    width: 33.32%;
  }
  .row .md-5 {
    width: 41.65%;
  }
  .row .md-6 {
    width: 49.98%;
  }
  .row .md-7 {
    width: 58.31%;
  }
  .row .md-8 {
    width: 66.64%;
  }
  .row .md-9 {
    width: 74.97%;
  }
  .row .md-10 {
    width: 83.3%;
  }
  .row .md-11 {
    width: 91.63%;
  }
  .row .md-12 {
    width: 99.96%;
  }
}
@media (max-width: 960px) {
  .row .sm-1 {
    width: 8.33%;
  }
  .row .sm-2 {
    width: 16.66%;
  }
  .row .sm-3 {
    width: 24.99%;
  }
  .row .sm-4 {
    width: 33.32%;
  }
  .row .sm-5 {
    width: 41.65%;
  }
  .row .sm-6 {
    width: 49.98%;
  }
  .row .sm-7 {
    width: 58.31%;
  }
  .row .sm-8 {
    width: 66.64%;
  }
  .row .sm-9 {
    width: 74.97%;
  }
  .row .sm-10 {
    width: 83.3%;
  }
  .row .sm-11 {
    width: 91.63%;
  }
  .row .sm-12 {
    width: 99.96%;
  }
}
@media (max-width: 640px) {
  .row .xs-1 {
    width: 8.33%;
  }
  .row .xs-2 {
    width: 16.66%;
  }
  .row .xs-3 {
    width: 24.99%;
  }
  .row .xs-4 {
    width: 33.32%;
  }
  .row .xs-5 {
    width: 41.65%;
  }
  .row .xs-6 {
    width: 49.98%;
  }
  .row .xs-7 {
    width: 58.31%;
  }
  .row .xs-8 {
    width: 66.64%;
  }
  .row .xs-9 {
    width: 74.97%;
  }
  .row .xs-10 {
    width: 83.3%;
  }
  .row .xs-11 {
    width: 91.63%;
  }
  .row .xs-12 {
    width: 99.96%;
  }
}

.show-xs,
.show-sm {
  display: none;
}

.row.full-width {
  width: 100%;
  max-width: 100%;
}

.db-960 {
  display: none;
}

@media (max-width: 960px) {
  .hidden-960 {
    display: none;
  }
  .db-960 {
    display: block;
  }
}
@media (max-width: 769px) {
  .show-sm {
    display: block;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .show-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .center-mobil {
    text-align: center !important;
  }
}/*# sourceMappingURL=mkmgrids.css.map */