:root {
  --clr-accent: #f15b6e;
  --clr-on-accent: #ffff;
  --clr-regular-dark: #001a33;
  --clr-on-regular-dark: #ffff;
  --clr-regular-light: #dbe5ec;
  --clr-on-regular-light: #001a33;
  --clr-disabled: #b8bfc7;
  --clr-on-disabled: #e0e0e0;
}

html,
body {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #001a33;
  padding: 0px;
  margin: 0px;
  font-size: 22px;
  font-family: Nunito Sans;
  font-weight: 200;
  font-style: normal;
  color: #001a33;
}

h1 {
  font-size: 38px;
  font-family: Isidora-SemiBold;
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-size: 38px;
  font-family: Isidora-SemiBold;
  font-weight: normal;
  font-style: normal;
}
h3 {
  font-size: 24px;
  font-family: Isidora-SemiBold;
  font-weight: normal;
  font-style: normal;
}
a.anker {
  text-decoration: none;
  color: #000000;
  top: -200px;
  display: inline-block;
  position: relative;
}
a,
a:visited,
a:active,
a:hover {
  color: #f15b6e;
  text-decoration: none;
}
a.fontcolor {
  color: #001a33 !important;
}
a:hover {
  text-decoration: underline;
}

div.info-holder {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column-reverse;
}
div.cookie-info {
  background-color: #ffffff;
  width: 300px;
  box-shadow: 0px 0px 19px black;
  padding: 10px;
  font-size: 12px;
  border-radius: 10px;
  margin: 0 20px 20px 0;
}
div.cookie-info a.ok {
  display: block !important;
  text-align: center !important;
  margin-top: 10px !important;
  padding: 2px !important;
  border-radius: 5px !important;
}

div.onepager {
  background-color: #ffffff;
  width: 300px;
  box-shadow: 0px 0px 19px black;
  padding: 10px;
  font-size: 18px;
  border-radius: 10px;
  text-align: center;
  margin: 0 20px 20px 0;
}
div.onepager a {
  display: block !important;
  text-align: center !important;
  margin-top: 10px !important;
  padding: 5px 2px !important;
  border-radius: 5px !important;
  background-color: #f15b6e;
  color: #ffffff;
}

div.sidebar {
  height: 100%;
  width: 400px;
  position: fixed;
  top: 0;
  z-index: 5;
  right: -400px;
  background-color: #001a33;
  -webkit-transition: transform 0.7s ease-in-out, margin-top 0.2s;
  -moz-transition: transform 0.7s ease-in-out, margin-top 0.2s;
  -ms-transition: transform 0.7s ease-in-out, margin-top 0.2s;
  -o-transition: transform 0.7s ease-in-out, margin-top 0.2s;
  transition: transform 0.7s ease-in-out, margin-top 0.2s;
}
div.sidebar.active {
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
}
a.menu-icon {
  -webkit-transition: transform 0.7s ease-in-out, margin-top 0.2s;
  -moz-transition: transform 0.7s ease-in-out, margin-top 0.2s;
  -ms-transition: transform 0.7s ease-in-out, margin-top 0.2s;
  -o-transition: transform 0.7s ease-in-out, margin-top 0.2s;
  transition: transform 0.7s ease-in-out, margin-top 0.2s;
}
a.menu-icon.active {
  -webkit-transform: translateX(-420px);
  -moz-transform: translateX(-420px);
  -ms-transform: translateX(-420px);
  -o-transform: translateX(-420px);
  transform: translateX(-420px);
}
div.sidebar a.menu-icon {
  display: none;
}
div.sidebar div.buttons {
  padding: 0 0 0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div.sidebar div.buttons a {
  margin: 10px 0;
}
div.sidebar div.buttons a:first-child {
  margin-top: 0;
}
div.sidebar ul {
  list-style: none;
  padding: 0px 0px 0px 80px;
}
div.sidebar ul li.active a {
  border-bottom: solid 2px #f15b6e;
}
div.sidebar ul li:hover a {
  border-bottom: solid 1px #ffffff;
}
div.sidebar ul li a {
  color: #ffffff;
  font-size: 24px;
  font-family: Isidora-SemiBold;
  text-decoration: none;
}
div.sidebar div.sticky-header svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin: 0 20px 0 auto;
}
div.sidebar ul.sprachen {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
div.sidebar ul.sprachen li {
  margin: 0 20px 0 0;
}
div.sidebar div.sticky-header.small ul.sprachen li {
  margin: 30px 30px 0px 0px;
}
div.sidebar ul.sprachen li a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 21px;
  font-family: Isidora-Regular;
  font-weight: normal;
  font-style: normal;
}

div.sticky-header {
  z-index: 2;
  background-color: #001a33;
  height: 114px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}
div.sticky-header.small {
  height: 80px;
}
div.sticky-header > * {
  margin: 0 0 0 20px;
}
div.sticky-header a.logo {
  margin: 0 auto 0 0;
  display: inline-block;
  width: 184px;
}
div.sticky-header img.logo {
  width: 184px;
  height: 72px;
  transition: 0.2s;
}
div.sticky-header.small img.logo {
  top: 4px;
}
div.sticky-header .menu-icon {
  width: 43px;
  height: 24px;
}
div.sticky-header .menu-icon img {
  width: 43px;
  height: 24px;
}
div.sticky-header .menu-icon div.line {
  position: absolute;
  background-color: #ffffff;
  width: 0;
  height: 4px;
  border-radius: 2px;
}
div.sticky-header .menu-icon div.line,
div.sticky-header .menu-icon img {
  -webkit-transition: all 0.7s ease, margin-top 0.2s;
  -moz-transition: all 0.7s ease, margin-top 0.2s;
  -ms-transition: all 0.7s ease, margin-top 0.2s;
  -o-transition: all 0.7s ease, margin-top 0.2s;
  transition: all 0.7s ease, margin-top 0.2s;
}
div.sticky-header .menu-icon div.line.bottom {
  bottom: 0px;
}
div.sticky-header .menu-icon.active img {
  width: 0;
}
div.sticky-header .menu-icon.active div.line.top {
  width: 43px;
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}
div.sticky-header .menu-icon.active div.line.bottom {
  width: 43px;
  -webkit-transform: translateY(-10px) rotateZ(-45deg);
  -moz-transform: translateY(-10px) rotateZ(-45deg);
  -ms-transform: translateY(-10px) rotateZ(-45deg);
  -o-transform: translateY(-10px) rotateZ(-45deg);
  transform: translateY(-10px) rotateZ(-45deg);
}
div.sticky-header a.language {
  color: #ffffff;
  text-decoration: none;
  font-size: 21px;
  font-family: Isidora-Regular;
  font-weight: normal;
  font-style: normal;
  transition: 0.2s;
}
div.sticky-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
div.sticky-header div.header-navigation {
  display: flex;
  width: auto;
  font-size: 20px;
  -webkit-transition: all 0.7s ease, margin-top 0.2s;
  -moz-transition: all 0.7s ease, margin-top 0.2s;
  -ms-transition: all 0.7s ease, margin-top 0.2s;
  -o-transition: all 0.7s ease, margin-top 0.2s;
  transition: all 0.7s ease, margin-top 0.2s;
}
div.sticky-header .hidden {
  visibility: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
div.sticky-header div.header-navigation ul {
  list-style: none;
  padding: 0;
  margin-right: 0;
  display: flex;
}
div.sticky-header div.header-navigation ul li {
  margin: 0 0 0 40px;
}
div.sticky-header div.header-navigation ul li a {
  color: #fff;
  white-space: nowrap;
}
div.sticky-header div.header-navigation ul li a:hover {
  border-bottom: solid 1px #ffffff;
  text-decoration: none;
}
div.sticky-header div.header-navigation ul li a.active {
  border-bottom: solid 2px #f15b6e;
}
div.sticky-header a.language {
  display: flex;
  align-items: center;
  padding: 3px 12px;
  border: solid 1px transparent;
}
div.sticky-header a.language:hover {
  border: solid 1px #f15b6e;
  border-radius: 50vh;
}
div.sticky-header a.language svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
}
div.sticky-header a.login,
div.sticky-header a.test,
div.sidebar a.login,
div.sidebar a.test {
  border: solid 1px #f15b6e;
  border-radius: 50vh;
  padding: 6px 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
div.sticky-header a.login svg,
div.sticky-header a.test svg,
div.sidebar a.login svg,
div.sidebar a.test svg {
  height: 20px;
  width: 20px;
  fill: #f15b6e;
  margin-left: 10px;
}
div.sticky-header a.login:hover,
div.sidebar a.login:hover {
  background-color: rgba(241, 91, 110, 0.4);
}
div.sticky-header a.test,
div.sidebar a.test {
  background-color: #f15b6e;
  color: #fff;
}
div.sticky-header a.test:hover,
div.sidebar a.test:hover {
  background-color: rgba(241, 91, 110, 0.4);
  color: #f15b6e;
}
.first-elem {
  margin-top: 114px !important;
}

div.sticky-webinar {
  background-color: #566877;
  position: fixed;
  top: 114px;
  left: 0;
  right: 0;
  color: #ffffff;
  padding: 10px 45px;
  font-size: 16px;
  z-index: 2;
  transition: 0.2s;
}
div.sticky-header.small + div.sticky-webinar {
  top: 80px;
  padding: 5px 45px;
}
div.sticky-webinar a {
  color: #ffffff;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
div.sticky-webinar a.login {
  float: right;
}

div.sticky-webinar .webinar-options {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
div.sticky-webinar .webinar-option {
  border: solid 1px #001a33;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
}
div.sticky-webinar .webinar-option small {
  display: block;
}
div.sticky-webinar .webinar-option div.images img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: solid 2px #ffffff;
  margin-left: -10px;
}
div.sticky-webinar .webinar-option div.images img:first-child {
  margin-left: 0;
}
div.sticky-webinar .webinar-option a.book {
  background-color: #001a33;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px 0 0 0;
}

div.video {
  z-index: 3;
  position: relative;
  background-color: #001a33;
  height: 100%;
  overflow: hidden;
}
div.video video {
  width: 100%;
  height: auto;
}
@media (min-aspect-ratio: 16/9) {
  div.video video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  div.video video {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 920px) {
  div.video video {
    display: none;
  }
  @media (min-aspect-ratio: 16/9) {
    div.video img.poster {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
    }
  }
  @media (max-aspect-ratio: 16/9) {
    div.video img.poster {
      position: relative;
      display: block;
      width: auto;
      height: 100%;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
    }
  }
}
div.video div.content {
  background-color: rgba(11, 46, 78, 0.7);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}
div.video div.sticky-header {
  background: transparent;
}
div.video div.sticky-header,
div.video div.sticky-header * {
  z-index: 2;
}
div.video img.logo-big {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 900px;
  margin: 0px 0px -50px -80px;
  z-index: 1;
}
div.video div.content div.slogan {
  color: #ffffff;
  width: 798px;
  text-align: right;
  position: absolute;
  bottom: 230px;
  left: 330px;
}
div.video div.content div.slogan span {
  display: block;
}
div.video div.content div.slogan span.line1 {
  font-size: 37px;
  font-family: Isidora-SemiBold;
}
div.video div.content div.slogan span.line2 {
  font-size: 92px;
  font-family: Isidora-SemiBold;
}
div.video div.content div.slogan span.line3 {
  font-size: 22px;
  margin-bottom: 20px;
}
div.video div.content div.slogan span.line3.mobile {
  display: none;
}

div.main-benefits {
  background-color: #d8dee4;
  padding: 200px 100px 100px 100px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
div.main-benefits .text {
  margin-right: 50px;
}
div.main-benefits video,
div.main-benefits img {
  position: relative;
  float: right;
  width: 595px;
  margin: 120px 0px 0px 0px;
}
div.main-benefits iframe {
  position: relative;
  width: 700px;
  height: 370px;
  margin: 120px 0px 0px 0px;
}
div.main-benefits a.review {
  display: inline-block;
  cursor: pointer;
  margin: 0px 10px 0px 0px;
}
div.main-benefits a.review img {
  height: 45px;
  margin: 0;
  float: none;
  width: auto;
}
div.main-benefits h1,
div.main-benefits ul,
div.main-benefits p {
  max-width: 734px;
}

::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}

/* Hinweis auf Messen */
div.messehinweis {
  font-size: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
  color: #ffffff;
  width: 250px;
  text-align: right;
  padding: 20px;
}
div.messehinweis b {
  display: block;
  margin: 5px 0px;
}
div.messehinweis img {
  width: 250px;
  margin-top: 20px;
}
div.messehinweis span.desktop {
  display: block;
}
div.messehinweis span.mobile {
  display: none;
}
div.messehinweis .triangle {
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 350px 350px;
  border-color: transparent transparent #f15b6e transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1120px) {
  div.messehinweis {
    font-size: 10px;
    padding: 10px;
  }
  div.messehinweis span.desktop {
    display: none;
  }
  div.messehinweis span.mobile {
    display: block;
  }
  div.messehinweis .triangle {
    border-width: 0 0 150px 300px;
  }
  div.messehinweis img {
    width: 170px;
    margin-top: 10px;
  }
}

/* Tooltip container */
.tooltip {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  max-width: 80%;
  max-height: 60%;
  background: #ffffff;
  margin-left: -200px;
  margin-top: -150px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #888;
  padding: 10px;
  z-index: 10;
  font-size: 16px;
  display: none;
}
.tooltip .tooltip-content {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 40px;
  overflow: auto;
}
.tooltip a {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
*[data-tooltip] {
  display: inline-block;
  background-color: #c0c0c0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

/* Button with position aware effect */
a.button,
span.button {
  font-family: Isidora-SemiBold;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px 20px;
  width: auto;
  text-decoration: none;
  font-size: 20px;
}
a.button span,
span.button span {
  position: relative;
  z-index: 1;
  display: inline;
}
a.button span.hover,
span.button span.hover {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
a.button:hover span,
span.button:hover span {
  width: 225%;
  height: 562.5px;
  display: inline !important;
}

/* Differen button colors */
a.button.rose,
span.button.rose {
  color: #ffffff;
  background-color: #f15b6e;
}
a.button.rose span.hover,
span.button.rose span.hover,
a.button.rose:active,
span.button.rose:active {
  background-color: #0b2e4e;
}
a.button.blue,
span.button.blue {
  color: #ffffff;
  background-color: #0b2e4e;
}
a.button.blue span.hover,
span.button.blue span.hover a.button.blue:active,
span.button.blue:active {
  color: #0b2e4e;
  background-color: #b1bec8;
}

/* Top Image */
.top-image {
  background-color: #001a33;
  height: 100%;
  overflow: hidden;
}
.top-image .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.top-image .image .opacity {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 26, 51, 0.7);
}
.top-image .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 100px;
  color: #ffffff;
}
.top-image .text h2 {
  font-size: 26px;
}
.top-image .quicklinks {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
.top-image .quicklinks img {
  max-height: 80%;
  max-width: 80%;
}

.benefits {
  background-color: #b1bec8;
  text-align: center;
  padding: 80px 0px;
}
.benefits > h2 {
  margin: 20px;
}
.benefits > ul {
  list-style: none;
  width: 1110px;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  padding: 20px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits > ul li {
  background-color: #ffffff;
  border-radius: 8px;
  position: relative;
  float: left;
  padding: 20px;
  width: 215px;
  height: 156px;
  margin: 0px 0px 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.preise .benefits > ul li {
  height: 60px;
}
.benefits > ul li:first-child {
  margin-left: 0px;
}
.benefits > ul li:before {
  content: " ";
  color: firebrick;
  font-size: 2em;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  transform: translateX(-50%);
  background-image: url(../bilder/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* Target groups as scroll-wrapper */
.target-groups {
  background-color: #001a33;
}
.target-groups .group {
  width: 1083px;
  height: 722px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.target-groups .group.company {
  background-image: url(../bilder/company.jpg);
}
.target-groups .group.band {
  background-image: url(../bilder/band.jpg);
}
.target-groups .group.agency {
  background-image: url(../bilder/agency.jpg);
}
.target-groups .group .content {
  position: relative;
  background-color: #001a33;
  width: 670px;
  height: 401px;
  top: 109px;
  left: 156px;
  color: #ffffff;
  padding: 50px;
  font-size: 20px;
}
.target-groups .group .content > h2 {
  position: relative;
  font-size: 38px;
  margin: 0px 0px 10px 0px;
}
.target-groups .group .content > ul {
  position: relative;
  float: right;
  width: 300px;
  padding: 0px 0px 0px 40px;
  margin: 10px 0px;
}
.target-groups .group .content > p {
  position: relative;
  display: block;
  float: left;
  width: 330px;
  margin: 10px 0px;
}

.lightblue,
.bg-blue {
  background-color: #d8dee4;
}

.darkblue {
  background-color: #001a33;
}

.lightblue.header h1 {
  margin: 0;
  margin-top: 114px;
}
.lightblue.header h2 {
  margin-left: 0;
  margin-right: 0;
  font-size: 30px;
}
.lightblue.header p {
  margin-left: 0;
  margin-right: 0;
}

.bg-white {
  background-color: #ffffff;
}
.bg-white + .bg-white > .center-content {
  padding: 20px;
}

.features,
.center-content,
.feature-subnavigation {
  position: relative;
  width: 700px;
  margin: 0px auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  padding: 80px 0px;
  overflow: hidden;
}
.features {
  width: 1105px;
}
.center-content .features {
  width: 700px;
}
.center-content p.images {
  text-align: center;
}
.center-content p.images img {
  max-width: 30vw;
  max-height: 50vh;
}
.center-content p.images small {
  display: block;
}
.center-content .news-list {
  width: 45%;
  float: left;
}
.center-content .news-list:first-child {
  margin-right: 10%;
}
.feature-subnavigation,
.feature-subnavigation ul {
  padding-top: 0;
  padding-bottom: 0;
}
.center {
  text-align: center;
  padding: 0px 20px;
}
.center img {
  max-width: 80%;
}
.center iframe.arcade {
  width: 50vw;
  height: 26.5vw;
  max-width: 884px;
  max-height: 469px;
}
.center > h1,
.center > h2,
.center > h3,
.center > p,
.features > h1,
.features > h2,
.features > h3,
.features > p {
  max-width: 730px;
  margin: 20px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.features .center h2 {
  font-size: 38px;
  margin-bottom: 10px;
}
.features .feature {
  position: relative;
  margin: 200px 0px;
  overflow: hidden;
  padding: 0px 565px 0px 0px;
  min-height: 321px;
}
.center-content .features .feature {
  padding: 0px 365px 0px 0px;
}
.features .feature:first-child {
  margin-top: 0px !important;
}
.features .feature:nth-child(odd):not(.left) {
  padding: 0px 0px 0px 565px;
}
.center-content .features .feature:nth-child(odd):not(.left) {
  padding: 0px 0px 0px 365px;
}
.features.textonly .feature {
  width: 530px;
  float: left;
  margin: 0px 0px 100px 0;
  padding: 0 !important;
  text-align: left;
}
.features.textonly .feature:nth-child(odd):not(.left) {
  clear: both;
  margin-right: 40px;
}
.features .feature h2 {
  font-size: 34px;
  margin: 0px 0px 10px 0px;
}
.features .feature img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 540px;
}
.center-content .features .feature img {
  width: 340px;
}
.features .feature:nth-child(odd):not(.left) img {
  left: 0px;
}

.features .slideshow img {
  width: 32%;
  margin: 5px;
  box-shadow: 5px 5px 5px #d8dee4;
}

div.features.rental-systems {
  color: #fff;
}
div.features.rental-systems img {
	height: 50px;
	max-height: 50px;
	margin: 20px;
}

/* reference images */
.images {
  overflow: auto;
}
.images .image {
  position: relative;
  float: left;
  width: 25%;
  overflow: auto;
}
.images .image img {
  width: 100%;
  margin: 0px;
  display: block;
}
.images .image div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(11, 46, 78, 0.7);
  text-align: center;
  padding: 80px 10px;
  color: #ffffff;
  font-size: 20px;
  display: none;
}
.images .image div b {
  font-size: 27px;
  display: block;
  color: #f15b6e;
}

/* Testimonials */
.testimonials {
  position: relative;
  background-color: #001a33;
}
.testimonials .testimonial-holder {
  width: 920px;
  margin: 0px auto;
}
.testimonials .testimonial {
  width: 920px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  padding: 50px 0px;
  height: 500px;
}
.testimonials .testimonial .content {
  position: absolute;
  width: inherit;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.testimonials .testimonial .testimonialcard {
  background-color: #d8dee4;
  border-radius: 10px;
  flex-grow: 0;
  width: 47%;
  padding: 10px;
  color: #577891;
  font-size: 16px;
}
.testimonials .testimonial-holder .testimonial:first-child {
  display: block;
}
.testimonials .testimonial h3 {
  font-size: 22px;
  margin: 0px 0px 10px 0px;
}
.testimonials .testimonial p {
  font-style: italic;
  margin: 0px 0px 20px 0px;
}
.testimonials .testimonial small {
  text-align: right;
  display: block;
}
.testimonials .testimonial .testimonialheader {
  display: flex;
  margin-bottom: 10px;
  padding: 10px 0;
  align-content: center;
  align-items: center;
  height: 70px;
  justify-content: center;
}
.testimonials .testimonial img {
  position: relative;
  max-height: 70px;
  max-width: 200px;
  margin: 0px 20px 0px 0px;
}
.testimonials .paragraph {
  color: #f15b6e;
  font-size: 200px;
}
.testimonials img.quotation {
  width: 56px;
  height: 46px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonials img.quotation.left {
  left: 50%;
  margin-left: -550px;
}
.testimonials img.quotation.right {
  left: 50%;
  margin-left: 494px;
}
.testimonials ul.slick-dots {
  position: relative;
  display: block;
  width: 920px;
  margin: 0px auto;
  list-style: none;
  padding: 0px 0px 40px 0px;
}
.testimonials ul.slick-dots li {
  float: left;
  margin: 0px 10px 0px 0px;
}
.testimonials ul.slick-dots button {
  display: block;
  width: 36px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4.5px;
  border: none;
}
.testimonials ul.slick-dots li.slick-active button {
  background-color: #f15b6e;
}

div.meeting-departments {
  display: flex;
  justify-content: space-around;
}
div.meeting-department {
  margin: 0px 10px;
}
div.meeting-divider {
  width: 1px;
  background-color: #001a33;
}
div.meeting-department .persons {
  display: flex;
  justify-content: center;
}
div.meeting-department .persons img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid 5px #ffffff;
  margin: 0;
  margin-left: -40px;
}
div.meeting-department .persons img:first-child {
  margin-left: 0;
}
div.meeting-department .buttons {
  display: flex;
  justify-content: space-around;
}
div.meeting-department .buttons p {
  margin-left: 10px;
  margin-right: 10px;
}

.facts {
  position: relative;
  background-color: #001a33;
  min-height: 462px;
  text-align: center;
}
.facts .facts-padding {
  padding: 180px 10px 80px 10px;
}
.facts .fact {
  display: inline-block;
  text-align: center;
  width: 300px;
  font-size: 27px;
  color: #ffffff;
  margin: 0px 20px 60px 0px;
}
.facts .fact b {
  font-size: 40px;
  color: #f15b6e;
  font-family: Isidora-SemiBold;
  display: block;
}
.facts .fact small {
  font-size: 15px;
  display: block;
}
.contact {
  background-image: url(../bilder/contact-background.jpg);
  background-repeat: no-repeat;
  background-color: #001a33;
  background-size: cover;
  color: #ffffff;
  background-position: center top;
}
.contact .form,
form[name="FeatureFormulare"],
form[name="FeatureJira"],
form[name="FeatureNewsletter"] {
  position: relative;
  width: 732px;
  left: 50%;
  margin-left: -366px;
  font-size: 20px;
  overflow: hidden;
}
.contact .form {
  padding: 80px 0px;
}
form[name="FeatureFormulare"],
form[name="FeatureJira"],
form[name="FeatureNewsletter"] {
  padding-top: 0;
}
.contact input,
.contact textarea,
form[name="FeatureFormulare"] input,
form[name="FeatureFormulare"] textarea,
form[name="FeatureJira"] input,
form[name="FeatureJira"] textarea,
form[name="FeatureNewsletter"] input,
form[name="FeatureNewsletter"] textarea,
form[name="FeatureNewsletter"] label {
  position: relative;
  border-radius: 2px;
  padding: 15px;
  border: none;
  box-shadow: inset 0px 1px 3px #000000;
  width: 320px;
  font-size: 16px;
  float: left;
  font-family: Isidora-Regular;
  margin: 0px 30px 30px 0px;
}
.contact input:nth-child(even),
form[name="FeatureFormulare"] .input:nth-child(even),
form[name="FeatureJira"] .input:nth-child(even),
form[name="FeatureNewsletter"] .input:nth-child(event),
.contact textarea,
form[name="FeatureFormulare"] .textarea,
form[name="FeatureJira"] .textarea,
form[name="FeatureNewsletter"] .textarea {
  margin-right: 0px;
}
.contact textarea,
form[name="FeatureFormulare"] textarea,
form[name="FeatureJira"] textarea {
  width: 700px;
  height: 154px;
}
form[name="FeatureNewsletter"] input,
form[name="FeatureNewsletter"] label {
  width: 700px;
}
form[name="FeatureNewsletter"] label {
  box-shadow: none;
}
form[name="FeatureNewsletter"] label input {
  width: auto;
  margin-left: -15px;
}
.contact input[type="submit"],
form[name="FeatureFormulare"] input[type="submit"],
form[name="FeatureJira"] input[type="submit"],
form[name="FeatureNewsletter"] input[type="submit"] {
  color: #ffffff;
  background-color: #f15b6e;
  box-shadow: none;
  border-radius: 0px;
  font-family: Isidora-SemiBold;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 20px;
  width: 200px;
  margin-left: 266px;
}
.contact table,
.contact table tr,
.contact table td,
form[name="FeatureFormulare"] table,
form[name="FeatureFormulare"] table tr,
form[name="FeatureFormulare"] table td,
form[name="FeatureJira"] table,
form[name="FeatureJira"] table tr,
form[name="FeatureJira"] table td,
form[name="FeatureNewsletter"] table,
form[name="FeatureNewsletter"] table tr,
form[name="FeatureNewsletter"] table td {
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: inline;
  position: relative;
}
.contact table tr td:first-child,
form[name="FeatureFormulare"] table tr td:first-child,
form[name="FeatureJira"] table tr td:first-child,
form[name="FeatureNewsletter"] table tr td:first-child {
  display: none;
}
p.fehler {
  color: #f15b6e;
}
p.ok {
  color: #32702b;
}

.logos {
  background-color: #ffffff;
  padding: 80px 0px;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2rem;
}
.logo {
  display: inline-block;
  width: 450px;
  text-align: center;
}
.logos img {
  height: 150px;
}
.features .center .logos {
  background: transparent;
  padding: 0;
  display: flex;
  align-content: space-between;
  margin-bottom: 20px;
}
.features .center .logos .logo {
  width: auto;
  flex: auto;
}
.footer {
  background-image: url(../bilder/footer.jpg);
  background-repeat: no-repeat;
  background-color: #001a33;
  background-size: cover;
  color: #ffffff;
  background-position: center top;
  padding: 20px 0px 0px 0px;
  text-align: center;
  font-size: 20px;
}
.footer .copyright {
  text-align: right;
  font-size: 14px;
  padding: 120px 20px 20px 20px;
}
.footer img {
  display: inline-block;
  height: 172px;
  margin: 80px;
}
.footer .topic {
  display: inline-block;
  width: 255px;
  text-align: left;
  vertical-align: top;
  margin: 0px 20px 0px 0px;
}
.footer .topic b {
  display: block;
  color: #f15b6e;
  font-size: 27px;
  margin: 0px 0px 30px 0px;
}
.footer .topic ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer .topic ul a {
  color: #ffffff;
  text-decoration: none;
}
.footer .topic ul li.social-icons {
  display: flex;
  align-items: center;
}
.footer .topic ul li.social-icons svg {
  width: 24px;
  fill: #ffffff;
  margin-right: 10px;
  cursor: pointer;
}
.footer .topic ul li.social-icons svg:hover {
  width: 24px;
  fill: #f15b6e;
  cursor: pointer;
}

ul {
  padding: 40px 0px 40px 26px;
  margin: 0px;
  list-style-image: url(../bilder/check.svg);
}
ul li {
  margin-bottom: 20px;
}

.preise {
  background-color: #b1bec8;
  padding: 40px 0px 80px 0px;
}
.preise h2 {
  color: #ffffff;
}
.preise .tarife {
  margin: 0px auto;
  width: 1110px;
  overflow: hidden;
}
.preise .tarife.twocols {
  width: 724px;
}
.preise .tarife .tarif {
  width: 352px;
  position: relative;
  float: left;
  margin: 0px 0px 0px 20px;
  overflow: hidden;
  font-size: 16px;
}
.preise .tarife.size .tarif {
  width: 262px;
}
.preise .tarife .tarif:first-child {
  margin-left: 0px;
}
.preise .tarife.extensions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.preise .tarife .tarif.extension {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  margin: 0 0 20px 0;
  flex: 0 0 auto;
}
.preise .tarife .tarif.extension strong {
  display: block;
  font-size: 24px;
  margin: 20px 0px;
}
.preise .tarife .tarif.extension strong small {
  font-size: 16px;
  display: block;
}
.preise .tarife .tarif a.button {
  float: right;
  margin: 20px 0px;
}
.tarif h3 {
  margin-bottom: 5px;
  font-size: 38px;
}
.tarife .tarif img {
  width: calc(100% + 4px);
  margin-left: -3px;
}
.tarife.size .tarif img {
  width: 100%;
  margin: 0;
}

.tarif ul {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 20px 10px 10px 40px;
  margin: -10px 0px 0px 0px;
}
.tarif ul li.preis {
  list-style: none;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin: 30px 0px 20px -30px;
}
.tarife .tarif ul li.preis {
  font-size: 24px;
}
.tarife .tarif ul li.preis small {
  font-size: 16px;
  display: block;
}
.tarif ul.additional {
  background-color: #d8dee4;
  padding: 10px 10px 10px 40px;
}
.tarif ul.info {
  list-style: none;
  text-align: center;
  padding: 20px;
  height: 100px;
  display: flex;
  align-items: center;
}
.tarif ul.info li {
  margin: 0;
}
ul.tariff-users,
ul.tariff-currencies {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.tariff-users li,
ul.tariff-currencies li {
  float: left;
}
ul.tariff-users li:first-child b,
ul.tariff-currencies li:first-child b {
  border-radius: 10px 0 0 10px;
}
ul.tariff-users li:last-child label,
ul.tariff-currencies li:last-child label {
  border-radius: 0 10px 10px 0;
}
ul.tariff-users li label,
ul.tariff-users li b,
ul.tariff-currencies li label,
ul.tariff-currencies li b {
  padding: 10px 20px;
  background-color: #ffffff;
}
ul.tariff-users li label,
ul.tariff-currencies li label {
  cursor: pointer;
}
ul.tariff-users label:hover,
ul.tariff-users label.active,
ul.tariff-currencies label:hover,
ul.tariff-currencies label.active {
  background-color: #d8dee4;
}
ul.tariff-users li input,
ul.tariff-currencies li input {
  display: none;
}

div.extensions {
  display: flex;
  flex-wrap: wrap;
  width: 1110px;
  overflow: hidden;
  margin: 0px auto;
  justify-content: space-between;
}
div.extensions div.extension {
  background-color: #fff;
  width: 262px;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  margin: 0 0 20px 0;
  flex: 0 0 auto;
}
div.extensions div.extension strong {
  display: block;
  font-size: 24px;
  margin: 20px 0px;
}
div.extensions div.extension strong small {
  font-size: 16px;
  display: block;
}

body.ckeditor {
  background-color: #ffffff;
  padding: 10px;
}
body.ckeditor .desktop,
body.ckeditor .mobile {
  display: block;
}

a.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding-top: 70px;
  display: block;
  width: 70px;
  margin-left: -35px;
  cursor: pointer;
  display: none;
}
a.scroll-down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrolldown 1.5s infinite;
  animation: scrolldown 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

div.tableofcontent ul {
  list-style-image: none;
  padding-top: 0;
  padding-bottom: 0;
}
div.tableofcontent ul li {
  margin: 0;
}

table.list {
  border: solid 1px #001a33;
  border-collapse: collapse;
  width: 100%;
}
table.list td,
table.list th {
  border: solid 1px #001a33;
  font-size: 16px;
  padding: 5px 10px;
}
table.list th {
  background-color: #b1bec8;
}

body.newsletter .feature {
  position: relative;
  margin-bottom: 120px;
  overflow: hidden;
  min-height: 300px;
  padding: 0 510px 0 0;
}
body.newsletter .feature h2 {
  margin-top: 0;
}
body.newsletter .feature img {
  position: absolute;
  top: 0;
  right: 0;
  height: 300px;
  width: 494px;
  margin: 0 0 20px 20px;
}

table.newsletter-feature p {
  margin: 0;
}
table.newsletter-feature h1,
table.newsletter-feature h2,
table.newsletter-feature h3 {
  margin-top: 0;
  font-size: 24px;
}
table.newsletter-feature img {
  width: 100%;
}

/* General button */
button.btn,
.btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0.25em 1em;
  border-radius: 50rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  border-width: 3px;
  border-style: solid;
  cursor: pointer;
  font-size: 16px;
  & > svg {
    width: 1rem;
    aspect-ratio: 1/1;
  }
  transition: background-color 0.25s ease-in;
}

/* button hierarchy classes */
a.btn-primary,
.btn-primary {
  --txt-color: var(--btn-txt-color, var(--clr-on-regular-dark));
  --main-color: var(--btn-color, var(--clr-regular-dark));
  color: var(--txt-color);
  background-color: var(--main-color);
  border-color: var(--main-color);

  & > svg {
    fill: var(--txt-color);
  }

  &:hover,
  &:focus-visible {
    background-color: oklch(from var(--main-color) calc(l * 1.5) c h);
    border-color: oklch(from var(--main-color) calc(l * 2) c h);
    text-decoration: none;
  }

  &:active {
    background-color: oklch(from var(--main-color) calc(l * 0.5) c h);
    border-color: oklch(from var(--main-color) calc(l * 0.5) c h);
    text-decoration: none;
  }

  &:disabled {
    cursor: default;
    background-color: var(--clr-disabled);
    border-color: var(--clr-disabled);
    color: var(--clr-on-disabled);

    & > svg {
      fill: var(--clr-on-disabled);
    }
  }
}

a.btn-secondary,
.btn-secondary {
  --txt-color: var(--btn-txt-color, var(--clr-regular-dark));
  --main-color: var(--btn-color, #transparent);
  --border-color: var(--btn-border-color, var(--clr-regular-dark));
  color: var(--txt-color);
  background-color: var(--main-color);
  border-color: var(--border-color);

  & > svg {
    fill: var(--txt-color);
  }

  &:hover,
  &:focus-visible {
    background-color: hsl(from var(--border-color) h s l / 0.15);
    border-color: oklch(from var(--border-color) calc(l * 2) c h);
    text-decoration: none;
  }

  &:active {
    background-color: hsl(from var(--border-color) h s l / 0.3);
    border-color: oklch(from var(--border-color) calc(l * 0.5) c h);
    color: oklch(from var(--txt-color) calc(l * 200) c h);
    text-decoration: none;

    & > svg {
      fill: oklch(from var(--txt-color) calc(l * 200) c h);
    }
  }
}

/* button modifyer classes */
.btn--accent {
  --btn-color: var(--clr-accent);
  --btn-txt-color: var(--clr-on-accent);
  --btn-border-color: var(--clr-accent);
}

.btn--regluar-light {
  --btn-color: var(--clr-regular-light);
  --btn-txt-color: var(--clr-on-regular-light);
  --btn-border-color: var(--clr-regular-light);
}

.accent-info {
  color: #f15b6e;
  font-weight: bold;
}

.planbuilder-wrapper {
  background-color: #ffff;
}
.planbuilder-container {
  position: relative;
  padding-top: 150px;
  padding-inline: 1rem;
  background-color: #ffff;
  display: flex;
  gap: 1rem;
  flex-flow: row nowrap;
  cursor: default;
  max-width: 1920px;
  margin-inline: auto;

  /*Remove default margin */
  * {
    margin: 0;
  }

  h1 {
    margin-block: 1rem;
  }

  h2 {
    font-family: Isidora-Regular;
  }

  p,
  span,
  div,
  a,
  input {
    font-family: "Nunito Sans";
    font-size: 16px;
  }

  /* container definitions for container queries */
  #planbuilder-basefunctions {
    container-name: base-functions;
    container-type: inline-size;
  }

  #planbuilder-tariffs {
    container-name: tariffs;
    container-type: inline-size;
  }

  #planbuilder-user {
    container-name: user;
    container-type: inline-size;
  }

  .add-on {
    container-name: add-on;
    container-type: inline-size;
  }

  #planbuilder-support {
    container-name: supportcards;
    container-type: inline-size;
  }
  #planbuilder-payment {
    container-name: paymentcards;
    container-type: inline-size;
  }

  & > .options {
    height: fit-content;
    flex-grow: 1;
    padding-left: 5rem;

    & > section {
      padding-block: 2rem;
      > p {
        margin-block: 1rem;
      }
    }
    & > p {
      margin-top: 50px;
      font-size: 14px;
      max-width: 150ch;
    }

    .infocards {
      width: auto;
      display: grid;
      gap: 2rem;
      /* column template via container queries */
    }

    .infocard {
      position: relative;
      padding-top: 1rem;
      align-self: center;
      justify-self: stretch;

      & > div {
        background-color: #dbe5ec;
      }
      .infocard-content {
        height: 8rem;
        border-radius: 8px;
        padding: 1rem;
        display: grid;
        grid-template-rows: 1fr min-content;

        > p,
        a {
          font-size: 16px;
          text-align: center;
        }
        > p {
          justify-self: stretch;
          align-self: center;
          height: auto;
        }

        > a {
          color: #001a33;
          text-decoration: underline;
          cursor: pointer;
        }
      }

      .infocard-icon {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        padding: 0.5rem;
        width: 2rem;
        height: 2rem;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
        & > svg {
          height: 18px;
          aspect-ratio: 1/1;
        }
      }
    }

    .tariffs {
      padding-block: 1rem;
      display: grid;
      gap: 2rem;
      /* column template via container queries */
    }

    .tariff {
      border-radius: 8px;
      background-color: var(--clr-regular-light);
      height: fit-content;
      transition: background-color 0.25s ease-in, outline 0.25s ease-in-out;

      & > header {
        border-radius: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        background-color: #001a33;
        clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
        padding-top: 0.5rem;
        padding-bottom: 2rem;

        & > h3 {
          color: #ffff;
        }
      }

      & main {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 1rem;

        & > p:first-of-type {
          font-weight: 800;
          height: 3lh;
        }
        & > ul {
          list-style: none;
          padding: 0;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          gap: 0.5rem;
          & > li {
            /* font-size: 14px; */
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 0.5rem;
            align-items: center;

            & > div:first-of-type {
              content: url(../bilder/TariffListIcon.svg);
              height: 48px;
              aspect-ratio: 1/1;
            }
            & > a {
              color: oklab(from var(--clr-accent) calc(l * 0.5) a b);
              cursor: pointer;
            }

            & > a,
            > p {
              width: 100%;
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              gap: 0.5rem;
              justify-content: space-between;
              align-items: center;
            }

            & > a > span,
            & > p > span {
              content: url(../bilder/small-info-icon.svg);
              height: 16px;
              aspect-ratio: 1/1;
            }
          }
        }

        & > p.monthly-price {
          font-size: 22px;
          font-weight: 600;
          align-self: center;
        }
      }
    }

    .tariff-selected {
      outline: solid var(--clr-accent) 4px;
      & > main > button {
        display: none;
      }
    }

    .user-settings {
      & > section {
        padding-block: 0.5rem;
      }
      .user-base {
        & > fieldset {
          padding: 0;
          border: none;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          gap: 0.25rem;
        }

        .user-base-option {
          padding: 0.5rem 1rem;
          border: solid 2px var(--clr-regular-light);
          border-bottom: none;
          border-radius: 8px 8px 0 0;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          gap: 0.5rem;
          & > input {
            accent-color: var(--clr-regular-dark);
          }
        }
        .user-base-option--selected,
        .user-base-description {
          background-color: var(--clr-regular-light);
        }
        .user-base-description {
          padding: 1.5rem;
          border-radius: 0px 8px 8px 8px;
          text-align: justify;
        }
      }
      .user-amount {
        & > div:first-of-type {
          & > p:first-of-type {
            font-size: 16px;
            font-weight: bold;
          }
          & > p:last-of-type {
            font-size: 14px;
          }
        }
        .user-amount-selection {
          margin-top: 1rem;
          padding-inline: 0.25rem;
          display: flex;
          flex-direction: row;
          gap: 1rem;
          & input[type="number"] {
            text-align: end;
            border-radius: 5px;
            width: 4rem;
            flex: 0 0 auto;
            border: 1px solid var(--clr-regular-dark);
            box-shadow: none;
            &:active,
            &:focus-visible {
              outline: 2px solid var(--clr-regular-dark);
            }
          }
          & input[type="range"] {
            flex: 1 0 auto;
            accent-color: var(--clr-regular-dark);
          }
          & > p {
            flex: 0 0 auto;
          }
        }
      }
    }

    .add-ons {
      padding-block: 1rem;
    }

    .add-on {
      padding-block: 2rem;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 0.5rem;

      header {
        position: relative;
        display: flex;
        /* flex settings via container queries */
        gap: 1rem;
        padding-left: 48px;
        justify-content: space-between;
        background-color: var(--clr-regular-light);

        & > .add-on-icon-container {
          flex: 0 0 auto;
          border-radius: 50rem;
          height: 48px;
          width: 48px;
          background-color: var(--clr-regular-light);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
          position: absolute;
          left: -0.5rem;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;

          & > svg {
            fill: #202124;
          }
        }

        & > h4 {
          flex: 1 0 auto;
        }

        & > .add-on-cta {
          flex: 0 0 auto;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: end;
          & > div.btn {
            width: 200px;
          }
          & > :not(*.btn) {
            padding-right: 1.5em;
            font-size: 14px;
          }

          & > p:has(> button) {
            cursor: pointer;
          }
        }
      }
      main {
        padding-left: 48px;
        display: flex;
        flex-flow: column nowrap;

        & p.add-on-price {
          padding-block: 0.5rem;
          font-weight: bold;
        }
        & div.add-on-desc-container {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          max-width: 125ch;
        }

        & p.add-on-desc.add-on-desc--collapsed {
          height: 2lh;
          overflow: hidden;
        }
        span {
          align-self: end;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: start;
          align-items: center;
          color: var(--clr-accent);
          cursor: pointer;
          transition: font-weight 0.15s ease-in;

          &:hover {
            font-weight: bold;
          }
        }
      }
    }

    .supportcards,
    .paymentcards {
      width: 100%;
      display: flex;
      /* flex direction via container queries */
      gap: 2rem;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      height: fit-content;
    }

    .supportcard,
    .paymentcard {
      min-width: 240px;
      flex: 1 0 auto;
      transition: flex-grow 0.5s ease-out;
      & > .infocard-content {
        grid-template-rows: 1fr 1fr 24px;
        gap: 1em;
        height: 10rem;
        padding-top: 2rem;

        & p:first-of-type {
          font-size: 14px;
          align-self: self-end;
        }

        & p:nth-of-type(2),
        .payment-type {
          font-weight: bold;
          align-self: self-start;
        }

        & button.btn {
          font-size: 10px;
        }
      }

      & > * {
        transition: outline 0.5s ease;
      }
    }

    .supportcard-selected,
    .paymentcard-selected {
    
      flex: 2 0 auto;
      & > div.infocard-content {
        outline: solid var(--clr-accent) 2px;
      }
      & > div.infocard-icon {
        outline: solid var(--clr-accent) 4px;
      }
      & button {
        display: none;
      }
    }
  }

  .inline-icon-btn {
    border: none;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;

    &:hover {
      font-weight: bold;
    }

    &:active {
      font-weight: bold;
      color: red;
    }

    &:disabled {
      color: #ffff;
      pointer-events: none;
    }
  }

  & > .offer {
    width: 500px;
    max-height: 75vh;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 1rem;
    position: sticky;
    top: 180px;
    display: flex;

    & > .calculator {
      background-color: #ffff;
      border-radius: 8px;
      box-shadow: -4px 4px 8px 1px rgba(0, 0, 0, 0.15);
      padding: 1rem;
      width: 100%;
      display: flex;
      flex-flow: column nowrap;

      h3,
      h5 {
        font-family: "Nunito Sans";
      }

      h5 {
        overflow: hidden;
        text-align: start;
        font-size: 16px;

        &::after {
          background-color: #001a33;
          content: "";
          display: inline-block;
          height: 1px;
          position: relative;
          vertical-align: middle;
          width: 100%;
          left: 0.5em;
          margin-right: -50%;
        }
      }
      ul {
        padding-block: 0.25rem;

        li {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          padding: 0.125em;
        }
      }

      h5 > a,
      p > a {
        text-decoration: none;
        color: inherit;
      }

      & > header {
        background-color: inherit;

        & > div {
          display: flex;
          flex-flow: row nowrap;
          justify-content: space-between;
          align-items: center;
        }
        & > p {
          text-align: end;
        }

        .currency-toggle {
          display: flex;
          flex-flow: row nowrap;
          & > div {
            border: 4px solid var(--clr-regular-dark);
            display: flex;
            justify-content: center;
            align-content: center;
            padding: 0.25rem;
            & > svg {
              fill: var(--clr-regular-dark);
            }
          }
          & > div {
            cursor: pointer;
          }
          & > div:first-of-type {
            border-radius: 8px 0 0 8px;
            border-width: 2px 0px 2px 2px;
          }
          & > div:last-of-type {
            border-radius: 0 8px 8px 0;
            border-width: 2px 2px 2px 0px;
          }
          & > div.currency-toggle_active {
            background-color: var(--clr-regular-dark);
            color: var(--clr-on-regular-dark);

            & > svg {
              fill: var(--clr-on-regular-dark);
            }
          }
        }
      }
      & > main {
        overflow-y: scroll;
        scrollbar-color: transparent transparent;
        .user-scale-price-list {
          & li > p:last-of-type {
            align-self: self-end;
            white-space: nowrap;
          }

          & li > div {
            display: grid;
            grid-template-columns: 50px 1fr;
            width: 100%;

            > p:first-of-type {
              justify-self: end;
              padding-right: 1rem;
              align-self: self-start;
            }
          }

          & li:first-child div > p:first-of-type {
            font-weight: bold;
          }
          &#additional-users > li {
            & p,
            span {
              font-size: 14px;
            }
          }
        }

        .add-on-list {
          & li > p:last-of-type {
            align-self: self-end;
            white-space: nowrap;
          }

          & li {
            & > div {
              display: grid;
              grid-template-columns: 24px 1fr;
              width: 100%;
            }
          }
        }

        .total-price {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          background-color: var(--clr-regular-dark);
          color: var(--clr-on-regular-dark);
          border-radius: 4px;
          padding: 1rem 0.5rem;
          font-weight: 400;
          margin-top: 1rem;
          margin-bottom: 0.5rem;
        }

        .offer-cta-container {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          gap: 0.5rem;
        }

        details {
          font-size: 16px;
          padding: 0.5rem;

          & > summary {
            margin-bottom: 1rem;
            cursor: pointer;
            &::marker {
              font-size: 0.75em;
              color: var(--clr-regular-dark);
            }
          }

          > form {
            opacity: 0;
          }

          & .privacy-policy {
            display: flex;
            align-items: center;
            gap: 0.5rem;

            & > input {
              accent-color: var(--clr-regular-dark);
              height: 1.5rem;
              aspect-ratio: 1 / 1;
            }
          }
        }

        details[open] {
          > form {
            animation: fadeIn 0.75s linear forwards;
          }
        }

        form {
          display: flex;
          flex-direction: column;
          gap: 1rem;
        }
      }
      & > footer {
        height: 2rem;
        background-color: #ffff;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        /* relevant for responsivnes */
        & > button {
          display: none;
          background-color: transparent;
          border: none;
          text-decoration: underline;
        }
      }
      & p.message {
      	text-align: center;
      	
      	&.false {
      		color: red;
      	}
      }
      & .input-container {
        color: inherit;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding-left: 1em;
        padding-right: 1em;
        outline: solid 1px #001a33;
        border-radius: 5px;
        height: auto;

        & > label {
          background-color: #ffff;
          color: inherit;
          text-transform: capitalize;
          position: absolute;
          top: 0;
          pointer-events: none;
          transform: translateY(-50%) scale(0.9);
          padding-inline: 0.5em;
          left: 0.6em;
        }

        input {
          background-color: inherit;
          outline: none;
          border: none;
          box-shadow: none;
          color: inherit;
          width: 100%;
          min-height: 2rem;
        }
      }
    }
  }
}

@media (max-width: 1670px) {
  div.main-benefits iframe {
    width: 600px;
    height: 317px;
  }
}
@media (max-width: 1590px) {
  div.main-benefits iframe {
    width: 500px;
    height: 264px;
  }
}
@media (max-width: 1270px) {
  div.main-benefits h1 {
    font-size: 30px;
  }

  div.main-benefits {
    font-size: 18px;
  }
  div.main-benefits iframe {
    width: 400px;
    height: 212px;
  }
}

@media (max-width: 1020px) {
  div.main-benefits {
    flex-direction: column;
  }
  div.main-benefits iframe {
    position: relative;
    clear: both;
    float: none;
    width: 500px;
    height: 264px;
    left: 50%;
    margin: 50px 0 0 -250px;
  }
  div.sticky-header div.header-navigation,
  div.sticky-header a.language {
    display: none;
  }
}

@media (max-width: 1220px) {
  div.video img.logo-big {
    height: 800px;
  }
  div.video div.content div.slogan {
    width: 798px;
    bottom: 180px;
    left: 280px;
  }
}
@media (max-height: 1000px) {
  div.video img.logo-big {
    height: 850px;
  }
  div.video div.content div.slogan {
    width: 798px;
    bottom: 200px;
    left: 300px;
  }
}
@media (max-height: 900px) {
  div.video img.logo-big {
    height: 750px;
  }
  div.video div.content div.slogan {
    width: 798px;
    bottom: 140px;
    left: 240px;
  }
}
@media (max-width: 1120px) {
  div.video img.logo-big {
    height: 700px;
  }
  div.video div.content div.slogan {
    width: 798px;
    bottom: 120px;
    left: 200px;
  }

  .planbuilder-container {
    flex-flow: column-reverse nowrap;
    gap: 0;
    padding-top: 120px;
    & > .options {
      padding-left: 0;
    }
    & > .offer {
      width: calc(100vw - 40px - 2rem);
      position: fixed;
      top: auto;
      bottom: 20px;
      left: 20px;
      right: 20px;
      & * {
        font-size: 12px;
        h3 {
          font-size: 14px;
        }
      }
    }

    & > .offer:not(.offer.priceonly) {
      & .calculator > footer > button.calculator-hide-details {
        display: inline-block;
        text-align: center;
      }
    }

    & > .offer.priceonly {
      & .offer-calculator-pos-list,
      .offer-cta-container > a,
      header,
      details {
        display: none;
      }
      & .calculator > footer > button.calculator-show-details {
        display: inline-block;
        text-align: center;
      }
    }
  }
}
@media (max-height: 800px) {
  div.video img.logo-big {
    height: 650px;
  }
  div.video div.content div.slogan {
    width: 798px;
    bottom: 100px;
    left: 200px;
  }
}
@media (max-width: 1020px), (max-height: 700px) {
  div.video img.logo-big {
    height: 550px;
  }
  div.video div.content div.slogan {
    width: 798px;
    bottom: 50px;
    left: 100px;
  }
}
@media (max-width: 750px) {
  div.main-benefits video,
  div.main-benefits img {
    width: 400px;
  }
  .target-groups .group {
    width: 600px;
  }
}
@media (max-width: 1130px) {
  .preise .tarife,
  .preise .extensions {
    width: 1000px;
  }
  .preise .tarife .tarif,
  .preise .tarife .tarif:first-child {
    width: 320px;
  }
  .preise .tarife.size .tarif,
  .preise .tarife.size .tarif:first-child,
  .preise .extensions .extension {
    width: 235px;
  }
}
@media (max-width: 1280px) {
  div.sticky-header div.header-navigation ul li {
    margin: 0 20px 0 0;
  }
  div.sticky-header > * {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1120px) {
  div.main-benefits video,
  div.main-benefits img {
    width: 400px;
  }
  .features,
  .center-content,
  .feature-subnavigation {
    width: auto;
    margin: 0px 20px;
  }
  .testimonials .testimonial-holder,
  .testimonials ul.slick-dots {
    width: 720px;
  }
  .testimonials img.quotation.left {
    left: 50%;
    margin-left: -440px;
  }
  .testimonials img.quotation.right {
    left: 50%;
    margin-left: 384px;
  }
  .testimonials .testimonial {
    height: 750px;
  }
  .preise .tarife,
  .preise .extensions {
    width: 940px;
  }
  .preise .tarife .tarif,
  .preise .tarife .tarif:first-child {
    width: 300px;
  }
  .preise .tarife.size .tarif,
  .preise .tarife.size .tarif:first-child,
  .preise .extensions .extension {
    width: 220px;
  }
  .benefits ul,
  .preise .extensions {
    width: 540px;
  }
  .benefits ul li:nth-child(odd) {
    margin-left: 0px;
  }
  .features .feature {
    padding: 0px 50% 0px 0px;
  }
  .features .feature:nth-child(odd):not(.left) {
    padding: 0px 0px 0px 50%;
  }
  .features .feature img {
    width: 45%;
  }
  .features.textonly .feature {
    width: 45%;
  }
  div.sticky-header *,
  div.sticky-header a.language {
    font-size: 16px;
  }
  div.sticky-header a.login,
  div.sticky-header a.test,
  div.sidebar a.login,
  div.sidebar a.test {
    font-size: 12px;
  }
  div.sticky-header div.header-navigation a.login,
  div.sticky-header div.header-navigation a.test {
    margin: -4px 0px -2px 10px;
  }
  div.meeting-department .persons img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 5px #ffffff;
    margin-left: -20px;
  }
}
@media (max-width: 960px) {
  .preise .tarife,
  .preise .tarife.twocols {
    width: auto;
  }
  .preise .tarife .tarif,
  .preise .tarife .tarif:first-child {
    position: relative;
    float: none;
    margin: 0px auto;
    max-width: 90%;
  }
  .preise .tarife .tarif.extension {
    margin-bottom: 20px;
  }
  ul.tariff-users {
    display: block;
  }
  ul.tariff-users li {
    float: none;
    margin: 0;
  }
  ul.tariff-users li b,
  ul.tariff-users li label {
    display: block;
  }
  ul.tariff-users li:first-child b {
    border-radius: 10px 10px 0 0;
  }
  ul.tariff-users li:last-child label {
    border-radius: 0 0 10px 10px;
  }
  body.newsletter .feature {
    padding: 0 420px 0 0;
  }
  body.newsletter .feature img {
    height: 243px;
    width: 400px;
  }
  div.sticky-header div.header-navigation {
    font-size: 14px;
  }
}
@media (max-width: 920px) {
  div.info-holder {
    width: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    margin: 0;
  }
  div.cookie-info {
    border-radius: 0;
    font-size: 10px;
    width: auto;
    margin: 0;
  }
  div.onepager {
    display: none;
  }
  body {
    font-size: 16px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  a.button,
  span.button {
    font-size: 15px;
  }
  div.video img.logo-big {
    top: 50%;
    margin-top: -275px;
  }
  div.video div.content div.slogan {
    width: auto;
    left: 0px;
    right: 0px;
    bottom: 50%;
    padding: 20px;
    transform: translateY(50%);
  }
  div.video div.content div.slogan span.line1 {
    font-size: 15px;
  }
  div.video div.content div.slogan span.line2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  div.video div.content div.slogan span.line3 {
    font-size: 15px;
    display: none;
  }
  div.video div.content div.slogan span.line3.mobile {
    display: block;
    margin-top: 20px;
  }
  .top-image {
    height: auto;
    min-height: 100%;
  }
  .top-image .image {
    position: relative;
    overflow: hidden;
    height: auto;
    top: revert;
    left: revert;
    right: revert;
    bottom: revert;
  }
  .top-image .image .opacity {
    min-height: 50vh;
  }
  .top-image .quicklinks {
    position: relative;
    overflow: hidden;
    height: auto;
    top: revert;
    left: revert;
    right: revert;
    bottom: revert;
  }
  .top-image .text {
    padding: 20px;
    position: relative;
    transform: none;
  }
  .top-image .image .text {
    padding: 80px 20px 20px 20px;
  }
  div.sticky-header,
  div.sticky-header.small {
    height: 57px;
    padding: 0 20px;
  }
  div.sticky-header a.logo {
    width: 92px;
  }
  div.sticky-header a.login,
  div.sticky-header a.test {
    display: none;
  }
  div.sticky-header img.logo,
  div.sticky-header.small img.logo {
    width: 92px;
    height: 36px;
  }
  div.sticky-header .menu-icon {
    width: 22px;
    height: 20px;
  }
  div.sidebar div.sticky-header .menu-icon {
    height: 12px;
  }
  div.sticky-header .menu-icon img,
  div.sticky-header .menu-icon.active img,
  div.sticky-header.small .menu-icon img,
  div.sticky-header.small .menu-icon.active img {
    width: 22px;
    height: 12px;
  }
  div.sticky-header a.language,
  div.sticky-header.small a.language {
    margin: 18px 22px 0px 0px;
    font-size: 14px;
  }
  div.sticky-header a.menu-icon.active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  div.sticky-header a.menu-icon.active div.line {
    height: 2px;
  }
  div.sticky-header a.menu-icon.active div.line.top,
  div.sticky-header a.menu-icon.active div.line.bottom {
    width: 0;
  }
  div.sticky-header div.header-navigation {
    visibility: hidden;
  }
  div.sticky-webinar {
    top: 57px !important;
    padding: 10px 20px !important;
  }
  div.sticky-webinar a.login {
    display: none;
  }
  div.sticky-webinar div.webinar-options {
    flex-direction: column;
  }
  .first-elem {
    margin-top: 57px !important;
  }
  div.sidebar a.menu-icon {
    display: block;
  }
  div.sidebar {
    width: 280px;
  }
  div.sidebar ul,
  div.sidebar div.buttons {
    padding: 0px 0px 0px 40px;
  }
  div.sidebar ul li a {
    font-size: 16px;
  }
  div.sidebar div.sticky-header svg {
    margin: 0 10px 0 auto;
  }
  div.sidebar ul.sprachen li {
    margin: 0 10px 0 0;
  }
  div.sidebar ul.sprachen li a {
    font-size: 14px;
  }
  div.sidebar .menu-icon {
    position: relative;
  }
  div.sidebar div.sticky-header .menu-icon div.line.top {
    width: 16px;
    -webkit-transform: translateY(5px) rotateZ(45deg);
    -moz-transform: translateY(5px) rotateZ(45deg);
    -ms-transform: translateY(5px) rotateZ(45deg);
    -o-transform: translateY(5px) rotateZ(45deg);
    transform: translateY(5px) rotateZ(45deg);
  }
  div.sidebar div.sticky-header .menu-icon div.line.bottom {
    width: 16px;
    -webkit-transform: translateY(-5px) rotateZ(-45deg);
    -moz-transform: translateY(-5px) rotateZ(-45deg);
    -ms-transform: translateY(-5px) rotateZ(-45deg);
    -o-transform: translateY(-5px) rotateZ(-45deg);
    transform: translateY(-5px) rotateZ(-45deg);
  }
  div.main-benefits {
    padding: 120px 20px 60px 20px;
  }
  div.main-benefits video,
  div.main-benefits img {
    display: block;
    width: 90%;
    max-width: 500px;
    float: none;
    margin: 0px auto;
  }
  div.main-benefits a.review {
    display: block;
    margin: 10px 10px 10px 0px;
  }
  .target-groups .group {
    background-position: top center;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .target-groups .group .content {
    width: auto;
    left: 0;
    top: 0;
    margin-top: 200px;
    height: auto;
    font-size: 15px;
    padding: 20px;
  }
  .target-groups .group .content > p,
  .target-groups .group .content > ul {
    width: auto;
    float: none;
  }
  .target-groups .group .content > h2 {
    font-size: 23px;
  }
  div.features,
  div.center-content,
  div.feature-subnavigation {
    position: relative;
    width: auto;
    padding: 60px 20px;
    font-size: 15px;
    margin: 0;
    left: 0;
  }
  div.features .feature,
  div.features .feature:nth-child(odd) {
    margin: 100px 0px;
    padding: 0px !important;
  }
  .features.textonly .feature,
  .features.textonly .feature:nth-child(odd):not(.left) {
    margin: 50px 0px;
    width: auto;
  }
  div.features .feature img {
    position: relative;
    width: 100%;
    max-width: 540px;
    left: 50% !important;
    transform: translateX(-50%);
  }
  div.features .feature h2 {
    font-size: 20px;
  }
  div.features .slideshow img {
    display: block;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  div.features.rental-systems img {
    max-width: 90%;
    height: auto;
  }
  .center img {
    display: block;
    max-width: 80%;
    margin: 0px auto;
  }
  .center iframe.arcade {
    width: 80vw;
    height: 42.4vw;
  }
  h1 {
    font-size: 23px;
  }
  h2,
  .features .center h2 {
    font-size: 23px;
  }
  ul {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  div.images {
    display: none;
  }
  .testimonials {
    height: auto;
  }
  .testimonials ul.slick-dots {
    top: 30px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: auto;
    overflow: hidden;
    display: inline-block;
  }
  .testimonials img.quotation.left,
  .testimonials img.quotation.right {
    width: 37px;
    height: 30px;
  }
  .testimonials img.quotation.left {
    top: 40px;
    margin: 0;
    left: 20px;
  }
  .testimonials img.quotation.right {
    left: auto;
    top: auto;
    bottom: 20px;
    margin: 0;
    right: 20px;
  }
  .testimonials .testimonial-holder {
    overflow: hidden;
    width: auto;
  }
  .testimonials .testimonial {
    padding: 80px 20px;
    font-size: 14px;
    text-align: center;
  }
  .testimonials .testimonial,
  .testimonials .testimonial .content {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    transform: none;
    flex-direction: column;
  }
  .testimonials .testimonial,
  .testimonials .testimonial .testimonialcard {
    width: auto;
    margin-bottom: 10px;
  }
  .testimonials .testimonial h3 {
    font-size: 20px;
    text-align: left;
  }
  .testimonials .testimonial p {
    font-size: 14px;
    text-align: left;
  }
  .testimonials .testimonial img {
    float: none;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px 0px 10px 0px;
  }
  .facts .facts-padding {
    padding: 80px 10px 80px 10px;
  }
  .facts .fact {
    margin: 0px 0px 60px 0px;
  }
  .contact .form,
  form[name="FeatureFormulare"],
  form[name="FeatureJira"],
  form[name="FeatureNewsletter"] {
    width: auto;
    left: 0;
    margin: 0;
    padding: 20px;
  }
  .contact input,
  .contact textarea,
  form[name="FeatureFormulare"] input,
  form[name="FeatureFormulare"] textarea,
  form[name="FeatureJira"] input,
  form[name="FeatureJira"] textarea,
  form[name="FeatureNewsletter"] input,
  form[name="FeatureNewsletter"] textarea,
  form[name="FeatureNewsletter"] label {
    width: 90%;
    margin: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  form[name="FeatureNewsletter"] label input {
    left: auto;
    transform: none;
  }
  .contact input[type="submit"],
  form[name="FeatureFormulare"] input[type="submit"],
  form[name="FeatureJira"] input[type="submit"],
  form[name="FeatureNewsletter"] input[type="submit"] {
    width: auto;
    margin: 0px;
  }
  .contact table,
  .contact table tr,
  .contact table td,
  form[name="FeatureFormulare"] table,
  form[name="FeatureFormulare"] table tr,
  form[name="FeatureFormulare"] table td,
  form[name="FeatureJira"] table,
  form[name="FeatureJira"] table tr,
  form[name="FeatureJira"] table td,
  form[name="FeatureNewsletter"] table,
  form[name="FeatureNewsletter"] table tr,
  form[name="FeatureNewsletter"] table td {
    position: relative;
    display: table;
    width: 100%;
  }
  .benefits ul,
  .preise .extensions {
    width: auto;
  }
  .benefits ul li,
  .benefits ul li:first-child,
  .benefits ul li:nth-child(odd) {
    float: none;
    margin: 0px auto;
    margin-bottom: 30px;
  }
  .preise .extensions {
    justify-content: center;
  }
  .preise .extensions .extension {
    margin: 20px;
  }
  a.scroll-down {
    display: none;
  }
  body.newsletter .feature {
    padding: 0;
  }
  body.newsletter .feature h2 {
    margin-top: 20px;
  }
  body.newsletter .feature img {
    position: relative;
    display: block;
    margin: 0px auto;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .center-content table.newsletter-feature td,
  .bg-white table.newsletter-feature td {
    display: block;
    width: 90%;
    margin-bottom: 20px;
  }
  .center-content table.newsletter-feature img,
  .bg-white table.newsletter-feature img {
    width: 100% !important;
    height: auto !important;
  }
  .center-content p.images img {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }
  .center-content .news-list {
    width: auto;
    float: none;
  }
  .center-content .news-list:first-child {
    margin: none;
  }
  .feature-subnavigation ul li {
    float: none;
    width: auto;
  }
  .tooltip {
    top: 20%;
    left: 10%;
    width: 80%;
    height: 60%;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
  }
  div.meeting-departments {
    flex-direction: column;
  }
  div.meeting-departments .meeting-divider {
    display: none;
  }
  div.meeting-departments div.buttons {
    justify-content: center;
  }
  .logo {
    width: auto;
  }

  @media (max-width: 600px) {
    div.video img.logo-big {
      display: none;
    }
  }
}

/* Layout planbuilder base functions */
@container base-functions (width >= 900px) {
  .infocards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@container base-functions (width < 900px) and (width >= 450px) {
  .infocards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container base-functions (width < 450px) {
  .infocards {
    grid-template-columns: 1fr;
  }
}

/* Layout planbuilder tariffs */
@container tariffs (width >= 850px) {
  .tariffs {
    grid-template-columns: repeat(3, 1fr);
  }
  .tarif > main > p:first-of-type {
    height: 3lh;
  }
}
@container tariffs (width < 850px) {
  .tariffs {
    grid-template-columns: 1fr;
  }
  .tarif > main > p:first-of-type {
    height: 2lh;
  }
}

/* Layout planbuilder user */
@container user (width >= 480px) {
  .user-amount-selection {
    flex-wrap: nowrap;
  }
}
@container user (width < 480px) {
  .user-amount-selection {
    flex-wrap: wrap;
  }
}

/* Layout planbuilder addons */
@container add-on (width >= 620px) {
  .add-on > header {
    flex-flow: row nowrap;
    align-items: center;
    height: 40px;
    border-radius: 50rem;
  }
}
@container add-on (width < 620px) {
  .add-on > header {
    flex-flow: column nowrap;
    align-items: flex-start;
    height: fit-content;
    border-radius: 0.5rem;
    padding-block: 0.5rem;
  }
}

/* Layout planbuilder supportcards */
@container supportcards (width >= 830px) {
  .supportcards {
    flex-direction: row;
  }
}
@container supportcards (width < 830px) {
  .supportcards {
    flex-direction: column;
  }
}

/* Layout planbuilder paymentcards */
@container paymentcards (width >= 830px) {
  .paymentcards {
    flex-direction: row;
  }
}
@container paymentcards (width < 830px) {
  .paymentcards {
    flex-direction: column;
  }
}

/* Animation: Einmaliges Pulsieren beim Laden */
@keyframes pulse-once {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.chat-bubble-pulse {
  animation: pulse-once 0.8s ease-in-out 1;
}

/* Button-Position oben rechts z. B. */
#anything-llm-embed-chat-button {
  position: fixed !important;
  top: 106px !important;
  bottom: auto !important;
  right: 30px !important;
  left: auto !important;
  z-index: 9999 !important;
  transition: 0.2s;
}
#anything-llm-embed-chat-button.small-header {
  top: 66px !important;
}

/* Polygones */
div.main-benefits + div.testimonials:before,
div.lightblue + div.facts:before,
div.testimonials + div.bg-white:before,
div.facts + div.contact:before,
div.bg-white + div.lightblue:before,
div.lightblue + div.bg-white:before,
div.bg-white + div.testimonials:before,
div.testimonials + div.lightblue:before,
div.bg-white + div.features:before,
div.bg-white + div.darkblue:before,
div.darkblue + div.lightblue:before {
  display: block;
  content: "";
  background-color: #d8dee4;
  min-height: 40px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
div.testimonials + div.bg-white:before,
div.facts + div.contact:before,
div.testimonials + div.light-blue:before,
div.testimonials + div.lightblue:before,
div.darkblue + div.lightblue:before {
  background-color: #001a33;
}
div.bg-white + div.lightblue:before,
div.bg-white + div.testimonials:before,
div.bg-white + div.facts:before,
div.bg-white + div.darkblue:before {
  background-color: #ffffff;
}
div.bg-white > div.lightblue:last-child:after {
  display: block;
  content: "";
  background-color: #ffffff;
  min-height: 40px;
  width: 100%;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

input[name=sender_name] {
	position: fixed !important;
	top: 0px !important;
	right: 99000px !important;
}