/*typography*/

@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap");
body {
  color: #4e4e4e;
  font-family: "Raleway", sans-serif;
}

.text-grey {
  color: #4e4e4e;
}

hr {
  border-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #95bb20;
}

h2 {
  font-size: 35px;
  line-height: 48px;
  color: #333333;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  line-height: 40px;
}

h4 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 500;
}

p {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.raleway {
  font-family: "Raleway", sans-serif;
}

.font-20 {
  font-size: 20px;
}

.font-50 {
  font-size: 50px;
}

.small-text {
  font-size: 12px;
}

.font-weight-dark {
  font-weight: 800;
}

.text-black {
  color: #000000;
}

.text-primary {
  color: #abc94d !important;
}

.w-60 {
  min-width: 60px;
  width: 60px;
}

.font-medium {
  font-size: 20px;
  line-height: 30px;
}

.bg-cover {
  background-size: cover;
}

.btn {
  padding: 5px 30px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
  border-radius: 7px;
  line-height: 40px;
}

.btn-primary {
  border-color: #95bb20;
  background: #95bb20;
}

.btn-secondary {
  border-color: #95bb20;
  background: #e5e5e5;
  color: #95bb20;
}

.btn-secondary:hover {
  border-color: #95bb20;
  background: #95bb20;
}

.btn-primary:hover {
  border-color: #595959;
  background: #595959;
}

.dark-bg {
  background: #595959;
}

.light-bg {
  background: #e5e5e5;
}

/*spacing*/

.main-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.main-padding-top {
  padding-top: 70px;
}

.center-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*Header*/

.nav-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.nav-link {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.navbar-collapse {
  border-bottom: 1px solid #fff;
}

/*Banner*/

/*.banner-wrapper {
  min-height: 100vh;
}*/

.banner-wrapper .item {
  background-size: cover;
  height: 100%;
  background-attachment: fixed;
  background-position: top;
}

/*.banner-wrapper .item>img {
  height: 100vh;
}*/

.banner-wrapper .container {
  position: relative;
}

.overlay {
  position: absolute;
  left: 40px;
  top: 30%;
  width: auto;
}

.overlay .wrapper {
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.overlay .wrapper.small {
  padding: 7px 20px;
  max-width: 82%;
}

.overlay h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.overlay h3 {
  font-weight: 600;
  letter-spacing: 0.2px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.overlay h5 {
  letter-spacing: 0.2px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.overlay i {
  font-size: 27px;
  position: relative;
  top: 3px;
}

/*Logo gallery*/

.logo-wrapper > div {
  padding: 0 10px;
}

/*tab section*/

.tab-wrapper {
  display: flex;
  justify-content: space-between;
}

.tab-list {
  list-style-type: none;
}

.tab-list li {
  color: #333333;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: right;
}

.tab-list li a {
  color: #333333;
  cursor: pointer;
}

.tab-list li a.active {
  color: #abc94d;
  font-weight: 700;
}
.tab-list li a:hover {
  text-decoration: none;
  color: #abc94d;
  font-weight: 700;
}

.tab-content {
  background: #e5e5e5;
  padding: 30px;
}

.client-logo-wrapper ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.client-logo-wrapper ul li {
  padding: 0 10px;
}

.client-logo-wrapper ul li:first-child {
  padding-left: 0;
}

.client-logo-wrapper ul li:last-child {
  padding-right: 0;
}

/*form section*/

.form-bg {
  background-image: url("../images/form-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.form-wrapper {
  max-width: 55%;
  margin: 0 auto;
}

.form-group {
  position: relative;
}

.form-control {
  border-color: #95bb20;
  color: #333333;
  font-size: 21px;
  line-height: 38px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 7px;
  text-align: center;
}

.email-arrow {
  position: absolute;
  right: -60px;
  top: -30px;
}

.form-control:focus {
  border-color: #95bb20;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}

/*modal*/

.modal-wrapper {
  background: #e5e5e5;
}

.modal-wrapper .inner-content {
  padding: 40px;
  position: relative;
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
}

.close-btn {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 65px;
  z-index: 2;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.close-btn:hover {
  transform: scale(1.1);
}

.zoom-btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.zoom-top-btn {
  position: absolute;
  right: 0;
  top: -20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
}

.note-1:before,
.note-2:before,
.note-3:before {
  width: 10px;
  height: 10px;
  display: block;
  background: #95bb20;
  border-radius: 50%;
  content: "";
  position: absolute;
}

.note-1:after,
.note-2:after,
.note-3:after {
  width: 50px;
  height: 2px;
  display: block;
  background: #95bb20;
  content: "";
  position: absolute;
}

.note-1,
.note-2,
.note-3 {
  position: absolute;
  width: 150px;
  background: #95bb20;
  border-radius: 5px;
  padding: 7px;
  font-size: 14px;
  color: #fff;
  text-align: left;
}

.note-wrapper-1 .note-1 {
  top: 32%;
  left: -12%;
}

.note-wrapper-1 .note-1:before {
  right: -40px;
  top: 27px;
}

.note-wrapper-1 .note-1:after {
  right: -35px;
  top: 30px;
}

.note-wrapper-1 .note-2 {
  top: 45%;
  left: 55%;
}

.note-wrapper-1 .note-2:before {
  left: -45px;
  top: 25px;
}

.note-wrapper-1 .note-2:after {
  left: -40px;
  top: 29px;
}

.note-wrapper-1 .note-3 {
  top: 35%;
  right: -12%;
}

.note-wrapper-1 .note-3:before {
  left: -55px;
  top: 38px;
}

.note-wrapper-1 .note-3:after {
  left: -48px;
  top: 42px;
}

.note-wrapper-2 .note-1 {
  top: 32%;
  left: -12%;
}

.note-wrapper-2 .note-1:before {
  right: -55px;
  top: 27px;
}

.note-wrapper-2 .note-1:after {
  right: -48px;
  top: 30px;
}

.note-wrapper-2 .note-2 {
  top: 40%;
  left: 55%;
}

.note-wrapper-2 .note-2:before {
  left: -45px;
  top: 45px;
}

.note-wrapper-2 .note-2:after {
  left: -40px;
  top: 48px;
}

.note-wrapper-2 .note-3 {
  top: 23%;
  right: -12%;
}

.note-wrapper-2 .note-3:before {
  left: -55px;
  top: 38px;
}

.note-wrapper-2 .note-3:after {
  left: -48px;
  top: 42px;
}

.note-wrapper-3 .note-1 {
  top: 42%;
  left: -12%;
}

.note-wrapper-3 .note-1:before {
  right: -55px;
  top: 27px;
}

.note-wrapper-3 .note-1:after {
  right: -48px;
  top: 30px;
}

.note-wrapper-3 .note-2 {
  top: 40%;
  left: 55%;
}

.note-wrapper-3 .note-2:before {
  left: -45px;
  top: 45px;
}

.note-wrapper-3 .note-2:after {
  left: -40px;
  top: 48px;
}

.note-wrapper-3 .note-3 {
  top: 25%;
  right: 0;
}

.note-wrapper-3 .note-3:before {
  left: -55px;
  top: 38px;
}

.note-wrapper-3 .note-3:after {
  left: -48px;
  top: 42px;
}

.note-wrapper-4 .note-1 {
  top: 32%;
  left: -12%;
}

.note-wrapper-4 .note-1:before {
  right: -55px;
  top: 27px;
}

.note-wrapper-4 .note-1:after {
  right: -48px;
  top: 30px;
}

.note-wrapper-4 .note-2 {
  top: auto;
  left: 27%;
  bottom: 18%;
}

.note-wrapper-4 .note-2:before {
  left: -45px;
  top: 45px;
}

.note-wrapper-4 .note-2:after {
  left: -40px;
  top: 48px;
}

.note-wrapper-4 .note-3 {
  top: 35%;
  right: -12%;
}

.note-wrapper-4 .note-3:before {
  left: -55px;
  top: 38px;
  display: none;
}

.note-wrapper-4 .note-3:after {
  left: -48px;
  top: 42px;
  display: none;
}

.note-wrapper-5 .note-1 {
  top: 32%;
  left: -12%;
}

.note-wrapper-5 .note-1:before {
  right: -55px;
  top: 27px;
}

.note-wrapper-5 .note-1:after {
  right: -48px;
  top: 30px;
}

.note-wrapper-5 .note-2 {
  top: auto;
  left: 63%;
  bottom: 29%;
}

.note-wrapper-5 .note-2:before {
  left: -45px;
  top: 45px;
}

.note-wrapper-5 .note-2:after {
  left: -40px;
  top: 48px;
}

.note-wrapper-5 .note-3 {
  top: 30%;
  right: 6%;
}

.note-wrapper-5 .note-3:before {
  left: -55px;
  top: 38px;
}

.note-wrapper-5 .note-3:after {
  left: -48px;
  top: 42px;
}

.outer_div_links a {
  margin-right: 30px;
  color: #4e4e4e;
}

.img_header {
  margin-right: 15px;
}

.img_header.one {
  margin-bottom: 2px;
}

.img_header.two {
  margin-left: 17px;
  margin-bottom: 0px;
}

.greyscale {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.green_border_btn {
  border: 1px solid rgb(149, 187, 32);
  background-color: rgb(229, 229, 229);
  border-radius: 7px;
  font-size: 25px;
  color: rgb(149, 187, 32);
  width: 400px;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
}

.green_btn {
  background-color: rgb(149, 187, 32);
  border-radius: 7px;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  width: 400px;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
}

.customlightbox {
  position: fixed;
  top: 50%;
  width: 775px;
  height: auto;
  z-index: 99;
}

.customlightbox .customlightbox-close {
  position: absolute;
  cursor: pointer;
  z-index: 200;
  top: 8px;
  right: 40px;
}

.customlightbox.f2 {
  width: 1165px;
  background-color: #fff;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 12px #00000078;
}

.customlightbox.f2 .bx-wrapper,
.customlightbox.f2 .bx-window {
  width: 1165px !important;
}

.customlightbox.f2 .inner {
  width: 1025px;
  max-width: 100%;
  background-color: rgb(229, 229, 229);
  margin: auto;
  padding: 40px 0px;
}

.customlightbox.f2 .white-slide-box {
  background-color: rgb(149, 187, 32);
  border-radius: 7px;
  color: #fff;
  padding: 5px 10px;
  text-align: left;
  position: absolute;
  top: 0%;
  left: 0%;
}
.customlightbox.f2 .white-slide-box:before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: rgb(149, 187, 32);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.customlightbox.f2 .white-slide-box:after {
  content: "";
  height: 9px;
  width: 9px;
  background-color: rgb(149, 187, 32);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.customlightbox.f2 .screenshot-silder-slide {
  position: relative;
}

.customlightbox.f2 .white-slide-box.pos1 {
  top: 33%;
  left: 4%;
}
.customlightbox.f2 .white-slide-box.pos1:before {
  width: 50px;
  right: -50px;
}
.customlightbox.f2 .white-slide-box.pos1:after {
  right: -50px;
}

.customlightbox.f2 .white-slide-box.pos2 {
  left: 51%;
  top: 41%;
}
.customlightbox.f2 .white-slide-box.pos2:before {
  width: 33px;
  right: auto;
  left: -33px;
}
.customlightbox.f2 .white-slide-box.pos2:after {
  right: auto;
  left: -33px;
}

.customlightbox.f2 .white-slide-box.pos3 {
  left: auto;
  top: 36%;
  right: 4%;
}
.customlightbox.f2 .white-slide-box.pos3:before {
  width: 50px;
  right: auto;
  left: -50px;
}
.customlightbox.f2 .white-slide-box.pos3:after {
  right: auto;
  left: -50px;
}

.customlightbox.f2 .white-slide-box.pos4 {
  top: 19%;
  left: 1%;
}
.customlightbox.f2 .white-slide-box.pos4:before {
  width: 50px;
  right: -50px;
}
.customlightbox.f2 .white-slide-box.pos4:after {
  right: -50px;
}

.customlightbox.f2 .white-slide-box.pos5 {
  left: auto;
  top: 19%;
  right: 2%;
}
.customlightbox.f2 .white-slide-box.pos5:before {
  width: 36px;
  right: auto;
  left: -36px;
}
.customlightbox.f2 .white-slide-box.pos5:after {
  right: auto;
  left: -36px;
}

.customlightbox.f2 .white-slide-box.pos6 {
  top: 48%;
  left: 6%;
}
.customlightbox.f2 .white-slide-box.pos6:before {
  width: 50px;
  right: -50px;
}
.customlightbox.f2 .white-slide-box.pos6:after {
  right: -50px;
}

.customlightbox.f2 .white-slide-box.pos7 {
  left: auto;
  top: 26%;
  right: 12%;
}
.customlightbox.f2 .white-slide-box.pos7:before {
  width: 36px;
  right: auto;
  left: -36px;
}
.customlightbox.f2 .white-slide-box.pos7:after {
  right: auto;
  left: -36px;
}

.customlightbox.f2 .white-slide-box.pos8 {
  top: 31%;
  left: 3%;
}
.customlightbox.f2 .white-slide-box.pos8:before {
  width: 50px;
  right: -50px;
}
.customlightbox.f2 .white-slide-box.pos8:after {
  right: -50px;
}

.customlightbox.f2 .white-slide-box.pos9 {
  top: 67%;
  left: 4%;
}
.customlightbox.f2 .white-slide-box.pos9:before {
  width: 50px;
  right: -50px;
}
.customlightbox.f2 .white-slide-box.pos9:after {
  right: -50px;
}

.customlightbox.f2 .white-slide-box.pos10 {
  left: auto;
  top: 44%;
  right: 14%;
}
.customlightbox.f2 .white-slide-box.pos10:before {
  width: 36px;
  right: auto;
  left: -36px;
}
.customlightbox.f2 .white-slide-box.pos10:after {
  right: auto;
  left: -36px;
}

.customlightbox.f2 .white-slide-box.pos11 {
  top: 33%;
  left: auto;
  right: 20%;
}
.customlightbox.f2 .white-slide-box.pos11:before {
  width: 30px;
  right: auto;
  left: -30px;
}
.customlightbox.f2 .white-slide-box.pos11:after {
  right: auto;
  left: -30px;
}

.customlightbox.f2 .white-slide-box.pos12 {
  top: 36%;
  left: 5%;
}
.customlightbox.f2 .white-slide-box.pos12:before {
  width: 43px;
  right: -43px;
}
.customlightbox.f2 .white-slide-box.pos12:after {
  right: -43px;
}

.customlightbox.f2 .white-slide-box.pos13 {
  top: 54%;
  left: auto;
  right: 20%;
}
.customlightbox.f2 .white-slide-box.pos13:before {
  width: 30px;
  right: auto;
  left: -30px;
}
.customlightbox.f2 .white-slide-box.pos13:after {
  right: auto;
  left: -30px;
}

.customlightbox.f2 .screenshot-silder-containter .bx-prev {
  background-color: rgb(229, 229, 229);
  border-radius: 100%;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}

.customlightbox.f2 .screenshot-silder-containter .bx-next {
  background-color: rgb(229, 229, 229);
  border-radius: 100%;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}

.customlightbox.f2 .screenshot-silder-containter .bx-next:after {
  content: "";
  background-image: url(../img/f2_arrow.png);
  width: 17px;
  height: 31px;
  position: absolute;
  top: 7px;
  right: 10px;
}

.customlightbox.f2 .screenshot-silder-containter .bx-prev:after {
  content: "";
  background-image: url(../img/f2_arrow.png);
  width: 17px;
  height: 31px;
  position: absolute;
  top: 7px;
  left: 10px;
  transform: rotate(180deg);
}

.customlightbox.f2 .screenshot-silder-pager-overlay {
  width: 100px;
  margin: 20px auto;
  text-align: center;
}

.customlightbox.f2 .screenshot-silder-pager-overlay .pager-link {
  text-indent: -9999px;
  width: 11px;
  height: 11px;
  background-color: rgb(204, 204, 204);
  border-radius: 100%;
  display: inline-block;
  margin: 0px 4px;
}

.customlightbox.f2 .screenshot-silder-pager-overlay .pager-link.pager-active {
  background-color: rgb(149, 187, 32);
}

.customlightbox.f2 .screenshot-silder-containter .slide-img {
  max-width: 100%;
}

.conv-btn.loading {
  opacity: 0.5;
}

.video_outer .muted_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
}

.flex_outer_div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .hide_1350px {
    display: none;
  }
}

@media (max-width: 1100px) {
  .hide_1100px {
    display: none;
  }
  .flex_outer_div .inner {
    max-width: 33%;
  }
}

.raleway_25 {
  font-family: raleway, Verdana;
  font-size: 25px;
  line-height: 1.3em;
}
@media (max-width: 800px) {
  .raleway_25 {
    font-size: 19px;
  }
}

.fake_pager_outer .fake_pager_outer {
  cursor: pointer;
}

.fake_pager_outer .fake_pager {
  background-color: rgb(204, 204, 204);
  width: 11px;
  height: 11px;
  border-radius: 100%;
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
}

.fake_pager_outer .fake_pager.active {
  background-color: rgb(149, 187, 32);
}

.green_bordered_box {
  border: 1px solid rgb(149, 187, 32);
  background-color: #fff;
  padding: 6px 26px;
  position: absolute;
  bottom: 50px;
  left: -255px;
}

.green_bordered_box p {
  font-size: 16px;
  margin-bottom: 0px;
}

.green_bordered_box .green {
  font-size: 20px;
  color: rgb(149, 187, 32);
  font-weight: bold;
}

@media (max-width: 750px) {
  .customlightbox.f2 .white-slide-box:before,
  .customlightbox.f2 .white-slide-box:after {
    display: none;
  }
  .customlightbox.f2 .white-slide-box {
    font-size: 14px;
  }
  .customlightbox.f2 .white-slide-box.pos1 {
    left: 13%;
  }
  .customlightbox.f2 .white-slide-box.pos2 {
    top: 57%;
  }
  .customlightbox.f2 .white-slide-box.pos3 {
    right: 11%;
  }
  .customlightbox.f2 .white-slide-box.pos4 {
    left: 15%;
  }
  .customlightbox.f2 .white-slide-box.pos6 {
    left: 13%;
  }
  .customlightbox.f2 .white-slide-box.pos8 {
    left: 13%;
  }
  .customlightbox.f2 .white-slide-box.pos12 {
    left: 12%;
  }
}

@media (max-width: 767px) {
  .green_bordered_box {
    bottom: 8px;
    left: 5px;
  }
}

@media (max-width: 1000px) {
  .flex_outer_div .inner {
    max-width: 100%;
    margin-left: 10px;
    margin-top: 10px;
  }
}

.countdown_orange {
  display: inline-block;
  font-size: 40px;
  color: #000;

  line-height: 30px;
  margin-right: 16px;
  margin-left: -50px;
  font-family: Lato, Arial;
  vertical-align: bottom;
}
.dark_font .countdown_orange {
  color: #000;
}

.countdown {
  display: inline-block;
  position: relative;
}
.dark_font .countdown {
  color: #000;
}

.countdown_label {
  margin-top: 18px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1em;
  width: 65px;
  margin-left: 4px;
  font-family: Verdana, Arial;
}

@media (max-width: 550px) {
  .tc_550px {
    text-align: center;
  }
  .flex_outer_div.konditionen_part {
    align-items: flex-start !important;
  }
  .flex_outer_div.konditionen_part .inner:nth-child(2),
  .flex_outer_div.konditionen_part .inner:nth-child(3) {
    max-width: 50%;
    margin-top: 15px;
  }
}

.btn-header {
  margin: 60px 20px 0;
  transition: all 0.2s ease-in-out;
  border: none;
}

.btn-header:hover,
.btn-header:focus {
  background: #95bb20;
  transform: translateY(-1px);
  box-shadow: none;
}




.top-video {
  position: relative;
  width: 100%;
  margin: 0px;
  height: 1500px;
  background-size: 100%;
  cursor: pointer;
	background:#000;
}
@media only all and (max-width: 1950px) {
  .top-video {
    height: 0;
    margin: 0 auto 0 auto;
    padding-bottom: 56.25%;
  }
}
.top-video-logos {
  background: #000;
  position: relative;
  z-index: 91;
  padding: 20px 0px;
  width: 100%;
  min-height: 60px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
}
.top-video-logos img {
  vertical-align: middle;
  margin-left: 20px;
}
.top-video-disable-click {
  z-index: 2;
}
.top-video-disable-click,
.top-video iframe {
  height: 100%;
  width: 100%;
	border:none;
  position: absolute;
}

.top-video-unmute {
  position: absolute;
  bottom: 18%;
  left: 20px;
  z-index: 3;
  cursor: pointer;
}
