.responsive-layout {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 520px) {
  .responsive-layout {
    max-width: 520px;
  }
}
@media all and (min-width: 760px) {
  .responsive-layout {
    max-width: 100%;
  }
}
@media all and (min-width: 960px) {
  .responsive-layout {
    max-width: 960px;
  }
}
.visibility-hidden {
  visibility: hidden !important;
}
.display-none {
  display: none !important;
}
.skip-nav-link {
  background-color: #4b4e4f;
  border-radius: 0;
  color: #ffffff;
  display: none;
  left: 0;
  margin-top: 0;
  padding: 10px 20px;
  position: absolute;
  top: -46px;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  width: auto;
  z-index: 100;
}
.accessibility .skip-nav-link {
  display: inline-block;
}
.skip-nav-link:focus {
  top: 0;
}
#wrapper {
  padding-top: 40px;
}
.drawer {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0px;
  right: -320px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 501;
}
.dir-rtl .drawer {
  right: inherit;
  left: -320px;
}
.drawer .drawer-back {
  float: left;
}
.dir-rtl .drawer .drawer-back {
  float: right;
}
.drawer .drawer-back.show {
  display: inline-block;
}
.drawer .drawer-close {
  float: right;
}
.dir-rtl .drawer .drawer-close {
  float: left;
}
.drawer .drawer-inner {
  height: 100%;
}
.drawer .drawer-item {
  display: block;
  width: 100%;
}
.drawer .drawer-item-open {
  display: block;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
.dir-rtl .loading {
  left: auto;
  right: 0;
}
.loading .loading-image {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
.navigation {
  position: fixed;
  top: 0;
  height: 64px;
  z-index: 500;
  width: 100%;
}
.navigation .navigation-back-button {
  float: left;
}
.dir-rtl .navigation .navigation-back-button {
  float: right;
}
.navigation .navigation-drawer-toggle-button {
  float: right;
}
.dir-rtl .navigation .navigation-drawer-toggle-button {
  float: left;
}
.notify .notify-popup {
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 550;
}
.notify .notify-popup-icon {
  position: absolute;
  left: 0px;
  top: 0px;
}
.dir-rtl .notify .notify-popup-icon {
  left: inherit;
  right: 0px;
}
@media all and (max-width: 758px) {
  .notify .notify-popup-icon .icon {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 758px) {
  .notify .notify-popup-icon {
    float: none;
    margin: 0px auto;
    position: static;
  }
}
.notify .notify-popup-content {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 520px) {
  .notify .notify-popup-content {
    max-width: 520px;
  }
}
@media all and (min-width: 760px) {
  .notify .notify-popup-content {
    max-width: 100%;
  }
}
@media all and (min-width: 960px) {
  .notify .notify-popup-content {
    max-width: 960px;
  }
}
.notify .notify-popup-content-inner {
  position: relative;
}
.notify .notify-popup-done {
  display: inline-block;
}
.notify .notify-shadow {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 549;
}
.dir-rtl .notify .notify-shadow {
  left: inherit;
  right: 0px;
}
.component-container:before,
.component-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.component-container:after {
  clear: both;
}
.component-container {
  zoom: 1;
}
.component-left {
  width: 100%;
  float: none;
}
@media all and (min-width: 760px) {
  .component-left {
    width: 50%;
    float: left;
  }
  .component-left .component-inner {
    margin-right: 5%;
  }
}
.component-right {
  width: 100%;
  float: none;
}
@media all and (min-width: 760px) {
  .component-right {
    width: 50%;
    float: right;
  }
  .component-right .component-inner {
    margin-left: 5%;
  }
}
@media all and (min-width: 760px) {
  .dir-rtl .component-left {
    float: right;
  }
  .dir-rtl .component-left .component-inner {
    margin-right: inherit;
    margin-left: 5%;
  }
}
@media all and (min-width: 760px) {
  .dir-rtl .component-right {
    float: left;
  }
  .dir-rtl .component-right .component-inner {
    margin-left: inherit;
    margin-right: 5%;
  }
}
.component {
  position: relative;
}
.block {
  position: relative;
}
.aria-label {
  position: absolute !important;
  left: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.aria-label.relative {
  position: relative !important;
}
.aria-label.aria-hidden {
  display: none !important;
}
.a11y-focusguard {
  left: 0px !important;
  bottom: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.touchevents .a11y-focusguard {
  position: absolute !important;
}
.no-touchevents .a11y-focusguard {
  position: fixed !important;
}
#a11y-focuser {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body p {
  margin-top: 14px;
  margin-bottom: 14px;
}
zw {
  display: inline-block;
  width: 0;
}
nb {
  white-space: nowrap;
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul li,
ol li {
  margin-left: 20px;
}
.dir-rtl ul li,
.dir-rtl ol li {
  margin-left: inherit;
  margin-right: 20px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
a:hover,
a:active {
  outline: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dir-rtl body {
  direction: rtl;
}
a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
.icon {
  -webkit-transform: translateZ(0);
}
html.adapt-scrolling {
  height: 100%;
  overflow: hidden;
}
html.adapt-scrolling body,
html.adapt-scrolling #app {
  height: 100%;
  overflow: hidden;
}
html.adapt-scrolling .navigation {
  position: relative;
}
html.adapt-scrolling #app {
  position: relative;
  height: calc(100% - 64px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.adapt-scrolling #wrapper {
  padding: 0;
}
.graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.pagesInNavBar {
  float: right;
}
.pagesInNavBar .page-item {
  padding: 20px;
  background-color: #ffffff;
  color: #4b4e4f;
  position: relative;
}
.pagesInNavBar .page-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  height: 40%;
  width: 3px;
  right: 0;
  border-right: 1px solid #ffffff;
}
.pagesInNavBar .page-item:hover {
  background-color: #ffffff;
  color: #4b4e4f;
}
.pagesInNavBar .page-item:last-of-type::before {
  display: none;
}
.boxmenu-menu {
  background: #078292;
}
.boxmenu-menu .menu-container-inner {
  padding: 30px 30px 0;
}
.boxmenu-menu .menu-title,
.boxmenu-menu .menu-body {
  color: #fff;
  margin-bottom: 30px;
}
.boxmenu-menu .menu-item {
  width: 50%;
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.dir-rtl .boxmenu-menu .menu-item {
  float: right;
}
.boxmenu-menu .menu-item.nth-child-even .menu-item-inner {
  margin-left: 5%;
}
.dir-rtl .boxmenu-menu .menu-item.nth-child-even .menu-item-inner {
  margin-left: inherit;
  margin-right: 5%;
}
.boxmenu-menu .menu-item.nth-child-odd {
  clear: both;
}
.boxmenu-menu .menu-item.nth-child-odd .menu-item-inner {
  margin-right: 5%;
}
.dir-rtl .boxmenu-menu .menu-item.nth-child-odd .menu-item-inner {
  margin-right: inherit;
  margin-left: 5%;
}
.boxmenu-menu .menu-item-inner {
  background: #ffffff;
  padding-bottom: 20px;
  position: relative;
}
.boxmenu-menu .menu-graphic a {
  display: block;
}
.boxmenu-menu .menu-item-title {
  padding: 30px 30px 0;
}
.boxmenu-menu .menu-item-body {
  padding: 30px 30px 0;
}
.boxmenu-menu .menu-item-button {
  padding: 30px 30px 0;
}
.boxmenu-menu .menu-item-button a {
  text-decoration: none;
  background-color: #4b4e4f;
  color: #ffffff;
  padding: 14px;
}
.boxmenu-menu .menu-item-button a:hover {
  background-color: #4b4e4f;
  color: #fff;
}
.boxmenu-menu .menu-item-button a.visited {
  background-color: #727272;
  color: #ccc;
}
.boxmenu-menu .menu-item-duration {
  float: right;
}
.dir-rtl .boxmenu-menu .menu-item-duration {
  float: left;
}
@media all and (max-width: 759px) {
  .boxmenu-menu .menu-inner {
    padding: 0;
  }
  .boxmenu-menu .menu-title-inner {
    padding: 15px 0 0;
  }
  .boxmenu-menu .menu-body-inner {
    padding: 0px 0 10px;
  }
  .boxmenu-menu .menu-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .boxmenu-menu .menu-item.nth-child-even .menu-item-inner,
  .boxmenu-menu .menu-item.nth-child-odd .menu-item-inner {
    margin: 0;
  }
}
.article {
  background-color: #ffffff;
}
@media all and (max-width: 1044px) {
  .article .article-inner {
    padding: 30px 0 30px;
  }
}
@media all and (max-width: 539px) {
  .article .article-inner {
    padding: 20px 0 20px;
  }
}
.article .article-header {
  max-width: 1024px;
  margin: auto;
  padding: 0;
}
@media all and (max-width: 1044px) {
  .article .article-header {
    padding: 0 20px;
  }
}
@media all and (max-width: 539px) {
  .article .article-header {
    padding: 0 10px;
  }
}
.article .article-title {
  margin-bottom: 20px;
  color: #078292;
  text-align: left;
}
.dir-rtl .article .article-title {
  text-align: right;
}
.article .article-title-inner {
  margin-bottom: 20px;
}
.article .article-body {
  margin-bottom: 30px;
}
.article .article-instruction {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
.block {
  background-color: #ffffff;
}
.block .block-inner {
  margin: auto;
}
@media all and (max-width: 1044px) {
  .block .block-inner {
    padding: 30px 20px 30px;
  }
}
@media all and (max-width: 539px) {
  .block .block-inner {
    padding: 20px 10px 20px;
  }
}
.block .block-title {
  margin-bottom: 20px;
  color: #078292;
  text-align: left;
  display: none;
}
.dir-rtl .block .block-title {
  text-align: right;
}
.block .block-body {
  margin-bottom: 30px;
}
.block .block-instruction {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
.button,
button {
  font-family: "Futura PT", Helvetica, Arial, sans-serif;
  background-color: #4b4e4f;
  color: #ffffff;
  padding: 14px 24px 14px 24px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: 0 solid #4b4e4f;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
@media all and (max-width: 519px) {
  .button,
  button {
    font-size: 14px;
  }
}
.no-touch .button:hover,
.no-touch button:hover {
  background-color: #000;
  color: #ffffff;
  border-color: #000;
}
.button.base,
button.base {
  background-color: transparent;
  padding: 0;
  text-align: left;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.no-touch .button.base:hover,
.no-touch button.base:hover {
  background-color: transparent;
}
.dir-rtl .button.base,
.dir-rtl button.base {
  text-align: right;
}
.button.disabled,
button.disabled,
.button:disabled,
button:disabled {
  background-color: #727272 !important;
  border-color: #727272 !important;
  color: #ccc !important;
  cursor: default;
}
.no-touch .button.disabled:hover,
.no-touch button.disabled:hover,
.no-touch .button:disabled:hover,
.no-touch button:disabled:hover {
  border-color: #727272;
}
.button[disabled="disabled"],
button[disabled="disabled"] {
  background-color: #727272 !important;
  border-color: #727272 !important;
  color: #ccc !important;
  cursor: default;
}
.no-touch .button[disabled="disabled"]:hover,
.no-touch button[disabled="disabled"]:hover {
  border-color: #727272;
}
.buttons {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.buttons button {
  width: 49.5%;
  float: left;
}
.dir-rtl .buttons button {
  float: right;
}
.buttons button.buttons-action {
  margin-right: 0.5%;
}
.buttons button.buttons-feedback {
  margin-left: 0.5%;
}
.buttons button.buttons-action-fullwidth {
  width: 99%;
  margin-left: 0.5%;
}
.buttons button.no-feedback {
  display: none;
}
.buttons .buttons-display {
  position: relative;
  border: 0 solid #4b4e4f;
  border-top: none;
  background-color: #546e7a;
  color: #ffffff;
}
.buttons .buttons-marking-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  margin-left: -21px;
  margin-top: -21px;
  color: #ffffff;
  border: 0 solid #4b4e4f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.dir-rtl .buttons .buttons-marking-icon {
  left: inherit;
  margin-left: inherit;
  margin-right: -20px;
  right: 50%;
}
.buttons .buttons-marking-icon.icon-tick {
  background-color: #82ca9c;
}
.buttons .buttons-marking-icon.icon-cross {
  background-color: #f26c4f;
}
@media all and (max-width: 519px) {
  .buttons .buttons-marking-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
.buttons .buttons-display-inner {
  padding: 14px;
  text-align: center;
}
.component .component-inner.blank-inner {
  background-color: transparent;
  padding: 0;
}
.component .component-title {
  margin-bottom: 20px;
  color: #078292;
  text-align: left;
  display: none;
}
.dir-rtl .component .component-title {
  text-align: right;
}
.component .component-title-inner {
  padding: 0px;
}
.component .component-body {
  margin: 30px 0 30px;
}
.component .component-body a {
  text-decoration: underline;
  color: #4b4e4f;
}
.component .component-body-inner {
  padding: 0px;
}
.component .component-instruction {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
.component .component-instruction-inner.validation-error {
  color: #f26c4f;
}
@media all and (max-width: 519px) {
  .component.component-left {
    padding: 0 0 20px;
  }
  .component.component-right {
    padding: 20px 0 0;
  }
}
.drawer {
  background-color: #37474f;
  color: #ffffff;
}
.drawer .drawer-toolbar {
  position: absolute;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #0d1113;
}
.drawer .drawer-toolbar .icon {
  color: #ffffff;
  padding: 20px;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.no-touch .drawer .drawer-toolbar .icon:hover {
  color: #999;
}
.drawer .drawer-holder {
  padding-top: 65px;
}
.drawer .drawer-inner {
  border-left: 5px solid #0d1113;
}
.dir-rtl .drawer .drawer-inner {
  border-left: inherit;
  border-right: 5px solid #0d1113;
}
.drawer .drawer-item .drawer-item-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .drawer .drawer-item .drawer-item-title {
    font-size: 26px;
  }
}
.drawer .drawer-item .drawer-item-description {
  font-size: 14px;
  line-height: 140%;
}
.drawer .drawer-item .drawer-item-open {
  border-bottom: 1px solid #37474f;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}
.no-touch .drawer .drawer-item .drawer-item-open:hover {
  background-color: #000;
  color: #ffffff;
}
.drawer .drawer-item-open {
  padding: 20px 20px 20px 20px;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.no-touch .drawer .drawer-item-open:hover {
  background-color: #37474f;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #4b4e4f;
  font-family: "Futura PT", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
}
.ie8 body {
  font-family: Arial, sans-serif;
}
.menu-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .menu-title {
    font-size: 38px;
  }
}
.page-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .page-title {
    font-size: 38px;
  }
}
.article-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .article-title {
    font-size: 26px;
  }
}
.block-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .block-title {
    font-size: 26px;
  }
}
.component-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .component-title {
    font-size: 26px;
  }
}
.item-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .item-title {
    font-size: 21px;
  }
}
.sub-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .sub-title {
    font-size: 26px;
  }
}
.instruction-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
.notify-popup-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .notify-popup-title {
    font-size: 26px;
  }
}
.button-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
@media all and (max-width: 519px) {
  .button-text {
    font-size: 14px;
  }
}
ul {
  list-style: disc inside none;
}
strong,
b {
  font-weight: 700;
}
select {
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
}
@font-face {
  font-family: "vanilla";
  src: url(fonts/vanilla.woff);
}
.icon {
  font-family: "vanilla";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  color: #4b4e4f;
  display: block;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
}
.icon-arrow-left:before {
  content: "\e600";
}
.dir-rtl .icon-arrow-left:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e601";
}
.icon-arrow-up:before {
  content: "\e602";
}
.icon-arrow-right:before {
  content: "\e603";
}
.dir-rtl .icon-arrow-right:before {
  content: "\e600";
}
.icon-bookmark:before {
  content: "\e604";
}
.icon-message:before {
  content: "\e605";
}
.icon-mouse:before {
  content: "\e606";
}
.icon-mobile:before {
  content: "\e607";
}
.icon-desktop:before {
  content: "\e608";
}
.icon-pencil:before {
  content: "\e609";
}
.icon-forward-arrow:before {
  content: "\e60a";
}
.dir-rtl .icon-forward-arrow:before {
  content: "\e60b";
}
.icon-backwards-arrow:before {
  content: "\e60b";
}
.dir-rtl .icon-backwards-arrow:before {
  content: "\e60a";
}
.icon-person:before {
  content: "\e60c";
}
.icon-persons:before {
  content: "\e60d";
}
.icon-profile:before {
  content: "\e60e";
}
.icon-pin:before {
  content: "\e60f";
}
.icon-map:before {
  content: "\e610";
}
.icon-point:before {
  content: "\e611";
}
.icon-star:before {
  content: "\e612";
}
.icon-star-hollow:before {
  content: "\e613";
}
.icon-comments:before {
  content: "\e614";
}
.icon-comment:before {
  content: "\e615";
}
.icon-home:before {
  content: "\e616";
}
.icon-popup:before {
  content: "\e617";
}
.icon-search:before {
  content: "\e618";
}
.icon-printer:before {
  content: "\e619";
}
.icon-link:before {
  content: "\e61a";
}
.icon-flag:before {
  content: "\e61b";
}
.icon-cog:before {
  content: "\e61c";
}
.icon-tools:before {
  content: "\e61d";
}
.icon-tag:before {
  content: "\e61e";
}
.icon-camera:before {
  content: "\e61f";
}
.icon-feedback:before {
  content: "\e620";
}
.icon-book:before {
  content: "\e621";
}
.icon-article:before {
  content: "\e622";
}
.icon-eye:before {
  content: "\e623";
}
.icon-time:before {
  content: "\e624";
}
.icon-microphone:before {
  content: "\e625";
}
.icon-calendar:before {
  content: "\e626";
}
.icon-timer:before {
  content: "\e627";
}
.icon-drag:before {
  content: "\e628";
}
.icon-light-bulb:before {
  content: "\e629";
}
.icon-checklist:before {
  content: "\e62a";
}
.icon-ticket:before {
  content: "\e62b";
}
.icon-wi-fi:before {
  content: "\e62c";
}
.icon-line-graph:before {
  content: "\e62d";
}
.icon-pie-chart:before {
  content: "\e62e";
}
.icon-bar-graph:before {
  content: "\e62f";
}
.icon-scatter-graph:before {
  content: "\e630";
}
.icon-padlock-locked:before {
  content: "\e631";
}
.icon-padlock-unlocked:before {
  content: "\e632";
}
.icon-tick:before {
  content: "\e633";
}
.icon-cross:before {
  content: "\e634";
}
.icon-minus:before {
  content: "\e635";
}
.icon-plus:before {
  content: "\e636";
}
.icon-info:before {
  content: "\e637";
}
.icon-question:before {
  content: "\e638";
}
.icon-warning:before {
  content: "\e639";
}
.icon-list:before {
  content: "\e63a";
}
.icon-add-to-list:before {
  content: "\e63b";
}
.icon-menu:before {
  content: "\e63c";
}
.icon-grid:before {
  content: "\e63d";
}
.icon-portrait:before {
  content: "\e63e";
}
.icon-screens:before {
  content: "\e63f";
}
.icon-landscape:before {
  content: "\e640";
}
.icon-images:before {
  content: "\e641";
}
.icon-media:before {
  content: "\e642";
}
.icon-folder:before {
  content: "\e643";
}
.icon-documents:before {
  content: "\e644";
}
.icon-delete:before {
  content: "\e645";
}
.icon-save:before {
  content: "\e646";
}
.icon-download:before {
  content: "\e647";
}
.icon-upload:before {
  content: "\e648";
}
.icon-expand:before {
  content: "\e649";
}
.icon-shrink:before {
  content: "\e64a";
}
.icon-volume:before {
  content: "\e64b";
}
.icon-sound:before {
  content: "\e64c";
}
.icon-sound-mute:before {
  content: "\e64d";
}
.icon-controls-left:before {
  content: "\e64e";
}
.dir-rtl .icon-controls-left:before {
  content: "\e651";
}
.icon-controls-down:before {
  content: "\e64f";
}
.icon-controls-up:before {
  content: "\e650";
}
.icon-controls-right:before {
  content: "\e651";
}
.dir-rtl .icon-controls-right:before {
  content: "\e64e";
}
.icon-triangle-left:before {
  content: "\e652";
}
.dir-rtl .icon-triangle-left:before {
  content: "\e655";
}
.icon-triangle-down:before {
  content: "\e653";
}
.icon-triangle-up:before {
  content: "\e654";
}
.icon-triangle-right:before {
  content: "\e655";
}
.dir-rtl .icon-triangle-right:before {
  content: "\e652";
}
.icon-dot:before {
  content: "\e656";
}
.icon-ellipsis:before {
  content: "\e657";
}
.icon-up-down:before {
  content: "\e658";
}
.icon-controls-small-left:before {
  content: "\e659";
}
.dir-rtl .icon-controls-small-left:before {
  content: "\e65c";
}
.icon-controls-small-down:before {
  content: "\e65a";
}
.icon-controls-small-up:before {
  content: "\e65b";
}
.icon-controls-small-right:before {
  content: "\e65c";
}
.dir-rtl .icon-controls-small-right:before {
  content: "\e659";
}
.icon-radio-checked:before {
  content: "\e65d";
}
.icon-radio-unchecked:before {
  content: "\e65e";
}
.icon-language-1:before {
  content: "\e900";
}
.icon-accessibility:before {
  content: "\e901";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-language-2:before {
  content: "\f1ab";
}
.loading {
  position: fixed !important;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.no-opacity .loading {
  background-image: url("assets/transparency-light.png");
}
.loading .loader-gif {
  background-image: url(assets/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .loading .loader-gif {
    font-size: 21px;
  }
}
.navigation {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.navigation .icon {
  padding: 20px;
  color: #4b4e4f;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.no-touch .navigation .icon:hover {
  color: #000;
}
.navigation .skip-nav-link {
  background-color: #4b4e4f;
  border-radius: 0;
  color: #ffffff;
  display: none;
  left: 0;
  margin-top: 0;
  padding: 10px 20px;
  position: absolute;
  top: -46px;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  width: auto;
  z-index: 100;
}
.accessibility .navigation .skip-nav-link {
  display: inline-block;
}
.navigation .skip-nav-link:focus {
  top: 0;
}
.notify .notify-popup {
  background-color: #078292;
  color: #ffffff;
}
.notify .notify-popup a {
  text-decoration: none;
}
.notify .notify-popup-inner {
  position: relative;
  max-width: 1024px;
  margin: auto;
  padding: 60px 0 60px;
}
@media all and (max-width: 1044px) {
  .notify .notify-popup-inner {
    padding: 30px 20px 30px;
  }
}
@media all and (max-width: 539px) {
  .notify .notify-popup-inner {
    padding: 20px 10px 20px;
  }
}
.ie8 .notify .notify-popup-content {
  max-width: 1400px;
  margin: 0 auto;
}
.notify .notify-popup-content-inner {
  padding-left: 0px;
}
.dir-rtl .notify .notify-popup-content-inner {
  padding-left: inherit;
  padding-right: 0px;
}
@media all and (max-width: 758px) {
  .notify .notify-popup-content-inner {
    padding-left: 0px;
  }
  .dir-rtl .notify .notify-popup-content-inner {
    padding-left: inherit;
    padding-right: 0px;
  }
}
.notify .notify-popup-title {
  margin-bottom: 20px;
  padding-right: 60px;
}
.dir-rtl .notify .notify-popup-title {
  padding-right: inherit;
  padding-left: 60px;
}
.notify .notify-type-prompt .notify-popup-body {
  padding-right: 60px;
}
.dir-rtl .notify .notify-type-prompt .notify-popup-body {
  padding-right: inherit;
  padding-left: 60px;
}
.notify .notify-popup-body a {
  text-decoration: underline;
  color: #ffffff;
}
.notify .notify-popup-content-inner .notify-popup-icon {
  position: absolute;
  right: 0px;
  left: inherit;
  padding-bottom: 20px;
}
.notify .notify-popup-content-inner .notify-popup-icon .icon {
  font-size: 60px;
  height: 60px;
  width: 60px;
  color: #ffffff;
  margin: 0;
}
.dir-rtl .notify .notify-popup-content-inner .notify-popup-icon {
  right: inherit;
  left: 0px;
}
.notify .notify-popup-buttons {
  text-align: center;
  margin-top: 30px;
}
.notify .notify-popup-button {
  background-color: #ffffff;
  color: #078292;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  border: none;
  min-width: 100px;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
@media all and (max-width: 519px) {
  .notify .notify-popup-button {
    font-size: 14px;
  }
}
.no-touch .notify .notify-popup-button:hover {
  background-color: #022b31;
  color: #ffffff;
}
.notify .notify-popup-done {
  padding: 5px;
  margin: 20px 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  -ms-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
}
.no-touch .notify .notify-popup-done:hover {
  border-color: #022b31;
}
.no-touch .notify .notify-popup-done:hover .notify-popup-icon-close {
  color: #022b31;
}
.dir-rtl .notify .notify-popup-done {
  left: 0px;
  right: inherit;
}
.notify .notify-popup-icon-close {
  color: #ffffff;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.no-touch .notify .notify-popup-icon-close:hover {
  color: #022b31;
}
.notify .notify-shadow {
  background-color: rgba(255, 255, 255, 0.8);
}
.no-opacity .notify .notify-shadow {
  background-image: url("assets/transparency-light.png");
}
.notify-push {
  position: fixed;
  right: 20px;
  width: 380px;
  background-color: #078292;
  transition: all 0.3s;
  opacity: 0;
  margin-top: -30px;
  color: #fff;
  z-index: 50;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.dir-rtl .notify-push {
  left: 20px;
  right: inherit;
}
@media all and (max-width: 759px) {
  .notify-push {
    width: 90%;
    max-width: 380px;
    right: 5%;
  }
  .dir-rtl .notify-push {
    left: 5%;
    right: inherit;
  }
}
.notify-push.show {
  margin-top: 0px;
  opacity: 1;
}
.notify-push-inner {
  padding: 30px 0px 30px 30px;
  margin-right: 78px;
  cursor: pointer;
}
.dir-rtl .notify-push-inner {
  margin-left: 78px;
  margin-right: inherit;
  padding: 30px 30px 30px 0px;
}
.notify-push-close {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  text-decoration: none;
}
.dir-rtl .notify-push-close {
  left: 30px;
  right: inherit;
}
.notify-push-close .icon {
  color: #ffffff;
}
.no-touch .notify-push-close .icon:hover {
  color: #022b31;
}
.page {
  background-color: #ffffff;
}
.page .page-header {
  background-color: #546e7a;
}
.page .page-header-inner {
  padding: 100px 0 100px;
}
@media all and (max-width: 1044px) {
  .page .page-header-inner {
    padding: 100px 20px 100px;
  }
}
@media all and (max-width: 539px) {
  .page .page-header-inner {
    padding: 100px 10px 100px;
  }
}
.page .page-header-content {
  max-width: 1024px;
  margin: auto;
  color: #ffffff;
}
.page .page-header-content-inner {
  text-align: center;
}
.page .page-title {
  margin-bottom: 20px;
}
.page .page-body {
  margin-bottom: 30px;
}
.page .page-instruction {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
.shadow {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.8);
}
.no-opacity .shadow {
  background-image: url("assets/transparency-light.png");
}
.transition-all-colors {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in,
    border-color 0.25s ease-in;
}
.transition-color {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.transition-background-color {
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.transition-border-color {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  -ms-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
}
#wrapper {
  overflow-x: hidden;
  padding-top: 64px;
}
@font-face {
  font-family: "Jaldi";
  src: url("fonts/Jaldi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Jaldi-Bold";
  src: url("fonts/Jaldi-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Gelasio";
  src: url("fonts/Gelasio-BoldItalic.ttf") format("truetype");
}
body {
  color: #13131e;
  font-weight: 400;
}
body p {
  font-size: 18px !important;
  line-height: 1.63;
  font-weight: 400;
}
.login-form {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.login-form .login-fields {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.loginnot {
  padding-left: 20px;
  padding-right: 20px;
}
.module-user #loginError {
  padding: 0px !important;
  width: 100% !important;
}
#wrapper {
  overflow-x: visible;
  padding-top: 0px;
}
.cbp-so-section {
  display: flex;
  align-items: center;
}
.cbp-so-section:before,
.cbp-so-section:after {
  content: " ";
  display: table;
}
.cbp-so-section:after {
  clear: both;
}
.cbp-so-side {
  float: left;
  margin: 0;
  padding: 3em 4%;
  overflow: hidden;
  min-height: 12em;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.cbp-so-side:before,
.cbp-so-side:after {
  content: " ";
  display: table;
}
.cbp-so-side:after {
  clear: both;
}
.cbp-so-side-right {
  text-align: left;
}
.cbp-so-side-left {
  text-align: right;
}
.cbp-so-side-right img {
  float: left;
}
.cbp-so-side-left img {
  float: right;
}
.cbp-so-init .cbp-so-side {
  opacity: 0;
}
.cbp-so-init .cbp-so-side-left {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  transform: translateX(-80px);
}
.cbp-so-init .cbp-so-side-right {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transform: translateX(80px);
}
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 73.5em) {
  .cbp-so-scroller {
    font-size: 65%;
  }
  .cbp-so-section h2 {
    margin: 0;
  }
  .cbp-so-side img {
    max-width: 120%;
  }
}
@media screen and (max-width: 41.125em) {
  .cbp-so-side {
    float: none;
    width: 100%;
  }
  .cbp-so-side img {
    max-width: 100%;
  }
}
.bildtextkombi .cbp-so-section {
  align-items: flex-start;
}
.divider-block {
  text-align: center;
}
.divider-block .block-title,
.divider-block .block-body,
.divider-block .block-instruction,
.divider-block .component-title,
.divider-block .component-body,
.divider-block .component-instruction {
  text-align: center;
}
.divider-block .component-inner {
  background-color: transparent;
}
.block.background-color-inverted .component-inner {
  background-color: transparent;
}
.assessment .graphic-component {
  display: block;
}
input[type="checkbox"] {
  margin-top: 4px;
  vertical-align: top;
}
.no-touch .button:hover,
.no-touch button:hover {
  background-color: transparent;
  border-color: transparent;
}
.margintop20n .imagestoerer {
  margin-top: -20px;
}
.margintop20n .container {
  margin-top: -20px;
}
.margintop50n .imagestoerer {
  margin-top: -50px;
}
.margintop50n .container {
  margin-top: -50px;
}
.margintop80n .imagestoerer {
  margin-top: -80px;
}
.margintop80n .container {
  margin-top: -80px;
}
.margintop100n .imagestoerer {
  margin-top: -100px;
}
.margintop100n .container {
  margin-top: -100px;
}
.margintop150n .imagestoerer {
  margin-top: -150px;
}
.margintop150n .container {
  margin-top: -150px;
}
.margintopnone .imagestoerer {
  margin-top: 0px;
}
.margintopnone .container {
  margin-top: 0px;
}
.margintop30 .imagestoerer {
  margin-top: 30px;
}
.margintop30 .container {
  margin-top: 30px;
}
.margintop40 .imagestoerer {
  margin-top: 40px;
}
.margintop40 .container {
  margin-top: 40px;
}
.margintop50 .imagestoerer {
  margin-top: 50px;
}
.margintop50 .container {
  margin-top: 50px;
}
.margintop60 .imagestoerer {
  margin-top: 60px;
}
.margintop60 .container {
  margin-top: 60px;
}
.margintop70 .imagestoerer {
  margin-top: 70px;
}
.margintop70 .container {
  margin-top: 70px;
}
.margintop80 .imagestoerer {
  margin-top: 80px;
}
.margintop80 .container {
  margin-top: 80px;
}
.margintop100 .imagestoerer {
  margin-top: 100px;
}
.margintop100 .container {
  margin-top: 100px;
}
.margintop120 .imagestoerer {
  margin-top: 120px;
}
.margintop120 .container {
  margin-top: 120px;
}
.margintop150 .imagestoerer {
  margin-top: 150px;
}
.margintop150 .container {
  margin-top: 150px;
}
.marginbottomnone .imagestoerer {
  margin-bottom: 0px;
}
.marginbottomnone .container {
  margin-bottom: 0px;
}
.marginbottom30 .imagestoerer {
  margin-bottom: 30px;
}
.marginbottom30 .container {
  margin-bottom: 30px;
}
.marginbottom40 .imagestoerer {
  margin-bottom: 40px;
}
.marginbottom40 .container {
  margin-bottom: 40px;
}
.marginbottom50 .imagestoerer {
  margin-bottom: 50px;
}
.marginbottom50 .container {
  margin-bottom: 50px;
}
.marginbottom60 .imagestoerer {
  margin-bottom: 60px;
}
.marginbottom60 .container {
  margin-bottom: 60px;
}
.marginbottom70 .imagestoerer {
  margin-bottom: 70px;
}
.marginbottom70 .container {
  margin-bottom: 70px;
}
.marginbottom80 .imagestoerer {
  margin-bottom: 80px;
}
.marginbottom80 .container {
  margin-bottom: 80px;
}
.marginbottom100 .imagestoerer {
  margin-bottom: 100px;
}
.marginbottom100 .container {
  margin-bottom: 100px;
}
.marginbottom120 .imagestoerer {
  margin-bottom: 120px;
}
.marginbottom120 .container {
  margin-bottom: 120px;
}
.marginbottom150 .imagestoerer {
  margin-bottom: 150px;
}
.marginbottom150 .container {
  margin-bottom: 150px;
}
.marginbottom20n .imagestoerer {
  margin-bottom: -20px;
}
.marginbottom20n .container {
  margin-bottom: -20px;
}
.marginbottom50n .imagestoerer {
  margin-bottom: -50px;
}
.marginbottom50n .container {
  margin-bottom: -50px;
}
.marginbottom80n .imagestoerer {
  margin-bottom: -80px;
}
.marginbottom80n .container {
  margin-bottom: -80px;
}
.marginbottom100n .imagestoerer {
  margin-bottom: -100px;
}
.marginbottom100n .container {
  margin-bottom: -100px;
}
.marginbottom150n .imagestoerer {
  margin-bottom: -150px;
}
.marginbottom150n .container {
  margin-bottom: -150px;
}
.ergebnisswrapper .korrekt,
.ergebnisswrapper .falsch {
  margin-bottom: 50px;
}
ul li,
ol li {
  margin-left: 20px;
  margin-bottom: 10px;
}
blockquote {
  margin-left: 20px;
  padding-left: 20px;
}
.progress-container {
  width: 100%;
  height: 8px;
  background: #f8f3f0;
}
.progress-bar {
  height: 8px;
  background: #dba314;
  width: 0%;
}
.page-header {
  display: none;
}
.article-header {
  display: none;
}
.component .component-inner {
  background-color: transparent;
  padding: 0px;
}
.navigation {
  height: 8px;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}
.logo {
  padding-top: 12px;
  float: left;
  margin-right: 13px;
  height: 50px;
}
.logo img {
  height: 50px;
}
.logo .hell {
  display: none;
}
.logo .hell.displayon {
  display: block;
}
.logo .dunkel {
  display: none;
}
.logo .dunkel.displayon {
  display: block;
}
.pagesInNavBar {
  padding-top: 25px;
}
.pagesInNavBar .page-item {
  background: none;
  padding: 0px;
  color: #f2f2f2;
  float: left;
  font-family: "Jaldi";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.22;
  letter-spacing: normal;
  margin-left: 48px;
}
.pagesInNavBar .page-item::before {
  display: none;
}
.pagesInNavBar .page-item:hover {
  background: none;
  text-decoration: none;
  color: #75e6e4;
}
.pagesInNavBar .page-item.active {
  background: none;
  text-decoration: none;
  color: #75e6e4;
}
.pagesInNavBar .page-item:focus {
  outline: none !important;
}
body {
  margin: 0px;
  font-family: "Jaldi" !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 200 !important;
}
ul {
  list-style: disc outside none;
}
.center {
  text-align: center;
}
.boldcontent {
  font-weight: 700;
}
.servicewrapper {
  display: none;
}
.row {
  display: flex;
}
.navigation-inner {
  height: 90px;
  background: transparent;
  display: none;
}
.navigation-inner .navicon {
  display: none;
}
.navigation-inner .logo {
  padding-top: 20px;
  float: left;
  margin-right: 13px;
}
.navigation-inner .wbtname {
  font-family: "Jaldi-Bold";
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.22;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  padding-top: 25px;
  float: left;
}
.navigation-inner .mainmenu {
  float: right;
}
.navigation-inner .mainmenu ul {
  list-style: none;
}
.navigation-inner .mainmenu ul li {
  float: left;
  font-family: "Jaldi-Bold";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.22;
  letter-spacing: normal;
  color: #fff;
  margin-left: 48px;
}
.navigation-inner .mainmenu ul li:first-child {
  color: #75e6e4;
}
.menu_section {
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 8px;
  height: 90px;
  padding-top: 18px !important;
}
.menu_section .mainmenu {
  float: right;
}
.menu_section .mainmenu button {
  background: none;
  border: none;
}
.menu_section .mainmenu button:focus {
  border: none;
  outline: none;
}
.menu_section .mainmenu button:hover {
  opacity: 0.8;
}
.menu_section.white {
  background: #fff !important;
  box-shadow: 0 2px 14px 0 rgba(34, 63, 77, 0.2);
}
.menu_section.white .mainmenu button {
  color: #000000;
}
.menu_section .menubutton {
  float: right;
  padding-left: 24px;
}
.menu_section .menubutton button {
  width: 213px;
  background: #5ee6cf !important;
  border-radius: 0px;
  color: #fff !important;
}
.menu_section .menubutton button:hover {
  opacity: 0.8;
}
.scrollbody {
  padding-top: 98px;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 5000;
  top: 0px;
}
.progress-container {
  width: 100%;
  height: 8px;
  background: #f8f3f0;
}
.progress-bar {
  height: 8px;
  background: #dba314 !important;
  width: 0%;
}
.displaynone {
  display: none !important;
}
.displayon {
  display: block !important;
}
.choicerbutton {
  transition: background-color 0.5s linear;
}
.choicerbutton:hover {
  background-color: #63d4d2 !important;
  transition: background-color 0.5s linear;
}
button {
  font-family: "Jaldi";
}
.button {
  background: #dba314;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 1;
  outline: 0;
  border: 0px;
  font-family: "Jaldi";
}
.button:hover {
  background-color: #dba314 !important;
  background: #dba314 !important;
  border-color: #dba314 !important;
  opacity: 0.6;
}
.red {
  color: #ff6f3f !important;
}
.green {
  color: #75e69f !important;
}
.component .korrekt {
  background: #290872;
  padding: 100px;
  color: #fff !important;
}
.component .falsch {
  background: #f11b59;
  padding: 100px;
  color: #fff !important;
}
.component .falsch .button {
  background: #fff;
  width: 230px;
  height: 60px;
  color: #f11b59;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 1;
  outline: 0;
  border: 0px;
  border-radius: 0px;
}
.component .falsch .button:hover {
  background: #fff !important;
  background-color: #fff !important;
  width: 230px;
  height: 60px;
  color: #f11b59;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 1;
  outline: 0;
  border: 0px;
  border-radius: 0px;
  opacity: 0.8;
}
.component .danke {
  background: #171730;
  padding: 100px;
  color: #fff !important;
}
.component .korrekt .container h2,
.component .falsch .container h2,
.component .danke .container h2 {
  display: inline-block;
  font-family: "Jaldi";
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #fff;
}
.component .korrekt .container .incorrect,
.component .falsch .container .incorrect,
.component .danke .container .incorrect,
.component .korrekt .container .correct,
.component .falsch .container .correct,
.component .danke .container .correct {
  position: relative;
  top: -35px;
  left: 20px;
}
.component .korrekt .container .button,
.component .falsch .container .button,
.component .danke .container .button {
  margin-top: 40px;
  outline: 0;
}
.deepbutton {
  width: 190px;
  height: 62px;
  background-color: #dba314;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Jaldi";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
  transition: background-color 0.5s linear;
  border-radius: 0px;
  margin-bottom: 20px;
}
.deepbutton:hover {
  background-color: #dba314 !important;
  transition: opacity 0.5s linear;
  opacity: 0.8;
}
.ankerbutton {
  min-width: 177px;
  width: auto;
  height: 62px;
  background-color: #dba314;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Jaldi";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
  transition: background-color 0.5s linear;
  border-radius: 0px;
  margin-bottom: 20px;
}
.ankerbutton:hover {
  background-color: #dba314 !important;
  transition: opacity 0.5s linear;
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
a.ankerbutton {
  display: inline-flex;
}
.component .container h2 {
  font-family: "Jaldi";
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #171730;
  margin-bottom: 40px;
}
.component .container h5 {
  font-family: "Jaldi";
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 3.9px;
  color: #b0b2b9;
}
.component .container h3 {
  font-family: "Jaldi";
  font-size: 34px;
  line-height: 1.35;
  font-weight: normal;
  color: #171730;
}
img {
  max-width: none;
}
.kv_section {
  position: relative;
}
.kv_section .component-widget img,
.kv_section .graphic-widget img {
  object-fit: cover;
  width: 100%;
}
.kv_section .subline {
  position: relative;
  font-family: "Jaldi";
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 3.9px;
  color: #fff;
  padding-left: 6px;
}
.kv_section .headline {
  position: relative;
  font-family: "Jaldi";
  font-size: 65px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #fff;
  width: 60%;
}
.kv_section .headerbutton {
  margin-top: 50px;
}
.kv_section .container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 220px;
}
.kv_section .container button {
  width: 263px;
  border-radius: 0px;
  background: #dba314;
  font-size: 24px;
}
.kv_section .container button:hover {
  opacity: 0.8;
}
.intro_section .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.intro_section .container .content {
  margin-bottom: 60px;
}
.intro_section h2 {
  font-family: "Jaldi-Bold";
  font-size: 50px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #223f4d;
  margin-bottom: 40px;
}
.intro_section h5 {
  font-family: "Jaldi-Bold";
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 3.9px;
  color: #a6b1b6;
}
.imageright {
  text-align: right;
  position: relative;
  right: -60%;
  transition: right 1s ease;
}
.imageright.slidein {
  right: 0%;
  transition: right 1s ease;
}
.imageright .section-container {
  background: transparent !important;
}
.imageleft {
  text-align: left;
  position: relative;
  left: -60%;
  transition: left 1s ease;
}
.imageleft.slidein {
  left: 0%;
  transition: left 1s ease;
}
.imageleft .section-container {
  margin-bottom: 30px;
  background: transparent !important;
}
.imageright .section-container {
  margin-bottom: 40px;
}
.nocontainer .floatright.imageright {
  left: 100% !important;
}
.nocontainer .imageleft {
  left: -50% !important;
}
.nocontainer .imageright {
  text-align: right;
  position: relative;
  left: 100% !important;
  transition: left 1s ease;
}
.nocontainer .imageright.slidein {
  left: 50% !important;
  transition: left 1s ease;
}
.nocontainer .imageright .section-container {
  background: transparent !important;
}
.nocontainer .imageleft {
  text-align: right;
  position: relative;
  left: -50% !important;
  transition: left 1s ease;
}
.nocontainer .imageleft.slidein {
  left: 0% !important;
  transition: left 1s ease;
}
.nocontainer .imageleft .section-container {
  background: transparent !important;
}
.mobileoptzwei.flexi .pattern.stacked {
  margin-left: 0px;
  display: flex;
}
.mobileoptzwei.flexi .pattern.stacked .textpart {
  padding: 30px;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mobileoptzwei.nocontainer .section-container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.mobileoptzwei.nocontainer .section-container .floatright.pull-0-6-6 {
  float: right !important;
  padding-left: 0px;
  padding-right: 30px;
}
.mobileoptzwei.nocontainer .section-container .textpart {
  width: 640px !important;
  padding: 0px;
  margin-top: auto !important;
  margin-bottom: auto !important;
  padding-left: 30px;
}
.mobileoptzwei.nocontainer .section-container .textpart.pull-0-6-6 {
  margin-right: 0px !important;
  margin-left: auto !important;
}
.mobileoptzwei.nocontainer .section-container .pattern.stacked {
  margin-left: 0px;
  display: flex;
}
.mobileoptzwei.nocontainer
  .section-container
  .pattern.stacked
  .area.col-12-6-6 {
  width: 50%;
  margin-left: 0px;
}
.scrolltotextsection h2 {
  font-family: "Jaldi" !important;
  font-weight: normal !important;
  color: #fff !important;
  line-height: 1.2;
  margin-bottom: 40px;
  font-size: 50px;
}
.scrolltotextsection .text {
  color: #fff;
  font-family: "Jaldi";
  font-size: 16px;
  line-height: 24px;
}
.scrolltotextsection .sectionclass:last-child {
  padding-bottom: 0vh;
}
.scrolltotextsection .sticky img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.scrolltotextsection .copy {
  padding-left: 85px !important;
  max-width: 520px;
}
.scrolltexttoimage.full-width .copy {
  max-width: 1280px !important;
  margin-left: calc((100% - 1280px) / 2) !important;
}
.scrolltexttoimage img {
  width: auto;
  margin: auto;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.scrolltexttoimage .module {
  width: 40%;
  min-height: 200px;
  background: white;
  position: relative;
  padding: 20px;
  margin-right: 4%;
  margin-bottom: 4%;
}
.scrolltexttoimage .module.small {
  width: 30% !important;
}
.scrolltexttoimage .module.small.left {
  margin-right: 10% !important;
}
.scrolltexttoimage .module.small.right {
  margin-left: 10% !important;
}
.scrolltexttoimage .module.left {
  float: left;
  margin-top: 300px !important;
}
.scrolltexttoimage .module.right {
  float: right;
  margin-top: 400px !important;
}
.scrolltexttoimage .module:nth-child(even) {
  margin-right: 0;
}
.scrolltexttoimage .module.first {
  margin-top: 0px !important;
}
.scrolltexttoimage .fixedimage.positionfixed {
  z-index: 5;
}
.scrolltexttoimage .fixedimage.positionfixed,
.scrolltexttoimage .fixedimageleft.positionfixed,
.scrolltexttoimage .fixedimageright.positionfixed,
.scrolltexttoimage .showtext.positionfixed {
  position: fixed;
  top: 180px;
  left: 0px;
  right: 0px;
}
.scrolltexttoimage .fixedimage.positionabsolute {
  left: 0px;
  right: 0px;
  position: absolute;
  top: 0px;
  z-index: 5;
}
.scrolltexttoimage .fixedimageleft.positionabsolute {
  left: 0px;
  right: 0px;
  position: absolute;
  top: 0px;
}
.scrolltexttoimage .fixedimageright.positionabsolute {
  left: 0px;
  right: 0px;
  position: absolute;
  top: 0px;
}
.scrolltexttoimage .sectionclass {
  height: 450vh;
  min-height: 1500px;
  overflow: visible;
  background: none;
}
.scrolltexttoimage .sectionclass .area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  min-height: 750px;
}
.scrolltexttoimage .sectionclass .area.smallhight {
  min-height: 0px;
  height: 250px;
}
.scrolltexttoimage .sectionclass .area.sticky {
  position: sticky;
  z-index: 0;
  top: 0;
}
.scrolltexttoimage .hardware-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.scrolltexttoimage .hardware-wrapper .row {
  position: relative;
  z-index: 1;
}
.scrolltexttoimage.nosplitt .sectionclass {
  height: 345vh;
  min-height: 1500px;
  overflow: visible;
  background: none;
}
.scrolltexttoimage.nosplitt .sectionclass .area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  min-height: 750px;
}
.scrolltexttoimage.nosplitt .sectionclass .area.smallhight {
  min-height: 0px;
  height: 250px;
}
.scrolltexttoimage.nosplitt .sectionclass .area.sticky {
  position: sticky;
  z-index: 0;
  top: 0;
}
.scrolltexttoimagepart2.scrolltotextsection .sectionclass {
  display: flex;
  min-height: 150vh;
}
.scrolltexttoimagepart2 .sectionclass {
  height: 100vh;
  min-height: 1500px;
  overflow: visible;
  background: none;
  background: #260f4d;
}
.scrolltexttoimagepart2 .sectionclass .area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  min-height: 50vh;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.scrolltexttoimagepart2 .sectionclass .area.smallhight {
  min-height: 0px;
  height: 250px;
}
.scrolltexttoimagepart2 .sectionclass .area.sticky {
  position: sticky;
  z-index: 0;
  top: 0;
  height: 0vh;
}
.scrolltexttoimagepart2 .sectionclass .area.laststicky {
  height: 100vh;
}
.scrolltexttoimagepart2 .sectionclass .area.copy {
  padding-top: 50vh !important;
  height: 50vh;
}
.scrolltexttoimagepart2 .sectionclass .area.copy.lastcopy {
  padding-top: 50vh !important;
}
.scrolltexttoimagepart2 .hardware-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.scrolltexttoimagepart2 .hardware-wrapper .row {
  position: relative;
  z-index: 1;
}
.scrolltexttoimagepart2.scrolltotextsectionbig {
  padding-top: 100px;
  padding-bottom: 100px;
}
.scrolltexttoimagepart2.scrolltotextsectionbig h2 {
  font-family: "Jaldi" !important;
  font-weight: 400 !important;
  color: #fff !important;
  line-height: 1.36;
  margin-bottom: 40px;
}
.scrolltexttoimagepart2.scrolltotextsectionbig .text {
  color: #fff;
  font-family: "Jaldi";
  font-size: 16px;
  line-height: 24px;
}
.scrolltexttoimagepart2.scrolltotextsectionbig h5 {
  color: #fff !important;
}
.scrolltexttoimagepart2.scrolltotextsectionbig .sectionclass:last-child {
  padding-bottom: 50vh;
}
.scrolltexttoimagepart2.scrolltotextsectionbig .sticky img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.scrolltexttoimagepart2.scrolltotextsectionbig .area.copy {
  padding-top: 10vh !important;
}
.module {
  opacity: 0;
}
.come-in {
  transform: translateY(350px);
  animation: come-in 0.8s ease forwards;
  opacity: 1;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
.fadeinelement {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.visible {
  opacity: 1;
}
.nondisplay {
  display: none;
}
.iconclick_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.iconclick_section > .container .content {
  margin-bottom: 60px;
}
.iconclick_section .contentwrapper {
  padding-top: 45px;
  min-height: 150px;
}
.iconclick_section .flexcontent {
  display: flex;
  justify-content: space-between;
}
.iconclick_section .flexcontent .thumb {
  width: 136px;
  height: 136px;
  border-radius: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s linear;
  border: 3px solid #f7f7fb;
}
.iconclick_section .flexcontent .thumb img {
  display: none;
  width: 64px;
  height: 64px;
}
.iconclick_section .flexcontent .thumb img.view {
  display: block;
  width: 64px;
  height: 64px;
}
.iconclick_section .flexcontent .thumb.active {
  background: #5ee6cf;
  border: 4px solid #5ee6cf;
}
.iconclick_section .flexcontent .thumb:hover {
  background: #5ee6cf;
  border: 4px solid #5ee6cf;
  opacity: 0.6;
  cursor: pointer;
  transition: background 0.5s linear, border 0.5s linear;
}
.iconclick_section .flexcontent .thumb:hover img:last-child {
  display: block;
  width: 64px;
  height: 65px;
}
.iconclick_section .flexcontent .thumb:hover img:first-child {
  display: none;
}
.iconclick_section .content {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
}
.iconclick_section .content.active {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.imagestoerer {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.imagestoerer .hintergrundbild {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.imagestoerer .hintergrundbild img {
  min-height: 100%;
  min-width: 100%;
}
.imagestoerer .container {
  position: absolute;
  top: 25%;
  left: 0%;
  width: 50%;
  z-index: 2;
}
.textimage_drei_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.textimage_drei_section > .container .content {
  margin-bottom: 60px;
}
.textimage_drei_section > .container .content p {
  font-size: 16px !important;
  line-height: 1.63;
}
.textimage_drei_section .col-md-4 {
  float: left;
  padding: 10px;
}
.textimage_drei_section .col-md-4 img {
  width: 100%;
  margin-bottom: 50px;
  max-height: 400px;
  object-fit: cover;
}
.textimage_drei_full_section {
  overflow-x: hidden;
}
.textimage_drei_full_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.textimage_drei_full_section .col-md-4 {
  float: left;
  padding: 10px;
}
.textimage_drei_full_section .col-md-4 img {
  width: 100%;
  margin-bottom: 50px;
  max-height: 400px;
  object-fit: cover;
}
.videoslider_section {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 786px;
}
.videoslider_section video {
  max-height: 666px;
  width: 100%;
}
.videoslider_section img {
  width: 100%;
}
.videoslider_section .slick-prev,
.videoslider_section .slick-next {
  z-index: 2;
  width: 35px;
  height: 60px;
}
.videoslider_section .slick-prev {
  left: 25px;
}
.videoslider_section .slick-next {
  right: 25px;
}
.videoslider_section .slick-prev:before {
  content: " ";
  background: url(assets/arrow_left.svg);
  height: 60px;
  width: 35px;
  display: block;
  background-repeat: no-repeat;
}
.videoslider_section .slick-next:before {
  content: " ";
  background: url(assets/arrow_right.svg);
  height: 60px;
  width: 35px;
  display: block;
  background-repeat: no-repeat;
}
.videoslider_section .video {
  border: none;
}
.videoslider_section .video_wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.videoslider_section .playpause {
  background-image: url(assets/play-button.svg);
  background-repeat: no-repeat;
  width: 137px;
  height: 166px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.singlechoice_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.singlechoice_section > .container .content {
  margin-bottom: 60px;
}
.singlechoice_section .korrekt {
  display: none;
}
.singlechoice_section .falsch {
  display: none;
}
.singlechoice_section .choicer {
  background: url("assets/Radiobutton_inactive.svg");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 80px;
}
.singlechoice_section .choicer.active {
  background: url("assets/single_active.svg");
  background-repeat: no-repeat;
}
.singlechoice_section .choicerlabel {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.singlechoice_section .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.singlechoice_section .choicerbutton.active {
  opacity: 1;
}
.singlechoice_section .choicerwrapper {
  clear: both;
}
.singlechoice_section .choicerwrapper .row {
  margin-bottom: 30px;
}
.singlechoice_section .choicerwrapper .row:last-child {
  margin-bottom: 0px;
}
.textimage_10c > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.textimage_10c > .container .content {
  margin-bottom: 60px;
}
.bildtextkombi,
.bildtextkombibig {
  margin-bottom: 60px;
}
.bildtextkombi .cbp-so-side-left,
.bildtextkombibig .cbp-so-side-left {
  text-align: left !important;
}
.bildtextkombi img,
.bildtextkombibig img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.bildtextkombi .col-lg-6,
.bildtextkombibig .col-lg-6,
.bildtextkombi .col-lg-5,
.bildtextkombibig .col-lg-5 {
  float: left;
}
.bildtextkombi .col-lg-6.text,
.bildtextkombibig .col-lg-6.text,
.bildtextkombi .col-lg-5.text,
.bildtextkombibig .col-lg-5.text {
  margin-bottom: auto;
  margin-top: auto;
}
.bildtextkombi .col-lg-7,
.bildtextkombibig .col-lg-7 {
  float: left;
}
.bildtextkombi .text,
.bildtextkombibig .text {
  padding-left: 25px;
  padding-right: 25px;
}
.bildtextkombi .content,
.bildtextkombibig .content {
  margin-bottom: 40px;
}
.videowrapper {
  width: 990px;
  margin: auto;
  background: #fff;
  padding: 20px;
  position: relative;
  top: 20%;
}
.videowrapper video {
  width: 100%;
}
.videopop_section {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(30, 26, 72, 0.8);
  top: 0px;
  z-index: 5000;
  display: none;
  overflow-y: auto;
}
.videopop_section.active {
  display: block;
}
.videopop_section .closebutton {
  position: absolute;
  right: 40px;
  top: 40px;
  transition: transform 0.5s ease;
  width: 112px;
  height: 112px;
  object-fit: cover;
}
.videopop_section .closebutton img {
  width: 112px;
  height: 112px;
  object-fit: cover;
}
.videopop_section .closebutton:hover {
  transform: rotate(360deg);
  transition: transform 1s ease;
}
.textoverimage {
  color: #fff;
}
.textoverimage h1,
.textoverimage h2,
.textoverimage h3,
.textoverimage h4,
.textoverimage h5,
.textoverimage p {
  color: #fff;
}
.area.container {
  max-width: 1280px !important;
  max-width: 80rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
#parallax-container {
  display: block;
  height: 950px;
}
#parallax-container div {
  position: absolute;
  top: 0;
  background-position: center !important;
  transform: translateY(0);
  height: 950px;
  width: 100%;
}
#content {
  position: relative;
  color: #000000;
}
#parallax-container div.positionfixed {
  position: fixed;
  height: 100%;
  min-height: 850px !important;
}
.doubleimage-section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.doubleimage-section > .container .content {
  margin-bottom: 60px;
}
.doubleimage-section .col-lg-5 {
  float: left;
}
.doubleimage-section .col-lg-5 img {
  width: 100%;
  margin-bottom: 60px;
  height: 340px;
  object-fit: cover;
}
.doubleimage-section .black {
  font-family: "Jaldi";
  font-size: 30px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 2.27 !important;
  letter-spacing: normal !important;
  color: #171730 !important;
}
.sliderupdatewrapper {
  color: #1a1a1a;
  overflow-x: hidden;
}
.sliderupdatewrapper .slider-progress {
  display: none;
}
.sliderupdatewrapper .slides {
  overflow-y: visible !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.sliderupdatewrapper .slides > div {
  margin-left: 10px;
  margin-right: 10px;
  overflow: visible !important;
}
.sliderupdatewrapper img {
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.sliderupdatewrapper .projector > div {
  padding-bottom: 100px;
}
.sliderupdatewrapper .slide h2,
.sliderupdatewrapper .slide h3,
.sliderupdatewrapper .slide .content {
  color: #fff;
}
.sliderupdatewrapper .slide h3 {
  font-weight: 900;
  font-family: "Jaldi-Bold";
  font-size: 30px !important;
  font-weight: 900 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  letter-spacing: normal !important;
}
.sliderupdatewrapper circle {
  fill: #fff;
}
.sliderupdatewrapper .newslideclass div:first-child {
  z-index: -1;
}
.sliderupdatewrapper .newslideclass > div:nth-child(3) {
  display: none !important;
}
.sliderupdatewrapper .newslideclass div:nth-child(4),
.sliderupdatewrapper .newslideclass div:last-child {
  position: absolute !important;
  z-index: 5;
}
.sliderupdatewrapper .content {
  margin-top: 20px;
}
.sliderupdatewrapper p,
.sliderupdatewrapper li {
  font-size: 18px !important;
}
blockquote {
  font-size: 40px !important;
  line-height: 55px;
  font-weight: 500;
  border-left: 0px !important;
}
blockquote:before {
  content: " ";
  background-image: url("assets/Quote.svg");
  line-height: 0.1em;
  margin-top: 3px;
  margin-left: -4px;
  vertical-align: -0.4em;
  position: absolute;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 250px;
  left: -40px;
  top: -5px;
  width: 76px;
  height: 57px;
}
.quoteshell_section {
  margin-bottom: 100px;
  height: 400px;
  display: flex;
  align-items: center;
}
.quotesdunkel_section {
  background: #290872;
  margin-bottom: 100px;
  height: 400px;
  display: flex;
  align-items: center;
}
.quotesdunkel_section blockquote {
  color: #ffffff;
}
.quotesdunkel_section blockquote:before {
  color: #75e6e4;
}
.multiplechoice_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.multiplechoice_section > .container .content {
  margin-bottom: 60px;
}
.multiplechoice_section .korrekt {
  display: none;
}
.multiplechoice_section .falsch {
  display: none;
}
.multiplechoice_section .choicer {
  background: url("assets/Multiple_inactive.svg");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 80px;
  margin-bottom: 40px;
}
.multiplechoice_section .choicer.active {
  background: url("assets/Multiple_active.svg");
  background-repeat: no-repeat;
}
.multiplechoice_section .choicerwarpper {
  clear: both;
}
.multiplechoice_section .choicerwarpper .row:last-child .choicer {
  margin-bottom: 0px;
}
.multiplechoice_section .choicerlabel {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.multiplechoice_section .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.multiplechoice_section .choicerbutton.active {
  opacity: 1;
}
.multiplechoice_section .choicerwrapper .row:first-child {
  margin-bottom: 50px;
}
.valuesluder_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.valuesluder_section > .container .content {
  margin-bottom: 60px;
}
.valuesluder_section .korrekt {
  display: none;
}
.valuesluder_section .falsch {
  display: none;
}
.valuesluder_section .choicer {
  background: url("assets/Multiple_inactive.svg");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 80px;
  margin-bottom: 40px;
}
.valuesluder_section .choicer.active {
  background: url("assets/Multiple_active.svg");
  background-repeat: no-repeat;
}
.valuesluder_section .choicerwarpper .row:last-child .choicer {
  margin-bottom: 0px;
}
.valuesluder_section .choicerlabel {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.valuesluder_section .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.valuesluder_section .choicerbutton.active {
  opacity: 1;
}
.valuesluder_section .choicerwrapper .row:first-child {
  margin-bottom: 50px;
}
.valuesluder_section .ui-slider-pip-hide {
  display: none;
}
.valuesluder_section .ui-slider-pip-last {
  position: relative;
  top: -15px;
  left: 101% !important;
  color: #223f4d;
  width: 70px;
  display: block;
  text-align: left;
}
.valuesluder_section .ui-slider-pip-first {
  left: -7% !important;
  top: 11px;
  position: relative;
  color: #223f4d;
  width: 70px;
  display: block;
  text-align: right;
}
.valuesluder_section .ui-slider-tip {
  width: 184px;
  background-image: url(assets/valueslider_value.svg);
  height: 138px;
  background-repeat: no-repeat;
  background-size: cover;
  top: -138px;
  padding-top: 30px !important;
  background-color: transparent !important;
  z-index: 2;
  color: #fff !important;
  position: absolute;
  left: -90px;
  font-family: "Jaldi-Bold";
  font-size: 70px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
  text-align: center;
}
.valuesluder_section .ui-slider-tip .ui-slider-tip-val {
  font-size: 52px !important;
  font-family: "Jaldi-Bold", Arial, sans-serif;
  font-weight: 700;
  color: #fff !important;
  display: block;
  width: 130px;
  text-align: center;
}
.valuesluder_section .ui-slider-label {
  font-size: 26px !important;
  background: none !important;
  visibility: visible !important;
  font-family: "Jaldi-Bold";
  font-weight: 700 !important;
  color: #171730 !important;
}
.valuesluder_section .ui-state-default,
.valuesluder_section .ui-widget-content .ui-state-default {
  border: 0px !important;
  background: none;
  background-repeat: no-repeat !important;
  outline: 0 !important;
  height: 45px;
  top: 0;
  background-position: center;
  background-color: transparent;
  margin-left: -30px;
}
.valuesluder_section .slider {
  margin-top: 200px;
  height: 45px;
  border-radius: 0px;
  background: #f7f7f7;
}
.valuesluder_section .ui-slider-range {
  border-radius: 0px;
  background: #5ee6cf;
  min-width: 4%;
  background-image: url("assets/valueslidertrigger.svg") !important;
  background-repeat: no-repeat !important;
  outline: 0 !important;
  height: 45px;
  top: 0;
  background-position: right 20px center !important;
  background-size: 15px;
}
.valuesluder_section .sliderergebnis {
  display: none;
}
.hotspot_section {
  margin-top: 80px;
}
.hotspot_section .pointer {
  background: url("assets/plus_hotspot.svg");
  width: 68px;
  height: 68px;
  position: absolute;
  background-size: cover;
}
.hotspot_section .container {
  display: flex;
}
.hotspot_section .textwrapper {
  padding-right: 40px;
}
.hotspot_section .textwrapper h3 {
  color: #171730 !important;
}
.hotspot_section img {
  width: 100%;
}
.hotspot_section .pointerwrapper {
  position: absolute;
  width: 68px;
  height: 68px;
}
.hotspot_section .contentwrapper {
  background: url("assets/hotspot_normal.svg");
  width: 456px;
  height: 335px;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 40px;
  color: #000000;
  position: relative;
  bottom: 330px;
  left: -196px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: none;
}
.hotspot_section .contentwrapper.active {
  opacity: 1;
  display: flex;
}
.hotspot_section .contentwrapper h3 {
  color: #171730;
}
.hotspot_section .mobileonly {
  display: none;
}
.hotspot_section .mobileonly .contentwrappermobile {
  padding: 20px;
  display: none;
}
.hotspot_section .mobileonly .contentwrappermobile h3 {
  color: #4b4e4f !important;
}
.hotspot_section .mobileonly .contentwrappermobile.active {
  display: block;
}
.hotspot_section .left .contentwrapper {
  background: url("assets/hotspot_right.svg");
  width: 490px;
  height: 298px;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 40px;
  color: #000000;
  position: relative;
  bottom: 117px;
  left: -485px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: none;
}
.hotspot_section .left .contentwrapper .content {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-top: -60px;
}
.hotspot_section .left .contentwrapper.active {
  opacity: 1;
  display: flex;
}
.hotspot_section .right .contentwrapper {
  background: url("assets/hotspot_left.svg");
  width: 490px;
  height: 298px;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 40px;
  color: #000000;
  position: relative;
  bottom: 117px;
  left: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: none;
}
.hotspot_section .right .contentwrapper .content {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-top: -60px;
}
.hotspot_section .right .contentwrapper.active {
  opacity: 1;
  display: flex;
}
.hotspot_section .col-lg-6 {
  float: left;
  display: flex;
  align-items: center;
}
.hotspot_section h3 {
  color: #171730 !important;
}
.assigment_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.assigment_section > .container .content {
  margin-bottom: 60px;
}
.assigment_section .col-lg-6 {
  float: left;
}
.assigment_section .korrekt {
  display: none;
}
.assigment_section .falsch {
  display: none;
}
.assigment_section .choicer {
  background: url("assets/Multiple_inactive.svg");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 80px;
  margin-bottom: 40px;
}
.assigment_section .choicer.active {
  background: url("assets/Multiple_active.svg");
  background-repeat: no-repeat;
}
.assigment_section .choicerwarpper .row:last-child .choicer {
  margin-bottom: 0px;
}
.assigment_section .choicerlabel {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.assigment_section .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.assigment_section .choicerbutton.active {
  opacity: 1;
}
.assigment_section .choicerwrapper .row:first-child {
  margin-bottom: 50px;
}
.assigment_section .assigmentchoice {
  height: 80px;
  background: #f7f7f7;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.assigment_section .assigmentchoice.active {
  background: #5ee6cf;
  color: #000;
}
.videoslidersmall_section {
  height: auto;
}
.videoslidersmall_section video {
  height: auto;
  width: 100%;
}
.videoslidersmall_section img {
  width: 100%;
  max-height: 666px;
  height: 666px;
  object-fit: cover;
}
.videoslidersmall_section .slick-slide {
  height: auto;
}
.videoslidersmall_section .slick-prev,
.videoslidersmall_section .slick-next {
  z-index: 2;
  width: 35px;
  height: 60px;
}
.videoslidersmall_section .slick-prev {
  left: 25px;
}
.videoslidersmall_section .slick-next {
  right: 25px;
}
.videoslidersmall_section .slick-prev:before {
  content: " ";
  background: url(assets/arrow_left.svg);
  height: 60px;
  width: 35px;
  display: block;
  background-repeat: no-repeat;
}
.videoslidersmall_section .slick-next:before {
  content: " ";
  background: url(assets/arrow_right.svg);
  height: 60px;
  width: 35px;
  display: block;
  background-repeat: no-repeat;
}
.videoslidersmall_section .video {
  border: none;
}
.videoslidersmall_section .video_wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.videoslidersmall_section .playpause {
  background-image: url(assets/play.svg);
  background-repeat: no-repeat;
  width: 35%;
  height: 35%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.videoslidersmall_section .col-lg-6,
.videoslidersmall_section .col-lg-5 {
  float: left;
}
.videoslidersmall_section .text {
  margin-top: auto;
  margin-bottom: auto;
}
.videoslidersmall_section .content {
  margin-bottom: 40px;
}
.chapterclocker_section {
  display: none;
  background: #f11b59;
  color: #fff !important;
}
.chapterclocker_section.active {
  display: block;
}
.chapterclocker_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.chapterclocker_section > .container .content {
  margin-bottom: 60px;
}
.chapterclocker_section h2 {
  display: inline-block;
  color: #fff !important;
  max-width: 80%;
}
.chapterclocker_section h5 {
  color: #fff !important;
}
.chapterclocker_section img {
  top: -104px;
  position: relative;
  left: 20px;
  display: none;
}
.nextchapter_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.nextchapter_section > .container .content {
  margin-bottom: 60px;
}
.nextchapter_section .bigbutton {
  width: 530px;
  height: 84px;
  background-color: #dba314;
  border-radius: 0px;
  font-family: "Jaldi";
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 65px;
  cursor: pointer;
  transition: background-color 0.5s linear;
}
.nextchapter_section .bigbutton:hover {
  background-color: #dba314 !important;
  transition: background-color 0.5s linear;
  text-decoration: none !important;
}
.nextchapter_section .smallbutton {
  font-family: "Jaldi-Bold";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #171730;
  margin-top: 37px;
  text-decoration: underline;
  cursor: pointer;
  border-radius: 10px;
}
.nextchapter_section .bigbuttonzert {
  width: 411px;
  height: 84px;
  background-color: #dba314;
  border-radius: 0px;
  font-family: "Jaldi";
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 44px;
  cursor: pointer;
}
.nextchapter_section .bigbuttonzert:hover {
  text-decoration: none !important;
}
.nextchapter_section .bigbuttonfinish {
  width: 286px;
  height: 84px;
  background-color: #dba314;
  border-radius: 0px;
  font-family: "Jaldi";
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.nextchapter_section .bigbuttonfinish:hover {
  text-decoration: none !important;
}
.nextchapter_section .buttonrow {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.deepdive_section {
  background: #171730;
  width: 100%;
  height: 100vh;
  color: #fff;
  position: fixed;
  top: 0px;
  z-index: 5000;
  display: none;
  overflow-y: auto;
}
.deepdive_section p {
  color: #fff;
}
.deepdive_section ul,
.deepdive_section li {
  color: #fff;
}
.deepdive_section.active {
  display: block;
}
.deepdive_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100vh;
}
.deepdive_section > .container .content {
  margin-bottom: 60px;
  color: #a6b1b6 !important;
}
.deepdive_section > .container .content .full {
  width: 100%;
}
.deepdive_section > .container .content .half {
  width: 50%;
}
.deepdive_section > .container .content .half.float {
  float: left;
  margin-right: 50px;
}
.deepdive_section > .container .content .dreizig {
  width: 30%;
}
.deepdive_section > .container .content .dreizig.float {
  float: left;
  margin-right: 50px;
}
.deepdive_section > .container .content video {
  width: 100%;
}
.deepdive_section h2 {
  color: #fff !important;
}
.deepdive_section h5 {
  color: #a6b1b6 !important;
}
.deepdive_section .closebutton {
  position: absolute;
  right: 40px;
  top: 40px;
  transition: transform 0.5s ease;
  width: 112px;
  height: 112px;
  object-fit: cover;
}
.deepdive_section .closebutton img {
  width: 112px;
  height: 112px;
  object-fit: cover;
}
.deepdive_section .closebutton:hover {
  transform: rotate(360deg);
  transition: transform 1s ease;
}
.diagramm_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.diagramm_section > .container .content {
  margin-bottom: 60px;
  color: #a6b1b6 !important;
}
.diagramm_section h2 {
  margin-bottom: 150px !important;
}
.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 70%;
  background: #fff;
  height: 50px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  margin-left: 30%;
}
.skillbar-title {
  position: absolute;
  top: 0;
  left: -42%;
  width: 42%;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  background: transparent;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-title span {
  display: block;
  padding: 0;
  height: 35px;
  line-height: 24px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  font-family: "Jaldi";
}
.skillbar-bar {
  height: 50px;
  width: 0px;
  background: #6adcfa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 0px 45px 45px 0px !important;
}
.skill-bar-percent {
  position: absolute;
  top: 0;
  font-size: 11px;
  height: 50px;
  line-height: 35px;
  color: #171730;
  font-family: "Jaldi-Bold";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 54px;
  letter-spacing: normal;
  text-align: left;
  padding-left: 25px;
  width: 140px;
}
.headline_section > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.rating_section .okbutton {
  font-family: "Jaldi";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  cursor: pointer;
  width: 270px;
}
.rating_section .bewertung {
  width: 100%;
  height: 190px;
  border: solid 1px #a6b1b6;
  margin-bottom: 20px;
  padding: 20px;
}
.rating_section .bewertung::placeholder {
  content: "Kommentar schreiben";
}
.rating_section .danke {
  display: none;
}
.rating_section input[type="checkbox"] {
  margin-right: 10px;
}
.rating_section .container {
  padding-top: 100px;
}
.rating_section label > p {
  width: 90%;
  margin-top: 0px;
  display: inline-block;
}
.okbutton {
  font-family: "Jaldi";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
}
.sortable > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.sortable > .container .content {
  margin-bottom: 60px;
}
.sortable .col-lg-6,
.sortable col-lg-9,
.sortable .col-lg-3 {
  float: left;
}
.sortable .korrekt {
  display: none;
}
.sortable .falsch {
  display: none;
}
.sortable .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.sortable .choicerbutton.active {
  opacity: 1;
}
.ui-sortable {
  margin: 50px auto;
  list-style-type: none;
  padding: 0;
}
.ui-sortable li.ui-state-default {
  margin: 0;
  height: 80px;
  line-height: 30px;
  color: #1d1d1b;
  outline: 0;
  padding: 0;
  background-color: #f3f3f3;
  background: #f3f3f3 !important;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  padding-top: 0px;
  margin-bottom: 10px;
  border: 0px !important;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding-left: 107px;
  padding-right: 20px;
}
.ui-sortable li.ui-state-default.ui-sortable-helper {
  background-color: #1a1a1a;
  color: #fff;
}
.ui-sortable .ui-state-default.sortable-number {
  background: none !important;
  border: 0px;
  font-weight: 900 !important;
  font-family: "Jaldi-Bold";
  color: #223f4d;
  border-right: 2px solid #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ui-sortable li.ui-state-default:first-child {
  border-top: 0;
}
.ui-sortable li.ui-state-default:last-child {
  border-bottom: 0;
}
.ui-sortable .ui-state-default.ui-sortable-handle.ui-sortable-helper {
  background: #dba314 !important;
}
.ui-sortable-placeholder {
  height: 80px;
  width: auto;
  background: #dba314;
  margin-bottom: 10px;
}
.ui-sortable li.ui-state-default:after {
  content: " ";
  background-image: url("../images/sortpfeile.png");
  display: inline-block;
  font-family: "FontAwesome";
  position: absolute;
  right: 18px;
  top: 30px;
  text-align: center;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.2);
  cursor: move;
  width: 20px;
  height: 27px;
  background-repeat: no-repeat;
}
.sortable-number {
  width: 80px;
  height: 80px;
  float: left;
  line-height: 32px;
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  border-right: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
}
.vergleich_section {
  padding-bottom: 100px;
  padding-top: 100px;
}
.vergleich_section .content {
  margin-bottom: 70px;
}
.vergleich_section h2 {
  margin-bottom: 20px !important;
}
.vergleich_section .vergleichhead table {
  width: 100%;
}
.vergleich_section .vergleichhead table th {
  background: #f7f7f7;
  padding: 17px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.09;
  letter-spacing: normal;
  color: #171730;
  font-weight: 600;
}
.vergleich_section .vergleichhead table th:first-child {
  text-align: left;
}
.vergleich_section .vergleichhead table tbody tr {
  height: 100px;
  border-bottom: 1px solid #e6e6e6;
}
.vergleich_section .vergleichhead table tbody tr td {
  vertical-align: middle;
  text-align: center;
}
.vergleich_section .vergleichhead table tbody tr td .tableinhead {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.09;
  letter-spacing: normal;
  color: #171730;
  font-weight: 600;
}
.vergleich_section .vergleichhead table tbody tr td .tableinsub {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000000;
}
.vergleich_section .vergleichhead table tbody tr td img {
  vertical-align: middle;
  width: 35px;
}
.vergleich_section .vergleichhead table tbody tr td img.set {
  width: 35px;
}
.vergleich_section .vergleichhead table .firsthead {
  width: 50%;
  text-align: left;
  padding-left: 15px;
}
.vergleich_section .vergleichhead .sticky-wrap {
  overflow-x: auto;
  position: relative;
  margin-bottom: 1.5em;
  width: 100%;
}
.vergleich_section .vergleichhead .sticky-wrap .sticky-thead,
.vergleich_section .vergleichhead .sticky-wrap .sticky-col,
.vergleich_section .vergleichhead .sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 80;
  left: 0;
  transition: all 0.125s ease-in-out;
  z-index: 50;
  width: auto;
}
.vergleich_section .vergleichhead .sticky-wrap .sticky-thead {
  z-index: 100;
  width: 100%;
}
.vergleich_section .vergleichhead .sticky-wrap .sticky-thead th:first-child {
  position: fixed;
}
.vergleich_section .vergleichhead .sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}
.vergleich_section .vergleichhead .sticky-wrap .sticky-intersect th {
  background-color: #666;
  color: #eee;
}
.vergleich_section .vergleichhead .sticky-wrap td,
.vergleich_section .vergleichhead .sticky-wrap th {
  box-sizing: border-box;
}
.ui-widget {
  font-family: "Jaldi", Arial, sans-serif !important;
}
.ui-widget-header {
  background: #f7f7f7;
  border: none;
}
.ui-datepicker-title {
  color: #171730;
  font-weight: normal;
}
.ui-datepicker-next {
  background: url("assets/calenderarrowright.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.ui-datepicker-next.ui-state-hover {
  background: url("assets/calenderarrowright.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  right: 2px;
}
.ui-datepicker-prev {
  background: url("assets/calenderarrowleft.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.ui-datepicker-prev.ui-state-hover {
  background: url("assets/calenderarrowleft.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 5px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f7f7f7;
  color: #171730;
  border: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #5ee6cf;
  color: #fff;
  border: none;
}
.ui-datepicker-calendar th {
  color: #180d8a;
  font-weight: normal;
}
.wickedpicker__title {
  background: #f7f7f7;
  color: #171730;
  border: none;
}
.wickedpicker {
  padding: 5px;
  height: auto;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  box-shadow: none;
}
.wickedpicker__controls__control--hours,
.wickedpicker__controls__control--minutes {
  font-size: 16px;
  line-height: 21px;
  color: #171730;
  font-weight: 500;
}
.fontello-after:after,
.fontello:before,
.wickedpicker__controls__control-down:after,
.wickedpicker__controls__control-up:before {
  content: " ";
}
.wickedpicker__controls__control-up:before {
  background: url("assets/timearrowup.svg");
  width: 30px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.wickedpicker__controls__control-down:after {
  background: url("assets/timearrowdown.svg");
  width: 30px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.wickedpicker__close:before {
  background: url("assets/timerclose.svg");
  content: " ";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0px;
}
.kontakt_section {
  background-color: #f7f7f7;
  padding-top: 110px;
  padding-bottom: 110px;
}
.kontakt_section .danke {
  display: none;
}
.kontakt_section .telnumber {
  font-size: 36px;
  line-height: 26px;
  color: #171730;
  font-weight: 700;
}
.kontakt_section .bewertbutton {
  margin-bottom: 50px;
}
.kontakt_section .textlink {
  color: #dba314;
  font-weight: 700;
}
.kontakt_section input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 0px;
  padding: 10px;
  color: #171730;
  margin-bottom: 10px;
  font-family: "Jaldi";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
}
.kontakt_section input::-webkit-input-placeholder {
  color: #171730;
}
.kontakt_section input:-ms-input-placeholder {
  color: #171730;
}
.kontakt_section input::placeholder {
  color: #171730;
}
.kontakt_section input[type="checkbox"] {
  width: auto;
  height: auto;
}
.kontakt_section label {
  font-weight: normal;
}
.kontakt_section select {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 0px;
  padding: 10px;
  color: #171730;
  margin-bottom: 10px;
  font-family: "Jaldi";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  -webkit-appearance: none;
  padding-top: 5px;
}
.kontakt_section select::-webkit-input-placeholder {
  color: #171730;
}
.kontakt_section select:-ms-input-placeholder {
  color: #171730;
}
.kontakt_section select::placeholder {
  color: #171730;
}
.kontakt_section textarea {
  width: 100%;
  height: 110px;
  border-radius: 10px;
  background: #fff;
  border: 0px;
  padding: 10px;
  color: #171730;
  margin-bottom: 10px;
  font-family: "Jaldi";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
}
.kontakt_section textarea::-webkit-input-placeholder {
  color: #171730;
}
.kontakt_section textarea:-ms-input-placeholder {
  color: #171730;
}
.kontakt_section textarea::placeholder {
  color: #171730;
}
.kontakt_section .ui-datepicker-trigger {
  position: absolute;
  right: 24px;
  top: 6px;
  z-index: 50;
}
.kontakt_section .clock {
  position: absolute;
  right: 24px;
  top: 6px;
  z-index: 50;
}
.kontakt_section .wickedpicker {
  position: absolute;
}
.kontakt_section .disclaimer input {
  float: left;
}
.kontakt_section .disclaimer p {
  float: left;
  width: 96%;
  margin-left: 15px;
  margin-top: 0px;
}
.cookie {
  background: #171730;
  background-color: #171730 !important;
  position: fixed;
  bottom: 0px;
  padding-top: 45px;
  padding-bottom: 60px;
  width: 100%;
  z-index: 5000;
}
.cookie.displaynone {
  display: none;
}
.cookie .headline {
  font-family: "Jaldi";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 15px;
}
.cookie .text {
  font-family: "Jaldi";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #000000;
  width: 80%;
  float: left;
}
.cookie .cookiebutton {
  width: 180px;
  height: 50px;
  border-radius: 0px;
  background-color: #dba314;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
.cookie a {
  color: #5ee6cf;
}
.footer {
  background: #171730;
  background-color: #171730 !important;
  height: 90px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}
.footer .page {
  background: transparent;
}
.footer .right {
  text-align: right;
}
.footer .right img {
  height: 50px;
}
.footer .container {
  display: flex;
  align-items: center;
}
.footer ul {
  display: inline-flex;
  list-style: none;
}
.footer ul li {
  margin-bottom: 0px;
}
.footer ul li:first-child {
  margin-left: 0px;
}
.footer ul a {
  color: #fff;
  text-decoration: none;
}
.footer ul a:hover {
  opacity: 0.8;
}
.hiddenname,
.hiddenwert,
.shortquestion {
  display: none;
}
.antwortenwrapper {
  display: none;
}
.fragebogen .displaynone {
  display: none !important;
}
.fragebogen .firstsection {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fragebogen .nextsection {
  width: 530px;
  margin: auto;
  font-size: 34px;
  height: 84px;
}
.fragebogen .finisher {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fragebogen .finisher .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin: auto;
  margin-top: 50px;
  border-radius: 0px;
}
.fragebogen .finisher .choicerbutton.active {
  opacity: 1;
}
.fragebogen .danke {
  display: none;
}
.fragebogen .danke h2 {
  color: #fff !important;
}
.fragebogen .sectionclassfrage {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fragebogen .quiz {
  display: none;
}
.fragebogen .quiz.displayon {
  display: block;
}
.fragebogen h2 {
  font-family: "Jaldi" !important;
  font-weight: 400 !important;
  color: #171730 !important;
  line-height: 60px;
  margin-bottom: 40px;
  font-size: 50px;
}
.fragebogen h5 {
  font-family: "Jaldi" !important;
  font-weight: 400 !important;
  color: #b0b2b9 !important;
  line-height: 35px;
  margin-bottom: 10px;
  font-size: 26px;
}
.fragebogen .singlequiz .choicer,
.fragebogen .verfuegbarkeit .choicer {
  background: url("assets/Radiobutton_inactive.svg");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 80px;
  width: 100%;
}
.fragebogen .singlequiz .choicer.active,
.fragebogen .verfuegbarkeit .choicer.active {
  background: url("assets/single_active_ploya.svg");
  background-repeat: no-repeat;
}
.fragebogen .singlequiz .choicerlabel,
.fragebogen .verfuegbarkeit .choicerlabel {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 80px;
}
.fragebogen .singlequiz .choicerbutton,
.fragebogen .verfuegbarkeit .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.fragebogen .singlequiz .choicerbutton.active,
.fragebogen .verfuegbarkeit .choicerbutton.active {
  opacity: 1;
}
.fragebogen .singlequiz .choicerwrapper,
.fragebogen .verfuegbarkeit .choicerwrapper,
.fragebogen .singlequiz .choicerwarpper,
.fragebogen .verfuegbarkeit .choicerwarpper {
  clear: both;
}
.fragebogen .singlequiz .choicerwrapper .row,
.fragebogen .verfuegbarkeit .choicerwrapper .row,
.fragebogen .singlequiz .choicerwarpper .row,
.fragebogen .verfuegbarkeit .choicerwarpper .row {
  margin-bottom: 30px;
}
.fragebogen .singlequiz .choicerwrapper .row:last-child,
.fragebogen .verfuegbarkeit .choicerwrapper .row:last-child,
.fragebogen .singlequiz .choicerwarpper .row:last-child,
.fragebogen .verfuegbarkeit .choicerwarpper .row:last-child {
  margin-bottom: 0px;
}
.fragebogen .multi .choicer {
  background: url("assets/Multiple_inactive.svg");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 80px;
  margin-bottom: 40px;
  width: 100%;
}
.fragebogen .multi .choicer.active {
  background: url("assets/Multiple_active_ploya.svg");
  background-repeat: no-repeat;
}
.fragebogen .multi .choicerwarpper {
  clear: both;
}
.fragebogen .multi .choicerwarpper .row:last-child .choicer {
  margin-bottom: 0px;
}
.fragebogen .multi .choicerlabel {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 80px;
}
.fragebogen .multi .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.fragebogen .multi .choicerbutton.active {
  opacity: 1;
}
.fragebogen .multi .choicerwrapper .row:first-child {
  margin-bottom: 50px;
}
.fragebogen .valuequiz .choicer {
  background: url("assets/Multiple_inactive.svg");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 80px;
  margin-bottom: 40px;
}
.fragebogen .valuequiz .choicer.active {
  background: url("assets/Multiple_active.svg");
  background-repeat: no-repeat;
}
.fragebogen .valuequiz .choicerwarpper .row:last-child .choicer {
  margin-bottom: 0px;
}
.fragebogen .valuequiz .choicerlabel {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.fragebogen .valuequiz .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.fragebogen .valuequiz .choicerbutton.active {
  opacity: 1;
}
.fragebogen .valuequiz .choicerwrapper .row:first-child {
  margin-bottom: 50px;
}
.fragebogen .valuequiz .ui-slider-pip-hide {
  display: none;
}
.fragebogen .valuequiz .ui-slider-pip-last {
  position: relative;
  top: -15px;
  left: 101% !important;
  color: #223f4d;
  width: 70px;
  display: block;
  text-align: left;
}
.fragebogen .valuequiz .ui-slider-pip-first {
  left: -7% !important;
  top: 11px;
  position: relative;
  color: #223f4d;
  width: 70px;
  display: block;
  text-align: right;
}
.fragebogen .valuequiz .ui-slider-tip {
  width: 184px;
  background-image: url(assets/value_Bubble_01.svg) !important;
  height: 138px;
  background-repeat: no-repeat;
  background-size: cover;
  top: -138px;
  padding-top: 30px !important;
  background-color: transparent !important;
  z-index: 2;
  color: #fff !important;
  position: absolute;
  left: -90px;
  font-family: "Jaldi-Bold";
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
  text-align: center;
}
.fragebogen .valuequiz .ui-slider-tip .ui-slider-tip-val {
  font-size: 52px !important;
  font-family: "Jaldi-Bold", Arial, sans-serif;
  font-weight: 700;
  color: #fff !important;
  display: block;
  width: 130px;
  text-align: center;
}
.fragebogen .valuequiz .ui-slider-label {
  font-size: 26px !important;
  background: none !important;
  visibility: visible !important;
  font-family: "Jaldi-Bold";
  font-weight: 500 !important;
  color: #171730 !important;
}
.fragebogen .valuequiz .ui-state-default,
.fragebogen .valuequiz .ui-widget-content .ui-state-default {
  border: 0px !important;
  background: none;
  background-repeat: no-repeat !important;
  outline: 0 !important;
  height: 45px;
  top: 0;
  background-position: center;
  background-color: transparent;
  margin-left: -30px;
}
.fragebogen .valuequiz .slider {
  margin-top: 200px;
  height: 45px;
  border-radius: 0px;
  background: #f7f7f7;
}
.fragebogen .valuequiz .ui-slider-range {
  border-radius: 0px;
  background: #b0b2b9;
  min-width: 4%;
  background-image: url("assets/valueslidertrigger.svg") !important;
  background-repeat: no-repeat !important;
  outline: 0 !important;
  height: 45px;
  top: 0;
  background-position: right 20px center !important;
  background-size: 15px;
}
.fragebogen .valuequiz .sliderergebnis {
  display: none;
}
.fragebogen .sort .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.fragebogen .sort .choicerbutton.active {
  opacity: 1;
}
.fragebogen .sort .ui-sortable {
  margin: 50px auto;
  list-style-type: none;
  padding: 0;
}
.fragebogen .sort .ui-sortable li.ui-state-default {
  margin: 0;
  height: 80px;
  line-height: 30px;
  color: #1d1d1b;
  outline: 0;
  padding: 0;
  background-color: #f3f3f3;
  background: #f3f3f3 !important;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  padding-top: 0px;
  margin-bottom: 10px;
  border: 0px !important;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding-left: 107px;
  padding-right: 20px;
}
.fragebogen .sort .ui-sortable li.ui-state-default.ui-sortable-helper {
  background-color: #1a1a1a;
  color: #fff;
}
.fragebogen .sort .ui-sortable .ui-state-default.sortable-number {
  background: none !important;
  border: 0px;
  font-weight: 900 !important;
  font-family: "Jaldi-Bold";
  color: #223f4d;
  border-right: 2px solid #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}
.fragebogen .sort .ui-sortable li.ui-state-default:first-child {
  border-top: 0;
}
.fragebogen .sort .ui-sortable li.ui-state-default:last-child {
  border-bottom: 0;
}
.fragebogen
  .sort
  .ui-sortable
  .ui-state-default.ui-sortable-handle.ui-sortable-helper {
  background: #dba314 !important;
}
.fragebogen .sort .ui-sortable-placeholder {
  height: 80px;
  width: auto;
  background: #dba314;
  margin-bottom: 10px;
}
.fragebogen .sort .ui-sortable li.ui-state-default:after {
  content: " ";
  background-image: url("../images/sortpfeile.png");
  display: inline-block;
  font-family: "FontAwesome";
  position: absolute;
  right: 18px;
  top: 30px;
  text-align: center;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.2);
  cursor: move;
  width: 20px;
  height: 27px;
  background-repeat: no-repeat;
}
.fragebogen .sort .sortable-number {
  width: 80px;
  height: 80px;
  float: left;
  line-height: 32px;
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  border-right: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
}
.fragebogen .textarea .choicerwarpper {
  clear: both;
}
.fragebogen .textarea .choicerwarpper .row:last-child .choicer {
  margin-bottom: 0px;
}
.fragebogen .textarea .choicerlabel {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.fragebogen .textarea .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.fragebogen .textarea .choicerbutton.active {
  opacity: 1;
}
.fragebogen .textarea .kommentartext {
  width: 100%;
  height: 190px;
  background: #f7f7f7;
  border: 0px;
  padding-left: 15px;
  padding-top: 15px;
  color: #171730;
}
.fragebogen .textarea .kommentartext::placeholder {
  color: #171730;
}
.fragebogen .kontakt .choicerwarpper {
  clear: both;
}
.fragebogen .kontakt .choicerwarpper .row:last-child .choicer {
  margin-bottom: 0px;
}
.fragebogen .kontakt .choicerlabel {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.fragebogen .kontakt .choicerbutton {
  background: #dba314 !important;
  background-color: #dba314 !important;
  width: 230px;
  height: 60px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  opacity: 0.4;
  outline: 0;
  border: 0px;
  margin-top: 50px;
  border-radius: 0px;
}
.fragebogen .kontakt .choicerbutton.active {
  opacity: 1;
}
.fragebogen .kontakt .kontaktinput {
  width: 100%;
  height: 62px;
  background: #f7f7f7;
  border: 0px;
  margin-bottom: 15px;
  padding-left: 15px;
  color: #171730;
}
.fragebogen .kontakt .kontaktinput::placeholder {
  color: #171730;
}
.fragebogen .kontakt .disclaimer {
  font-weight: 400;
}
.fragebogen .deepdive_section h2,
.fragebogen .deepdive_section h5 {
  color: #fff !important;
}
.helperwrapper {
  position: fixed;
  top: 20%;
  right: 20px;
  min-height: 82px;
  min-width: 81px;
  z-index: 500;
}
.helperwrapper .fragezeichen {
  font-size: 50px;
  line-height: 0.96;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 27px;
  font-weight: 700;
}
.helperwrapper .helper {
  background-repeat: no-repeat;
  height: 82px;
  width: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s linear, width 0.4s linear, height 0.4s linear;
  width: 80px;
  height: 80px;
  border-radius: 0px;
  background-color: #dba314;
}
.helperwrapper .helper img {
  color: #88eae8;
  width: 47px;
  margin-top: -10px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
.helperwrapper .helper img.active {
  display: block;
}
.helperwrapper .helper .helpertext {
  width: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  display: block;
}
.helperwrapper .helper.active {
  height: 290px;
  width: 287px;
  transition: all 0.4s linear, width 0.4s linear, height 0.4s linear;
}
.helperwrapper .helper.active .fragezeichen {
  display: none;
}
.helperwrapper .helper.active img {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-top: 0px;
}
.helperwrapper .helper.active .helpertext {
  display: block;
  color: #fff;
  font-family: "Jaldi";
  font-size: 18px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  width: auto;
  height: auto;
  opacity: 1;
  transition: opacity 0.6s linear;
  transition-delay: 0.5s;
}
.helperwrapper .helper.active .helpertext a {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .videowrapper {
    top: 200px;
    width: 100%;
  }
  .videowrapper iframe {
    width: 100%;
  }
  .menu_section {
    position: relative;
    padding-top: 10px !important;
  }
  .menu_section .menu-nav {
    background: #fff;
  }
  .menu_section .navicon {
    position: absolute;
    top: 18px;
    right: 50px;
    display: block;
    width: 30px;
  }
  .menu_section .navicon .icon {
    padding: 20px;
    color: #4b4e4f;
    -webkit-transition: color 0.25s ease-in;
    -moz-transition: color 0.25s ease-in;
    -ms-transition: color 0.25s ease-in;
    transition: color 0.25s ease-in;
    display: block;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    font-family: "vanilla";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .menu_section .navicon .icon .resmenu {
    background-image: url(assets/Burger.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    transition: background-image 0.5s linear;
  }
  .menu_section .navicon .icon .resmenu.active {
    background-image: url(assets/close.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    transition: background-image 0.5s linear;
  }
  .menu_section .mainmenu {
    width: 100% !important;
    float: none;
    display: none;
    padding-top: 20px;
  }
  .menu_section .mainmenu.active {
    display: block;
  }
  .menu_section .mainmenu .menubutton {
    float: none;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 14px;
  }
  .menu_section .mainmenu .menubutton button {
    width: 213px;
  }
  .menu_section .mainmenu button {
    width: 100%;
  }
  .menu_section .logo {
    width: 140px;
    margin: auto;
    float: none;
  }
  section {
    overflow: hidden;
  }
  section.scrolltexttoimagepart2 {
    overflow: visible;
  }
  .sortable > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sortable > .container .sortable-number {
    padding-right: 0px;
    width: 60px;
  }
  .sortable > .container .ui-sortable li.ui-state-default {
    padding-left: 70px;
    padding-right: 7px;
    line-height: 17px;
  }
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .hotspot_section .mobileonly {
    display: block;
  }
  .hotspot_section .contentwrapper {
    display: none !important;
  }
  .hotspot_section .mirror .contentwrapper {
    display: none !important;
  }
  .intro_section .container .content {
    margin-bottom: 0px;
  }
  .intro_section h2 {
    word-break: break-word;
  }
  .bildtextkombi,
  .bildtextkombibig {
    margin-bottom: 0px;
  }
  .singlechoice_section > .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig .sticky img {
    height: 103vh;
  }
  .textimage_10c > .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .textimage_10c > .container .content {
    width: 100%;
    overflow: auto;
  }
  .textimage_10c > .container .content table td {
    width: 400px !important;
  }
  .textimage_10c > .container .content table td p {
    word-break: initial !important;
  }
  .textimage_drei_section > .container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .multiplechoice_section > .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .servicewrapper {
    display: block;
    background: #a6b1b6;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 46px;
    padding-right: 46px;
    color: #fff;
    padding-top: 10px;
    margin-top: 10px;
    height: 60px;
  }
  .servicewrapper.active {
    height: auto;
  }
  .servicewrapper.active ul {
    padding-left: 0px !important;
  }
  .servicewrapper.active ul li {
    margin-left: 0px !important;
    color: #fff !important;
  }
  .servicewrapper.active ul li:after {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    right: 40px;
    font-weight: 400;
    background: url("assets/Arrow_up.svg");
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    top: 25px;
  }
  .servicewrapper ul {
    padding-left: 0px !important;
  }
  .servicewrapper ul li {
    margin-left: 0px !important;
    color: #fff !important;
  }
  .servicewrapper ul li:after {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    right: 40px;
    font-weight: 400;
    background: url("assets/Arrow_down.svg");
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    top: 25px;
  }
  .row {
    display: block;
  }
  .deepdive_section .closebutton {
    width: 50px;
    height: 50px;
  }
  .deepdive_section .closebutton img {
    width: 50px;
    height: 50px;
  }
  .intro_section .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .component .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .component .container h5 {
    font-family: "Jaldi";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.4px;
    color: #b0b2b9;
  }
  .component .container h2 {
    font-family: "Jaldi";
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #171730;
  }
  .component .container .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .component .container .center {
    text-align: left;
  }
  .logo {
    width: 57px;
    margin-left: 20px;
  }
  .logo img {
    width: 100%;
  }
  .kv_section img {
    width: 100%;
    object-fit: cover;
  }
  .kv_section .container {
    min-height: 190px;
    padding-bottom: 50px;
    top: 100px;
  }
  .kv_section .headline {
    position: relative;
    font-family: "Jaldi-Bold";
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    width: 100%;
    top: 50px;
  }
  .kv_section .subline {
    position: relative;
    font-family: "Jaldi-Bold";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.4px;
    color: #a6b1b6;
    top: 25px;
  }
  .scrolltotextsection .sticky img {
    height: 50vh;
  }
  .scrolltotextsection .copy {
    background: #290872;
    padding-top: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .scrolltotextsection h2 {
    font-size: 30px;
  }
  .scrolltexttoimagepart2 .sectionclass .area.copy {
    padding-top: 0px !important;
    height: auto;
  }
  .imagebreak_section img {
    width: 100%;
    min-height: 230px;
    object-fit: cover;
    object-position: left;
  }
  .assigment_section img {
    width: 100%;
  }
  .assigment_section .assigmentchoice {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 17px;
  }
  .assigment_section .choicerbutton {
    background: #dba314;
    width: 230px;
    height: 60px;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    vertical-align: middle;
    text-align: center;
    opacity: 0.4;
    outline: 0;
    border: 0px;
    justify-content: center;
    align-items: center;
  }
  .nextchapter_section .bigbutton {
    width: 100%;
  }
  .nextchapter_section .container .center {
    text-align: center;
  }
  .helperwrapper {
    position: relative;
    display: none;
  }
  .pagesInNavBar {
    padding-top: 8px;
  }
  .navigation-inner {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navigation-inner .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navigation-inner .mainmenu {
    float: none;
    width: 100%;
    display: none;
  }
  .navigation-inner .mainmenu .page-item {
    width: 100%;
    text-align: left;
  }
  .navigation-inner .mainmenu.responsive {
    display: block;
  }
  .navigation-inner .mainmenu ul {
    padding-left: 10px;
    display: block;
  }
  .navigation-inner .mainmenu ul li {
    display: block;
    float: none;
    margin-left: 20px;
    clear: both;
    height: 50px;
  }
  .navigation-inner .mainmenu ul li a {
    font-family: "Jaldi-Bold";
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.22;
    letter-spacing: normal;
    color: #fff;
  }
  .navigation-inner .wbtname {
    margin: auto;
    width: 50%;
    position: relative;
    float: none;
    text-align: center;
  }
  .navigation-inner .navicon {
    position: absolute;
    top: 25px;
    right: 50px;
    display: block;
    width: 30px;
  }
  .navigation-inner .navicon .fa-bars:before {
    color: #75e6e4;
  }
  .navigation-inner .navicon .resmenu {
    background: url("assets/responsivemenu.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
  }
  .navigation-inner .navicon .resmenu.active {
    background: url("assets/responsivemenuclose.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  }
  .textimage_drei_section .container {
    float: left;
  }
  .textimage_drei_section .col-xs-12 {
    float: left;
  }
  .textimage_drei_section .col-md-4 img {
    margin-bottom: 10px;
  }
  .textimage_drei_section .content {
    width: 100%;
    overflow: auto;
  }
  .textimage_drei_section .content table td {
    width: 400px !important;
  }
  .textimage_drei_section .content table td p {
    word-break: initial !important;
  }
  .textimage_drei_full_section .container {
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    word-wrap: break-word;
  }
  .textimage_drei_full_section .col-xs-12 {
    float: left;
  }
  .textimage_drei_full_section .col-xs-12 {
    float: left;
  }
  .textimage_drei_full_section .col-md-4 img {
    margin-bottom: 10px;
  }
  .textimage_drei_full_section .content {
    width: 100%;
    overflow: auto;
  }
  .textimage_drei_full_section .content table td {
    width: 400px !important;
  }
  .textimage_drei_full_section .content table td p {
    word-break: initial !important;
  }
  .videoslider_section {
    height: auto;
    padding-bottom: 0px;
  }
  .videoslider_section img {
    min-height: 300px;
  }
  .videoslider_section .video {
    min-height: 300px;
    object-fit: cover;
  }
  .videoslider_section .slick-next,
  .videoslider_section .slick-prev {
    top: 45%;
  }
  .bildtextkombi .row {
    display: flex;
    flex-direction: column;
  }
  .bildtextkombi .image {
    order: 1;
    margin-bottom: 35px;
  }
  .bildtextkombi .text {
    order: 2;
  }
  .bildtextkombi img {
    height: auto !important;
  }
  .bildtextkombibig .row {
    display: flex;
    flex-direction: column;
  }
  .bildtextkombibig .image {
    order: 1;
    margin-bottom: 35px;
  }
  .bildtextkombibig .text {
    order: 2;
  }
  .bildtextkombibig img {
    height: auto !important;
  }
  .videoslidersmall_section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .videoslidersmall_section .container .text {
    padding-right: 45px;
    padding-left: 45px;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig ul li {
    word-break: break-word;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig .sectionclass {
    min-height: 1680px;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig .sectionclass .area {
    min-height: 600px;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig .sectionclass:last-child {
    padding-bottom: 10vh;
  }
  .bildtextkombi .col-lg-6.text,
  .bildtextkombibig .col-lg-6.text,
  .bildtextkombi .col-lg-5.text,
  .bildtextkombibig .col-lg-5.text {
    margin-bottom: 50px;
  }
  .scrolltexttoimagepart2.scrolltotextsection .sectionclass {
    display: block;
    min-height: auto;
    background: #1e1a48;
  }
  .scrolltexttoimagepart2.scrolltotextsection .sectionclass .area.sticky {
    min-height: 50vh !important;
    position: sticky;
    margin-bottom: 0px;
  }
  .scrolltexttoimagepart2.scrolltotextsection .sectionclass .area.copy {
    min-height: 0px !important;
    padding-bottom: 70px;
    padding-top: 50px !important;
    max-width: 100%;
  }
  .doubleimage-section .col-xs-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .doubleimage-section .black {
    font-family: "Jaldi-Bold";
    font-size: 20px !important;
    font-weight: 900 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    color: #223f4d !important;
  }
  .doubleimage-section .col-md-5 img {
    margin-bottom: 30px;
  }
  .doubleimage-section .col-xs-6.left {
    padding-left: 0px;
    padding-right: 7.5px;
  }
  .doubleimage-section .col-xs-6.right {
    padding-left: 7.5px;
    padding-right: 0px;
  }
  .quoteshell_section {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto !important;
    margin-bottom: 0px;
  }
  .quoteshell_section blockquote {
    font-family: "Jaldi";
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000;
    padding: 0px;
    font-size: 30px !important;
    padding-top: 65px;
  }
  .quoteshell_section blockquote:before {
    content: " ";
    line-height: 0.1em;
    margin-top: 3px;
    margin-left: -4px;
    vertical-align: -0.4em;
    position: absolute;
    font-family: "Jaldi", Arial, sans-serif;
    font-size: 250px;
    left: 25px;
    top: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
  }
  .article .article-inner {
    padding-bottom: 0px;
  }
  .quotesdunkel_section {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto !important;
  }
  .quotesdunkel_section blockquote {
    font-family: "Jaldi";
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
    padding: 0px;
    font-size: 30px !important;
    padding-top: 65px;
  }
  .quotesdunkel_section blockquote:before {
    content: " ";
    line-height: 0.1em;
    margin-top: 3px;
    margin-left: -4px;
    vertical-align: -0.4em;
    position: absolute;
    font-family: "Jaldi", Arial, sans-serif;
    font-size: 200px;
    left: 25px;
    top: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
  }
  .hotspot_section .container {
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
  }
  .hotspot_section img {
    width: 100%;
    min-height: 440px;
    object-fit: cover;
  }
  .hotspot_section .text {
    order: 2;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 50px;
  }
  .hotspot_section .hotspot {
    order: 1;
  }
  .iconclick_section .flexcontent {
    justify-content: space-evenly;
  }
  .iconclick_section .flexcontent .thumb {
    width: 65px;
    height: 65px;
    border-radius: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s linear;
  }
  .iconclick_section .flexcontent .thumb:hover {
    opacity: 1;
  }
  .iconclick_section .flexcontent .thumb:hover img:last-child {
    width: 40px;
    height: 40px;
  }
  .iconclick_section .flexcontent .thumb img.view {
    width: 40px;
    height: 40px;
  }
  .diagramm_section .skillbar {
    margin-left: 0px;
    width: 70%;
    height: auto;
  }
  .diagramm_section .skillbar .skillbar-title {
    position: relative;
    left: 0px;
    width: 100%;
    height: 50px;
  }
  .diagramm_section .skillbar .skillbar-bar {
    position: relative;
  }
  .diagramm_section .skillbar .skill-bar-percent {
    top: 50px;
  }
  .korrekt,
  .falsch,
  .danke {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .korrekt h2,
  .falsch h2,
  .danke h2 {
    font-family: "Jaldi-Bold";
    font-size: 34px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #fff;
    max-width: 265px;
  }
  .singlechoice_section .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .singlechoice_section .choicer {
    margin-right: 20px;
  }
  .multiplechoice_section .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .multiplechoice_section .choicer {
    margin-right: 20px;
  }
  .component .korrekt,
  .component .falsch,
  .component .danke {
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .component .korrekt .container h2,
  .component .falsch .container h2,
  .component .danke .container h2 {
    font-size: 30px;
  }
  .component .korrekt .container .incorrect,
  .component .falsch .container .incorrect,
  .component .danke .container .incorrect,
  .component .korrekt .container .correct,
  .component .falsch .container .correct,
  .component .danke .container .correct {
    top: -17px;
    left: 0px;
  }
  .valuesluder_section .slider {
    width: 90%;
    margin: auto;
  }
  .valuesluder_section .slider.vertical {
    width: 45px !important;
    height: 50vh !important;
    margin-bottom: 50px;
    margin-top: 90px;
  }
  .valuesluder_section .slider.vertical .ui-slider-tip {
    height: 170px;
    background-image: url(assets/Bubble_02.svg);
    width: 146px;
    position: absolute;
    top: -58px;
    left: -141px;
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    padding-top: 45px !important;
    padding-right: 12px;
  }
  .valuesluder_section .slider.vertical .ui-slider-pip-first {
    left: -28px !important;
    position: relative;
    top: 105%;
    display: block;
    width: 100px;
    text-align: center;
  }
  .valuesluder_section .slider.vertical .ui-slider-pip-last {
    left: -31px !important;
    position: relative;
    top: -63px;
    width: 100px;
    text-align: center;
    display: block;
  }
  .valuesluder_section .slider.vertical .ui-state-default,
  .valuesluder_section .slider.vertical .ui-widget-content .ui-state-default {
    top: auto;
    width: 45px;
    margin-left: 0px;
  }
  .valuesluder_section .slider.vertical .ui-slider-range {
    top: auto;
    background-image: url("../img/icons/valueslidertrigger_mobile.svg") !important;
    background-position: top 10px center !important;
  }
  .ui-sortable li.ui-state-default {
    text-indent: 0px;
  }
  .assigment_section .row {
    display: flex;
    flex-direction: column;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .assigment_section .row .quiz {
    order: 2;
    margin-bottom: 50px;
  }
  .assigment_section .row .image {
    order: 1;
  }
  .chapterclocker_section .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .chapterclocker_section h2 {
    width: 80%;
  }
  .chapterclocker_section img {
    top: 63px;
    position: absolute;
    right: 0px;
    left: auto;
  }
  .chapterclocker_section .content {
    margin-bottom: 0px !important;
  }
  .nextchapter_section > .container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .nextchapter_section .bigbutton {
    font-family: "Jaldi";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .nextchapter_section .bigbuttonzert {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px;
    letter-spacing: normal;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .nextchapter_section .buttonrow {
    display: block;
  }
  .nextchapter_section .bigbuttonfinish {
    font-family: "Jaldi";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px;
    letter-spacing: normal;
    color: #fff;
    width: auto;
  }
  .nextchapter_section h2 {
    word-break: break-word;
  }
  .newslideclass {
    width: 100% !important;
    overflow: hidden !important;
  }
  .newslideclass > div {
    width: 100% !important;
    overflow: hidden !important;
  }
  .newslideclass > div > div {
    width: 100% !important;
    transform: scale(1) !important;
    left: 0px !important;
    top: 0px !important;
  }
  .newslideclass > div > div .slides {
    width: 100% !important;
  }
  .newslideclass > div > div .slides > div {
    width: 100% !important;
    overflow: hidden !important;
  }
  .newslideclass > div > div .slides > div > div {
    width: 80% !important;
    transform: matrix3d(
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -1070,
      0,
      0,
      1
    ) !important;
    color: #000;
    top: 240px !important;
  }
  .newslideclass > div > div .slides > div > div h3 {
    color: #223f4d;
  }
  .newslideclass > div > div .slides > div > div .content {
    color: #223f4d;
  }
  .newslideclass > div > div .slides > div > div img {
    width: 100% !important;
    object-fit: cover;
    object-position: left;
    height: auto !important;
  }
  .newslideclass > div > div .slides > div img {
    width: 100% !important;
    object-fit: cover;
    object-position: left;
    height: auto !important;
  }
  .newslideclass > div > div .slides > div > div:last-child {
    width: 100% !important;
    height: 450px !important;
  }
  .newslideclass > div > div .slides > div > div:last-child img {
    width: 60% !important;
    margin: auto !important;
  }
  .newslideclass > div:nth-child(3) {
    width: 65px !important;
    left: 0px !important;
    right: 10px !important;
    top: 73px !important;
  }
  .newslideclass > div:nth-child(3) > div {
    width: 65px !important;
  }
  .newslideclass > div:nth-child(4) {
    display: block !important;
    width: 65px !important;
    right: 0px !important;
    top: 73px !important;
    left: 10px !important;
  }
  .newslideclass > div:nth-child(4) > div {
    width: 65px !important;
  }
  .newslideclass > div:nth-child(5) {
    width: 30px !important;
    left: auto !important;
    right: 0px !important;
    top: 73px !important;
  }
  .newslideclass > div:nth-child(5) > div {
    width: 30px !important;
  }
  .newslideclass .slide div:first-child {
    position: relative !important;
    top: 50px !important;
    left: 610px !important;
    width: 80% !important;
    height: auto;
    z-index: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -570, 0, 0, 1);
    pointer-events: auto;
    text-align: left;
  }
  .newslideclass .slide > div:last-child {
    position: relative !important;
    top: 75% !important;
    left: 610px !important;
    width: 80% !important;
    z-index: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -570, 0, 0, 1);
    pointer-events: auto;
  }
  .sliderupdatewrapper .pattern > div {
    height: 420px !important;
  }
  .sliderupdatewrapper img {
    margin-left: 0px !important;
    height: 50%;
  }
  .sliderupdatewrapper .slides > div {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sliderupdate .pattern.stacked {
    margin-left: 0% !important;
    width: 100%;
  }
  .sliderupdate .pattern.stacked > div {
    margin-left: 0 !important;
    width: 100%;
  }
  .newslideclass .slides {
    width: 100% !important;
  }
  .block .block-inner {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .videowrapper {
    width: 100%;
    top: 200px;
  }
  .videowrapper iframe {
    width: 100%;
    height: auto;
  }
  .fragebogen .singlequiz .choicer {
    height: auto;
    background-size: 45px !important;
  }
  .fragebogen .kontakt .disclaimer {
    font-size: 14px;
    padding-left: 40px;
  }
  .fragebogen .kontakt .disclaimer .check {
    margin-left: -20px;
  }
  li {
    font-size: 18px;
    margin-left: 25px;
  }
  .fragebogen .sort .ui-sortable li.ui-state-default {
    line-height: 20px;
  }
  .fragebogen .nextsection {
    width: 80%;
  }
  .textimage_drei_full_section .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .vergleich_section .vergleichhead table th {
    line-height: 22px;
  }
  .vergleich_section .vergleichhead table tbody tr td {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .vergleich_section .vergleichhead table tbody tr td .tableinhead {
    line-height: 22px;
  }
  .vergleich_section .vergleichhead table tbody tr td .tableinsub {
    line-height: 18px;
    margin-top: 15px;
  }
  .kontakt_section .disclaimer {
    font-size: 14px !important;
    line-height: 18px;
    display: inline-flex;
  }
  .kontakt_section .disclaimer input {
    margin-right: 10px;
  }
  .kontakt_section .notice {
    font-size: 18px;
    margin-top: 30px;
  }
  .footer .center {
    font-size: 16px;
  }
  .footer .left .page-item-inner {
    text-decoration: underline;
  }
  .rating_section .disclaimer {
    font-weight: 500;
  }
  .rating_section .disclaimer p {
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 500;
  }
  .rating_section textarea {
    font-size: 16px !important;
  }
  .cookie .text {
    margin-bottom: 30px;
  }
  .cookie .cookiebutton {
    float: none;
    margin: auto;
    margin-top: 30px;
  }
  .videoslider_section .playpause {
    width: 67px;
  }
  .button,
  button {
    font-size: 18px;
  }
  .article .article-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu_section {
    position: relative;
    padding-top: 10px !important;
  }
  .menu_section .menu-nav {
    background: #fff;
  }
  .menu_section .navicon {
    position: absolute;
    top: 18px;
    right: 50px;
    display: block;
    width: 30px;
  }
  .menu_section .navicon .icon {
    padding: 20px;
    color: #4b4e4f;
    -webkit-transition: color 0.25s ease-in;
    -moz-transition: color 0.25s ease-in;
    -ms-transition: color 0.25s ease-in;
    transition: color 0.25s ease-in;
    display: block;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    font-family: "vanilla";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .menu_section .navicon .icon .resmenu {
    background-image: url(assets/Burger.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    transition: background-image 0.5s linear;
  }
  .menu_section .navicon .icon .resmenu.active {
    background-image: url(assets/close.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    transition: background-image 0.5s linear;
  }
  .menu_section .mainmenu {
    width: 100% !important;
    float: none;
    display: none;
    padding-top: 20px;
  }
  .menu_section .mainmenu.active {
    display: block;
  }
  .menu_section .mainmenu .menubutton {
    float: none;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 14px;
  }
  .menu_section .mainmenu .menubutton button {
    width: 213px;
  }
  .menu_section .mainmenu button {
    width: 100%;
  }
  .menu_section .logo {
    width: 140px;
    margin: auto;
    float: none;
  }
  .sortable > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sortable > .container .sortable-number {
    padding-right: 0px;
    width: 60px;
  }
  .sortable > .container .ui-sortable li.ui-state-default {
    padding-left: 70px;
    padding-right: 7px;
    line-height: 17px;
  }
  .footer {
    height: auto;
  }
  .footer .container {
    display: block;
  }
  .footer .container .center {
    text-align: center !important;
  }
  .footer .container .right {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .hotspot_section .mobileonly {
    display: block;
  }
  .hotspot_section .contentwrapper {
    display: none !important;
  }
  .hotspot_section .mirror .contentwrapper {
    display: none !important;
  }
  .intro_section .container .content {
    margin-bottom: 0px;
  }
  .intro_section h2 {
    word-break: break-word;
  }
  .bildtextkombi,
  .bildtextkombibig {
    margin-bottom: 0px;
  }
  .singlechoice_section > .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig .sticky img {
    height: 103vh;
  }
  .textimage_10c > .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .textimage_10c > .container .content {
    width: 100%;
    overflow: auto;
  }
  .textimage_10c > .container .content table td {
    width: 400px !important;
  }
  .textimage_10c > .container .content table td p {
    word-break: initial !important;
  }
  .textimage_drei_section > .container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .multiplechoice_section > .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .servicewrapper {
    display: block;
    background: #a6b1b6;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 46px;
    padding-right: 46px;
    color: #fff;
    padding-top: 10px;
    margin-top: 10px;
    height: 60px;
  }
  .servicewrapper.active {
    height: auto;
  }
  .servicewrapper.active ul {
    padding-left: 0px !important;
  }
  .servicewrapper.active ul li {
    margin-left: 0px !important;
    color: #fff !important;
  }
  .servicewrapper.active ul li:after {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    right: 40px;
    font-weight: 400;
    background: url("assets/Arrow_up.svg");
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    top: 25px;
  }
  .servicewrapper ul {
    padding-left: 0px !important;
  }
  .servicewrapper ul li {
    margin-left: 0px !important;
    color: #fff !important;
  }
  .servicewrapper ul li:after {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    right: 40px;
    font-weight: 400;
    background: url("assets/Arrow_down.svg");
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    top: 25px;
  }
  .row {
    display: block;
  }
  .deepdive_section .closebutton {
    width: 50px;
    height: 50px;
  }
  .deepdive_section .closebutton img {
    width: 50px;
    height: 50px;
  }
  .intro_section .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .component .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .component .container h5 {
    font-family: "Jaldi";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.4px;
    color: #a6b1b6;
  }
  .component .container h2 {
    font-family: "Jaldi";
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #171730;
  }
  .component .container .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .component .container .center {
    text-align: left;
  }
  .logo {
    width: 57px;
    margin-left: 20px;
  }
  .logo img {
    width: 100%;
  }
  .kv_section img {
    width: 100%;
    object-fit: cover;
  }
  .kv_section .container {
    min-height: 190px;
    padding-bottom: 50px;
    position: relative;
    top: 0px;
  }
  .kv_section .container button {
    margin-top: 30px;
  }
  .kv_section .headline {
    position: relative;
    font-family: "Jaldi";
    font-size: 34px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #171730;
    width: 100%;
    top: 50px;
  }
  .kv_section .subline {
    position: relative;
    font-family: "Jaldi";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.4px;
    color: #a6b1b6;
    top: 25px;
  }
  .scrolltotextsection .sticky img {
    height: 50vh;
  }
  .scrolltotextsection .copy {
    background: #1e1a48;
    padding-top: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .scrolltotextsection h2 {
    font-size: 30px;
  }
  .scrolltexttoimagepart2 .sectionclass .area.copy {
    padding-top: 50px !important;
    height: auto;
  }
  .imagebreak_section img {
    width: 100%;
    min-height: 230px;
    object-fit: cover;
    object-position: left;
  }
  .assigment_section img {
    width: 100%;
  }
  .assigment_section .assigmentchoice {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 17px;
    font-size: 18px;
  }
  .assigment_section .choicerbutton {
    background: #dba314;
    width: 230px;
    height: 60px;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    vertical-align: middle;
    text-align: center;
    opacity: 0.4;
    outline: 0;
    border: 0px;
    justify-content: center;
    align-items: center;
  }
  .nextchapter_section .bigbutton {
    width: 100%;
  }
  .nextchapter_section .container .center {
    text-align: center;
  }
  .helperwrapper {
    position: relative;
    display: none;
  }
  .pagesInNavBar {
    padding-top: 8px;
  }
  .navigation-inner {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navigation-inner .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navigation-inner .mainmenu {
    float: none;
    width: 100%;
    display: none;
  }
  .navigation-inner .mainmenu .page-item {
    width: 100%;
    text-align: left;
  }
  .navigation-inner .mainmenu.responsive {
    display: block;
  }
  .navigation-inner .mainmenu ul {
    padding-left: 10px;
    display: block;
  }
  .navigation-inner .mainmenu ul li {
    display: block;
    float: none;
    margin-left: 20px;
    clear: both;
    height: 50px;
  }
  .navigation-inner .mainmenu ul li a {
    font-family: "Jaldi-Bold";
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.22;
    letter-spacing: normal;
    color: #fff;
  }
  .navigation-inner .wbtname {
    margin: auto;
    width: 50%;
    position: relative;
    float: none;
    text-align: center;
  }
  .navigation-inner .navicon {
    position: absolute;
    top: 25px;
    right: 50px;
    display: block;
    width: 30px;
  }
  .navigation-inner .navicon .fa-bars:before {
    color: #75e6e4;
  }
  .navigation-inner .navicon .resmenu {
    background: url("assets/responsivemenu.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
  }
  .navigation-inner .navicon .resmenu.active {
    background: url("assets/responsivemenuclose.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  }
  .textimage_drei_section .container {
    float: left;
  }
  .textimage_drei_section .col-xs-12 {
    float: left;
  }
  .textimage_drei_section .col-md-4 img {
    margin-bottom: 10px;
  }
  .textimage_drei_section .content {
    width: 100%;
    overflow: auto;
  }
  .textimage_drei_section .content table td {
    width: 400px !important;
  }
  .textimage_drei_section .content table td p {
    word-break: initial !important;
  }
  .textimage_drei_full_section .container {
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    word-wrap: break-word;
  }
  .textimage_drei_full_section .col-xs-12 {
    float: left;
  }
  .textimage_drei_full_section .col-xs-12 {
    float: left;
  }
  .textimage_drei_full_section .col-md-4 img {
    margin-bottom: 10px;
  }
  .textimage_drei_full_section .content {
    width: 100%;
    overflow: auto;
  }
  .textimage_drei_full_section .content table td {
    width: 400px !important;
  }
  .textimage_drei_full_section .content table td p {
    word-break: initial !important;
  }
  .deepbutton,
  .ankerbutton {
    width: 100%;
  }
  .cbp-so-section {
    display: block;
  }
  .videoslider_section {
    height: auto;
    padding-bottom: 0px;
    padding-top: 30px;
  }
  .videoslider_section img {
    min-height: 300px;
  }
  .videoslider_section .video {
    min-height: auto;
  }
  .videoslider_section .slick-next,
  .videoslider_section .slick-prev {
    top: 45%;
  }
  .bildtextkombi .row {
    display: flex;
    flex-direction: column;
  }
  .bildtextkombi .image {
    order: 1;
    margin-bottom: 35px;
  }
  .bildtextkombi .text {
    order: 2;
  }
  .bildtextkombi img {
    height: auto !important;
  }
  .bildtextkombibig .row {
    display: flex;
    flex-direction: column;
  }
  .bildtextkombibig .image {
    order: 1;
    margin-bottom: 35px;
  }
  .bildtextkombibig .text {
    order: 2;
  }
  .bildtextkombibig img {
    height: auto !important;
  }
  .videoslidersmall_section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .videoslidersmall_section .container .text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .doubleimage-section .col-xs-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  blockquote {
    margin-left: 0px;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig ul li {
    word-break: break-word;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig .sectionclass {
    min-height: 2500px;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig .sectionclass .area {
    min-height: 600px;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig .sectionclass:last-child {
    padding-bottom: 10vh;
  }
  .bildtextkombi .col-lg-6.text,
  .bildtextkombibig .col-lg-6.text,
  .bildtextkombi .col-lg-5.text,
  .bildtextkombibig .col-lg-5.text {
    margin-bottom: 50px;
  }
  .scrolltexttoimagepart2.scrolltotextsection .sectionclass {
    display: block;
    min-height: 120vh;
  }
  .scrolltexttoimagepart2.scrolltotextsection .sectionclass .area.sticky {
    min-height: 50vh !important;
    position: sticky;
    margin-bottom: 0px;
  }
  .scrolltexttoimagepart2.scrolltotextsection .sectionclass .area.copy {
    min-height: 0px !important;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .sliderupdatewrapper .slide h3 {
    font-weight: normal !important;
    font-size: 34px !important;
  }
  .doubleimage-section .black {
    font-family: "Jaldi";
    font-size: 20px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    color: #171730 !important;
  }
  .doubleimage-section .col-md-5 img {
    margin-bottom: 30px;
  }
  .doubleimage-section .col-xs-6.left {
    padding-left: 0px;
    padding-right: 7.5px;
  }
  .doubleimage-section .col-xs-6.right {
    padding-left: 7.5px;
    padding-right: 0px;
  }
  .quoteshell_section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quoteshell_section blockquote {
    font-family: "Jaldi";
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000;
    padding: 0px;
    font-size: 30px !important;
    padding-top: 65px;
  }
  .quoteshell_section blockquote:before {
    content: " ";
    line-height: 0.1em;
    margin-top: 3px;
    margin-left: -4px;
    vertical-align: -0.4em;
    position: absolute;
    font-family: "Jaldi", Arial, sans-serif;
    font-size: 250px;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
  }
  .videowrapper {
    width: 100% !important;
  }
  section {
    overflow: hidden;
  }
  section.scrolltexttoimagepart2 {
    overflow: visible;
  }
  #ui-datepicker-div {
    z-index: 600 !important;
  }
  .quotesdunkel_section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quotesdunkel_section blockquote {
    font-family: "Jaldi";
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
    padding: 0px;
    font-size: 30px !important;
    padding-top: 65px;
  }
  .quotesdunkel_section blockquote:before {
    content: " ";
    line-height: 0.1em;
    margin-top: 3px;
    margin-left: -4px;
    vertical-align: -0.4em;
    position: absolute;
    font-family: "Jaldi", Arial, sans-serif;
    font-size: 200px;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
  }
  .hotspot_section .container {
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
  }
  .hotspot_section img {
    width: 100%;
    min-height: 440px;
    object-fit: cover;
  }
  .hotspot_section .text {
    order: 2;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 50px;
  }
  .hotspot_section .hotspot {
    order: 1;
  }
  .diagramm_section .col-md-10 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .diagramm_section .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .singlechoice_section .col-lg-9 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .multiplechoice_section .col-lg-9 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .multiplechoice_section .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .valuesluder_section .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sortable .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .rating_section .col-md-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .vergleich_section .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .vergleich_section .col-lg-9 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .kontakt_section .col-lg-9 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .kontakt_section .col-lg-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .kontakt_section .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .kontakt_section .col-lg-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .kontakt_section .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .iconclick_section .contentwrapper {
    min-height: 300px;
  }
  .iconclick_section .flexcontent {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
  }
  .iconclick_section .flexcontent .thumb {
    width: 65px;
    height: 65px;
    border-radius: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s linear;
  }
  .iconclick_section .flexcontent .thumb:hover {
    opacity: 1;
  }
  .iconclick_section .flexcontent .thumb:hover img:last-child {
    width: 40px;
    height: 40px;
  }
  .iconclick_section .flexcontent .thumb img.view {
    width: 40px;
    height: 40px;
  }
  .iconclick_section .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .imagestoerer .hintergrundbild {
    height: 100vh;
  }
  .imagestoerer .sektion {
    height: auto !important;
  }
  .imagestoerer .headline {
    color: #fff;
  }
  .diagramm_section .skillbar {
    margin-left: 0px;
    width: 70%;
    height: auto;
  }
  .diagramm_section .skillbar .skillbar-title {
    position: relative;
    left: 0px;
    width: 100%;
    height: 50px;
    min-width: 300px;
    font-size: 18px;
  }
  .diagramm_section .skillbar .skillbar-bar {
    position: relative;
  }
  .diagramm_section .skillbar .skill-bar-percent {
    top: 50px;
    font-size: 28px;
    padding-left: 10px;
  }
  .korrekt,
  .falsch,
  .danke {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .korrekt h2,
  .falsch h2,
  .danke h2 {
    font-family: "Jaldi-Bold";
    font-size: 34px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #fff;
    max-width: 265px;
  }
  .korrekt .content,
  .falsch .content,
  .danke .content {
    font-size: 18px;
  }
  .valuesluder_section .choicerbutton {
    margin: auto;
    margin-top: 75px;
  }
  .singlechoice_section .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .singlechoice_section .choicer {
    margin-right: 20px;
  }
  .multiplechoice_section .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .multiplechoice_section .choicer {
    margin-right: 20px;
  }
  .component .korrekt,
  .component .falsch,
  .component .danke {
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .component .korrekt .container h2,
  .component .falsch .container h2,
  .component .danke .container h2 {
    font-size: 30px;
  }
  .component .korrekt .container .incorrect,
  .component .falsch .container .incorrect,
  .component .danke .container .incorrect,
  .component .korrekt .container .correct,
  .component .falsch .container .correct,
  .component .danke .container .correct {
    top: -17px;
    left: 0px;
  }
  .valuesluder_section .slider,
  .valuequiz .slider {
    width: 90%;
    margin: auto;
  }
  .valuesluder_section .slider.vertical,
  .valuequiz .slider.vertical {
    width: 45px !important;
    height: 50vh !important;
    margin-bottom: 50px;
    margin-top: 90px;
  }
  .valuesluder_section .slider.vertical .ui-slider-tip,
  .valuequiz .slider.vertical .ui-slider-tip {
    height: 100px;
    background-image: url(assets/value_Bubble_02.svg) !important;
    width: 146px;
    position: absolute;
    top: -58px;
    left: -141px;
    font-size: 35px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    padding-top: 27px !important;
    padding-right: 12px;
    background-position: center;
  }
  .valuesluder_section .slider.vertical .ui-slider-pip-first,
  .valuequiz .slider.vertical .ui-slider-pip-first {
    left: -28px !important;
    position: relative;
    top: 105%;
    display: block;
    width: 100px;
    text-align: center;
  }
  .valuesluder_section .slider.vertical .ui-slider-pip-last,
  .valuequiz .slider.vertical .ui-slider-pip-last {
    left: -31px !important;
    position: relative;
    top: -63px;
    width: 100px;
    text-align: center;
    display: block;
  }
  .valuesluder_section .slider.vertical .ui-state-default,
  .valuequiz .slider.vertical .ui-state-default,
  .valuesluder_section .slider.vertical .ui-widget-content .ui-state-default,
  .valuequiz .slider.vertical .ui-widget-content .ui-state-default {
    top: auto;
    width: 45px;
    margin-left: 0px;
  }
  .valuesluder_section .slider.vertical .ui-slider-range,
  .valuequiz .slider.vertical .ui-slider-range {
    top: auto;
    background-image: url("../img/icons/valueslidertrigger_mobile.svg") !important;
    background-position: top 10px center !important;
  }
  .ui-sortable li.ui-state-default {
    text-indent: 0px;
  }
  .assigment_section .row {
    display: flex;
    flex-direction: column;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .assigment_section .row .quiz {
    order: 2;
    margin-bottom: 50px;
  }
  .assigment_section .row .image {
    order: 1;
  }
  .chapterclocker_section .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .chapterclocker_section h2 {
    width: 80%;
  }
  .chapterclocker_section img {
    top: 63px;
    position: absolute;
    right: 0px;
    left: auto;
  }
  .chapterclocker_section .content {
    margin-bottom: 0px !important;
  }
  .nextchapter_section > .container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .nextchapter_section .bigbutton {
    font-family: "Jaldi";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .nextchapter_section .bigbuttonzert {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px;
    letter-spacing: normal;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .nextchapter_section .buttonrow {
    display: block;
  }
  .nextchapter_section .bigbuttonfinish {
    font-family: "Jaldi";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px;
    letter-spacing: normal;
    color: #fff;
    width: auto;
  }
  .nextchapter_section h2 {
    word-break: break-word;
  }
  .sliderupdatewrapper .pattern > div {
    height: auto !important;
  }
  .newslideclass {
    width: 100% !important;
    overflow: hidden !important;
    height: auto !important;
  }
  .newslideclass > div {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
  }
  .newslideclass > div > div {
    width: 100% !important;
    transform: scale(1) !important;
    left: 0px !important;
    top: 0px !important;
    position: relative !important;
  }
  .newslideclass > div > div .slides {
    width: 100% !important;
    position: relative !important;
  }
  .newslideclass > div > div .slides > div {
    width: 100% !important;
    overflow: hidden !important;
  }
  .newslideclass > div > div .slides > div > div {
    width: 80% !important;
    transform: matrix3d(
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -1070,
      0,
      0,
      1
    ) !important;
    color: #000;
    top: 270px !important;
  }
  .newslideclass > div > div .slides > div > div h3 {
    color: #171730;
  }
  .newslideclass > div > div .slides > div > div .content {
    color: #000000;
  }
  .newslideclass > div > div .slides > div > div img {
    width: 100% !important;
    object-fit: cover;
    object-position: left;
    height: auto !important;
  }
  .newslideclass > div > div .slides > div img {
    width: 100% !important;
    object-fit: cover;
    object-position: left;
    height: auto !important;
  }
  .newslideclass > div > div .slides > div > div:last-child {
    width: 100% !important;
    height: 450px !important;
  }
  .newslideclass > div > div .slides > div > div:last-child img {
    width: 60% !important;
    margin: auto !important;
  }
  .newslideclass > div:nth-child(3) {
    width: 65px !important;
    left: 0px !important;
    right: 10px !important;
    top: 73px !important;
  }
  .newslideclass > div:nth-child(3) > div {
    width: 65px !important;
  }
  .newslideclass > div:nth-child(4) {
    display: block !important;
    width: 65px !important;
    right: 0px !important;
    top: 73px !important;
    left: 10px !important;
  }
  .newslideclass > div:nth-child(4) > div {
    width: 65px !important;
  }
  .newslideclass > div:nth-child(5) {
    width: 30px !important;
    left: auto !important;
    right: 0px !important;
    top: 73px !important;
  }
  .newslideclass > div:nth-child(5) > div {
    width: 30px !important;
  }
  .newslideclass .slide div:first-child {
    position: relative !important;
    top: 50px !important;
    left: 610px !important;
    width: 80% !important;
    height: auto;
    z-index: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -570, 0, 0, 1);
    pointer-events: auto;
    text-align: left;
  }
  .newslideclass .slide > div:last-child {
    position: relative !important;
    top: 75% !important;
    left: 610px !important;
    width: 80% !important;
    z-index: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -570, 0, 0, 1);
    pointer-events: auto;
  }
  .sliderupdatewrapper .pattern > div {
    height: auto !important;
  }
  .sliderupdatewrapper img {
    margin-left: 0px !important;
    height: 50%;
  }
  .sliderupdatewrapper .slides > div {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sliderupdate .pattern.stacked {
    margin-left: 0% !important;
    width: 100%;
  }
  .sliderupdate .pattern.stacked > div {
    margin-left: 0 !important;
    width: 100%;
  }
  .newslideclass .slides {
    width: 100% !important;
  }
  .block .block-inner {
    padding: 0px;
  }
}
.topnav {
  overflow: hidden;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
}
.topnav a.active {
  background-color: #4caf50;
  color: white;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media (min-width: 1100) and (max-width: 1199px) {
  .valuesluder_section .ui-slider-pip-first {
    left: -8% !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scrolltexttoimagepart2 .sectionclass {
    min-height: 0px !important;
  }
  .scrolltexttoimagepart2.scrolltotextsectionbig .area.copy {
    padding-top: 0px !important;
  }
  .scrolltexttoimagepart2 .sectionclass .area.copy {
    padding-top: 35vh !important;
  }
  .scrolltexttoimagepart2 .sectionclass .area {
    min-height: 0px !important;
  }
  .scrolltexttoimagepart2 .sectionclass .area.sticky {
    height: 20vh !important;
  }
  .multiplechoice_section .choicerwarpper {
    margin-bottom: 30px;
  }
  .valuesluder_section .slider {
    margin-bottom: 30px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .scrolltexttoimagepart2.scrolltotextsection .sectionclass .area {
    min-height: 100vh;
  }
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.sektion {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.boxmenu-menu {
  background: #ffffff;
}
.boxmenu-menu .menu-container {
  width: 100%;
}
.boxmenu-menu .menu-container-inner {
  padding: 0;
}
.boxmenu-menu .menu-header {
  margin-bottom: -30px;
  background-color: #546e7a;
}
.boxmenu-menu .menu-header-inner {
  max-width: 1024px;
  margin: auto;
  padding: 100px 0 100px;
  text-align: center;
}
@media all and (max-width: 1044px) {
  .boxmenu-menu .menu-header-inner {
    padding: 50px 20px 100px;
  }
}
@media all and (max-width: 539px) {
  .boxmenu-menu .menu-header-inner {
    padding: 20px 10px 20px;
  }
}
.boxmenu-menu .menu-title {
  margin: 20px 0 20px;
  color: #ffffff;
}
.boxmenu-menu .menu-body {
  margin: 30px 0;
  color: #ffffff;
}
.boxmenu-menu .menu-body a {
  color: #ffffff;
}
.boxmenu-menu .menu-item {
  margin: 0 auto 30px;
}
.boxmenu-menu .menu-item.nth-child-even .menu-item-inner {
  margin-left: 2%;
}
.dir-rtl .boxmenu-menu .menu-item.nth-child-even .menu-item-inner {
  margin-right: 2%;
}
.boxmenu-menu .menu-item.nth-child-odd .menu-item-inner {
  margin-right: 2%;
}
.dir-rtl .boxmenu-menu .menu-item.nth-child-odd .menu-item-inner {
  margin-left: 2%;
}
.boxmenu-menu .menu-item-inner {
  position: relative;
  max-width: 472px;
  margin: auto;
  padding: 20px 20px 20px 20px;
  background-color: #078292;
  color: #ffffff;
}
.boxmenu-menu .menu-item-title {
  margin: 20px 0 20px;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .boxmenu-menu .menu-item-title {
    font-size: 21px;
  }
}
.boxmenu-menu .menu-item-body {
  margin-bottom: 30px;
  padding: 0;
}
.boxmenu-menu .menu-item-instruction {
  margin-bottom: 14px;
  padding: 0;
}
.boxmenu-menu .menu-item-indicator {
  width: 60px;
  float: none;
  padding: 0;
  position: absolute;
  right: 24px;
  bottom: 26px;
}
.dir-rtl .boxmenu-menu .menu-item-indicator {
  left: 24px;
  right: auto;
}
.boxmenu-menu .pagelevelprogress-indicator {
  background-color: #078292;
  border-color: #ffffff;
}
.boxmenu-menu .pagelevelprogress-indicator-inner {
  border-color: #078292;
}
.boxmenu-menu .pagelevelprogress-indicator-bar {
  background-color: #ffffff;
}
.boxmenu-menu .menu-item-duration {
  position: absolute;
  right: 20px;
  float: none;
}
.dir-rtl .boxmenu-menu .menu-item-duration {
  float: none;
  left: 20px;
  right: auto;
}
.boxmenu-menu .menu-item-button {
  padding: 0;
}
.boxmenu-menu .menu-item-button button {
  padding: 14px 28px 14px 28px;
  background-color: #4b4e4f;
  color: #ffffff;
}
.boxmenu-menu .menu-item-button button:hover {
  background-color: #000;
  color: #ffffff;
}
.boxmenu-menu .menu-item-button button.visited {
  background-color: #727272;
  color: #ccc;
}
@media all and (max-width: 759px) {
  .boxmenu-menu .menu-inner {
    padding: 0;
  }
  .boxmenu-menu .menu-title-inner {
    padding: 0;
  }
  .boxmenu-menu .menu-body-inner {
    padding: 0;
  }
  .boxmenu-menu .menu-item.nth-child-even .menu-item-inner,
  .boxmenu-menu .menu-item.nth-child-odd .menu-item-inner,
  .dir-rtl .boxmenu-menu .menu-item.nth-child-even .menu-item-inner,
  .dir-rtl .boxmenu-menu .menu-item.nth-child-odd .menu-item-inner {
    margin: 0 auto;
  }
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf)
    format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf)
    format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf)
    format("truetype");
}
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPPbPpqP.ttf)
    format("truetype");
}
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPbPpqP.ttf)
    format("truetype");
}
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbPpqP.ttf)
    format("truetype");
}
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTbPpqP.ttf)
    format("truetype");
}
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TbPpqP.ttf)
    format("truetype");
}
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6VfTbPpqP.ttf)
    format("truetype");
}
.kv_section .headline {
  color: white;
}
.kv_section .subline {
  color: white;
}
@media (max-width: 767px) {
  .kv_section .headline {
    color: black !important;
  }
  .kv_section .subline {
    color: black !important;
  }
}
.slider {
  overflow: visible;
}
@media (max-width: 767px) {
  #sliderupdate > div:nth-child(2) {
    height: 40vw !important;
  }
}
