/* Kontaktformular */
#contactform-704 .form-input {
  border: none;
  font-size: 14px;
}
#contactform-704 .form-textarea {
  margin-bottom: 0;
  height: 150px;
  resize: none;
  border: none;
  font-size: 14px;
}
#contactform-704 .checkbox {
  display: block;
}
#contactform-704 .styled-checkbox .el {
  margin-top: 2px;
}

/* Sprachauswahl 
.nav-main { padding-right: 70px; }

@media (max-width: 768px){
  .nav-lang-wrap {
    display: none;
    position: absolute;
    height: 40px;
    background: #000;
    top: 0;
    left: 0;
    width: 80%;
    height: 80px;
    z-index: 200;
  }
  .white .nav-lang-wrap { background: #fff; }
  .natur .nav-lang-wrap { background: #f4f3ed; }
  
  .scroll .nav-lang-wrap { top: -10px; }
}
.nav-lang {
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 40px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Aeonik Fono', sans-serif;
  padding: 0 12px;
}
@media (max-width: 768px){
  .nav-lang {
    position: relative;
    display: inline-block;
    top: 22px;
    right: unset;
    left: 50px;
  }
  .scroll .nav-lang { top: 30px; }
}
.nav-lang a {
  height: 32px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 31px;
  transition: unset;
}
.nav-lang a::after {
display: inline-block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23fff' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px;
  width: 10px;
  height: 10px;
  margin-left: 3px;
}

/* Hintergrund weiß & natur
.white .nav-lang,
.natur .nav-lang { border: 1px solid #000; }
.white .nav-lang:hover,
.natur .nav-lang:hover { border: 1px solid #000; background: #000; color: #fff; }
.white .nav-lang a::after,
.natur .nav-lang a::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23000' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px; }
.natur .nav-lang:hover { border: 1px solid #000; background: #000; color: #fff; }
.white .nav-lang:hover a::after,
.white .nav-lang a:hover::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23fff' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px;}
.natur .nav-lang:hover a::after,
.natur .nav-lang a:hover::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23fff' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px; }

/* Hintergrund black 
.black .nav-lang { border: 1px solid #fff; }
.black .nav-lang:hover { border: 1px solid #fff; background: #fff; color: #000; }
.black .nav-lang a::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23fff' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px; }
.black .nav-lang:hover a::after,
.black .nav-lang a:hover::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23000' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px; }
*/

/* Sprachauswahl */
.nav-main { padding-right: 70px; }

@media (max-width: 768px){
  .nav-lang-wrap {
    display: none;
    position: absolute;
    height: 40px;
    background: #000;
    top: 0;
    left: 0;
    width: 80%;
    height: 80px;
    z-index: 200;
  }
  .white .nav-lang-wrap { background: #fff; }
  .natur .nav-lang-wrap { background: #f4f3ed; }
  
  .scroll .nav-lang-wrap { top: -10px; }
}
.nav-lang {
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 40px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Aeonik Fono', sans-serif;
  padding: 0 12px;
}
@media (max-width: 768px){
  .nav-lang {
    position: relative;
    display: inline-block;
    top: 22px;
    right: unset;
    left: 50px;
  }
  .scroll .nav-lang { top: 30px; }
}
.nav-lang a {
  height: 32px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 31px;
  transition: unset;
}
.nav-lang a::after {
display: inline-block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23fff' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px;
  width: 10px;
  height: 10px;
  margin-left: 3px;
}
/* Hintergrund weiß & natur */
.white .nav-lang,
.natur .nav-lang { border: 1px solid #000; }
.white .nav-lang:hover,
.natur .nav-lang:hover { border: 1px solid #000; background: #000; color: #fff; }
.white .nav-lang a::after,
.natur .nav-lang a::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23000' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px; }
.natur .nav-lang:hover { border: 1px solid #000; background: #000; color: #fff; }
.white .nav-lang:hover a::after,
.white .nav-lang a:hover::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23fff' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px;}
.natur .nav-lang:hover a::after,
.natur .nav-lang a:hover::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23fff' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px; }

/* Hintergrund black */
.black .nav-lang { border: 1px solid #fff; }
.black .nav-lang:hover { border: 1px solid #fff; background: #fff; color: #000; }
.black .nav-lang a::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23fff' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px; }
.black .nav-lang:hover a::after,
.black .nav-lang a:hover::after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23000' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/10px; }

@media (max-width: 900px) {
  .nav-btn {
    display: block;
  }
  .nav-main {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 50px;
    padding-right: 50px;
    margin: 0;
    background: #000;
    display: none;
  }
  .black .nav-main {
    background: #000;
  }
  .white .nav-main {
    background: #fff;
  }
  .nav-lang-wrap {
    display: none;
    position: absolute;
    height: 40px;
    background: #000;
    top: 0;
    left: 0;
    width: 80%;
    height: 80px;
    z-index: 200;
  }
  .white .nav-lang-wrap {
    background: #fff;
  }
  .nav-lang {
    position: relative;
    display: inline-block;
    top: 12px;
    right: unset;
    left: 50px;
  }
  .scroll .nav-lang {
    top: 24px;
  }
  .nav-main-item {
    width: 100%;
  }
  .nav-main-item > a {
    display: inline-block;
    font-size: 40px;
    height: 48px;
    line-height: 40px;
  }
  .nav-main-item + .nav-main-item {
    padding: 0;
    margin-top: 30px;
  }
  .nav-sub {
    display: block;
    position: relative;
    padding: unset;
  }
  .hs:nth-of-type(1) .nav-sub {
    display: none;
  }
  .nav-sub-item {
    font-size: 20px;
  }
  .nav-sub-item + .nav-sub-item {
    margin-top: 10px;
  }
  .nav-sub-item::before {
    display: inline-block;
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23fff' d='M44.22,40.37,44.4,8l-41,41.11L0,45.69,41.11,4.76l-32.5.09V0H49.16l-.09,40.37Z'/%3E%3C/svg%3E") no-repeat bottom/12px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    transition: .3s ease;
  }
  .scroll .nav-lang-wrap {
    top: -12px;
  }
  .white .nav-main {
    background: #fff;
  }
  .nav-main-item:last-of-type {
    margin-left: 0;
    width: unset;
    height: unset;
  }
  .nav-main-item:last-of-type a {
    font-size: 18px;
    height: unset;
  }
}