/*!
 * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

@import url("https://use.typekit.net/bcw8nsj.css");

@font-face {
  font-family: "Conv_HelveticaNowDisplayXBlk";
  src: url("../fonts/fonts/HelveticaNowDisplayXBlk.eot");
  src: local("☺"),
    url("../fonts/fonts/HelveticaNowDisplayXBlk.woff") format("woff"),
    url("../fonts/fonts/HelveticaNowDisplayXBlk.ttf") format("truetype"),
    url("../fonts/fonts/HelveticaNowDisplayXBlk.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/Helvetica.eot");
  src: url("../fonts/helvetica/Helvetica.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helvetica/Helvetica.woff2") format("woff2"),
    url("../fonts/helvetica/Helvetica.woff") format("woff"),
    url("../fonts/helvetica/Helvetica.ttf") format("truetype"),
    url("../fonts/helvetica/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Helvetica";
  color: #000000;
}
p {
  color: #000000;
  font-size: 1.0625rem;
  line-height: 1.5rem;
}
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  padding: 0px;
  list-style-type: none;
}
.slick-dots button {
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  color: #000000;
}

h2 {
  font-size: 4.0625rem;
  line-height: 4.6875rem;
}
h3 {
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Helvetica";
  font-weight: 400;
}
.bottom-space {
  margin-bottom: 3.75rem;
}
.font-dark {
  font-weight: 600;
}
.text-black {
  color: #000 !important;
}
.text-underline {
  text-decoration: underline;
}
.text-primary {
  color: #229679 !important;
}
.subheading {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.font-secondary {
  font-family: "Helvetica";
}
header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../images/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.text-mark {
  position: relative;
}
.text-mark:after {
  content: "";
  background: #d4ebe5;
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 0px;
  height: 12px;
  z-index: -1;
}
.image-slider .item {
  display: none;
  position: relative;
}

.image-slider .item.active {
  display: flex;
}
.image-slider:after {
  content: "";
  background: #f8fafb;
  position: absolute;
  left: 120px;
  right: 50px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.logo-stack {
  position: absolute;
  right: 10px;
  top: 30px;
}
.logo-apple {
  position: absolute;
  left: 9px;
  bottom: 0;
}
/*Pagination*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  padding: 0;
}

.pagination li:first-child {
  padding-left: 0;
}

.pagination li:last-child {
  padding-right: 0;
}

.pagination li span {
  width: 45px;
  height: 1px;
  background: #e2e2e2;
  border-radius: 0;
  border: none;
  display: block;
}

.pagination li span.active {
  background: #000;
}
.navigation {
  position: absolute;
  /* bottom: 0; */
  top: 30%;
  left: -60px;
  height: 258px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.v-pagination {
  padding-left: 0;
}

.v-pagination.right {
  right: 0;
  left: auto;
  top: 35%;
  bottom: auto;
}

.v-pagination li {
  list-style-type: none;
  margin-bottom: 35px;
}

.v-pagination li:last-child {
  margin-bottom: 0;
}

.v-pagination li .prev,
.v-pagination li .next {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
}
.v-pagination li .prev {
  top: 0;
}
.v-pagination li .next {
  bottom: 0;
}
.v-pagination li .prev img,
.v-pagination li .next img {
  max-width: 100%;
}
.v-navigation li {
  list-style-type: none;
}
.v-navigation li a {
  background: #000;
  width: 1px;
  border-radius: 12px;
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px;
  left: 0;
  margin: 0 auto;
  height: 140px;
}
.v-navigation:after {
  content: "";
  background: #e5e5e5;
  width: 1px;
  border-radius: 12px;
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px;
  left: 0;
  margin: 0 auto;
}
.pagination-nav {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
}

.pagination-nav li {
  list-style-type: none;
}

.pagination-nav li i {
  color: #3cb878;
  font-size: 25px;
}

.pagination-nav li .disabled i {
  color: #e2e2e2;
}

.pagination-nav li a {
  display: flex;
  width: 23px;
  height: 44px;
  align-items: center;
  text-decoration: none !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.pagination-nav li a.disabled {
  opacity: 0.2;
}

.ctrl .next {
  border: none;
  background-color: transparent;
  outline: none;
}

.ctrl .prev {
  border: none;
  background-color: transparent;
  outline: none;
}
.slick-slide:active {
  outline: none;
  border: none;
}
.slider-watch {
  margin-bottom: 30px;
}
.slick-slide:focus {
  outline: 0;
}

button:active {
  outline: none;
  border: none;
}

button:focus {
  outline: 0;
}
ul:focus {
  outline: 0;
}

.dots .slick-dots {
  display: flex;
  justify-content: center;
}

.dots button {
  width: 45px;
  height: 1px;
  background: #e2e2e2;
  border-radius: 0;
  border: none;
  display: block;
  padding: 0px;
}

.dots .slick-active button {
  background: #000;
}

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

.prev {
  background: url(../images/prev-arrow.png);
  width: 27px;
  height: 50px;
  background-color: transparent;
  border: none;
}
.next {
  background: url(../images/next-arrow.png);
  width: 27px;
  height: 50px;
  background-color: transparent;
  border: none;
}

.slider-watch__arrows {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ctrl--vertical-prev,
.ctrl--vertical-next {
  background-color: transparent;
  border: none;
}

.ctrl--vertical-dots button {
  width: 1px;
  height: 45px;
  background: #e2e2e2;
  border-radius: 0;
  border: none;
  display: block;
  padding: 0px;
}

.ctrl--vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ctrl--vertical-dots {
  margin-top: 40px;
  margin-bottom: 40px;
}
.slider-app__item img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wrapper-slider-app {
  overflow: hidden;
}

.slider-app {
  margin-top: -10px;
  margin-bottom: -10px;
}

.slider-app__item {
  height: 551px !important;
  width: 252px !important;
}

.slider-watch__item img {
  display: inline-block;
}
.wrap-slider-app {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-slider-app .ctrl--vertical {
  order: -1;
  margin-right: 10px;
}
.ctrl--vertical .slick-active button {
  background: #000;
}
.font--600 {
  font-weight: 600;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
  .wrap-slider-app {
    justify-content: flex-start;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../images/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

header {
  padding: 13px 0px;
  border-bottom: 1px solid #f2f2f2;
}

.banner-area {
  height: auto;
}

.banner-right-section {
  background-color: #dfe6ec;
  padding: 30px 60px 40px;
  height: 100%;
}
.banner-right-section h1 {
  font-size: 5.1875rem;
  line-height: 1;
  color: #000000;
  padding-bottom: 20px;
}

.banner-right-section h4 {
  line-height: 1.2;
  font-size: 3.0625rem;
  position: relative;
  margin-bottom: 2.0625rem;
}

.banner-right-section p {
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.banner-right-section p span {
  text-decoration: underline;
}

.banner-right-section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 55px;
}

.banner-right-section ul li {
  display: inline-block;
  padding-left: 11px;
  padding-right: 11px;
}
.banner-right-section ul li:first-child {
  padding-left: 0;
}
.banner-right-section ul li:last-child {
  padding-right: 0;
}
.headerImage {
  height: 100%;
  width: 100%;
  object-position: top center;
  object-fit: cover;
}
/*
.fundamental-row{
    max-width: 950px;
    margin: auto;
}*/

.fundamental-row h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.fundamental-row h1 span {
  color: #229679;
  letter-spacing: 2px;
}

.fundamental-section {
  padding: 55px 0px 70px;
}

.main-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
}

.main-list li {
  margin-bottom: 25px;
  background-image: url(../images/list-icon.png);
  background-repeat: no-repeat;
  background-position: top 8px left;
  background-size: auto;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  padding-left: 25px;
  color: #000;
}
.main-list.small-list li {
  margin-bottom: 5px;
}
.top-space {
  margin-top: 70px;
  margin-bottom: 70px;
}

.bloclist {
  position: fixed;
  display: block;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 15px 35px 10px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.bloclist ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  display: inline-block;
  border-left: 1px solid #e2e2e2;
}

.bloclist ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
}

.bloclist ul li a {
  color: #a0a0a0;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  display: block;
  text-decoration: none;
}

.bloclist .activelist {
  border-left: 1px solid #000;
}

.bloclist .activelist a {
  color: #229679 !important;
}
.active {
  color: #229679 !important;
}

.outer {
  position: relative;
}

.greyBox {
  padding: 18px 30px;
  text-align: left;
  background-image: url(../images/greybg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*.coworking_php {
background-image: url(../img/grey_bg_coworking_php.jpg);
}*/
.greyBox-float-left {
  flex: 0 0 65%;
  max-width: 65%;
}
.greyBox-float-right {
  flex: 0 0 35%;
  max-width: 35%;
}
.greyBox h3 {
  color: #229679;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 600 !important;
}
.greyBox p {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  color: #585858;
}
.greyBox ul {
  padding-left: 0;
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #585858;
  list-style-type: none;
}
.greyBox ul li {
  position: relative;
  padding-left: 10px;
}
.greyBox ul li:before {
  content: "";
  background: #585858;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.triangle {
  padding: 50px 20px;
}
.triangle p {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
.triangle span {
  font-weight: normal;
}

.timer {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
}
.timer li {
  display: inline-block;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1;
  list-style-type: none;
  color: #585858;
}
.timer li span {
  font-weight: 700;
}
.timer li .span {
  font-weight: 400;
  display: block;
  font-family: "Helvetica";
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
.timer li:before {
  content: none !important;
}
.btn-green {
  background-color: #1ea97d;
}

.tooltipe--blue {
  color: #007cf0 !important;
}

.words-show {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.words-show li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-grad {
  background-image: linear-gradient(
    to right,
    #2cce8f 0%,
    #1fac7f 51%,
    #1fac7e 100%
  );
}

.btn-grad {
  margin: 10px;
  padding: 11px 25px;
  text-align: center;
  text-transform: none;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 90px;
  display: inline-block;
  border: 3px solid #fff;
  font-size: 1.15875rem;
  font-weight: 400;
}

.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.small-text {
  font-size: 0.8125rem;
  color: #828282;
  line-height: 1;
}

.pinkbg span {
  color: #229679;
}

.pinkbg h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  padding-bottom: 40px;
}

.nav-tabs li {
  background-color: #d4eae5;
  width: auto;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  box-sizing: border-box;
}
.nav-tabs li:last-child {
  margin-right: 0;
}
.nav-tabs li a {
  padding: 10px 0px;
  display: block;
  color: #000;
  text-align: center;
}

.nav-tabs {
  border-bottom: none;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.pinkgrey {
  background-color: #f8fafb;
  padding: 60px 0px 30px 0px;
}

.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #4b626e;
  font-size: 1.0625rem;
  line-height: 30px;
  width: 100%;
  padding: 10px 40px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 -21px 8px 0 rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link.active {
  font-size: 1.375rem;
  color: #1c9376;
}
.tabs-bg {
  background-color: transparent;
  box-shadow: none;
  /* max-width: 950px; */
  margin: auto;
}
.nav-tabs .nav-link.active {
  position: relative;
}
.nav-tabs .nav-link.active:after {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 2;
}

.tab-content {
  padding: 40px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 -21px 8px 0 rgba(0, 0, 0, 0);
  margin-top: 0px;
  z-index: 1;
  position: relative;
}

.Papierkram-section h2 {
  color: #000;
  margin-bottom: 5px;
}

.Papierkram-section p {
  color: #000;
  padding-right: 50px;
}
.pepList {
  list-style: none;
  text-align: left;
  display: inline-block;
  padding: 0px;
}

.pepList li {
  padding-bottom: 20px;
  background-image: url(../images/list-icon.png);
  background-repeat: no-repeat;
  background-position: top 9px left;
  background-size: auto;
}

.links {
  padding-top: 20px;
  padding-left: 35px;
}

.links a {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.pepList li span {
  color: #000;
  padding-left: 35px;
  display: block;
}

.btn-yellow {
  background-image: linear-gradient(
    to right,
    #fa894b 0%,
    #faa84b 51%,
    #fa894b 100%
  );
}

.btn-yellow {
  margin: 10px;
  padding: 7px 30px;
  text-align: center;
  text-transform: none;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 90px;
  display: block;
  border: 5px solid #fff;
  font-size: 1.375rem;
  font-weight: 400;
}

.btn-yellow:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.whiteBg h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  padding-bottom: 40px;
}

.whiteBg span {
  color: #229679;
}

.whiteBg {
  padding: 60px 0px;
}

.trenneTabs .nav-tabs li {
  width: 33.33%;
}

.wertabs .nav-tabs .nav-item {
  width: 50%;
}

.tab-border-zero {
  border-right: 0px !important;
}

.custom-checkbox {
  display: inline-block;
  height: 45px;
}
.custom-control-input {
  width: 45px;
  height: 40px;
}
.custom-control-label {
  padding-left: 30px;
  font-size: 17px;
  color: #686868;
  line-height: 23px;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #219579;
  background-color: #219579;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/white-checbox.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0px;
}

.custom-control-label::before {
  width: 45px;
  height: 40px;
  top: 2px;
  left: -25px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  border: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(211 234 229);
}
.custom-control-label::after {
  top: 5px;
  left: -22px;
  width: 37px;
  height: 30px;
}

.paddingBtm {
  padding-bottom: 5px !important;
}

.boxes {
  background-color: #f8fafb;
  padding: 25px 15px;
  border-radius: 5px;
}

.boxes h3 {
  color: #229679;
  padding-top: 20px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.boxes p,
.whiteBoxes p {
  line-height: 20px;
  margin-bottom: 0;
}
.rowPadding {
  padding-top: 30px;
}

.whiteBoxes {
  background-color: #fff;
  padding: 25px 15px;
  border-radius: 5px;
}

.whiteBoxes h3 {
  color: #229679;
  padding-top: 20px;
  font-size: 30px;
  margin-bottom: 15px;
}

.btn {
  margin-top: 10px;
}

.heading-color {
  color: #229679;
}

.exImage {
  position: absolute;
  right: -150px;
  top: -160px;
}
.Darkgrey {
  background-color: #f8fafb;
}

.Tu p {
  margin-bottom: 0px;
  font-size: 14px;
}

.borderleftRight {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.tu-space img {
  padding-top: 18px;
  padding-bottom: 18px;
}

.tu-space p {
  /*    padding-top: 40px;
    padding-bottom: 10px;*/
  margin: 0;
  font-size: 17px;
  line-height: 29px;
}
.GrayBoxes {
  background-color: #f8fafb;
  padding: 20px 20px;
  text-align: center;
  display: inline-block;
  min-width: 100%;
  border-radius: 5px;
}

.staylish {
  padding-left: 0px;
  text-align: left;
}

.staylishRight {
  padding-right: 0px;
  text-align: right;
  display: block;
}

.GrayBoxes img {
  max-width: 157px;
  height: 97px;
  object-fit: cover;
}

.GrayBoxes p {
  margin-bottom: 0px;
}
.testimonial-wrapper {
  overflow: hidden;
  padding-bottom: 30px;
}
.slider-testimonial {
  width: 100%;
}

.testimonial-wrapper .item {
  margin: 0 60px;
  width: 100%;
  max-width: 710px;
  text-align: left;
}
.testimonial-wrapper .item img {
  width: 345px;
  height: 290px;
  background-color: rgb(236, 236, 236);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.03);
  object-fit: cover;
}
.image-wrapper {
  max-width: 345px;
  flex: 0 0 345px;
  position: relative;
}
.image-wrapper .name {
  font-size: 15px;
  text-align: center;
  margin: 0;
  right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.testimonial-wrapper .content {
  display: block;
  padding: 50px;
}
.testimonial-wrapper .content p {
  position: relative;
  margin: 0;
}
.testimonial-wrapper .content p:after {
  content: "";
  width: 8px;
  height: 19px;
  background-image: url(../images/seperator.png);
  background-size: auto;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -15px;
  bottom: -20px;
}
.testimonial-wrapper .content p:before {
  content: "";
  width: 8px;
  height: 19px;
  background-image: url(../images/seperator.png);
  background-size: auto;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -15px;
  top: -20px;
}
.testimonial-slider {
  position: relative;
}
.testimonial-slider .pagination-nav {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  width: 45%;
  margin: 0 auto;
}

.testimonial-slider .pagination-nav li a.prev {
  position: absolute;
  left: 0;
}
.testimonial-slider .pagination-nav li a.next {
  position: absolute;
  right: -90px;
}
.testimonial-slider {
  overflow: hidden;
}

.wrap-slider-testimonial {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-slider-testimonial .prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.wrap-slider-testimonial .next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.slider-testimonial__nav {
  display: none;
  width: calc(50% - 415px);
  overflow: hidden;
}
.slider-testimonial__nav-item {
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.1;
}

@media (min-width: 762px) {
  .testimonial-wrapper {
    display: flex;
    align-items: center;
  }
  .testimonial-wrapper .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .image-wrapper .name {
    text-align: right;
    margin-bottom: 0px;
  }
}

@media (min-width: 962px) {
  .image-wrapper .name {
    margin-top: -24px;
    transform: translateY(24px);
  }
  .slider-testimonial__nav {
    /* display: block; */
    width: calc(50% - 415px);
    overflow: hidden;
  }
}

.slider-testimonial__prev-block .slick-list {
  padding: 0px !important;
  /* padding-left: 195px!important; */
}
@media (min-width: 1200px) {
  .slider-testimonial__prev-block {
    margin-left: -74px;
  }
}
@media (min-width: 1400px) {
  .slider-testimonial__prev-block {
    margin-left: 0px;
  }
}
@media (min-width: 1500px) {
  .slider-testimonial__prev-block .slick-list {
    padding: 0px !important;
    padding-left: 18% !important;
  }
}

@media (min-width: 1590px) {
  .slider-testimonial__prev-block .slick-list {
    padding: 0px !important;
    padding-left: 3vw !important;
  }
}
@media (min-width: 1650px) {
  .slider-testimonial__prev-block .slick-list {
    padding: 0px !important;
    padding-left: 28% !important;
  }
}
@media (min-width: 1700px) {
  .slider-testimonial__prev-block .slick-list {
    padding: 0px !important;
    padding-left: 31% !important;
  }
}
@media (min-width: 1750px) {
  .slider-testimonial__prev-block .slick-list {
    padding: 0px !important;
    padding-left: 35% !important;
  }
}
@media (min-width: 1800px) {
  .slider-testimonial__prev-block .slick-list {
    padding: 0px !important;
    padding-left: 37% !important;
  }
}
@media (min-width: 1900px) {
  .slider-testimonial__prev-block .slick-list {
    padding: 0px !important;
    padding-left: 43% !important;
  }
}

/*
.slider-testimonial__nav-inner{
  transition: transform 0.250s ease-in-out;
}
.slider-testimonial__prev-block{
  display: flex;
  justify-content: flex-end;
}
.slider-testimonial__nav{
  overflow: hidden;
}
.slider-testimonial__nav-inner{
  display: flex;
  align-items: center;
}
.slider-testimonial__nav-inner>div{
  width: 341px;
  margin: 0 15px;
  flex-shrink: 0;
} */

.Boxshadow {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
}

.rechnung {
  padding-top: 60px;
  padding-bottom: 0px;
}

.nechtest h4 {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}

.list-padding {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 100px;
}

.main-list span {
  color: #000;
}
.main-list .text-link {
  color: #007cf0;
}

.download-link a {
  font-size: 17px;
  color: #07335a;
  text-decoration: underline;
  display: block;
}

footer {
  background-color: #f8fafb;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.16), 0 -21px 8px 0 rgba(0, 0, 0, 0);
  padding: 50px 0px 20px 0px;
}

.inner-footer h2 {
  font-size: 3.125rem;
}

.inner-footer p {
  font-size: 18px;
}

.order-area {
  max-width: 270px;
  margin: auto;
}

.order-area input {
  border: none;
  padding: 27px 20px;
  border-radius: 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 -21px 8px 0 rgba(0, 0, 0, 0);
  color: #000;
}
.form-text {
  font-size: 14px;
  color: #828282;
  margin: 0;
}
.full-widthBtn {
  width: 100%;
  padding: 0px;
}

.full-widthBtn a {
  width: 100%;
  margin: 0px;
}

.footer-links {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

.footer-links li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.footer-links li a {
  color: #343434;
}

.slider-section {
  padding-top: 20px;
}

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

.designLogo-section {
  padding: 120px 0px 60px 0px;
}
.BankSection {
  max-width: 950px;
  margin: auto;
  text-align: center;
}

.mobile-section {
  padding: 80px 0px;
}
.gallery-section {
  padding: 50px 0px;
}

.logoBrands {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

.logoBrands li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.alingcenter {
  padding-right: 165px;
}

.footerLogo {
  padding-top: 10px;
}
.inline-input {
  display: inline-block;
}

.line {
  width: 53px;
  height: 0;
  border: 1px solid #000;
  margin: 3px;
  display: inline-block;
}

.line-left {
  position: absolute;
  left: -74px;
  top: 24px;
}
.form-group {
  position: relative;
}
.line-right {
  position: absolute;
  right: -75px;
  top: 24px;
}
.table-bg {
  text-align: right;
  position: relative;
}
.pinkbg .table-bg img {
  box-shadow: 0 0 10px 0px rgba(60, 60, 60, 0.1);
}
.note-box {
  background: #ecf9ff;
  display: block;
  box-shadow: 0 0 10px 0px rgba(60, 60, 60, 0.14);
  padding: 20px 20px 20px 35px;
  position: absolute;
  bottom: -35px;
  text-align: left;
  right: 35px;
  left: auto;
  max-width: 335px;
}
.note-box:before {
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(../images/note-box.png);
  display: block;
  position: absolute;
  left: 12px;
  background-repeat: no-repeat;
  top: 25px;
}
.note-box .close-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  box-shadow: none;
}
.note-box p {
  color: #393939;
  line-height: 1.2;
  margin: 0;
}
.text-link {
  color: #007cf0;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .banner-right-section ul li img {
    margin-bottom: 10px;
  }

  .banner-right-section h4 {
    font-size: 30px;
  }
  .fundamental-row h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .nav-tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .nav-tabs .nav-link.active:after {
    display: none;
  }
  .nav-tabs .nav-link {
    padding-top: 7px 15px;
  }
  .nav-tabs .nav-link.active {
    font-size: 1rem;
  }

  h2,
  .banner-right-section h1 {
    font-size: 2.0625rem;
    line-height: 2.6875rem;
  }
  .note-box {
    position: relative;
    bottom: auto;
    margin-bottom: 20px;
    right: auto;
    margin-top: 30px;
  }
  .logo-stack,
  .image-slider:after {
    display: none;
  }
  .banner-right-section h1 img {
    max-height: 2.0625rem;
  }
  .banner-right-section {
    padding: 20px;
  }
  .banner-area {
    height: auto;
  }
  .greyBox {
    flex-direction: column;
  }
  .greyBox-float-left,
  .greyBox-float-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .testimonial-wrapper .item.active {
    display: block;
  }
  .testimonial-wrapper .content {
    padding: 15px;
  }
  .testimonial-slider .pagination-nav {
    width: 50%;
    width: 90%;
  }
  .testimonial-slider .pagination-nav li a.prev,
  .testimonial-slider .pagination-nav li a.next {
    left: 0;
    right: 0;
    position: relative;
  }

  .testimonial-wrapper .item img {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .exImage {
    position: absolute;
    right: -79px;
    top: -160px;
  }
  .testimonial-wrapper .item.active {
    display: flex;
  }
}
@media (max-width: 575px) {
  .top-space {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bloclist {
    width: 100%;
    margin-bottom: 20px;
    position: static;
    display: none;
  }

  .bloclist ul {
    width: 100%;
  }

  .greyBox h3 {
    font-size: 18px;
  }
  .btn-grad {
    padding: 15px 17px;
    font-size: 12px;
  }

  .nav-tabs li {
    width: 100%;
  }
  .pinkbg h1 {
    font-size: 30px;
  }

  .pinkgrey {
    padding: 30px 0px 30px 0px;
  }
  .Papierkram-section h2 {
    text-align: center;
  }

  .Papierkram-section p {
    text-align: center;
    padding-right: 0px;
  }

  .tab-content {
    padding: 20px 20px;
  }
  .links {
    padding-left: 0px;
  }
  .whiteBg h1 {
    font-size: 30px;
  }
  .whiteBg {
    padding: 30px 0px;
  }
  .trenneTabs .nav-tabs li {
    width: 100%;
  }
  .nav-tabs li {
    border-right: 0px;
    margin-right: 0;
  }
  .table-bg {
    padding-bottom: 20px;
  }

  .wertabs .nav-tabs .nav-item {
    width: 100%;
  }
  .exImage {
    margin-bottom: 20px;
    position: static;
  }
  .Tu {
    text-align: center;
  }

  .tu-space p {
    padding-top: 20px;
  }
  .staylish {
    text-align: center;
  }
  .staylishRight {
    text-align: center;
  }
  .btn-yellow {
    padding: 12px 20px;
  }
  .headerImage {
    min-height: auto;
  }
  .footer-links li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .words-show li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .logoBrands li {
    display: block;
  }
  .alingcenter {
    padding-right: 0px;
  }
  .mobile-section {
    padding: 20px 0px;
  }
  .designLogo-section {
    padding: 20px 0px 20px 0px;
  }
  .line {
    display: none;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
  .slider-app__item {
    height: 642px !important;
    width: 297px !important;
  }
  .wrap-slider-app .ctrl--vertical {
    margin-right: 30px;
  }
}
.tooltipe-custom {
  position: fixed;
  background: #fff;
  border: 1px solid #898989;
  border-radius: 1px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 3px 8px;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-family: Verdana;
  max-width: 403px;
  line-height: 1.5;
  -webkit-animation: fadeUp 0.3s 0.2s backwards;
  animation: fadeUp 0.3s 0.2s backwards;
  z-index: 200;
}

[data-tooltip] {
  cursor: pointer;
}
@keyframes fadeUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.pointer {
  cursor: pointer;
}
.list li {
  margin-bottom: 20px;
}
.list--marker {
  list-style-type: none;
  padding: 0px;
  padding-top: 10px;
}
.list--marker li {
  position: relative;
  padding-left: 30px;
}
.list--marker li::before {
  content: url(../images/checked.png);
  position: absolute;
  left: 0px;
  top: 0px;
}

.partners-slider__item {
  position: relative;
}
.partners-slider__block {
  background-color: #f8fafb;
  padding: 20px 20px;
  text-align: center;
  border-radius: 5px;
  min-width: 325px;
  max-width: 325px;
  margin-left: 20px;
  margin-right: 20px;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  min-height: 228px;
}
.partners-slider__inner {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
}

.partners-slider__col {
  min-width: 100vw;
  flex-shrink: 0;
  display: flex;
}
.partners-slider__item:hover .partners-slider__block {
  display: none;
}
.partners-slider__item:hover .partners-slider__hover {
  display: block;
}
.partners-slider__hover {
  -webkit-animation: fadeUp 0.3s backwards;
  animation: fadeUp 0.3s backwards;
  display: none;
  background-color: #f8fafb;
  padding: 15px;
  border-radius: 5px;
  min-width: 325px;
  max-width: 325px;
  margin-left: 20px;
  margin-right: 20px;
}

.box-overlay {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
  position: fixed;
  background: url(../images/overlay.png) repeat 0 0;
  cursor: pointer;
  display: none;
}

.box-overlay.active-modal {
  display: block;
}

.modal-custom {
  cursor: default;
  background: #fff;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1000px;
  height: 580px;
  -webkit-animation: zoom 0.5s;
  animation: zoom 0.5s;
  padding: 10px;
  max-width: 95%;
  max-height: 95%;
}
.modal__contant ul li {
  font-family: "verdana";
  font-size: 14px;
  margin-bottom: 11px;
}
@media (min-width: 960px) {
  .modal__contant ul {
    margin-left: 40px;
    padding-top: 0px;
  }
}

.modal-custom iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-custom.active-modal {
  display: block;
}

.modal-custom-close {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
  width: 44px;
  height: 45px;
  background: url(../images/haken_gross.png) 50% no-repeat;
  z-index: 20;
  padding: 0;
  cursor: pointer;
}

.modal-custom--scroll {
  height: 100% !important;
  padding: 0 !important;
}

.modal-custom--scroll .modal__contant {
  padding: 40px 65px !important;
  overflow: auto;
}

.modal-custom--text {
  width: 1070px;
}

.modal-custom--img,
.modal-custom--text {
  padding: 40px 65px;
  max-width: 95%;
  height: auto;
}

.modal-custom--img {
  width: auto;
}

@media only screen and (max-width: 767.9px) {
  .modal-custom--text {
    padding: 20px 15px;
    height: 100%;
  }
}

.modal-partner {
  overflow: visible;
  max-width: 95%;
  width: auto;
  height: auto;
  max-height: 95%;
  position: fixed;
  z-index: 100;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.54);
  border: 1px solid #a1a1a1;
  padding: 20px;
  background-color: #fff;
  display: none;
}

.modal-partner ul {
  list-style-type: none;
}

.modal-partner.active-v {
  display: block;
}

.modal-partner-close-icon {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: -15px;
  right: -15px;
}

.modal-partner-close-icon img {
  width: auto;
}

.modal-partner__title {
  font-size: 22px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 10px;
  color: #474747;
  font-family: Lato, Arial;
  font-weight: 700;
}

.modal-partner__sub-title {
  font-size: 15px;
  text-align: center;
  font-family: Verdana, Arial;
  color: #474747;
  margin-bottom: 20px;
}

.modal-partner__block {
  z-index: 2;
  border: 1px solid #dcdcdc;
  position: relative;
  min-width: 775px;
  margin-bottom: 20px;
  display: none;
}

.modal-partner__block.active-v {
  display: -webkit-box;
  display: flex;
}

.modal-partner__block ul {
  padding: 10px 13px 16px;
  width: 205px;
}

.modal-partner__block ul li {
  white-space: nowrap;
  font-family: Verdana, Arial;
  padding-top: 5px;
  font-size: 15px;
  color: #555;
  font-feature-settings: "lnum", "liga", "clig off";
  font-variant: lining-nums no-common-ligatures;
}

.modal-partner__block ul li span {
  cursor: pointer;
}

.modal-partner__block ul li span:hover {
  text-decoration: underline;
}

.modal-partner__header {
  display: flex;
  align-items: center;
  background-color: #dcdcdc;
  border-bottom: 3px solid #a7a7a7;
  height: 80px;
  box-sizing: border-box;
  padding: 10px 23px 16px 27px;
  color: #555;
  font-size: 21px;
}

.modal-partner__header p {
  line-height: 1.3em;
  font-size: 21px;
  margin-bottom: 0px;
  font-family: Verdana, Arial;
  color: #555;
}

.modal-partner__col {
  border-right: 1px solid #a7a7a7;
  overflow: hidden;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.modal-partner__col:last-child {
  border-right: 0;
}

.modal-partner__inner {
  display: -webkit-box;
  display: flex;
}

.modal-partner__wrap-nav {
  text-align: center;
}

.modal-partner__nav {
  background-color: #ec802c;
  padding: 0;
  margin: 0;
}

.modal-partner__nav li {
  margin: 0;
}

.modal-partner__nav-item {
  cursor: pointer;
  margin-bottom: 10px;
  color: #fff;
}

.modal-partner__nav-item.active-v {
  text-decoration: underline;
}

.modal-partner__nav-item:last-child {
  margin-bottom: 0;
}

.modal-partner__nav-flag {
  display: none;
  left: 32px;
  border-left: 61px solid transparent;
  border-bottom: 17px solid #c76b22;
  top: 173px;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
}

.modal-partner__row {
  display: -webkit-box;
  display: flex;
}

.modal-partner__wrap-close {
  text-align: right;
}

.modal-partner__wrap-close span {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .modal-partner__title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .modal-partner {
    padding: 40px 65px;
  }

  .modal-partner__block .modal-partner__col:first-child .modal-partner__header,
  .modal-partner__block .modal-partner__col:first-child .modal-partner__row {
    padding-left: 76px;
  }

  .modal-partner__block
    .modal-partner__col:first-child
    .modal-partner__row
    uL:first-child {
    padding-left: 0;
  }

  .modal-partner__wrap-nav {
    position: absolute;
    left: 32px;
    z-index: 3;
    width: 100px;
    height: 89px;
    top: 190px;
  }

  .modal-partner__nav {
    padding: 18px 5px 10px 16px;
    box-shadow: -2px 3px 8px #525248;
  }

  .modal-partner__nav-flag {
    display: block;
  }
}

@media only screen and (max-width: 991.9px) {
  .modal-partner {
    width: 100%;
  }

  .modal-partner__block {
    flex-wrap: wrap;
    min-width: auto;
  }

  .modal-partner__inner {
    flex-wrap: wrap;
  }

  .modal-partner__nav {
    padding: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    cursor: pointer;
    margin-bottom: 10px;
    color: #fff;
  }

  .modal-partner__nav li {
    padding: 15px;
  }

  .modal-partner__row {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767.9px) {
  .modal-partner {
    height: 100%;
  }

  .modal-partner__contant {
    height: 100%;
    max-height: calc(100% - 115px);
    overflow: hidden;
  }

  .modal-partner__wrap-block {
    height: 100%;
    max-height: calc(100% - 70px);
    overflow-y: auto;
  }
}
.open-modal-partner {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.bloclist {
  display: none;
  -webkit-animation: fadeUp 0.3s 0.2s backwards;
  animation: fadeUp 0.3s 0.2s backwards;
}
.active-nav {
  display: block;
}

.box-yellow {
  margin-top: 20px;
  background-image: linear-gradient(113deg, #ffd500, #ffc00f);
  padding: 15px 25px;
  border-radius: 5px;
}
.box-yellow p {
  margin-bottom: 0px;
}

.greyBox_coworking .triangle {
  padding-top: 10px;
}

.greyBox_coworking.greyBox {
  background-size: auto;
  background-position: top left;
}

@media (max-width: 960px) {
  .greyBox_coworking .greyBox-float-right {
    padding-top: 180px;
    background-position: top;
  }
}

.stern_seriensieger {
  position: absolute;
  top: -25px;
  right: -40px;
}
