@import 'https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&family=Nunito:wght@700&display=swap';
/* COLORS */
/* FONTS */
@font-face {
  font-family: "icomoon";
  src: url("/themes/custom/icons/icomoon.eot");
  src: url("/themes/custom/icons/icomoon.eot#iefix") format("embedded-opentype"), url("/themes/custom/icons/icomoon.woff2") format("woff2"), url("/themes/custom/icons/icomoon.ttf") format("truetype"), url("/themes/custom/icons/icomoon.woff") format("woff"), url("/themes/custom/icons/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close-big:before {
  content: "\e912";
}
.icon-play:before {
  content: "\e910";
}
.icon-xing:before {
  content: "\e900";
}
.icon-upload:before {
  content: "\e901";
}
.icon-circle:before {
  content: "\e902";
}
.icon-angle-down:before {
  content: "\e903";
}
.icon-angle-left:before {
  content: "\e904";
}
.icon-download:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-left:before {
  content: "";
  background: url("/themes/custom/images/icons/arrow_left.svg") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: inline-block;
}
.icon-linkedin:before {
  content: "\e90a";
}
.icon-right:before {
  content: "";
  background: url("/themes/custom/images/icons/arrow_right.svg") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: inline-block;
}
.icon-right-primary:before {
  content: "";
  background: url("/themes/custom/images/icons/arrow_right_primary.svg") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: inline-block;
}
.icon-angle-up:before {
  content: "\e90c";
}
.icon-share:before {
  content: "\e90d";
}
.icon-angle-right:before {
  content: "\e90e";
}
.icon-youtube:before {
  content: "\e90f";
}
.icon-location:before {
  content: "\e911";
}
.icon-share-url:before {
  content: "\e9cb";
}
.icon-share-facebook:before {
  content: "\ea90";
}
.icon-share-twitter:before {
  content: "\ea96";
}
.icon-share-linkedin:before {
  content: "\eaca";
}
.icon-share-xing:before {
  content: "\ead4";
}
.dialog-off-canvas-main-canvas {
  position: relative;
  overflow: hidden;
}
.page-node-type-document .dialog-off-canvas-main-canvas {
  overflow: visible;
}
.section {
  position: relative;
}
#main > .section {
  margin-top: 300px;
  margin-bottom: 200px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 60px;
  font-weight: bold;
  overflow-y: auto;
}
.breadcrumbs > * {
  color: #00adef !important;
  color: #00adef;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs > *:last-child {
  color: #191b46 !important;
}
.breadcrumbs > i {
  color: #191b46 !important;
  font-size: 14px;
}
.container {
  width: 100% !important;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
.small-label {
  background: #191b46;
  border-radius: 50px;
  color: #ffffff;
  padding: 0 16px;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
.label {
  background: #ecf7fe;
  border-radius: 4px;
  color: #191b46;
  padding: 0 10px;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
}
.label.highlighted {
  background: #191b46;
  color: #ffffff;
}
.label.blue {
  background: #006cd5;
  color: #ffffff;
}
.label.primary {
  background: #00adef;
  color: #ffffff;
}
.rounded-lg {
  border-radius: 12px;
}
.text-dark-blue {
  color: #191b46;
}
.text-bigger {
  font-size: 20px;
  line-height: 28px;
}
.font-bold {
  font-weight: bold;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-50 {
  margin-top: 50px;
}
.text-primary {
  color: #00adef !important;
}
.text-primary:hover {
  color: #191b46 !important;
}
.h1 {
  font-size: clamp(26px, 4vw, 38px) !important;
  line-height: clamp(36px, 4.8vw, 45px) !important;
}
.h1 span {
  color: #00adef;
}
[id^="intro"] .text,
.section-content .text,
.section .text {
  font-size: 20px;
  line-height: 28px;
}
[id^="intro"] .text *,
.section-content .text *,
.section .text * {
  font-size: 20px;
  line-height: 28px;
}
[id^="intro"] .h1,
.big-title .h1 {
  font-size: clamp(26px, 4vw, 50px) !important;
  line-height: clamp(36px, 4.8vw, 58px) !important;
}
#webapp .text-center {
  text-align: center;
}
#webapp .h1 {
  color: #191b46;
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 3.5rem;
}
#webapp .disclaimer {
  background: #00adef;
  border-radius: 5px;
  color: #ffffff;
  padding: 0 10px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
}
#webapp .webapp-container {
  width: calc(100% - 40px) !important;
  height: 90vh;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  border-radius: 4px;
  overflow: hidden;
  margin: 100px auto;
  border: none;
}
.page-node-type-medical-search #header:not(.small) > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li > a,
.page-node-type-medical-search #header:not(.small) a,
.page-node-type-medical-search #header:not(.small) a:link,
.page-node-type-medical-search #header:not(.small) a:visited {
  color: #fff;
}
.page-node-type-medical-search #header:not(.small) > .section #menu-icon span,
.page-node-type-medical-search #header:not(.small) > .section #menu-icon.active span {
  background: #fff;
}
.page-node-type-medical-search #header:not(.small) > .section .region-header .block.block-language .dropdown-container a.dropdown i {
  color: #fff;
}
.page-node-type-medical-search #header:not(.small) #logo {
  filter: invert(1) contrast(100);
}
body.menu-open.page-node-type-medical-search #header > .section #navigation {
  background: #191b46;
}
body.menu-open.page-node-type-medical-search #header > .section #navigation:before {
  background: linear-gradient(#191b46 80%, rgba(0, 0, 0, 0));
}
.page-node-type-medical-search .message-box {
  background-color: #2d307f !important;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  z-index: 1999;
  transition: box-shadow 0s, background 0.5s;
}
#header .message-box {
  background-color: #d5f6ff;
  padding: 30px 0;
  display: none;
}
#header .message-box .message-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
#header .message-box .message-content a {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#header .message-box .message-content a .icon-right {
  color: #00adef !important;
}
#header .message-box .message-content .small-label {
  background-color: #0065bd;
}
#header .message-box .message-content .icon-close {
  font-size: 14px;
}
#header .message-box .message-content .info-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header > .section {
  padding: 60px 30px 30px 30px;
}
#header > .section #logo {
  position: absolute;
  margin-bottom: 7px;
  width: 106px;
  height: auto;
  transition: width 0.5s, height 0.5s, bottom 0.5s, margin-bottom 0.5s;
  z-index: 109;
}
#header > .section #menu-icon {
  display: none;
}
#header > .section .region-header {
  float: right;
  z-index: 109;
  position: relative;
}
#header > .section .region-header a.request {
  float: left;
}
#header > .section .region-header .block {
  float: left;
  position: relative;
}
#header > .section .region-header .block.block-language {
  margin: 7px 0 7px 30px;
  padding-left: 30px;
}
#header > .section .region-header .block.block-language:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 1px;
  background: #d1d1da;
  transform: translateY(-50%);
}
#header > .section .region-header .block.block-language .dropdown-container a.dropdown {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
}
#header > .section .region-header .block.block-language .dropdown-container a.dropdown i {
  font-size: 8px;
  color: #68676b;
  margin-left: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.5s;
}
#header > .section .region-header .block.block-language .dropdown-container a.dropdown:hover i {
  color: #00adef;
}
#header > .section .region-header .block.block-language .dropdown-container a.dropdown.active {
  color: #00adef;
}
#header > .section .region-header .block.block-language .dropdown-container a.dropdown.active i {
  color: #00adef;
}
#header > .section .region-header .block.block-language .dropdown-container .dropdown-content {
  margin-top: 7px;
  right: 3px;
  padding: 15px 20px;
}
#header > .section .region-header .block.block-language .dropdown-container .dropdown-content ul.links {
  margin: 0 !important;
  padding: 0 !important;
}
#header > .section .region-header .block.block-language .dropdown-container .dropdown-content ul.links li {
  list-style: none !important;
  border-bottom: 1px solid #d1d1da;
  padding: 5px 0;
}
#header > .section .region-header .block.block-language .dropdown-container .dropdown-content ul.links li:last-child {
  border-bottom: 0 !important;
}
#header > .section .region-header .block.block-language .dropdown-container .dropdown-content ul.links li.is-active a {
  color: #00adef;
  font-weight: 700;
}
#header > .section #navigation {
  float: right;
  margin-right: 35px;
}
#header > .section #navigation .separator {
  font-weight: bold;
}
#header > .section #navigation .submenu .d-flex {
  display: flex;
  gap: 20px;
}
#header > .section #navigation .submenu .d-flex > * {
  min-width: 200px;
}
@media only screen and (max-width: 1024px) {
  #header > .section #navigation .submenu .d-flex {
    flex-direction: column;
    padding: 20px;
  }
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu {
  margin: 0 !important;
  padding: 0 !important;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li {
  list-style: none !important;
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
  display: block;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li.with-submenu a.is-active {
  color: #191b46;
  font-weight: 400;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li > a {
  color: #191b46;
  font-weight: 400;
  position: relative;
  padding: 6px 15px;
  display: block;
  line-height: 28px;
  background: none;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li > a:after {
  content: " ";
  background-color: transparent;
  width: 100%;
  height: 2px;
  display: block;
  opacity: 0;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li > a:hover {
  color: #00adef !important;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li > a.is-active,
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li > a.child-is-active {
  color: #00adef;
  font-weight: 700;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu {
  position: absolute;
  display: none;
  overflow: hidden;
  transform: translateZ(0);
  padding: 30px;
  background: #fff;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  border-radius: 12px;
  min-width: 250px;
  z-index: 1;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
  height: 50px;
  z-index: 99;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu ul.menu li a {
  color: #191b46;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu ul.menu li a .icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
#header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu ul.menu li a:hover {
  color: #00adef;
}
@media only screen and (max-width: 599px) {
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu ul.menu {
    font-size: 20px;
    gap: 1rem;
    padding: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li.with-submenu:hover > .submenu {
    display: block;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li.with-submenu:hover > a {
    color: #00adef !important;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li.with-submenu:hover > a:after {
    content: " ";
    background-color: #00adef;
    width: 100%;
    height: 2px;
    display: block;
    opacity: 1;
  }
}
@media only screen and (max-width: 1023px) {
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li.with-submenu:hover ul.menu li:not(.separator) {
    font-size: 20px;
  }
}
#header.small {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: box-shadow 0.5s, background 0.5s;
}
#header.small .message-box {
  display: none;
}
#header.small > .section {
  padding: 20px;
}
#header.small > .section #logo {
  width: 80px;
  height: 70px;
  margin-bottom: 0;
  margin-top: 5px;
}
#header.small > .section #menu-icon {
  margin: 6px 0 6px 60px;
}
@media only screen and (max-width: 812px) {
  #header.small > .section #menu-icon {
    margin: 12px 0 12px 60px;
  }
}
#header .header-small-sizer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 112px;
  opacity: 0;
}
.submenu-open #header {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#footer {
  background: #191b46;
  color: #ffffff;
  z-index: 999;
  position: relative;
  padding: 100px 0;
  margin-top: 120px;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #00adef;
}
#footer > .section {
  padding: 0 300px 0 180px;
  z-index: 9;
  min-height: 200px;
}
#footer > .section #logo_footer {
  position: absolute;
  top: 5px;
  left: 0;
  width: 80px;
  height: 24px;
}
#footer > .section .block {
  float: left;
  padding-right: 30px;
  width: 23.333%;
}
#footer > .section .block .title {
  font-weight: 700;
  margin-bottom: 10px;
}
#footer > .section .block ul.menu {
  margin: 0 !important;
  padding: 0 !important;
}
#footer > .section .block ul.menu li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
#footer > .section .block ul.menu li a:hover {
  color: #00adef;
}
#footer > .section .block ul.menu li a.is-active {
  color: #00adef;
}
#footer > .section .block ul.menu li a[href="/#cookie-consent"].is-active,
#footer > .section .block ul.menu li a[href="#cookie-consent"].is-active {
  color: #ffffff;
}
#footer > .section .block ul.menu li a[href="/#cookie-consent"].is-active:hover,
#footer > .section .block ul.menu li a[href="#cookie-consent"].is-active:hover {
  color: #00adef;
}
#footer > .section .block#block-unternehmen {
  width: 23.333%;
}
#footer > .section .block#block-losungen {
  width: 23.333%;
}
#footer > .section .footer-newsletter {
  float: left;
  width: 30%;
}
#footer > .section .footer-newsletter p {
  margin: 0 0 15px 0;
}
#footer > .section .footer-newsletter a.button {
  line-height: 22px;
}
#footer > .section .footer-social-media {
  text-align: right;
  width: 100%;
  margin-bottom: 50px;
  position: absolute;
  right: 20px;
  height: auto !important;
}
#footer > .section .footer-social-media a {
  display: inline-block;
  margin-left: 10px;
  font-size: 22px;
}
#footer > .section .footer-social-media a i {
  display: block;
  border-radius: 50px;
  overflow: hidden;
}
#footer > .section .footer-app {
  position: absolute;
  right: 20px;
  bottom: 45px;
  text-align: right;
  width: auto;
  padding: 0;
  max-width: 300px;
  height: auto !important;
}
#footer > .section .footer-app .downloads {
  margin: 0 0 20px 0;
}
#footer > .section .footer-app .downloads a {
  display: inline-block;
  margin: 0 0 0 5px;
}
#footer > .section .footer-app .downloads a img {
  height: 33px;
  width: auto;
  max-width: none;
}
#footer > .section .footer-app .downloads a:hover {
  opacity: 0.5;
}
#footer > .section .footer-app .certificates {
  display: inline-block;
}
#footer > .section .footer-app .certificates img {
  height: 50px;
  width: auto;
  max-width: none;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
::-moz-selection {
  background: #68676b;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
::selection {
  background: #68676b;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
html.menu-open,
html.noscrolling {
  overflow: hidden;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #191b46;
  text-align: left;
  position: relative;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  display: block;
}
.h1 {
  font-family: "Nunito", "Nunito Sans", sans-serif;
  font-size: 38px;
  line-height: 48px;
  color: #191b46;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: -3px;
}
.h4 {
  font-family: "Nunito", "Nunito Sans", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
  text-transform: none;
}
.h5 {
  font-family: "Nunito", "Nunito Sans", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
  display: block;
}
.h6 {
  font-family: "Nunito", "Nunito Sans", sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
  display: block;
}
html.backgroundcliptext .color-gradient {
  background: linear-gradient(90deg, #006cd5, #3eaef0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.subtitle {
  color: #191b46;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.grey,
.color-grey {
  color: #68676b;
}
.grey a,
.color-grey a {
  color: inherit !important;
}
.color-primary {
  color: #00adef;
}
.color-primary a {
  color: inherit !important;
}
.color-secondary {
  color: #00adef;
}
.color-secondary a {
  color: inherit !important;
}
.color-black {
  color: #191b46;
}
.color-black a {
  color: inherit !important;
}
.color-white {
  color: #ffffff;
}
.color-white a {
  color: inherit !important;
}
p {
  margin: 0 0 30px 0;
}
p:last-child {
  margin-bottom: 0;
}
p.no-margin {
  margin-bottom: 0;
}
hr {
  border: 0;
  height: 1px;
  background: #d1d1da;
  margin: 30px 0;
}
.text *:last-child:not(.h4, .h5) {
  margin-bottom: 0;
}
span.small {
  font-size: 16px;
  line-height: 28px;
}
article {
  position: relative;
}
article ul,
.ui-dialog ul {
  margin: 0;
  padding: 0;
}
article ul li,
.ui-dialog ul li {
  list-style: none;
  padding: 0 0 15px 25px;
  position: relative;
}
article ul li:last-child,
.ui-dialog ul li:last-child {
  padding-bottom: 0 !important;
}
article ul li > *:last-child,
.ui-dialog ul li > *:last-child {
  margin-bottom: 0 !important;
}
article ul li:before,
.ui-dialog ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 19;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #191b46;
}
article ul.checkmarks li,
.ui-dialog ul.checkmarks li {
  list-style: none;
  padding: 0 0 15px 35px;
  position: relative;
}
article ul.checkmarks li:before,
.ui-dialog ul.checkmarks li:before {
  content: "";
  background: url("/themes/custom/images/icons/ticked.svg") center center no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.color-white article ul li:before,
.color-white .ui-dialog ul li:before,
.color-white article ul.checkmarks li:after,
.color-white .ui-dialog ul.checkmarks li:after {
  color: #ffffff;
}
.color-white article ul.checkmarks li:after,
.color-white .ui-dialog ul.checkmarks li:after {
  color: #ffffff;
}
.checkmarks.color-white li:before,
.checkmarks.color-white li:after {
  color: #fff;
}
article ol,
.ui-dialog ol {
  margin: 0 0 30px;
  padding: 0;
  counter-reset: css-counter;
}
article ol li,
.ui-dialog ol li {
  list-style: none;
  padding: 0 0 15px 25px;
  position: relative;
  counter-increment: css-counter;
}
article ol li:last-child,
.ui-dialog ol li:last-child {
  padding-bottom: 0 !important;
}
article ol li > *:last-child,
.ui-dialog ol li > *:last-child {
  margin-bottom: 0 !important;
}
article ol li::before,
.ui-dialog ol li::before {
  content: counter(css-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #68676b;
  font-weight: 700;
}
table {
  margin: 0 0 30px 0;
  border-collapse: collapse;
  width: 100%;
  word-break: normal;
  hyphens: auto;
  -webkit-hyphens: auto;
}
table tr th {
  border: 1px solid #d1d1da;
  background: #d1d1da;
  vertical-align: top;
  padding: 5px 10px;
}
table tr td {
  border: 1px solid #d1d1da;
  vertical-align: top;
  padding: 5px 10px;
}
img {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}
img.resizetoparent {
  max-width: inherit !important;
}
img.resizetoparent_css {
  width: 5px !important;
  height: 5px !important;
  max-width: inherit !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50.5%, -50.5%);
}
img.lazyload {
  opacity: 0;
}
img.lazyload.lazyloaded,
img.lazyload.swiper-lazy-loaded {
  opacity: 1;
}
picture {
  display: block;
}
picture source {
  display: none;
}
.only-mobile {
  display: none;
}
article .text.margin-right,
article .h1.margin-right,
article .h4.margin-right,
article .h5.margin-right,
article .h6.margin-right {
  margin-right: 300px;
}
/* --------------- Links & Buttons --------------- */
a,
a:link,
a:visited {
  color: #191b46;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 !important;
  display: inline;
}
a:hover,
a:link:hover,
a:visited:hover {
  color: #00adef;
}
a.color-primary,
a:link.color-primary,
a:visited.color-primary {
  color: #00adef;
}
a.color-primary:hover,
a:link.color-primary:hover,
a:visited.color-primary:hover {
  color: #00adef;
}
/*a.link,
span.link {
  font-weight: 700;
  position: relative;
  padding: 0;
  z-index: 99;
  text-decoration: none !important;
  color: @color-primary;
  font-size: @font-size-small;
  line-height: @line-height-small;
  border-bottom: 1px solid @color-primary;

  &.white {
    color: #ffffff;
    border-bottom-color: #ffffff;
  }
}
a.link {
  &:hover {
    color: @color-secondary;
    border-bottom-color: @color-secondary;
  }
  &.white {
    &:hover {
      color: #000000;
      border-bottom-color: #000000;
    }
  }
}
.text a.link {
  font-size: @font-size-default;
  line-height: @line-height-default;
  display: inline;
}*/
.text a {
  color: #00adef;
}
.text a:hover {
  color: #00adef;
}
a.button,
a.button:active,
a.button:focus,
a.button:link,
a.button:visited,
button.button,
button.button:active,
button.button:link,
button.button:visited,
input.form-submit,
input.form-submit:focus {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: inherit;
  font-size: 16px;
  line-height: 28px;
  color: #00adef;
  background: none;
  cursor: pointer;
  text-align: center;
  padding: 4px 30px;
  border: 1px solid #00adef;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background 0.5s, opacity 0.5s, color 0.5s;
  -o-transition: background 0.5s, opacity 0.5s, color 0.5s;
  transition: background 0.5s, opacity 0.5s, color 0.5s;
  -webkit-appearance: none;
  opacity: 1 !important;
  margin: 0;
  text-transform: none;
  outline: none;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
  z-index: 19;
  -webkit-tap-highlight-color: transparent;
}
a.button:hover,
a.button:active:hover,
a.button:focus:hover,
a.button:link:hover,
a.button:visited:hover,
button.button:hover,
button.button:active:hover,
button.button:link:hover,
button.button:visited:hover,
input.form-submit:hover,
input.form-submit:focus:hover,
a.button:active,
a.button:active:active,
a.button:focus:active,
a.button:link:active,
a.button:visited:active,
button.button:active,
button.button:active:active,
button.button:link:active,
button.button:visited:active,
input.form-submit:active,
input.form-submit:focus:active {
  color: #ffffff !important;
  background: #00adef;
}
a.button.white,
a.button:active.white,
a.button:focus.white,
a.button:link.white,
a.button:visited.white,
button.button.white,
button.button:active.white,
button.button:link.white,
button.button:visited.white,
input.form-submit.white,
input.form-submit:focus.white {
  color: #ffffff;
  border-color: #ffffff;
}
a.button.white:hover,
a.button:active.white:hover,
a.button:focus.white:hover,
a.button:link.white:hover,
a.button:visited.white:hover,
button.button.white:hover,
button.button:active.white:hover,
button.button:link.white:hover,
button.button:visited.white:hover,
input.form-submit.white:hover,
input.form-submit:focus.white:hover,
a.button.white:active,
a.button:active.white:active,
a.button:focus.white:active,
a.button:link.white:active,
a.button:visited.white:active,
button.button.white:active,
button.button:active.white:active,
button.button:link.white:active,
button.button:visited.white:active,
input.form-submit.white:active,
input.form-submit:focus.white:active {
  background: #ffffff !important;
  color: #191b46 !important;
}
a.button.filled,
a.button:active.filled,
a.button:focus.filled,
a.button:link.filled,
a.button:visited.filled,
button.button.filled,
button.button:active.filled,
button.button:link.filled,
button.button:visited.filled,
input.form-submit.filled,
input.form-submit:focus.filled {
  color: #fff;
  border: none;
  background: #00adef;
  padding: 4px 30px;
  -webkit-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
a.button.filled:hover,
a.button:active.filled:hover,
a.button:focus.filled:hover,
a.button:link.filled:hover,
a.button:visited.filled:hover,
button.button.filled:hover,
button.button:active.filled:hover,
button.button:link.filled:hover,
button.button:visited.filled:hover,
input.form-submit.filled:hover,
input.form-submit:focus.filled:hover,
a.button.filled:active,
a.button:active.filled:active,
a.button:focus.filled:active,
a.button:link.filled:active,
a.button:visited.filled:active,
button.button.filled:active,
button.button:active.filled:active,
button.button:link.filled:active,
button.button:visited.filled:active,
input.form-submit.filled:active,
input.form-submit:focus.filled:active {
  background: #191b46 !important;
}
a.edit-link {
  font-family: inherit;
  font-weight: inherit;
  background: #333333;
  color: #fff !important;
  padding: 5px 6px;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 199;
  display: block;
}
a.edit-link.small {
  font-size: 10px;
  padding: 0 6px;
  border-radius: 5px;
}
a.edit-link:hover {
  text-decoration: none;
  background: #000000;
}
/* ---------------- Messages  ----------------- */
#messages {
  padding: 0;
  margin: 0 0 50px 0;
  z-index: 99;
  position: absolute;
  top: 34px;
  right: 10px;
}
#messages .messages {
  margin: 0 0 50px;
  padding: 8px 30px;
  text-align: left;
  position: relative;
  background: none;
  border: 1px solid #4e8132;
  border-radius: 3px;
  color: #4e8132;
}
#messages .messages.warning {
  border-color: #eec100;
  color: #eec100;
}
#messages .messages.error {
  border-color: #d43f3f;
  color: #d43f3f;
}
#messages .messages p {
  margin: 0;
}
#messages .messages a {
  text-decoration: underline;
}
#messages .messages a.link {
  text-decoration: none;
}
#messages .messages ul {
  margin: 0 !important;
  padding: 0 !important;
}
#messages .messages ul li {
  padding: 5px 0 5px 20px !important;
  list-style: none;
  position: relative;
}
#messages .messages ul li:before {
  content: "-";
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-node-type-kollektionen #messages,
body.page-node-type-ueber-uns #messages,
body.path-configurator #messages,
body.path-frontpage #messages,
body.path-product #messages {
  display: none !important;
}
/* --------------- Kint --------------- */
.kint {
  overflow: visible !important;
}
/* --------------- Toolbar --------------- */
#toolbar-administration {
  position: relative;
  z-index: 999999;
}
#toolbar-administration a {
  display: block;
}
#toolbar-administration #admin-toolbar-search-tab {
  display: none !important;
}
/* --------------- Loader --------------- */
#loading,
.ajax-progress,
.loading,
.ui-dialog .ajax-progress-throbber {
  background: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 999999;
  text-indent: -999999px;
  opacity: 1 !important;
}
#loading,
.loading {
  display: none;
}
.ajax-progress:before,
.loading:before {
  content: "";
  background: #ecf7fe;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}
.ajax-progress:after,
.loading:after {
  content: "";
  background: url("/themes/custom/images/ajax-loader-dark.svg") center center no-repeat transparent;
  height: 100px;
  width: 100px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 2;
  padding: 0 !important;
  opacity: 1 !important;
}
.ajax-progress .message,
.ajax-progress .throbber {
  display: none !important;
}
/* --------------- Moremedia Logo --------------- */
a.moremedia {
  width: 5px;
  height: 50px;
  padding: 6px;
  position: fixed;
  right: 2px;
  bottom: 2px;
  z-index: 9999;
  opacity: 0.5;
  box-sizing: content-box !important;
}
body.loaded a.moremedia {
  display: block !important;
}
a.moremedia:hover {
  opacity: 1;
}
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.visually-hidden {
  display: none;
}
#cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(90deg, #006cd5, #3eaef0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  padding: 30px 0;
  color: #ffffff;
  display: none;
}
#cookie-banner .section {
  padding-right: 200px;
}
#cookie-banner .section .h6 {
  margin: 0 !important;
}
#cookie-banner .section a.accept {
  position: absolute;
  top: 0;
  right: 0;
}
/* LOADING */
/*body.loaded .dialog-off-canvas-main-canvas {
	opacity: 1 !important;
}*/
:root {
  --magic-number: 150px;
}
@media screen and (max-width: 1023px) {
  :root {
    --magic-number: 100px;
  }
}
.section {
  width: 100% !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 30px;
}
.section-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* TOOLTIP */
.tooltip {
  position: relative;
}
span.tooltip-content {
  display: none;
}
.tooltip span.tooltip-content {
  background: #ffffff;
  color: #68676b;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  max-width: 300px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 15px 0 0 0;
  display: none;
  text-transform: none;
  transform: translateX(-50%);
  text-align: center;
  z-index: 99;
  vertical-align: middle;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.tooltip span.tooltip-content:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
.no-touchevents .tooltip:hover span.tooltip-content {
  display: block;
}
.tooltip span.tooltip-content.left {
  left: 50%;
  margin-left: -20px;
  transform: none;
}
.tooltip span.tooltip-content.left:after {
  left: 20px;
}
.tooltip span.tooltip-content.right {
  left: auto !important;
  right: 50%;
  transform: none;
  margin-right: -20px;
}
.tooltip span.tooltip-content.right:after {
  left: auto;
  right: 20px;
  margin-left: 0;
  margin-right: -6px;
}
/* DROPDOWN */
.dropdown-container {
  position: relative;
}
.dropdown-container a.dropdown {
  display: inline-block;
}
.dropdown-container .dropdown-content {
  z-index: 50;
  position: absolute;
  right: 50%;
  margin-right: -20px;
  top: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 12px 20px;
  margin-top: 20px;
  display: none;
  font-size: 16px;
  line-height: 28px;
  border-radius: 6px;
}
.dropdown-container .dropdown-content > a {
  position: relative;
  color: #000000;
  float: left;
  clear: left;
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid #d1d1da;
  padding: 5px 0;
  opacity: 1 !important;
}
.dropdown-container .dropdown-content > a:hover {
  color: #00adef;
}
.dropdown-container .dropdown-content > a:last-child {
  border-bottom: none;
}
.dropdown-container .dropdown-content::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  right: 15px;
  top: -5px;
  transform: rotate(45deg);
}
/* COPY TO CLIPBOARD */
.share-container a.copy-url {
  padding-right: 10px;
}
.share-container a.copy-url.success:after {
  content: "✔";
  position: absolute;
  top: 5px;
  right: 0;
}
/* PAGER */
nav.pager {
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
}
nav.pager ul.pager__items {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
nav.pager ul.pager__items li {
  margin: 0 5px !important;
  padding: 0 !important;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
}
nav.pager ul.pager__items li:before {
  display: none !important;
}
nav.pager ul.pager__items li.pager__item.is-active a {
  color: #00adef;
  font-weight: 700;
}
nav.pager ul.pager__items li.pager__item--previous {
  margin-right: 40px !important;
}
nav.pager ul.pager__items li.pager__item--previous a i {
  font-size: 36px;
  margin-top: -18px;
  position: relative;
  padding-left: 5px;
}
nav.pager ul.pager__items li.pager__item--previous a i:before {
  position: relative;
  animation: linkArrowPulseLeft 2s 0s ease-out infinite;
}
@keyframes linkArrowPulseLeft {
  0% {
    left: 0px;
  }
  50% {
    left: 3px;
  }
  100% {
    left: 0px;
  }
}
nav.pager ul.pager__items li.pager__item--previous a i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
nav.pager ul.pager__items li.pager__item--previous a:hover {
  color: #00adef;
}
nav.pager ul.pager__items li.pager__item--previous.disable a {
  color: #dddddd !important;
}
nav.pager ul.pager__items li.pager__item--previous.disable a i:after {
  display: none;
}
nav.pager ul.pager__items li.pager__item--next {
  margin-left: 40px !important;
}
nav.pager ul.pager__items li.pager__item--next a i {
  font-size: 36px;
  margin-top: -18px;
  position: relative;
  padding-right: 5px;
}
nav.pager ul.pager__items li.pager__item--next a i:before {
  position: relative;
  animation: linkArrowPulse 2s 0s ease-out infinite;
}
@keyframes linkArrowPulse {
  0% {
    left: 0px;
  }
  50% {
    left: -3px;
  }
  100% {
    left: 0px;
  }
}
nav.pager ul.pager__items li.pager__item--next a i:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
nav.pager ul.pager__items li.pager__item--next a:hover {
  color: #00adef;
}
nav.pager ul.pager__items li.pager__item--next.disable a {
  color: #dddddd !important;
}
nav.pager ul.pager__items li.pager__item--next.disable a i:after {
  display: none;
}
/* --------------- SLIDE IN --------------- */
.slidein {
  opacity: 0;
  transition: opacity 1s;
}
.slidein.inview {
  opacity: 1;
}
.slidein.inview.delay-300 {
  transition-delay: 0.3s;
}
.slidein.inview.delay-500 {
  transition-delay: 0.5s;
}
.swiper-move .swiper-container .swiper-wrapper {
  animation: bilderSliderMove 1s 0s ease-out;
}
@keyframes bilderSliderMove {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
/* --------------- PLAY BUTTON --------------- */
a.play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: none;
  display: block;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-size: 40px;
  padding-top: 40px;
  z-index: 99;
}
a.play i {
  margin-left: 5px;
}
a.play:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  background: #00adef;
  z-index: -1;
  transition: opacity 0.5s, background-color 0.5s;
}
a.play:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.8;
  background: #00adef;
  z-index: -2;
  animation: playButtonPulse 1s 0s ease-out infinite;
}
@keyframes playButtonPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
a.play:hover:before {
  background: #00adef;
  opacity: 1;
}
/* --------------- TYPEWRITER --------------- */
.Typewriter__cursor {
  text-indent: -99999px;
  width: 4px;
  height: auto;
  display: inline-block;
  background: currentColor;
  border-radius: 2px;
  margin-left: 7px !important;
  line-height: 1em;
}
.xund-grid {
  display: flex;
  flex-direction: column;
  gap: var(--magic-number);
}
.xund-grid > :empty {
  display: none;
}
a.edit-link {
  top: 200px;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.d-block {
  display: block;
}
.no-desktop {
  display: none;
}
@media screen and (max-width: 812px) {
  .section-content {
    width: 100% !important;
  }
}
/* COLORS */
/* FONTS */
#node-ebook {
  /* <= 1799px */
  /* <= 1699px */
  /* <= 1599px */
  /* <= 1439px */
  /* <= 1247px */
  /* <= 1023px */
  /* <= 812px */
  /* <= 599px */
  /* <= 599px */
  /* <= 499px */
  /* <= 399px */
  /* <= 374px */
}
#node-ebook a.edit-link {
  top: 200px;
}
#node-ebook #intro {
  padding: 350px 0 200px 0;
  background: #ecf7fe;
  position: relative;
}
#node-ebook #intro:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background: url('/themes/custom/images/waves/bg-wave-bottom.svg') top center no-repeat transparent;
  background-size: 100% auto;
  padding-top: 3%;
  margin-top: -1px;
  display: block;
}
#node-ebook #intro .h1 {
  width: 60%;
}
#node-ebook #intro .section-content {
  width: 80%;
  padding-right: 130px;
  position: relative;
  z-index: 29;
}
#node-ebook #intro .section-content .h1 {
  font-size: 85px;
  line-height: 90px;
  white-space: nowrap;
  width: 60%;
}
#node-ebook #intro .section-content .h1 .typewriter-placeholder .Typewriter__cursor {
  background: #00adef;
}
#node-ebook #intro .section-content .typewriter-words {
  display: none;
}
#node-ebook #intro .section-content .text {
  margin-bottom: 70px;
}
#node-ebook #intro .section-content .links {
  display: inline-block;
}
#node-ebook #intro .section-content .links .app-container {
  margin-right: 10px;
  float: left;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content {
  right: auto;
  left: 0;
  margin: 10px 0 0 0;
  padding: 30px;
  border-radius: 12px;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content .downloads {
  white-space: nowrap;
  font-size: 0px;
  line-height: 0px;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a {
  display: inline-block;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a img {
  height: 50px;
  width: auto;
  max-width: none;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a:first-child {
  margin-right: 20px;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a:hover {
  opacity: 0.5;
}
#node-ebook #intro .section-content .links .app-container .dropdown-content:before {
  right: auto;
  left: 30px;
}
#node-ebook #intro .section-content .links a.request {
  float: left;
}
#node-ebook #intro .section-content .links .certificates {
  margin-top: 7px;
  border-left: 1px solid #d1d1da;
  margin-left: 30px;
  padding-left: 30px;
  float: right;
}
#node-ebook #intro .section-content .links .certificates a {
  display: block;
}
#node-ebook #intro .section-content .links .certificates a img {
  height: 32px;
  width: auto;
}
#node-ebook #intro .image {
  width: 50%;
  height: 130%;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  z-index: 19;
  border-radius: 12px;
  overflow: hidden;
  text-align: right;
}
#node-ebook #intro .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#node-ebook #intro .image .lottie {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#node-ebook #intro .image .lottie svg {
  width: 100%;
}
#node-ebook #description {
  padding-top: 200px;
}
#node-ebook #description .section-content {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#node-ebook #contributors .section-content {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#node-ebook #contributors .items {
  margin: 100px -3% 0 -3%;
  position: relative;
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#node-ebook #contributors .items .item {
  flex-grow: 1;
  width: calc(100%/8);
  margin: 0 3%;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}
#node-ebook #contributors .items .item .title {
  font-weight: bold;
}
#node-ebook #contributors .items .item .desc {
  margin: 20px 0;
}
#node-ebook #contributors .items .item .image {
  margin-bottom: 20px;
  border-radius: 12px;
  background: #fafafa;
  position: relative;
  padding-top: 66.666%;
  overflow: hidden;
  transform: translateZ(0);
}
#node-ebook #contributors .items .item .image a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  cursor: default !important;
  /*
              &:hover {
                img {
                  //filter: grayscale(0%);
                  transform: scale(1.1);
                }
              }
               */
}
#node-ebook #contributors .items .item .image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  object-fit: cover;
  object-position: top center;
}
#node-ebook #contributors .items .item .company-logo {
  margin-top: 0;
  height: 45px;
  width: auto;
  float: right;
}
#node-ebook #contributors .view {
  margin-top: 100px;
}
#node-ebook #contributors .view .view-filters {
  margin-bottom: 50px;
}
#node-ebook #contributors .view .view-filters a.show-filters {
  display: none;
}
#node-ebook #contributors .view .view-filters .dropdown-content {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
  box-shadow: none;
  overflow: visible;
  margin: 0;
  background: none;
}
#node-ebook #contributors .view .view-filters .dropdown-content:before {
  display: none;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup legend {
  padding: 0;
  margin: 10px 50px 0 0 !important;
  font-weight: 700;
  float: left;
  width: auto !important;
  display: none;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper {
  float: left;
  width: auto !important;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item {
  float: left;
  margin-right: 50px !important;
  margin-top: 10px !important;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item input {
  display: none;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
  padding-left: 0 !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 28px !important;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label:before,
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label:after {
  display: none !important;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label:hover {
  color: #00adef;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item input:checked + label {
  color: #00adef;
  font-weight: 700;
}
#node-ebook #contributors .view .view-filters .views-exposed-form .form-actions {
  display: none;
}
#node-ebook #contributors .view .view-content {
  margin: -50px -1% 0 -1%;
}
#node-ebook #contributors .view .view-content .views-item {
  float: left;
  width: 18%;
  margin: 50px 1% 0 1%;
}
#node-ebook #contributors .view .view-content .views-item .image {
  margin-bottom: 20px;
  border-radius: 12px;
  background: #fafafa;
  position: relative;
  padding-top: 66.666%;
  overflow: hidden;
  transform: translateZ(0);
}
#node-ebook #contributors .view .view-content .views-item .image a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}
#node-ebook #contributors .view .view-content .views-item .image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
#node-ebook #contributors .view .view-content .views-item .image a:hover img {
  transform: scale(1.1);
}
#node-ebook #contributors .view .view-content .views-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
#node-ebook #contributors .view .view-content .views-item .title {
  margin: 0;
  font-weight: 700;
}
#node-ebook #contributors .view .view-content .views-item.career .image a {
  height: 0;
  padding-top: 66.666%;
  background: #d5f6ff;
  border-radius: 12px;
  overflow: hidden;
  transform: translateZ(0);
}
#node-ebook #contributors .view .view-content .views-item.career .image a .icon {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -55px;
  transition: transform 1s;
}
#node-ebook #contributors .view .view-content .views-item.career .image a .icon .lottie {
  width: 100%;
  height: 100%;
}
#node-ebook #contributors .view .view-content .views-item.career .image a:hover .icon {
  transform: scale(1.1);
}
#node-ebook #getyourcopy {
  padding: 140px 0 150px 0;
  margin-top: 200px;
  margin-bottom: 50px;
  background: #ecf7fe;
  position: relative;
  z-index: 1;
}
#node-ebook #getyourcopy:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background: url('/themes/custom/images/waves/bg-wave-top.svg') bottom center no-repeat transparent;
  background-size: 100% auto;
  padding-top: 7%;
  margin-bottom: -1px;
}
#node-ebook #getyourcopy:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background: url('/themes/custom/images/waves/bg-wave-bottom.svg') top center no-repeat transparent;
  background-size: 100% auto;
  padding-top: 3%;
  margin-top: -1px;
  display: block;
}
#node-ebook #getyourcopy .section-content {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#node-ebook #getyourcopy .section-content .button-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 19;
  display: inline-block;
}
#node-ebook #getyourcopy .section-content .button-wrapper svg {
  position: absolute;
  bottom: 25px;
  left: 100%;
  width: 50px;
  height: 44px;
  z-index: -1;
  margin-left: 40px;
}
#node-ebook #getyourcopy .section-content .button-wrapper svg .line {
  stroke-dasharray: 67px;
  stroke-dashoffset: 67px;
  transition: stroke-dashoffset 1s 0s;
}
#node-ebook #getyourcopy .section-content .button-wrapper svg .arrow {
  opacity: 0;
  transition: opacity 0.5s 1s;
}
#node-ebook #getyourcopy .section-content .button-wrapper.animate svg .line {
  stroke-dashoffset: 0;
}
#node-ebook #getyourcopy .section-content .button-wrapper.animate svg .arrow {
  opacity: 1;
}
#node-ebook #getyourcopy .form-item input.form-text,
#node-ebook #getyourcopy .form-item input.form-email,
#node-ebook #getyourcopy .form-item input.form-tel,
#node-ebook #getyourcopy .form-item input.form-number,
#node-ebook #getyourcopy .form-item input.form-date,
#node-ebook #getyourcopy .form-item input.form-url,
#node-ebook #getyourcopy .js-form-type-checkboxes .form-item label:before,
#node-ebook #getyourcopy .js-form-type-checkbox label:before,
#node-ebook #getyourcopy .js-form-type-radios .form-item label:before,
#node-ebook #getyourcopy .js-form-type-radio label:before {
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0, 101, 189, 0.05) !important;
}
#node-ebook #getyourcopy .form-item label {
  text-align: left;
}
#node-ebook #getyourcopy input.form-submit.filled {
  background: linear-gradient(90deg, #006cd5, #3eaef0) !important;
}
#node-ebook #getyourcopy .webform-confirmation .h1 {
  font-size: 50px;
}
#node-ebook #getyourcopy .webform-confirmation .button {
  overflow: visible;
}
#node-ebook #getyourcopy .webform-confirmation .button:after {
  content: '';
  background: url('/themes/custom/images/icons/arrow_small_blue.svg') center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 12px;
  left: 100%;
  width: 50px;
  height: 44px;
  margin-left: 40px;
}
#node-ebook #request-form-teaser {
  background: transparent;
}
#node-ebook #request-form-teaser:before {
  display: none;
}
@media all and (max-width: 1699px) {
  #node-ebook #intro .section-content {
    width: 60%;
    padding-right: 130px;
  }
  #node-ebook #intro .image {
    margin-right: 0;
  }
  #node-ebook #contributors .view .view-content .views-item {
    width: 23%;
  }
}
@media all and (max-width: 1599px) {
  #node-ebook #intro {
    padding: 250px 0 150px 0;
  }
  #node-ebook #intro .section-content {
    padding-right: 100px;
  }
  #node-ebook #intro .section-content .h1 {
    font-size: 60px;
    line-height: 70px;
  }
  #node-ebook #intro .section-content .text {
    margin-bottom: 50px;
  }
  #node-ebook #description {
    padding-top: 150px;
  }
  #node-ebook #contributors .view {
    margin-top: 50px;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media all and (max-width: 1439px) {
  #node-ebook #intro {
    padding: 300px 0 150px 0;
  }
  #node-ebook #intro .h1 {
    margin-bottom: 50px;
  }
  #node-ebook #intro .section-content {
    padding-right: 70px;
  }
  #node-ebook #description {
    padding-top: 150px;
  }
  #node-ebook #contributors .view .view-content .views-item {
    width: 31.333%;
  }
}
@media all and (max-width: 1247px) {
  #node-ebook #intro .section-content {
    padding-right: 50px;
  }
  #node-ebook #intro .section-content .links .certificates {
    border-left: 0;
    padding-left: 0;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup legend {
    margin-right: 30px !important;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item {
    margin-right: 30px !important;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media all and (max-width: 1023px) {
  #node-ebook #intro {
    padding: 220px 0 100px 0;
  }
  #node-ebook #intro .section {
    display: flex;
    flex-direction: column;
  }
  #node-ebook #intro .section .subtitle {
    order: 1;
  }
  #node-ebook #intro .section .h1 {
    order: 2;
  }
  #node-ebook #intro .section .image {
    order: 3;
  }
  #node-ebook #intro .section .section-content {
    order: 4;
  }
  #node-ebook #intro .section-content {
    width: auto;
    padding-right: 0;
  }
  #node-ebook #intro .image {
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 0 50px 0 !important;
  }
  #node-ebook #intro .image img {
    top: auto;
    transform: none;
  }
  #node-ebook #intro .logos-wrapper {
    margin-top: 100px;
  }
  #node-ebook #description {
    padding-top: 100px;
  }
  #node-ebook #description .section-content {
    text-align: left;
  }
  #node-ebook #contributors .view .view-content {
    margin: -50px -2% 0 -2%;
  }
  #node-ebook #contributors .view .view-content .views-item {
    width: 46%;
    margin: 50px 2% 0 2%;
  }
  #node-ebook #request-form-teaser {
    margin-top: 50px;
  }
}
@media screen and (max-width: 812px) {
  #node-ebook #intro .h1 {
    width: 100%;
  }
  #node-ebook #intro .section-content {
    width: 100%;
    padding-right: 0;
    float: right;
  }
  #node-ebook #intro .section-content .text {
    margin-bottom: 30px;
  }
  #node-ebook #intro .image {
    float: none;
    margin-bottom: 30px;
    width: 80%;
  }
  #node-ebook #contributors .section-content {
    text-align: left;
  }
  #node-ebook #contributors .items {
    margin: 50px 0;
  }
  #node-ebook #contributors .items .item {
    width: 100%;
    margin: 20px 0;
  }
  #node-ebook #contributors .view .view-filters a.show-filters {
    display: inline-block;
  }
  #node-ebook #contributors .view .view-filters a.show-filters i {
    margin-left: 5px;
    font-size: 14px;
  }
  #node-ebook #contributors .view .view-filters .dropdown-content {
    display: none;
    position: absolute;
    right: auto;
    margin-right: 0;
    top: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 0;
    margin-top: 20px;
    left: 0;
    width: 100%;
  }
  #node-ebook #contributors .view .view-filters .dropdown-content:before {
    display: block;
    right: auto;
    left: 15px;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form {
    padding: 10px 20px 20px 20px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 50vh;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper {
    width: 100% !important;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item {
    margin: 10px 0 0 0 !important;
    float: none !important;
  }
  #node-ebook #contributors .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
    font-size: 16px !important;
    line-height: 26px !important;
    width: 100%;
    display: block;
  }
  #node-ebook #getyourcopy {
    margin-top: 0;
    padding: 100px 0;
  }
}
@media screen and (max-width: 599px) {
  #node-ebook #intro {
    padding: 150px 0 100px 0;
  }
  #node-ebook #intro .section-content .links .certificates a img {
    height: 28px;
  }
  #node-ebook #intro .section-content .links .app-container .dropdown-content {
    padding: 20px 20px 10px 20px;
  }
  #node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a {
    float: left;
    clear: left;
    margin: 0 0 10px 0 !important;
  }
  #node-ebook #intro .section-content .links .app-container .dropdown-content .downloads a img {
    height: 40px;
  }
  #node-ebook #contributors .view {
    margin-top: 50px;
  }
  #node-ebook #contributors .view .view-content {
    margin-top: -30px;
  }
  #node-ebook #contributors .view .view-content .views-item {
    width: 96%;
    margin-top: 30px;
  }
  #node-ebook #contributors .view .view-content .views-item .image {
    margin-bottom: 10px;
  }
  #node-ebook #contributors .view .view-content .views-item .content {
    height: auto !important;
  }
}
@media screen and (max-width: 499px) {
  #node-ebook #description {
    padding-top: 70px;
  }
}
@media screen and (max-width: 374px) {
  #node-ebook #intro .section-content .links #documentation-button {
    margin-right: 10px;
  }
}
/* COLORS */
/* FONTS */
#node-pricing {
  /* <= 1799px */
  /* <= 1699px */
  /* <= 1599px */
  /* <= 1439px */
  /* <= 1247px */
  /* <= 1023px */
  /* <= 812px */
  /* <= 599px */
  /* <= 499px */
  /* <= 399px */
  /* <= 374px */
}
#node-pricing a.edit-link {
  top: 200px;
}
#node-pricing .d-block {
  display: block;
}
#node-pricing .no-desktop {
  display: none;
}
#node-pricing #intro {
  padding: 350px 0 200px 0;
  background: #ecf7fe;
  position: relative;
}
#node-pricing #intro:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background: url("/themes/custom/images/waves/bg-wave-bottom.svg") top center no-repeat transparent;
  background-size: 100% auto;
  padding-top: 3%;
  margin-top: -1px;
  display: block;
}
#node-pricing #intro .section-content {
  width: 60%;
  padding-right: 130px;
  position: relative;
  z-index: 29;
}
#node-pricing #intro .section-content .h1 {
  font-size: 85px;
  line-height: 90px;
  white-space: nowrap;
}
#node-pricing #intro .section-content .h1 .typewriter-placeholder .Typewriter__cursor {
  background: #00adef;
}
#node-pricing #intro .section-content .typewriter-words {
  display: none;
}
#node-pricing #intro .section-content .text {
  margin-bottom: 70px;
}
#node-pricing #intro .form-holder {
  width: 40%;
  min-height: 570px;
  position: absolute;
  top: 0;
  right: 0;
  transform: none;
  z-index: 19;
  text-align: left;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
#node-pricing #intro .form-holder .form-item {
  margin: 0 0 20px 0;
}
#node-pricing #intro .form-holder .info-mark {
  background: #ecf7fe;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #00adef;
  margin-top: 6px;
  margin-left: 30px;
  flex: 0 0 20px;
}
#node-pricing #intro .form-holder .info-mark:hover {
  background: #00adef;
  color: #fff;
}
#node-pricing #intro .form-holder .form-item--error-message {
  display: block;
}
#node-pricing #intro .form-holder .h1 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 30px;
  color: #00adef;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#node-pricing #intro .form-holder .form-no-label {
  margin: 0 !important;
}
#node-pricing #intro .form-holder .form-actions {
  text-align: right;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
#node-pricing #intro .form-holder input.form-submit.filled {
  background: linear-gradient(90deg, #006cd5, #3eaef0) !important;
}
#node-pricing #intro .form-holder .form-item input.form-text,
#node-pricing #intro .form-holder .form-item input.form-email,
#node-pricing #intro .form-holder .form-item input.form-tel,
#node-pricing #intro .form-holder .form-item input.form-number,
#node-pricing #intro .form-holder .form-item input.form-date,
#node-pricing #intro .form-holder .form-item input.form-url,
#node-pricing #intro .form-holder .js-form-type-checkboxes .form-item label:before,
#node-pricing #intro .form-holder .js-form-type-checkbox label:before,
#node-pricing #intro .form-holder .js-form-type-radios .form-item label:before,
#node-pricing #intro .form-holder .js-form-type-radio label:before {
  background: #fff !important;
  border: 1px solid #ecf7fe !important;
}
#node-pricing #intro .form-holder .webform-progress {
  float: none;
  position: absolute;
  right: 30px;
  top: 21px;
  font-weight: bold;
  color: #00adef;
}
#node-pricing #intro .form-holder .no-checkboxes .js-form-type-checkboxes .form-item label:before,
#node-pricing #intro .form-holder .no-checkboxes .js-form-type-checkbox label:before,
#node-pricing #intro .form-holder .no-checkboxes .js-form-type-radios .form-item label:before,
#node-pricing #intro .form-holder .no-checkboxes .js-form-type-radio label:before,
#node-pricing #intro .form-holder .no-checkboxes .js-form-type-checkboxes .form-item label:after,
#node-pricing #intro .form-holder .no-checkboxes .js-form-type-checkbox label:after,
#node-pricing #intro .form-holder .no-checkboxes .js-form-type-radios .form-item label:after,
#node-pricing #intro .form-holder .no-checkboxes .js-form-type-radio label:after {
  display: none;
}
#node-pricing #intro .form-holder .form-checkboxes .form-item,
#node-pricing #intro .form-holder .form-radios .form-item {
  width: 100% !important;
}
#node-pricing #intro .form-holder .webform-options-display-buttons label.webform-options-display-buttons-label {
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 173, 239, 0.1) !important;
  transition: box-shadow 0.5s, border 0.5s !important;
  font-weight: bold;
}
#node-pricing #intro .form-holder .webform-options-display-buttons-vertical .webform-options-display-buttons-wrapper {
  margin: 2px 5px;
}
@media screen and (min-width: 1023px) {
  #node-pricing #intro .form-holder .webform-options-display-buttons-wrapper:hover label {
    border-color: #00adef;
    box-shadow: 0 0 15px 0 rgba(0, 173, 239, 0.5) !important;
  }
}
#node-pricing #intro .form-holder .webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
  border-color: #00adef;
  box-shadow: 0 0 15px 0 rgba(0, 173, 239, 0.5) !important;
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons {
  display: block;
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper {
  display: inline-block;
  width: calc((100% - 20px) / 2);
  position: relative;
  margin: 0 5px;
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label {
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  text-align: left;
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper div:not(.form-item-solutions-none) label:after {
  content: "" !important;
  width: 50px;
  height: 50px;
  background: #eee;
  background-size: contain !important;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  z-index: 100;
  opacity: 1;
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper div:not(.form-item-solutions-none) label.webform-options-display-buttons-label {
  height: 115px;
  vertical-align: bottom;
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:first-child label:after {
  background: url("/themes/custom/images/icons/symptom-check_blue.svg") !important;
}
@media screen and (min-width: 1023px) {
  #node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:first-child label:hover:after {
    background: url("/themes/custom/images/icons/symptom-check_white.svg") !important;
  }
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:first-child input:checked + label:after {
  background: url("/themes/custom/images/icons/symptom-check_white.svg") !important;
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:nth-child(2) label:after {
  background: url("/themes/custom/images/icons/illness-check_blue.svg") !important;
}
@media screen and (min-width: 1023px) {
  #node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:nth-child(2) label:hover:after {
    background: url("/themes/custom/images/icons/illness-check_white.svg") !important;
  }
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:nth-child(2) input:checked + label:after {
  background: url("/themes/custom/images/icons/illness-check_white.svg") !important;
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:nth-child(3) label:after {
  background: url("/themes/custom/images/icons/health-check_blue.svg") !important;
}
@media screen and (min-width: 1023px) {
  #node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:nth-child(3) label:hover:after {
    background: url("/themes/custom/images/icons/health-check_white.svg") !important;
  }
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:nth-child(3) input:checked + label:after {
  background: url("/themes/custom/images/icons/health-check_white.svg") !important;
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:nth-child(4) label:after {
  background: url("/themes/custom/images/icons/symptom-monitoring_blue.svg") !important;
}
@media screen and (min-width: 1023px) {
  #node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:nth-child(4) label:hover:after {
    background: url("/themes/custom/images/icons/symptom-monitoring_white.svg") !important;
  }
}
#node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper:nth-child(4) input:checked + label:after {
  background: url("/themes/custom/images/icons/symptom-monitoring_white.svg") !important;
}
#node-pricing #intro .form-holder .webform-button--previous {
  float: left;
  background: none;
  border: none;
  color: #0c0d0e;
}
#node-pricing #intro .form-holder .webform-button--previous:hover {
  color: #00adef !important;
}
#node-pricing #intro .form-holder .webform-confirmation .fieldset-wrapper {
  position: relative;
  width: calc(100% - 120px);
  font-size: 16px;
}
#node-pricing #intro .form-holder .webform-confirmation .fieldset-wrapper:after {
  content: "";
  background: url("/themes/custom/images/icons/arrow_big_blue.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 16px;
  right: -90px;
  width: 90px;
  height: 110px;
}
#node-pricing #faqs {
  padding-top: 100px;
}
#node-pricing #faqs .section-content {
  width: 50%;
  float: left;
  padding-right: 130px;
}
#node-pricing #faqs .view {
  width: 50%;
  float: right;
}
#node-pricing #faqs .view .view-content .views-item {
  border-bottom: 1px solid #d1d1da;
  position: relative;
  padding: 20px 0;
  transition: border-bottom-color 0.5s 0.5s;
}
#node-pricing #faqs .view .view-content .views-item > a {
  display: block;
  position: relative;
  padding-right: 40px;
}
#node-pricing #faqs .view .view-content .views-item > a .title {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 100px 0 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
  margin: 0 !important;
}
#node-pricing #faqs .view .view-content .views-item > a .icon-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 19;
  display: block;
  margin-top: -16px;
  padding-right: 9px;
  transition: transform 0.5s;
}
#node-pricing #faqs .view .view-content .views-item > a .icon-right:before {
  position: relative;
}
#node-pricing #faqs .view .view-content .views-item > a .icon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -18px;
}
#node-pricing #faqs .view .view-content .views-item > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  height: 1px;
  width: 0%;
  background: #00adef;
  transition: width 1s 0s, opacity 0s 0.5s;
}
#node-pricing #faqs .view .view-content .views-item > a:hover:after {
  width: 100%;
}
#node-pricing #faqs .view .view-content .views-item .faq-content {
  display: none;
  padding: 15px 0;
  padding-right: 40px;
}
#node-pricing #faqs .view .view-content .views-item .faq-content a.edit-link {
  top: 20px;
  left: 0;
}
#node-pricing #faqs .view .view-content .views-item:first-child {
  border-top: 1px solid #d1d1da;
}
#node-pricing #faqs .view .view-content .views-item.open {
  border-bottom-color: #00adef;
  transition: border-bottom-color 0.5s 0s;
}
#node-pricing #faqs .view .view-content .views-item.open a {
  color: #00adef;
}
#node-pricing #faqs .view .view-content .views-item.open a .icon-right {
  transform: rotate(-90deg);
}
#node-pricing #faqs .view .view-content .views-item.open a:after {
  opacity: 0;
  transition: width 1s 0s, opacity 0s 0s;
}
#node-pricing #faqs .view .button-wrapper {
  margin-top: 50px;
}
#node-pricing #description {
  padding-top: 200px;
}
#node-pricing #description .section-content {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
#node-pricing #description .items {
  margin: 100px -3% 0 -3%;
  position: relative;
}
#node-pricing #description .items .item {
  width: 27.333%;
  margin: 0 3%;
  float: left;
  text-align: center;
}
#node-pricing #description .items .item .image {
  display: inline-block;
  padding: 0 50px;
  background: #ffffff;
}
#node-pricing #description .items .item .image img {
  height: 150px;
  width: auto;
  display: inline-block;
  margin-bottom: 50px;
}
#node-pricing #description .items .item:nth-child(2) .image {
  padding-top: 50px;
}
#node-pricing #description .items svg.line {
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -50vw;
  width: 100vw;
  height: 8.6vw;
  z-index: -1;
}
#node-pricing #description .items svg.line path {
  stroke-dasharray: 1980px;
  stroke-dashoffset: 1980px;
  transition: stroke-dashoffset 3s 0s;
}
#node-pricing #description .items.animate svg.line path {
  stroke-dashoffset: 0;
}
#node-pricing #pricing {
  padding: 150px 0 200px;
}
#node-pricing #pricing .section-content .h1 {
  width: 50%;
  margin: 40px auto 100px;
  text-align: center;
}
#node-pricing #pricing .legend {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  font-size: 14px;
}
#node-pricing #pricing .legend div {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#node-pricing #pricing .legend div img {
  width: 16px;
  height: 16px;
  margin-right: 20px;
}
#node-pricing #pricing .price-table {
  display: flex;
  flex-direction: row;
  align-items: end;
  line-height: 30px;
  font-size: 14px;
}
#node-pricing #pricing .price-table *:empty {
  height: 30px;
}
#node-pricing #pricing .price-table p {
  line-height: 20px;
}
#node-pricing #pricing .price-table .table-row-title {
  min-height: 30px;
}
#node-pricing #pricing .price-table .table-subrow {
  min-height: 30px;
}
#node-pricing #pricing .price-table .table-subrow .paragraph .field__label,
#node-pricing #pricing .price-table .table-subrow .paragraph .field--name-field-title {
  display: none;
}
#node-pricing #pricing .price-table .table-col {
  min-width: 260px;
  width: 100%;
  border-bottom: 1px solid transparent;
}
#node-pricing #pricing .price-table .table-col.table-attributes {
  width: 100%;
  min-width: 20%;
}
#node-pricing #pricing .price-table .table-col.table-attributes .table-subrow .paragraph .field__label,
#node-pricing #pricing .price-table .table-col.table-attributes .table-subrow .paragraph .field--name-field-text-short {
  display: none;
}
#node-pricing #pricing .price-table .table-col.table-attributes .table-subrow .paragraph .field--name-field-title {
  display: block;
}
#node-pricing #pricing .price-table .table-col:first-child .table-row:nth-child(2n) {
  border-radius: 10px 0 0 10px;
}
#node-pricing #pricing .price-table .table-col:first-child .table-row-title {
  font-weight: bold;
}
#node-pricing #pricing .price-table .table-col:last-child .table-row:nth-child(2n) {
  border-radius: 0 10px 10px 0;
}
#node-pricing #pricing .price-table .table-col.recommended {
  border: 1px solid #00adef;
  border-radius: 10px;
}
#node-pricing #pricing .price-table .table-col.recommended .package-title {
  font-weight: bold;
}
#node-pricing #pricing .price-table .table-col.recommended .table-row:last-child {
  border-radius: 0 0 10px 10px;
}
#node-pricing #pricing .price-table .table-col.recommended .table-row:last-child .button {
  display: inline-block;
  width: calc((100% - 16px) / 2);
}
#node-pricing #pricing .price-table .table-col.recommended .table-row:last-child .button + .button {
  margin-left: 10px;
}
#node-pricing #pricing .price-table .table-col:not(:first-child) .table-row {
  text-align: center;
}
#node-pricing #pricing .price-table .table-col .table-top {
  padding: 8%;
}
#node-pricing #pricing .price-table .table-row {
  padding: 15px;
}
#node-pricing #pricing .price-table .table-row:nth-child(2n) {
  background: #ecf7fe;
}
#node-pricing #pricing .price-table .table-row:last-child {
  min-height: 76px;
  line-height: 5px;
  background: #fff;
}
#node-pricing #pricing .price-table .tick-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin: 0 auto;
}
#node-pricing #pricing .package-title {
  font-size: 30px;
  font-family: "Nunito";
  margin-bottom: 10px;
}
#node-pricing #pricing .package-icon {
  width: 70px;
  height: 70px !important;
  object-fit: contain;
  margin: 20px auto;
}
#node-pricing #pricing .w-100 {
  width: 100% !important;
}
#node-pricing #request-form-teaser {
  margin-top: 0 !important;
  padding-top: 250px !important;
}
@media all and (max-width: 1899px) {
  #node-pricing #intro .section-content .h1 {
    font-size: 75px;
    line-height: 80px;
  }
}
@media all and (max-width: 1699px) {
  #node-pricing #intro .section-content .h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media all and (max-width: 1599px) {
  #node-pricing #intro {
    padding: 250px 0 150px 0;
  }
  #node-pricing #intro .section-content {
    padding-right: 100px;
  }
  #node-pricing #intro .section-content .h1 {
    font-size: 60px;
    line-height: 70px;
  }
  #node-pricing #intro .section-content .text {
    margin-bottom: 50px;
  }
  #node-pricing #intro .form-holder h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #node-pricing #faqs {
    padding-top: 0;
  }
  #node-pricing #faqs .section-content {
    padding-right: 100px;
  }
  #node-pricing #faqs .view .view-content .views-item {
    padding: 15px 0;
  }
  #node-pricing #faqs .view .view-content .views-item a:after {
    bottom: -16px;
  }
  #node-pricing #description {
    padding-top: 150px;
  }
  #node-pricing #description .items .item .image {
    padding: 0 40px;
  }
  #node-pricing #description .items .item .image img {
    height: 120px;
    margin-bottom: 40px;
  }
  #node-pricing #request-form-teaser {
    padding-top: 170px !important;
  }
}
@media all and (max-width: 1439px) {
  #node-pricing #intro {
    padding: 250px 0 150px 0;
  }
  #node-pricing #intro .section-content {
    padding-right: 70px;
  }
  #node-pricing #intro .section-content .h1 {
    font-size: 55px;
    line-height: 70px;
  }
  #node-pricing #faqs {
    padding-top: 0;
  }
  #node-pricing #description {
    padding-top: 150px;
  }
  #node-pricing #description .items .item .image img {
    height: 120px;
  }
  #node-pricing #request-form-teaser {
    padding-top: 150px !important;
  }
}
@media all and (max-width: 1247px) {
  #node-pricing #intro .section-content {
    padding-right: 50px;
  }
  #node-pricing #intro .section-content .h1 {
    font-size: 45px;
    line-height: 60px;
  }
  #node-pricing #intro .section-content .text {
    margin-bottom: 50px;
  }
  #node-pricing #intro .section-content .links .certificates {
    padding-left: 0;
    border-left: 0;
  }
  #node-pricing #intro .form-holder .h1 {
    font-size: 26px;
  }
  #node-pricing #intro .form-holder .js-form-type-checkboxes .form-item label,
  #node-pricing #intro .form-holder .js-form-type-checkbox label,
  #node-pricing #intro .form-holder .js-form-type-radios .form-item label,
  #node-pricing #intro .form-holder .js-form-type-radio label {
    font-size: 14px;
  }
  #node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label {
    font-size: 14px;
    padding: 12px;
  }
  #node-pricing #intro .form-holder .form-item label {
    font-size: 14px;
  }
  #node-pricing #faqs .section-content {
    padding-right: 0;
    width: auto;
    float: none;
    margin-bottom: 50px;
  }
  #node-pricing #faqs .section-content .scrollmagic-pin-spacer {
    inset: inherit !important;
    margin: 0px !important;
    display: block;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    min-height: none !important;
  }
  #node-pricing #faqs .section-content .scrollmagic-pin-spacer .pin-item {
    width: auto !important;
    position: relative !important;
    margin: 0 !important;
    inset: inherit !important;
    left: auto !important;
    top: auto !important;
  }
  #node-pricing #faqs .view {
    width: auto;
    float: none;
  }
  #node-pricing #faqs .view .view-content .views-item {
    padding: 15px 0;
  }
  #node-pricing #faqs .view .view-content .views-item > a:after {
    bottom: -16px;
  }
  #node-pricing #faqs .view .view-content .views-item .faq-content {
    padding: 5px 0 25px 0;
    padding-right: 40px;
  }
  #node-pricing #description .items .item .image {
    padding: 0 30px;
  }
  #node-pricing #description .items .item .image img {
    height: 100px;
    margin-bottom: 30px;
  }
  #node-pricing #description .items .item:nth-child(2) .iamge {
    padding-top: 30px;
  }
  #node-pricing #description .items svg.line {
    top: 50px;
  }
  #node-pricing #pricing .legend {
    margin-top: 20px;
  }
  #node-pricing #pricing .price-table {
    flex-wrap: wrap;
  }
  #node-pricing #pricing .price-table .table-attributes {
    display: none;
  }
  #node-pricing #pricing .price-table .no-desktop {
    display: inline-block;
  }
  #node-pricing #pricing .price-table .table-row:not(:first-child) {
    text-align: left !important;
  }
  #node-pricing #pricing .price-table .table-subrow {
    display: flex;
    flex-direction: row;
    text-align: right !important;
  }
  #node-pricing #pricing .price-table .table-subrow span,
  #node-pricing #pricing .price-table .table-subrow strong {
    text-align: left !important;
    width: 100%;
  }
  #node-pricing #pricing .price-table .table-subrow .paragraph {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #node-pricing #pricing .price-table .table-subrow .paragraph .field--name-field-title {
    display: inline-block;
    vertical-align: middle;
  }
  #node-pricing #pricing .price-table .table-row-title strong {
    display: block;
  }
  #node-pricing #pricing .price-table .table-col {
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  #node-pricing #pricing .price-table .table-col:last-child .table-row {
    border-radius: 0 !important;
  }
  #node-pricing #pricing .price-table .table-col .table-row:last-child {
    border-radius: 0 0 10px 10px !important;
  }
  #node-pricing #pricing .button + .button {
    margin-left: 20px;
  }
  #node-pricing #pricing .button.w-50 {
    width: calc((100% - 24px) / 2);
  }
}
@media all and (max-width: 1023px) {
  #node-pricing #intro {
    padding: 220px 0 100px 0;
  }
  #node-pricing #intro .section-content {
    width: auto;
    padding-right: 0;
  }
  #node-pricing #intro .form-holder {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 50px;
    transform: none;
  }
  #node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label {
    font-size: 16px;
    padding: 20px;
  }
  #node-pricing #faqs {
    padding-top: 0;
  }
  #node-pricing #description {
    padding-top: 100px;
  }
  #node-pricing #description .section-content {
    text-align: left;
  }
  #node-pricing #description .items {
    margin: 70px 0 0 0;
  }
  #node-pricing #description .items .item {
    width: auto;
    float: none;
    margin: 50px 0 0 0;
    text-align: left;
  }
  #node-pricing #description .items .item .image {
    padding: 0 !important;
  }
  #node-pricing #description .items svg.line {
    display: none;
  }
  #node-pricing #pricing .section-content .h1 {
    width: 100%;
    margin: 40px auto;
    text-align: center;
  }
  #node-pricing #request-form-teaser {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 812px) {
  #node-pricing #intro {
    padding: 200px 0 100px 0;
  }
  #node-pricing #intro .section-content .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  #node-pricing #faqs .view .view-content .views-item > a .icon-right {
    font-size: 35px;
    margin-top: -18px;
  }
  #node-pricing #faqs .view .view-content .views-item > a .icon-right::after {
    height: 30px;
    width: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 599px) {
  #node-pricing #intro {
    padding: 150px 0 100px 0;
  }
  #node-pricing #intro .section-content .h1 {
    font-size: 35px;
    line-height: 45px;
  }
  #node-pricing #intro .section-content .links .app-container {
    clear: left;
  }
  #node-pricing #intro .section-content .links .app-container .dropdown-content {
    padding: 20px 20px 10px 20px;
  }
  #node-pricing #intro .section-content .links .app-container .dropdown-content .downloads a {
    float: left;
    clear: left;
    margin: 0 0 10px 0 !important;
  }
  #node-pricing #intro .section-content .links .app-container .dropdown-content .downloads a img {
    height: 40px;
  }
  #node-pricing #intro .section-content .links .certificates {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
  }
  #node-pricing #intro .image {
    width: 60%;
    margin-left: 20% !important;
  }
  #node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper div:not(.form-item-solutions-none) label.webform-options-display-buttons-label {
    font-size: 14px;
  }
  #node-pricing #pricing {
    padding: 150px 0;
  }
}
@media screen and (max-width: 499px) {
  #node-pricing #intro {
    padding: 110px 0 100px 0;
  }
  #node-pricing #intro .section-content .h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  #node-pricing #intro .section-content .text {
    margin-bottom: 30px;
  }
  #node-pricing #intro .section-content .app-container .dropdown {
    display: block;
  }
  #node-pricing #intro .section-content .links .certificates {
    margin-left: 0;
  }
  #node-pricing #intro .section-content .links .certificates a img {
    height: 28px;
  }
  #node-pricing #intro .image {
    width: 70%;
    margin: 0 0 10px 15% !important;
  }
  #node-pricing #intro .form-holder .h1 {
    font-size: 22px;
  }
  #node-pricing #intro .form-holder .webform-page.page-1 .webform-options-display-buttons .webform-options-display-buttons-wrapper div:not(.form-item-solutions-none) label.webform-options-display-buttons-label {
    height: 135px;
    vertical-align: bottom;
    font-size: 15px;
  }
  #node-pricing #faqs .view .view-content .views-item {
    padding: 25px 0;
  }
  #node-pricing #faqs .view .view-content .views-item > a {
    height: auto;
  }
  #node-pricing #faqs .view .view-content .views-item > a .title {
    padding-right: 60px;
    font-size: 16px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #node-pricing #faqs .view .view-content .views-item > a .icon-right {
    font-size: 30px;
    margin-top: -15px;
  }
  #node-pricing #faqs .view .view-content .views-item > a:after {
    bottom: -26px;
  }
  #node-pricing #description {
    padding-top: 70px;
  }
  #node-pricing #description .items .item .image img {
    height: 70px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 399px) {
  #node-pricing .form-holder .h1 {
    font-size: 17px;
  }
}
/* <= 1799px */
@media all and (max-width: 1899px) {
  .section {
    margin-left: 100px;
    margin-right: 100px;
  }
}
/* <= 1699px */
@media all and (max-width: 1699px) {
  .section {
    margin-left: 100px;
    margin-right: 100px;
  }
  #footer > .section {
    padding-left: 20px !important;
  }
  #footer > .section #logo_footer {
    display: none !important;
  }
}
/* <= 1599px */
@media all and (max-width: 1599px) {
  .section {
    margin-left: 70px;
    margin-right: 70px;
  }
  #main > .section {
    margin-top: 250px;
    margin-bottom: 150px;
  }
  #header > .section #logo {
    width: 106px;
    height: auto;
    margin-bottom: 10px;
  }
  #header > .section #navigation {
    margin-right: 15px;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li {
    margin-left: 15px;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li > a {
    font-size: 16px;
  }
  #header > .section .region-header .block.block-language {
    padding-left: 0;
  }
  #header > .section .region-header .block.block-language .dropdown-container a.dropdown {
    font-size: 16px;
  }
  #header > .section .region-header .block.block-language:before {
    display: none;
  }
  #footer {
    font-size: 14px;
    line-height: 24px;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .subtitle,
  .dropdown-container .dropdown-content {
    font-size: 16px;
    line-height: 26px;
  }
  article ul li,
  .ui-dialog ul li {
    padding: 0 0 10px 25px;
  }
  article ul li:before,
  .ui-dialog ul li:before {
    top: 12px;
  }
  article ul.checkmarks li,
  .ui-dialog ul.checkmarks li {
    padding: 0 0 10px 35px;
  }
  article ul.checkmarks li:before,
  .ui-dialog ul.checkmarks li:before {
    top: 3px;
    font-size: 20px;
  }
  article ul.checkmarks li:after,
  .ui-dialog ul.checkmarks li:after {
    top: 3px;
    left: 4px;
    font-size: 16px;
  }
  .ui-dialog {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  a.button,
  a.button:active,
  a.button:focus,
  a.button:link,
  a.button:visited,
  button.button,
  button.button:active,
  button.button:link,
  button.button:visited,
  input.form-submit,
  input.form-submit:focus {
    font-size: 16px;
  }
}
/* <= 1439px */
@media all and (max-width: 1439px) {
  .section {
    margin-left: 70px;
    margin-right: 70px;
  }
  #main > .section {
    margin-bottom: 150px;
  }
  #footer {
    margin-top: 80px;
  }
}
/* <= 1247px */
@media all and (max-width: 1247px) {
  .section {
    margin-left: 50px;
    margin-right: 50px;
  }
  #header > .section #logo {
    width: 106px;
    height: auto;
    margin-bottom: 10px;
  }
  #header > .section #navigation {
    margin-right: 15px;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li {
    margin-left: 0;
  }
  #header > .section .region-header .block.block-language {
    padding-left: 0;
  }
  #header > .section .region-header .block.block-language:before {
    display: none;
  }
  #footer > .section .block#block-unternehmen {
    width: 30%;
  }
  #footer > .section .block#block-losungen {
    width: 30%;
  }
  #footer > .section .block#block-custom-footer {
    width: 30%;
  }
  #footer > .section .block.footer-newsletter {
    width: 100%;
    margin-top: 50px;
    height: auto !important;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .h5 {
    font-size: 22px;
    line-height: 30px;
  }
  .h6 {
    font-size: 18px;
    line-height: 28px;
  }
  article ul li,
  .ui-dialog ul li {
    padding: 0 0 10px 25px;
  }
  article ul li:before,
  .ui-dialog ul li:before {
    top: 12px;
  }
  article ul.checkmarks li,
  .ui-dialog ul.checkmarks li {
    padding: 0 0 10px 35px;
  }
  article ul.checkmarks li:before,
  .ui-dialog ul.checkmarks li:before {
    top: 3px;
  }
  article ul.checkmarks li:after,
  .ui-dialog ul.checkmarks li:after {
    top: 3px;
  }
  .ui-dialog {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
/* <= 1023px */
@media all and (max-width: 1023px) {
  #header > .section #menu-icon {
    display: block;
    position: relative;
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 1 !important;
    z-index: 999;
    margin: 12px 0 12px 60px;
  }
  #header > .section #menu-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -31px;
    height: 28px;
    width: 1px;
    background: #d1d1da;
    margin-top: -14px;
  }
  #header > .section #menu-icon span {
    width: 100%;
    height: 2px;
    display: block;
    background: #191b46;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1px;
    transition: transform 0.3s, opacity 0.3s, top 0.3s, margin-top 0.3s, background 0.3s, left 0.3s;
  }
  #header > .section #menu-icon span.second {
    top: 50%;
    margin-top: -1px;
  }
  #header > .section #menu-icon span.third {
    top: 100%;
    margin-top: -2px;
  }
  #header > .section #menu-icon:hover span {
    background: #00adef !important;
  }
  #header > .section #menu-icon.active span {
    background: #191b46;
  }
  #header > .section #menu-icon.active span.first {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -1px;
  }
  #header > .section #menu-icon.active span.second {
    opacity: 0;
  }
  #header > .section #menu-icon.active span.third {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  #header > .section #menu-icon.active:hover span {
    background: #00adef !important;
  }
  #header > .section #navigation {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100% !important;
    background: #ecf7fe;
    opacity: 0;
    transition: top 0.5s, opacity 0.5s;
    z-index: 99;
    padding: 0 !important;
    overflow: hidden;
    overflow-y: auto;
  }
  #header > .section #navigation:before {
    content: "";
    position: fixed;
    top: -180px;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, #ecf7fe 80%, rgba(236, 247, 254, 0) 100%);
    z-index: 999;
    transition: top 0.5s;
  }
  #header > .section #navigation .table {
    width: 100%;
    height: 100%;
    display: table;
  }
  #header > .section #navigation .table .table-cell {
    display: table-cell;
    padding: 200px 50px 50px 50px;
    vertical-align: middle;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li {
    margin: 0 !important;
    float: none;
    border-bottom: 1px solid #d1d1da;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li > a {
    font-family: "Nunito", "Nunito Sans", sans-serif;
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0;
    border-radius: 0;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li > a:after {
    transform: rotate(180deg);
    margin-top: -16px;
    left: 40px;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li.open {
    border-bottom: 0;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li.open > a {
    background: none;
    color: #00adef !important;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu {
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    border-radius: 12px;
    left: auto;
    padding: 0;
    z-index: 99;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu ul.menu li {
    width: 100% !important;
  }
  body.menu-open #header {
    background: #ecf7fe;
  }
  body.menu-open #header > .section #navigation {
    top: 0;
    opacity: 1;
  }
  body.menu-open #header > .section #navigation:before {
    top: 0;
  }
  #footer > .section {
    padding-right: 100px;
  }
  #footer > .section .block.footer-newsletter {
    width: 66.666%;
  }
  .h1 {
    margin-left: -1px;
    margin-bottom: 30px;
  }
  a.play {
    width: 100px;
    height: 100px;
    padding-top: 35px;
    font-size: 30px;
    margin: -50px 0 0 -50px;
  }
}
/* <= 812px */
@media screen and (max-width: 812px) {
  a.edit-link {
    display: none !important;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .h4 {
    font-size: 25px;
    line-height: 35px;
  }
  .h5 {
    font-size: 18px;
    line-height: 26px;
  }
  table {
    font-size: 12px;
    line-height: 20px;
  }
  a.button,
  a.button:active,
  a.button:focus,
  a.button:link,
  a.button:visited,
  button.button,
  button.button:active,
  button.button:link,
  button.button:visited,
  input.form-submit,
  input.form-submit:focus {
    font-size: 14px;
    line-height: 22px;
  }
  #header > .section #logo {
    z-index: 119;
  }
  #header > .section .region-header a.request {
    float: right;
    margin: 9px 0;
  }
  #header > .section .region-header .block.block-language {
    margin-left: 0;
    opacity: 0;
    top: -100px;
    left: -40px;
    transition: opacity 0.5s, top 0.5s;
    position: absolute;
  }
  #header > .section .region-header .block.block-language .dropdown-container a.dropdown {
    font-size: 14px;
  }
  #header > .section .region-header .block.block-language .dropdown-container .dropdown-content {
    right: auto;
    left: 0;
    font-size: 14px;
    padding: 10px 15px;
  }
  #header > .section .region-header .block.block-language .dropdown-container .dropdown-content:before {
    right: auto;
    left: 26px;
  }
  #header.small > .section {
    padding: 10px 30px;
  }
  #header.small > .section #logo {
    width: 70px;
    height: auto;
    margin-top: 13px;
  }
  #header .header-small-sizer {
    height: 68px;
  }
  body.menu-open #header > .section .region-header .block.block-language {
    opacity: 1;
    top: 4px;
  }
  #footer {
    font-size: 14px;
    line-height: 22px;
  }
  #footer > .section {
    padding-right: 20px;
  }
  #footer > .section .block {
    height: auto !important;
  }
  #footer > .section .block#block-unternehmen {
    width: 50%;
  }
  #footer > .section .block#block-losungen {
    width: 50%;
  }
  #footer > .section .block#block-custom-footer {
    margin-top: 50px;
    width: 50%;
  }
  #footer > .section .block.footer-newsletter {
    width: 50%;
  }
  #footer > .section .footer-app {
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    width: 50%;
    max-width: unset;
    text-align: left;
    width: 100%;
  }
  #footer > .section .footer-app .downloads a {
    margin: 0 5px 0 0;
  }
  #footer > .section .footer-social-media {
    text-align: right;
    margin-bottom: 0;
    position: relative;
    right: 0;
    padding-right: 0;
    top: 42px;
    float: right;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 25px;
  }
  #footer > .section .footer-social-media a:first-child {
    margin-left: 0;
  }
  nav.pager ul.pager__items li.pager__item--previous {
    margin-right: 20px !important;
  }
  nav.pager ul.pager__items li.pager__item--next {
    margin-left: 20px !important;
  }
  .ui-dialog {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  article ul li,
  .ui-dialog ul li {
    padding: 0 0 10px 25px;
  }
  article ul li:before,
  .ui-dialog ul li:before {
    top: 10px;
  }
  article ul.checkmarks li,
  .ui-dialog ul.checkmarks li {
    padding: 0 0 10px 35px;
  }
  article ul.checkmarks li:before,
  .ui-dialog ul.checkmarks li:before {
    top: 1px;
  }
  article ul.checkmarks li:after,
  .ui-dialog ul.checkmarks li:after {
    top: 1px;
  }
}
/* <= 699px */
/* <= 599px */
@media screen and (max-width: 599px) {
  .section {
    margin-right: 30px;
    margin-left: 30px;
  }
  .h1 {
    font-size: 30px;
    line-height: 40px;
  }
  #header > .section {
    padding-top: 30px;
  }
  #header > .section #logo {
    width: 70px;
    height: auto;
    margin-bottom: 0;
    margin-top: 13px;
  }
  #header > .section #navigation .table .table-cell {
    padding: 150px 30px 50px 30px;
  }
  #footer {
    padding: 70px 0;
  }
  #footer > .section .block#block-unternehmen {
    width: 50%;
    margin-bottom: 30px;
  }
  #footer > .section .block#block-losungen {
    width: 50%;
    margin-bottom: 30px;
  }
  #footer > .section .block#block-custom-footer {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
  #footer > .section .block.footer-newsletter {
    width: 100%;
    margin-top: 0;
  }
  a.play {
    width: 80px;
    height: 80px;
    padding-top: 25px;
    font-size: 30px;
    margin: -40px 0 0 -40px;
  }
  #cookie-banner .section {
    padding-right: 0;
  }
  #cookie-banner .section a.accept {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
  }
}
/* <= 499px */
@media screen and (max-width: 499px) {
  .h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .h5 {
    margin-bottom: 10px;
  }
  #header > .section #menu-icon:before {
    display: none;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li > a {
    font-size: 28px;
    line-height: 38px;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu ul.menu li a {
    height: 40px;
    text-align: left;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu ul.menu li a .icon {
    left: 40px;
    height: 40px;
    margin-top: -20px;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu > ul.menu > li .submenu ul.menu li a .h6 {
    left: 0;
    padding: 0 30px 0 80px;
  }
  #footer {
    margin-top: 30px;
  }
}
/* <= 399px */
@media screen and (max-width: 399px) {
  .h1 {
    font-size: 24px;
    line-height: 32px;
    margin-left: 0;
  }
  table {
    font-size: 10px;
    line-height: 18px;
  }
}
/* <= 374px */
@media screen and (max-width: 374px) {
  #footer > .section .block#block-unternehmen {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer > .section .block#block-losungen {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* <= 812px */
/*# sourceMappingURL=_all.css.map */