:root {
  --cr-lila: #2a66dd;
  --cr-black: #161616;
  --textwhite1: white;
  --transpi-black: #0000001a;
  --pressed: #585858;
  --cr-magenta: #de64f5;
  --button-hover: #f2f2f2;
  --fake-code: #fafafa;
  --button-white: #fafafa;
  --bg-white: white;
  --green-tansparent: #c8fded80;
  --red-tansparent: #db3434c2;
  --light-blue: #e6edfc;
  --cr-graublau: #d9d9d9;
  --cr-pink: #fa2a6c;
  --elegant-beige: #eceae6;
  --light-white: #ffffffb8;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Baqoos Gronra, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  color: var(--cr-lila);
  text-align: left;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Baqoos Gronra, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

h3 {
  color: var(--cr-black);
  letter-spacing: .4px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Baqoos Gronra, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Baqoos Gronra, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

a {
  letter-spacing: -.1px;
  font-family: Good Headline Pro EXTD Light, Arial, sans-serif;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar {
  z-index: 50;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navmenuholder {
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.navigationbuttons {
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.language-buttons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-left: .1px none var(--cr-black);
  background-color: var(--textwhite1);
  box-shadow: none;
  opacity: 1;
  flex-direction: row;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 10px;
  display: flex;
}

.nav-link {
  border: 1px none var(--cr-black);
  box-shadow: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Good Headline Pro EXTD Light, Arial, sans-serif;
  font-weight: 300;
}

.nav-link:hover {
  letter-spacing: -.1px;
  box-shadow: inset 1px 2px 2px 1px #0003;
}

.nav-link:active {
  box-shadow: 1px 0 1px #0000001a;
}

.nav-link:focus {
  box-shadow: 1px 2px 2px #0003;
}

.nav-link.w--current {
  color: var(--pressed);
}

.nav-link.colored-nav-link {
  background-color: var(--cr-magenta);
  color: var(--button-hover);
}

.nav-link.colored-nav-link:hover {
  background-color: var(--fake-code);
  color: var(--cr-magenta);
}

.nav-link.cta-button {
  z-index: 2;
  background-color: var(--cr-lila);
  margin-top: 20px;
  margin-right: 0;
  padding: 18px 20px;
  font-size: 22px;
  position: relative;
  inset: auto;
}

.nav-link.cta-button.w--current {
  color: var(--textwhite1);
}

.nav-link.cta-button.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link.cta-button.pdf {
  background-color: var(--pressed);
}

.nav-link.turn-off {
  display: none;
}

.nav-link.contact-popup-button {
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 5px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.logo-navbar {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-navbar.w--current {
  cursor: pointer;
}

.nav-logo-full {
  cursor: pointer;
  height: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.language-button {
  color: var(--cr-black);
  background-color: #fff;
  border: .1px #000;
  border-radius: 5px;
  height: auto;
  padding: 0 4px;
  font-family: Good Headline Pro EXTD Light, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: block;
  box-shadow: inset 1px 1px 2px #00000080;
}

.language-button:hover {
  background-color: var(--pressed);
  color: var(--button-white);
  box-shadow: 1px 1px 2px #00000080;
}

.language-button:active {
  background-color: var(--pressed);
  color: var(--textwhite1);
  box-shadow: 0 2px 2px #0003;
}

.language-button:focus {
  background-color: var(--pressed);
  color: var(--textwhite1);
  box-shadow: 1px 1px 2px #00000080;
}

.language-button.w--current {
  background-color: var(--pressed);
  color: var(--button-white);
}

.fakecodebox-frame {
  border: 1px none var(--cr-black);
  box-shadow: inset 1px 2px 3px 0 var(--transpi-black);
  background-image: url("https://cdn.prod.website-files.com/64cca494ab3dcc47c2f1199a/64ec4f4e469214acf05950f2_Button-background-v04.png");
  background-size: auto;
  background-attachment: fixed;
  border-radius: 5px;
  flex-direction: row;
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
}

.fakecodebox-frame.text1-div {
  background-color: var(--button-white);
  background-image: url("https://cdn.prod.website-files.com/64cca494ab3dcc47c2f1199a/6613b6e9696bc857484c621f_CR%20Background-punkte%201080p.png");
  background-position: 50%;
  background-size: cover;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  padding: 40px;
}

.fakecodebox-frame.text1-div.max-height {
  background-color: var(--fake-code);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.fakecodebox-frame.text1-div.no-margin {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  flex: 1;
  justify-content: flex-start;
  margin-top: 0;
}

.fakecodebox-frame.abstract {
  background-color: var(--fake-code);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding: 10px;
}

.code-font {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
}

.code-font.small {
  text-align: left;
  margin-top: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.code-font.small.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.progressbarl-black {
  z-index: 4;
  background-color: var(--pressed);
  width: 0;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.classic-content-section {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.classic-content-section.top-margin {
  margin-top: 10vh;
}

.classic-content-section.off {
  display: none;
}

.classic-content-section._10vh-margin {
  margin-top: 10vh;
}

.classic-content-section._10vh-margin.kleiner {
  margin-top: 5vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.classic-content-section.last-one {
  margin-bottom: 10vh;
}

.classic-content-section.centered-display {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.classic-content-section.centered-display.events1 {
  margin-top: 15vh;
}

.classic-content-section.centered-display.events1._100vh {
  min-height: 100vh;
}

.classic-content-section.centered-display.events1.news {
  flex-flow: column;
  align-items: center;
}

.bild-text-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: justify;
  flex-flow: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 1vh;
  display: flex;
}

.bild-text-holder.mittig {
  object-fit: cover;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-end;
  width: 80vw;
  margin-bottom: 2vh;
}

.bild-text-holder.mittig.teamvorstellung {
  flex-flow: row;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
}

.bild-text-holder.mittig.netzwerk {
  flex-flow: row;
  margin-top: 20px;
  margin-bottom: 10vh;
}

.bild-text-holder.news-post._80vw-breite.post-page {
  flex-direction: column;
  height: 100%;
}

.bild-text-holder.off {
  display: none;
}

.bild-text-holder.colors-margin {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--bg-white);
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.bild-text-holder.colors-margin.v2 {
  flex-flow: wrap;
  width: 100%;
  padding: 30px;
}

.bild-text-holder.colors-margin.max-width {
  flex-flow: wrap;
  width: 360px;
  max-height: 60vh;
}

.bild-text-holder.colors-margin.max-width.partner-site {
  flex-flow: column;
}

.bild-text-holder.colors-margin.landingpage {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.bild-text-holder.colors-margin.anwendung-landingpage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.bild-text-holder.colors-margin.anwendung-landingpage.slide-in {
  flex: 1;
  align-content: flex-start;
}

.bild-text-holder.colors-margin.leistungen {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: block;
}

.bild-text-holder.colors-margin.leistungen-landingpage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.bild-text-holder.colors-margin.row {
  flex-flow: wrap;
}

.bild-text-holder.colors-margin.pro-cons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.bild-text-holder.coderitter-visiten {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 80vw;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bild-text-holder.anwendung-landingpage {
  margin-bottom: 0;
}

.bild-text-holder.call-to-action {
  grid-column-gap: 20px;
  background-color: var(--textwhite1);
  box-shadow: 0 2px 2px 1px var(--transpi-black);
  border-radius: 5px;
  flex-flow: row;
  align-items: flex-start;
  margin-top: 1vh;
  padding: 25px;
}

.bild-text-holder.call-to-action:hover {
  box-shadow: inset 0 2px 2px 1px var(--transpi-black);
}

.bild-div {
  border: 1px none var(--pressed);
  mix-blend-mode: normal;
  border-radius: 5px;
  flex: 1;
  display: flex;
  overflow: hidden;
  box-shadow: inset 2px 2px 4px 6px #0003, 1px 2px 3px 1px #0000001a;
}

.bild-div.smaller {
  object-fit: cover;
  flex-direction: column-reverse;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 50%;
}

.bild-div.smaller.margin-bottom {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  max-height: 100vh;
}

.bild-div.smaller.margin-bottom.mobile-off {
  max-height: 75vh;
}

.bild-div.smaller.blog-post-image-big {
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  max-height: 85vh;
}

.bild-div.smaller.event-image {
  object-fit: cover;
  flex: 0 auto;
  align-self: stretch;
  align-items: stretch;
  max-height: 400px;
}

.bild-div.bigger {
  object-fit: cover;
  flex-direction: column;
  flex: 1;
  order: -1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: 25%;
}

.bild-div.bigger.last {
  order: 1;
  min-width: 20%;
  max-width: 45%;
}

.text-heading-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  width: 50%;
  margin-bottom: auto;
  display: flex;
}

.text-heading-div.margin-top {
  justify-content: flex-start;
  width: 100%;
  height: auto;
}

.text-heading-div.margin-top.full-height {
  justify-content: flex-start;
}

.bild-heading-div {
  border: 1px none var(--cr-black);
  background-color: var(--button-white);
  box-shadow: inset 1px 2px 2px 1px var(--transpi-black);
  color: var(--textwhite1);
  border-radius: 5px;
}

.bild-heading-div.inverted {
  box-shadow: inset 1px 2px 2px 1px var(--transpi-black);
  color: var(--pressed);
  text-align: left;
  -webkit-text-fill-color: inherit;
  box-shadow: inset 1px 2px 2px 1px var(--transpi-black);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  align-items: flex-start;
  display: flex;
}

.image-text-h2 {
  color: var(--cr-black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Good Headline Pro EXTD, Arial, sans-serif;
  display: block;
}

.image-text-h2.special-margins-left {
  color: var(--cr-lila);
  text-align: left;
  flex: 1;
  align-self: flex-start;
  margin: 5px 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-text-h2.linksb-ndig {
  color: var(--cr-lila);
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
}

.image-text-h2.linksb-ndig.news-item {
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

.text1-div {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-off {
  display: none;
}

.body {
  background-color: var(--bg-white);
  text-align: left;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.paragraph.left-aligned.less-margin, .paragraph.left-aligned.less-margin.break-words-anywhere {
  margin-bottom: 5px;
}

.paragraph {
  text-align: left;
  flex: 1;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
}

.paragraph.left-aligned.less-margin, .paragraph.left-aligned.less-margin.break-words-anywhere {
  margin-bottom: 5px;
}

.paragraph.quote {
  color: var(--cr-black);
  font-size: 22px;
  font-style: normal;
  line-height: 34px;
}

.paragraph.quote.bigger {
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
}

.paragraph.quote.special {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Good Headline Pro EXTD, Arial, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.paragraph.padding {
  padding-left: 0;
  padding-right: 0;
}

.paragraph.teaser-text {
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 27px;
  overflow: hidden;
}

.paragraph.left-aligned {
  text-align: left;
  margin-bottom: 5px;
}

.paragraph.left-aligned.less-margin, .paragraph.left-aligned.less-margin.break-words-anywhere {
  margin-bottom: 5px;
}

.boldes-statement {
  z-index: 2;
  color: var(--cr-lila);
  text-align: left;
  overflow-wrap: anywhere;
  margin-bottom: 20px;
  font-family: Good Headline Pro EXTD, Arial, sans-serif;
  line-height: 52px;
}

.boldes-statement.no-margin {
  margin-bottom: 0;
}

.boldes-statement.quote {
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 62px;
}

.boldes-statement.smaller {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 48px;
}

.boldes-statement.centered {
  margin-bottom: 40px;
}

.bigger {
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
}

.between-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.between-image.center-left {
  object-position: 75% 50%;
}

.button-text-div1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.text-field-1 {
  border-radius: 5px;
}

.submit-button {
  background-color: var(--cr-lila);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.submit-button.popup-close-button {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  top: 10px;
  right: 10px;
  box-shadow: inset 0 2px 5px #0003;
}

.footer1 {
  border-top: 1px #000;
  border-bottom: 1px #000;
}

.footer-div {
  background-color: var(--cr-black);
  color: var(--button-hover);
  text-align: center;
  height: 100%;
  padding: 2px;
}

.footer-paragraph {
  letter-spacing: -.4px;
  font-family: Inconsolata, monospace;
}

.landingpage-form {
  margin-bottom: 5px;
}

.site-progress {
  z-index: 10;
  height: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.blog-preview-image {
  mix-blend-mode: normal;
  object-fit: cover;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 100%;
  display: block;
}

.blog-preview-image.zweites-bild {
  width: auto;
  max-height: 1080px;
}

.blue-button-1 {
  background-color: var(--cr-lila);
  text-align: left;
  border-radius: 5px;
  align-self: flex-start;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.blue-button-1.v3 {
  margin-top: 0;
}

.blue-button-1.centered-and-margin {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px #0003;
}

.blue-button-1.v4 {
  margin-top: 10px;
  margin-bottom: 4px;
}

.blue-button-1.partner-link {
  margin-top: 3px;
}

.collection-list-wrapper {
  width: 80vw;
}

.icons-div {
  text-align: center;
  justify-content: space-between;
  align-self: center;
  max-width: 80vw;
  margin-top: 10px;
}

.social-icon-1 {
  filter: contrast(50%);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
}

.smallest-content-section {
  justify-content: center;
  align-items: center;
  margin-bottom: 1vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_component {
  -webkit-backdrop-filter: brightness(161%) blur(5px);
  backdrop-filter: brightness(161%) blur(5px);
  background-color: #ffffffa8;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_link {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url("https://cdn.prod.website-files.com/64cca494ab3dcc47c2f1199a/6542245b607272b42d0314ff_radio__checkmark.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  cursor: not-allowed;
  background-color: #515750;
  background-image: url("https://cdn.prod.website-files.com/64cca494ab3dcc47c2f1199a/6542245b607272b42d0314ff_radio__checkmark.svg");
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_radio_description {
  cursor: pointer;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_label {
  cursor: pointer;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  background-color: var(--textwhite1);
  color: #262926;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .5em .5em .6em;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.cookie-preference-button_text {
  display: none;
}

.news-item1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--textwhite1);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 2px 5px 1px #0003;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.datum-news-post {
  color: var(--pressed);
  letter-spacing: 1px;
  padding: 0 10px 12px 11px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.empty-state {
  background-color: var(--fake-code);
  text-align: center;
  border-radius: 5px;
  padding: 20px;
  font-size: 18px;
  box-shadow: 0 2px 5px #0003;
}

.call-to-action-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.call-to-action-buttons.off {
  display: none;
}

.cta-button-div {
  background-color: var(--cr-lila);
  color: var(--textwhite1);
  background-image: none;
  border-radius: 5px;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.cta-button-div:hover {
  background-color: var(--textwhite1);
  background-image: linear-gradient(12deg, var(--cr-lila), #7d569c17 33%, #54459300 67%, #3f3c8f00);
  color: var(--cr-black);
  box-shadow: inset 0 2px 5px #0003;
}

.cta-button-div.off {
  display: none;
}

.heading-span-1 {
  font-size: 22px;
  line-height: 30px;
}

.small-text {
  font-size: 16px;
  line-height: 26px;
}

.preis-text {
  background-color: var(--green-tansparent);
  color: var(--cr-black);
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.price-amount-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.code-embed {
  flex: 1;
  height: 33vh;
}

.contact-popup-button {
  background-color: var(--cr-lila);
}

.contact-popup-background {
  z-index: 100;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #08080ea8;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 5vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-button {
  z-index: 1001;
  z-index: 1001;
  inset: 6% 1% auto auto;
  position: fixed;
  inset: 6% 1% auto auto;
}

.link-color, .link-color.w--current {
  color: var(--cr-graublau);
}

.link-color.w--current:active {
  color: var(--pressed);
}

.link-color.w--current:visited {
  color: var(--cr-lila);
}

.off {
  display: none;
}

.locales-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.inverted {
  color: #fff;
  background-color: #161616;
  border-radius: 5px;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 88px;
}

.inverted.less-height {
  line-height: 48px;
}

@media screen and (min-width: 1920px) {
  p {
    text-align: left;
  }

  .nav-link.cta-button {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
  }

  .fakecodebox-frame.text1-div.no-margin {
    justify-content: flex-start;
  }

  .bild-text-holder.colors-margin.landingpage, .bild-text-holder.colors-margin.leistungen {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .bild-text-holder.off {
    display: none;
  }

  .bild-text-holder.colors-margin {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bild-text-holder.colors-margin.landingpage, .bild-text-holder.colors-margin.leistungen {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .bild-text-holder.colors-margin.v2 {
    align-self: center;
    max-width: 1300px;
    padding: 40px;
  }

  .bild-text-holder.colors-margin.landingpage, .bild-text-holder.colors-margin.leistungen {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .bild-text-holder.coderitter-visiten {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .bild-div.smaller.event-image {
    object-fit: contain;
    align-self: flex-start;
    height: 100%;
    max-height: 330px;
  }

  .bild-div.smaller.margin-bottom.mobile-off {
    max-height: 66vh;
  }

  .bild-div.bigger {
    flex: 0 auto;
    order: -1;
    align-self: stretch;
    width: 45%;
    min-width: 33%;
  }

  .text-heading-div {
    width: 100%;
  }

  .text-heading-div.margin-top {
    align-self: stretch;
  }

  .image-text-h2.linksb-ndig {
    text-align: left;
    text-align: left;
  }

  .paragraph.left-aligned, .paragraph.left-aligned.less-margin, .paragraph.left-aligned, .paragraph.left-aligned.less-margin, .paragraph.left-aligned.less-margin {
    margin-bottom: 5px;
  }

  .boldes-statement {
    font-family: Good Headline Pro EXTD, Arial, sans-serif;
  }

  .boldes-statement.smaller {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 50px;
  }

  .hero-paragraph.v2 {
    font-size: 24px;
    line-height: 34px;
  }

  .button-text-div1 {
    flex: 1;
  }

  .social-proof-header {
    z-index: 10;
  }

  .statement1 {
    font-size: 62px;
    line-height: 80px;
  }

  .statement1.landingpage {
    font-size: 68px;
    line-height: 70px;
  }

  .blue-button-1 {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .blue-button-1.partner-link {
    margin-top: 5px;
  }

  .white-container-home {
    background-position: 50% -320%;
  }

  .white-container-home.v4 {
    background-position: 50% -70%;
    margin-bottom: 10vh;
  }

  .white-container-home.v2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .tiles-container {
    background-image: url("https://cdn.prod.website-files.com/64cca494ab3dcc47c2f1199a/6543af860f267c32c63d04fd_Punktchen_v02.png");
    background-position: 50% 61%;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tiles-container.v3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: url("https://cdn.prod.website-files.com/64cca494ab3dcc47c2f1199a/66140634f643911dbaf258cc_CR-Background-punkte-1080p-blass.avif");
    background-attachment: fixed;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tiles-container.v4 {
    background-position: 50% 187%;
  }

  .tiles-text.visite {
    font-weight: 700;
  }

  .subheading {
    font-size: 41px;
    line-height: 42px;
  }

  .background-headings {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-auto-columns: auto;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-paragraph {
    width: auto;
  }

  .tribok-kategorie-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-5 {
    width: 20vw;
  }

  .empty-state {
    text-align: center;
    padding: 20px;
    font-size: 18px;
  }

  .colored-div {
    padding-left: 60px;
    padding-right: 60px;
  }

  .preis-text {
    background-color: var(--green-tansparent);
    color: var(--textwhite1);
    padding: 10px 20px;
  }

  .price-amount-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-main-image-1 {
    width: 100%;
  }

  .quote-div {
    flex-flow: row;
    margin-top: 10vh;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-div-360w {
    max-width: 420px;
  }

  .image-div-360w.psartner-site {
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-div-360w.psartner-site.last-position {
    max-width: 790px;
  }

  .image-div-360w.exclusives-angebot.max-high.aspect-ratio {
    max-width: 520px;
  }

  .benefits-text {
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .contact-popup-background {
    padding-left: 8vw;
    padding-right: 8vw;
    display: none;
  }

  .popup-close-button {
    order: 1;
  }

  .grosser-text {
    font-size: 22px;
  }

  .sehr-grosser-text {
    font-size: 26px;
  }

  .header-span-5-black {
    font-size: 72px;
    line-height: 90px;
  }

  .tribok-page-heading-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .text-bild-container {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
  }

  .projekte-list {
    flex-flow: row;
  }

  .collection-item-2 {
    min-width: 300px;
    max-width: 320px;
  }

  .anwendungsfaelle-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .anwendung-cover-image.leistung {
    aspect-ratio: 16 / 9;
    aspect-ratio: 16 / 9;
    max-height: 300px;
  }

  .short-text-div {
    padding: 30px;
  }

  .collection-item-service {
    min-width: 360px;
  }

  .leistungen-paragraph-div {
    padding-left: 30px;
    padding-right: 40px;
  }

  .header-span-5-blue {
    font-size: 72px;
    line-height: 90px;
  }

  .white-square-home {
    background-position: 50% -320%;
  }

  .white-square-home.v3 {
    background-position: 50% -70%;
  }

  .tiles-container-2 {
    background-image: url("https://cdn.prod.website-files.com/64cca494ab3dcc47c2f1199a/6543af860f267c32c63d04fd_Punktchen_v02.png");
    background-position: 50% 61%;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .blog-post-button {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .cr-visite-2 {
    height: 32vh;
    max-height: 50vh;
  }

  .features-grid.feature-list {
    grid-template-columns: repeat(auto-fit, minmax(48%, max-content));
    grid-auto-columns: minmax(100%, 1fr);
  }

  .image-round-corners {
    width: 480px;
  }

  .benefits-paragraph-blue {
    width: auto;
  }

  .multihub-benefits-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .left-side-2 {
    width: 19%;
  }

  .bild-text-holder-2.tribok {
    justify-content: center;
    margin-top: 40px;
  }

  .tribok-mittig-3 {
    width: 33%;
  }

  .right-side-2 {
    width: 19%;
  }

  .specs-kategorie-wrapper-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .small-heading-left {
    font-size: 26px;
  }

  .list-text-bordered-3 {
    font-size: 16px;
  }

  .arrow-div-3 {
    max-width: 60px;
  }

  .benefits-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-auto-columns: auto;
    justify-content: flex-start;
    display: inline-flex;
  }

  .features-grid-2.feature-list {
    grid-template-columns: repeat(auto-fit, minmax(48%, max-content));
    grid-auto-columns: minmax(100%, 1fr);
  }

  .max-width-image {
    max-width: none;
  }

  .benefits-paragraph-2 {
    width: auto;
  }

  .colored-div-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .intro-text-home {
    background-position: 50% -320%;
  }

  .intro-text-home.v3 {
    background-position: 50% -70%;
  }

  .inverted {
    color: #fff;
    background-color: #161616;
  }

  .framed-number {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }

  h2 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  h4 {
    font-size: 17px;
    line-height: 22px;
  }

  .navigationbuttons {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    margin-left: 15px;
  }

  .nav-link.cta-button {
    flex: 1;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 20px;
    line-height: 26px;
  }

  .nav-link.cta-button.no-margin {
    text-align: center;
    align-self: stretch;
  }

  .nav-link.cta-button.pdf {
    margin-left: 0;
  }

  .nav-logo-full {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .vollbildsection {
    margin-top: 60px;
  }

  .fakecodebox-frame.text1-div.max-height {
    width: auto;
    margin-top: 20px;
  }

  .fakecodebox-frame.text1-div.no-margin {
    padding: 15px 20px;
  }

  .code-font {
    overflow-wrap: anywhere;
  }

  .code-font.small {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .nav-menu-buttons {
    border-top: .1px solid var(--pressed);
    border-bottom: 1px solid var(--pressed);
    background-color: var(--textwhite1);
    padding-bottom: 5px;
  }

  .classic-content-section {
    margin-bottom: 0;
  }

  .classic-content-section.top-margin {
    margin-top: 60px;
    overflow: hidden;
  }

  .classic-content-section.centered-display {
    overflow: hidden;
  }

  .classic-content-section._10vh-margin.kleiner {
    margin-top: 0;
  }

  .bild-text-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .bild-text-holder.colors-margin.v2.plus-bild, .bild-text-holder.colors-margin.landingpage {
    flex-flow: column;
  }

  .bild-text-holder.colors-margin.anwendung-landingpage, .bild-text-holder.colors-margin.leistungen-landingpage {
    overflow: hidden;
  }

  .bild-text-holder.mittig {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bild-text-holder.mittig.teamvorstellung {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .bild-text-holder.mittig.netzwerk {
    flex-flow: column;
  }

  .bild-text-holder.call-to-action {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }

  .bild-text-holder.news-post._80vw-breite.post-page {
    flex-direction: column;
  }

  .bild-text-holder.colors-margin {
    margin-bottom: 2vh;
  }

  .bild-text-holder.colors-margin.v2.plus-bild, .bild-text-holder.colors-margin.landingpage {
    flex-flow: column;
  }

  .bild-text-holder.colors-margin.anwendung-landingpage, .bild-text-holder.colors-margin.leistungen-landingpage {
    overflow: hidden;
  }

  .bild-text-holder.colors-margin.row, .bild-text-holder.colors-margin.v2.plus-bild, .bild-text-holder.colors-margin.v2.plus-bild, .bild-text-holder.colors-margin.landingpage {
    flex-flow: column;
  }

  .bild-text-holder.colors-margin.anwendung-landingpage, .bild-text-holder.colors-margin.leistungen-landingpage {
    overflow: hidden;
  }

  .bild-text-holder.colors-margin.row {
    flex-flow: column;
  }

  .bild-text-holder.coderitter-visiten {
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .bild-div.smaller {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
  }

  .bild-div.smaller.event-image {
    max-width: 100%;
    max-height: 35vh;
  }

  .bild-div.smaller.margin-bottom {
    height: 90%;
    margin-bottom: 20px;
  }

  .bild-div.smaller.margin-bottom.mobile-off {
    order: 0;
    display: block;
  }

  .bild-div.bigger {
    object-fit: cover;
    flex: 0 auto;
    order: -1;
    width: auto;
    height: 28vh;
  }

  .text-heading-div {
    flex: 1;
    justify-content: flex-start;
    width: 100%;
  }

  .text-heading-div.margin-top {
    margin-top: 0;
  }

  .bild-heading-div.inverted {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
  }

  .image-text-h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .image-text-h2.special-margins-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .image-text-h2.linksb-ndig {
    text-align: center;
  }

  .image-text-h2.linksb-ndig.news-item {
    text-align: left;
    text-align: left;
  }

  .paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  .paragraph.left-aligned {
    text-align: left;
  }

  .paragraph.left-aligned.less-margin {
    margin-bottom: 10px;
  }

  .paragraph.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .blurry-cover-image {
    height: 98vh;
  }

  .blurry-cover-image.ritter-rechts {
    object-position: 63% 50%;
    object-position: 63% 50%;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: var(--cr-black);
    background-color: #ffffff12;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .boldes-statement {
    overflow-wrap: anywhere;
    line-height: 48px;
  }

  .boldes-statement.centered {
    margin-bottom: 10px;
  }

  .boldes-statement.quote {
    font-size: 46px;
    line-height: 54px;
  }

  .boldes-statement.smaller {
    font-size: 38px;
  }

  .hero-paragraph {
    text-align: left;
    font-size: 22px;
  }

  .bigger {
    font-size: 25px;
    line-height: 26px;
  }

  .partner-logos {
    grid-row-gap: 4vw;
  }

  .image {
    max-width: 100%;
    max-height: 60px;
  }

  .between-image {
    object-position: 50% 35%;
  }

  .button-text-div1 {
    order: 0;
  }

  .text-field-1 {
    font-family: Montserrat, sans-serif;
  }

  .submit-button {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }

  .submit-button.popup-close-button {
    margin-top: -10px;
    margin-bottom: 0;
    margin-left: 0;
    top: 20px;
  }

  .landingpage-form {
    margin-bottom: 5px;
  }

  .social-proof-header {
    grid-column-gap: 20px;
    place-content: stretch space-around;
    overflow: scroll;
  }

  .boldes-statement-container {
    justify-content: center;
    margin-left: 10vw;
    margin-right: 21vw;
  }

  .statement1 {
    font-size: 50px;
    line-height: 60px;
  }

  .statement1.landingpage {
    line-height: 50px;
  }

  .sprachauswahl-warnung {
    min-width: 100px;
  }

  .p-warning-klein {
    line-height: 23px;
  }

  .social-proof-team {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-content: space-around;
    align-self: stretch;
  }

  .blog-preview-image {
    align-self: stretch;
    width: 100%;
  }

  .blue-button-1 {
    text-align: center;
    align-self: stretch;
    font-size: 18px;
  }

  .blue-button-1.v3 {
    align-self: center;
  }

  .blue-button-1.centered-and-margin {
    margin-bottom: 10px;
  }

  .blue-button-1.centered-and-margin.other-margin {
    margin-bottom: 20px;
  }

  .blue-button-1.partner-link {
    margin-top: 2px;
  }

  .smallest-content-section {
    margin-bottom: 1vh;
  }

  .first-content-section {
    padding-top: 80px;
  }

  .first-content-section.margin-top {
    margin-top: 0;
  }

  .white-container-home {
    width: 80vw;
    padding-left: 60px;
    padding-right: 60px;
  }

  .white-container-home.v4 {
    margin-top: 40px;
    margin-bottom: 10vh;
    overflow: hidden;
  }

  .white-container-home.v4 {
    margin-top: 40px;
    margin-bottom: 10vh;
    overflow: hidden;
  }

  .white-container-home.v2 {
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
  }

  .tiles-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .tiles-container.v3 {
    margin-top: 0;
  }

  .tiles-container.v4 {
    margin-top: 10vh;
  }

  .tiles-text {
    font-size: 22px;
    line-height: 30px;
  }

  .tiles-text.visite {
    align-items: center;
    width: 100%;
    font-weight: 600;
  }

  .tile-heading-div {
    order: -1;
    align-self: center;
    align-items: center;
  }

  .subheading {
    line-height: 20px;
  }

  .subheading.mobile-off {
    line-height: 48px;
  }

  .full-image-section {
    margin-top: 5vh;
  }

  .heading-paragraph-div {
    padding: 0;
  }

  .heading-paragraph-div.mobile-smaller {
    flex: 0 auto;
  }

  .background-headings {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    margin-top: 10px;
  }

  .background-headings.downwards {
    text-align: left;
    text-align: left;
    margin-top: 0;
  }

  .benefits-paragraph {
    width: auto;
    line-height: 28px;
  }

  .benefits-paragraph.fat.blue.mobile-smaller {
    font-weight: 500;
  }

  .benefits-paragraph.grey {
    align-self: flex-start;
  }

  .news-item1 {
    flex-flow: column;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .datum-news-post {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .step-image-text, .step-image-text.flipped, .step-image-text.flipped {
    flex-flow: column;
  }

  .text-side {
    padding-left: 0;
  }

  .image-5 {
    width: 100%;
  }

  .use-case-links {
    flex-flow: column;
  }

  .steps-h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .steps-h2.no-padding {
    padding-bottom: 0;
  }

  .centered-container-div {
    flex-flow: row;
    justify-content: center;
  }

  .centered-container-div.entwiclung {
    align-self: stretch;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .colored-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-self: center;
    width: auto;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .call-to-action-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .preis-text {
    height: 30px;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
  }

  .slider-landingpage {
    width: 68vw;
    height: 100%;
  }

  .quote-div {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 80vw;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 60px;
    overflow: hidden;
  }

  .quote-div.bigger-margin {
    margin-bottom: 5vh;
  }

  .image-div-360w {
    flex: 1;
    width: 100%;
    max-width: none;
    max-height: 420px;
  }

  .image-div-360w.psartner-site {
    width: 100%;
    padding: 0;
  }

  .image-div-360w.psartner-site.last-position {
    width: 100%;
    max-width: none;
  }

  .image-div-360w.exclusives-angebot {
    max-width: none;
  }

  .benefits-text {
    overflow-wrap: anywhere;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .full-size-cover-image {
    flex: 1;
    align-self: stretch;
  }

  .popup-close-button {
    order: -1;
    align-self: flex-end;
  }

  .umbrechender-link {
    overflow-wrap: anywhere;
  }

  .header-span-5-black {
    font-size: 50px;
    line-height: 60px;
  }

  .tribok-page-heading-image {
    height: 98vh;
  }

  .paragraph-small {
    text-align: left;
    font-size: 18px;
  }

  .text-bild-container {
    flex-flow: column;
  }

  .projekte-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item-2 {
    min-width: auto;
    max-width: 290px;
  }

  .partner-collection {
    padding-left: 3px;
    padding-right: 3px;
  }

  .partnerbild-landingpage-div {
    align-self: stretch;
  }

  .partner-text-div {
    padding: 0;
  }

  .anwendungsfaelle-stack {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .anwendung-cover-image {
    aspect-ratio: 16 / 9;
    align-self: stretch;
  }

  .anwendung-cover-image.leistung {
    max-height: 300px;
  }

  .short-text-div {
    padding: 25px;
  }

  .collection-list-services {
    flex-flow: column;
    display: flex;
  }

  .collection-item-service {
    width: 100%;
    min-width: 290px;
  }

  .header-span-5-blue {
    font-size: 50px;
    line-height: 60px;
  }

  .full-with-image-div {
    margin-bottom: 20px;
  }

  .social-proof-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .buttons-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-self: stretch;
    padding-top: 60px;
  }

  .visiten-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .step-image-text-2 {
    flex-flow: column;
  }

  .white-square-home {
    width: 80vw;
    padding-left: 60px;
    padding-right: 60px;
  }

  .white-square-home.v3 {
    margin-bottom: 1vh;
  }

  .tiles-container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .blog-post-button {
    align-self: stretch;
  }

  .blog-post-button.v3 {
    align-self: center;
  }

  .cr-visite-2 {
    height: auto;
    max-height: none;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .image-round-corners {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .paragraph-6.black.padding {
    align-self: center;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefits-paragraph-blue {
    text-align: left;
    width: auto;
  }

  .multihub-benefits-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .left-side-2 {
    width: 50%;
    max-width: 50%;
  }

  .bild-text-holder-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
  }

  .bild-text-holder-2.tribok {
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .tribok-mittig-3 {
    order: -1;
    max-width: 100%;
    max-height: 720px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .right-side-2 {
    width: 50%;
    max-width: 50%;
  }

  .small-heading-left {
    font-size: 22px;
    line-height: 30px;
  }

  .arrow-div-3 {
    width: 9%;
    max-width: 100px;
    max-height: 33%;
  }

  .arrow-3 {
    font-size: 42px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .benefits-sensei {
    width: 60px;
  }

  .features-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .benefit-text {
    word-break: keep-all;
  }

  .text-in-div.number {
    font-size: 24px;
  }

  .max-width-image {
    max-width: 550px;
  }

  .benefits-paragraph-2 {
    text-align: left;
    min-width: auto;
  }

  .benefits-sensei-div {
    flex: none;
  }

  .black-h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .black-h2.plan {
    text-align: center;
    text-align: center;
  }

  .colored-div-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-self: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-text-home {
    width: 80vw;
    padding-left: 60px;
    padding-right: 60px;
  }

  .intro-text-home.v3 {
    margin-bottom: 5vh;
  }

  .classic-content-section-2 {
    margin-bottom: 0;
  }

  .inverted {
    margin-left: -5px;
    margin-right: -5px;
    line-height: 78px;
  }

  .inverted.less-height {
    line-height: 46px;
  }

  .framed-number {
    text-align: left;
    width: 42px;
    min-width: auto;
    height: 42px;
    top: -15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 32px;
  }

  p {
    text-align: left;
    font-size: 17px;
  }

  .language-buttons {
    padding-left: 0;
  }

  .nav-link.cta-button {
    color: var(--textwhite1);
    flex: 0 auto;
    font-size: 18px;
  }

  .logo-navbar {
    padding-left: 0;
  }

  .nav-logo-full {
    border: 1px solid #0000;
  }

  .fakecodebox-frame {
    padding: 20px 30px 30px;
  }

  .fakecodebox-frame.text1-div {
    background-image: url("https://cdn.prod.website-files.com/64cca494ab3dcc47c2f1199a/6613b6e9696bc857484c621f_CR%20Background-punkte%201080p.png");
    background-position: 50%;
    background-size: cover;
    margin-top: 15px;
    padding: 30px;
  }

  .fakecodebox-frame.text1-div.max-height {
    margin-top: 20px;
  }

  .fakecodebox-frame.text1-div.no-margin {
    padding: 10px 15px;
  }

  .code-font {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .code-font.small {
    font-size: 16px;
    line-height: 24px;
  }

  .classic-content-section {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .classic-content-section.top-margin {
    align-items: center;
    margin-top: 40px;
  }

  .classic-content-section.centered-display.events1 {
    margin-top: 10vh;
  }

  .bild-text-holder.call-to-action {
    padding: 20px;
  }

  .bild-text-holder.colors-margin {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .bild-text-holder.colors-margin.max-width {
    width: auto;
    max-height: 500px;
  }

  .bild-text-holder.colors-margin.row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bild-div.smaller.margin-bottom {
    margin-bottom: 10px;
  }

  .bild-div.smaller.margin-bottom.mobile-off {
    display: none;
  }

  .bild-div.bigger {
    height: 27vh;
  }

  .text-heading-div {
    margin-top: 3px;
  }

  .image-text-h2 {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .image-text-h2.special-margins-left {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.left-aligned {
    line-height: 26px;
  }

  .paragraph.left-aligned.less-margin {
    min-width: auto;
  }

  .paragraph.left-aligned.less-margin.break-words-anywhere {
    overflow-wrap: normal;
    overflow-wrap: normal;
  }

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

  .paragraph.quote.bigger {
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph.quote.special {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph.teaser-text {
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 24px;
  }

  .blurry-cover-image {
    filter: blur(3px);
    height: 96vh;
  }

  .blurry-cover-image.all-sizes {
    filter: none;
    display: block;
  }

  .blurry-cover-image.ritter-rechts {
    filter: none;
    object-position: 60% 50%;
  }

  .boldes-statement {
    font-size: 28px;
    line-height: 36px;
  }

  .boldes-statement.quote {
    font-size: 38px;
    line-height: 48px;
  }

  .boldes-statement.smaller {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-paragraph.v2 {
    font-size: 16px;
    line-height: 26px;
  }

  .bigger {
    font-size: 22px;
  }

  .partners-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .partner-logos {
    grid-row-gap: 20px;
  }

  .between-image {
    object-position: 50% 24%;
  }

  .text-field-1 {
    margin-bottom: 5px;
  }

  .submit-button {
    font-size: 18px;
    line-height: 26px;
  }

  .submit-button.popup-close-button {
    padding: 7px 13px;
  }

  .footer-paragraph {
    text-align: center;
  }

  .landingpage-form {
    align-self: stretch;
    margin-bottom: 0;
  }

  .social-proof-header {
    grid-column-gap: 4vw;
    bottom: 2%;
  }

  .social-proof-image {
    max-width: 80px;
    max-height: 80px;
  }

  .boldes-statement-container {
    margin-right: 25vw;
  }

  .statement1 {
    overflow-wrap: anywhere;
    font-size: 38px;
    line-height: 48px;
  }

  .statement1.landingpage {
    font-size: 32px;
    line-height: 42px;
  }

  .sprachauswahl-warnung {
    min-width: 100px;
  }

  ._80vw-breite {
    width: auto;
  }

  .social-proof-team {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    align-content: space-around;
    bottom: 3%;
  }

  .blue-button-1 {
    font-size: 18px;
    line-height: 26px;
  }

  .blue-button-1.centered-and-margin {
    align-self: stretch;
  }

  .blue-button-1.centered-and-margin.other-margin {
    margin-bottom: 20px;
  }

  .blue-button-1.partner-link {
    margin-top: 0;
  }

  .smallest-content-section {
    justify-content: center;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .first-content-section {
    justify-content: center;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-container-home {
    background-position: 50% 85%;
    background-size: auto;
    padding: 40px;
  }

  .white-container-home.v4.less-margin, .white-container-home.v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-container-home.v4 {
    margin-bottom: 0;
  }

  .white-container-home.v4.less-margin, .white-container-home.v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tiles-container {
    grid-template-columns: 1fr;
    place-items: stretch center;
    padding: 40px;
  }

  .tiles-container.v3 {
    justify-items: stretch;
  }

  .tiles-container.v4 {
    place-items: stretch stretch;
  }

  .tiles-text {
    font-size: 22px;
  }

  .tiles-text.visite {
    letter-spacing: -.3px;
    letter-spacing: -.3px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subheading {
    font-size: 24px;
    line-height: 40px;
  }

  .subheading.mobile-off {
    display: none;
  }

  .heading-paragraph-div {
    order: -1;
  }

  .heading-paragraph-div.mobile-smaller, .heading-paragraph-div.vor-nachteile {
    min-width: auto;
  }

  .heading-paragraph-div.mobile-smaller, .heading-paragraph-div.vor-nachteile {
    min-width: auto;
  }

  .heading-paragraph-div.first-section {
    padding-top: 40px;
  }

  .background-headings {
    overflow-wrap: anywhere;
  }

  .benefits-paragraph {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .benefits-paragraph.fat.blue.mobile-smaller {
    width: auto;
  }

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

  .steps-h2 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 37px;
  }

  .centered-container-div.entwiclung {
    margin-top: 20px;
  }

  .colored-div {
    padding: 15px 20px;
  }

  .call-to-action-buttons {
    grid-template-columns: 1fr;
  }

  .quote-div {
    flex-flow: column;
    margin-top: 0;
    padding: 40px;
  }

  .quote-div.bigger-margin {
    margin-bottom: 2vh;
  }

  .image-div-360w {
    order: -1;
    width: 100%;
    min-width: auto;
    max-height: 360px;
  }

  .image-div-360w.psartner-site {
    max-width: 63vw;
  }

  .image-div-360w.psartner-site.last-position {
    max-width: 62vw;
  }

  .image-div-360w.exclusives-angebot {
    max-width: none;
  }

  .benefits-text {
    height: auto;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-size-cover-image.aspect-ratio {
    min-height: 100%;
  }

  .slider-nav {
    display: none;
  }

  .field-label {
    margin-bottom: 2px;
  }

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

  .sehr-grosser-text {
    font-size: 22px;
  }

  .umbrechender-link {
    overflow-wrap: anywhere;
  }

  .header-span-5-black {
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
  }

  .tribok-page-heading-image {
    height: 96vh;
    display: none;
  }

  .tribok-page-heading-image.wide-image {
    display: block;
  }

  .paragraph-small {
    font-size: 16px;
    line-height: 24px;
  }

  .text-bild-container {
    margin-top: 5px;
  }

  .projekte-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .collection-item-2 {
    max-width: none;
  }

  .partner-preview-text {
    max-height: none;
  }

  .partner-image {
    width: 100%;
    max-width: none;
  }

  .partner-collection {
    flex: 1;
    width: 100%;
  }

  .partner-landingpage {
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    text-decoration: none;
  }

  .collection-item-3 {
    text-decoration: none;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .partnerbild-landingpage {
    flex: 0 auto;
    align-self: center;
    max-height: 240px;
  }

  .collection-list-wrapper-3 {
    text-decoration: none;
  }

  .partnerbild-landingpage-div {
    height: 100%;
  }

  .collection-list-2 {
    text-decoration: none;
  }

  .anwendungsfaelle-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .short-text-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 20px;
  }

  .collection-list-services {
    flex-flow: column;
  }

  .collection-item-service {
    order: -1;
    min-width: 200px;
  }

  .leistungen-paragraph-div {
    inset: auto 0% 0%;
  }

  .header-span-5-blue {
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
  }

  .buttons-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .visiten-text-div {
    min-width: auto;
  }

  .visiten-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .visiten-grid-2.use-cases {
    grid-template-columns: 1fr;
  }

  .white-square-home {
    background-position: 50% 85%;
    background-size: auto;
    padding: 40px;
  }

  .white-square-home.v3 {
    margin-bottom: 0;
  }

  .hero-paragraph-3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .boldes-statement-3 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .text2-div.centered {
    min-width: auto;
  }

  .tiles-container-2 {
    grid-template-columns: 1fr;
    place-items: stretch center;
    padding: 40px;
  }

  .features-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(100%, max-content));
    grid-auto-columns: minmax(50px, 1fr);
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-round-corners {
    width: 100%;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-6.black {
    text-align: left;
  }

  .paragraph-6.black.padding {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .left-side-2 {
    flex: 1;
  }

  .bild-text-holder-2.tribok {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .right-side-2 {
    flex: 1;
  }

  .small-heading-left {
    font-size: 22px;
  }

  .arrow-div-3 {
    width: 10%;
    max-height: 33%;
  }

  .arrow-3 {
    font-size: 33px;
  }

  .benefits-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .benefits-grid.sensei {
    margin-bottom: 50px;
  }

  .benefits-sensei {
    width: 55px;
  }

  .features-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(100%, max-content));
    grid-auto-columns: minmax(50px, 1fr);
  }

  .features-grid-2.feature-list {
    margin-top: 30px;
  }

  .benefit-text {
    align-self: center;
  }

  .text-in-div.number {
    font-size: 22px;
    line-height: 32px;
  }

  .max-width-image {
    max-width: none;
  }

  .benefits-sensei-div {
    border-width: 2px;
    align-self: center;
  }

  .black-h2 {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 19px;
    line-height: 26px;
  }

  .black-h2.plan {
    text-align: left;
    text-align: left;
    align-self: flex-start;
  }

  .colored-div-2 {
    text-align: left;
    align-self: flex-start;
    padding: 15px 10px;
  }

  .intro-text-home {
    background-position: 50% 85%;
    background-size: auto;
    padding: 40px;
  }

  .intro-text-home.v3 {
    margin-bottom: 5vh;
  }

  .boldes-statement-4 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .classic-content-section-2 {
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .inverted {
    line-height: 66px;
  }

  .inverted.less-height {
    line-height: 38px;
  }

  .framed-number {
    width: 35px;
    height: 35px;
    inset: -15px 5px auto auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }

  h2 {
    font-size: 22px;
    line-height: 24px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-link.cta-button {
    margin-top: 10px;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 22px;
  }

  .fakecodebox-frame, .fakecodebox-frame.text1-div {
    padding: 20px;
  }

  .fakecodebox-frame.text1-div {
    padding: 20px;
  }

  .fakecodebox-frame.text1-div.no-margin {
    align-items: center;
  }

  .code-font.small.no-margin {
    font-size: 14px;
    line-height: 21px;
  }

  .bild-text-holder.call-to-action {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .bild-text-holder.colors-margin {
    margin-bottom: 1vh;
  }

  .bild-text-holder.colors-margin.v2 {
    padding: 20px;
  }

  .bild-text-holder.colors-margin.max-width.partner-site {
    margin-top: 10px;
  }

  .bild-text-holder.colors-margin.landingpage {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bild-div.smaller.margin-bottom {
    flex: 0 auto;
    align-self: center;
    width: 100%;
  }

  .bild-div.smaller.margin-bottom.mobile-off {
    display: none;
  }

  .bild-div.bigger {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    height: 12vh;
    margin-bottom: 10px;
  }

  .bild-heading-div.inverted {
    justify-content: center;
    align-items: flex-start;
  }

  .image-text-h2 {
    overflow-wrap: break-word;
    font-size: 20px;
    line-height: 26px;
  }

  .image-text-h2.special-margins-left {
    overflow-wrap: anywhere;
    margin-left: 0;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-text-h2.linksb-ndig.news-item {
    overflow-wrap: anywhere;
    overflow-wrap: anywhere;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph {
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph.quote, .paragraph.quote.bigger {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.left-aligned {
    line-height: 22px;
  }

  .paragraph.left-aligned.less-margin.break-words-anywhere {
    overflow-wrap: anywhere;
    overflow-wrap: anywhere;
    overflow-wrap: anywhere;
  }

  .paragraph.quote, .paragraph.quote.bigger {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.quote.bigger {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.quote.special {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph.teaser-text {
    overflow-wrap: anywhere;
    font-size: 12px;
    line-height: 20px;
  }

  .blurry-cover-image {
    height: 95vh;
    overflow: clip;
  }

  .blurry-cover-image.all-sizes {
    object-position: 57% 50%;
  }

  .blurry-cover-image.ritter-rechts {
    object-position: 64% 50%;
    min-height: auto;
  }

  .boldes-statement {
    font-size: 22px;
    line-height: 28px;
  }

  .boldes-statement.no-margin {
    overflow-wrap: anywhere;
    max-width: 80vw;
  }

  .boldes-statement.quote {
    font-size: 26px;
    line-height: 34px;
  }

  .boldes-statement.smaller {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .hero-paragraph.justify {
    text-align: left;
    overflow-wrap: anywhere;
    max-width: 75vw;
  }

  .hero-paragraph.v2 {
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 21px;
  }

  .bigger {
    font-size: 18px;
  }

  .partners-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-logos {
    place-content: space-around space-between;
  }

  .image {
    flex: 0 auto;
    max-height: 60px;
  }

  .between-image {
    object-fit: cover;
    object-position: 50% 33%;
  }

  .submit-button {
    text-align: left;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
  }

  .landingpage-form {
    align-self: stretch;
  }

  .social-proof-header {
    grid-column-gap: 20px;
    bottom: 2%;
  }

  .social-proof-image {
    max-width: 70px;
    max-height: 70px;
  }

  .boldes-statement-container {
    align-self: center;
    margin: 33vh 25vw 45vh 10vw;
  }

  .boldes-statement-container.mobile-full-width {
    margin-right: 10vw;
  }

  .boldes-statement-container.mobile-full-width.less-margin {
    margin-bottom: 30vh;
  }

  .statement1 {
    overflow-wrap: anywhere;
    font-size: 30px;
    line-height: 40px;
  }

  .statement1.landingpage {
    font-size: 32px;
    line-height: 32px;
  }

  .statement1.landingpage.partner {
    font-size: 30px;
  }

  .sprachauswahl-warnung {
    min-width: 100px;
  }

  .social-proof-team {
    grid-column-gap: 20px;
    justify-content: space-between;
    bottom: 10%;
  }

  .blue-button-1 {
    text-align: left;
    overflow-wrap: anywhere;
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .blue-button-1.centered-and-margin {
    margin-bottom: 0;
  }

  .smallest-content-section {
    margin-bottom: .5vh;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_component {
    background-color: #ffffffe6;
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .white-container-home {
    background-position: 50% 80%;
    padding: 20px;
    overflow: hidden;
  }

  .white-container-home.v4.less-margin, .white-container-home.v2, .white-container-home.v4.less-margin, .white-container-home.v4.less-margin, .white-container-home.v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tiles-container {
    padding: 20px;
    overflow: hidden;
  }

  .tiles-container.v3 {
    justify-items: center;
  }

  .tiles-container.v4 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .tiles-text.visite {
    text-align: left;
    letter-spacing: -.3px;
    text-shadow: none;
    text-align: left;
    letter-spacing: -.3px;
    align-items: stretch;
    font-size: 22px;
    font-style: normal;
    line-height: 26px;
  }

  .tile-heading-div {
    justify-content: flex-end;
    align-items: center;
  }

  .subheading {
    font-size: 19px;
    line-height: 29px;
  }

  .heading-paragraph-div.first-section {
    padding-top: 20px;
  }

  .background-headings {
    margin-top: 5px;
  }

  .benefits-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .benefits-paragraph.v2, .benefits-paragraph.v2.red, .benefits-paragraph.fat {
    overflow-wrap: anywhere;
  }

  .benefits-paragraph.v2, .benefits-paragraph.v2.red, .benefits-paragraph.v2.red, .benefits-paragraph.fat {
    overflow-wrap: anywhere;
  }

  .benefits-paragraph.fat.blue.mobile-smaller {
    min-width: 100px;
  }

  .steps-container {
    max-width: 80vw;
  }

  .steps-h2 {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .preis-text {
    font-size: 16px;
  }

  .slider-main-image-1 {
    margin-top: 0;
  }

  .quote-div {
    margin-top: 0;
    padding: 20px;
    overflow: hidden;
  }

  .quote-div.bigger-margin {
    margin-bottom: 0;
  }

  .image-div-360w {
    min-height: 50px;
    max-height: 160px;
  }

  .benefits-text {
    text-align: left;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .benefits-text.plan-number {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 16px;
    line-height: 20px;
  }

  .full-size-cover-image.aspect-ratio {
    min-height: 100%;
  }

  .sehr-grosser-text {
    font-size: 22px;
  }

  .header-span-5-black {
    font-size: 36px;
    line-height: 42px;
  }

  .tribok-page-heading-image {
    height: 95vh;
    overflow: clip;
  }

  .tribok-page-heading-image.wide-image {
    object-position: 48% 50%;
    object-position: 48% 50%;
  }

  .paragraph-small {
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 22px;
  }

  .text-bild-container {
    margin-top: 0;
  }

  .list-item-text {
    flex-flow: column;
  }

  .partner-preview-text {
    max-height: 64px;
    font-family: Montserrat, sans-serif;
    line-height: 22px;
  }

  .partner-image {
    max-width: 100%;
    min-height: 200px;
    display: inline-block;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .partnerbild-landingpage {
    max-height: 150px;
  }

  .partnerbild-landingpage-div {
    height: 100%;
  }

  .quick-stack {
    padding: 5px;
  }

  .paragraph-4 {
    overflow-wrap: anywhere;
  }

  .anwendungsfaelle-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .short-text-div {
    padding: 12px;
  }

  .collection-item-service {
    min-width: 142px;
  }

  .leistungen-paragraph-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-span-5-blue {
    font-size: 36px;
    line-height: 42px;
  }

  .buttons-div {
    padding-left: 2px;
    padding-right: 2px;
  }

  .visiten-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .visiten-grid-2.use-cases {
    grid-template-columns: 1fr;
  }

  .white-square-home {
    background-position: 50% 80%;
    padding: 20px;
    overflow: hidden;
  }

  .hero-paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-paragraph-3.justify {
    text-align: left;
    text-align: left;
    max-width: 80vw;
  }

  .boldes-statement-3 {
    font-size: 26px;
  }

  .boldes-statement-3.no-margin {
    overflow-wrap: anywhere;
    overflow-wrap: anywhere;
    max-width: 80vw;
  }

  .tiles-container-2 {
    padding: 20px;
    overflow: hidden;
  }

  .paragraph-5, .paragraph-6 {
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-6.black.padding {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-paragraph-blue {
    font-size: 14px;
  }

  .left-side-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .bild-text-holder-2.tribok {
    flex-flow: column;
  }

  .right-side-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .arrow-div-3 {
    width: 10%;
    max-height: 30%;
  }

  .arrow-3 {
    font-size: 24px;
  }

  .benefits-grid.sensei {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .benefits-sensei {
    width: 45px;
  }

  .features-grid-2.feature-list {
    margin-top: 30px;
  }

  .benefit-text, .text-in-div {
    font-size: 14px;
    line-height: 24px;
  }

  .text-in-div.number {
    align-self: center;
    font-size: 20px;
    line-height: 20px;
  }

  .sensor-type-image {
    max-width: 40px;
    top: 2px;
  }

  .benefits-paragraph-2 {
    overflow-wrap: anywhere;
    min-width: 50px;
    padding-left: 40px;
    font-size: 14px;
  }

  .benefits-paragraph-2.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .benefits-sensei-div {
    position: absolute;
    top: -10%;
    left: -12px;
  }

  .black-h2 {
    padding: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .colored-div-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-text-home {
    background-position: 50% 80%;
    padding: 20px;
    overflow: hidden;
  }

  .boldes-statement-4 {
    font-size: 26px;
  }

  .inverted {
    line-height: 62px;
  }

  .inverted.less-height {
    line-height: 32px;
  }

  .framed-number {
    overflow-wrap: anywhere;
    font-size: 14px;
    top: -13px;
    right: 0;
  }

  .framed-number.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#w-node-_526e7122-7c77-a985-f728-8483daa80a7a-daa80a28 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_526e7122-7c77-a985-f728-8483daa80a6f-daa80a28, #w-node-_526e7122-7c77-a985-f728-8483daa80a7a-daa80a28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_526e7122-7c77-a985-f728-8483daa80a55-daa80a28, #w-node-_526e7122-7c77-a985-f728-8483daa80a62-daa80a28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
