:root {
  --dark-blue: #122e52;
  --blue: #2169ca;
  --green: #0085a3;
  --red: #874d95;
  --orange: #ffa741;
  --grey: #63758d;
  --grey-light: #c1c8d1;
  --bg-blue: #f0f5fc;
  --bg-blue: #f4f8fd;
  --bg-green: #f5fbfc;
  --bg-green-2: #e8f4f7;
  --bg-orange: #fefaf6;
  --bg-red: #f4f0fc;
  --bg-red: #f6f4fd;
  --bg-gey: #f8f8f8;
  --max-width: 1400px;
  --border-radius: 14px;
  --box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.1), 0 14px 20px 0 rgba(42, 87, 128, 0.06);
}

body {
  color: var(--dark-blue);
  font-family: sofia-pro, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  background-color: linear-gradient(130deg, #f5fafb 0%, #d3eaef 180%);
}

/* TYPO */

p {
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--dark-blue) !important;
}

p h1,
.container h1 {
  font-size: 46px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 20px !important;
  line-height: 1.2em !important;
}

h2,
.container h2 {
  font-size: 38px;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.2em;
}

@media (max-width: 960px) {
  .container h2.rotator-single {
    font-size: 40px !important;
    margin-bottom: 0;
    justify-content: center;
  }
}

h3,
.container h3 {
  font-size: 28px;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.2em;
}

.feature-sections-wrapper h3 {
  font-size: 34px;
}

h4,
.container h4 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0 !important;
  line-height: 1.2em;
}

h5,
.container h5 {
  font-size: 20px;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

h6,
.container h6 {
  font-size: 17px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.6em;
}

#call-to-action.section-cta h3 {
  line-height: 1.5em !important;
  margin-bottom: 40px !important;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  #call-to-action.section-cta h3 {
    max-width: 900px;
    padding-top: 30px;
  }
}

/* Typo mobile */
@media (max-width: 960px) {
  p {
    font-size: 17px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  .container h1,
  .container h2,
  .container h3,
  .container h4,
  .container h5 {
    line-height: 1.2em !important;
  }

  h1,
  .container h1 {
    font-size: 34px;
  }

  h2,
  .container h2,
  header.kd-section-title h2,
  .feature-sections-wrapper h3 {
    font-size: 28px !important;
  }

  h3,
  .container h3,
  .box-content h4 {
    font-size: 24px;
  }

  h4,
  .container h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .section-hp-why h4 {
    font-size: 20px;
    text-align: center !important;
  }
}

.topbar-phone,
.topbar-email,
#menu-topbar-menu a,
.navbar-topbar a {
  font-size: 15px !important;
  font-weight: 300 !important;
  letter-spacing: 0.1px !important;
  color: var(--grey) !important;
}

/* menu + main-button*/

.navbar-default .nav li a,
.tt_button.modal-menu-item {
  font-weight: 600;
  font-size: 17px;
}

@media(min-width:1279px) {

  .navbar-default .nav li a,
  .tt_button.modal-menu-item {
    letter-spacing: 0.5px !important;
  }
}

@media (max-width: 960px) {
  #main-menu .navbar-nav .menu-item a {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 19px;
  }
}

.tt_button.modal-menu-item {
  color: #fff;
}

#menu-item-6797 {
  display: none;
}

/* Helper */

b,
strong {
  font-weight: 600 !important;
}

.text-aling-center {
  text-align: center;
}

.display-none {
  display: none !important;
}

.border-radius img,
img.border-radius,
.border-radius {
  border-radius: var(--border-radius);
}

.blend-mode img {
  mix-blend-mode: multiply;
}

.has-bg {
  background-color: var(--bg-green);
}

.margin-top-x {
  margin-top: 30px;
}

.grey-bg {
  background-color: #f0f4f9;
}

.green-bg {
  background-color: var(--bg-green);
}

.color-white {
  color: #fff;
}

@media (min-width: 960px) {
  .margin-on-large {
    padding: 0 30px !important;
  }

  .margin-on-large.img-right {
    padding: 0 0px 0 40px !important;
  }

  .margin-on-large.img-left {
    padding: 0 40px 0 0px !important;
  }
}

@media (max-width: 767px) {
  .hide-on-small {
    display: none;
  }
}

/* box-shadow border-radius */
.box-shadow {
  border-radius: var(--border-radius);
  overflow: hidden;
  border: none;
  box-shadow: var(--box-shadow);
}

.box-shadow-big {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.11), 0 12px 31px -14px rgba(20, 30, 60, 0.7), 0 0 50px 0 rgba(20, 30, 60, 0.1);
  border-radius: var(--border-radius);
  overflow: hidden;
}

.photo-gallery-wrapper .owl-wrapper-outer,
.feature-sections-wrapper .owl-wrapper-outer {
  border: none;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}

/* ul / li */
.side-content-text ul li {
  padding-left: 30px !important;
}

.side-content-text ul>li::before,
.wpb_text_column ul>li::before {
  padding-right: 15px;

}


/* Buttons */

.tt_button {
  border-radius: 40px !important;
}

.button-white {
  border-radius: 40px;
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.button-white:hover {
  color: var(--dark-blue) !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.button-white.button-testimonials:hover {
  color: var(--dark-blue) !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.button-testimonials {
  margin-top: 40px;
}

.owl-nav div::before {
  font-size: 18px;
  line-height: 44px;
}

.white-navigation .owl-nav div {
  color: var(--green) !important;
}

.white-navigation .owl-nav div {
  border-radius: 71px;
  border: 2px solid transparent;
  height: 48px;
  width: 48px;
  line-height: 44px;
}

.white-navigation .owl-nav div:hover {
  border-radius: 71px;
  border: 2px solid var(--green);
  height: 48px;
  width: 48px;
  opacity: 1;
}

/* head -navbar-padding */

.navbar .container {
  padding: 0 15px !important;
}

/* Topbar */

.topbar-phone {}

.topbar {
  border: none;
}

.topbar-phone,
.topbar-email,
.topbar-socials a,
#menu-topbar-menu a,
.navbar-topbar a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.width-x {
  width: 14px;
  display: inline-block;
}

#menu-topbar-menu li a,
.navbar-topbar li a {
  margin-right: 0px;
}

.navbar-topbar li.current-lang a {
  border-bottom: 1px solid #63758d;
}

.navbar-topbar li:first-of-type {
  /* Blog link */
  margin-right: 20px;
}

.topbar-menu {
  display: block;
  margin-right: 0px;
  float: right;
}

.topbar-menu ul {
  display: flex;
}


.topbar-menu ul li {
  margin-left: 5px;
}

.modal-content-inner::after {
  background: rgba(37, 37, 37, 0);
}


/* Logo + Menu */

.menubar {
  transition: all 0.5s ease;
}

.navbar-shrink .menubar {
  padding-top: 0px;
}

#logo {
  line-height: 0;
  display: block;
  min-height: 21px !important;
}

.fixed-logo {
  display: block;
}

@media (max-width: 960px) {
  #logo {
    margin-top: 19px;
    min-height: 34px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1270px) {
  .container {
    width: 1270px;
  }
}

@media (min-width: 1420px) {
  .container {
    width: var(--max-width);
  }
}

.navbar-default {
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 960px) {
  .navbar.navbar-default.navbar-shrink {
    box-shadow: 0 0 8px 0 rgba(42, 87, 128, 0.15), 0 0px 10px 0 rgba(42, 87, 128, 0.1);
    transition: all 0.2s ease-in-out;
  }
}

/* MENU */

#main-menu .dropdown-menu a {
  font-size: 16px;
}

/* main-menu zentriert */
@media (min-width: 960px) {
  #main-menu {
    text-align: center;
    padding-left: 186px;
    width: 100%;
  }

  #logo {
    float: left;
    position: absolute;
    z-index: 2;
    margin-left: 14px;
  }

  ul#menu-main-menu,
  ul#menu-main-menu-en {
    margin: 0;
    display: inline-block !important;
    float: none;
  }

  a.modal-menu-item {
    position: absolute;
    top: 0;
    right: 0;
  }

  .navbar .modal-menu-item {
    display: inherit !important;
  }

  #main-menu .navbar-nav .menu-item .dropdown-menu .menu-item a {
    max-width: 208px;
  }

  #main-menu .navbar-nav .dropdown-menu {
    min-width: 236px;
  }

  .logged-in #main-menu .navbar-nav a,
  #main-menu .navbar-nav .menu-item a {
    padding-top: 27px;
    padding-bottom: 25px;
  }
}


#main-menu .navbar-nav .menu-item-has-children .dropdown-menu {
  border-radius: var(--border-radius) !important;

}

/*  burger menu*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--dark-blue);
}

@media (min-width: 960px) {
  .navbar-collapse.collapse {
    max-height: 70px;
  }
}

/* haed button */


.chw-widget.cta-button {
  float: right;
  padding-top: 12px;
}

#main-menu .tt_button {
  border-color: var(--green) !important;
  background-color: var(--green) !important;
  border-radius: 60px !important;
  position: relative;
  margin: 0 15px 0 0 !important;
  padding: 12px 16px 14px 16px;
}

#main-menu .btn-contact.tt_button {
  border-color: var(--green) !important;
  background-color: transparent !important;
  color: var(--green) !important;
  border-radius: 60px !important;
  position: relative;
  margin: 0 15px 0 0 !important;
  padding: 12px 16px 14px 16px;
}

@media (min-width: 960px) {
  #main-menu .tt_button {
    margin-right: 30px;
  }
}


#main-menu .tt_button:hover {
  border-color: var(--green) !important;
  background-color: var(--green) !important;
  border-radius: 50px !important;
  color: #fff !important;
}

#header-widget-area.tt_button {
  margin: 0 !important;
}


@media (min-width:960px) and (max-width:1172px) {
  .hide-m {
    display: none;
  }
}

/* CONTENT--------------------------------------------------------------------------------- */

/* Structure */

.row-margin {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 960px) {
  .row-margin.vc_row[data-vc-full-width] {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.main-content {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-title-intro {
  margin-top: 90px;
}

.row-margin.testimonial-row {
  padding-bottom: 90px;
}

.cta-contact-row.vc_row[data-vc-full-width] {
  padding: 100px 0 !important;
}

/* Header Intro */

/* SECTIONS */

#particles-js,
.particles-wrapper {}

.vc_row.section-hp-top {
  background: linear-gradient(0deg, #edf9fc 0, #fafcfe 100%);
  background: linear-gradient(0deg, #f5fbfd 0, #dfecf4 100%);

}

.section-hp-top .stage-bg {
  background-color: var(--bg-blue);
}

.section-hp-why {
  background-color: var(--bg-green);
}

.section-hp-testimonial {
  background-color: var(--bg-orange);
}

.section-service-testimonial {
  background-color: var(--bg-blue);
}

.bg-white {
  background-color: #fff !important;
}

#blog-teaser header {
  margin-bottom: 50px;
}

#blog-teaser.row-margin {
  padding-bottom: 60px !important;
}

@media (max-width: 960px) {
  #blog-teaser.row-margin {
    padding-top: 60px !important;
  }
}

.section-hp-why .video-container img {
  box-shadow: var(--box-shadow);
  opacity: 0.9;
  border-radius: var(--border-radius) !important;
}

.section-hp-why .video-container:hover img {
  box-shadow: var(--box-shadow);
  opacity: 1;
}

.play-video .fa-play {
  color: #fff !important;
}

.video-modal.in {
  background: rgba(18, 46, 82, 0.8) !important;
}

.video-modal iframe {
  border: 0px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--border-radius);
  box-sizing: content-box;
  box-shadow: var(--box-shadow);
}

.p-l-large {
  padding-left: 42px !important;
}

@media (max-width: 767px) {
  .p-l-large {
    padding-left: 0px !important;
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .counter-1 {
    margin-left: 14% !important;
  }
}

.large-counter .kd_number_string {
  font-size: 56px;
}

.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  width: 80px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin-top: -40px;
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  border: none;
  box-shadow: 0 0 0 15px rgba(76, 170, 190, 0.2);
  transition: 200ms ease-in-out !important;
  background: #0085a3;
}

.header-row.feature-single {
  background-color: #f0f4f9;
  background-color: #f3f6f8;
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("/wp-content/uploads/2019/09/head-wave-bottom-2.png");
}

.hp-stage-img img {
  border-radius: 12px;
  box-shadow: 0 0 12px 0 rgba(42, 87, 128, 0.2), 0 14px 20px 0 rgba(42, 87, 128, 0.04), 0 0 1px 0 rgba(42, 87, 128, 0.2);
  border: 0px solid rgba(42, 87, 128, 1);
}

/* ----------------------------- ANIMATIONEN SVG -------------------------------- */

.illu-main svg {
  overflow: visible;
}

/* ANIMATION Features*/
/* bubble */
.bubble-hp-row {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#wobble {
  animation: wobblE infinite 1s ease-in-out;

  /* animation-duration: 10s; */
  /* animation-fill-mode: none; */
  animation-fill-mode: forwards;
  animation-duration: 4s;
  transform-origin: 50%;
}

#wobble path {
  fill: #e8f4f7;
}

@keyframes wobblE {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(6deg) translateY(20px) skew(6deg);
  }

  100% {
    transform: rotate(0);
  }
}

/* ani event website */
#leine {
  animation: flatY infinite 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 4s;
  transform-origin: 50%;
}

@keyframes flatY {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(6deg) translateY(20px) skew(6deg);
  }

  100% {
    transform: rotate(0);
  }
}

/* ani registration */

#s4 {
  animation: flatX infinite 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 4s;
  transform-origin: 50%;
}

@keyframes flatX {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(6deg) translateY(20px) skew(6deg);
  }

  100% {
    transform: rotate(0);
  }
}

/* ani matchmaking */
#birne {
  animation: birne infinite 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 4s;
  transform-origin: 50%;
}

@keyframes birne {
  0% {
    fill: #6b96cf;
  }

  25% {
    fill: #6b96cf;
  }

  50% {
    fill: #ffd6a6;
  }

  85% {
    fill: #ffd6a6;
  }

  100% {
    fill: #6b96cf;
  }
}

/* ani datenmanagment*/

#notset {
  animation: updown1 infinite 12s linear;
  animation-fill-mode: forwards;
  animation-duration: 4s;
  transform-origin: 50%;
}

#notset {
  animation: updown2 infinite 1s linear;
  animation-fill-mode: forwards;
  animation-duration: 8s;
  transform-origin: 50%;
  transition-delay: 16s;
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes updown2 {
  0% {
    transform: translateY(6);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(6px);
  }
}

/* ani reporting*/

#arm {
  animation: arm infinite 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  transform-origin: 25% 25%;
}

@keyframes arm {
  0% {
    transform: rotate(1deg);
  }

  35% {
    transform: rotate(0) translateY(0) skew(0);
  }

  50% {
    transform: rotate(9deg) translateY(-9px) skew(9deg);
  }

  70% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1deg);
  }
}

#pfeil,
#pfeilspitze {
  animation: pfeil infinite 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  transform-origin: 50%;
}

@keyframes pfeil {
  0% {
    stroke: #6b96cf;
    stroke-width: 2px;
  }

  45% {
    stroke: #6b96cf;
    stroke-width: 2px;
  }

  50% {
    stroke: #ffd6a6;
    stroke-width: 5px;
  }

  65% {
    stroke: #ffd6a6;
    stroke-width: 5px;
  }

  80% {
    stroke: #6b96cf;
    stroke-width: 2px;
  }

  100% {
    stroke: #6b96cf;
    stroke-width: 2px;
  }
}

/* END ANIMATION*/

#connect {
  width: 300px;
}

/* ani end*/

/* --------------------------- ENDE ANIMATIONEN SVG ------------------------------ */

.why-list {
  font-size: 17px;
  font-weight: 300;
}

.wpb_text_column ul li {
  line-height: 1.65em;
}

.large-counter .kd_number_string {
  font-size: 56px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .large-counter .kd_number_string {
    font-size: 54px;
    letter-spacing: 0;
  }

  .large-counter .kd_counter_units {
    font-size: 54px;
    margin-top: 0;
    font-weight: 300;
    line-height: 30px;
  }
}

.header-row.straight-bg {
  background-image: none;
}

.header-row.feature-single {
  padding-bottom: 0;
}

.header-row.home {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.intro-text-home {
  padding-top: 50px;
}

@media (max-width: 960px) {
  .intro-text-home {
    padding-top: 10px;
    padding-bottom: 70px;
  }
}

.container .header-row h3 {
  color: #162b4a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.header-textrotator .kd-text-rotator-container {
  min-height: 120px;
}

/* Client Slider */

.clients.slider {
  max-width: 100%;
  margin: 20px auto;
}

/* Photo Gallery */

.no-tabs .feature-sections-tabs {
  display: none;
}

.row-margin .feature-sections-wrapper section {
  padding: 0;
}

/* Reviews */
.rw_message {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
}

.rw-author-details p {
  text-align: center;
}

.container .rw-author-details h5 {
  text-align: center;
}

.rw_rating {
  text-align: center;
}

/* Features Boxen HP */

@media (max-width: 1280px) {
  .home .feature-box .key-icon-box.icon-top.icon-default {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.box-features:hover {
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.box-features.key-icon-box.icon-default.icon-top .tt-iconbox-customimg.img_big_size img {
  max-width: 180px;
}

.equal-height .wpb_wrapper {
  display: flex;
  flex-grow: 1;
}

.icon-box-inner-row {
  padding-top: 0 !important;
}

.feature-box {
  position: relative !important;
}

.bubble-svg {
  position: absolute;
  z-index: -1;
  text-align: center;
  left: 0;
  right: 0;
}

.bubble-svg svg {
  max-width: 330px;
}

.feature-box svg {
  fill: rgba(136, 178, 234, 1);
  transform: rotate(6deg) skewX(-3deg) scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0;
  margin-top: 0px;
  transition: all 2s;
  margin-left: auto;
  margin-right: auto;
}

.feature-box .f-registrierung svg,
.feature-box .f-programm svg {
  transform: rotate(40deg) skewX(-6deg) scale(0.75);
  margin-top: 10px;
  fill: rgba(255, 214, 166, 1);
}

.feature-box .f-website svg,
.feature-box .f-reporting svg {
  transform: rotate(0deg) skewX(0deg) scale(0.75);
  margin-top: -20px;
  fill: rgba(140, 200, 214, 1);
}

.feature-box .f-eventapp svg,
.feature-box .f-networking svg {
  transform: rotate(0deg) skewX(0deg) scale(0.75);
  margin-top: 0px;
  fill: rgba(200, 180, 240, 1);
}

.feature-box:hover svg {
  transform: rotate(-15deg) skewX(15deg) scale(0.65);
  opacity: 0.2;
  margin-top: 20px;
  transition: all 1s;
}

.feature-box .img_big_size img {
  margin-top: 0px !important;
  padding-bottom: 0px;
  transition: all 1s;
}

.feature-box:hover .img_big_size img {
  margin-top: -6px !important;
  padding-bottom: 6px;
  transition: all 1s;
}

.features4 .box-features.key-icon-box.icon-default.icon-top .tt-iconbox-customimg.img_big_size img {
  max-width: 230px;
}

.feature-box .ib-link a {
  /* link über ganzen block*/

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

/* Testimonial */

.testimonials.slider .tt-content h6 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-bottom: 24px;
}

.testimonial-row .author {
  font-weight: 400 !important;
  color: var(--grey) !important;
}

.testimonial-row .author span {
  color: rgba(255, 255, 255, 0.6) !important;
}

.testimonial-row .tt-image {
  text-align: center;
}

.testimonial-row .tt-image img {
  opacity: 1;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  margin-top: 20px;
  display: inline-block !important;
  float: none;
}

.testimonial-row .owl-nav {
  height: 30px;
  text-align: center;
  margin-top: 20px;
  position: absolute;
  width: 100%;
  top: 27%;
}

.testimonial-row .owl-next {
  position: absolute;
  right: 0;
  top: 48%;
  z-index: 999;
}

.testimonial-row .owl-prev {
  position: absolute;
  left: 0;
  top: 48%;
  z-index: 999;
}

.testimonials.slider.without-image .tt-content h6 {
  max-width: 1040px;
}

.testimonials.owl-carousel .owl-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


/* Lightbox */
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_lef,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_bottom .pp_left {
  background: none !important;
  padding: 0 !important;
}

div.pp_default .pp_content {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}

/* Galerie Owl*/
.photo-gallery-wrapper .owl-dots {
  margin-top: 2px;
}

/* FEATURES ------- */

.section-feature-top {
  padding-top: 190px;
  padding-bottom: 90px;
}

.headline-center {
  padding-bottom: 0 !important;
}

.features-sections .featured-image {
  border: 1px solid rgba(42, 87, 128, 0.1);
  border-radius: var(--border-radius);
}

.feature-sections-wrapper.features-sections .owl-wrapper-outer {
  box-shadow: none;
  border: 1px solid rgba(42, 87, 128, 0.1);
  border-radius: var(--border-radius);
}

.features-sections h3.side-content-title,
.features-sections h6.side-content-subtitle,
.feature-sections-wrapper .side-content-wrapper {
  text-align: left !important;
}

@media (max-width: 960px) {
  .side-featured-wrapper {
    margin-top: 30px;
  }
}

.feature-sections-wrapper section {
  padding: 80px 0;
}

.no-border .featured-image {
  border: none !important;
}

.illu {
  text-align: center !important;
}

.illu img {
  max-width: 380px !important;
}

@media (max-width: 960px) {
  .illu img {
    max-width: 300px !important;
    margin-bottom: 20px;
  }
}

.stripe {
  padding: 80px 0;
}

/* Stripes vertical align text center */
.main-content .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
  justify-content: space-around;
}

.stage-main-row.vc_row-flex .vc_column-inner {
  justify-content: space-around;
}

.particles-wrapper {
  overflow: hidden;
  opacity: .6;
}

@media (min-width: 1200px) {
  .section-feature-top h6 {}
}

.section-feature-top h6.subtitle {
  font-weight: 300;
}

.section-cta {
  background-color: var(--bg-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

#border {
  opacity: 0.1;
}

/* SERVICE ------ */

.service .section-feature-top {
  padding-top: 140px;
  padding-bottom: 60px;
  background: linear-gradient(130deg, #e7f0fb 0, #fafcfe 100%);
}

@media (min-width: 768px) {
  .service .header-image img {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.service .header-image svg {
  max-height: 540px;
}

.box-content {
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.07), 0 14px 20px 0 rgba(42, 87, 128, 0.04);
  padding: 30px;
  border-radius: var(--border-radius);
}

@media (min-width: 768px) and (max-width: 959px) {
  .service-box-hoder .feature-box {
    padding: 0 15px;
  }
}

.service .box-content h4 {
  text-align: center;
  font-size: 26px;
}

.illu-service {
  position: absolute;
  top: -30px;
}

.box-content-holder {
  margin-bottom: 50px;
}

/* ABOUT US --------- */

.head-center h1,
.head-center .container h1 {
  font-size: 58px;
}

.head-center h6,
.head-center .container h6 {
  font-size: 17px;
  font-weight: 400 !important;
}

.head-center.section-feature-top {
  padding-top: 250px;
  padding-bottom: 170px;
  margin-bottom: 60px;
}

.head-center.small-header.section-feature-top {
  padding-top: 200px;
  padding-bottom: 130px;
  margin-bottom: 0px;
  background: linear-gradient(130deg, #f5fafb 0%, #d3eaef 180%);
}

.about-us .head-center.section-feature-top {
  background: linear-gradient(130deg, #f5fafb 0, #d3eaef 100%);
}

.orange .head-center.section-feature-top {
  background: linear-gradient(130deg, #fdf6ed 0, #fcfbf9 100%);
}


.about-us .head-center.section-feature-top svg {
  max-height: 420px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.about-us .head-center.section-feature-top svg path {
  fill: #fff;
  opacity: 0.4;
}

@media (max-width: 960px) {

  .head-center h1,
  .head-center .container h1 {
    font-size: 52px;
  }

  .head-center.section-feature-top {
    padding-top: 60px !important;
    padding-bottom: 170px;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {

  .head-center h1,
  .head-center .container h1 {
    font-size: 42px;
  }

  .head-center.section-feature-top {
    padding-top: 60px !important;
    margin-bottom: 60px;
  }
}

/* Team Boxen */

.team-member-holder {
  background-color: #f5fafb;
  padding-top: 90px;
  padding-bottom: 60px;
}

.team-member .team-image img {
  padding: 0;
  min-height: 100px;
  clip-path: url(#squircle);
  transform: scale(0.9, 0.9);
  transition: all 0.3s ease-in-out;
}

.team-member:hover .team-image {
  transform: scale(1.07, 1.07);
  transition: all 0.3s ease-in-out;
}

.team-member:hover .team-image img {
  transition: all 0.3s ease-in-out;
}

.team-member .team-image img {
  transition: all 0.3s ease-in-out;
}

.team-member .team-image {
  transition: all 0.3s ease-in-out;
}

.team-member.design-classic .team-content-text {
  text-align: center;
  border: none;
  background-color: transparent;
  padding: 5px 0 0 0;
}

.team-member.design-classic .team-image {
  max-height: 100%;
  border: none;
  background: transparent;
}

.team-member {
  overflow: unset;
}

.team-member.design-classic:hover {
  box-shadow: none !important;
}

.team-member.design-classic .team-content .team-subtitle {
  margin-bottom: 20px;
  display: block;
  line-height: 1;
  color: inherit;
  font-weight: 400;
  opacity: 1;
  padding-bottom: 0px;
  border-bottom: none;
  color: var(--grey);
  font-size: 16px;
}

.team-member h4 {
  font-size: 20px;
}

/* Security -------- */

.security .row-margin {
  padding-top: 20px;
}

.security .feature-box .img_big_size img {
  margin-top: 0px !important;
  padding-bottom: 0px;
  transition: all 1s;
}

.security .feature-box:hover .img_big_size img {
  margin-top: -8px !important;
  padding-bottom: 8px;
  transition: all 1s;
}

.security .tt-iconbox-customimg {
  text-align: center;
}

.security .box-content {
  padding: 40px 40px 40px 40px;
  border-radius: var(--border-radius);
}

.security .key-icon-box .service-heading {
  margin-bottom: 30px;
}

/* FAQ  ------------- */

.faq.wpb-js-composer .vc_tta-panels-container .vc_tta-panel-title a {
  font-size: 17px;
  color: var(--dark-blue) !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: var(--dark-blue) !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
  opacity: 1 !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
  padding-left: 30px !important;
}

.faq .vc_tta-panel {
  border-radius: 12px;
  box-shadow: 0 0 6px 0 rgba(42, 87, 128, 0.07), 0 6px 20px 0 rgba(42, 87, 128, 0.05), 0 0 3px 0 rgba(42, 87, 128, 0.03);
  border: none;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s;
}

@media (max-width: 960px) {
  .faq .vc_tta-container {
    padding: 0 15px;
  }
}

.faq.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.faq.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent !important;
}

.faq.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 20px;
}

@media (min-width: 960px) {
  .faq.wpb-js-composer .vc_tta .vc_tta-title-text:not(:empty)~.vc_tta-controls-icon {
    margin-right: -20px;
  }
}

.faq.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding-left: 30px !important;
  padding-top: 0px !important;
}

.faq.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: var(--blue);
}

.faq.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: var(--blue);
}

.faq.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border-color: transparent !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
  padding-left: 12px !important;
}

.faq.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
  padding: 18px 20px;
}

/* Ablauf Prozess ---------- */

.kd-process-steps.process-checkbox-template {
  text-align: center;
  padding-bottom: 0;
  border-top: 2px solid transparent;
}

@media (min-width: 780px) {
  .circle {
    padding: 20px 26px;
  }
}

.process .box-content {
  width: 100% !important;
}

.number {
  position: absolute;
  top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--green);
  line-height: 34px;
  margin: 0 auto;
  margin-left: -20px;
}

/*.number.n6 {
  background-color: var(--orange);
}*/

.process .key-icon-box.icon-top.cont-center .tt-iconbox-customimg {
  margin-bottom: 0px;
  margin-top: 10px;
  height: 150px;
}

@media (max-width: 960px) {
  .process .key-icon-box.icon-top.cont-center .tt-iconbox-customimg {
    margin-bottom: 0px;
    margin-top: 10px;
    height: 170px;
  }
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.box-content-holder.second-row,
.second-row.vc_row.wpb_row.vc_inner.vc_row-fluid {
  margin-top: 0px !important;
  padding-top: 0 !important;
}

.process .key-icon-box.icon-top.icon-default,
.security .key-icon-box.icon-top.icon-default {
  margin-bottom: 30px;
}

.process .key-icon-box.icon-default.icon-top .tt-iconbox-customimg.img_medium_size img {
  max-width: 166px;
  padding-top: 0px;
}

.process .key-icon-box.icon-default.icon-top.bg-0 .tt-iconbox-customimg.img_medium_size img {
  max-width: 180px;
}

.process .box-content {
  background-color: #fff !important;
}

.process .box-content:hover {
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.1), 0 14px 20px 0 rgba(42, 87, 128, 0.08);
}

.green .bg-light {
  background-color: #f5fafb;
}

@media (min-width: 1260px) {
  .week0 .box-content {
    background-image: url(/wp-content/uploads/2020/02/icon-p-6-big-whitebg.png);
    background-position: right bottom;
    background-size: 590px;
    background-repeat: no-repeat;
  }

  .bg-0 img {
    display: none;
  }

  .bg-0 h4 {
    width: 223px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: -38px !important;
  }
}

/* TEXT ONLY  -------------- */
.textonly {}

.textonly h2 {
  font-size: 30px;
  margin-top: 60px;
  font-size: 600;
}

.textonly div>h2:first-child {
  margin-top: 0px;
}

.textonly h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0 !important;
  line-height: 1.2em;
}

.textonly h4 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0 !important;
  line-height: 1.2em;
}

.textonly #main-content .container h1 {
  font-size: 34px;
}

/* IMPRINT ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* PRIVACY ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* COOKIES----------------------------------------------------------------------------------------------------------------------------------------------- */

.cookies h3 {
  margin-top: 30px;
}

.cookies li h3 {
  font-size: 20px;
  font-weight: 600 !important;
}

/* CONTACT FORMS ---- */

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type="submit"]),
.nf-form-content textarea {
  background: #f7f9fb !important;
  border: 1px solid #e5e7f2 !important;
  border-radius: 4px !important;
  color: #787878;
}

.nf-form-content .list-select-wrap .nf-field-element>div:focus,
.nf-field-element input:not([type="button"]):focus,
.nf-form-content textarea:focus {
  background: #fff !important;
  border-color: #919191;
  color: #919191;
}

.nf-error.field-wrap .nf-field-element::after {
  background: #e80000;
  border-radius: 0 4px 4px 0;
}

.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"],
.nf-field-element input[type="submit"] {
  background: #0085a3 !important;
  color: #fff !important;
  border: none !important;
  text-align: center;
  border-radius: 40px !important;
}

.blog-single .right-sidebar .nf-form-content input[type="submit"] {
  background-color: var(--dark-blue) !important;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  border-width: 0px !important;
}

.blog-single .right-sidebar .nf-form-content input[type="submit"]:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
  transform: translate3d(0, -3px, 0);
}

#ruigehond006_inner {
  background-color: rgba(255, 255, 255, .0) !important;
}

.container .gform_wrapper label.gfield_label,
.container .nf-field-label label {
  color: var(--dark-blue) !important;
  font-size: 17px !important;
}

.nf-form-content .label-above .nf-field-label,
.nf-form-content .label-below .nf-field-label,
.nf-form-content .label-hidden .nf-field-label {
  margin-bottom: 2px !important;
}

.nf-field-container {
  margin-bottom: 13px !important;
}

.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content .ninja-forms-field {
  font-size: 17px !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-element input:not([type="sub,it"]),
.nf-form-content textarea {
  color: var(--dark-blue) !important;
}

.nf-field-label label {
  font-weight: 600 !important;
}

textarea::placeholder {
  font-weight: 300 !important;
  opacity: 0.3 !important;
}

/* VIRTUAL LANDINGPAGE --------*/
.workflow-row {}

.workflow-row h4 {
  font-size: 18px;
  margin: 12px 0 0 0 !important;
}

.workflow-row .box-content {
  width: 100%;
  height: 100%;
  background-color: #fff !important;
}

.workflow-row .feature-box .wpb_wrapper {
  height: 100%;
  margin-bottom: 30px;
}

.workflow-row .feature-box img {
  max-height: 60px;
  width: auto;
}

.workflow-row .tt-iconbox-customimg {
  height: 60px;
}

.workflow-row .key-icon-box.icon-top.cont-center .tt-iconbox-customimg {
  margin-bottom: 30px;
  margin-top: 0px;
}

/* CONTACT SITES ------------- */

.contact-row {
  margin: 90px 0 90px 0;
}

#main .nf-form-wrap {
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.07), 0 14px 20px 0 rgba(42, 87, 128, 0.04);
  padding: 30px;
  border-radius: var(--border-radius);
  margin: 60px;
  margin-top: 0;
  background-color: #fff;
}

@media (max-width: 960px) {
  #wrapper .nf-form-wrap {
    padding: 15px;
    margin: 15px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #wrapper .nf-form-wrap {
    padding: 15px;
    margin: 0px;
  }
}

.contact-row {
  overflow: visible !important;
}

.line-green.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #0085a3;
  width: 40px;
  height: 2px;
  border-width: 2px;
}

.contact-text-block h6.subtitle {
  font-weight: 300 !important;
}

.box-tel p {
  font-weight: 600;
  font-size: 26px;
}

.contact-text-block .key-icon-box.icon-left.icon-default .tt-iconbox-customimg img {
  max-width: 30px;
  max-height: 34px;
  margin: 0;
  top: 5px;
}

.key-icon-box h6.service-heading {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 300 !important;
}

.box-tel.key-icon-box.icon-left.icon-default .tt-iconbox-customimg {
  margin-right: 48px;
  margin-bottom: 0;
}

.key-icon-box.icon-left.icon-default .tt-iconbox-customimg {
  margin-bottom: 0;
}

.contact-text-block .box-tel.key-icon-box.icon-left.icon-default .tt-iconbox-customimg img {
  max-width: 50px;
  max-height: 50px;
  top: 17px;
}

textarea.ninja-forms-field {
  font-weight: 300;
  text-shadow: none;
  resize: none;
  max-height: 120px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .contact-text-block .key-icon-box.icon-left.icon-default p {
    margin-left: 0px;
  }

  .form-site .slider.clients {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .key-icon-box.icon-left.icon-default p {
    font-size: 17px;
    margin: 0;
  }

  .tt-iconbox-customimg {
    padding: 0;
    margin: 0 !important;
    text-align: center;
  }

  .tt-iconbox-customimg img {
    position: relative;
  }

  .contact-text-block .key-icon-box.icon-left.icon-default .tt-iconbox-customimg img,
  .contact-text-block .box-tel.key-icon-box.icon-left.icon-default .tt-iconbox-customimg img {
    margin: 0;
    left: 0%;
    max-width: 29px;
    max-height: 33px;
    top: -7px;
  }
}

/* CONTACT SITES - PRICE ----------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 959px) {

  .price .box-tel.key-icon-box.icon-left.icon-default .tt-iconbox-customimg img,
  .demo .box-tel.key-icon-box.icon-left.icon-default .tt-iconbox-customimg img {
    top: 4px;
  }
}

/* CONTACT SITES - DEMO ----------------------------------------------------------------------------------------------------------------------------------------- */

.demo #wrapper {
  background: transparent !important;
}

body.demo {
  background-color: var(--bg-green);
}

body.demo footer {
  background-color: var(--bg-green);
  background-image: none !important;
  background-position: center top;
  background-repeat: no-repeat;
}

.demo .upper-footer {
  border: none;
  padding-top: 120px;

}

.demo .contact-row {
  margin: 90px 0 0px 0;
}

.demo .demo-headline .subtitle {
  font-size: 28px;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.2em;
}

@media (max-width: 960px) {
  .demo .demo-headline .subtitle {
    font-size: 22px;
  }
}

.demo .content-area .nf-form-wrap {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.07), 0 14px 20px 0 rgba(42, 87, 128, 0.04);
  padding: 30px;
  border-radius: var(--border-radius);
  margin: 0 0 0 60px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .demo .content-area .nf-form-wrap {
    padding: 15px;
    border-radius: var(--border-radius);
    margin: 0 0 0 0px;
    margin-top: 0;
  }
}

/* Blog  BOXEN CROSS ----------------------------------------------------------------------------------------------------------------------------------------- */
.content-area .vc_grid-item-mini .vc_custom_heading.vc_gitem-post-data-source-post_excerpt {
  display: block;
}

#wrapper .blog-content .blog-detailed-grid .entry-wrapper {
  border: none;
}

.content-area .blog-content.vc_masonry_grid {
  /*üpberschreibt main-css */
  min-height: 460px !important;
}

.vc_gitem-post-category-name a.vc_gitem-link:hover {
  color: var(--green);
}

.blog-content h5 {
  min-height: 90px;
  margin-bottom: 5px;
  line-height: 1.5em !important;
}

.blog-content .vc_gitem-post-data {
  margin-bottom: 5px;
}

.blog-content .vc_gitem-post-category-name {
  color: var(--grey);
}

.vc_grid-item-mini .blog-detailed-grid:hover {
  box-shadow: none;
}

.content-area .vc_grid.vc_row.vc_grid-gutter-30px .vc_gitem-zone.vc_gitem-zone-a {
  border-radius: var(--border-radius);
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.07), 0 14px 20px 0 rgba(42, 87, 128, 0.04);
}

.related-content article {
  border-radius: var(--border-radius) !important;
  overflow: hidden;
}

/* BLOG - MAIN ----------------------------------------------------------------------------------------------------------------------------------------- */

body.blog,
.blog #wrapper,
.blog header.blog-header,
body.category,
.category #wrapper,
.category header.entry-header {
  background-color: var(--bg-blue);
}

.blog footer,
.single-post footer,
.category footer {
  background-color: var(--bg-blue);
}

.blog footer,
.category footer {
  background-image: url(/wp-content/uploads/2020/02/mask-footer-blue.png);
}

.blog .breadcrumbs {
  display: none;
}

.blog #posts-content,
.category #posts-content {
  padding-top: 0;
}

#posts-content.blog-minimal-grid .entry-wrapper {
  border: none;
}

#posts-content.blog-minimal-grid .post {
  background-color: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.blog-masonry {
  margin-top: 40px !important;
  padding-bottom: 60px !important;
}

/*.entry-header.blog-header {
	background-color: #f0f5fc;
	background-image: url(/wp-content/uploads/2019/12/mask-top-rounded.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}*/

img.wp-post-image {
  width: 100% !important;
}

h4.blog-single-title {
  text-align: center;
}

h4.blog-single-title a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  min-height: 90px;
  margin-bottom: 5px;
  line-height: 1.5em !important;
  text-align: center;
}

.blog-minimal-grid .entry-content {
  display: none;
}

.entry-meta.blog-cat {
  text-align: center;
}

.entry-meta.blog-cat a {
  font-size: 15px;
  color: var(--grey);
}

/* BLOG - ARTICLE ----------------------------------------------------------------------------------------------------------------------------------------- */

.post-template-default #wrapper,
.post-template-default .menubar {
  background-color: var(--bg-blue);
}

.single-post .breadcrumbs {
  display: none;
}

.breadcrumbs {
  font-size: 15px;
  font-weight: 300;
  white-space: nowrap;
}

.breadcrumbs a {
  font-weight: 300;
  font-size: 15px;
}

#posts-content {
  max-width: calc(var(--max-width) - 30px) !important;
}

.blog-single-content {
  margin-top: 0px;
}

.blog-single-intro .entry-image {
  margin: -40px -40px 0 -40px;
}

.post-template-default .related-content h4.blog-single-title {
  min-height: 100px;
}

#posts-content.blog-img-top-list .wp-post-image,
.single-post #posts-content .wp-post-image {
  box-shadow: none;
}

.blog-single-intro .kd-separator-line {
  border-top: 2px solid;
  border-color: inherit;
  margin: 0 auto !important;
}

.blog-single-intro .kd-separator.below_title {
  margin: 0 auto;
}

.single-post #posts-content img.wp-post-image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#posts-content .blog-single-content .entry-meta {
  margin-bottom: 20px;
  margin-top: 30px;
}

.blog-content h2 {
  font-size: 32px;
  margin-top: 60px;
  font-weight: 600;
}

.single-post #posts-content .post {
  padding: 40px;
  box-shadow: none;
  border: none;
  border-radius: var(--border-radius);
  background-color: #fff;
  overflow: hidden;
}

.blog-single-content .blog-content {
  font-size: 1em;
}

#posts-content {
  padding-bottom: 0px;
}

.related-title h3 {
  text-align: center;
  margin-bottom: 60px;
}

.related-posts {
  border-top: none;
  padding-bottom: 20px;
  padding-top: 60px;
}

@media (max-width:1269px) {

  .related-posts .entry-image,
  .related-content .entry-image {
    min-height: unset !important;
  }
}

.single-post .related-posts .post .entry-wrapper {
  border: none;
}

#posts-content .post .blog-single-title {
  margin-bottom: 30px !important;
}

.post-template-default footer {
  background-color: var(--bg-blue);
}

.post-template-default footer {
  background-image: none;
}

/* Blog Progressbar */

#ruigehond006_inner {
  background-color: rgba(255, 255, 255, 0);
}

.progress {
  height: 4px;
  border-radius: 0;
  box-shadow: none;
}

/* Blog Sidebar */


.single-post .right-sidebar {
  border: none;
  padding: 0;
  background-color: transparent;
  margin-top: 0;

}

@media (max-width:956px) {
  #wrapper .single-post .right-sidebar {
    padding: 15px;
  }

  #wrapper .blog-single .blog_widget.widget_text {
    display: none !important;

  }
}


.lwptoc_i {
  padding: 0 !important;
}

.lwptoc-transparent .lwptoc_i {
  border: 0 !important;
}

.blog-single .blog_widget.widget_text {
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 30px;
}

.right-sidebar .blog_widget:last-of-type {
  margin-bottom: 60px !important
}

.blog_widget .hs-richtext a {
  color: #fff !important;
  text-decoration: underline;
}

footer .blog_widget .hs-richtext a {
  color: var(--green) !important;
  text-decoration: underline;
  font-weight: 400;
}

footer .blog_widget .hs-richtext p {
  margin-bottom: 0;
}

.blog_widget .hs-richtext p {
  font-size: 13px;
  margin-bottom: 10;
}

footer .blog_widget .footer-nl-hs {
  margin-top: 15px;
  display: block;
}

footer .blog_widget label {
  display: none;
}

footer .blog_widget label.hs-error-msg {
  display: block;
}


.blog_widget.widget_text .submitted-message p {
  display: block;
  margin-bottom: 0;
  margin-top: 22px;
}

.blog_widget p {
  display: none;
}

.lwptoc_toggle_label {
  position: absolute;
  top: 24px;
  font-size: 28px;
  right: 30px;
  left: 30px;
  text-align: right;
  color: var(--grey-light);
  transition: all 0.3s;
}

.lwptoc_toggle:after,
.lwptoc_toggle:before {
  display: none;
}

.lwptoc_header {
  height: 0;
  max-width: 0;
}

.lwptoc {
  margin: 0 !important;
}

.right-sidebar .nf-form-wrap {
  box-shadow: none;
  padding: 30px 30px 26px 30px;
  border-radius: var(--border-radius);
  margin: 0px;
  margin-top: 0;
  background-color: var(--blue);
  color: #fff;
}

.right-sidebar .nf-form-content {
  padding: 0px;
}

.right-sidebar .nf-form-content input[type="button"] {
  background-color: var(--dark-blue) !important;
  color: #fff !important;
}

.right-sidebar .nf-field-container {
  margin-bottom: 0px !important;
}

.right-sidebar #wrapper .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 20px;
}

.right-sidebar .email-wrap label,
.right-sidebar .firstname-wrap label,
.right-sidebar .checkbox-wrap label span,
footer .checkbox-wrap label span {
  display: none;
}

.checkbox-container.label-right .field-wrap>div {
  width: unset !important;
  font-size: 14px;
  align-items: baseline !important;
}

.label-right .nf-field-description {
  margin-right: 0 !important;
}

footer .nf-error .nf-field-description,
footer .nf-error .nf-field-description a {
  color: red !important;

}

.nf-field-description p:last-child {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 4px;
  display: block !important;
}

.checkbox-wrap .nf-field-label label::after {
  top: 7px !important;
  background-color: #fff !important;
  border-radius: 3px !important;
}

.checkbox-container.label-right label::before {
  left: -26px !important;
  top: 6px !important;
  font-size: 14px !important;
}


.right-sidebar .nf-field-description a {
  color: #fff;
  text-decoration: underline;
}


#nf-field-136-wrap {
  opacity: .5;
}

#wrapper .blog_widget h5.widget-title {
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 20px;
  font-weight: 700 !important;
}


.right-sidebar .lwptoc_items {
  margin-top: 24px !important;
}

.blog_widget ol li a,
.blog_widget ul li a {
  font-weight: 400;
}

.blog_widget input {
  color: var(--dark-blue) !important
}


.right-sidebar .nf-field h4 {
  color: #fff !important;
  margin-top: -10px;
  margin-bottom: 10px;
}

@media (min-width:960px) {
  .right-sidebar .nf-field h4 {
    font-size: 36px;
  }
}

.right-sidebar .nf-field-element {
  text-align: center;
}

.right-sidebar .nf-error-msg {
  color: #f78da7 !important;
}

#nf-form-errors-15 {
  display: none;
}


#single-page .single-page-content .widget ul li,
.blog_widget ul li {
  margin-top: 10px !important;
  color: inherit;
  line-height: 1.1em;
  margin-left: 14px !important;
}

.blog_widget ul li a:before {
  margin-left: -15px;
}

.blog_widget ul li a::before {
  padding-right: 5px;
}

.blog_widget ul li:hover a::before {
  color: var(--green) !important;
}

.right-sidebar .lwptoc-notInherit .lwptoc_i DIV A:hover {
  border-bottom: none !important;
}

/* COLOR ELEMNTS ----------------------------------------------------------- */
/* COLOR ELEMNTS ----------------------------------------------------------- */

/* blue  ---------------------------- */

.blue .section-cta,
.blue.section-cta {
  background-color: var(--bg-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-feature-top,
.blue .section-feature-top {
  background: linear-gradient(130deg, #e7f0fb 0, #f4f8fd 100%);
}

.section-feature-top,
.blue .section-feature-top {
  background: linear-gradient(130deg, #e7effb 0, #f1f6fd 100%);
}

.blue .section-feature-top #wobble {
  fill: #e6effa;
  fill: #e0ebfa;
  opacity: 0.7;
}

.blue .tt_button.btn_secondary_color,
.blue.tt_button.btn_secondary_color {
  border-color: var(--blue) !important;
  background-color: var(--blue) !important;
}

.blue .tt_button.btn_secondary_color:hover,
.blue.tt_button.btn_secondary_color:hover {
  border-color: var(--blue) !important;
  background-color: transparent !important;
  color: var(--blue) !important;
}

/* green  ---------------------------- */

.section-feature-top.green,
.green .section-feature-top {
  background: linear-gradient(130deg, #edf9fc 0, #fafcfe 100%);
}

.green .section-feature-top #wobble {
  fill: #e8f4f7;
  opacity: 1;
}

.green .tt_button.btn_secondary_color,
.green.tt_button.btn_secondary_color {
  border-color: var(--green) !important;
  background-color: var(--green) !important;
}

.green .tt_button.btn_secondary_color:hover,
.green.tt_button.btn_secondary_color:hover {
  border-color: var(--green) !important;
  background-color: transparent !important;
  color: var(--green) !important;
}

.green .section-cta,
.green.section-cta {
  background-color: var(--bg-green);
}

/* orange  ---------------------------- */

.section-feature-top.orange,
.orange .section-feature-top {
  background: linear-gradient(130deg, #fdf6ed 0, #fcfbf9 100%);
}

.section-feature-top.orange #wobble,
.orange .section-feature-top #wobble {
  fill: #fff5e8;
  opacity: 1;
}

.section-cta.orange,
.orange .section-cta {
  background-color: var(--bg-orange);
}

/* red  ---------------------------- */

.section-feature-top.red,
.red .section-feature-top {
  background: linear-gradient(130deg, #f4f0fc 0, #fafcfe 100%);
}

.section-feature-top.red #wobble,
.red .section-feature-top #wobble {
  fill: #ece0f3;
  opacity: 0.5;
}

.red .section-cta,
.section-cta.red {
  background-color: var(--bg-red);
}

.red.virtual .section-cta,
.virtual .section-cta.red {
  background-color: var(--bg-red);
}

.red .tt_button.btn_secondary_color,
.red.tt_button.btn_secondary_color {
  border-color: var(--red) !important;
  background-color: var(--red) !important;
}

.red .tt_button.btn_secondary_color:hover,
.red.tt_button.btn_secondary_color:hover {
  border-color: var(--red) !important;
  background-color: transparent !important;
  color: var(--red) !important;
}

/* END OLOR ELEMNTS --------------- */

.stage-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url(/wp-content/uploads/2019/12/mask-top-rounded-1.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none !important;
}

.section-feature-top .illu-main {
  padding: 0px 20px 0 90px;
  opacity: 1;
}

@media (max-width: 960px) {
  .section-feature-top .illu-main {
    padding: 0px 0px 0 30px;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .section-feature-top .illu-main {
    padding: 0px 0px 0 0px;
    opacity: 1;
  }
}

/*Features mobile -----------------------------> test global !----------------------------- */
header.title-margin {
  margin-bottom: 60px !important;
}

@media (max-width: 768px) {
  header.title-margin {
    margin-top: 0px !important;
  }

  header.title-margin+.vc_row.wpb_row.vc_inner {
    padding-top: 0 !important;
  }

  header.title-margin+.vc_row.wpb_row.vc_inner header {
    margin-top: 0 !important;
  }
}

/* Footer */

footer {
  background-color: var(--bg-blue);
  background-image: url(/wp-content/uploads/2019/12/mask-footer.png), linear-gradient(-130deg, #edf9fc 0, #fafcfe 100%);
  background-position: center top;
  background-repeat: no-repeat;
  text-align: left !important;
}

.blue footer,
.home footer {
  background-image: url(/wp-content/uploads/2019/12/mask-footer.png), linear-gradient(100deg, #e7f0fb 0, #fafcfe 150%);
}

.upper-footer {
  padding: 140px 0 0 0;
  background: transparent !important;
}

.footer_widget {
  margin-bottom: 30px;
}

img.footer-logo {
  max-width: 160px !important;
}

@media (max-width: 767px) {
  footer {
    font-size: 16px;
  }

  .upper-footer {
    padding: 100px 0 30px 0;
  }
}

@media (max-width: 959px) {

  .upper-footer .widget-title,
  .upper-footer .custom-html-widget h5 {
    text-align: left !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .footer_widget {
    margin-bottom: 20px;
  }

  .footer_widget .menu li,
  .footer_widget li {
    text-align: left;
  }

  img.footer-logo {
    max-width: 122px !important;
    margin: 27px 0 0px 0;
  }

  #media_image-5 {
    display: none;
  }

  ul.redux-social-media-list {
    margin-bottom: 0px;
  }
}

.lower-footer {
  display: none;
  background: transparent !important;
  margin-top: 0px;
  padding: 25px 0 25px 0;
  width: 100%;
  border-top: 1px solid #e5e7f2;
}

.lower-footer span,
.lower-footer a {
  opacity: 1;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.footer-tel a {
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  .footer-tel a {
    display: block;
  }

  .footer-tel {
    font-weight: 300 !important;
    margin: 23px 0 30px 0 !important;
  }
}

.wp-image-6744 {
  max-width: 264px !important;
  margin-top: -12px;
}

/* @media (min-width: 1200px) {
  footer .first-widget-area {
    width: 40%;
  }

  footer .second-widget-area {
    width: 20%;
  }

  footer .third-widget-area {
    width: 20%;
  }

  footer .forth-widget-area {
    width: 20%;
  }
} */


footer .nf-error-msg {
  display: none;
}

@media (min-width: 1200px) {
  footer .first-widget-area {
    width: 26%;
  }

  footer .second-widget-area {
    width: 16%;
  }

  footer .third-widget-area {
    width: 16%;
  }

  footer .forth-widget-area {
    width: 16%;
  }

  footer .shop-sidebar {
    width: 26%;
  }

}



.wp-image-6721 {
  max-width: 200px !important;
  padding-left: 0px;
  margin-bottom: 20px;
}

.upper-footer .textwidget span {
  padding: 0;
  float: none;
}

footer .first-widget-area .footer_widget {
  margin: 0;
}

footer .first-widget-area .custom-html-widget {
  background: transparent;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-color: none;
  background-color: none;
  padding: 0;
}

.upper-footer .widget-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0;
}

.footer-tel {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 26px 0 24px 0 !important;
}

.footer_widget.redux-social-icons-display .widget-title {
  display: none;
  ;
}

ul.redux-social-media-list {
  margin-top: 40px;
  margin-bottom: 22px;
}

.footer-tel span {
  display: block;
  margin: 0;
}

.footer-tel span.tel-america {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .footer_widget .redux-social-media-list a {
    margin: 0 6px 2px 0 !important;
  }
}

.lower-footer,
.upper-footer {
  border: none;
}

.footer_widget ul a,
.footer_widget .menu li a {}

.lower-footer a,
.upper-footer a {
  color: var(--dark-blue);
}

.lower-footer a:hover,
.upper-footer a:hover {
  color: var(--dark-blue);
}

.footer_widget .redux-social-media-list a {
  background: rgba(255, 255, 255, 1) !important;
  margin-right: 15px;
}

.footer_widget .redux-social-media-list a:hover {
  font-size: 22px;
  background: rgba(255, 255, 255, 1) !important;
  opacity: 1 !important;
}

.footer_widget .redux-social-media-list i {
  border: 0px solid #fff;
  border-radius: 40px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.particles-wrapper canvas {
  opacity: 0.3;
}

.section-hp-top .particles-wrapper canvas {
  opacity: 0.3;
}



@media (max-width: 960px) {
  .logo img {
    max-width: 160px;
    margin-top: 0px;
    width: 160px;
  }
}

.navbar .container #logo .logo {
  margin-left: 0px;
}

.features4 .key-icon-box {
  background-color: #f6f9fc !important;
  background-color: transparent !important;
  height: 100%;
}

.icon-box-inner-row .wpb_wrapper {
  height: 100%;
}

/*
.features4 .box-features:hover {
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.08), 0 14px 20px 0 rgba(42, 87, 128, 0.09);
}

.features4 .box-features {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18), 0 10px 40px -20px rgba(0, 0, 0, 0.3);
}
*/

.key-icon-box.icon-top.cont-center .tt-iconbox-customimg {
  margin-bottom: 0px;
  margin-top: 10px;
}

/* Listenpunkt immer blau */

.vc_row-has-fill .wpb_text_column ul>li::before {
  color: #005d72 !important;
}

/* PLATTFORM  ----------------------------------------------------------------------------------------- */

@media (max-width: 1200px) {
  .feature-sections-tabs {
    display: none;
  }
}

@media (min-width: 1200px) {
  .platform-features {
    margin-top: 80px;
  }
}

/* Anchors feature-sections*/

.plattform .nav.nav-tabs>li>a {
  padding: 6px 20px;
}

.feature-sections-wrapper .feature-sections-tabs {
  padding: 0;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
  margin-top: -50px;
  top: 66px;
  z-index: 100;
  padding: 14px 0;
  margin-bottom: 45px;
  margin-left: calc(-100vw / 2 + 500px / 2);
  margin-right: calc(-100vw / 2 + 500px / 2);
  transition: 0.5s;
}


.feature-sections-wrapper .feature-sections-tabs {
  /* top: 110px; */
}

.feature-sections-wrapper .feature-sections-tabs .nav-tabs a {
  background-color: rgba(255, 255, 255, 0) !important;
  border-radius: 26px;
  font-size: 15px;
  font-weight: 500;
}

g .feature-sections-wrapper .feature-sections-tabs .nav-tabs .active a {
  background-color: rgba(227, 244, 249, 0.99) !important;
  border-radius: 20px;
}

.feature-sections-wrapper .feature-sections-tabs .nav-tabs a:hover {
  background-color: rgba(227, 244, 249, 0.8) !important;
  border-radius: 20px;
}

/* plattform box-shadow border */
.plattform .feature-sections-wrapper.features-sections .owl-wrapper-outer {
  border: none;
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.07), 0 14px 20px 0 rgba(42, 87, 128, 0.06);
  border-radius: 7px;
}

.plattform .feature-sections-wrapper.features-sections .no-shadow .owl-wrapper-outer,
.solutions .feature-sections-wrapper.features-sections .no-shadow .owl-wrapper-outer {
  border: none;
  box-shadow: none;
}

.plattform .feature-sections-wrapper .tt_button {
  padding: 12px 25px;
}

.plattform .feature-sections-wrapper h6 {
  font-weight: 300 !important;
}

.plattform .feature-sections-wrapper strong,
.plattform .feature-sections-wrapper b {
  font-weight: 500 !important;
}

/* solutions box-shadow border */
.solutions .feature-sections-wrapper.features-sections .owl-wrapper-outer {
  border: none;
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.07), 0 14px 20px 0 rgba(42, 87, 128, 0.06);
  border-radius: 7px;
}

/* Mobile Global */

/* Column-Reihenfolge für mobile umdrehen */

@media (max-width: 767px) {
  .column-reverse {
    flex-direction: column-reverse;
  }

  .padding-bottom-on-small {
    padding-bottom: 30px;
  }
}

@media (max-width: 960px) {
  #stage {
    padding-top: 60px !important;
  }

  .main-content {
    background-size: cover;
    padding-top: 40px !important;
    padding-bottom: 50px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.nav>li.nav-label.active {
  position: unset;
}

/* BURGER MENU */

.nav-label.active:before {
  content: ' ';
  background-color: #f5fbfc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

.navbar-default .navbar-toggle {
  margin-right: 0px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

@media (max-width: 960px) {
  .navbar-fixed-top {
    height: 56px;
    min-height: 56px;
  }

  .navbar-toggle {
    margin-top: 10x;
    margin-bottom: 0;
  }
}

/* navbar open */
.navbar-toggle[aria-expanded=true] span:nth-of-type(1) {
  transform: translateY(9px) rotate(135deg);
  transition: all 0.5s cubic-bezier(0.85, 0.07, 0.06, 0.87);
}

.navbar-toggle[aria-expanded=true] span:nth-of-type(2) {
  transform: scaleX(0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.85, 0.07, 0.06, 0.87);
}

.navbar-toggle[aria-expanded=true] span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-135deg);
  transition: all 0.5s cubic-bezier(0.85, 0.07, 0.06, 0.87);
}

/* navbar closed */
.navbar-toggle[aria-expanded=false] span:nth-of-type(1) {
  transform: translateY(0px) rotate(0deg);
  transition: all 0.5s cubic-bezier(0.85, 0.07, 0.06, 0.87);
}

.navbar-toggle[aria-expanded=false] span:nth-of-type(2) {
  transform: scaleX(1);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.85, 0.07, 0.06, 0.87);
}

.navbar-toggle[aria-expanded=false] span:nth-of-type(3) {
  transform: translateY(0px) rotate(0deg);
  transition: all 0.5s cubic-bezier(0.85, 0.07, 0.06, 0.87);
}

/* MOBILE MENU */
@media (max-width: 959px) {
  #main-menu {
    box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.4), 0 10px 16px 0 rgba(42, 87, 128, 0.2);
    position: absolute;
    top: 0px;
    right: 6px;
    left: 6px;
    background-color: rgb(255, 255, 255);
    margin: 60px 0px 0px;
    border-radius: var(--border-radius);
    padding: 0 30px 20px 30px;
  }
}

/* SORT */
/* .second-widget-area:after {
  content: ".";
  display: table;
  clear: both;
} */

@media (max-width: 767px) {
  .header-row header.kd-section-title {
    margin-top: 0 !important;
  }
}

.contact {
  width: 100%;
  padding-top: 0px !important;
}

@media (max-width: 767px) {
  .stage-main-row.vc_row.wpb_row.vc_inner header.kd-section-title {
    margin-top: 0px !important;
  }

  .section-blog-footer a.tt_button {
    margin-top: 30px;
  }
}

/* GLOBAL PADDING SMALL */
@media (max-width: 767px) {
  .vc_row.wpb_row.vc_inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.kd-section-title.col-lg-8.text-left,
header.kd-section-title {
  margin-top: 0px !important;
}

/* COKIES BANNER */

div#iubenda-cs-banner .iubenda-banner-content #iubenda-cs-title {
  margin-bottom: 0px !important;
}

body div#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-visible .iubenda-cs-container {
  width: 1180px !important;
}

body div#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-visible .iubenda-cs-container br {
  display: none;
}

body div#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-content {
  border-radius: 12px !important;
  border: 1px solid rgba(42, 87, 128, 0) !important;

  /* box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.1), 0 4px 10px 0 rgba(42, 87, 128, 0.1) !important; */
  background-image: linear-gradient(100deg, #e7f0fb 0, #fafcfe 150%) !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* */

@media (max-width: 990px) {
  .container {
    width: 100% !important;
  }
}

.wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 630px;
}

/* Language Switcher Footer */

@media (min-width: 959px) {
  #footer #polylang-2 {
    display: none;
  }
}

#polylang-2 h5.widget-title {
  margin: 0px 10px 15px 0;
  font-weight: 600 !important;
}

#footer #polylang-2 ul {
  display: inline;
}

#footer #polylang-2 li {
  display: inline;
  padding: 5px 0px 5px 10px;
  border-radius: 23px;
  margin-right: 5px;
}

#footer #polylang-2 li a {
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}

#footer #polylang-2 li.current-lang {
  background-color: #fff;
}

#footer .lang-item a::before {
  height: 14px;
  width: 19px;
  content: " ";
  display: inline-block;
  margin-right: 4px;
  margin-bottom: -2px;
}

#footer .lang-item-de a::before {
  background-image: url(/wp-content/uploads/2020/03/de-flag.svg);
}

#footer .lang-item-en a::before {
  background-image: url(/wp-content/uploads/2020/03/en-flag.svg);
}

/* COLOR NEW

:root {
  --dark-blue:#122e52;
  --blue:#2169ca;
  --green:#0085a3;
  --red:#874d95;
  --orange:#ffa741;
  --grey:#63758d;
  --bg-blue:#f2f7fd;
  --bg-green:#eff8fa;
  --bg-green-2:#eff8fa;
  --bg-orange:#faf5ef;
  --bg-red:#f8f4ff;
}

.green .section-feature-top, .section-feature-top.green, .green .section-feature-top, .about-us .head-center.section-feature-top {
  background-color: var(--bg-green) !important;
  background-image: none !important;
}

.blue .section-feature-top {
  background-color: var(--bg-blue) !important;
  background-image: none !important;
}

.red .section-feature-top {
  background-color: var(--bg-red) !important;
  background-image: none !important;
}

.orange .section-feature-top {
  background-color: var(--bg-orange) !important;
  background-image: none !important;
}

.vc_row.section-hp-top {
  background-color: var(--bg-blue) !important;
  background: url('/wp-content/uploads/2020/01/mask-head-row4.png"') no-repeat;
}
 */

/* CONTACT VIRTUAL */

.contact-virtial {}

/* NEWSBAR */

html:lang(de-DE) .newsbar-en {
  display: none;
}

html:lang(en-GB) .newsbar-de {
  display: none;
}

.simple-banner .simple-banner-text {
  font-size: 17px !important;
  line-height: 1em;
  padding: 15px 10px;
  background-color: #884e96;
  color: #c1a2c9 !important;
  color: #d8c5dc !important;
}

.simple-banner a {
  text-decoration: underline;
  color: #fff !important;
}

.newsbar-de .vm {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  /**/
  animation-name: vm-job;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.newsbar-de .job {
  z-index: 1;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  /**/
  animation-name: job-vm;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

/* animation */
@keyframes vm-job {

  0%,
  40% {
    opacity: 1;
    z-index: 2;
  }

  50% {
    opacity: 0;
    z-index: 1;
  }

  90% {
    opacity: 0;

  }

  100% {
    opacity: 1;

  }
}

@keyframes job-vm {

  0%,
  40% {
    opacity: 0;
    z-index: 1;
  }

  50% {
    opacity: 1;
    z-index: 2;
  }

  90% {
    opacity: 1;

  }

  100% {
    opacity: 0;

  }
}


/* animation end */


@media (max-width: 2500px) {
  .simple-banner {
    height: 44px;
  }

  .simple-banner .simple-banner-text {
    font-size: 17px !important;
    line-height: 1em;
    padding: 10px;
    background-color: #884e96;
    position: fixed;
    width: 100%;
    height: 44px;
  }
}

@media (max-width: 500px) {
  .simple-banner {
    height: 54px;
  }

  .simple-banner .simple-banner-text {
    font-size: 17px !important;
    line-height: 1em;
    padding: 10px;
    background-color: #884e96;
    position: fixed;
    width: 100%;
    height: 54px;
  }
}

#menu-item-11078 a {
  position: relative;
}

#menu-item-11078 a::after {
  content: "2";
  width: 14px;
  height: 14px;
  background-color: var(--orange);
  color: #fff;
  border-radius: 22px;
  display: block;
  position: absolute;
  top: 1px;
  right: -16px;
  line-height: 11px;
  font-size: 12px;
  text-align: center;
}

#menu-item-11078 a {
  position: relative;
  animation-name: job-alert;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes job-alert {
  0% {
    color: var(--orange);
  }

  30% {
    color: var(--orange);
  }

  50% {
    color: var(--dark-blue);
  }

  70% {
    color: var(--dark-blue);
  }

  100% {
    color: var(--orange);
  }
}



/* SVG Size Fix */

.svg-img img {
  width: 640px;
}

/* solutions */

.solutions .feature-sections-tabs {
  display: none;
}


.cap-sub {
  margin-top: 30px !important;
}

/* hp video */

.video-hp-wrapper {
  box-shadow: 0 0 12px 0 rgba(42, 87, 128, 0.2), 0 14px 20px 0 rgba(42, 87, 128, 0.04), 0 0 1px 0 rgba(42, 87, 128, 0.2);
  border: 0px solid rgba(42, 87, 128, 1);
  width: 280px;
  height: 516px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
}

.video-hp {
  text-align: center;
}


/* price plans */

.part-select {
  text-align: center;
}


@media (min-width:759px) {
  .part-select ul {
    display: inline-flex;
  }
}

.part-select ul {
  display: inline-flex;
  padding: 6px 4px;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  background-color: var(--bg-green-2);
  border-radius: 40px;
  margin-bottom: 30px;

}



.part-select li {
  flex-shrink: 0;
  border-radius: 20px;
  padding: 6px 14px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  margin: 0px 3px;
  border: 1px dashed rgba(0, 133, 163, .2);
}

@media (max-width:760px) {
  .part-select ul {
    display: block;
    border-radius: 26px;
    max-width: 220px;
    margin: 0 auto 24px auto;
  }

  .part-select li {
    border: none;
  }
}

@media (max-width:959px) {
  .price-list {
    padding: 30px 30px 90px 30px !important;
  }

  .price-button,
  .price-button:hover {
    bottom: 34px !important
  }
}

@media (max-width:500px) {
  .part-select li {
    padding: 6px 12px;
    margin: 0px 2px;
  }

  .price-block.vc_row.wpb_row.vc_inner {
    padding-top: 10px !important;
  }
}


footer .blog_widget {
  margin-bottom: 0px;
  padding-left: 0;
}

.part-select li:hover {
  background-color: rgba(0, 133, 163, .09);
}

.part-select li.active,
.part-select li.active:hover {
  color: #fff;
  border-radius: 20px;
  background-color: var(--green);
}

.price-box>.vc_column-inner {
  padding: 0 0 60px 0;
  margin-top: 0;
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.07), 0 14px 20px 0 rgba(42, 87, 128, 0.04);
  border-radius: 12px;
  background-color: #fff;
}


.price-box>.vc_column-inner .wpb_wrapper {
  height: 100%;
  position: relative;
}


.price-block {
  max-width: 940px;
  margin: 0 auto !important;
}

.feature-accordion {
  max-width: 912px;
  margin: 0 auto !important;
}

.price-faq {
  max-width: 912px;
  margin: 0 auto !important;
}


.price-head {
  padding: 30px 30px 20px 30px;
}

.price-head p {
  margin-bottom: 0 !important;
  padding-bottom: 0px;
}

.price-head h3 {
  color: var(--green) !important;
  font-size: 32px !important;
}

.price-price {
  text-align: center;
  border-bottom: 1px solid var(--bg-green-2);
}

.price-price p {
  font-size: 38px;
  font-weight: 400;
}

.price-list {
  padding: 30px 30px 60px 30px;
}

.price-button,
.price-button:hover {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
  right: 50%;
  width: 206px;
}

.currency a {
  cursor: pointer;
}

.currency .active {
  text-decoration: underline;
  color: var(--green) !important;
}

.price-new .stage-mask {
  background-image: url(/wp-content/uploads/2022/04/mask-top-bg-green.png);
}


/* featurelist ----------------------------------------------------------------------------------------------------------------------------------------------- */

.price-new.wpb-js-composer .vc_tta-panels-container .vc_tta-panel-title a {
  font-size: 19px;
  color: var(--dark-blue) !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: var(--dark-blue) !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
  opacity: 1 !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
  padding-left: 30px !important;
}

.price-new .vc_tta-panel {
  border-radius: 12px;
  block-size: none;
  border: none;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s;
}

.price-new .vc_tta-panel.vc_active {

  box-shadow: 0 0 6px 0 rgba(42, 87, 128, 0.07), 0 6px 20px 0 rgba(42, 87, 128, 0.05), 0 0 3px 0 rgba(42, 87, 128, 0.03);
}

@media (max-width: 960px) {
  .price-new.vc_tta-container {
    padding: 0 15px;
  }
}

.price-new.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.price-new.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent !important;
}

.price-new.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 20px;
}

@media (min-width: 960px) {
  .price-new.wpb-js-composer .vc_tta .vc_tta-title-text:not(:empty)~.vc_tta-controls-icon {
    margin-right: -20px;
  }
}

.price-new.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding-left: 30px !important;
  padding-top: 0px !important;
}

.price-new.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: var(--green);
}

.price-new.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: var(--blue);
}

.price-new.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border-color: transparent !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
  padding-left: 12px !important;
}

.price-new.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
  padding: 18px 20px;
}

@media(max-width:500px) {
  .price-new.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    padding-right: 33px;
  }
}

.price-new .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #fff !important;
}


.price-new .wpb_text_column ul li,
.wpb_text_column ol li {
  display: block !important;
  padding-left: 30px;
  margin-bottom: 14px;
}

.price-new .side-content-text ul>li::before,
.price-new .wpb_text_column ul>li::before {
  content: "\f058";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  position: absolute;
  left: 0;
}


.price-new .wpb_text_column ul>li.upgrade::after {
  color: var(--green) !important;
  content: 'upgrade';
  background: var(--bg-green-2);
  border-radius: 30px;
  padding: 1px 7px 3px 7px;
  font-size: 11px;
  line-height: 1;
  margin-left: 6px;
  letter-spacing: 1px;
  top: 5px;
}

.price-new .wpb_text_column ul>li.upgrade::before {
  content: "\f055";
  color: var(--grey-light) !important;
}

.price-new .wpb_text_column ul>li.upgrade::after {
  color: #fff !important;
  background: var(--grey-light);

}


.pricing .currency {
  font-size: inherit !important;
  margin-right: 0px;
}

/* accordion test */

.price-new .vc_tta-panel {
  border-radius: 12px;
  margin-bottom: 0px;
}

.price-new .vc_tta-panel.vc_active {
  z-index: 999999;
  position: relative;
  background: #fff !important;
}

.price-new .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #fff !important;
}


.price-new .vc_tta-panels .vc_tta-panel {
  background: transparent !important;
}

.price-new .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
}

.price-new .vc_tta.vc_general .vc_tta-panel-title {
  margin: 0;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, .03);
}

.price-new .vc_tta.vc_general .vc_tta-panel:first-of-type .vc_tta-panel-title {
  border-top: 1px solid rgba(0, 0, 0, .03);
}

.price-new.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding-left: 30px !important;
  padding-top: 20px !important;
}

.price-faq-row h3 {
  font-size: 24px !important;
  margin-bottom: 24px !important;
  padding-top: 24px;
}

.price-new.wpb-js-composer .price-faq .vc_tta-panels-container .vc_tta-panel-title a {
  font-size: 17px;
  font-weight: 400;
}


.post-password-form {
  min-height: 500px;
  text-align: center;
  padding-top: 255px;
}

.currency span {
  cursor: pointer;
}

/* color test */

.price-new h1 {
  animation: COLOR 30s infinite linear;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: url(/wp-content/uploads/2022/04/h1bgan6.jpg);
  background-position: 50%;
  color: transparent !important;
}


@keyframes COLOR {
  0% {
    background-position: 100% 0%;
  }

  50% {
    background-position: 0% 100%;

  }

  75% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 100% 100%;
  }
}

.nf-form-content .dropdown-number .ninja-forms-field,
.nf-form-content .ninja-forms-field {
  padding: 0px 0 0 12px !important;
  min-height: unset !important;
}

.box-tel.key-icon-box.icon-left.icon-default .tt-iconbox-customimg {
  margin-right: 30px;
  margin-bottom: 0;
}

.box-tel.key-icon-box.icon-left.icon-default .tt-iconbox-customimg {
  min-width: 9px;
  min-height: 44px;
  margin-right: 44px !important;
}


.box-tel.key-icon-box.icon-left.icon-default p {
  margin-left: 50px !important;
}

.box-tel {
  margin-top: 30px !important;
}

footer .nf-form-content input:not([type="submit"]) {
  background: #fff !important;

  border: 1px solid #fff !important;
  border-radius: 4px !important;
  color: #787878;
  border-radius: 40px !important;

}

input[type="submit"].ninja-forms-field:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
}

footer .nf-form-content input[type="submit"] {
  border-radius: 40px;
}

footer .nf-field-container {
  margin: 0 !important;
}

.upper-footer .blog_widget .textwidget {
  margin-bottom: 14px;
}

.upper-footer .nf-error.field-wrap .nf-field-element::after {
  background: #fff;
  border-radius: 44px;
  color: red;
}

footer .nf-form-content input[type="submit"] {
  background-color: var(--blue) !important;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  border-width: 0px !important;
  border-radius: 40px !important;
}


footer .nf-field-element h4 {
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
}

footer #nf-field-137-container h4 {
  display: none;
}

footer .nf-field p {
  display: inline;
}

footer .nf-field {
  padding-bottom: 0;
}

footer .nf-field-label {
  display: none;
}

footer .nf-field-container.html-container {
  padding-bottom: 8px;
}

footer #nf-field-140-wrap,
footer .nf-field-container h4,
#nf-field-136-wrap,
footer #nf-field-136_1-wrap,
#nf-field-140_1-container,
#nf-field-137_1-container h4,
#nf-field-140-wrap {
  display: none;
}

footer .submit-wrap {
  margin-top: 10px;
}

footer .widget_ninja_forms_widget {
  overflow: hidden !important;
}

@media (min-width:601px) and (max-width:959px) {
  footer .second-widget-area {
    display: none;
  }
}

@media (max-width:959px) {

  footer .redux-social-media-list {
    display: none;
  }
}

@media (max-width:601px) {
  footer .shop-sidebar {
    width: 100%;
  }
}

/* Homepage Claim Textrotator */

.claim h1 {
  font-size: 98px;
  font-size: 68px;
  line-height: 1.25em !important;
}

.claim h1 span.rotate {
  background-color: var(--blue);
  color: #fff;
  border-radius: 72px;
  padding: 3px 28px 14px 30px;
  display: inline-block;
  line-height: 1;
  position: relative;
}

.claim h1 span.rotate {
  padding: 0px 15px 10px 22px;
}


.claim h1 span.rotate::before {
  display: block;
  background-image: url(/wp-content/uploads/2022/08/conicon-bl.svg);
  background-position: left bottom;
  width: 34px;
  height: 27px;
  position: absolute;
  content: ' ';
  left: -3px;
  bottom: 0;
  background-size: cover;
}


.claim h1 span span {
  display: inline-block;
  padding: 0;
}

.claim h1 span.animated {
  transition: all 0.3s;
}


.section-hp-top h6 {
  font-size: 26px;
  font-size: 22px;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: 1.6em;
}

.home .section-hp-top {
  padding-top: 140px !important;
  padding-bottom: 120px !important;
}


.sub-claim {
  padding-top: 36px;
}

.features4 canvas {
  opacity: .3;
}



@media (max-width:601px) {
  .claim h1 {
    font-size: 48px !important;
    margin-bottom: 0 !important;
  }

  .claim h1 span.rotate {
    padding: 3px 13px 12px 18px;
    margin-top: 12px;
  }

  .claim h1 span.rotate::before {
    width: 20px;
    height: 15px;
    left: -2px;
  }

  .section-hp-top h6 {
    font-size: 20px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: 1.4em;
    padding: 0 8px;
  }

  .home .section-hp-top {
    padding: 30px 0 60px 0 !important;
  }

  .intro-text-home {
    padding-top: 0px;
    padding-bottom: 0px;
  }

}

/* TYPO RHYTHM

html {font-size: 106.3%;} 


p {margin-bottom: 1rem;}

h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {font-size: 2.441rem !important; }

h3 {font-size: 1.953rem!important; }

h4 {font-size: 1.563rem!important; }

h5 {font-size: 1.25rem!important; }

small, .text_small {font-size: 0.8rem;}
*/





.bg-orange-full,
.orange .bg-color-full {
  background-color: var(--orange);
}

.bg-orange,
.orange .bg-color {
  background-color: var(--bg-orange);
}

.bg-blue-full,
.blue .bg-color-full {
  background-color: var(--blue);
}

.bg-blue,
.blue .bg-color {
  background-color: var(--bg-blue);
}

.bg-green,
.green .bg-color {
  background-color: var(--bg-green);
}

.bg-green-full,
.green .bg-color-full {
  background-color: var(--green);
}

.bg-red,
.red .bg-color {
  background-color: var(--bg-red);
}

.bg-red-full,
.red .bg-color-full {
  background-color: var(--red);
}


/* Case Studies */

.case .wpb_single_image .vc_single_image-wrapper {
  max-width: 100%;
}

.case .row-margin {
  padding-top: 60px;
  padding-bottom: 60px;
}

.case .case-headline.row-margin {
  padding-bottom: 10px;
}


.case .row-margin.underh1 {
  padding-top: 0 !important;
}

@media (max-width:960px) {
  .case .row-margin {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .case-headline.row-margin.vc_row[data-vc-full-width] {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }

  .case .row-margin.vc_row[data-vc-full-width] {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }

  .case .row-margin.vc_row.underh1[data-vc-full-width] {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
  }

}


.sap-logo {
  max-width: 140px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.case .img-right img,
.case .img-left img {
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.07), 0 14px 20px 0 rgba(42, 87, 128, 0.06);
  border-radius: 7px;
}

.case-counters .kd_number_string {
  font-weight: bold;
}

h4.kd_counter_number .kd_counter_units {
  font-size: 22px;
}

.home h4.kd_counter_number .kd_counter_units {
  font-size: 48px;
}

.count-workshops .kd_number_string {
  color: var(--red);
}

.count-massages .kd_number_string {
  color: var(--orange);
}

.count-countries .kd_number_string {
  color: var(--blue);
}

.count-meetings .kd_number_string {
  color: var(--green);
}

.case .testimonials.slider .tt-content h6 {
  font-size: 22px;
}

.testimonial-row.testimonial-2 .tt-image img,
.testimonial-2 .tt-image img {
  border-radius: 0;
}


.case .testimonials.slider.without-image .tt-content h6 {
  max-width: 725px;
}

.case.case2 .testimonials.slider.without-image .tt-content h6 {
  max-width: 1024px;
  font-size: 28px;
  padding: 0px 30px;
}

@media (max-width:640px) {
  .case.case2 .testimonials.slider.without-image .tt-content h6 {
    font-size: 23px !important;
  }

  .kd_counter_icon {
    margin-bottom: 0 !important;
  }

  .case .row-margin.case-counters {
    padding-top: 0px;
    padding-bottom: 0px;
  }



}

@media (max-width:959px) {
  .case .container h3 {
    text-align: left;
  }
}


@media (max-width: 960px) {
  .kd_counter {
    margin-bottom: 60px;
    text-align: center !important;
  }
}



.caption {
  opacity: .5;
  text-align: center;
  padding-bottom: 26px;
  padding-top: 15px;
}


/* HP new */

.main-img img {
  box-shadow: 0 2px 14px 0 rgba(33, 105, 202, .2), 0 21px 61px -42px rgba(50, 124, 142, .6);
  box-shadow: 0 2px 84px 0 rgba(33, 105, 202, .03), 0 21px 101px -42px rgba(50, 124, 142, .03);
  border-radius: var(--border-radius) !important;
}

#js-rotating {
  display: none;
}

.morphext {
  display: inline-block !important;
}


@media (max-width: 601px) {
  .section-hp-top h6 {
    font-size: 17px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: 1.4em;
    padding: 30px 20px 20px 20px;
  }

  .home .navbar.navbar-default {
    background: transparent;
  }

  .main-img img {
    margin-top: 20px;
  }
}

@media (min-width:960px) {

  span.break {
    display: none;
  }

  .main-img {
    padding-left: 40px;
  }

  .home .section-hp-top {
    padding-top: 230px !important;
    padding-bottom: 80px !important;
  }

  .section-hp-top h6 {
    font-size: 26px;
    font-size: 19px;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.6em;
    text-align: center !important;
  }

  .intro-text-home {
    padding-top: 0px;
  }

  .home .section-hp-top h6 {
    font-size: 20px;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.5em;
    text-align: left !important;
  }

  .claim h1 {
    font-size: 70px;
    padding-bottom: 6px;
    text-align: left;
    line-height: 1.15em !important;
  }
}

@media (min-width:600px) and (max-width:959px) {
  #claim .vc_column_container.vc_col-sm-6 {
    width: 100% !important;
  }

  .home .section-hp-top {
    padding-top: 40px !important;
  }
}

/* Case Studies HP */


.vc_tta-panels .vc_tta-panel {
  background: transparent;
}

.wpb-js-composer .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  background-color: transparent;
  padding: 0px 40px 40px 40px;
}

.wpb-js-composer .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels .vc_tta-panel-body {
  padding-bottom: 30px;
}

.case-hp.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
  background-color: var(--bg-green-2);
  background-color: #fff;
  color: var(--dark-blue);
  font-weight: 400;
}

.case-hp.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover {
  background-color: rgba(0, 133, 163, .09);
}

.case-hp.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
  background-color: var(--green) !important;
  color: #fff;
}

.case-hp.vc_tta.vc_general .vc_tta-tab>a {
  padding: 2px 9px;
}

.case-hp .testimonials.slider .tt-container {
  float: none;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-right: 0;
  text-align: left;
  margin-top: 20px;
}

.case-button {
  margin-top: 60px;
  margin-bottom: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
}

.case-button::after {
  content: '';
  background-image: url(/wp-content/uploads/2022/09/sap-logo.svg);
  width: 75px !important;
  height: 36px;
  background-size: 79px 36px;
  display: inline-block;
  margin-bottom: -12px;
  margin-top: -50px;
  margin-left: 10px;
}


.testimonial-row .no-radius .tt-image img {
  border-radius: 0%;
}

.home footer {
  background-image: url(/wp-content/uploads/2019/12/mask-footer.png), linear-gradient(-130deg, #edf9fc 0, #fafcfe 100%) !important;
}

a.tt_button:focus {
  color: #fff;
  text-decoration: none;
}

a.tt_button.tt_secondary_button:focus {
  color: var(--green);
  text-decoration: none;
}

.home .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:focus,
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover {
  background-color: #fff;
}


.home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #fff !important;
  background-color: var(--green);
  border-radius: 30px;
}

.home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
  color: var(--dark-blue) !important;
  background-color: #fff;
  border-radius: 30px;
}

.home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
  color: #666;
}


.wpb_text_column ol>li::before {
  content: counter(li, decimal);
  counter-increment: li;
  padding-right: 20px;
  font-weight: 700;
  position: absolute;
  left: 0px;
  font-size: 25px;
}


/* mega menu fix */







@media (min-width:960px) {
  #main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item {
    width: 50%;
  }

  #main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item {
    width: 46%;
    overflow: hidden;
  }

  #main-menu .navbar-nav .mega-menu>.dropdown-menu>.menu-item:last-of-type {
    margin-left: 6%;
  }

  #main-menu .navbar-nav .mega-menu.menu-item-has-children>.dropdown-menu {
    transition: all 350ms ease-in-out;
    display: block;
    transform: translateY(5px);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    max-width: 480px;
    right: auto;
    top: 66px;
    left: auto;
    margin-left: -100px;
    pointer-events: all;
  }

  .menu-title>a {
    border-bottom: 1px solid #eaf2f8 !important;
    padding-left: 0 !important;
    margin-left: 10px !important;
    padding-bottom: 13px !important;
    margin-bottom: 7px !important;
    color: var(--green) !important;
  }

}

@media (max-width:959px) {

  .menu-title>a {
    border-bottom: 1px dotted var(--green);
    font-weight: 300 !important;
    display: inline-block !important;
    text-transform: uppercase;
    font-size: 14px !important;
  }
}

/* BUTTON FIX */

.green a.tt_button:focus {
  color: var(--green) !important;
}

/* Video */

.responsive-video {
  position: relative;
  padding-bottom: 100%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: -75px 0;
}

.bg-white .case-hp.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
  background-color: rgba(0, 133, 163, .09);
}

/* hubspot */

#custom_html-10 {
  text-align: center;
}


.hs-form-iframe {
  margin-top: 12px;
}

/* hubsot kontakt */

.hubspot-contact {
  box-shadow: 0 0 15px 0 rgba(42, 87, 128, 0.07), 0 14px 20px 0 rgba(42, 87, 128, 0.04);
  padding: 30px 30px 30px 30px;
  border-radius: var(--border-radius);
  background-color: #fff;
  margin: 0 40px;
}

/* #blog-teaser .vc_grid-item-mini .vc_gitem-zone img,
.section-blog-footer .vc_grid-item-mini .vc_gitem-zone img {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
} */

.input input {
  width: 100% !important;

}

ul.no-list.hs-error-msgs.inputs-list {
  padding-left: 0 !important;
}

.hs-error-msgs {
  color: var(--red);
  font-size: 14px;
  list-style-type: none;
  font-weight: 400 !important;
  margin: 0 !important;
}

/* input felder */
.hs-fieldtype-text {
  margin-bottom: 10px;
}

.input input,
.input textarea {
  background: #f7f9fb !important;
  border: 1px solid #e5e7f2 !important;
  border-radius: var(--border-radius);
  padding: 0px 22px !important;
  height: 50px;
  width: 100% !important;
  outline: none;
}

.input textarea {
  padding: 12px 22px !important;
  height: 160px;
  margin-bottom: 10px;
}

.input input:focus,
.input textarea:focus {
  background-color: #fff !important;
  border-color: var(--green) !important;
  box-shadow: rgb(173, 216, 225) 0px 0px 0px 4px !important;
}



.actions input {
  background-color: var(--green) !important;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  border-width: 0px !important;
  border-radius: 40px !important;
  width: 100%;
  padding: 12px 22px 11px 22px;
  margin-top: 16px;
}

/* nl footer */
.footer-nl-hs span {
  display: none;
}

.footer-nl-hs .input input {
  background: #fff !important;
  border: none !important;
  border-radius: 38px !important;
  color: #787878;
}

.footer-nl-hs .hs-fieldtype-text {
  margin-bottom: 0px;
}

/* nl blog */

.right-sidebar .blog_widget.widget_custom_html input.hs-button {
  margin: 0 !important;
  background-color: var(--dark-blue) !important;
}

.right-sidebar .blog_widget.widget_custom_html {
  color: #fff;
  background-color: var(--blue) !important;
  padding-bottom: 30px;
}

.right-sidebar .blog_widget.widget_custom_html .input input {
  border-radius: 46px !important;
  margin-top: 20px;
}

.right-sidebar .blog_widget.widget_custom_html .input input::placeholder {
  color: var(--grey);
}

.right-sidebar .input input:focus {
  background-color: #fff !important;
  border-color: var(--blue) !important;
  box-shadow: #b8cfee 0px 0px 0px 4px !important;
}

.right-sidebar .hs-error-msgs {
  color: #c797d3;

}

.right-sidebar .hs_email label {
  display: none;
}

.right-sidebar .hs_email label.hs-error-msg {
  display: block;
}


#media_image-5 {
  display: none;
}

.footer-stars-omr {
  margin-top: 22px;
  display: inline-block;
}

@media (min-width: 620px) {
  .footer-stars-omr {
    margin-top: 0px;
    margin-left: 22px;
  }
}


.upper-footer .textwidget .footer-stars img {
  margin-bottom: 0px;
}


/* NEW 2026 */

@media (min-width: 960px) {
  .home .n26.section-hp-top {
    padding-top: 180px !important;
    padding-bottom: 120px !important;
  }
}

.n26 h1 {
  font-size: 24px;
  line-height: 1.1em !important;
  margin-bottom: 0.5rem !important;
}

.n26 h1 strong,
.n26 h2 strong {
  color: #824c96 !important;
  font-weight: inherit !important;
}

.section-hp-trust .n26 h2 {
  margin-top: 1.5rem !important;
  font-size: 1.75rem;
}

.hero-claim {
  font-size: 48px;
  font-weight: 700;
  color: #824c96;
  line-height: 1.1em;
  letter-spacing: -.5px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .hero-claim {
    font-size: 42px;
    text-align: center;
  }

  .section-hp-trust .n26 h2 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1240px) {
  .hero-claim {
    font-size: 58px;
    margin-right: -25px;
  }
}

p.subtext {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  max-width: 58ch;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  p.subtext {
    font-size: 19px;
    text-align: left;
    margin: 0;
  }
}

p.subtext strong {
  font-weight: 700 !important;

}

.cert-row .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  padding: .5rem 0 2rem 0;
}

.n26 .stage-mask {
  background-image: url(/wp-content/uploads/2026/02/stage-mask.png);
}

.n26.row-margin.brands {
  padding-top: 48px !important;
}

.ci-o::before {
  display: block;
  background-image: url(/wp-content/uploads/2026/02/conicon-purple.svg);
  background-position: left bottom;
  width: 12px;
  height: 8px;
  position: absolute;
  content: ' ';
  left: 2px;
  bottom: 16px;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
}

.n26 h1 {

  text-align: left !important;
}

@media (max-width: 768px) {
  .n26 h1 {
    font-size: 17px;
    margin-top: 1rem !important;
    text-align: center !important;
  }

  .cert-row .wpb_wrapper {
    gap: 20px;
    justify-content: center;
  }

  .certifications-stars {
    width: 180px;
  }

  .omr-stars,
  .capterra-stars {
    width: 96px;
  }

  .section-hp-trust .n26 h2 {
    margin-bottom: 0rem !important;
    font-size: 18px;

  }

  .ci-o::before {
    display: block;
    background-image: url(/wp-content/uploads/2026/02/conicon-purple.svg);
    background-position: left bottom;
    width: 7px;
    height: 5px;
    position: absolute;
    content: ' ';
    left: 0px;
    bottom: 10px;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
  }
}


.n26.vc_row.section-hp-top {
  /* background: linear-gradient(130deg, #f4f0fc 0, #fafcfe 100%) !important; */
  background: #f5f2fc;
}

.ci-o {
  position: relative !important;
  padding-left: 0px;
}


.main-video video {
  width: 100%;
  height: auto;
  /* box-shadow: 0 1px 16px 0 rgba(90, 53, 104, .06), 0 21px 92px 9px rgba(90, 53, 104, .03); */
  margin-bottom: -48px;
  border: 3px solid #f5f2fc;
}

@media (min-width: 960px) {
  .main-video {
    padding-left: 30px;
  }
}

.cert-row {
  display: flex;
  align-items: center;
}

.cert-row img {
  height: 62px !important;
  width: auto !important;
}

.omr-stars,
.capterra-stars {
  padding: 10px 0;
}

.omr-top {
  padding: 0px 0;
}

@media (max-width: 768px) {
  .hide-for-small {
    display: none !important;
  }


  .cert-row img {
    height: 48px !important;
  }

  .omr-stars,
  .capterra-stars {
    padding: 10px 0;
  }

  .omr-top {
    padding: 3px 0;
  }

  .cert-row {
    justify-content: center;
  }
}




@media (max-width: 960px) {

  .tt_button.pull-left,
  .tt_button.pull-right {
    padding-left: inherit;
    display: inherit;
    float: inherit !important;
    width: inherit;
    max-width: inherit;
    padding-right: 0;
    margin: inherit;
    margin-bottom: inherit;
    margin-bottom: inherit;
  }
}

@media (max-width: 768px) {

  .tt_button.pull-left,
  .tt_button.pull-right {
    padding-left: 0;
    display: block;
    float: none !important;
    width: auto;
    max-width: fit-content;
    padding-right: 0;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 10px;
  }

  .intro-text-home {
    text-align: center;
  }
}

.tt_button.pull-left {
  display: inline-table;
  margin-right: 10px;
  float: none !important;
}

.btn-top .prim_text {
  padding: 0 1rem;
}

.btn-top {
  margin-bottom: 10px;
}

.home #wrapper .blog-detailed-grid .entry-wrapper,
.home #wrapper .blog-detailed-grid figure a {
  background-color: var(--bg-green);
}

.home #wrapper .blog-detailed-grid img {

  mix-blend-mode: multiply;
}

.content-area .vc_grid .vc-gitem-zone-height-mode-auto.vc_gitem-zone.vc_gitem-zone-a::before {
  background-color: var(--bg-green);
}

.home .blog-detailed-grid .vc_gitem-zone-mini {
  background-color: var(--bg-green);

}

.home .blog-detailed-grid .vc_gitem-zone-mini .vc_gitem-row-position-top {
  max-height: 300px;
  overflow: hidden;
}

.mt-1 {
  margin-top: 2rem;
}