.btn {
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 0 4px;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  margin: 35px 0 0 -4px; }
  .btn:hover {
    border-bottom: 3px solid #ddd; }

/* =========================================
		Clearfix
   ========================================= */
/**
 * De-Collapse Floated content within
 * element
 *
 */
html,
body {
  font-family: 'Roboto', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #f3f3f3;
  color: #333;
  font-weight: 400;
  line-height: 1.25;
  height: 100%;
  margin: 0;
  padding: 0; }

.wrapper {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  z-index: 1;
  background: #fff; }

p {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6, strong, a {
  margin-top: 0;
  color: #333; }

hr {
  border: none;
  background: url(/static/img/separator.png) repeat-x;
  height: 10px;
  width: 100%;
  margin: 0; }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col {
  margin-bottom: 30px; }
  .col:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .col {
      width: 50%;
      box-sizing: border-box;
      float: left;
      margin-bottom: 0; }
      .col:first-child {
        padding-right: 50px; }
      .col:last-child {
        padding-left: 50px; } }
  .col img {
    max-width: 100%; }

.section {
  margin: 50px 0 60px;
  padding: 0 30px; }
  @media screen and (min-width: 1024px) {
    .section {
      margin: 100px 0 140px;
      padding: 0 100px; } }
  .section__header {
    font-size: 24px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 0 40px -4px;
    padding: 0 4px;
    font-weight: normal; }
    @media screen and (min-width: 1024px) {
      .section__header {
        margin: 0 0 40px -4px; } }
  .section__subtitle {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 3px solid #ddd;
    display: inline-block;
    margin: 0 0 10px; }
  .section__lead {
    font-size: 16px;
    font-weight: 300;
    margin: 0; }
    .section__lead:not(:last-child) {
      margin-bottom: 50px; }
  .section__caption {
    font-size: 14px; }
  .section ul, .section ol {
    padding: 0;
    margin: 0 0 50px; }
    .section ul:last-child, .section ol:last-child {
      margin-bottom: 0; }
  .section p + ul {
    margin-top: -.75em; }
  .section ul + p {
    margin-top: 1em; }
  .section li {
    margin-bottom: 10px; }
    .big .section li {
      font-size: 16px;
      margin: 30px 0 10px; }

.start {
  height: 350px;
  background: #ccc;
  background-position: bottom left;
  position: relative; }
  .start__content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px; }
    @media screen and (min-width: 761px) {
      .start__content {
        bottom: 100px;
        left: 100px;
        right: 100px; } }
  .start__title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    margin: 0; }
  .start__subtitle {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: normal; }

.kontakt {
  margin: 0 0 100px; }
  @media screen and (min-width: 1024px) {
    .kontakt {
      margin: 100px 0 0; } }
  .kontakt b {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    background: #ddd;
    display: inline-block;
    margin: 0 0 10px -4px;
    padding: 0 4px; }
  .kontakt a {
    text-decoration: none; }
    .kontakt a:hover {
      border-bottom: 3px solid #ddd; }

.header {
  height: 70px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: left;
  width: 100%;
  z-index: 10;
  transition: all .25s; }
  @media screen and (min-width: 761px) {
    .header {
      top: 20px; } }
  .header--sticky {
    top: 0; }
  .header__nav {
    display: block;
    opacity: 1;
    text-align: center; }

.menu-toggle {
  background: #ddd;
  display: block;
  height: 20px;
  margin: 10px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  z-index: 100; }
  .menu-toggle em, .menu-toggle::after, .menu-toggle::before {
    background: #333;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    transition: bottom .4s, top .4s, opacity .4s, transform .4s;
    width: 25px; }
  .menu-toggle::after {
    margin-top: -2px;
    top: 50%; }
  .menu-toggle::before {
    margin-top: 16px; }
  .menu-toggle--active::after {
    opacity: 0; }
  .menu-toggle--active::before {
    margin-top: 8px;
    transform: rotateZ(45deg); }
  .menu-toggle--active em {
    margin-top: 8px;
    transform: rotateZ(-45deg); }
  @media screen and (min-width: 761px) {
    .menu-toggle {
      display: none; } }

.menu {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 60px 0 0;
  position: fixed;
  right: 0;
  top: 0; }
  @media screen and (min-width: 761px) {
    .menu {
      border-bottom: 1px solid #f3f3f3;
      display: block;
      font-weight: bold;
      margin: 0 auto;
      max-width: 1340px;
      padding: 0;
      position: relative;
      top: auto !important; } }
  .menu--visible {
    display: block; }
  .menu__item {
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
    position: relative;
    text-align: center;
    width: 100%; }
    .menu__item:first-child {
      border-top: 1px solid rgba(51, 51, 51, 0.15); }
    @media screen and (min-width: 761px) {
      .menu__item {
        border: none !important;
        display: inline-block;
        padding: 0;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: auto; }
        .menu__item:last-child {
          padding-right: 0; }
        .menu__item:first-child {
          padding-left: 0; } }
  .menu__link {
    background: #fff;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 19px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .35s; }
    @media screen and (min-width: 761px) {
      .menu__link {
        background: none; }
        .menu__link:hover, .menu__link:active, .menu__link:focus {
          background: #ddd; } }

.cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  margin: 10px;
  background: #fff;
  padding: 20px 20px 0;
  display: none;
  max-width: 730px;
  font-size: 14px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
  .cookie--visible {
    *zoom: 1;
    display: block; }
    .cookie--visible:before, .cookie--visible:after {
      content: " ";
      display: table; }
    .cookie--visible:after {
      clear: both; }
  .cookie img {
    float: left;
    margin-right: 20px; }
  @media screen and (min-width: 761px) {
    .cookie p {
      padding-right: 130px; } }
  .cookie .btn {
    display: block;
    text-align: center; }
    @media screen and (min-width: 761px) {
      .cookie .btn {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -10px; } }

/*# sourceMappingURL=styles.4579231e389a96355fbb.css.map*/