body{
  font-family: "Sora", sans-serif;
  color: #3C3936;
  margin-top: 102px;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  background: #FFF;
  border-bottom: 1px solid #777775;
}

.main-header.active {
  background: #f4f3ed;
  border-bottom: 1px solid #CCC;
}

.logo {
  float: left;
  display: block;
  padding: 8px 0px 8px 0px;
}

.main-nav {
  float: right;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0px;
}

.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.main-nav li {
  float: left;
  margin-right: 28px
}
.main-nav li:last-child{
  margin-right: 0;
}
.main-nav a {
  display: inline-block;
  text-decoration: none;
  color: #4A4A49;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 21px;
letter-spacing: 1.3px;
text-transform: uppercase;
}

.main-nav a:hover {
  color: #9D7050;
}

.btn {
  background: #866346;
  color: #fff;
  border: none;
  width: 350px;
  max-width: 100%;
  height: 46px;
  border-radius: 0;
  padding: 0;

  color: #FCF5EB;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 46px; /* 26.1px */
}
.btn:hover{
  background: #315A2E;
  color: #FFF;
}
.main-footer {
  color: #E4E7DF;
  background-image: url('../images/footer-background.png');
  background-repeat: no-repeat;
  background-position: center;
background-color: #315A2E;
mix-blend-mode: multiply;
}

.footer-bottom {
  padding: 62px 0;


  font-size: 12px;
  line-height: 22px;

  color: #E4E7DF;

font-style: normal;
font-weight: 400;
line-height: normal;
}

.footer-bottom a {
  color: #97969a
}

.footer-nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none
}

.footer-nav li {
  float: left;
  margin-left: 40px
}

.footer-nav a {
  color: #F0F1EB;

  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.3px;
  text-transform: uppercase;

  text-decoration: none
}

.footer-nav a:hover {
  text-decoration: underline
}

body, html {
  height: 100%
}

.main-width {
  max-width: 1140px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px
}

.clearfix:after {
  content: " ";
  display: table;
  width: 100%;
  clear: both
}

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

.content {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}

h2 {
  color: #483419;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

h4 {
  color: #3C3936;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 35px;
}

.content h6 {
  font-weight: 300;
}


.equal {
  display: flex;
  flex-direction: column;
}

.equal2 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.content-ul {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: .05em;
  margin-bottom: 10px
}

.content-ul p:last-child {
  margin-bottom: 0
}

.hero-section {
  line-height: 32px;
  position: relative;
  background: #FCF5EB;
  padding-top: 34px;
  margin-bottom: 34px;
}
.hero-section h1{
  color: #9D7050;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 84px;
}
.hero-section p{
  color: #3C3936;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px;
}
.hero-section a {
  color: #3C3936;
  text-decoration: underline;
}
.hero-section .row{
  position: relative;
}
.hero-section .row::after{
  content: '';
  display: block;
  flex-shrink: 0;
  background: #F0F1EB;
  position: absolute;
  z-index: 0;
  width: 856px;
  left: -50px;
  top: 0;
  bottom: -35px;

}
.hero-section .row > div{
  z-index: 1;
}
.hero-image{
  margin-left: -40px;
  max-width: 120%;
  width: 120%;
}
.section-style {
  overflow: hidden;
  color: #3C3936;
  padding: 80px 0 0 0;
}

.section-style:last-child {
  margin-bottom: 0
}

.section-style p {
  font-size: 12px
}
.section-heading{
  padding-bottom: 20px;
  padding-top: 0;
}
.small-separator{
  width: 100px;
  height: 2px;
  background: #866346;
  margin: 0 auto 55px;
}

.form-style {
  font-size: 16px
}

.form-group {
  margin-bottom: 12px
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 46px;
  width: 100%;
  display: block;
  border-radius: 3px;
  padding: 9px 14px;
  border: 0 none;
  background: #FCF5EB;
  color: #978A80;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}

.form-control:focus {

  background: #FCF5EB;
  border: 1px solid #978A80;
}
.form-control::placeholder {
  color: #978A80;
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #978A80;
}
section.content .checkbox-daten p{
  color: #978A80;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 145%; /* 17.4px */
}
.checkbox-daten{
  padding-top: 10px;
}
textarea.form-control {
  height: 400px;
  background: #FCF5EB;
  width: 100%;
  max-width: 100%
}

select.form-control {
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: 100% 50%
}

.icn-section {
  background: url(../images/orange-background.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.icn-section h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.icons h5 {
  margin-bottom: 0;
}

.main-header.active {
  height: 100px;
}



.main-header.active .main-nav {
  padding: 42px 0px 30px 0px;
}

.contact {
  margin-bottom: 60px;
}

.open-menu .main-header .main-width {
  background: #FFF !important;
}

.img-section {
  margin-bottom: 32px;
}

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

.font-16 p{
  font-size: 16px;
}

.mb90 {
  margin-bottom: 90px;
}

.section {
  padding: 80px 0;
}

.tc {
  transform: translateY(50%);
}

.mt50 {
  margin: 50px 0 0 0;
}

.font-23 p{
  font-size: 23px;
  line-height: 48px;
  font-weight: 600;
}

.brtb {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.main-footer {
  margin-top: 100px;
}

/*------media queries------*/

@media(min-width:320px) and (max-width:400px) {
  .main-nav {
    padding: 100px 0 0px 0px !important;
  }
}

@media(min-width:400px) and (max-width:768px) {
  .main-nav {
    padding: 10px 0 0px 0px !important;
  }
}

@media(min-width:320px) and (max-width:767px) {
  .main-header {
    height: 100px;
  }
  .logo {
    width: 130px;
    padding: 8px 0px 8px 0px;
    margin-top: 0px;
  }
  h2 {
    font-size: 23px;
  }
  .hero-section {
    background-position: 100% 0;
    background-size: cover;
  }
  .icons {
    padding: 0 0 0 15px;
  }
  .icons li {
    display: inline-block;
    width: 45%;
    margin-top: 30px;
  }
  .main-header.active {
    background: #fff !important;
  }
  .main-header.active {
    background: #f1f1f1 !important;
  }
}


@media (max-width:767px) {
  .content {
  }
  .item-icons li {
    display: block;
    margin-bottom: 40px;
    width: 100%
  }
  .item-icon:after {
    display: none
  }
  .info-section {
    margin-bottom: 50px
  }
  .section-margin ol:last-child, .section-margin p:last-child, .section-margin ul:last-child {
    margin-bottom: 20px
  }
  .section-margin img {
    margin-bottom: 20px
  }
  .footer-nav li {
    float: none;
    display: inline-block;
    margin: 0 10px 10px
  }
  .footer-bottom {
    text-align: center
  }
  .footer-nav ul {
    float: none
  }

}

@media (max-width:1025px) {
  html {
    font-size: 18px
  }
  ol, p, ul {
    margin: 0 0 20px
  }
  .content h2 {
    font-size: 32px;
  }
  .btn {

  }
}

@media (min-width:1025px) {
  .p7 {
    padding-left: 7%;
  }
  .pt65 {
    padding-top: 65px;
  }
  .space120 {
    height: 120px;
  }
  .p36 {
    padding: 0 36px 0 15%;
  }
}

@media (max-width:1200px) {
  .main-nav {
    margin: 0
  }

}

@media (max-width:970px) {
  .logo {
    width: 170px
  }

}

@media (max-width:767px) {
  .logo {
    width: 170px
  }
  .logo {
    float: none;
    margin: 10px auto;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .main-header {
      height: 80px;
  }
  .main-nav {
    display: none;
    float: none
  }
  .main-nav li {
    float: none;
    margin: 0;
  }
  .open-menu .main-nav {
    display: block;
    height: 100vh;
    position: relative;
  }
  html.open-menu{
    overflow: hidden;
  }
  .main-nav ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      margin-top: -80px;
  }
  .main-nav a {
  	font-size: 30px;
  	line-height: 70px;
  }
  .nav-icon {
    width: 44px;
    height: 45px;
    position: fixed;
    top: 24px;
    right: 15px;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 30
  }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
  }
  .nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 39px
  }
  .nav-icon span:nth-child(2) {
    top: 11px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 44px
  }
  .nav-icon span:nth-child(3) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 20px
  }
  .nav-icon span:nth-child(4) {
    top: 33px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 32px
  }
  .open-menu .nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 0;
    width: 44px
  }
  .open-menu .nav-icon span:nth-child(2) {
    width: 0;
    opacity: 0
  }
  .open-menu .nav-icon span:nth-child(3) {
    width: 0;
    opacity: 0
  }
  .open-menu .nav-icon span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 34px;
    left: 0px;
    width: 44px
  }
  .open-menu .main-header {
    background: #F4F3ED !important;
  }
}
