/*genrated on 2025-08-08 16:24:18***************************************************/
/* outfit-100 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  src: url('/_libs/fonts/google/outfit-v11-latin-100.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('/_libs/fonts/google/outfit-v11-latin-200.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('/_libs/fonts/google/outfit-v11-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/_libs/fonts/google/outfit-v11-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/_libs/fonts/google/outfit-v11-latin-500.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('/_libs/fonts/google/outfit-v11-latin-600.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('/_libs/fonts/google/outfit-v11-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  src: url('/_libs/fonts/google/outfit-v11-latin-800.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  src: url('/_libs/fonts/google/outfit-v11-latin-900.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*Wichtig: Nur hier die Schriftart/Größe für Editor setzen*/
td,
body {
  font-family: Arial;
  font-size: 12px;
  line-height: 22px;
}
table {
  width: 100%;
}
td {
  padding: 0px;
  vertical-align: top;
}
a img {
  border: none;
}
h1 {
  margin-top: 0px;
  margin-bottom: 6px;
  line-height: 46px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 42px;
  line-height: 46px;
  font-weight: 600;
  color: #3E3E3E;
}
h3 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #3E3E3E;
}
ul {
  padding-left: 50px;
  margin: 25px 0px 25px 0px;
}
li {
  position: relative;
  list-style: none;
  line-height: 30px;
  margin-bottom: 10px;
}
li::before {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 4px;
  left: -28px;
  content: "";
  background-image: url("/_skins/base/images/icon_li.svg");
  background-size: 100% auto;
}
p {
  margin-top: 6px;
  margin-bottom: 6px;
}
body,
html {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #f4f5f9;
  background-color: #fff;
  font-family: 'Outfit';
  min-height: 100vh;
  font-size: 16px;
  scroll-behavior: smooth;
}
.BodyHolder {
  width: 100%;
}
/*useful config (don't delete)*/
.loading a {
  pointer-events: none;
}
html {
  overflow-y: scroll;
}
span a {
  cursor: pointer;
}
form {
  margin: 0px;
}
a {
  outline: none;
}
a {
  color: #2ba9dc;
}
.BodyHolder {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  float: left;
}
div,
a,
span,
section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Basis layout */
div#container {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #3e3e3e;
  background-color: #2b2929;
  height: 100%;
  display: block;
}
div#container div.containerInner {
  text-align: left;
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
div#container div.containerInner.containerInnerFacts {
  max-width: 100%;
  background: transparent linear-gradient(180deg, #f7f7f8 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  padding-top: 50px;
  margin-top: 60px;
}
div#container div.containerInner.containerInnerContact {
  padding-top: 50px;
  padding-bottom: 60px;
}
div#container div.containerInner.containerInnerOpinions {
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 1440px;
}
div#container div.containerInner.containerInnerOpinions h2 {
  margin-bottom: 100px;
  text-align: center;
}
div#container div.containerInner.containerInnerTech {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 70px auto;
  display: flex;
  flex-wrap: wrap;
}
div#container div.containerInner.containerInnerTech .leftPart {
  max-width: 400px;
}
div#container div.containerInner.containerInnerTech .leftPart .txt {
  margin-top: 10px;
  max-width: 325px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  min-height: 40px;
  line-height: 25px;
  color: #3e3e3e;
}
div#container div.containerInner.containerInnerTech .rightPart {
  width: calc(100% - 400px);
}
div#container div.containerInner.containerInnerCustomers {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 30px auto;
  display: flex;
  flex-wrap: wrap;
}
div#container div.containerInner.containerInnerTextSite {
  padding-top: 200px;
  padding-bottom: 60px;
  max-width: 1040px;
}
div#container div.containerInner.containerInnerReferenzen {
  max-width: 1260px;
  display: flex;
}
div#container div.containerInner.containerInnerReferenzen div.complextypes-Referenz-skin {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#container div.containerInner.containerInnerReferenzen .leftPart {
  width: 100%;
}
div#container div.containerInner.containerInnerReferenzen .rightPart {
  width: 100%;
}
div#container div.containerInner.containerInnerLeistungen {
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 1440px;
}
div#container div.containerInner.containerInnerLeistungen h2.title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
div#container div.containerInner.containerInnerLeistungen h2.title span {
  color: #3e3e3e;
}
div#container div.containerInner.containerInnerLeistungen h2.title span.preTitle {
  color: #2ba9dc;
}
div#container div.containerInner.containerInnerLeistungen h2.title span.type {
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div#container div.containerInner.containerInnerFAQ {
  display: flex;
  max-width: 1195px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0px 20px 0 20px;
  margin: 40px auto 20px auto;
}
div#container div.containerInner.containerInnerFAQ .faqLeft {
  width: 100%;
  max-width: calc(100% - 300px);
}
div#container div.containerInner.containerInnerFAQ .faqRight {
  width: 300px;
}
div#container div.containerInner.containerInnerFAQ .faqRight h2 {
  font-size: 42px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  max-width: 280px;
}
div#container div.containerInner.containerInnerFAQ .faqRight h2 span {
  color: #3e3e3e;
}
div#container div.containerInner.containerInnerFAQ .faqRight h2 span.preTitle {
  color: #2ba9dc;
}
div#container div.containerInner.containerInnerFAQ .faqRight h2 span.type {
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div#container div.containerInner.containerInnerFAQ .faqRight a {
  color: #2ba9dc;
  text-decoration: none;
}
div#container div.containerInner.containerInnerFAQ .faqRight a:hover {
  color: #e02a86;
}
div#container div.containerInner.containerPageFAQ {
  padding-top: 20px;
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}
div#container div.containerInner.containerInnerProcess {
  background-image: url("/_skins/base/images/bgd_processSlide.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 500px;
  max-width: 100%;
  margin-top: 100px;
  display: flex;
  align-items: center;
  max-width: 100vw;
  overflow-x: hidden;
}
div#container div.containerInner.containerInnerProcessHistory {
  margin-top: 50px;
}
div#container div.containerInner.containerInnerPortfolio {
  min-height: 500px;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 1440px;
}
body.site_id_16 div#container div.containerInner.containerInnerTech,
body.site_id_17 div#container div.containerInner.containerInnerTech {
  margin: 70px auto 70px auto;
}
.containerLeistungen {
  background-color: #F9F9FA;
  padding: 40px 0 40px 0;
}
.containerLeistungen h2.title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.containerPortfolio {
  background-image: url("/_skins/base/images/bgd_processSlide.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 500px;
  max-width: 100%;
  margin-top: 100px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.containerPortfolio h2.title {
  max-width: 1050px;
  width: 100%;
  padding: 0px 100px 0 20px;
  margin: 0 auto 25px auto;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.containerCustomers {
  max-width: 100%;
  background: transparent linear-gradient(180deg, #f7f7f8 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  padding-top: 50px;
  margin-top: 60px;
}
.containerCustomers .topPart {
  width: 100%;
}
.containerCustomers .topPart h2 {
  margin-bottom: 0;
}
.containerCustomers .topPart .subline {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 32px;
  line-height: 41px;
  font-weight: 400;
  color: #3E3E3E;
  width: 100%;
  margin-bottom: 50px;
  display: block;
}
.containerCustomers .bottomPart {
  width: 100%;
}
.faq {
  background: #eef4f5 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 8px 85px 8px 25px;
  margin: 0 0 10px 0;
  max-width: 790px;
  position: relative;
  min-height: 68px;
}
.faq .frage {
  letter-spacing: 0.15px;
  font-size: 20px;
  color: #232323;
  line-height: 26px;
  font-weight: 500;
  display: flex;
  align-items: center;
  max-width: 625px;
  min-height: 52px;
}
.faq .antwort {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0px;
  transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
}
.faq .opener {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: calc(100% - 70px);
  height: 60px;
  height: 100%;
  right: 70px;
  pointer-events: auto;
  display: block !important;
}
.faq .opener.notActive {
  pointer-events: none;
}
.faq .opener.notActive .icon {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 10 );
}
.faq .opener .icon {
  width: 35px;
  height: 35px;
  border: 0;
  position: absolute;
  right: -65px;
  top: 17px;
}
.faq .opener .icon span {
  position: absolute;
  transition: 300ms;
  background-color: #3e3e3e;
}
.faq .opener .icon span:first-child {
  top: 25%;
  bottom: 25%;
  width: 2px;
  left: 16px;
}
.faq .opener .icon span:last-child {
  left: 25%;
  right: 25%;
  height: 2px;
  top: 16px;
}
.faq .opener.active .icon span {
  transform: rotate(90deg);
}
.faq .opener.active .icon span:last-child {
  left: 50%;
  right: 50%;
}
.faq .opener:hover {
  cursor: pointer;
}
.faq .opener:hover .icon span {
  background-color: #2ba9dc;
}
.faq:hover .frage {
  color: #2ba9dc;
}
.faq.show .antwort {
  max-height: 400px;
  transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
}
.faq.show .antwort p {
  padding-bottom: 0;
}
.faq.show .opener .icon span {
  transform: rotate(90deg);
}
.faq.show .opener .icon span:last-child {
  left: 50%;
  right: 50%;
}
.faq.show:hover .frage {
  color: #3e3e3e;
}
.faq.show:hover .icon span {
  background-color: #3e3e3e;
}
.containerContent {
  min-height: 500px;
  background-color: #fff;
  padding-bottom: 40px;
}
.containerContent.containerContentZX {
  position: relative;
  z-index: 1;
}
.pageContent {
  min-height: 500px;
  background-color: #fff;
  padding-top: 330px;
  padding-bottom: 40px;
}
.pageContent.pageContentInfos {
  padding-top: 0;
  margin-top: 100px;
}
.pageContent.pageContentFAQ {
  padding-top: 230px;
}
.pageContent.pageContentService {
  padding-top: 230px;
}
.pageContent .pageContentInner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.pageContent .pageContentInner h1,
.pageContent .pageContentInner h2 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  color: #2ba9dc;
  margin-bottom: 50px;
}
.pageContent .pageContentInner h1 span,
.pageContent .pageContentInner h2 span {
  color: #3e3e3e;
}
.pageContent .pageContentInner h1 span.type,
.pageContent .pageContentInner h2 span.type {
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pageContent .pageContentInner h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 0px;
  color: #3e3e3e;
}
.pageContent .pageContentInner .descriptionPage {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pageContent.pageContentWide .pageContentInner {
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
div#top {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 6;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#top .topInner {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
div#top #logo {
  width: 200px;
  padding-top: 40px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#top #logo img {
  width: 100%;
  height: auto;
  display: block;
}
div#top #sideNavigation {
  width: 100%;
  margin-top: 10px;
  max-width: 390px;
}
div#top #sideNavigation .rnd-button {
  border-radius: 12px;
}
div#top #sideNavigation .button {
  height: 40px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  position: relative;
  color: #232323;
  letter-spacing: 0.35px;
  font-weight: 400;
}
div#top #sideNavigation .button.btn_about {
  height: 20px;
}
div#top #sideNavigation .button.btn_about::after {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  width: 100%;
  bottom: -5px;
  height: 3px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  max-width: 0;
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
}
div#top #sideNavigation .button.btn_about:hover::after {
  max-width: calc(100% - 4px);
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#top #sideNavigation .button_active.btn_about::after {
  max-width: calc(100% - 4px);
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#top #sideNavigation .btn_kontakt {
  width: 135px;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 35px;
  margin-right: 10px;
  overflow: hidden;
}
div#top #sideNavigation .btn_kontakt span {
  position: relative;
  z-index: 2;
}
div#top #sideNavigation .btn_kontakt::before {
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 0;
  content: '';
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#top #sideNavigation .btn_kontakt::after {
  background: transparent linear-gradient(90deg, #2178b4 0%, #2ba9dc 51%, #6cbde0 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 1;
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#top #sideNavigation .btn_phone {
  width: 135px;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 0px;
  margin-right: 10px;
  overflow: hidden;
  display: none;
}
div#top #sideNavigation .btn_phone span {
  background-image: url("/_skins/base/images/ico_phone.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 21px auto;
  padding-left: 38px;
  position: relative;
  z-index: 2;
  height: 40px;
  display: flex;
  align-items: center;
}
div#top #sideNavigation .btn_phone::after {
  background: transparent linear-gradient(90deg, #2178b4 0%, #2ba9dc 51%, #6cbde0 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 1;
  content: '';
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#top #sideNavigation .btn_kontakt:hover {
  background: transparent;
}
div#top #sideNavigation .btn_kontakt:hover::before {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
}
div#top #sideNavigation .btn_kontakt:hover::after {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
div#top #sideNavigation .btn_login {
  background-image: url("/_skins/base/images/icon_login.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 21px auto;
  padding-left: 38px;
  padding-right: 13px;
  background-color: rgba(212, 212, 212, 0.4);
  backdrop-filter: blur(30px);
}
div#top #sideNavigation .btn_login:hover {
  background-color: #2ba9dc;
  color: #FFF;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
#topContainer.scroll #top {
  height: 60px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  filter: drop-shadow(5px 0px 5px rgba(12, 50, 86, 0.1));
}
#topContainer.scroll #top #logo {
  padding-top: 10px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
#topContainer.scroll #top .dNavigation {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  padding-top: 0px;
}
#topContainer.bgdActive #top {
  height: 100px;
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  filter: drop-shadow(5px 0px 5px rgba(12, 50, 86, 0.1));
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
#topContainer.bgdActive.scroll #top {
  height: 60px;
}
.scroll #topContainerMobile {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  filter: drop-shadow(0px 0px 20px rgba(12, 50, 86, 0.1));
  background-color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  height: 60px;
}
.BodyHolder.endReach #topContainerMobile,
.BodyHolder.show #topContainerMobile {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
}
body.site_id_1.site_level_1 #topContainerMobile {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e7e8));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e7e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e7e8', GradientType=0);
}
#topContainerMobile {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 20;
  background-color: transparent;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  display: none;
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
}
#topContainerMobile div#top div#topInlay {
  height: 60px;
  padding-left: 20px;
}
#topContainerMobile div#top {
  height: 60px;
  padding-top: 0;
}
#topContainerMobile div#top div#topInlay a.logo {
  width: 165px;
  height: 35px;
  display: block;
  margin-top: 12px;
}
#topContainerMobile div#top div#topInlay a.logo img,
#topContainerMobile div#top div#topInlay a.logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.menuBtn {
  transform: scale(0.6);
  width: 68px;
  height: 68px;
  -webkit-touch-callout: none;
  user-select: none;
  position: absolute;
  right: 0px;
  top: 1px;
  pointer-events: auto;
  z-index: 9999;
  border-radius: 100%;
  display: none;
}
.menuBtn.active {
  background-color: transparent;
}
.menuBtn:hover {
  cursor: pointer;
}
.pathMenu {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  mask: url(#mask);
}
.animatepathMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}
.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  transform: rotate(0deg);
  transform-origin: 100% 0;
}
.path-rotation:before {
  content: '';
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background: #ffffff;
}
@keyframes rotate-out {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-in {
  0% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.menuBtn.active .path {
  animation: dash-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.active .animatepathMenu {
  animation: rotate-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.is-closed .path {
  animation: dash-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.is-closed .animatepathMenu {
  animation: rotate-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}
@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}
.menu-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}
.menu-container {
  position: relative;
  height: 28px;
  width: 36px;
}
.menu-bun-top,
.menu-bun-bot,
.menu-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  background: #ffffff;
  background: #3e3e3e;
}
.menuBtn.active .menu-bun-top,
.menuBtn.active .menu-bun-bot,
.menuBtn.active .menu-filling {
  background: #fff;
}
.menu-bun-top {
  top: 0;
  transform-origin: 34px 2px;
}
.menu-bun-bot {
  bottom: 0;
  transform-origin: 34px 2px;
}
.menu-filling {
  top: 12px;
}
.menu-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}
.svg-ring {
  width: 68px;
  height: 68px;
}
.menuBtn.active .menu-bun-top {
  animation: bun-top-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.active .menu-bun-bot {
  animation: bun-bot-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.is-closed .menu-bun-top {
  animation: bun-top-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.is-closed .menu-bun-bot {
  animation: bun-bot-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}
@keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}
@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }
}
@keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}
.menuBtn.active .menu-filling {
  animation: menu-fill-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.is-closed .menu-filling {
  animation: menu-fill-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
@keyframes menu-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0px;
  }
}
@keyframes menu-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}
.stage {
  background: transparent radial-gradient(closest-side at 30% 60%, #ffffff 0%, #e6e7e8 100%) 0% 0% no-repeat padding-box;
  min-height: 700px;
  position: relative;
  width: 100%;
  pointer-events: none !important;
}
.stage .stageInner {
  max-width: 1155px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 270px 0 0 0;
}
.stage .stageInner span {
  font-family: 'Outfit';
  font-size: 80px;
  line-height: 100px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.stage .stageInner #staticText {
  color: #2ba9dc;
}
.stage .stageInner #dynamicText {
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stage .stageInner #claim {
  color: #232323;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}
.stage .startScrollContainer {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  pointer-events: none;
  z-index: 2;
}
.stage .startScrollContainer .startScroll {
  pointer-events: auto;
  width: 45px;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  text-align: right;
  height: 20px;
  color: #3e3e3e;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.stage .startScrollContainer .startScroll:hover {
  cursor: pointer;
}
.stage .startScrollContainer .startScroll::after {
  content: '';
  margin: 0 auto;
  width: 85px;
  height: 1px;
  position: absolute;
  left: -92px;
  top: 14px;
  background-color: #707070;
}
.teaserContainer {
  max-width: 1155px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: translateY(-60px);
  position: relative;
  z-index: 3;
}
.teaserContainer .teaser::before {
  background-image: url("/_skins/base/images/img_websites.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 340px auto;
  content: '';
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 60%;
  width: 100%;
  display: block;
  height: 280px;
  z-index: 2;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 90 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaserContainer .teaser.teaser_webshops::before {
  background-image: url("/_skins/base/images/img_webshops.svg");
  background-size: 315px auto;
}
.teaserContainer .teaser.teaser_webapps::before {
  background-image: url("/_skins/base/images/img_webapps.svg");
  background-size: 312px auto;
}
.teaserContainer .teaser.teaser_webspecials::before {
  background-image: url("/_skins/base/images/img_webspecials.svg");
  background-size: 310px auto;
}
.teaserContainer .teaser {
  width: 100%;
  max-width: 570px;
  background-color: transparent;
  background: linear-gradient(180deg, #e02a86 0%, #f73670 51%, #ff4067 100%);
  box-shadow: 0px 0px 50px #0000001A;
  border-radius: 10px;
  margin: 0 0 10px 0;
  color: #FFF;
  overflow: hidden;
  height: 430px;
  position: relative;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaserContainer .teaser:hover {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  filter: drop-shadow(0px 0px 10px rgba(12, 50, 86, 0.1));
}
.teaserContainer .teaser:hover::before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaserContainer .teaser.teaser_blue {
  background: transparent linear-gradient(180deg, #2178b4 0%, #2ba9dc 51%, #6cbde0 100%) 0% 0% no-repeat padding-box;
}
.teaserContainer .teaser.teaser_blue::after {
  background: transparent linear-gradient(180deg, #2178b4 10%, #2ba9dc 70%, #6cbde0 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 0;
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaserContainer .teaser.teaser_pink::after {
  background: linear-gradient(180deg, #e02a86 10%, #f73670 70%, #ff4067 100%);
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 0;
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaserContainer .teaser:hover::after {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
.teaserContainer .teaser .teaserInner {
  padding: 35px 35px 15px 35px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.teaserContainer .teaser .title {
  margin-bottom: 10px;
}
.teaserContainer .teaser .title h2 {
  letter-spacing: 0.5px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
  color: #FFF;
}
.teaserContainer .teaser .description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.32px;
}
.teaserContainer .teaser .link {
  background-image: url("/_skins/base/images/icon_arrow.svg");
  background-position: right 15px top 13px;
  background-repeat: no-repeat;
  background-size: 21px auto;
  padding: 0 45px 0 25px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  letter-spacing: 0.5px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  z-index: 4;
}
.teaserContainer .teaser .link::after {
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaserContainer .teaser .link::after:hover {
  background-position: right 10px top 13px;
  padding: 0 40px 0 30px;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaserContainer .teaser .link::before {
  background-image: url("/_skins/base/images/icon_arrow.svg");
  background-position: left -100px top 13px;
  background-repeat: no-repeat;
  background-size: 21px auto;
  position: absolute;
  left: 15px;
  bottom: 0px;
  content: '';
  width: 21px;
  height: 100%;
  display: block;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  z-index: 4;
}
.teaserContainer .teaser .link:hover {
  background-position: right -100px top 13px;
  padding: 0 25px 0 45px;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaserContainer .teaser .link:hover::before {
  background-position: left 0px top 13px;
  background-repeat: no-repeat;
  background-size: 21px auto;
}
.teaserContainer .teaser .rnd-button {
  border-radius: 10px;
}
.teaserContainer .teaser .button {
  height: 40px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background-color: #FFF;
  color: #232323;
  letter-spacing: 0.35px;
  font-weight: 700;
}
div#middle {
  width: 100%;
  float: left;
  min-height: 400px;
}
div#main {
  width: 100%;
  float: left;
  min-height: 400px;
}
div#middle {
  width: 100%;
  background-color: #FFF;
  transform: translateX(0vw);
  transition: all 0.8s ease 0.2s;
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
}
div.BodyHolder.show div#middle {
  overflow: hidden;
  transform: translateX(-100vw);
  transition: all 0.8s ease 0.2s;
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
}
div#footer {
  width: 100%;
  background-color: #F7F7F8;
  height: 260px;
  clear: left;
}
div#footer .footerInner {
  text-align: left;
  width: 100%;
  max-width: 1760px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}
div#footer .footerInner a {
  color: #232323;
  text-decoration: none;
}
div#footer .footerInner .footerTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 40px;
  letter-spacing: 0.3px;
  color: #3e3e3e;
}
div#footer .footerInner .footerTop .left {
  width: 100%;
  max-width: 490px;
}
div#footer .footerInner .footerTop .left .claimContainer {
  padding-top: 15px;
}
div#footer .footerInner .footerTop .left .claimContainer span {
  font-weight: 700;
  max-width: 360px;
  font-size: 47px;
  line-height: 58px;
  width: 100%;
  letter-spacing: 1px;
  display: block;
  color: #3e3e3e;
}
div#footer .footerInner .footerTop .left .claimContainer .claim {
  background: transparent linear-gradient(90deg, #2178b4 0%, #2ba9dc 51%, #6cbde0 100%) 0% 0% no-repeat padding-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}
div#footer .footerInner .footerTop .middle {
  width: 100%;
  max-width: 310px;
  margin-right: auto;
}
div#footer .footerInner .footerTop .middle .adressBlock,
div#footer .footerInner .footerTop .middle .kontaktBlock {
  width: 100%;
}
div#footer .footerInner .footerTop .middle .adressBlock strong {
  font-weight: 800;
}
div#footer .footerInner .footerTop .middle .kontaktBlock {
  margin-top: 25px;
}
div#footer .footerInner .footerTop .middle .kontaktBlock strong {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 5px;
}
div#footer .footerInner .footerTop .middle .kontaktBlock .tel {
  margin-right: 45px;
}
div#footer .footerInner .footerTop .middle .kontaktBlock a:hover {
  color: #2ba9dc;
}
div#footer .footerInner .footerTop .right {
  display: inline-block;
  max-width: 150px;
}
div#footer .footerInner .footerTop .right .caption {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
div#footer .footerInner .footerTop .right a {
  width: 100%;
  display: block;
  text-align: right;
  font-weight: 300;
  background-image: url("/_skins/base/images/icon_external_link.svg");
  background-position: right -200px top 8px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding-right: 0px;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#footer .footerInner .footerTop .right a:hover {
  background-position: right 0px top 8px;
  padding-right: 18px;
  color: #2ba9dc;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#footer .footerInner .footerBot {
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #E1E1E1;
  font-size: 13px;
}
div#footer .footerInner .footerBot .left {
  width: 100%;
  max-width: 490px;
  color: #B9B9B9;
}
div#footer .footerInner .footerBot .middle {
  width: 100%;
  max-width: 555px;
  margin-right: auto;
}
div#footer .footerInner .footerBot .right {
  display: inline-block;
}
div#footer .footerInner .footerBot .navBlock a {
  margin-right: 50px;
  color: #3e3e3e;
  font-size: 15px;
}
div#footer .footerInner .footerBot .navBlock a:hover {
  color: #2ba9dc;
}
div#footer .footerInner .footerBot .navBlock a.last {
  margin-right: 0;
}
/* @end */
#navigationContainer {
  width: 100%;
}
#navigationContainer #navigationContainerInner {
  width: 100%;
}
.dNavigation {
  width: 100%;
  display: flex;
  padding-top: 40px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#navigation {
  display: flex;
  align-items: end;
  margin: 0 auto;
}
div#navigation .navbutton {
  display: block;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.35px;
  color: #3e3e3e;
  text-decoration: none;
  position: relative;
  margin: 0 25px 10px 25px;
}
div#navigation .navbutton.justMobile {
  display: none;
}
div#navigation .navbutton.navbutton4 {
  margin-right: 0;
}
div#navigation .navbutton::after {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  width: 100%;
  bottom: -5px;
  height: 3px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  max-width: 0;
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
}
div#navigation .navbutton:hover::after {
  max-width: calc(100% - 4px);
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#navigation .navbutton_active::after {
  max-width: calc(100% - 4px);
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div#navigation .infoLine,
div#navigation .socialMedia {
  display: none;
  text-align: left;
  font-size: 12px;
  color: #eee;
  letter-spacing: 0.5px;
}
/* @end */
.infoBlock {
  max-width: 1195px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.infoBlock h2 {
  text-align: center;
  letter-spacing: 0px;
  font-weight: 600;
  color: #3e3e3e;
  max-width: 995px;
  margin: 70px auto 60px auto;
}
.infoElemente {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.infoElemente .infoElement {
  max-width: 370px;
  height: 261px;
  width: 100%;
  margin: 0 0 22px 0;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px #0000001A;
  border-radius: 10px;
  padding: 20px 21px 10px 28px;
}
.infoElemente .infoElement .icon {
  height: 75px;
  width: 100%;
  margin-bottom: 17px;
  display: flex;
  align-items: end;
}
.infoElemente .infoElement h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 13px 0;
}
.infoElemente .infoElement .text {
  font-size: 16px;
}
.infoElemente .infoElement.specialblue {
  color: #FFF;
  padding-top: 45px;
  background: transparent linear-gradient(180deg, #2178b4 10%, #2ba9dc 70%, #6cbde0 100%) 0% 0% no-repeat padding-box;
}
.infoElemente .infoElement.specialblue h3 {
  color: #FFF;
}
.infoElemente .infoElement.specialblue .icon {
  display: none;
}
.honors {
  width: 100%;
  display: table;
  float: none;
  margin: 0px auto 70px auto;
  max-width: 1040px;
}
.honors h2 {
  text-align: center;
  letter-spacing: 0px;
  font-weight: 600;
  color: #3e3e3e;
  max-width: 995px;
  margin: 30px auto 60px auto;
}
.honors .honor {
  background-image: url("/_skins/base/images/bgd_honor.svg");
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 95% auto;
  text-align: center;
  max-width: 300px;
  width: calc(100% * (1/3) - 50px);
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}
.honors .honor .value {
  font-size: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  margin-top: 20px;
  color: #39a9dc;
}
.honors .honor .caption {
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0px;
}
.honors .honor .txt {
  font-size: 14px;
  font-weight: 300;
  min-height: 40px;
  color: #58585a;
  max-width: 250px;
  text-align: center;
  margin: 25px auto;
  line-height: 19px;
  position: relative;
  letter-spacing: 0.15px;
}
.honors .honor .txt::after {
  background-image: url("/_skins/base/images/icon_apo.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 16px;
  width: 16px;
  margin: 0 auto;
}
.honors .button {
  height: 40px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: #232323;
  letter-spacing: 0.35px;
  font-weight: 400;
}
.honors .btn_more {
  overflow: hidden;
  color: #FFFFFF;
  text-decoration: none;
  margin: 20px auto 0 auto;
  border-radius: 12px;
  padding: 0 20px;
  letter-spacing: 0.35px;
  font-weight: 400;
  display: flex;
  max-width: fit-content;
  position: relative;
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
}
.honors .btn_more span {
  position: relative;
  z-index: 1;
}
.honors .btn_more:hover::after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  visibility: visible;
}
.honors .btn_more::after {
  background: transparent linear-gradient(90deg, #2178b4 0%, #2ba9dc 51%, #6cbde0 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  height: 100%;
  z-index: 0;
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  visibility: hidden;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.contactTeaser {
  display: flex;
  max-width: 1195px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0px 20px 0 20px;
  margin: 20px auto 40px auto;
}
.contactTeaser .contactTeaserInner {
  display: flex;
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 50px #0000001A;
  border-radius: 10px;
  padding: 40px 20px 20px 20px;
}
.contactTeaser .left {
  max-width: 315px;
  width: 100%;
  min-height: 190px;
  position: relative;
}
.contactTeaser .left .captionContainer span {
  font-size: 33px;
  line-height: 40px;
  width: 100%;
  letter-spacing: 1px;
  display: block;
  color: #3e3e3e;
  font-weight: 700;
}
.contactTeaser .left .captionContainer .blue {
  background: transparent linear-gradient(90deg, #2178b4 0%, #2ba9dc 51%, #6cbde0 100%) 0% 0% no-repeat padding-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
}
.contactTeaser .left::after {
  background-image: url("/_skins/base/images/icon_call.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  left: 30px;
  bottom: -50px;
  height: 150px;
  width: 180px;
  margin: 0 auto;
}
.contactTeaser .right {
  width: 100%;
  max-width: 700px;
}
.contactTeaser .right .text {
  max-width: 640px;
}
.contactTeaser .right .btn_area {
  width: 100%;
  margin-top: 30px;
  display: flex;
}
.contactTeaser .right .btn_area .button {
  height: 45px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: #FFF;
  letter-spacing: 0.35px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-right: 15px;
  padding: 0 20px;
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
.contactTeaser .right .btn_area .button.btn_form {
  margin-right: 0;
  padding-right: 50px;
  position: relative;
  background: transparent linear-gradient(90deg, #2178b4 0%, #2ba9dc 51%, #6cbde0 100%) 0% 0% no-repeat padding-box;
  margin-left: auto;
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
}
.contactTeaser .right .btn_area .btn_form::after {
  background-image: url("/_skins/base/images/icon_arrow_white.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  right: 15px;
  bottom: 0px;
  top: 0;
  height: 100%;
  width: 20px;
  margin: 0 auto;
}
.kategoriePage {
  width: 100%;
}
.kategoriePage .header {
  min-height: 600px;
  padding-top: 280px;
  background: transparent linear-gradient(90deg, #ffffff 0%, #f2f4f3 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #DFDFDF;
}
.kategoriePage .header.header_hosting,
.kategoriePage .header.header_grafikdesign {
  padding-top: 230px;
  min-height: 540px;
}
.kategoriePage .header h1 {
  letter-spacing: 0px;
  font-size: 65px;
  font-weight: 600;
  line-height: 80px;
  color: #3e3e3e;
  max-width: 940px;
}
.kategoriePage .header h1 strong {
  font-weight: 600;
  color: #2ba9dc;
}
.kategoriePage .header h2 {
  font-size: 33px;
  font-weight: 600;
  color: #2ba9dc;
}
.kategoriePage .header h2 span {
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kategoriePage .header .description {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 50px 0 50px 0;
  color: #3e3e3e;
  font-weight: 300;
  letter-spacing: 0.36px;
  font-size: 18px;
  line-height: 30px;
}
.kategoriePage .header .description .block {
  width: calc(50% - 10px);
}
.kategoriePage .headerInner .pageContentInner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.kategoriePage .headerInner .pageContentInner h1 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  color: #2ba9dc;
  line-height: 46px;
  margin: 0 auto 40px auto;
}
.kategoriePage .headerInner .pageContentInner h1 span {
  color: #3e3e3e;
}
.kategoriePage .headerInner .pageContentInner h1 span.type {
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kategoriePage .headerInner .pageContentInner .descriptionPage {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.kategoriePage .innerBlock {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.kategoriePage .block_websites::before,
.kategoriePage .block_webshops::before,
.kategoriePage .block_webspecials::before,
.kategoriePage .block_webapps::before {
  background-position: right center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  width: 100%;
  max-width: 455px;
  display: block;
  height: 435px;
  z-index: 2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
.kategoriePage .block_websites::before {
  background-image: url("/_skins/base/images/img_cat_website.svg");
  background-size: 420px auto;
}
.kategoriePage .block_webshops::before {
  background-image: url("/_skins/base/images/img_cat_webshops.svg");
  background-size: 340px auto;
}
.kategoriePage .block_webspecials::before {
  background-image: url("/_skins/base/images/img_cat_webspecials.svg");
  background-size: 340px auto;
}
.kategoriePage .block_webapps::before {
  background-image: url("/_skins/base/images/img_cat_webapps.svg");
  background-size: 340px auto;
}
.kategoriePage .teaser.teaser_webshops::before {
  background-image: url("/_skins/base/images/img_webshops.svg");
  background-size: 315px auto;
}
.kategoriePage .teaser.teaser_webapps::before {
  background-image: url("/_skins/base/images/img_webapps.svg");
  background-size: 312px auto;
}
.kategoriePage .teaser.teaser_webspecials::before {
  background-image: url("/_skins/base/images/img_webspecials.svg");
  background-size: 310px auto;
}
.kategoriePage .mainFacts {
  width: 100%;
  max-width: 1155px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  margin-bottom: -220px;
}
.kategoriePage .mainFacts .mainFact {
  max-width: 370px;
  height: 261px;
  width: 100%;
  margin: 0 0 22px 0;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px #0000001A;
  border-radius: 10px;
  padding: 20px 21px 10px 28px;
}
.kategoriePage .mainFacts .mainFact .icon {
  height: 75px;
  width: 100%;
  margin-bottom: 17px;
  display: flex;
  align-items: end;
}
.kategoriePage .mainFacts .mainFact h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 13px 0;
}
.kategoriePage .mainFacts .mainFact .text {
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
}
.contentBlocks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contentBlocks .contentBlock {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 13vw;
  margin: 0 0 140px 0;
}
.contentBlocks .contentBlock .img {
  max-width: 860px;
}
.contentBlocks .contentBlock .img img {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.contentBlocks .contentBlock .details {
  padding-left: 85px;
  width: 100%;
  max-width: calc(100% - 860px);
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.35px;
  color: #3e3e3e;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.contentBlocks .contentBlock .details h3 {
  font-size: 42px;
  line-height: 45px;
  margin: 20px 0 30px 0;
}
.contentBlocks .contentBlock.contentBlock_odd {
  padding-left: 13vw;
  padding-right: 0vw;
  flex-direction: row-reverse;
}
.contentBlocks .contentBlock.contentBlock_odd .details {
  padding-left: 0;
  padding-right: 85px;
}
.contentBlocks .contentBlock.contentBlock_odd .img img {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.aboutPage {
  width: 100%;
}
.aboutPage .header {
  min-height: 600px;
  padding-top: 160px;
  background: transparent linear-gradient(90deg, #ffffff 0%, #f2f4f3 100%) 0% 0% no-repeat padding-box;
}
.aboutPage .header h2 {
  letter-spacing: 0px;
  font-size: 65px;
  font-weight: 600;
  line-height: 80px;
  color: #3e3e3e;
  max-width: 940px;
}
.aboutPage .header h2 strong {
  font-weight: 600;
  color: #2ba9dc;
}
.aboutPage .header .haederimage {
  width: 100%;
  position: relative;
}
.aboutPage .header .haederimage img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutPage .header .haederimage .factElement {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.aboutPage .header .haederimage .headertitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 200px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 80 );
}
.aboutPage .header .haederimage .headertitle h1 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-size: 180px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 205px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 80 );
  color: #FFF;
  color: rgba(255, 255, 255, 0.6);
  filter: blur(4px);
}
.aboutPage .header .haederimage .headertitle span.double {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-size: 180px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 205px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  height: 200px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 80 );
}
.aboutPage .header .haederimage .honors {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #DFDFDF;
  border-radius: 27px;
  padding: 25px 10px 25px 10px;
  margin-bottom: 0;
  transform: translateY(75px);
}
.aboutPage .header .description {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 50px 0 50px 0;
  color: #3e3e3e;
  font-weight: 300;
  letter-spacing: 0.36px;
  font-size: 18px;
  line-height: 30px;
}
.aboutPage .innerBlock {
  max-width: 1440px;
  padding: 140px 20px 30px 20px;
  margin: 0 auto;
  position: relative;
}
.aboutPage .block_about::before {
  background-image: url("/_skins/base/images/img_cat_about.svg");
  background-size: 430px auto;
  background-position: right center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  right: 30px;
  bottom: 60px;
  width: 100%;
  max-width: 455px;
  display: block;
  height: 470px;
  z-index: 2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
.aboutPage .mainFacts {
  width: 100%;
  max-width: 1155px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  margin-bottom: -220px;
}
.aboutPage .mainFacts .mainFact {
  max-width: 370px;
  height: 261px;
  width: 100%;
  margin: 0 0 22px 0;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px #0000001A;
  border-radius: 10px;
  padding: 20px 21px 10px 28px;
}
.aboutPage .mainFacts .mainFact .icon {
  height: 75px;
  width: 100%;
  margin-bottom: 17px;
  display: flex;
  align-items: end;
}
.aboutPage .mainFacts .mainFact h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 13px 0;
}
.aboutPage .mainFacts .mainFact .text {
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
}
.aboutBlocks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.aboutBlocks .aboutBlock {
  width: 100%;
  margin: 0 0 140px 0;
}
.aboutBlocks .aboutBlock .aboutBlockInner {
  display: flex;
  flex-wrap: wrap;
  padding-left: 13vw;
  padding-right: 0vw;
  flex-direction: row-reverse;
}
.aboutBlocks .aboutBlock .img {
  max-width: 860px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
}
.aboutBlocks .aboutBlock .img img {
  width: 100%;
  height: auto;
  display: flex;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.aboutBlocks .aboutBlock .details {
  padding-right: 85px;
  width: 100%;
  max-width: calc(100% - 860px);
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.35px;
  color: #3e3e3e;
}
.aboutBlocks .aboutBlock .details h3 {
  font-size: 42px;
  line-height: 45px;
  margin: 20px 0 10px 0;
}
.aboutBlocks .aboutBlock .details .position {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.35px;
}
.aboutBlocks .aboutBlock .details .kontakt {
  display: flex;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.35px;
  height: 30px;
  margin: 40px 0 0 0;
}
.aboutBlocks .aboutBlock .details .kontakt div {
  display: flex;
}
.aboutBlocks .aboutBlock .details .kontakt div span.caption {
  background: linear-gradient(180deg, #e02a86 0%, #f73670 51%, #ff4067 100%);
  color: #FFF;
  padding: 0 9px;
  text-align: center;
  border-radius: 6px;
  margin-right: 9px;
  height: 30px;
  display: flex;
  font-weight: 600;
}
.aboutBlocks .aboutBlock .details .kontakt div.tel {
  margin-right: 28px;
}
.aboutBlocks .aboutBlock .details .kontakt a {
  color: #232323;
  height: 30px;
  text-decoration: none;
}
.aboutBlocks .aboutBlock.aboutBlock_even .aboutBlockInner {
  padding-left: 0vw;
  padding-right: 0vw;
  padding-right: 13vw;
  flex-direction: row;
}
.aboutBlocks .aboutBlock.aboutBlock_even .details {
  padding-left: 85px;
  padding-right: 0px;
}
.aboutBlocks .aboutBlock.aboutBlock_even .img img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.aboutBlocks .aboutBlock.aboutBlock_last {
  margin-bottom: 20px;
}
.aboutBlocks .aboutBlock .haederimage {
  width: 100%;
  position: relative;
  margin-top: 180px;
}
.aboutBlocks .aboutBlock .haederimage img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutBlocks .aboutBlock .haederimage .factElement {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.aboutBlocks .aboutBlock .haederimage .headertitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 200px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 80 );
}
.aboutBlocks .aboutBlock .haederimage .headertitle h2 {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 125px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 205px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 80 );
  color: #FFF;
  color: rgba(255, 255, 255, 0.6);
  filter: blur(4px);
}
.aboutBlocks .aboutBlock .haederimage .headertitle span.double {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 125px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 205px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  height: 200px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 80 );
}
.aboutBlocks .aboutBlock .haederimage .honors {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #DFDFDF;
  border-radius: 27px;
  padding: 25px 10px 25px 10px;
  margin-bottom: 0;
  transform: translateY(75px);
}
div.ccm_form {
  /* Form - Global*/
  /*div.fieldOption.field*/
  /*div.field.Datenschutz*/
}
div.ccm_form .fieldContainer {
  width: 100%;
  float: left;
  min-height: 40px;
}
div.ccm_form div.field {
  min-height: 20px;
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 100%;
}
div.ccm_form div.fieldOption {
  min-height: 20px;
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
}
div.ccm_form div.field.shortField {
  margin-right: 20px;
  max-width: calc(50% - 10px);
}
div.ccm_form div.shortField.shortFieldRight {
  margin-right: 0px;
}
div.ccm_form div.field label {
  display: inline-block;
  float: left;
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: 5px;
  padding: 0 0px;
  color: #2ba9dc;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  visibility: hidden;
  transition: all 0.4s ease 0.2s;
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
}
div.ccm_form div.field label span {
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0.5px;
}
div.ccm_form div.Betreff.field {
  margin-bottom: 20px;
}
div.ccm_form div.Betreff.field label {
  font-size: 18px;
  position: relative;
  left: auto;
  top: auto;
  color: #919090;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  visibility: visible;
  transition: all 0.4s ease 0.2s;
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
}
div.ccm_form div.field.Datenschutz label {
  font-size: 18px;
}
div.ccm_form .spacer {
  width: 100%;
  height: 60px;
  display: block;
}
div.ccm_form .spacer.spacerTitle {
  height: 90px;
  padding-top: 70px;
  text-transform: uppercase;
  font-weight: 300;
}
div.ccm_form .spacer.spacerSmall {
  height: 30px;
}
div.ccm_form div.field.fieldSelects {
  padding-top: 15px;
  padding-bottom: 20px;
}
div.ccm_form div.field.fieldSelects .inputfield {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
div.ccm_form div.field.fieldSelects .inputfield span {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: calc(100% - 210px);
}
div.ccm_form div.field.fieldSelects .inputfield span span {
  display: block;
  width: 100%;
  margin-right: 5px;
  max-width: calc(100% * (1/3) - 4px);
}
div.ccm_form div.field.fieldSelects .inputfield span span:nth-child(3) {
  margin-right: 0px;
}
div.ccm_form div.field.fieldSelects .inputfield span select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
  margin-right: 1px;
  height: 37px;
  background-color: #181d24;
  color: #67696d;
  font-family: 'Outfit';
  font-weight: 300;
  border: 1px solid #424242;
}
div.ccm_form div.field.fieldSelects label {
  position: relative;
  opacity: 1;
  visibility: visible;
  font-size: 19px;
  font-weight: 300;
  color: #67696d;
  text-transform: uppercase;
  max-width: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
div.ccm_form div.field input,
div.ccm_form div.field textarea {
  float: left;
  font-family: 'Outfit';
  font-style: normal;
  border: none;
  padding: 35px 15px 5px 15px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0px 0px 0px;
  width: 100%;
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 300;
  color: #3e3e3e;
  background-color: #fff;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.field.Password input,
div.ccm_form div.field.PasswordRepeat input {
  font-size: 17px;
}
div.ccm_form div.field input::placeholder {
  color: #b9b9b9;
}
div.ccm_form .field .inputfield::before {
  height: 1px;
  content: '';
  float: left;
  max-width: 100%;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background: #E8E8E8;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div.ccm_form .field .inputfield::after {
  height: 1px;
  content: '';
  float: left;
  max-width: 0%;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background: #2ba9dc;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div.ccm_form .Nachricht.field .inputfield::before,
div.ccm_form .Nachricht.field .inputfield::after,
div.ccm_form .Code.field .inputfield::before,
div.ccm_form .Code.field .inputfield::after {
  display: none;
}
div.ccm_form .field .inputfield.notEmptyInput::after {
  max-width: 100%;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div.ccm_form div label {
  width: 100%;
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
}
div.ccm_form div label span.required {
  display: inline;
}
div.ccm_form div label span.missing {
  color: #dc2432;
}
div.ccm_form div.field textarea {
  text-align: left;
}
div.ccm_form div.field .notEmptyInput textarea {
  color: #3e3e3e;
  font-size: 17px;
  text-transform: none;
}
div.ccm_form div.field textarea:focus {
  min-height: 150px;
  outline: none;
  border-bottom: 1px solid #2ba9dc;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.Datenschutz.fieldOption label {
  width: 180px;
  margin: 0px 0px 0px 0px;
  padding-left: 10px;
  display: block;
  float: left;
  height: 40px;
  text-align: left;
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
}
div.ccm_form div.field span.notEmptyInput {
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.field span.notEmptyInput span input {
  color: #3e3e3e;
  outline: none;
  text-transform: none;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.field span.notEmptyInput span input:focus {
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.field span.notEmptyInput label {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  visibility: visible;
  transition: all 0.4s ease 0.2s;
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
}
div.ccm_form div.field span.notEmptyInput {
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.field span.notEmptyInput span input:focus {
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.Datenschutz.fieldOption {
  margin-top: 10px;
}
div.ccm_form div.Datenschutz.fieldOption .txt {
  font-size: 13px;
  text-align: justify;
  width: 100%;
  display: block;
  float: left;
  margin: 0px;
  line-height: 18px;
  padding-left: 48px;
  pointer-events: none;
  margin-top: -5px;
  letter-spacing: -0.5px;
}
div.ccm_form div.Datenschutz.fieldOption .txt a {
  outline: none;
  color: #fff;
  box-shadow: inset 0 -0.4em 0 0 #e02a86;
  text-decoration: none;
  pointer-events: auto;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form div.Datenschutz.fieldOption .txt a:hover {
  background-color: #e02a86;
  color: #2c2c2c;
}
div.ccm_form .ErrorReportGen {
  background-image: url("/_skins/base/images/icon_error.svg");
  background-repeat: no-repeat;
  background-position: 6px 4px;
  background-size: 13px auto;
  background-color: #FF4E5E;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  bottom: -19px;
  height: 22px;
  line-height: 24px;
  letter-spacing: 0.3px;
  padding: 0px 7px 0px 26px;
  z-index: 2;
  min-width: 130px;
}
div.ccm_form .ErrorReportGen::after {
  content: '';
  position: absolute;
  left: 5px;
  top: -10px;
  width: 0px;
  height: 0px;
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #FF4E5E transparent;
}
div.ccm_form .field .inputfield.notEmptyInput .ErrorReportGen {
  visibility: hidden;
}
div.ccm_form input#Datenschutz {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  float: left;
  background-color: transparent;
  border: none;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-weight: 300;
  border: 1px solid #e02a86;
  border-radius: 100%;
  margin-left: 0;
  color: #bdbdbd;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form input#Datenschutz:hover {
  cursor: pointer;
}
div.ccm_form input#Datenschutz:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  width: 100%;
  height: 100%;
  background-image: url("/_skins/base/images/ico_ok.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0px auto;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form input#Datenschutz:hover:after {
  background-image: url("/_skins/base/images/ico_ok.svg");
  background-position: center center;
  background-size: 25px auto;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 20 );
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form input#Datenschutz:checked:after {
  background-image: url("/_skins/base/images/ico_ok.svg");
  background-position: center center;
  background-size: 25px auto;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form input#Datenschutz:checked:after:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  border: 1px solid red;
}
div.ccm_form input#Datenschutz:checked:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
div.ccm_form .field textarea {
  width: 100%;
  height: 150px;
  border: none;
  padding: 5px;
  resize: none;
  line-height: 28px;
  font-weight: 300;
  font-size: 17px;
  color: #3e3e3e;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
div.ccm_form div select {
  padding: 3px;
  margin: 0;
  border: none;
  outline: none;
  display: inline-block;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  background-color: #f5f5f5;
  color: #363636;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-bottom: 1px solid #c8c8c8;
}
div.ccm_form .fieldSelect .inputfield span {
  position: relative;
}
div.ccm_form .fieldSelect .inputfield span:after {
  content: '>';
  font-size: 22px;
  color: #747787;
  font-weight: 400;
  letter-spacing: -2px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 40px;
  top: -3px;
  width: 27px;
  height: 27px;
  line-height: 35px;
  padding: 0px;
  position: absolute;
  pointer-events: none;
  border-top: 1px solid #dcdbdb;
  text-align: center;
}
div.ccm_form .fieldSelect .inputfield span:after:hover {
  color: #1f2745;
}
div.ccm_form .fieldSelect .inputfield:hover span:after {
  color: #1f2745;
}
div.ccm_form .field.fieldOption span:after {
  display: none;
}
div.ccm_form div.fieldOption.field input {
  width: 30px;
  border: none;
  height: 30px;
}
div.ccm_form div.fieldOption.field span label {
  font-weight: 500;
}
div.ccm_form div.fieldOption.field span {
  clear: both;
}
div.ccm_form div.field.Datenschutz,
div.ccm_form div.field.Rueckrufwunsch,
div.ccm_form div.field.Interesse_Video {
  min-height: 90px;
  max-width: 800px;
  /*input*/
}
div.ccm_form div.field.Datenschutz .inputfield label,
div.ccm_form div.field.Rueckrufwunsch .inputfield label,
div.ccm_form div.field.Interesse_Video .inputfield label {
  margin-left: 40px;
  width: calc(100% - 35px);
}
div.ccm_form div.field.Datenschutz .inputfield::after,
div.ccm_form div.field.Rueckrufwunsch .inputfield::after,
div.ccm_form div.field.Interesse_Video .inputfield::after,
div.ccm_form div.field.Datenschutz .inputfield::before,
div.ccm_form div.field.Rueckrufwunsch .inputfield::before,
div.ccm_form div.field.Interesse_Video .inputfield::before {
  display: none;
}
div.ccm_form div.field.Datenschutz .checkbox,
div.ccm_form div.field.Rueckrufwunsch .checkbox,
div.ccm_form div.field.Interesse_Video .checkbox {
  height: 40px;
  width: 40px;
  float: left;
}
div.ccm_form div.field.Datenschutz input,
div.ccm_form div.field.Rueckrufwunsch input,
div.ccm_form div.field.Interesse_Video input {
  width: auto;
  height: auto;
  border: none;
}
div.ccm_form div.field.Datenschutz .txt,
div.ccm_form div.field.Rueckrufwunsch .txt,
div.ccm_form div.field.Interesse_Video .txt {
  font-size: 16px;
  width: 100%;
  display: block;
  line-height: 22px;
  margin-top: 20px;
  font-weight: 300;
}
div.ccm_form div.field.Datenschutz .txt a,
div.ccm_form div.field.Rueckrufwunsch .txt a,
div.ccm_form div.field.Interesse_Video .txt a {
  color: #2ba9dc;
}
div.ccm_form div.field.Rueckrufwunsch {
  min-height: 20px;
}
div.ccm_form div span.info {
  width: 430px;
  display: block;
  float: left;
  color: #9C9C9C;
  clear: left;
  margin-left: 136px;
  font-style: italic;
}
div.ccm_form div span.errorMessage {
  clear: left;
  color: #E51937;
  margin-left: 136px;
}
div.ccm_form div span.error input,
div.ccm_form div.ccm_form div span.error textarea {
  border: 1px solid #E51937;
}
div.ccm_form .col1Contact {
  width: 100%;
  float: left;
  min-height: 100px;
  margin-right: 0px;
  margin-top: 10px;
}
div.ccm_form .col1Contact div.field {
  margin-bottom: 15px;
  padding: 0px;
  width: calc(100% - 0px);
  float: left;
  margin-right: 0px;
}
div.ccm_form .col1Contact div.field textarea {
  max-width: 100%;
}
div.ccm_form .col2Contact {
  float: left;
  margin-top: 30px;
  width: 100%;
  padding-right: 0px;
}
div.ccm_form .col2Contact div.field {
  margin-bottom: 15px;
  padding: 0px;
  width: calc(100% - 0px);
  float: left;
  margin-right: 0px;
}
div.ccm_form .col2Contact div.field textarea {
  max-width: 100%;
}
div.ccm_form .requiredFields {
  font-size: 11px;
  color: #24a690;
  float: left;
  margin: 30px 50px 20px 0px;
}
div.ccm_form .formButton {
  float: left;
}
div.ccm_form div.field.Email .inputfield.notEmptyInput .ErrorReportGen {
  visibility: visible;
}
div.ccm_form div.field.Email.hideMessage span.notEmptyInput .ErrorReportGen,
div.ccm_form div.field.imageCodeField.hideMessage .ErrorReportGen,
div.ccm_form div.Interesse_Video.hideMessage .ErrorReportGen,
div.ccm_form div.Datenschutz.hideMessage .ErrorReportGen {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form div.ErrorReportGenCODE {
  color: #ff4e5e;
}
/* @end  */
.buttonForm {
  color: #FFF;
  text-align: center;
  width: 195px;
  height: 43px;
  float: left;
  line-height: 44px;
  text-decoration: none;
  font-weight: 300;
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin: 28px 0px 0px 0px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.buttonForm span span {
  font-weight: 700;
}
.startLayer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  display: block;
  height: auto;
}
.startBgd {
  width: 100%;
  display: block;
  height: auto;
}
.waves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  max-width: 100vw;
  top: 0;
  transform: translateY(0);
  will-change: transform;
  height: 36.46vw;
}
.waves g {
  fill: none;
  stroke-width: 0.5px;
  stroke: url("#gradient_svg");
}
.waves svg {
  position: absolute;
  left: -3vw;
  right: -3vw;
  bottom: -170px;
  transform: rotate(-5deg);
}
.tagCloudSmall {
  width: 100%;
  max-width: 925px;
  text-align: left;
  flex-wrap: wrap;
  display: flex;
  padding-top: 60px;
  margin: 0 auto;
  justify-content: center;
  /*.catBtn*/
}
.tagCloudSmall .catBtn {
  color: #696869;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 11px;
  margin-right: 6px;
  max-width: fit-content;
  text-decoration: none;
  font-weight: 500;
  display: block;
  border: 1px solid #e1e1e1;
  background-color: #f9f9f9;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.tagCloudSmall .catBtn span {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
  display: block;
}
.tagCloudSmall .catBtn:hover {
  background: linear-gradient(180deg, #e02a86 0%, #f73670 51%, #ff4067 100%);
  color: #FFF;
  border: 1px solid #FC3C6B;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.tagCloudSmall .catBtn_all {
  background-color: #98b9c3;
  color: #FFF;
  border: 1px solid #98b9c3;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.tagCloudSmall .catBtn.active {
  background: transparent linear-gradient(90deg, #2178b4 0%, #2ba9dc 51%, #6cbde0 100%) 0% 0% no-repeat padding-box;
  color: #FFF;
  border-color: #FFF;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.tagCloudSmall .catBtn_last {
  margin-right: 7px;
}
.referenceParts {
  width: 100%;
  float: left;
  min-height: 100px;
  margin-bottom: 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*.referenceBigInner*/
  /*.reference*/
}
.referenceParts .placeholder {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.referenceParts .layer_monitor {
  background-image: url('/_skins/base/images/layer_monitor.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.referenceParts .layer_monitor.layer_monitorVideo {
  background-image: url('/_skins/base/images/layer_monitorVideo.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.referenceParts #loadingVideo {
  bottom: 0%;
  max-height: 58%;
  display: block;
  position: absolute;
  top: 9.5%;
  width: 94%;
  z-index: 0;
  height: 100%;
  right: 0;
  left: 20px;
}
.referenceParts #loadingVideo.videoRef {
  top: 10.5%;
}
.referenceParts .layer_pc {
  background-image: url('/_skins/base/images/layer_pc.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.referenceParts .referenceBigInner,
.referenceParts .referenceSmallInner {
  width: 100%;
  height: 100%;
  display: block;
}
.referenceParts .referenceBigInner .inlay,
.referenceParts .referenceSmallInner .inlay {
  width: 100%;
  height: 100%;
  display: block;
}
.referenceParts .reference {
  max-width: 440px;
  height: auto;
  float: left;
  margin: 0px 0px 20px 0px;
  display: block;
  width: calc(100% * (1/3) - 20px);
  position: relative;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  /*.inlay .img_full*/
  /*span.link*/
}
.referenceParts .reference .inlay {
  display: block;
  position: relative;
  z-index: 2;
  height: 345px;
}
.referenceParts .reference .inlay .img_full {
  width: 100%;
  height: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.referenceParts .reference .inlay .img_full img {
  height: auto;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.referenceParts .reference span.img {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  display: block;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
}
.referenceParts .reference span.imgRetina {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  /*img_monitor*/
  /*img_monitor*/
}
.referenceParts .reference span.imgRetina .img_monitor {
  bottom: 0%;
  max-height: 58%;
  display: block;
  position: absolute;
  top: 12%;
  width: 100%;
  z-index: 0;
  height: 100%;
  right: 0;
  left: 25px;
  overflow: hidden;
  max-width: calc(100% - 50px);
}
.referenceParts .reference span.imgRetina .img_monitor img {
  height: auto;
  width: 100%;
  display: block;
}
.referenceParts .reference span.imgRetina .img_pc {
  max-height: 69%;
  display: block;
  position: absolute;
  bottom: 9.5%;
  width: 82%;
  z-index: 0;
  height: 100%;
  right: 0;
  left: 0;
  overflow: hidden;
  margin: 0px auto;
}
.referenceParts .reference span.imgRetina .img_pc img {
  height: auto;
  width: 100%;
  display: block;
}
.referenceParts .reference .imgRetinaMobile {
  width: 15vw;
  height: calc(15vw * 2);
  max-width: 135px;
  max-height: 279px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: 10px;
}
.referenceParts .reference .imgRetinaMobile.tabletActive {
  left: auto;
  right: 65%;
}
.referenceParts .reference .imgRetinaMobile .img_mobile {
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  top: 14px;
  max-height: 245px;
}
.referenceParts .reference .imgRetinaMobile::before {
  background-image: url('/_skins/base/images/layer_mobile.svg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  z-index: 3;
}
.referenceParts .reference .imgRetinaTablet {
  width: 40vw;
  height: calc(28vw);
  max-width: 440px;
  max-height: 315px;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: -40px;
  right: 1%;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceParts .reference .imgRetinaTablet .img_tablet {
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 410px;
  max-height: 285px;
  top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.referenceParts .reference .imgRetinaTablet::before {
  background-image: url('/_skins/base/images/layer_tablet.svg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  z-index: 3;
}
.referenceParts .reference .imgRetinaTablet::after {
  -webkit-box-shadow: -2px -1px 4px 0px rgba(70, 70, 70, 0.3);
  -moz-box-shadow: -2px -1px 4px 0px rgba(70, 70, 70, 0.3);
  box-shadow: -2px -1px 4px 0px rgba(70, 70, 70, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  z-index: 2;
  border-radius: 15px;
  display: none;
}
.referenceParts .reference span.link {
  display: block;
  top: 0%;
  left: 0%;
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: 66px;
  max-height: 66px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
  border-radius: 100%;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: auto;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  pointer-events: none;
}
.referenceParts .reference span.link span {
  background-image: url('/_skins/base/images/icon_plus.svg');
  background-repeat: no-repeat;
  background-position: 17px center;
  background-size: 30px auto;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 60px;
  letter-spacing: 1px;
  text-indent: 410px;
  white-space: nowrap;
  font-size: 14px;
}
.referenceParts .reference span.link span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 90 );
  background: transparent linear-gradient(180deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
}
.referenceParts .reference span.link span::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  background: transparent linear-gradient(180deg, #2178b4 10%, #2ba9dc 70%, #6cbde0 100%) 0% 0% no-repeat padding-box;
}
.referenceParts .reference span.category,
.referenceParts .reference span.title {
  background: rgba(81, 81, 81, 0.9) none repeat scroll 0 0;
  color: #FFFFFF;
  height: 27px;
  line-height: 27px;
  padding: 0px 20px 0px 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  position: absolute;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceParts .reference span.title {
  left: 0px;
  width: 100%;
  height: 35px;
  line-height: 40px;
  text-transform: none;
  font-weight: 400;
  background-color: transparent;
  text-align: right;
  display: block;
  top: 0px;
  padding-right: 10px;
  letter-spacing: 0px;
  color: #69696a;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.referenceParts .reference.referenceBigInner {
  max-width: 740px;
  width: calc(100% * (1/2) - 0px);
  padding-bottom: 40px;
}
.referenceParts .reference.referenceBigInner .inlay {
  height: 665px;
}
.referenceParts .reference.referenceBigInner .techLogo {
  left: auto;
  right: 0;
  -webkit-box-shadow: -2px -1px 4px 0px rgba(70, 70, 70, 0.2);
  -moz-box-shadow: -2px -1px 4px 0px rgba(70, 70, 70, 0.2);
  box-shadow: -2px -1px 4px 0px rgba(70, 70, 70, 0.2);
}
.referenceParts .reference.referenceBigInner span.title {
  left: 0px;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
  top: 25px;
  padding-right: 10px;
  font-size: 24px;
  padding-left: 45px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceParts .reference.referenceBigInner span.title .cat {
  font-size: 17px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceParts .reference.referenceBigInner span.link {
  max-width: 86px;
  max-height: 86px;
  z-index: 5;
  right: auto;
  top: auto;
  bottom: 5vw;
  left: -20px;
}
.referenceParts .reference.referenceBigInner span.link span {
  background-position: 23px center;
  background-size: 40px auto;
}
.referenceParts .reference span.category {
  right: 0px;
  bottom: 0px;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  display: none;
  font-family: 'Maven Pro', sans-serif;
  font-family: 'Catamaran', sans-serif;
}
.referenceParts .reference:hover {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceParts .reference:hover span.img {
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
}
.referenceParts .reference:hover span.link {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  max-width: 230px;
  max-height: 40px;
  border-radius: 7px;
  backdrop-filter: blur(3px);
}
.referenceParts .reference:hover span.link span {
  text-indent: 0;
  padding-left: 40px;
  background-position: 10px center;
  background-size: 20px auto;
}
.referenceParts .reference:hover span.link span::before {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 70 );
}
.referenceParts .reference:hover span.link span::before span {
  visibility: visible;
}
.referenceParts .reference:hover span.link span::after {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
}
.referenceParts .reference:hover span.category {
  right: -300px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceParts .reference:hover span.title {
  color: #fff;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceParts .reference:hover span.title .cat {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceParts .reference.referenceBigInner:hover span.link {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  max-width: 86px;
  max-height: 86px;
  border-radius: 100%;
  backdrop-filter: blur(3px);
}
.referenceParts .reference.referenceBigInner:hover span.link span {
  background-position: 23px center;
  background-size: 40px auto;
  text-indent: 500px;
  padding-left: 0px;
}
.referenceParts .refInfo {
  width: 50%;
  padding-top: 80px;
}
.referenceParts .refInfo .customerLogo {
  max-width: 400px;
  max-height: 50px;
  width: auto;
  height: 100%;
  display: block;
  margin-bottom: 40px;
}
.referenceParts .refInfo .description {
  padding-right: 80px;
  line-height: 25px;
  max-width: 620px;
  letter-spacing: 0.35px;
  color: #3e3e3e;
}
.referenceParts .refInfo .description h2 {
  text-align: left;
}
.referenceParts .refInfo .customerData {
  margin-top: 30px;
  width: 100%;
  color: #3e3e3e;
}
.referenceParts .refInfo .customerData strong {
  margin-right: 5px;
}
/*#refStart, .referenceParts, .references*/
.referenceList {
  max-width: 1150px;
  width: 100%;
  padding: 0px 20px 0 20px;
  margin: 110px auto 0 auto;
  /*.reference*/
}
.referenceList .grid-item,
.referenceList .grid-sizer {
  width: calc(50% - 15px);
}
.referenceList #loadingVideo {
  width: 100%;
  z-index: 0;
  height: auto;
  display: block;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000001A;
  border-radius: 10px;
}
.referenceList .reference {
  margin: 0px 0px 50px 0px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  width: calc(100% * (1/2) - 35px);
  max-width: 500px;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  /*.inlay .img_full*/
  /*span.link*/
}
.referenceList .reference.animated {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
.referenceList .reference .inlay {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.referenceList .reference .inlay .img_full {
  width: 100%;
  height: 100%;
  display: block;
}
.referenceList .reference .inlay .img_full img {
  height: auto;
  display: block;
  width: 100%;
}
.referenceList .reference span.img {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  display: block;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
}
.referenceList .reference span.imgRetina {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  /*img_monitor*/
}
.referenceList .reference span.imgRetina .img_monitor {
  display: block;
  width: 100%;
  z-index: 0;
  height: 100%;
}
.referenceList .reference span.imgRetina .img_monitor img {
  height: auto;
  width: 100%;
  display: block;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000001A;
  border-radius: 10px;
}
.referenceList .reference div.infos {
  padding: 8px 5px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.referenceList .reference div.infos .tag {
  color: #696869;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 11px;
  margin-bottom: 6px;
  margin-right: 6px;
  max-width: fit-content;
  text-decoration: none;
  font-weight: 500;
  display: block;
  border: 1px solid #e1e1e1;
  letter-spacing: 0.5px;
}
.referenceList .reference a.link {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  text-transform: uppercase;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  max-width: 60px;
  max-height: 60px;
  z-index: 5;
  top: auto;
  text-decoration: none;
  bottom: -15px;
  right: -15px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceList .reference a.link span {
  background-image: url('/_skins/base/images/icon_plus.svg');
  background-repeat: no-repeat;
  background-position: 11px center;
  background-size: 40px auto;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  text-indent: 410px;
  white-space: nowrap;
  font-size: 14px;
}
.referenceList .reference a.link span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 90 );
  background: transparent linear-gradient(180deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceList .reference a.link span::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  background: transparent linear-gradient(180deg, #2178b4 10%, #2ba9dc 70%, #6cbde0 100%) 0% 0% no-repeat padding-box;
}
.referenceList .reference a.link:hover span::after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
}
.referenceList .reference a.link span::before {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 90 );
}
.referenceList .reference a.link:hover {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  max-width: 60px;
  max-height: 60px;
  border-radius: 100%;
  backdrop-filter: blur(3px);
}
.referenceList .reference a.link:hover span {
  text-indent: 500px;
  padding-left: 0px;
}
.referenceList .reference span.category,
.referenceList .reference span.title {
  background: rgba(81, 81, 81, 0.9) none repeat scroll 0 0;
  color: #FFFFFF;
  height: 27px;
  line-height: 27px;
  padding: 0px 20px 0px 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  position: absolute;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceList .reference:hover {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceList .reference:hover span.img {
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
}
.referenceList .reference:hover span.category {
  right: -300px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceList .reference:hover span.title {
  color: #fff;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceList .reference:hover span.title .cat {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.referenceList .refInfo {
  width: 50%;
  padding-top: 80px;
}
.referenceList .refInfo .customerLogo {
  max-width: 400px;
  max-height: 50px;
  width: auto;
  height: 100%;
  display: block;
  margin-bottom: 40px;
}
.referenceList .refInfo .description {
  padding-right: 80px;
  line-height: 25px;
  max-width: 620px;
  letter-spacing: 0.35px;
  color: #3e3e3e;
}
.referenceList .refInfo .customerData {
  margin-top: 30px;
  width: 100%;
  color: #3e3e3e;
}
.referenceList .refInfo .customerData strong {
  margin-right: 5px;
}
/*#refStart, .referenceParts, .references*/
.customerLogos {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 20px 0px;
  max-width: 1440px;
  padding: 0 20px;
}
.customerLogos .customerLogo {
  width: 100%;
  border-radius: 10px;
  max-height: 50px;
  height: 100%;
  max-width: fit-content;
  position: relative;
}
.customerLogos .customerLogo a {
  width: 100%;
  height: 100%;
  display: block;
}
.customerLogos .customerLogo img {
  width: auto;
  max-width: 240px;
  height: 50px;
  display: block;
}
.customerLogos .customerLogo:hover {
  cursor: pointer;
}
.customerLogos .customerLogo.noLink:hover {
  cursor: default;
  pointer-events: none;
}
.customerLogos .customerLogo.noLink:hover a {
  cursor: default;
  pointer-events: none;
}
.customerOpinions {
  display: flex;
  justify-content: space-around;
  margin: 0px 0px 70px 0px;
}
.customerOpinions .customerOpinion {
  width: 100%;
  max-width: 445px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000001A;
  border-radius: 10px;
  padding: 15px 10px 0px 10px;
  max-height: 350px;
  position: relative;
}
.customerOpinions .customerOpinion .customerOpinionInner {
  transform: translateY(-40px);
}
.customerOpinions .customerOpinion .name {
  text-align: center;
  letter-spacing: 0.60px;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 10px;
}
.customerOpinions .customerOpinion .txt {
  padding: 10px 0% 10px 0%;
  font-size: 16px;
  font-weight: 400;
  min-height: 40px;
  line-height: 25px;
  text-align: center;
  color: #3e3e3e;
}
.customerOpinions .customerOpinion .img {
  display: flex;
  justify-content: center;
  min-width: 100px;
  min-height: 100px;
  max-width: 157px;
  max-height: 157px;
  margin: 0px auto 0 auto;
}
.customerOpinions .customerOpinion .img img {
  border-radius: 999px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(10px 0px 10px rgba(12, 50, 86, 0.1));
  width: 100%;
  height: auto;
}
.customerOpinions .customerOpinion .kunde {
  max-width: 90%;
  margin: 10px auto 0 auto;
  border-top: 1px solid #DCDCDC;
  height: 50px;
  display: flex;
  font-weight: 600;
  letter-spacing: 0.35px;
  justify-content: center;
  align-items: center;
  color: #232323;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.customerOpinions .customerOpinion .kunde:hover {
  color: #2ba9dc;
}
.customerOpinions .customerOpinion::before {
  background-image: url("/_skins/base/images/icon_paragraph.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  right: 15px;
  top: -10px;
  width: 45px;
  display: block;
  height: 40px;
  z-index: 2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.processSteps {
  display: flex;
  width: 100vw;
  overflow-x: auto;
  scrollbar-width: none;
  position: relative;
}
.processSteps .processStepsInner {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
  padding-top: 30px;
  padding-bottom: 50px;
}
.processSteps .step {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #0000001A;
  border-radius: 10px;
  width: 100%;
  min-width: 370px;
  max-width: 370px;
  height: 260px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  padding: 80px 25px 10px 25px;
}
.processSteps .step.dummyStep {
  background: transparent;
  box-shadow: unset;
}
.processSteps .step.dummyStepLast {
  min-width: 70px;
  max-width: 70px;
}
.processSteps .step .number {
  background: transparent linear-gradient(90deg, #2178b4 0%, #2ba9dc 51%, #6cbde0 100%) 0% 0% no-repeat padding-box;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  display: flex;
  left: -10px;
  position: absolute;
  top: -10px;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  font-weight: 600;
  color: #FFF;
  padding-top: 5px;
  padding-left: 5px;
}
.processSteps .step .title {
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.35px;
  color: #3e3e3e;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 10px;
}
.processSteps .step .text {
  width: 100%;
  color: #3e3e3e;
  font-size: 16px;
}
.processSteps .step.stepHistory .number {
  font-size: 19px;
  text-align: center;
  padding-left: 6px;
}
.processSteps::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari: versteckt den nativen Scrollbalken */
}
/* Die Custom Scroll-Leiste */
.custom-scrollbar {
  position: absolute;
  bottom: 0px;
  left: 390px;
  width: calc(100% - 390px);
  height: 5px;
  background: #E2E2E2;
  border-radius: 3px;
  overflow: hidden;
}
.custom-scroll-thumb {
  height: 100%;
  width: 10%;
  background: #2ba9dc;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.processStepsContainer {
  position: relative;
}
.processStepsContainer h2 {
  padding-left: 390px;
  margin-bottom: 10px;
}
#main-processSlide {
  display: flex;
}
.grid-item,
.grid-sizer {
  width: calc(25% - 15px);
}
.leistungsportfolio {
  max-width: 1195px;
  width: 100%;
  padding: 0px 20px 0 20px;
  margin: 0 auto;
}
.leistungsportfolio .leistung {
  max-width: 275px;
  width: calc(100% * (1/4) - 20px);
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000001A;
  border-radius: 10px;
  margin-bottom: 18px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.leistungsportfolio .leistung .leistungInner {
  height: 100%;
  position: relative;
}
.leistungsportfolio .leistung .leistungInner h2 {
  letter-spacing: 0.35px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #3e3e3e;
  width: 100%;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.leistungsportfolio .leistung .leistungInner .details {
  height: 100%;
}
.leistungsportfolio .leistung .layer {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #e3e3e3;
}
.leistungsportfolio .leistung .link {
  position: absolute;
  right: 6px;
  bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.35px;
  color: #3e3e3e;
  z-index: 9;
}
.leistungsportfolio .leistung .close {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
.leistungsportfolio .leistung .close span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.leistungsportfolio .leistung .close span::before,
.leistungsportfolio .leistung .close span::after {
  background-color: #FFF;
  position: absolute;
  width: 15px;
  height: 3px;
  content: '';
  top: 11px;
  left: 5px;
  display: block;
}
.leistungsportfolio .leistung .close span::before {
  transform: rotate(45deg);
}
.leistungsportfolio .leistung .close span::after {
  transform: rotate(-45deg);
}
.leistungsportfolio .leistung:hover {
  cursor: pointer;
  box-shadow: 0px 0px 40px #0000001A;
}
.leistungsportfolio .leistung.noContent:hover {
  cursor: default;
  box-shadow: 0px 0px 20px #0000001A;
}
.leistungsportfolio .leistung.noLink.opened:hover {
  box-shadow: 0px 0px 20px #0000001A;
}
.leistungsportfolio .leistung.closed .img,
.leistungsportfolio .leistung.closed .kurztext {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.leistungsportfolio .leistung.opened .close {
  display: none !important;
}
.leistungsportfolio .leistung.opened,
.leistungsportfolio .leistung.show {
  height: 335px;
}
.leistungsportfolio .leistung.opened .close,
.leistungsportfolio .leistung.show .close {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
.leistungsportfolio .leistung.opened .img,
.leistungsportfolio .leistung.show .img,
.leistungsportfolio .leistung.opened .kurztext,
.leistungsportfolio .leistung.show .kurztext {
  max-height: 400px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.leistungsportfolio .leistung.opened .leistungInner,
.leistungsportfolio .leistung.show .leistungInner {
  height: 100%;
}
.leistungsportfolio .leistung.opened .leistungInner .details,
.leistungsportfolio .leistung.show .leistungInner .details {
  padding: 7px 10px 5px 15px;
}
.leistungsportfolio .leistung.opened .leistungInner .details h2,
.leistungsportfolio .leistung.show .leistungInner .details h2 {
  height: auto;
  display: flex;
  text-align: left;
  justify-content: left;
  margin: 2px 0 8px 0;
  padding: 0;
}
.leistungsportfolio .leistung.opened .leistungInner .details .kurztext,
.leistungsportfolio .leistung.show .leistungInner .details .kurztext {
  font-size: 15px;
  color: #3e3e3e;
}
.leistungsportfolio .leistung.opened .img img,
.leistungsportfolio .leistung.show .img img {
  width: 100%;
  height: auto;
  display: block;
}
.leistungsportfolio .leistung.opened:hover,
.leistungsportfolio .leistung.show:hover {
  cursor: default;
}
.leistungsportfolio .leistung.opened .link:hover,
.leistungsportfolio .leistung.show .link:hover,
.leistungsportfolio .leistung.opened .close:hover,
.leistungsportfolio .leistung.show .close:hover {
  cursor: pointer;
}
.leistungsportfolio .leistung.opened .link:hover,
.leistungsportfolio .leistung.show .link:hover {
  color: #2ba9dc;
}
.leistungVOContent .header {
  width: 100%;
  background-color: #FFF;
  z-index: 999;
  position: sticky;
  top: 0;
  padding: 30px 15px 10px 15px;
  max-width: 800px;
  min-height: 115px;
  margin: 0 auto 30px auto;
  background-color: rgba(249, 249, 249, 0.8);
  backdrop-filter: blur(40px);
}
.leistungVOContent .header h1 {
  margin-top: 0px;
  margin-bottom: 6px;
  line-height: 46px;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #232323;
  max-width: fit-content;
  width: auto;
  position: relative;
}
.leistungVOContent .header h1 span {
  position: relative;
  z-index: 2;
}
.leistungVOContent .header h1::after {
  content: '';
  position: absolute;
  left: -5px;
  right: 0;
  width: 102%;
  bottom: -11px;
  height: 15px;
  z-index: 0;
  background: transparent linear-gradient(90deg, #e02a86 0%, #f73670 51%, #ff4067 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #2178b4 0%, #2ba9dc 51%, #6cbde0 100%) 0% 0% no-repeat padding-box;
}
.leistungVOContent .header::after {
  z-index: 999;
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  margin: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(249, 249, 249, 0.3);
  backdrop-filter: blur(40px);
}
.leistungVOContent .einleitung {
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  background-color: #f0f0f0;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
}
.leistungVOContent .img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0 40px 0px;
}
.leistungVOContent .img img {
  width: 100%;
  height: auto;
  display: block;
}
.leistungVOContent h2 {
  line-height: 30px;
  font-size: 26px;
  color: #232323;
}
.leistungVOContent h3 {
  color: #232323;
}
.leistungVOContent .faqSection {
  margin: 40px 0 30px 0;
}
.leistungVOContent .faq {
  padding: 20px 25px 15px 25px;
  margin: 0 0 30px 0;
}
.leistungVOContent .faq .frage {
  min-height: 30px;
}
.leistungVOContent .faq .antwort {
  max-height: 1400px;
  font-weight: 300;
}
.leistungVOContent .faq .antwort p {
  padding-bottom: 0;
}
.leistungVOContent .faq .opener {
  display: none !important;
}
.leistungVOContent .faq:hover .frage {
  color: #3e3e3e;
}
.leistungVOContent .faq:hover .icon span {
  background-color: #3e3e3e;
}
.leistungVOContent .content {
  padding-top: 45px;
  padding-bottom: 100px;
}
.leistungVOContent .content .text {
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  max-width: 800px;
  padding-left: 140px;
  padding-right: 40px;
  margin: 0 auto;
}
.leistungVOContent .moreInfoTeaser .text {
  padding: 0;
}
.leistungVOContent .moreInfoTeaser .text strong {
  font-weight: 600;
}
.leistungVOContent .moreInfoTeaser .text strong.blue {
  color: #2ba9dc;
}
.leistungVOContent .moreInfoTeaser .text strong.wide {
  width: 100%;
  display: block;
}
.leistungVOContent .moreInfoTeaser .contactTeaser .contactTeaserInner {
  padding: 30px 20px 20px 20px;
  max-width: 740px;
  margin: 0 auto 0;
}
.techstackKeysList {
  max-width: 1195px;
  width: 100%;
  padding: 0px 20px 0 20px;
  margin: 0 auto;
}
.techstackKeysList .grid-item,
.techstackKeysList .grid-sizer {
  width: calc(100% * (1/5) - 18px);
}
.techstackKeysList .techstack {
  max-width: 275px;
  height: 165px;
  width: calc(100% * (1/5) - 18px);
  overflow: hidden;
  position: relative;
  padding: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000001A;
  border-radius: 10px;
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 18px;
}
.techstackKeysList .techstack .techstackInner {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.techstackKeysList .techstack .techstackInner .img_logo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.techstackKeysList .techstack .techstackInner .img_logo img {
  width: 100%;
  height: auto;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.techstackKeysList .techstack.techstack_last {
  border-right: none;
}
.techstackKeysList .techstack:hover {
  cursor: pointer;
}
.techstackKeysList .techstack:hover .techstackInner .img_logo img {
  filter: grayscale(0%) brightness(100%);
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.techstackKeysList .techstack:hover .link svg path {
  fill: #fff;
}
.techstackKeysList .techstack:hover .link svg g#circle {
  fill: #2ba9dc;
  stroke: #2ba9dc;
}
.techstackKeysList .techstack.noText:hover {
  cursor: default;
}
.techstackKeysList .link {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.techstackKeysList .link svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.techstackKeys {
  display: flex;
  max-width: 940px;
  width: 100%;
  padding: 0px 20px 0 20px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.techstackKeys .techstack {
  max-width: 275px;
  height: 165px;
  width: calc(100% * (1/5) - 0px);
  overflow: hidden;
  position: relative;
  padding: 10px;
  border-right: 1px solid #e2e2e2;
}
.techstackKeys .techstack .techstackInner {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.techstackKeys .techstack .techstackInner .img_logo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.techstackKeys .techstack .techstackInner .img_logo img {
  width: 100%;
  height: auto;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.techstackKeys .techstack.techstack_last {
  border-right: none;
}
.techstackKeys .techstack:hover {
  cursor: pointer;
}
.techstackKeys .techstack:hover .techstackInner .img_logo img {
  filter: grayscale(0%) brightness(100%);
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.techstackKeys .techstack:hover .link svg path {
  fill: #fff;
}
.techstackKeys .techstack:hover .link svg g#circle {
  fill: #2ba9dc;
  stroke: #2ba9dc;
}
.techstackKeys .techstack.noText:hover {
  cursor: default;
}
.techstackKeys .link {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.techstackKeys .link svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.techStackVoContent {
  display: flex;
  padding: 20px;
}
.techStackVoContent .img_logo {
  max-width: 150px;
  width: 100%;
  border-right: 1px solid #eee;
}
.techStackVoContent .img_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.techStackVoContent .details {
  padding-left: 20px;
  max-width: 550px;
  width: 100%;
}
.techStackVoContent .details h2 {
  font-size: 34px;
  line-height: 38px;
}
.close-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 9;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background-color: rgba(60, 60, 60, 0.8);
  backdrop-filter: blur(5px);
}
.close-btn span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.close-btn span::before,
.close-btn span::after {
  background-color: #ffffff;
  position: absolute;
  width: 25px;
  height: 4px;
  content: '';
  top: 14px;
  left: 1px;
  display: block;
}
.close-btn span::before {
  transform: rotate(45deg);
}
.close-btn span::after {
  transform: rotate(-45deg);
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  bottom: 0;
  padding: 20px 20px 0px 20px;
}
.overlay_content {
  height: 100%;
  max-width: 0px;
  width: 0;
  max-height: 90vh;
  overflow-y: scroll;
  position: absolute;
  bottom: 0;
  pointer-events: auto;
  box-shadow: 0px 0px 50px #0000001A;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 0;
}
.overlay_content .linkMore {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF;
}
.overlay.visible-overlay .overlay_content {
  animation: showOverlay 0.5s;
}
#overlay.wideinfo.visible-overlay .overlay_content {
  max-height: 90vh;
  max-width: 1900px;
  max-width: 1500px;
  width: 90%;
  background-color: #FFF;
}
#overlay.shortinfo.visible-overlay .overlay_content {
  max-height: 0;
  top: 0;
  margin: auto;
  border-radius: 15px;
  max-width: 700px;
  width: 90%;
  background-color: #FFF;
  max-height: 450px;
  height: fit-content;
  overflow-y: visible;
}
#overlay.shortinfo.visible-overlay .close-btn {
  position: absolute;
  top: -40px;
  right: -35px;
}
#overlay.shortinfo.visible-overlay .leistungVOContent .header {
  width: 100%;
  background-color: transparent;
  z-index: 999;
  position: relative;
  top: auto;
  padding: 0;
}
#overlay .loading {
  height: 100vh;
  background: linear-gradient(90deg, #f5f5f5 25%, #eaeaea 50%, #f5f5f5 75%);
  background-size: 200% 100%;
  padding: 0;
  animation: skeleton-loading 1.5s infinite linear;
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
#overlay_content_inner {
  transition: all 0.7s ease-out 0.1s;
  text-align: left;
  padding-top: 100px;
  margin: 0 auto;
  padding-top: 40px;
  border-radius: 20px;
  padding: 0px 0px 20px 0px;
}
#overlay_content_data {
  transition: all 0.7s ease-out 0.1s;
  text-align: left;
  margin: 0 auto;
  background: transparent linear-gradient(180deg, #f7f7f8 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
#overlay_content_inner.contentLoaded {
  animation: bgdOverlay 0.5s;
}
body.overlay-active::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(108, 108, 108, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.25s ease-in-out;
  z-index: 11;
  backdrop-filter: blur(4px);
  animation: bgdOverlay 0.5s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
body.overlay-active {
  pointer-events: none;
  position: relative;
}
body.overlay-active .BodyHolder {
  pointer-events: none;
  position: static !important;
}
body.overlay-active .BodyHolder #overlay {
  pointer-events: auto;
}
#overlayIframeLoading {
  position: fixed;
  background-image: url('/_skins/base/images/ico_loading.svg');
  background-size: 110px auto;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  bottom: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0.1s;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    /* Normale Größe */
    opacity: 1;
    /* Voll sichtbar */
  }
  50% {
    transform: scale(1.2);
    /* Etwas größer */
    opacity: 0.7;
    /* Leicht transparent */
  }
  100% {
    transform: scale(1);
    /* Zurück zur normalen Größe */
    opacity: 1;
    /* Voll sichtbar */
  }
}
@keyframes bgdOverlay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showOverlay {
  0% {
    transform: translateY(200vh);
  }
  50% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0vh);
  }
}
.TextItem .innerTextItem h2 {
  margin-bottom: 20px;
}
.TextItem .innerTextItem .Text {
  line-height: 26px;
}
.TextItem.TextItem_5 {
  text-align: center;
}
.TextItem.TextItem_5 h1 {
  margin-bottom: 10px;
}
.TextItem.TextItem_5 h4 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
}
.TextItem.TextItem_5 .innerTextItem {
  max-width: 900px;
  margin: 0 auto;
}
#googleMaps::before {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0vh;
  left: 0;
  width: 100svw;
  height: 20vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #f9f9fa);
  pointer-events: none;
}
.mapsContainer {
  width: 100%;
  min-height: 60vh;
  background-color: #f9f9fa;
  /*.googleMaps */
}
.mapsContainer #googleMaps {
  width: 100%;
  height: 60vh;
  display: block;
  overflow: hidden;
  position: relative;
}
.mapsContainer #googleMaps #main-googleMapsKontakt {
  width: 100%;
  height: 100%;
  display: block;
}
.mapsContainer .contactElements {
  margin-top: -40px;
  width: 100%;
}
.mapsContainer .contactFacts {
  width: 100%;
  max-width: 1155px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  transform: translateY(-25px);
  z-index: 3;
}
.mapsContainer .contactFacts .contactFact {
  max-width: 370px;
  height: 245px;
  width: 100%;
  margin: 0 0 22px 0;
  box-shadow: 0px 0px 25px #0000001A;
  border-radius: 10px;
  padding: 80px 20px 10px 60px;
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(10px);
  filter: drop-shadow(5px 0px 5px rgba(12, 50, 86, 0.1));
}
.mapsContainer .contactFacts .contactFact:hover {
  background-color: #FFF;
}
.mapsContainer .contactFacts .contactFact .icon {
  height: 75px;
  width: 100%;
  margin-bottom: 17px;
  display: flex;
  align-items: end;
  position: absolute;
  top: -5px;
  left: -8px;
}
.mapsContainer .contactFacts .contactFact .icon img {
  width: 100%;
  max-width: 80px;
}
.mapsContainer .contactFacts .contactFact h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 13px 0;
}
.mapsContainer .contactFacts .contactFact .text {
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
  letter-spacing: 0.35px;
}
.mapsContainer .contactFacts .contactFact .text .formScroll,
.mapsContainer .contactFacts .contactFact .text a {
  display: inline-block;
  font-weight: 600;
}
.mapsContainer .contactFacts .contactFact .text .formScroll:hover,
.mapsContainer .contactFacts .contactFact .text a:hover {
  cursor: pointer;
}
.mapsContainer .contactFacts .contactFact .text a {
  text-decoration: underline;
}
.pageAnfrage {
  min-height: 500px;
  background-color: #F9F9FA;
  padding: 80px 0 40px 0;
  width: 100%;
  display: flex;
}
.pageAnfrage .pageAnfrageInner {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.filters {
  display: flex;
  padding-right: 0px;
  flex-wrap: wrap;
}
.filterArea {
  margin-top: 30px;
  width: 100%;
  margin: 50px 0 30px 0;
}
.filterArea .filterBox a {
  text-align: center;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 90px;
  padding: 0px 25px;
  height: 35px;
  font-weight: 300;
  line-height: 33px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  background-color: #f2f2f2;
}
.filterArea .filterBox a:hover {
  border: 1px solid #3e3e3e;
  background-color: #3e3e3e;
  color: #FFF;
}
.filterArea .filterBox a.active {
  border: 1px solid #3e3e3e;
  background-color: #3e3e3e;
  color: #FFF;
}
.filterArea .filterBox.filterAll a {
  background-color: #7e931c;
}
.filterArea .filterBox.filterAll a.active {
  background-color: #b1be78;
}
.clearB {
  clear: both;
}
/* noTouch*/
/* noTouch END*/
@media only screen and (max-width: 1740px) {
  div#top .topInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contentBlocks .contentBlock {
    padding-right: 7vw;
  }
  .contentBlocks .contentBlock.contentBlock_odd {
    padding-left: 7vw;
    padding-right: 0vw;
  }
}
@media only screen and (max-width: 1500px) {
  .contentBlocks .contentBlock {
    padding-right: 4vw;
  }
  .contentBlocks .contentBlock.contentBlock_odd {
    padding-left: 4vw;
    padding-right: 0vw;
  }
  .contentBlocks .contentBlock .img {
    max-width: 46vw;
  }
  .contentBlocks .contentBlock .details {
    padding-left: 55px;
    max-width: 47vw;
  }
  .contentBlocks .contentBlock.contentBlock_odd .details {
    padding-left: 0;
    padding-right: 55px;
  }
  .contentBlocks .contentBlock {
    margin: 0 0 70px 0;
  }
  .aboutBlocks .aboutBlock .aboutBlockInner {
    padding-left: 4vw;
    padding-right: 0vw;
  }
  .aboutBlocks .aboutBlock .details {
    max-width: 47vw;
  }
  .aboutBlocks .aboutBlock .img {
    max-width: 46vw;
  }
  .referenceParts .refInfo {
    width: calc(100% - 700px);
  }
  .referenceParts .reference.referenceBigInner {
    width: 700px;
  }
  .customerLogos .customerLogo {
    margin: 0 10px 20px 10px;
  }
  .aboutPage .header .haederimage .headertitle {
    top: 40%;
  }
}
@media only screen and (max-width: 1400px) {
  .referenceParts .reference {
    width: calc(100vw * (1 / 3) - 20px);
  }
  .referenceParts .reference .inlay {
    height: calc((100vw * (1 / 3) - 20px) * (530 / 620));
  }
  .referenceParts .layer_pc {
    background-position: center 0;
  }
  .referenceParts .reference span.imgRetina .img_pc {
    max-height: 100%;
    bottom: auto;
    top: 23.58%;
    height: 61.32%;
  }
  .customerOpinions .customerOpinion {
    max-height: unset;
    width: calc(100% * (1 / 3) - 20px);
  }
  .customerOpinions .customerOpinion .img {
    margin: -40px auto 0 auto;
  }
  .customerOpinions .customerOpinion .customerOpinionInner {
    position: relative;
    padding-bottom: 50px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .customerOpinions .customerOpinion .customerOpinionInner .kunde {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .customerOpinions .customerOpinion .customerOpinionInner {
    transform: translateY(0px);
  }
  .customerOpinions .customerOpinion .name {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  div#top #sideNavigation {
    max-width: fit-content;
  }
  div#top #sideNavigation .btn_kontakt {
    width: 100px;
    margin-left: 20px;
  }
  div#navigation .navbutton {
    margin: 0 20px 10px 20px;
  }
  .kategoriePage .header h1 {
    font-size: 55px;
    line-height: 70px;
    max-width: calc(100% - 430px);
  }
  .techstackKeys .techstack {
    height: calc(100% * (1 / 5) - 0px);
  }
  .customerLogos {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .customerLogos .customerLogo {
    flex: 1 1 0;
    /* alle gleich groß */
    max-width: 100%;
    /* nicht größer als ihr Platz */
    height: auto;
    /* Seitenverhältnis beibehalten */
    object-fit: contain;
    /* falls verschiedene Proportionen */
    padding: 0 10px;
    /* etwas Abstand innen */
    margin: 0 0px 20px 0px;
  }
  .customerLogos .customerLogo img {
    width: 100%;
    max-width: 240px;
    height: auto;
    display: block;
  }
  .aboutPage .header .haederimage .headertitle h1,
  .aboutPage .header .haederimage .headertitle span.double {
    line-height: 170px;
    font-size: 130px;
    height: 170px;
  }
  .aboutPage .header .haederimage .honors {
    transform: translateY(10vw);
  }
  .aboutPage .header h2 {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 0;
  }
  .aboutPage .header .description {
    margin: 15px 0 50px 0;
  }
  .aboutPage .block_about::before {
    background-size: 330px auto;
    bottom: 15px;
    display: block;
    height: 360px;
  }
}
@media only screen and (max-width: 1200px) {
  .teaserContainer {
    padding: 0px 20px 0 20px;
  }
  .stage .stageInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .teaserContainer .teaser {
    width: calc(50% - 5px);
  }
  .waves {
    height: 50vw;
  }
  .stage .startScrollContainer .startScroll {
    left: auto;
    right: 0px;
  }
  .stage .startScrollContainer .startScroll::after {
    width: 40px;
    left: -45px;
  }
  .infoElemente .infoElement {
    height: auto;
    padding: 20px 20px 20px 20px;
    width: calc((100vw - 40px) * (1/3) - 10px);
    margin-bottom: 15px;
  }
  .kategoriePage .mainFacts .mainFact {
    height: auto;
    padding: 20px 20px 20px 20px;
    width: calc((100vw - 40px) * (1/3) - 10px);
    margin-bottom: 15px;
  }
  .kategoriePage .header h1 {
    font-size: 45px;
    line-height: 60px;
    max-width: calc(100% - 500px);
  }
  .kategoriePage .header h1 br {
    display: none;
  }
  div#container div.containerInner.containerInnerFAQ .faqLeft {
    padding-right: 30px;
  }
  .aboutBlocks .aboutBlock .aboutBlockInner {
    padding-right: 2vw;
    padding-left: 0vw;
  }
  .aboutBlocks .aboutBlock.aboutBlock_even .aboutBlockInner {
    padding-right: 1vw;
    padding-left: 0vw;
  }
  .aboutBlocks .aboutBlock .details {
    max-width: 50vw;
    padding-left: 55px;
    padding-right: 0px;
  }
  .aboutBlocks .aboutBlock .img {
    max-width: 48vw;
  }
  .aboutBlocks .aboutBlock .aboutBlockInner {
    padding-left: 0vw;
    padding-right: 2vw;
  }
  .aboutBlocks .aboutBlock.aboutBlock_odd .aboutBlockInner {
    padding-left: 2vw;
    padding-right: 0vw;
  }
  .aboutBlocks .aboutBlock.aboutBlock_odd .aboutBlockInner .details {
    padding-left: 0;
    padding-right: 55px;
  }
  .contentBlocks .contentBlock {
    padding-right: 2vw;
  }
  .contentBlocks .contentBlock.contentBlock_odd {
    padding-left: 2vw;
    padding-right: 0vw;
  }
  .contentBlocks .contentBlock .img {
    max-width: 48vw;
  }
  .contentBlocks .contentBlock .details {
    max-width: 50vw;
  }
  .referenceParts .refInfo {
    width: calc(100% - 500px);
  }
  .referenceParts .reference.referenceBigInner {
    width: 500px;
  }
  .referenceParts .reference .imgRetinaTablet {
    width: 300px;
    height: 205px;
    bottom: 20px;
  }
  .referenceParts .reference .imgRetinaMobile {
    width: 80px;
    max-height: 158px;
    bottom: 20px;
  }
  .referenceParts .reference .imgRetinaTablet .img_tablet {
    max-height: 193px;
    top: 7px;
    border-radius: 10px;
    overflow: hidden;
  }
  .referenceParts .reference .imgRetinaMobile .img_mobile {
    max-width: 70px;
    top: 5px;
    max-height: 150px;
    border-radius: 10px;
    overflow: hidden;
  }
  .referenceParts .reference.referenceBigInner span.link {
    max-width: 66px;
    max-height: 66px;
    bottom: auto;
    top: 360px;
  }
  .referenceParts .reference.referenceBigInner span.link span {
    background-position: 19px center;
    background-size: 30px auto;
  }
  .referenceParts .reference .imgRetinaMobile::before {
    background-position: center 0;
  }
  .referenceParts .reference.referenceBigInner .inlay {
    height: 500px;
    padding-top: 65px;
  }
  .pageContent .pageContentInner h1,
  .pageContent .pageContentInner h2 {
    margin-bottom: 0px;
  }
  .referenceParts .layer_monitor {
    background-position: center 0;
  }
  .referenceParts .reference span.imgRetina .img_monitor {
    max-height: 270px;
    top: 20px;
    left: 18px;
    max-width: calc(100% - 37px);
  }
  .referenceParts {
    margin-bottom: 45px;
  }
  div#container div.containerInner.containerInnerTech .rightPart {
    width: calc(100% - 330px);
  }
  .aboutPage .header .haederimage .headertitle h1,
  .aboutPage .header .haederimage .headertitle span.double {
    line-height: 170px;
    font-size: 110px;
  }
  .aboutPage .header h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .aboutBlocks .aboutBlock .haederimage .headertitle span.double,
  .aboutBlocks .aboutBlock .haederimage .headertitle h2 {
    line-height: 110px;
    font-size: 100px;
  }
}
@media only screen and (max-width: 1160px) {
  div#top #logo {
    padding-top: 27px;
  }
  div#navigation {
    margin-left: 10px;
    margin-right: auto;
    height: 40px;
  }
  div#navigation .navbutton {
    margin: 0 20px 0px 20px;
  }
  div#top #sideNavigation .button.btn_about::after {
    bottom: 1px;
  }
  div#top #sideNavigation {
    max-width: fit-content;
    position: fixed;
    right: 20px;
    top: -15px;
  }
  div#top #sideNavigation .rnd-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #navigationContainer {
    max-width: fit-content;
  }
  .dNavigation {
    width: 100%;
    display: flex;
    align-items: center;
    height: 42px;
  }
  #topContainer.scroll #top .dNavigation {
    padding-top: 27px;
  }
  div#top #sideNavigation .button {
    height: 35px;
    align-items: end;
    padding-bottom: 4px;
    font-size: 15px;
  }
  div#top #sideNavigation .btn_kontakt {
    width: 85px;
  }
  div#top #sideNavigation .btn_login {
    background-position: 8px 13px;
    background-size: 15px auto;
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .aboutPage .innerBlock {
    z-index: 2;
  }
  .aboutPage .block_about::before {
    z-index: -1;
    background-size: 230px auto;
    bottom: 15px;
    display: block;
    height: 260px;
    right: 5px;
  }
  .aboutPage .header .haederimage .factElement {
    padding: 0 20px;
  }
  div#navigation {
    margin-right: unset;
  }
  .teaserContainer .teaser::before {
    background-size: 100% auto;
    right: 30px;
    width: 65%;
  }
  .teaserContainer .teaser.teaser_webshops::before,
  .teaserContainer .teaser.teaser_webapps::before,
  .teaserContainer .teaser.teaser_webspecials::before {
    background-size: 100% auto;
    width: 60%;
  }
  .contactTeaser .right .btn_area .button {
    font-size: 19px;
  }
  .processSteps .step.dummyStep {
    min-width: 170px;
    max-width: 170px;
  }
  .custom-scrollbar {
    left: 190px;
    width: calc(100% - 190px);
  }
  .processStepsContainer h2 {
    padding-left: 190px;
  }
  div#container div.containerInner.containerInnerProcess {
    background-size: auto 100%;
    background-position: right bottom;
  }
  div#container div.containerInner.containerInnerOpinions {
    padding-top: 0;
  }
  div#container div.containerInner.containerInnerOpinions h2 {
    margin-bottom: 55px;
  }
  .techstackKeys {
    padding: 0px;
  }
  div#container div.containerInner.containerInnerTech {
    margin: 0 auto 0px auto;
  }
  div#container div.containerInner.containerInnerOpinions {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .contactTeaser .left {
    max-width: 280px;
  }
  .contactTeaser .contactTeaserInner {
    padding: 30px 15px 15px 15px;
  }
  div#container div.containerInner.containerInnerPortfolio {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .containerPortfolio {
    margin-top: 10px;
  }
  .referenceParts .refInfo .description {
    padding-right: 25px;
  }
  .customerOpinions .customerOpinion .img {
    max-width: 110px;
    max-height: 110px;
  }
  .customerOpinions .customerOpinion .name {
    font-size: 18px;
    margin-top: 5px;
  }
  .customerOpinions .customerOpinion .txt {
    font-size: 14px;
    line-height: 23px;
  }
  .customerOpinions .customerOpinion .kunde {
    height: 35px;
    font-size: 14px;
  }
  .customerOpinions .customerOpinion::before {
    width: 35px;
  }
  .aboutPage .header .haederimage .factElement {
    position: relative;
    bottom: auto;
    top: -15px;
  }
  .aboutPage .header .haederimage .honors {
    transform: translateY(0vw);
  }
  .aboutPage .header .haederimage .headertitle {
    top: 150px;
  }
}
@media only screen and (max-width: 969px) {
  .teaserContainer .teaser .teaserInner {
    padding: 25px 25px 15px 25px;
  }
  .teaserContainer .teaser .title h2 {
    font-size: 31px;
    line-height: 31px;
  }
  .teaserContainer .teaser .description {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
  }
  div#navigation {
    margin-right: unset;
  }
  .teaserContainer .teaser .button {
    font-size: 15px;
  }
  .teaserContainer .teaser .link {
    background-position: right 9px top 13px;
    padding: 0 38px 0 17px;
    right: 20px;
    bottom: 20px;
  }
  .stage .stageInner span {
    font-size: 70px;
    line-height: 90px;
  }
  .stage .stageInner #claim {
    font-size: 45px;
    line-height: 45px;
  }
  .stage {
    min-height: 595px;
  }
  .waves {
    height: 50vw;
  }
  .teaserContainer .teaser {
    height: 395px;
  }
  .teaserContainer .teaser::before {
    height: 255px;
  }
  .infoBlock h2 {
    max-width: 630px;
    margin: 50px auto 40px auto;
  }
  .infoElemente .infoElement h3 {
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  .infoElemente .infoElement .text {
    font-size: 15px;
  }
  .kategoriePage .header .description {
    letter-spacing: 0.35px;
    font-size: 16px;
    line-height: 26px;
  }
  .kategoriePage .mainFacts .mainFact {
    padding: 15px 15px 10px 15px;
  }
  .kategoriePage .mainFacts .mainFact h3 {
    font-size: 19px;
    line-height: 24px;
  }
  .kategoriePage .mainFacts .mainFact .text {
    font-size: 15px;
    line-height: 22px;
    color: #3e3e3e;
  }
  .kategoriePage .mainFacts .mainFact .icon {
    height: 65px;
    margin-bottom: 10px;
  }
  .kategoriePage .mainFacts .mainFact .icon img {
    height: 100%;
    width: auto;
  }
  .honors .honor .caption {
    font-size: 17px;
    line-height: 21px;
    max-width: 125px;
    margin: 10px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .honors .honor .value {
    font-size: 38px;
    height: 38px;
    line-height: 39px;
  }
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
  h3 {
    font-size: 19px;
    line-height: 24px;
  }
  .contentBlocks .contentBlock .details h3 {
    font-size: 32px;
    line-height: 36px;
    margin: 20px 0 10px 0;
  }
  div#container div.containerInner.containerInnerFAQ .faqRight h2 {
    font-size: 32px;
  }
  .faq {
    padding: 10px 55px 6px 20px;
    min-height: 58px;
  }
  .faq .frage {
    font-size: 17px;
    line-height: 23px;
    min-height: 42px;
  }
  .faq .opener .icon {
    top: 12px;
  }
  .infoElemente .infoElement .icon {
    height: 65px;
    margin-bottom: 10px;
  }
  .infoElemente .infoElement .icon img {
    height: 100%;
    width: auto;
  }
  .honors .honor {
    width: calc(100% * (1/3) - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  div#container div.containerInner.containerInnerContact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contactTeaser .right .btn_area .button {
    margin-right: 10px;
    padding: 0 10px;
    letter-spacing: 0.7px;
    font-weight: 500;
  }
  .grid-item,
  .grid-sizer {
    width: calc(100% * (1/3) - 10px);
  }
  .leistungsportfolio .leistung {
    width: calc(100% * (1/3) - 10px);
  }
  .kategoriePage .block_webapps::before,
  .kategoriePage .block_webshops::before,
  .kategoriePage .block_webspecials::before,
  .kategoriePage .block_websites::before {
    max-width: 40vw;
    background-size: 100% auto;
    height: 100%;
    max-height: 350px;
  }
  .kategoriePage .header h2 {
    font-size: 29px;
  }
  .kategoriePage .header h1 {
    font-size: 38px;
    line-height: 50px;
    max-width: calc(60vw - 80px);
  }
  .kategoriePage .header {
    padding-top: 200px;
  }
  .contentBlocks .contentBlock .details {
    letter-spacing: 0.35px;
    font-size: 16px;
    line-height: 26px;
  }
  .pageContent .pageContentInner h1,
  .pageContent .pageContentInner h2 {
    margin-bottom: 10px;
    font-size: 38px;
  }
  .referenceParts .reference span.link {
    top: 10%;
    max-width: 46px;
    max-height: 46px;
  }
  .referenceParts .reference span.link span {
    background-position: 12px center;
    background-size: 22px auto;
  }
  .referenceParts .reference.referenceBigInner .inlay {
    height: 415px;
    padding-top: 50px;
  }
  .referenceParts .refInfo {
    width: calc(100% - 350px);
  }
  .referenceParts .reference.referenceBigInner {
    width: 350px;
    display: flex;
    padding-top: 100px;
  }
  .referenceParts .reference .imgRetinaTablet {
    width: 225px;
    height: 155px;
  }
  .referenceParts .reference .imgRetinaMobile {
    width: 65px;
    max-height: 130px;
  }
  .referenceParts .reference .imgRetinaMobile .img_mobile {
    max-width: 57px;
    max-height: 122px;
  }
  .referenceParts .reference .imgRetinaMobile.tabletActive {
    right: 232px;
  }
  .referenceParts .reference.referenceBigInner span.link {
    max-width: 56px;
    max-height: 56px;
    top: 295px;
  }
  .referenceParts .reference.referenceBigInner span.link span {
    background-position: 13px center;
  }
  .referenceParts .reference span.imgRetina .img_monitor {
    max-height: 183px;
    top: 14px;
    left: 13px;
    max-width: calc(100% - 27px);
  }
  .referenceParts .reference .imgRetinaTablet .img_tablet {
    max-height: 143px;
  }
  .aboutBlocks .aboutBlock .details h3 {
    margin: 10px 0 10px 0;
    font-size: 32px;
    line-height: 36px;
  }
  .aboutBlocks .aboutBlock .details {
    max-width: 58vw;
  }
  .aboutBlocks .aboutBlock .img {
    max-width: 40vw;
  }
  .aboutBlocks .aboutBlock .details .kontakt {
    font-size: 16px;
    margin-top: 30px;
  }
  .aboutBlocks .aboutBlock.aboutBlock_even .details {
    padding-left: 40px;
    padding-right: 0px;
  }
  .aboutBlocks .aboutBlock.aboutBlock_odd .aboutBlockInner .details {
    padding-left: 0;
    padding-right: 40px;
  }
  .aboutPage .header h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 880px) {
  .contactTeaser .contactTeaserInner {
    flex-wrap: wrap;
    padding: 20px 15px 15px 15px;
  }
  .contactTeaser .left .captionContainer span {
    font-size: 28px;
    line-height: 35px;
  }
  .contactTeaser .left .captionContainer .blue {
    font-size: 30px;
    line-height: 36px;
  }
  .contactTeaser .left {
    max-width: 100%;
    width: 100%;
    min-height: 10px;
    width: fit-content;
    padding-right: 115px;
  }
  .contactTeaser .left .captionContainer {
    margin-bottom: 5px;
  }
  .contactTeaser .right .btn_area .button {
    font-size: 17px;
  }
  .contactTeaser .right {
    max-width: 100%;
  }
  .contactTeaser .left::after {
    background-size: 100% auto;
    left: auto;
    height: 120px;
    width: 130px;
    right: 0;
    bottom: auto;
    top: -58px;
  }
  .contactTeaser {
    max-width: 680px;
    margin: 20px auto 40px auto;
  }
}
@media only screen and (max-width: 800px) {
  .teaserContainer .teaser {
    height: 380px;
  }
  .teaserContainer {
    padding: 0px 10px 0 10px;
  }
  .pageContent .pageContentInner h1,
  .pageContent .pageContentInner h2 {
    line-height: 50px;
  }
  .pageContent .pageContentInner h1 .claimTitle,
  .pageContent .pageContentInner h2 .claimTitle {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  div#container div.containerInner.containerInnerFAQ {
    max-width: 680px;
    margin: 30px auto 20px auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  div#container div.containerInner.containerInnerFAQ .faqLeft {
    padding-right: 0px;
    width: 100%;
    max-width: 100%;
  }
  div#container div.containerInner.containerInnerFAQ .faqRight {
    width: 100%;
    max-width: 100%;
    padding: 0 50px 25px 10px;
  }
  div#container div.containerInner.containerInnerFAQ .faqRight h2 {
    max-width: 100%;
  }
  .contentBlocks .contentBlock .img {
    max-width: 85vw;
  }
  .contentBlocks .contentBlock .details {
    max-width: 100%;
    padding-left: 20px;
  }
  .contentBlocks .contentBlock.contentBlock_odd .details {
    padding-left: 0;
    padding-right: 20px;
    max-width: 100%;
  }
  .customerOpinionsContainer {
    display: flex;
    justify-content: space-around;
    margin: 0px 0px 0px 0px;
    overflow-x: scroll;
    padding: 40px 0 30px 0;
  }
  .customerOpinions {
    display: flex;
    justify-content: space-around;
    margin: 0px 0px 0px 0px;
    width: 1000px;
  }
  .customerOpinions .customerOpinion {
    max-height: unset;
    margin: 0 20px;
    width: 300px;
  }
  div#container div.containerInner.containerInnerOpinions h2 {
    margin-bottom: 15px;
  }
  div#container div.containerInner.containerInnerLeistungen {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .pageContent.pageContentInfos {
    padding-top: 0;
    margin-top: 60px;
  }
  div#container div.containerInner.containerInnerTech {
    margin: 25px auto 0px auto;
  }
  div#container div.containerInner.containerInnerTech .leftPart {
    max-width: 100%;
  }
  div#container div.containerInner.containerInnerTech .rightPart {
    width: 100%;
  }
  .aboutBlocks .aboutBlock .details {
    max-width: 100%;
  }
  .aboutBlocks .aboutBlock .img {
    max-width: 100%;
  }
  .aboutBlocks .aboutBlock.aboutBlock_odd .aboutBlockInner,
  .aboutBlocks .aboutBlock.aboutBlock_even .aboutBlockInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aboutBlocks .aboutBlock .img img {
    border-radius: 15px;
  }
  .aboutBlocks .aboutBlock .haederimage {
    margin-top: 80px;
  }
  .aboutBlocks .aboutBlock .haederimage .headertitle span.double,
  .aboutBlocks .aboutBlock .haederimage .headertitle h2 {
    line-height: 80px;
    font-size: 80px;
  }
  .aboutBlocks .aboutBlock.aboutBlock_even .details {
    padding-left: 0;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 750px) and (hover: none) {
  .referenceParts .reference.referenceBigInner:hover span.link {
    max-width: 56px;
    max-height: 56px;
    top: auto;
    bottom: 25%;
  }
  .referenceParts .reference.referenceBigInner:hover span.link span {
    background-size: 30px auto;
    text-indent: 500px;
    padding-left: 60px;
    background-position: 13px center;
  }
  .referenceParts .reference:hover span.link span::after {
    z-index: -1;
    opacity: 0.9;
  }
  .referenceParts .reference:hover span.link span::before {
    opacity: 0;
  }
}
/* noTouch END*/
@media only screen and (max-width: 750px) {
  .scroll.endReach #topContainerMobile {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    background-color: transparent !important;
    background: transparent !important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    height: 60px;
  }
  .scroll.endReach #topContainer.scroll #top {
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: none;
    filter: none;
  }
  .menuBtn {
    display: block;
  }
  #navigationContainer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 110vh;
    width: 100vw;
    padding-bottom: 10vh;
    overflow: hidden;
    z-index: -1;
  }
  #middle,
  #topContainer {
    position: relative;
    z-index: 1;
  }
  #topContainer div#top div.topInner div#logo {
    display: none !important;
  }
  .BodyHolder.show div#top div#topInlay a.logo svg #Gruppe_71 path,
  .BodyHolder.endReach div#top div#topInlay a.logo svg #Gruppe_71 path {
    fill: #FFF;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
  }
  .BodyHolder.show #topContainer.scroll #top,
  .BodyHolder.endReach #topContainer.scroll #top {
    padding-top: 10px;
    height: 60px;
    background-color: transparent;
    backdrop-filter: none;
    filter: none;
  }
  div#top {
    position: absolute;
  }
  .BodyHolder.show div#top #sideNavigation,
  .BodyHolder.scroll div#top #sideNavigation,
  .BodyHolder.endReach div#top #sideNavigation,
  div#top #sideNavigation {
    position: fixed !important;
    bottom: 10px !important;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    top: unset !important;
    left: 0;
    right: 0;
    justify-content: center;
    padding-left: 0px;
    justify-content: start;
    max-width: 100vw;
    padding-left: 20px;
  }
  .BodyHolder.show div#top #sideNavigation .button.btn_about,
  .BodyHolder.scroll div#top #sideNavigation .button.btn_about,
  .BodyHolder.endReach div#top #sideNavigation .button.btn_about,
  div#top #sideNavigation .button.btn_about {
    display: none !important;
    justify-content: start;
    width: 200px !important;
    height: 30px;
    margin-bottom: 20px;
  }
  .BodyHolder.show div#top #sideNavigation .rnd-button,
  .BodyHolder.scroll div#top #sideNavigation .rnd-button,
  .BodyHolder.endReach div#top #sideNavigation .rnd-button,
  div#top #sideNavigation .rnd-button {
    border-radius: 12px;
  }
  .BodyHolder.show div#top #sideNavigation .btn_kontakt,
  .BodyHolder.scroll div#top #sideNavigation .btn_kontakt,
  .BodyHolder.endReach div#top #sideNavigation .btn_kontakt,
  div#top #sideNavigation .btn_kontakt {
    margin-left: 0;
    display: none;
  }
  .BodyHolder.show div#top #sideNavigation .button,
  .BodyHolder.scroll div#top #sideNavigation .button,
  .BodyHolder.endReach div#top #sideNavigation .button,
  div#top #sideNavigation .button {
    height: 40px;
    align-items: center;
    padding-bottom: 0;
  }
  #topContainerMobile {
    display: block;
  }
  .BodyHolder.show #topContainerMobile,
  .BodyHolder.endReach #topContainerMobile {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    filter: none;
    transition: all 0.8s ease 0.2s;
  }
  .BodyHolder.show div#footer,
  .BodyHolder.endReach div#footer {
    z-index: 0;
  }
  .BodyHolder.endReach .menuBtn {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
    filter: alpha(opacity = 0 );
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
  }
  .BodyHolder.endReach.show .menuBtn {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
    filter: alpha(opacity = 100 );
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
  }
  .mNavigation {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
  }
  div#navigation {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    padding: 10px 0 60px 15px;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
  }
  div#navigation .navbutton {
    display: flex;
    align-items: end;
    width: 200px !important;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 10px;
    letter-spacing: 0.35px;
    color: #fff;
    margin-left: 0;
  }
  div#navigation .navbutton:hover::after {
    display: none !important;
  }
  div#navigation .navbutton_active {
    color: #3ebccb;
  }
  div#navigation .navbutton.justMobile {
    display: flex;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  div#navigation .mobileLinks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  div#navigation .mobileLinks .navbutton.justMobile {
    max-width: 50%;
    width: 100% !important;
    float: left;
    margin-right: 0;
  }
  div#navigation .navbutton.navbuttonM_first {
    margin-top: 20px;
  }
  div#navigation .navbutton.navbutton_active::after {
    left: -9px;
    height: 28px;
    max-width: 28px;
    background-color: #FFF;
    display: none;
  }
  div#navigation div.socialMedia {
    display: flex;
    line-height: 25px;
    align-items: center;
    margin-top: 60px;
  }
  div#navigation div.socialMedia .caption {
    display: flex;
    line-height: 25px;
    align-items: center;
    justify-content: start;
    text-align: left;
    padding-right: 15px;
    color: #FFF;
    color: #39a9dc;
  }
  div#navigation div.socialMedia a {
    display: flex;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  div#navigation .infoLine {
    width: 100%;
    display: flex;
    line-height: 25px;
    align-items: center;
    margin-top: 5px;
    color: #c4c4c4;
    font-weight: 300;
  }
  div#navigation .infoLine .navbutton.justMobile {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 0px;
    width: auto !important;
  }
  div#navigation .infoLine span.company {
    line-height: 25px;
    padding-right: 0;
    display: flex;
    min-width: fit-content;
    width: 225px;
    position: fixed;
    left: auto;
    top: auto;
    transform: rotate(-90deg) translateY(210px);
    text-align: right;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 12px;
    bottom: 0;
    right: 0;
    height: 30px;
    color: #c4c4c4;
    transform-origin: left;
  }
  div#navigation .infoLine a {
    color: #c4c4c4;
    font-weight: 300;
    font-size: 12px;
  }
  div#container {
    padding-bottom: 100vh;
  }
  div#footer {
    display: none;
  }
  .scroll .menuBtn {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
  }
  .scroll #topContainerMobile {
    height: 60px;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
  }
  .scroll #topContainerMobile div#top div#topInlay a.logo {
    width: 150px;
    height: 35px;
    margin-top: 16px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
    filter: alpha(opacity = 0 );
  }
  .scroll.endReach #topContainerMobile div#top div#topInlay a.logo {
    margin-top: 30px;
  }
  .scroll.endReach #topContainerMobile div#top div#topInlay a.logo,
  .show.scroll #topContainerMobile div#top div#topInlay a.logo {
    transition: all 0.6s ease 0.2s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
    filter: alpha(opacity = 100 );
  }
  .scroll.endReach #topContainerMobile .menuBtn,
  .show.scroll #topContainerMobile .menuBtn {
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
  }
  .scroll #topContainer.scroll #top {
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: none;
    filter: none;
  }
  div#top #sideNavigation .btn_login {
    background-color: #ffffff;
    backdrop-filter: none;
  }
  div#top #sideNavigation .btn_phone {
    display: block;
  }
  .infoElemente .infoElement {
    width: calc((100vw - 40px) * (1/2) - 7px);
  }
  .infoElemente .infoElement .text {
    font-size: 15px;
  }
  div#container div.containerInner.containerInnerFacts {
    padding-top: 20px;
    margin-top: 0px;
  }
  .contactTeaser .right .text {
    font-size: 15px;
  }
  #navigationContainer #navigationContainerInner {
    width: 100vw;
  }
  .kategoriePage .header .description {
    font-size: 15px;
    line-height: 26px;
    flex-wrap: wrap;
  }
  .kategoriePage .header .description .block {
    width: 100%;
  }
  .kategoriePage .mainFacts .mainFact {
    width: calc((100vw - 40px) * (1/2) - 7px);
  }
  .kategoriePage .mainFacts .mainFact:nth-child(3) {
    width: 100%;
    max-width: 100%;
  }
  .processSteps .step.dummyStep {
    min-width: 70px;
    max-width: 70px;
  }
  .custom-scrollbar {
    left: 190px;
    width: calc(100% - 90px);
  }
  .processStepsContainer h2 {
    padding-left: 90px;
  }
  .referenceParts .refInfo {
    width: 100%;
  }
  .referenceParts .refInfo .description {
    max-width: 100%;
    padding-right: 0;
  }
  .referenceParts .reference.referenceBigInner .inlay {
    height: 350px;
    padding-top: 0;
  }
  .referenceParts .reference.referenceBigInner {
    width: 350px;
    margin: 0 auto;
  }
  .referenceParts .reference.referenceBigInner span.link {
    top: auto;
    bottom: 25%;
  }
}
@media only screen and (max-width: 660px) {
  .teaserContainer .teaser {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .teaserContainer .teaser::before {
    width: 50vw;
    height: 52vw;
  }
  .teaserContainer .teaser.teaser_webshops::before,
  .teaserContainer .teaser.teaser_webapps::before,
  .teaserContainer .teaser.teaser_webspecials::before {
    width: 50vw;
    height: 52vw;
  }
  .teaserContainer .teaser {
    height: 380px;
    height: 75vw;
  }
  .teaserContainer .teaser .link {
    padding: 0 27px 0 15px;
    right: 11px;
    bottom: 11px;
    height: 35px;
    background-position: left 127px top 14px;
    background-size: 15px auto;
  }
  .teaserContainer .teaser:hover .link::before {
    background-position: left 0px top 13px;
    padding: 0px 15px 0 35px;
    background-size: 15px auto;
    left: 10px;
  }
  .teaserContainer .teaser:hover .link {
    padding: 0 13px 0 33px;
  }
  .stage .stageInner {
    padding-top: 35vw;
  }
  .waves {
    height: 65vw;
  }
  .stage {
    min-height: 60vh;
  }
  .stage .stageInner span {
    font-size: 55px;
    line-height: 65px;
  }
  .stage .stageInner #claim {
    font-size: 25px;
  }
  #topContainerMobile div#top div#topInlay a.logo {
    width: 150px;
    height: 35px;
    margin-top: 16px;
  }
  .teaserContainer {
    transform: translateY(-10px);
  }
  .infoElemente .infoElement {
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 15px 20px 10px 10px;
    text-align: center;
  }
  .infoElemente .infoElement .icon {
    justify-content: center;
  }
  .infoElemente .infoElement.specialblue {
    text-align: left;
    padding: 30px 20px 10px 20px;
  }
  .honors {
    margin: 0px auto 40px auto;
    max-width: 540px;
  }
  .honors .button {
    font-size: 15px;
  }
  .honors h2 {
    margin: 20px auto 30px auto;
  }
  .honors .honor .txt::after {
    bottom: -20px;
    height: 15px;
    width: 13px;
  }
  .honors .honor {
    background-size: 70% auto;
    width: 100%;
    margin: 0 auto 30px auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
  }
  .honors .honor .value {
    width: 100%;
    font-size: 36px;
    height: 33px;
    line-height: 38px;
  }
  .honors .honor .txt {
    margin: 15px auto 15px auto;
  }
  .honors .btn_more {
    padding: 0px 15px;
    height: 35px;
  }
  .contactTeaser .right .btn_area .button {
    height: 35px;
  }
  .contactTeaser .right .btn_area .btn_form::after {
    right: 10px;
  }
  .contactTeaser .right .btn_area .button.btn_form {
    padding-right: 40px;
  }
  .containerPortfolio h2.title {
    text-align: center;
    padding: 0px 20px 0 20px;
  }
  .kategoriePage .mainFacts .mainFact {
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 15px 20px 10px 10px;
    text-align: center;
  }
  .kategoriePage .mainFacts .mainFact .icon {
    justify-content: center;
  }
  .kategoriePage .mainFacts .mainFact:nth-child(3) {
    max-width: 370px;
  }
  .kategoriePage .mainFacts {
    margin-bottom: 0;
  }
  .pageContent {
    padding-top: 50px;
  }
  .kategoriePage .header h1 {
    max-width: 100%;
  }
  .kategoriePage .block_webapps::before,
  .kategoriePage .block_webshops::before,
  .kategoriePage .block_webspecials::before,
  .kategoriePage .block_websites::before {
    max-width: 60vw;
    background-size: 100% auto;
    height: 100%;
    max-height: 50vw;
    top: -110px;
  }
  .kategoriePage .header .description {
    margin: 15px 0 30px 0;
  }
  .kategoriePage .header h2 {
    font-size: 23px;
  }
  .kategoriePage .header h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .kategoriePage .innerBlock {
    padding: 0 15px;
  }
  #topContainerMobile div#top div#topInlay {
    padding-left: 15px;
  }
  .kategoriePage .block_webapps::before,
  .kategoriePage .block_webshops::before,
  .kategoriePage .block_webspecials::before,
  .kategoriePage .block_websites::before {
    right: 10px;
  }
  .pageContent .pageContentInner h1,
  .pageContent .pageContentInner h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .pageContent .pageContentInner h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .contentBlocks .contentBlock .img img {
    border-radius: 15px;
  }
  .contentBlocks .contentBlock.contentBlock_odd .img img {
    border-radius: 15px;
    margin: 0 auto;
  }
  .contentBlocks .contentBlock .img {
    max-width: 100%;
    margin: 0 auto;
  }
  .contentBlocks .contentBlock,
  .contentBlocks .contentBlock.contentBlock_odd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contentBlocks .contentBlock .details {
    max-width: 100%;
    padding-left: 0;
  }
  .contentBlocks .contentBlock.contentBlock_odd .details {
    padding-right: 0;
  }
  .referenceParts .refInfo {
    padding-top: 50px;
  }
  .referenceParts .reference.referenceBigInner {
    padding-top: 30px;
  }
  .referenceParts {
    margin-bottom: 5px;
  }
  div#container div.containerInner.containerInnerFAQ .faqRight h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .processStepsContainer h2 {
    font-size: 28px;
    line-height: 35px;
  }
  div#container div.containerInner.containerInnerLeistungen h2.title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }
  .contentBlocks .contentBlock .details h3 {
    font-size: 28px;
    line-height: 35px;
  }
  div#container div.containerInner.containerInnerOpinions h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .contentBlocks .contentBlock {
    margin: 60px 0 0 0;
  }
  .pageContent.pageContentInfos {
    margin-top: 20px;
  }
  .containerCustomers .topPart .subline {
    font-size: 28px;
    line-height: 35px;
  }
  .containerCustomers .topPart h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .containerCustomers {
    padding-top: 30px;
    margin-top: 30px;
  }
  div#container div.containerInner.containerInnerTech {
    padding: 0 15px;
  }
  .referenceParts .reference .imgRetinaMobile {
    height: 130px;
  }
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .techstackKeys .techstack {
    padding: 2px;
    border-right: none;
  }
  .techstackKeys .link svg {
    display: none;
  }
  .customerLogos {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
  }
  .customerLogos .customerLogo {
    max-width: 50%;
    margin: 10px 0px 10px 0px;
  }
  div#container div.containerInner.containerInnerCustomers {
    margin: 0 auto 5px auto;
  }
  .containerCustomers .topPart .subline {
    font-size: 20px;
    line-height: 35px;
  }
  .customerLogos .customerLogo {
    flex: none;
    max-width: calc(50% - 20px);
    height: auto;
    object-fit: contain;
    padding: 0 10px;
    margin: 10px 0px 10px 0px;
    width: 50%;
  }
  .customerLogos .customerLogo img {
    width: 100%;
    max-width: 240px;
    height: 50px;
    display: block;
  }
  .aboutBlocks .aboutBlock .haederimage .headertitle span.double,
  .aboutBlocks .aboutBlock .haederimage .headertitle h2 {
    line-height: 60px;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aboutPage .header .haederimage .headertitle h1,
  .aboutPage .header .haederimage .headertitle span.double {
    line-height: 90px;
    font-size: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .contactTeaser .right .btn_area {
    width: 100%;
    margin-top: 30px;
    display: flex;
    max-width: 305px;
    flex-wrap: wrap;
  }
  .contactTeaser .right .btn_area .button.btn_mail {
    margin-right: 0;
  }
  .contactTeaser .right .btn_area .button.btn_form {
    margin: 10px 0 0 0;
  }
  .contactTeaser .right .btn_area .button {
    font-size: 15px;
  }
  .grid-item,
  .grid-sizer {
    width: calc(100% * (1/2) - 5px);
  }
  .leistungsportfolio .leistung {
    width: calc(100% * (1/2) - 5px);
  }
  .leistungsportfolio .leistung .leistungInner h2 {
    font-size: 15px;
  }
  .leistungsportfolio .leistung {
    margin-bottom: 10px;
  }
  .leistungsportfolio .leistung.opened .leistungInner .details .kurztext,
  .leistungsportfolio .leistung.show .leistungInner .details .kurztext {
    font-size: 14px;
    color: #3e3e3e;
    line-height: 20px;
  }
  .leistungsportfolio .leistung.opened .leistungInner .details .kurztext,
  .leistungsportfolio .leistung.show .leistungInner .details .kurztext {
    padding-bottom: 25px;
  }
  .referenceParts .reference {
    width: 100%;
  }
  .referenceParts .reference .inlay {
    height: calc((100vw - 20px) * (530 / 620));
    max-height: calc((440px - 20px) * (530 / 620));
  }
  .referenceParts {
    justify-content: center;
  }
  .referenceParts .reference span.imgRetina .img_pc {
    max-height: 100%;
    bottom: auto;
    top: 24.5%;
    height: 66%;
  }
}
@media only screen and (max-width: 510px) {
  .processSteps .step.dummyStep {
    min-width: 20px;
    max-width: 20px;
  }
  .custom-scrollbar {
    left: 40px;
    width: calc(100% - 40px);
  }
  .processStepsContainer h2 {
    padding-left: 20px;
  }
  div#container div.containerInner.containerInnerProcess {
    background-size: auto 100%;
    background-position: right -50vw bottom 0;
  }
  .aboutBlocks .aboutBlock .details .kontakt {
    flex-wrap: wrap;
  }
  .aboutBlocks .aboutBlock .details .kontakt div.tel {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .aboutBlocks .aboutBlock .details .kontakt div span.caption {
    width: 75px;
  }
  .aboutBlocks .aboutBlock .haederimage .headertitle {
    padding: 0 15px;
  }
  .aboutBlocks .aboutBlock .haederimage img {
    width: auto;
    height: 100vw;
    display: block;
  }
  .aboutBlocks .aboutBlock .haederimage {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .aboutBlocks .aboutBlock {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 460px) {
  .teaserContainer .teaser {
    height: 85vw;
  }
  .stage .stageInner span {
    font-size: 45px;
    line-height: 55px;
  }
  .stage .stageInner {
    padding-top: 45vw;
  }
  .stage .stageInner #claim {
    font-size: 23px;
    line-height: 36px;
  }
  .referenceParts .reference span.imgRetina .img_pc {
    top: 22.5%;
    height: 62%;
  }
  .referenceParts .reference {
    margin-top: -50px;
  }
  .referenceParts .reference .inlay {
    max-height: calc((440px - 60px) * (530 / 620));
  }
  .pageContent .pageContentInner h1 .claimTitle,
  .pageContent .pageContentInner h2 .claimTitle {
    font-size: 24px;
    line-height: 30px;
  }
  .referenceParts .refInfo .customerLogo {
    margin-bottom: 15px;
  }
  div#container div.containerInner.containerInnerLeistungen h2.title {
    line-height: 35px;
    max-width: 320px;
    margin: 0 auto 30px auto;
  }
  .contentBlocks .contentBlock .img {
    max-width: 100%;
    margin: 0 auto;
  }
  div#container div.containerInner.containerInnerOpinions h2 {
    padding-left: 20px;
    max-width: 240px;
    text-align: left;
  }
  .aboutPage .header .haederimage .headertitle h1,
  .aboutPage .header .haederimage .headertitle span.double {
    line-height: 70px;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aboutBlocks .aboutBlock .haederimage .headertitle span.double,
  .aboutBlocks .aboutBlock .haederimage .headertitle h2 {
    line-height: 40px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 460px) {
  #developerFrame {
    display: none !important;
  }
}
