.teal {
  background-color: #80b13d !important;
}
.teal a {
  color: #c0dc9a;
}
.teal a:hover {
  color: #4d6a25;
}
.teal-icn {
  color: #80b13d;
}
.icn {
  width: 30px;
  font-size: 18px !important;
  color: #80b13d;
  margin-top: 10px;
}
@media only screen and (max-width: 960px) {
  .scroll-btn .mouse {
    top: 130px;
  }
}
p {
  line-height: 2rem;
}
a {
  color: #80b13d;
}
nav.teal a {
  color: #fff;
}
hr {
  border: none;
  border-top: 2px solid #eee;
}
.style-ek h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.style-ek h1.whitek {
  font-size: 3rem;
  text-align: center;
  margin-top: 0;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}
.style-ek p {
  font-weight: 300 !important;
  font-size: 1.3rem !important;
  text-align: center;
}
.style-ek p.whitek {
  font-weight: 300 !important;
  font-size: 1.4rem !important;
  line-height: 2.3rem;
  text-align: center;
  background: #fff;
  margin-top: -150px;
  padding: 25px 15px !important;
  color: #80b13d;
}
@media only screen and (max-width: 992px) {
  .style-ek p.whitek {
    font-size: 1rem !important;
  }
}
.inves img {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  max-height: 166px;
}
@media only screen and (max-width: 960px) {
  .inves .col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .inves .col:first-child {
    margin-left: auto;
  }
  .inves .col:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 960px) {
  .inves .s4 {
    margin-bottom: 10px;
    width: 100% !important;
  }
}
.form-grp {
  position: relative;
}
.form-grp p {
  text-align: left !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 960px) {
  .form-grp p {
    text-align: center !important;
  }
}
.form-grp .icn {
  width: 25px;
  position: relative;
  top: 3px;
  font-size: 18px !important;
  margin-top: 0px !important;
}
.form-grp h4 {
  color: #80b13d;
}
@media only screen and (max-width: 960px) {
  .form-grp h4 {
    text-align: center !important;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .form-grp form {
    margin-top: 60px;
  }
}
.form-grp .btn-flat {
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .form-grp .stack {
    width: 100% !important;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form-grp .stack:first-child {
    margin-left: auto;
  }
  .form-grp .stack:last-child {
    margin-right: auto;
  }
}
#impressum,
#privacy {
  max-width: 900px;
}
#impressum h4,
#privacy h4 {
  color: #80b13d;
}
#impressum p + p,
#privacy p + p {
  margin-top: 40px;
}
#impressum .icn,
#privacy .icn {
  width: 25px;
  position: relative;
  top: 3px;
  font-size: 18px !important;
  margin-top: 0px !important;
}
#impressum ul li > ul,
#privacy ul li > ul {
  list-style: disc !important;
  margin-bottom: 20px;
}
.modal-content {
  padding: 60px !important;
}
.button-collapse {
  color: #fff !important;
}
.navbar-header ul {
  float: right;
}
.navbar-header ul li {
  float: left;
  margin-right: 30px;
  padding: 10px 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #80b13d;
}
.navbar-header ul li a {
  font-size: 1.2rem;
  color: #fff;
}
nav {
  -webkit-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.header-container {
  position: relative;
  background: #fff;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.header-container .content-inner {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 120px;
}
@media only screen and (max-width: 600px) {
  .header-container .content-inner {
    width: 100%;
  }
}
@media only screen {
  .offset {
    display: none;
  }
}
.nav-ek {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9999;
}
.nav-ek a {
  font-size: 22px;
  border: 2px solid #80b13d;
  padding: 10px 15px;
  border-radius: 20px;
  color: #80b13d;
}
.logo {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -200px;
}
.logo-img {
  height: 260px;
  width: auto;
  background: #fff;
  padding: 60px;
}
@media only screen and (max-width: 960px) {
  .logo-img {
    height: auto;
    width: 100% !important;
    padding: 0px;
  }
}
@media only screen and (max-width: 960px) {
  .logo {
    margin-top: -150px;
  }
}
footer .col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
footer .col:before,
footer .col:after {
  content: '';
  display: table;
}
footer .col:after {
  clear: both;
}
footer .col:last-child {
  margin-right: 0%;
}
footer .col:last-child {
  text-align: right;
}
