* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.back-to-top {
  background-color: #f8f9fc;
}

body {
  background-color: #fff;
  font-family: "Raleway";
  font-size: 15px;
  color: #161c2d;
  position: relative;
  overflow-x: hidden !important;
}
a {
  cursor: pointer;
}
p {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h3,
.h4,
.h5 {
  font-family: "Raleway";
}
.center-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
#topnavigation.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.15);
}

#topnavigation {
  position: fixed;

  z-index: 1030;
  background-color: #fff;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 30px 0;
  right: 0;
  left: 0;
  top: 0;
}
#topnavigation .navigation-menu > li {
  margin: 0 30px;
  transition: 0.4s all;
}
#topnavigation.navigation-menu > li > a {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  color: #6db43e;
  transition: 0.4s all;
}
.navbar-nav > li > a {
  transition: 0.3s all;
}
.navbar-nav > li > a.active {
  padding: 10px 40px;
  background: #6db43e;
  border-radius: 50px;
  font-weight: 500;
  width: 140px;
  text-align: center;
  color: #fff !important;
}
#topnavigation.bg-white {
  padding: 10px 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.24);
}
#topnavigation.bg-white .navigation-menu > li > a {
  color: #6db43e;
}
#topnavigation .navigation-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item {
  position: relative;
}

.topbar {
  background-color: #f3f3f3;
  color: #888;
  padding: 2px;
}

.topbar p {
  color: #fff;
}

.topbar span {
  color: #373d40;
}

.topbar .xing {
  background-color: #006567 !important;
}

.topbar .ico-color {
  color: #194673;
}

.topbar .ico-bg {
  background-color: #194673;
  color: #fff;
  border-radius: 2px;
}

.block {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.block-bg {
  background-color: #0eb6b6;
  color: #fff;
}

.block-gradient-dark {
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(0, 50, 100, 0.9) 55.3333%,
    rgba(40, 214, 246, 0.9) 100.6666%
  );
}

.triangle-green {
  position: relative;
  width: 0px;
  content: "";
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 75px 840px 0 840px;
  border-color: #006567 #f8f9fc #f8f9fc #f8f9fc;
  margin: 0 auto;
}

.bg-header {
  padding: 160px 0 60px;
  position: relative;
}

.bg-green {
  background-color: #194673;
}

.color-white {
  color: #fff;
}

.header-box {
  background-image: url("../images/images/circle-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 2rem;
}

.header-box img {
  padding-top: 50px;
  width: 300px;
}
.btn-white {
  border: 2px solid #fff;
  color: #fff;
}
.btn-big {
  background: #f68428 !important;
  border: 0 !important;
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  align-items: center;
  font-weight: 300;
  padding: 14px;
  margin-top: 2rem;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-big i {
  font-size: 40px;
}

.btn-big:hover {
  filter: opacity(0.8);
}

.info-p {
  width: 100%;
  flex-direction: column;
}
.info-p p {
  font-size: 18px;
  font-weight: 300;
  color: #7d8498;
}
.img-logo {
  width: 300px;
  left: 30%;
}
.list-inline-item {
  margin-right: 0px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #000;
}
.mt-10 {
  margin-top: 10rem;
}
/***********************SECTION-How-to***********************/

.how p.h4 {
  color: #fff;
  font-size: 32px;
}

.how-bottom {
  padding: 20px;
}

.how-bottom span {
  font-size: 22px;
  font-weight: bold;
}
.how-bottom p {
  margin-top: 1rem;
  font-size: 18px;
}

.how-top {
  position: relative;
  width: 100%;
}

.how-top-box {
  position: relative;
  height: 240px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.box-triangle {
  position: absolute;
  bottom: 226px;
  width: 315px;
  height: 115px;
  background-color: transparent;
  background-image: url(../images/images/triangle.png);
  background-repeat: no-repeat;
  background-size: 350px 100px;
  background-position: 100% 100%;
}

.how-single {
  border-radius: 5px;
  color: #fff;
  /* box-shadow: 11px 11px 0px #6db43e; */
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  margin-top: 50px;
  height: 500px;
  border-radius: 50%;
  background: #6db43e;
}
/* .how-single:hover {
  border: 3px solid #f68428;
  box-shadow: -11px 11px 0px #f68428;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
} */
.how-single:hover > .how-bottom span {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.border-bottom {
  border-bottom: 1px solid #f3f3f3 !important;
}
.border-top {
  border-top: 1px solid #f3f3f3 !important;
}

.flex {
  display: flex;
  justify-content: space-evenly;
}

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

/***********************Range-Slider***********************/

.range-slider {
  margin: 60px 0 0 0%;
}

.range-slider {
  width: 60%;
  margin: 50px auto 25px;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (0px));
  height: 7px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #6db43e;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #f68428;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #f68428;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #f68428;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #f68428;
}
.range-slider__range:active::-moz-range-thumb {
  background: #f68428;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #f68428;
}

.range-slider__value {
  display: block;
  position: relative;
  color: #f68428;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  font-size: 40px;
  padding: 5px 10px;
  margin: 15px auto 5px;
  font-weight: 600;
}

.range-slider-title {
  color: #989898;
  font-size: 26px;
}
.range-box {
  display: block;
  border-radius: 3px;
  width: 75rem;
  padding: 30px 0 10px;
  margin: 40px auto;
  border-bottom: 3px solid #6db43e;
  box-shadow: 1px 1px 10px 5px rgb(195 195 195 / 30%);
}
.arrow-box {
  position: relative;
}
.arrow-box {
  top: 50px;
  content: "";
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #6db43e;
  margin: 0 auto;
  color: #7d8498;
  display: none;
}

.range-box p.h4 {
  color: #6db43e;
  font-size: 32px;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

/*------------------- -------------------*/

.section-title h2 {
  font-size: 44px;
  color: #374242;

  text-align: center;
}

h2 {
  color: #374242;
}
.header p.h4 {
  font-size: 23px;
  color: #374242;

  text-align: center;
}

.section-title h3,
h4 {
  font-size: 42px;
  font-weight: 700;
  color: #374242;
  line-height: 1.2;
}

.section-title h5 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #7d8498;
}

a.lead {
  font-size: 30px;
}

.section-m {
  padding: 150px 0;
}

.section-m p.h4 {
  color: #006567;
}

.shadow {
  box-shadow: 0 0 5px rgba(208, 208, 208, 0.6) !important;
}

/* .circle {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border: 10px solid #f4f4f4;
  border-radius: 50%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #194673;
} */

.pricing-rates p {
  color: #888;
}

.pricing-rates .title {
  font-weight: 700;
  font-size: 24px;
}

p.small {
  font-size: 12px;
  text-align: center;
  color: #333;
}

.end h4 {
  font-size: 48px;
}

.versand-box {
  background-color: rgba(255, 255, 255, 0.3);

  margin: 35px auto;
  border-radius: 30px;
  height: 100%;

  font-size: 21px;
  transition: ease-in 0.2s;
}

.versand-box:hover {
  background-color: #fff;
  color: #194673;
}

.versand-box p.h4 {
  font-size: 45px;
  margin-bottom: 3rem;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  color: #6db43e;
  padding: 20px;
  font-weight: 300;
}
.versand-box .inner {
  padding: 0 50px;
}
.versand-box .inner b {
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.versand-box p,
.versand-box li {
  font-size: 19px;
}
.versand-box .inner i {
  margin-right: 15px;
}
.std-inner {
  font-size: 12px !important;
  text-align: right;
  margin-top: 2rem;
}
.einlieferung-box {
  position: relative;
  padding: 40px 5px 0px;
  height: 100%;
  margin: 50px 30px;
  color: #194673;
  font-size: 18px;
}
#versandmodelle .feature-list {
  border-bottom: 1px solid #0000001a;
  padding: 10px;
}
.einlieferung-box p {
  line-height: 1.4;
  text-align: center;
}

.einlieferung-box:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  top: -8px;
  left: -10px;
  border-top: 3px solid #006567;
  border-left: 3px solid #006567;
}

.einlieferung-box:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  bottom: 70px;
  right: 0px;
  border-bottom: 3px solid #006567;
  border-right: 3px solid #006567;
}

.mrem-10 {
  margin-top: 10rem;
}

.header a.lead {
  color: #194673;
}

.header a.lead:hover {
  color: #006567;
}
.green-color {
  color: #6db43e;
}

.text-box p {
  margin: 0px 0px 100px 0px;
  font-size: 21px;
  color: #194673;
}

.calc-box {
  position: relative;
  padding: 15px;
}

.calc-box span.calc-img {
  content: "";
  background-size: 100px;
  background-repeat: no-repeat;
  background-image: url("../images/images/euro.png");
  height: 110px;
  display: block;
  background-position: 130px;
  padding-right: 69px;
  margin-left: -51px;
  margin-top: -74px;
}
.calc-box span.calc-img2 {
  content: "";
  background-size: 100px;
  background-repeat: no-repeat;
  background-image: url("../images/images/hourglass.png");
  height: 110px;
  display: block;
  background-position: 130px;
  padding-right: 69px;
  margin-left: -51px;
  margin-top: -74px;
}
.calc-box span.calc-img3 {
  content: "";
  background-size: 100px;
  background-repeat: no-repeat;
  background-image: url("../images/images/water.png");
  height: 110px;
  display: block;
  background-position: 130px;
  padding-right: 69px;
  margin-left: -51px;
  margin-top: -74px;
}
.calc-box span.calc-img4 {
  content: "";
  background-size: 100px;
  background-repeat: no-repeat;
  background-image: url("../images/images/leaf.png");
  height: 110px;
  display: block;
  background-position: 130px;
  padding-right: 69px;
  margin-left: -51px;
  margin-top: -74px;
}

.range-box ul li {
  font-size: 24px;
  font-weight: 500;
}

.grey-color {
  color: #c5c5c5;
}
.blue-color {
  color: #194673;
}

.light-color {
  color: #daebf4;
}

.imprint-box {
  padding: 75px;
  border-radius: 8px;
  box-shadow: 0px 6px 8px 2px rgba(204, 204, 204, 0.4);
  margin: -275px auto 0;
  background-color: #fff;
  max-width: 900px;
}

.imprint-box p {
  font-size: 18px;
  color: #194673;
}

.pages-box {
  padding: 75px;
  box-shadow: 0px 6px 8px 2px rgba(204, 204, 204, 0.4);

  background-color: #fff;
}

.overflow-visible {
  overflow: visible;
}

.mt-6rem {
  margin-top: 6rem;
}

.h-500 {
  min-height: 500px;
}

/***********************Kontaktformular***********************/

.contact-box {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 8px;

  background-color: #fff;
}

.contact-box p {
  font-size: 18px;
  color: #061b2f;
  margin: 0;
}
.contact-box a {
  font-size: 18px;
}
.contact-box fieldset p {
  font-size: 15px;
  color: #666;
}
select,
textarea,
input[type="select"],
input[type="text"] {
  position: relative;
  width: 100%;
  height: 4.5vh;
  padding: 0 20px;
  font-weight: 600;
}

.form_field input,
.form_field textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  line-height: 20px;
  background-color: #f4f4f4;
  color: #194673;
}

.form_field input:focus {
  box-shadow: 0 0 1px 2px hsla(0, 0%, 84.7%, 0.7);
  outline: none;
}

.form_select:focus {
  box-shadow: 0 0 1px 2px hsla(0, 0%, 84.7%, 0.7);
  outline: none;
}
.form_field textarea:focus {
  box-shadow: 0 0 1px 2px hsla(0, 0%, 84.7%, 0.7);
  outline: none;
}
.alert {
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 14px;
}
.check {
  color: #0c0c0c;
  background-color: #f4f4f4;
}
input[type="checkbox"] {
  opacity: 0;
  float: left;
  display: none;
}

form input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  display: block;
  background: #fff;
  border: 1px solid #a9a9a9;
  cursor: pointer;
}
input[type="checkbox"]:checked + label::after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 12px;
  height: 12px;
  display: block;
  z-index: 1;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.3s ease;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjE4MS4yIDI3MyAxNyAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxODEuMiAyNzMgMTcgMTYiPjxwYXRoIGQ9Ik0tMzA2LjMgNTEuMmwtMTEzLTExM2MtOC42LTguNi0yNC04LjYtMzQuMyAwbC01MDYuOSA1MDYuOS0yMTIuNC0yMTIuNGMtOC42LTguNi0yNC04LjYtMzQuMyAwbC0xMTMgMTEzYy04LjYgOC42LTguNiAyNCAwIDM0LjNsMjMxLjIgMjMxLjIgMTEzIDExM2M4LjYgOC42IDI0IDguNiAzNC4zIDBsMTEzLTExMyA1MjQtNTI0YzctMTAuMyA3LTI1LjctMS42LTM2eiIvPjxwYXRoIGZpbGw9IiMzNzM3MzciIGQ9Ik0xOTcuNiAyNzcuMmwtMS42LTEuNmMtLjEtLjEtLjMtLjEtLjUgMGwtNy40IDcuNC0zLjEtMy4xYy0uMS0uMS0uMy0uMS0uNSAwbC0xLjYgMS42Yy0uMS4xLS4xLjMgMCAuNWwzLjMgMy4zIDEuNiAxLjZjLjEuMS4zLjEuNSAwbDEuNi0xLjYgNy42LTcuNmMuMy0uMS4zLS4zLjEtLjV6Ii8+PHBhdGggZD0iTTExODcuMSAxNDMuN2wtNTYuNS01Ni41Yy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTI1My41IDI1My41LTEwNi4yLTEwNi4yYy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTU2LjUgNTYuNWMtNS4xIDUuMS01LjEgMTIgMCAxNy4xbDExNC43IDExNC43IDU2LjUgNTYuNWM1LjEgNS4xIDEyIDUuMSAxNy4xIDBsNTYuNS01Ni41IDI2Mi0yNjJjNS4yLTMuNCA1LjItMTIgLjEtMTcuMXpNMTYzNC4xIDE2OS40bC0zNy43LTM3LjdjLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0xNjkuNSAxNjkuNS03MC4yLTcxLjljLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0zNy43IDM3LjdjLTMuNCAzLjQtMy40IDguNiAwIDEybDc3LjEgNzcuMSAzNy43IDM3LjdjMy40IDMuNCA4LjYgMy40IDEyIDBsMzcuNy0zNy43IDE3NC43LTE3Ni40YzEuNi0xLjcgMS42LTYuOS0uMS0xMC4zeiIvPjwvc3ZnPg==)
    no-repeat center center;
}

.checkbox label a {
  color: #6db43e;
}
.checkbox label a:hover {
  color: #f68428;
}

.form_field label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 18px;
  color: #666;
}

/***********************Tablist***********************/
.wrap {
  /*   box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
  border-radius: 4px;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #6db43e;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
  padding: 15px;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: "\eaa1";
  position: absolute;
  font-family: "IcoFont";
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: "\eaa1";
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: "\ea99";
  font-size: 24px;
  position: absolute;
  font-family: "IcoFont";
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: "\ea99";
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: "\eaa1";
  font-size: 24px;
  position: absolute;
  font-family: "IcoFont";
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.bg-light {
  background-color: #f8f9fc !important;
  z-index: 0;
}
/* ----------------header----------------- */

.menu-info a {
  cursor: pointer;
}

.header-lead li {
  font-size: 20px;
  font-family: "Raleway";
  cursor: pointer;
}

.header p.h5 {
  color: #374242;
}

.header .tick {
  color: #fff;
  background-color: #6db43e;
  border-radius: 3px;
  padding: 2px;
}

.overlay {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 5vw;
  z-index: 99;
}
#particles-js {
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;

  height: 100;
  bottom: 0;
  right: 0;
}

#home {
  /*max-width: 1450px;*/
  margin: 0 auto;

  height: 100vh;
  display: flex;
  position: relative;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 70%,
    rgba(109, 180, 62, 1) 90%
  );

  align-items: center;
  background-size: cover;
}
/* 
#home:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #192d35bf;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
} */

#home span {
  font-family: "Raleway";
  color: #f68428;
  font-size: 45px;
  letter-spacing: 1px;
  font-weight: 700;
}
.header p.h2 {
  color: #6db43e;
  line-height: 1;
  font-size: 35px;
  font-family: "Raleway";
  font-weight: 500;
}

.my-6 {
  margin-left: 6rem;
}
.info-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
}
.info-bottom a {
  background: #ffffff;
  border-radius: 50%;
  /* padding: 20px; */
  height: 50px;
  width: 50px;
  color: #6db43e;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 5px 0px rgba(66, 127, 25, 0.3);
  }
  100% {
    box-shadow: 0 0 5px 30px rgba(0, 0, 0, 0);
  }
}
.teaser-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  min-height: 240px;
  justify-content: space-around;
}
.teaser-play a {
  font-size: 100px;
  color: #f68428;
  margin: 20px 0;

  cursor: pointer;
}
.teaser-play {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
.teaser-box i {
  font-size: 50px;
  color: #f68428;
  margin: 20px 0;
}
.teaser-play h2 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.teaser-play h2 span {
  display: block;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

.shapes {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.shape-1 {
  position: absolute;
  top: 60%;
  left: 20%;
  width: 100px;
  height: 100px;
  background: #ffffff7a;
}
.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#progression {
  position: fixed;
  right: 0;
  top: 27%;
  display: flex;
  flex-direction: column;
  transform: translateX(100px);
  transition: 0.4s all;
}
#progression.active {
  transform: translateX(0);
}
#progression a {
  background: #6db43e;
  box-shadow: 0px 0px 0px 2px #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin: 10px;
  border-radius: 50%;
  position: relative;
}
#progression a.active {
  background: #f68428;
  color: #fff;
}
#progression a:not(:first-child):before {
  position: absolute;
  content: "";
  background: #d1d1d1;
  width: 10px;
  top: -30px;
  height: 100%;
  z-index: -1;
}
.pl-in {
  padding-left: 14rem;
}
#teaser h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  position: relative;
}
#teaser .h3 {
  font-weight: 800;
  font-size: 39px;
  line-height: 1;
  text-transform: uppercase;
  color: #6db43e;
}
#teaser p {
  font-size: 25px;
}

#funkionierts {
  position: relative;

  background: #6db43e;
}
.bg-green {
  background: #6db43e;
}
#product {
  background: #fff;
  position: relative;
  width: 100%;
}
#home .container {
  max-width: 80%;
  z-index: 999;
}
#product .container {
  height: 100%;
  max-width: 100%;
}
#product .container .row {
  width: 100%;
  position: relative;
}

.footer .container,
.subfooter .container {
  max-width: 80%;
}

/* 
.first {
  top: 0%;
  left: 0%;
} */
/* #product .container .row .col-lg-4 {
  position: absolute;
} */
/* .col-lg-4.first {
  left: 0;
  top: 5%;
}
.col-lg-4.second {
  right: 30%;
  top: -30%;
}
.col-lg-4.third {
  right: 0;
  top: 20%;
}
.how-single {
  transform: scale(0.5);
}
.col-lg-4.second .how-single {
  border-radius: 50px 50px 50px 0;
}
.col-lg-4.second .how-single:before {
  content: "";
  bottom: -24%;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 250px 250px 0 0;
  border-color: #6db43e transparent transparent transparent;
}
.col-lg-4.third .how-single {
  border-radius: 0 50px 50px 50px;
}
.col-lg-4.third .how-single::before {
  content: "";
  top: -24%;

  position: absolute;
  left: 0;

  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 250px 0 0 250px;
  border-color: transparent transparent transparent #6db43e;
} */
.how-bottom {
  padding: 0 60px;
}
.circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #6db43e;
  color: #fff;
  max-height: 50px;
  z-index: 2;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-it-works.row {
  display: flex;
}
.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #f68428;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #f68428;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px dotted #f68428;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
#vorteile h2 {
  font-size: 25px;
  font-weight: 400;
  color: #374242;
  line-height: 1;
  margin-bottom: 4rem;
}
#vorteile h2 span {
  display: block;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  color: #6db43e;
}
.container {
  max-width: 80%;
}
#vorteile .box {
  display: flex;
  margin: 20px 0;
}
.circle-s {
  background: #6db43e;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  padding: 10px;
  border-radius: 50%;
}
.icofont-5x {
  font-size: 30px;
  color: #fff;
  margin-right: 20px;
}
.section-m p.h4 {
  font-size: 15px;
}
.d-f {
  display: flex;
  justify-items: start;
  align-items: center;
}
.d-f img {
  width: 90%;
}
.shape-fill {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.shape-fill.shape-fill-1 {
  fill: #fff;
}
.svg {
  filter: drop-shadow(0px -17px 10px #bbbbbb39);
  overflow: hidden;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(159% + 1.3px);
  height: 433px;
}
svg.first {
  transform: translateX(-35%) translateY(-10%);
  z-index: -1;
}
svg.second {
  transform: translateX(-60%);
  width: calc(230% + 1.3px);
  height: 150px;
}
svg.second .shape-fill.shape-fill-1 {
  fill: #f8f9fc !important;
}
svg.open .shape-fill.shape-fill-1 {
  fill: #f8f9fc !important;
}
.m-l20 {
  margin-left: -120px;
}
.shape-fill-2 {
  fill: #6db43e !important;
}
svg.third {
  transform: translateX(-44%);
  width: calc(200% + 1.3px);
  height: 300px;
}
#versandmodelle {
  background: #6db43e;
  position: relative;
  padding-bottom: 150px;
}
#versandmodelle h2 span {
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  display: block;
  line-height: 1;
}
#versandmodelle h2 {
  display: block;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}
.pricing-rates {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid transparent !important;
  margin: 0 20px;
  box-shadow: 0px 0px 10px 5px rgb(199 199 199 / 0.3);
  transition: linear 0.3s;
  top: 0;
}
.pricing-rates:hover {
  border-bottom: 3px solid #adb5bd !important;
  top: -10px;
}
#priceing h2 span {
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  color: #b7b7b7;
}
#priceing h2 {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #6db43e;
}

#berechnen h2 {
  display: block;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 900;
  color: #6db43e;
}
.intro .overlay-svg {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.intro .overlay-svg svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-4r {
  margin-left: -4rem;
}
.how-it-works i {
  font-size: 5rem;
  color: #6db43e;
  /* padding: 50px; */
  border-radius: 50%;
  background: #fff;
  padding: 20px;
  z-index: 999;
}
.m-4l {
  margin-right: -4rem;
}
.overlay-hd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
#wrapper {
  transition: 0.5s all;
}
.sidebar {
  display: none;
}
#wrapper.active {
  display: flex;
}
#wrapper.active .main-wrap {
  width: 80%;
}
#versandmodelle::before {
  position: absolute;
  top: -6%;
  content: "";
  background: #6db43e;
  width: 200px;
  height: 200px;
  left: 45%;
  transform: rotateZ(45deg);
}
#wrapper.active .sidebar {
  width: 20%;
}
.plane {
  position: absolute;
  top: -15%;
}
.plane img {
  transform: rotateZ(49deg);
}

.mid-hr {
  margin: 5rem auto;
  width: 50%;
}
#senden {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s all;
  height: 50vh;
}
#spenden > * {
  transition: 1s all;
}

#senden.active {
  height: 100vh;
  background: #6db43e !important;
  color: #fff !important;
}
#senden.active h4,
#senden.active .lead {
  color: #fff !important;
}
#senden.active h4 {
  font-size: 100px;
  margin-bottom: 2rem;
}
#senden.active .lead {
  font-size: 20px;
}
#senden.active .btn-primary {
  background: #f68428 !important;
  padding: 15px 10rem;
}
/* #product::before {
  position: absolute;
  content: "";
  top: -7%;
  left: 45%;
  background: #f8f9fc;
  height: 200px;
  width: 200px;
  transform: rotateZ(45deg);
} */
section#berechnen {
  position: relative;
}

#product .col-6 {
  height: 20vh;
  align-items: center;
}
.menu-li {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}
.menu-li li {
  padding-right: 40px;
  font-size: 16px;
  position: relative;
}
.menu-li li a {
  cursor: pointer;
  transition: 0.5s all;
}
.menu-li li:not(:last-child):after {
  position: absolute;
  content: "1";
  right: 47%;
  top: 0;
  background: #f68428;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  border: 2px solid #fff;
}

#register {
  background: #6db43e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}

#register fieldset .choise {
  background: #fff;
  border: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 10px;

  cursor: pointer;
  border: 2px solid #6db43e;
}
#register fieldset label {
  margin: 0;
}
#register .register_inner {
  padding: 50px;
  color: #000;
  background: #fff;
  width: 60%;
  margin-top: 106px;
  border-radius: 50px;
}
.input_ label {
  font-size: 16px;
  font-weight: 600;
}
.input_ select::before {
  position: relative;
  right: 30px;
}
.input_ {
  margin: 10px 0;
}
.login .input_ {
  display: flex;
  justify-content: space-between;
}
.login .input_ input {
  width: 75%;
}
#register h1 {
  font-size: 45px;
}
.btn-submit {
  padding: 20px;
  color: #fff;
  background: #f68428;
  border: 0;
  border-radius: 50px;
}
fieldset input {
  width: 20%;
}
.buttons {
  display: flex;
}
.buttons > * {
  width: 100%;
  margin: 0 10px;
}
/* .btn-login:last-child {
  background-color: #f68428;
  padding: 20px;
  border-radius: 50px;
  border: 0;
  color: #fff;
  text-align: center;
} */
.logos {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: space-evenly;
  margin: 2rem 0;
}
.logos .inner {
  width: 33%;
  padding: 0 10px;
}
.logos .inner img {
  width: 100%;
}
.menu-li li a:hover {
  color: #f68428;
}

.btn-login {
  margin: 0 auto;
  display: block;
  text-align: center;
}

a.btn-login:hover {
  color: #f68428;
}

.tab_register {
  /*   display: none; */
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4caf50;
}
.btn-cur {
  padding: 10px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  background: #6db43e;
  width: 100%;
  margin: 10px;
}
.btn-back {
  padding: 10px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  background: #b1b1b1;
  width: 100%;
  margin: 10px;
}
.currbtns {
  display: flex;
  justify-content: flex-end;
}
.currbtns * {
  transition: 1s all;
}
.currbtns .btn-cur,
.currbtns .btn-back {
  width: 20%;
}
footer svg {
  height: 100%;
  position: absolute;
  top: -75%;
}
footer svg path {
  fill: #f3f3f3;
}

.register_email {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  opacity: 0;
  pointer-events: none;
}
.register_email.active {
  pointer-events: inherit;
}
.register_email .box .top img {
  width: 400px;
}
.register_email .box {
  background: #fff;
  border-radius: 50px;
  padding: 4rem 0;
  width: 30%;
}
.register_email .box .top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -1rem;
  position: relative;
}
.register_email .box .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-reg {
  border: 2px solid #000;
  margin: 2rem 0;
  transition: 0.6s all;
}
.btn-reg:hover {
  background: #000;
  color: #fff;
}
.register_email .box .bottom strong {
  font-size: 3rem;
}
.register_email .box .bottom p {
  font-size: 18px;
}
.register_email .box .top .close {
  position: absolute;
  top: -10%;
  right: 5%;
}

.subfooter {
  font-size: 14px;
}
.subfooter {
  padding: 25px 0;
  background-color: #000000;
  color: #fff;
}
.footer {
  font-size: 14px;
  color: #999999;
}
.footer {
  padding: 30px 0;
  background-color: #262626;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #333333;
}
.footer h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #999999;
  font-weight: 400;
}
.footer-content .nav-pills > li > a {
  padding: 4px 0px;
  border-color: transparent;
  color: #999;
  font-weight: 400;
}

.nav-pills > li > a {
  border-radius: 0;

  border: 1px solid transparent;

  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.footer ul {
  display: flex;
  flex-direction: column;
}
.list-icons li i {
  width: 25px;
  text-align: center;
}
.list-icons,
.list {
  list-style: none;
  padding: 0;
}
.list-icons li,
.list li {
  padding: 5px 0;
}
.nav-pills.nav-stacked > li > a {
  transition: 0.4s all;
}
.nav-pills.nav-stacked > li > a:hover {
  color: #fff;
}
.nav-pills.nav-stacked > li > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 30%;
  color: #d1d1d1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
  right: 35%;
}
.footer-content .social-links li {
  padding: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border-radius: 50%;
}

.footer-content .social-links li.facebook {
  background-color: #3c5a98;
}

.footer-content .social-links li.googleplus {
  background-color: #dd4b39;
}

.footer-content .social-links li.xing {
  background-color: #005a5f;
}

.footer-content .social-links li.instagram {
  background-color: #c13584;
}
.footer-content .social-links li.google {
  background-color: #ff0707;
}

.footer-content .social-links li.facebook i,
.footer-content .social-links li.googleplus i,
.footer-content .social-links li.xing i,
.footer-content .social-links li i {
  color: #fff;
  font-size: 20px;
}

.footer-content .social-links {
  margin: 20px 0;
}
.social-links {
  list-style: none;
  flex-direction: row !important;
  padding: 0;
  margin: 40px 0 20px 0;
}
.footer-content .social-links li a {
  color: #666;
  background-color: transparent;
  border-color: #666;
}
.social-links li.facebook:hover,
.colored.social-links li.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
  transition: 0.5s all;
}
.social-links li.googleplus:hover,
.colored.social-links li.googleplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
  transition: 0.5s all;
}
.overlay img {
  height: 100%;
}
.btn-register {
  padding: 10px 10px;
  border-radius: 16px;
  border: 2px solid;
  color: #6db43e;
}
#topnav.bg-white .btn-register {
  color: #6db43e;
}
.btn-spezial {
  font-size: 20px;
  color: #fff;

  border-radius: 40px;
  padding: 10px;
  width: 66%;
  display: flex;
  background: #f68428;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
  font-size: 25px;
}
.btn-spezial:hover {
  color: #fff;
}
.btn-spezial::after {
  content: "\efdf";
  position: absolute;
  right: 5%;
  top: 0;
  font-family: "IcoFont";
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;

  font-size: 35px;
}
.btn-download:hover {
  color: #fff;
}
.btn-download {
  background: #6db43e;
  border-radius: 50px;
  color: #fff !important;
  padding: 10px;
  width: 50%;
  margin: 0 auto;
}
#vorteile {
  border-top: 15px solid rgb(109 180 62 / 39%);
}
#vorteile p.h4 {
  font-size: 18px;
}

.subfooter ul {
  display: flex;
  list-style: none;
}
.subfooter ul li {
  margin-right: 20px;
}
.tutorial_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fdfdfd;

  transform: translateY(100%);
  transition: 0.8s all;
  z-index: 999;

  overflow-y: scroll;
  overflow-x: hidden;
}

.tutorial_box h2 {
  font-size: 50px;
  font-weight: 800;
  color: #f68428;
  position: relative;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 94px;
  padding-bottom: 9rem;
  pointer-events: none;
}
.tutorial_box.active {
  transform: translateY(0);
}
body.static {
  overflow: hidden !important;
}
.tutorial_box b {
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
/* .tutorial_box b:after {
  position: absolute;
  content: attr(num);
  background: #f68428;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
   top: -25%;  
  color: #fff;
  z-index: -1;
  right: -30%;
  top: -15%;
} */
.tutorial_box .row {
  padding: 1.5rem 0rem;
}
.tutorial_box .row p,
.tutorial_box .row ul {
  text-align: center;
  padding: 0 20%;
}
.w-55 {
  width: 55%;
}
.leb {
  border-left: 1px solid rgb(0 0 0 / 16%);
  padding-left: 8rem;
}

.tutorial_box ul.list-arrow {
  position: relative;
  font-family: "Raleway";
  list-style-type: none;
  padding: 0 26%;
  font-size: 17px;
}

.tutorial_box ul.list-arrow li:before {
  padding: 0px 31%;
}

.tab.more-settings {
  border-bottom: 0;
  background-color: #fff;
  text-align: center;
}
.tab.more-settings button {
  float: none;
}
.tab.settings button {
  border-radius: 0;
  font-size: 16px;
}
.tab.settings button i:before {
  font-size: 16px;
  padding: 5px;
}

.mt-6 {
  margin-top: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem;
}
.tutorial_box .col-xl-6 {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}

.tutorial_box h2:after {
  position: absolute;
  content: "";
  right: -105%;
  background: #c3c3c3;
  width: 100%;
  height: 1px;
  top: 100%;
  transition: 1.2s all;
  transition-delay: 1s;
}
.tutorial_box.active h2:after {
  position: absolute;
  content: "";
  right: 0;

  width: 100%;
  height: 1px;
  top: 100%;
  pointer-events: none;
}
.tutorial_box.active h2 {
  background: #6db43e;
  transition: 1.2s all;
  transition-delay: 1.5s;
  color: #fff;
}
.tutorial_box.active {
}
.tutorial_box .bottom {
  background: #fff;
}
.tutorial_box.active .bottom {
  border-radius: 50px;
  box-shadow: 0px -5px 12px #00000024;
  transition: 1.2s all;
  transition-delay: 1.5s;
  background: #fff;
  margin-top: -10rem;
  z-index: 99;
  position: relative;
}
.tutorial_box .close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  font-size: 40px;
  position: absolute;
  top: 15%;
  right: 5%;
  z-index: 999;
}
.tutorial_box .btn {
  color: #fff;
}

.img-logo {
  transition: 0.5s all;
}

.curve-body {
  overflow: hidden;
  width: 100%;
  padding-top: 5rem;
}

.navbar-toggle span {
  background-color: #000;
}
.w-img {
  width: 115%;

  margin-top: 90px;
  margin-left: -50px;
}
svg.fourth {
  transform: translateX(-43%) translateY(0%);
  width: calc(282% + 1.3px);
}
svg.fourth .shape-fill {
  fill: #6db43e;
}
.info-cards .box {
  padding: 10px;
  background: #fff;
  border-radius: 25px;
  color: #000;
  box-shadow: 1px 2px 9px #0000001a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 410px;
  text-align: center;
  transition: 0.5s all;
}
.info-cards h3 {
  font-size: 18px;
}
.info-cards .box i {
  font-size: 6rem;
  color: #6db43e;
}
.info-cards .box .top {
  margin-bottom: 3rem;
}
.info-cards .box:hover {
  cursor: pointer;
  transform: scale(1.05);
  color: #000;
}
.shadow-btn {
  box-shadow: 0px 3px 5px #0000004d;
}
.unterseite #home {
  height: 35vh;
  background: #6db43e;
  margin-top: 93px;
}
.unterseite #home h1 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;

  font-weight: 800;
}
.unterseite #home .overlay {
  z-index: 0;
}
.unterseite .inner {
  background: #fff;
  border-radius: 50px;
  margin-top: -3rem;
  z-index: 99;
  position: relative;
  padding: 3rem 0;
}
/*RECHTLICHES*/
.pages-box h2,
.pages-box p.font-weight-bold {
  color: #6db43e;
}
.pages-box .btn-download {
  width: 100%;
}
.tab {
  overflow: hidden;
  border-bottom: 1px solid #6db43e;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 30px;
  transition: 0.3s;
  font-size: 19px;
  font-weight: 500;
  color: #666;
  background-color: #f3f3f3;
}
.tab button:hover {
  background-color: #eee;
}
.tab button.active {
  background-color: #6db43e;
  color: #fff;
}
.tabcontent {
}
ul.list-arrow {
  position: relative;
  font-family: "Raleway";
  list-style-type: none;
}
ul.list-arrow li:before {
  content: "\ea69";
  position: absolute;
  font-size: 21px;
  font-family: "IcoFont";
  left: 0;
  color: #6db43e;
  list-style-type: none;
  padding-left: 15px;
  line-height: 24px;
}

.pages-box .btn-download {
  position: relative;
  top: 20px;
}
a:hover {
  color: #f68428;
}

.panel a:hover {
  color: #f3f3f3;
}

.tabs-more {
  overflow: hidden;

  background-color: greenyellow;
}

.tabs-more a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tabs-more a.active {
  background-color: #ccc;
}

.tab.settings button {
  border: 0;
  background-color: #adaba9;
  color: #fff;
  float: inherit;
  margin-bottom: 50px;
}

.tab.settings button:hover {
  background-color: #f68428;
}

div#more {
  background: transparent;
}

.tab.settings {
  border: 0 !important;
  overflow: inherit;
}

#more.tabcontent {
  margin-top: 50px;
  box-shadow: rgba(117, 117, 117, 0.1) 0px 0px 10px 10px;
  border-radius: 10px 10px 0 0;
  border-radius: 70px;
  position: relative;
}

.topright {
  position: absolute;
  right: 20px;
  top: 7px;
  cursor: pointer;
  font-size: 40px;
}

.topright:hover {
  color: #f68428;
}

.pb-6 {
  padding-bottom: 6rem;
}
.pt-6 {
  padding-top: 6rem;
}

.tutorial_box .row .small-box {
  padding: 0 0% !important;
}

.navbar-nav li {
  margin: 0 20px;
}

.zoom,
.zoom_1,
.zoom_2,
.zoom_3,
.zoom_4,
.zoom_5,
.zoom_6 {
  display: inline-block;
  position: relative;
  cursor: zoom-in;
}

/* magnifying glass icon */
.zoom:after,
.zoom_1:after,
.zoom_2:after,
.zoom_3:after,
.zoom_4:after,
.zoom_5:after,
.zoom_6:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  /*background: url(icon.png);*/
}

.zoom:after img,
.zoom_1:after img,
.zoom_2:after img,
.zoom_3:after img,
.zoom_4:after img,
.zoom_5:after img,
.zoom_6:after img {
  display: block;
}

.zoom img::selection,
.zoom_1 img::selection,
.zoom_2 img::selection,
.zoom_3 img::selection,
.zoom_4 img::selection,
.zoom_5 img::selection,
.zoom_6 img::selection {
  background-color: transparent;
}

.navbar-toggler .icon-bar {
  background: #6db43e;
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.navbar-toggler {
  border: 2px solid transparent;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgb(111 181 65);
}

.sr-only {
  position: absolute;
  width: 0px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(109 180 62);
}

li a {
  color: #6db43e;
}

.pages-box a {
  color: #6db43e;
}
.pages-box a:hover {
  color: #f68428;
}

a.btn:hover {
  color: #fff !important;
}

button.btn-primary:hover {
  color: #fff;
  background-color: #f68428;
  border-color: #f68428;
}
#topnavigation.fixed {
  padding: 15px 0;
  box-shadow: 0px 4px 9px 0px rgb(105 105 105 / 32%);
}
.faq .pages-box h4 a {
  color: #fff;
}
.price-highlight {
  color: #f68428 !important;
  font-weight: 600;
}
option {
  font-family: "Raleway";
}
.panel-title a {
  color: #fff;
}
.panel-title a:hover {
  color: #cacaca;
}
