@font-face {
  font-family: 'canilaristd_medium';
  src: url("../fonts/canilari-stdmedium-webfont.woff2") format("woff2"), url("../fonts/canilari-stdmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "TensoRegular";
  src: url("../fonts/TensoRegular/font.woff2") format("woff2"), url("../fonts/TensoRegular/font.woff") format("woff"); }

html, body {
  background: #fbfbf8;
  color: #868173;
  margin: 0;
  padding: 0;
  font-family: "TensoRegular",sans-serif; }

.row {
  max-width: 1200px;
  margin: 0 auto; }

header {
  height: 100px; }
  header #logo {
    float: left;
    width: 205px;
    margin: 20px 0 0 0; }
  header nav {
    float: right; }
    header nav ul {
      margin: 40px 0 0 0; }
      header nav ul li {
        float: left;
        list-style-type: none;
        padding: 0 20px; }
        header nav ul li a {
          color: #868173;
          text-decoration: none;
          padding: 5px 20px;
          font-size: 19px;
          transition: all 0.5s; }
          header nav ul li a:hover,
          header nav ul li a.active {
            color: #8b371f;
            transition: all 0.5s; }

#hero {
  padding: 0 0 120px 0;
  background-size: 40%;
  background-position-y: 50%;
  background-image: url(../assets/klopfer.svg);
  background-repeat: no-repeat;
  background-position-x: right; }
  #hero #follow_me {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    transform: rotate(90deg); }

#kontakt {
  position: relative; }

#stone {
  background: url(../assets/stone.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%; }

#legal a {
  margin: 3px 5px;
  color: #868173;
  text-decoration: none;
  font-size: 13px;
  display: inline-block; }

/* Slider */
.slider_item {
  padding: 0 40px; }

.slick-slide img {
  width: 100%; }

.arrow {
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 220px;
  right: 0; }
  .arrow.prev {
    transform: rotate(180deg);
    left: 0; }

/* Red sections */
.bg_red {
  background: #8b371f; }
  .bg_red .sectiontitle,
  .bg_red p {
    color: #fff; }
  .bg_red .sectiontitle:after {
    border: 1px solid #fff; }

/* Video */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 180px 0 0 0; }

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* Minigrid */
.fifty {
  width: 50%;
  float: left; }

.third {
  width: 33.33333333%;
  float: left; }

.two_third {
  width: 63.66666666%;
  float: left;
  padding-left: 3%; }

/* General stuff */
.space-before-medium {
  padding-top: 80px; }

.space-after-medium {
  padding-bottom: 80px; }

.clearer {
  clear: both; }

.center {
  text-align: center; }

img {
  max-width: 100%;
  height: auto; }

/* TYPOGRAPHY */
h1 {
  font-family: 'canilaristd_medium';
  font-weight: normal;
  color: #8b371f;
  font-size: 50px;
  line-height: 53px;
  margin: 200px 0 12px 0; }

h2 {
  font-family: 'canilaristd_medium';
  font-weight: normal;
  color: #d77963;
  font-size: 36px;
  line-height: 38px;
  margin: 5px 0 15px; }

h3 {
  font-family: 'canilaristd_medium';
  font-weight: normal;
  color: #d77963;
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 10px; }

p {
  font-size: 19px;
  line-height: 30px;
  margin: 0 0 8px 0;
  max-width: 630px; }

.small {
  font-size: 16px;
  line-height: 25px; }

.sectiontitle {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 0 170px 0; }
  .sectiontitle:after {
    content: '';
    width: 0;
    height: 50px;
    position: absolute;
    border: 1px solid #868173;
    opacity: 0.5;
    top: 30px;
    left: 0; }

a.btn {
  background: url(../assets/arrow.svg) no-repeat;
  padding: 0 0 0 42px;
  margin: 0 0 10px 0;
  line-height: 30px;
  font-size: 19px;
  color: #d77963;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block; }

a img {
  vertical-align: middle; }

#kontakt a, #kontakt a:visited {
  color: #fff; }

a:focus {
  outline: none; }

#hamburger .c-hamburger {
  display: none; }

@media screen and (max-width: 1200px) {
  .row {
    margin: 0 15px; }
  #hero {
    padding: 0 0 100px 0;
    background: url(../assets/klopfer.svg) right 10px no-repeat; } }

@media screen and (max-width: 950px) {
  header nav ul li a {
    padding: 5px 10px;
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  header nav {
    display: none; }
  #hamburger .c-hamburger {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 44px;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    outline: none;
    background: transparent; }
    #hamburger .c-hamburger span {
      display: block;
      position: absolute;
      top: 20px;
      left: 10px;
      right: 10px;
      height: 2px;
      background: #d77963; }
      #hamburger .c-hamburger span:before,
      #hamburger .c-hamburger span:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #d77963;
        content: ""; }
      #hamburger .c-hamburger span:before {
        top: -7px; }
      #hamburger .c-hamburger span:after {
        bottom: -7px; }
    #hamburger .c-hamburger.c-hamburger--htx span {
      transition: background 0s 0.3s; }
      #hamburger .c-hamburger.c-hamburger--htx span:before,
      #hamburger .c-hamburger.c-hamburger--htx span:after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s; }
      #hamburger .c-hamburger.c-hamburger--htx span:before {
        transition-property: top, transform; }
      #hamburger .c-hamburger.c-hamburger--htx span:after {
        transition-property: bottom, transform; }
    #hamburger .c-hamburger.c-hamburger--htx.is-active {
      background-color: #fbfbf8; }
      #hamburger .c-hamburger.c-hamburger--htx.is-active span {
        background: none; }
        #hamburger .c-hamburger.c-hamburger--htx.is-active span:before {
          top: 0;
          transform: rotate(45deg); }
        #hamburger .c-hamburger.c-hamburger--htx.is-active span:after {
          bottom: 0;
          transform: rotate(-45deg); }
        #hamburger .c-hamburger.c-hamburger--htx.is-active span:before,
        #hamburger .c-hamburger.c-hamburger--htx.is-active span:after {
          transition-delay: 0s, 0.3s; } }

@media screen and (max-width: 600px) {
  header {
    height: 60px; }
  header #logo {
    width: 125px;
    margin: 10px 0 0 0; }
  #hamburger .c-hamburger {
    top: 10px;
    right: 10px; }
  nav#main {
    background: #fbfbf8;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0; }
    nav#main ul {
      margin: 0;
      padding: 0; }
      nav#main ul li {
        float: none;
        width: 100%;
        text-align: center;
        padding: 20px 0; }
  .third {
    width: 100%; }
  .two_third {
    width: 100%;
    padding-left: 0%; }
  .gallery .third {
    width: 50%; }
  .fifty {
    width: 100%; }
  .responsive-video {
    margin: 40px 0 0 0; }
  #stone {
    display: none; }
  h1 {
    font-size: 33px;
    line-height: 33px;
    margin: 80px 0 10px 0; }
  h2 {
    font-size: 30px;
    line-height: 33px;
    margin: 3px 0 10px; }
  h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 7px; }
  p {
    font-size: 17px;
    line-height: 28px;
    max-width: none; }
  .small {
    font-size: 14px;
    line-height: 21px; }
  .sectiontitle {
    font-size: 13px;
    margin: 0 0 120px 0; }
  #follow_me {
    display: none; }
  #hero {
    padding: 0 0 100px 0;
    background: url(../assets/klopfer.svg) right 10px no-repeat; } }
