/* Normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Fontello Icons */
@font-face {
  font-family: 'fontello_mg';
  src: url('/_intern/fonts/fontello/font/fontello_mg.eot?73807600');
  src: url('/_intern/fonts/fontello/font/fontello_mg.eot?73807600#iefix') format('embedded-opentype'), url('/_intern/fonts/fontello/font/fontello_mg.woff2?73807600') format('woff2'), url('/_intern/fonts/fontello/font/fontello_mg.woff?73807600') format('woff'), url('/_intern/fonts/fontello/font/fontello_mg.ttf?73807600') format('truetype'), url('/_intern/fonts/fontello/font/fontello_mg.svg?73807600#fontello_mg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello_mg';
    src: url('../font/fontello_mg.svg?73807600#fontello_mg') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello_mg";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-search:before {
  content: '\e800';
}
/* '' */
.icon-heart:before {
  content: '\e801';
}
/* '' */
.icon-heart-empty:before {
  content: '\e802';
}
/* '' */
.icon-cancel:before {
  content: '\e803';
}
/* '' */
.icon-ok:before {
  content: '\e804';
}
/* '' */
.icon-ebay:before {
  content: '\e805';
}
/* '' */
.icon-globe:before {
  content: '\e806';
}
/* '' */
.icon-ac_diebstahl:before {
  content: '\e807';
}
/* '' */
.icon-cog-alt:before {
  content: '\e808';
}
/* '' */
.icon-search-1:before {
  content: '\e809';
}
/* '' */
.icon-mail:before {
  content: '\e80a';
}
/* '' */
.icon-trash-empty:before {
  content: '\e80b';
}
/* '' */
.icon-location:before {
  content: '\e80c';
}
/* '' */
.icon-user:before {
  content: '\e80d';
}
/* '' */
.icon-monitor:before {
  content: '\e80e';
}
/* '' */
.icon-back:before {
  content: '\e80f';
}
/* '' */
.icon-star:before {
  content: '\e810';
}
/* '' */
.icon-phone:before {
  content: '\e811';
}
/* '' */
.icon-attention:before {
  content: '\e812';
}
/* '' */
.icon-print:before {
  content: '\e813';
}
/* '' */
.icon-calendar:before {
  content: '\e814';
}
/* '' */
.icon-ac_autofile:before {
  content: '\e815';
}
/* '' */
.icon-down-open:before {
  content: '\e816';
}
/* '' */
.icon-up-open:before {
  content: '\e817';
}
/* '' */
.icon-right-open:before {
  content: '\e818';
}
/* '' */
.icon-left-open:before {
  content: '\e819';
}
/* '' */
.icon-forward:before {
  content: '\e81a';
}
/* '' */
.icon-mobile:before {
  content: '\e81b';
}
/* '' */
.icon-book:before {
  content: '\e81c';
}
/* '' */
.icon-chart-bar:before {
  content: '\e81d';
}
/* '' */
.icon-flash:before {
  content: '\e81e';
}
/* '' */
.icon-down-dir:before {
  content: '\e81f';
}
/* '' */
.icon-wrench:before {
  content: '\e820';
}
/* '' */
.icon-left-dir:before {
  content: '\e821';
}
/* '' */
.icon-right-dir:before {
  content: '\e822';
}
/* '' */
.icon-clock:before {
  content: '\e823';
}
/* '' */
.icon-down:before {
  content: '\e824';
}
/* '' */
.icon-left:before {
  content: '\e825';
}
/* '' */
.icon-right:before {
  content: '\e826';
}
/* '' */
.icon-up:before {
  content: '\e827';
}
/* '' */
.icon-doc:before {
  content: '\e828';
}
/* '' */
.icon-up-1:before {
  content: '\e829';
}
/* '' */
.icon-right-1:before {
  content: '\e82a';
}
/* '' */
.icon-left-1:before {
  content: '\e82b';
}
/* '' */
.icon-down-1:before {
  content: '\e82c';
}
/* '' */
.icon-home:before {
  content: '\e82d';
}
/* '' */
.icon-volume-up:before {
  content: '\e82e';
}
/* '' */
.icon-headphones:before {
  content: '\e82f';
}
/* '' */
.icon-ac_bea:before {
  content: '\e830';
}
/* '' */
.icon-plus:before {
  content: '\e831';
}
/* '' */
.icon-spin3:before {
  content: '\e832';
}
/* '' */
.icon-folder:before {
  content: '\e833';
}
/* '' */
.icon-folder-open:before {
  content: '\e834';
}
/* '' */
.icon-ac_cloud:before {
  content: '\e835';
}
/* '' */
.icon-plus-circle:before {
  content: '\e836';
}
/* '' */
.icon-minus-circle:before {
  content: '\e837';
}
/* '' */
.icon-ac_team:before {
  content: '\e838';
}
/* '' */
.icon-menu:before {
  content: '\f008';
}
/* '' */
.icon-link-ext:before {
  content: '\f08e';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-mail-alt:before {
  content: '\f0e0';
}
/* '' */
.icon-food:before {
  content: '\f0f5';
}
/* '' */
.icon-doc-text:before {
  content: '\f0f6';
}
/* '' */
.icon-angle-double-left:before {
  content: '\f100';
}
/* '' */
.icon-angle-double-right:before {
  content: '\f101';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-laptop:before {
  content: '\f109';
}
/* '' */
.icon-reply:before {
  content: '\f112';
}
/* '' */
.icon-doc-inv:before {
  content: '\f15b';
}
/* '' */
.icon-youtube-squared:before {
  content: '\f166';
}
/* '' */
.icon-youtube:before {
  content: '\f167';
}
/* '' */
.icon-xing-squared:before {
  content: '\f169';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-windows:before {
  content: '\f17a';
}
/* '' */
.icon-graduation-cap:before {
  content: '\f19d';
}
/* '' */
.icon-fax:before {
  content: '\f1ac';
}
/* '' */
.icon-file-pdf:before {
  content: '\f1c1';
}
/* '' */
.icon-file-word:before {
  content: '\f1c2';
}
/* '' */
.icon-file-excel:before {
  content: '\f1c3';
}
/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4';
}
/* '' */
.icon-file-image:before {
  content: '\f1c5';
}
/* '' */
.icon-file-audio:before {
  content: '\f1c7';
}
/* '' */
.icon-at-1:before {
  content: '\f1fa';
}
/* '' */
.icon-sticky-note:before {
  content: '\f249';
}
/* '' */
.icon-sticky-note-o:before {
  content: '\f24a';
}
/* '' */
.icon-hand-paper-o:before {
  content: '\f256';
}
/* '' */
.icon-shopping-bag:before {
  content: '\f290';
}
/* '' */
.icon-percent:before {
  content: '\f295';
}
/* '' */
.icon-address-card-o:before {
  content: '\f2bc';
}
/* '' */
.icon-facebook:before {
  content: '\f300';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
.icon-facebook-squared:before {
  content: '\f30e';
}
/* '' */
.icon-instagram:before {
  content: '\f31e';
}
/* '' */
.icon-instagram-1:before {
  content: '\f32d';
}
/* '' */
.icon-paypal:before {
  content: '\f342';
}
/* '' */
/* === LESS variables === */
/* violett hell*/
/* violett */
/* dunkel violett */
/* blau */
/* === webfonts ===*/
/* montserrat-100 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/_intern/fonts/montserrat/montserrat-v15-latin-100.eot');
  src: local(''), url('/_intern/fonts/montserrat/montserrat-v15-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/montserrat/montserrat-v15-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-100.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/montserrat/montserrat-v15-latin-100.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/_intern/fonts/montserrat/montserrat-v15-latin-300.eot');
  src: local(''), url('/_intern/fonts/montserrat/montserrat-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/montserrat/montserrat-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/montserrat/montserrat-v15-latin-300.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/_intern/fonts/montserrat/montserrat-v15-latin-regular.eot');
  src: local(''), url('/_intern/fonts/montserrat/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/montserrat/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/montserrat/montserrat-v15-latin-regular.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/_intern/fonts/montserrat/montserrat-v15-latin-500.eot');
  src: local(''), url('/_intern/fonts/montserrat/montserrat-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/montserrat/montserrat-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-500.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/montserrat/montserrat-v15-latin-500.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/_intern/fonts/montserrat/montserrat-v15-latin-600.eot');
  src: local(''), url('/_intern/fonts/montserrat/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/montserrat/montserrat-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/montserrat/montserrat-v15-latin-600.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/_intern/fonts/montserrat/montserrat-v15-latin-700.eot');
  src: local(''), url('/_intern/fonts/montserrat/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/montserrat/montserrat-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/montserrat/montserrat-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/montserrat/montserrat-v15-latin-700.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_intern/fonts/material_icons_2023/material-icons-round.woff) format('woff'), url(/_intern/fonts/material_icons_2023/material-icons-round.woff2) format('woff2');
  
  /*
  src: url(/_intern/fonts/material_icons/MaterialIconsRound-Regular.otf) format('opentype');
  src: local(''),
    	url(/_intern/fonts/material_icons/MaterialIconsRound-Regular.otf) format('opentype'),
	*/
}
.material-icons,
.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* === CSS mixins === */
.transition {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.transition_slow {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.transition_xslow {
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
}
.shadow {
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
.shadow_small {
  box-shadow: 0px 10px 20px 0px rgba(4, 16, 59, 0.05);
}
.shadow_big {
  box-shadow: 0px 20px 40px 0px rgba(4, 16, 59, 0.2);
}
.shadow_xsmall {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.shadow_2022 {
  box-shadow: 0px 40px 80px rgba(5, 0, 59, 0.15);
}
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - @px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #05003b;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  right: 0px;
  opacity: 0;
}
body > div:last-Child {
  /* webEdition GPL Link */
  /*  /!\ use only if reCaptcha or lightBox is not active! */
  /* 
			display: none; 
			height: 0px;
			overflow: hidden;
		*/
}
body.loaded1,
body.checkout {
  opacity: 1;
}
body.mobilenav {
  /* right: @px_width_mobilenav; */
}
body.checkout {
  background-color: #eff2f8;
  background: #f4f5f8;
  background: -moz-linear-gradient(180deg, #f4f5f8 0%, #f4f5f8 15%, #ffffff 85%, #ffffff 100%);
  background: -webkit-linear-gradient(180deg, #f4f5f8 0%, #f4f5f8 15%, #ffffff 85%, #ffffff 100%);
  background: linear-gradient(180deg, #f4f5f8 0%, #f4f5f8 15%, #ffffff 85%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f5f8", endColorstr="#ffffff", GradientType=1);
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
:focus {
  outline: 0px;
}
/* big one in keyvisual */
h1,
.h1 {
  display: block;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0px 0px 50px 0px;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.checkout h1 {
  text-shadow: none;
}
/* subhealine for each section (kinda small) */
h2,
.h2 {
  display: block;
  font-weight: 600;
  color: #067eeb;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0px 0px 25px 0px;
  text-align: center;
  text-transform: none;
  line-height: 1.2;
}
h2:empty,
.h2:empty {
  display: none;
}
/* sub subheadline in each section (bigger) */
h3,
.h3 {
  color: #05003b;
  display: block;
  font-weight: 600;
  font-size: 30px;
  margin: 0px auto 50px auto;
  max-width: 650px;
  text-align: center;
  text-transform: none;
  line-height: 1.3;
}
h3:empty,
.h3:empty {
  display: none;
}
h3.thin,
.h3.thin {
  font-weight: 400;
}
/* Headline in TEXT boxes (small) */
h4,
.h4 {
  display: block;
  color: #4f128b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0px 0px 15px 5px;
  text-transform: uppercase;
  margin: 0px;
}
/* Headline Uppercase in TEXT boxes */
h5,
.h5 {
  color: #05003b;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: 0.8px;
  margin: 0px auto 10px auto;
}
h4 a,
.h4 a,
h5 a,
.h5 a {
  color: inherit !important;
}
a {
  color: #05003b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.grid4 {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
small {
  font-size: 80%;
  color: #696689;
}
.text {
  line-height: 1.5;
}
.text b,
.text strong {
  font-weight: 600;
  letter-spacing: 0.3px;
}
.text p {
  margin: 0px 0px 25px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text a {
  color: #4f128b;
}
.text a:hover {
  text-decoration: underline;
}
.text a.button,
.text a.button_big {
  color: white;
}
.text a.button.light {
  color: #05003b;
}
.text table {
  width: 100%;
  margin: 0px 0px 15px 0px;
  border: 0px;
}
.text table td,
.text table th {
  padding: 15px 5px;
  margin: 0px;
  text-align: right;
  color: #05003b;
  font-weight: 600;
  border-bottom: 1px solid #e6e5eb;
}
.text table td:first-Child,
.text table th:first-Child {
  text-align: left;
}
.text table th {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0px 0px 15px 5px;
  text-transform: uppercase;
  display: table-cell;
  color: #4f128b;
  margin: 0px;
}
.text table th a {
  color: inherit !important;
}
.text table tr:nth-Child(odd) td {
  background-color: #f3f2f5;
}
.text table tr:nth-Child(odd) td:first-Child {
  background: #ffffff;
  background: -moz-linear-gradient(90deg, #ffffff 0%, #f3f2f5 100%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #f3f2f5 100%);
  background: linear-gradient(90deg, #ffffff 0%, #f3f2f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f3f2f5", GradientType=1);
}
.text table tr:nth-Child(odd) td:last-Child {
  background: #f3f2f5;
  background: -moz-linear-gradient(90deg, #f3f2f5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(90deg, #f3f2f5 0%, #ffffff 100%);
  background: linear-gradient(90deg, #f3f2f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f2f5", endColorstr="#ffffff", GradientType=1);
}
.center {
  text-align: center;
}
.hidden {
  display: none;
}
.blau,
.blue {
  color: #067eeb !important;
}
.violett,
.purple {
  color: #4f128b !important;
}
.violett_dunkel,
.purple_dark {
  color: #05003b !important;
}
.bigText {
  font-size: 18px;
  font-weight: 600;
}
.biggerText {
  font-size: 25px;
  font-weight: 600;
}
.biggestText {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}
.centered {
  text-align: center;
}
.small {
  font-size: 14px;
}
.xsmall {
  font-size: 12px;
}
.textgradient,
.textverlauf {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
  background: #0067e2;
  background: -moz-linear-gradient(90deg, #0067e2 0%, #4b0d88 100%);
  background: -webkit-linear-gradient(90deg, #0067e2 0%, #4b0d88 100%);
  background: linear-gradient(90deg, #0067e2 0%, #4b0d88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0067e2", endColorstr="#4b0d88", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}
button,
.button,
.button_big,
input[type="submit"] {
  display: inline-block;
  background-color: #067eeb;
  box-sizing: border-box !important;
  border: 1px solid transparent;
  padding: 0px 35px;
  line-height: 38px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: white;
  text-transform: uppercase;
  border-radius: 20px;
  position: relative;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
  /*
	&:after {
		content: "";
		position: absolute;
		top: 2px;
		left: 2px;
		bottom: 2px;
		right: 2px;
		border: 2px solid @color_2;
		border-radius: 20px;
		opacity: 1;
		.transition;
	}
	*/
}
button:hover,
.button:hover,
.button_big:hover,
input[type="submit"]:hover {
  text-decoration: none !important;
  /* background-color: darken(@color_2, 10%); */
  background-color: #0564C8;
  /*
		&:after {
			opacity: 0;
			top: -15px;
			left: -15px;
			bottom: -15px;
			right: -15px;
			border-radius: 45px;
		}
		*/
}
button.light,
.button.light,
.button_big.light,
input[type="submit"].light {
  color: #05003b;
  border: 1px solid #e6e5eb;
  background-color: white;
}
button.light:after,
.button.light:after,
.button_big.light:after,
input[type="submit"].light:after {
  display: none;
}
button.big,
.button.big,
.button_big.big,
input[type="submit"].big {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  min-width: 330px;
}
button[disabled],
.button[disabled],
.button_big[disabled],
input[type="submit"][disabled],
button[disabled="disabled"],
.button[disabled="disabled"],
.button_big[disabled="disabled"],
input[type="submit"][disabled="disabled"] {
  opacity: 0.5;
  background-color: grey;
}
button.videobutton,
.button.videobutton,
.button_big.videobutton,
input[type="submit"].videobutton {
  color: white !important;
  padding-left: 20px;
  padding-right: 50px;
}
button.videobutton:after,
.button.videobutton:after,
.button_big.videobutton:after,
input[type="submit"].videobutton:after {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(5, 0, 59, 0.2);
  background-image: url('/MEDIEN/layout/icon_playvideo.svg');
  background-size: 40%;
  background-position: 60% center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2px;
  top: 2px;
}
.button_big,
.hubspot_form input[type="submit"] {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  min-width: 330px;
}
.button.arrows {
  padding-right: 70px;
  text-align: left;
  min-width: 0px !important;
}
.button.arrows:before {
  content: "";
  width: 16px;
  height: 13px;
  background-image: url('/MEDIEN/layout/Pfeile.svg');
  position: absolute;
  right: 30px;
  top: 24px;
}
.form,
.hubspot_form {
  margin: 0px;
  padding: 0px;
  /* from jquery validation */
}
.form li,
.hubspot_form li,
.form .hs-form-field,
.hubspot_form .hs-form-field {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.form li .label,
.hubspot_form li .label,
.form .hs-form-field .label,
.hubspot_form .hs-form-field .label {
  display: none;
  margin-bottom: 3px;
  margin-left: 10px;
  font-size: 14px;
  color: #05003b;
}
.form li ::placeholder,
.hubspot_form li ::placeholder,
.form .hs-form-field ::placeholder,
.hubspot_form .hs-form-field ::placeholder {
  font-weight: 600;
  color: #05003b;
  opacity: 0.2;
}
.form li input[type="text"],
.hubspot_form li input[type="text"],
.form .hs-form-field input[type="text"],
.hubspot_form .hs-form-field input[type="text"],
.form li input[type="email"],
.hubspot_form li input[type="email"],
.form .hs-form-field input[type="email"],
.hubspot_form .hs-form-field input[type="email"],
.form li input[type="url"],
.hubspot_form li input[type="url"],
.form .hs-form-field input[type="url"],
.hubspot_form .hs-form-field input[type="url"],
.form li input[type="date"],
.hubspot_form li input[type="date"],
.form .hs-form-field input[type="date"],
.hubspot_form .hs-form-field input[type="date"],
.form li input[type="web"],
.hubspot_form li input[type="web"],
.form .hs-form-field input[type="web"],
.hubspot_form .hs-form-field input[type="web"],
.form li input[type="tel"],
.hubspot_form li input[type="tel"],
.form .hs-form-field input[type="tel"],
.hubspot_form .hs-form-field input[type="tel"],
.form li input[type="file"],
.hubspot_form li input[type="file"],
.form .hs-form-field input[type="file"],
.hubspot_form .hs-form-field input[type="file"],
.form li textarea,
.hubspot_form li textarea,
.form .hs-form-field textarea,
.hubspot_form .hs-form-field textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0px 15px;
  font-size: 15px;
  height: 58px;
  line-height: 58px;
  background-color: #f4f5f8;
  border: 1px solid #cbcbd4;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.form li input[type="text"]:focus,
.hubspot_form li input[type="text"]:focus,
.form .hs-form-field input[type="text"]:focus,
.hubspot_form .hs-form-field input[type="text"]:focus,
.form li input[type="email"]:focus,
.hubspot_form li input[type="email"]:focus,
.form .hs-form-field input[type="email"]:focus,
.hubspot_form .hs-form-field input[type="email"]:focus,
.form li input[type="url"]:focus,
.hubspot_form li input[type="url"]:focus,
.form .hs-form-field input[type="url"]:focus,
.hubspot_form .hs-form-field input[type="url"]:focus,
.form li input[type="date"]:focus,
.hubspot_form li input[type="date"]:focus,
.form .hs-form-field input[type="date"]:focus,
.hubspot_form .hs-form-field input[type="date"]:focus,
.form li input[type="web"]:focus,
.hubspot_form li input[type="web"]:focus,
.form .hs-form-field input[type="web"]:focus,
.hubspot_form .hs-form-field input[type="web"]:focus,
.form li input[type="tel"]:focus,
.hubspot_form li input[type="tel"]:focus,
.form .hs-form-field input[type="tel"]:focus,
.hubspot_form .hs-form-field input[type="tel"]:focus,
.form li input[type="file"]:focus,
.hubspot_form li input[type="file"]:focus,
.form .hs-form-field input[type="file"]:focus,
.hubspot_form .hs-form-field input[type="file"]:focus,
.form li textarea:focus,
.hubspot_form li textarea:focus,
.form .hs-form-field textarea:focus,
.hubspot_form .hs-form-field textarea:focus {
  outline: 0px;
}
.form li input[type="text"].error,
.hubspot_form li input[type="text"].error,
.form .hs-form-field input[type="text"].error,
.hubspot_form .hs-form-field input[type="text"].error,
.form li input[type="email"].error,
.hubspot_form li input[type="email"].error,
.form .hs-form-field input[type="email"].error,
.hubspot_form .hs-form-field input[type="email"].error,
.form li input[type="url"].error,
.hubspot_form li input[type="url"].error,
.form .hs-form-field input[type="url"].error,
.hubspot_form .hs-form-field input[type="url"].error,
.form li input[type="date"].error,
.hubspot_form li input[type="date"].error,
.form .hs-form-field input[type="date"].error,
.hubspot_form .hs-form-field input[type="date"].error,
.form li input[type="web"].error,
.hubspot_form li input[type="web"].error,
.form .hs-form-field input[type="web"].error,
.hubspot_form .hs-form-field input[type="web"].error,
.form li input[type="tel"].error,
.hubspot_form li input[type="tel"].error,
.form .hs-form-field input[type="tel"].error,
.hubspot_form .hs-form-field input[type="tel"].error,
.form li input[type="file"].error,
.hubspot_form li input[type="file"].error,
.form .hs-form-field input[type="file"].error,
.hubspot_form .hs-form-field input[type="file"].error,
.form li textarea.error,
.hubspot_form li textarea.error,
.form .hs-form-field textarea.error,
.hubspot_form .hs-form-field textarea.error {
  /* border-color: rgba(53, 12, 118, 0.05); */
}
.form li input[type="text"].valid,
.hubspot_form li input[type="text"].valid,
.form .hs-form-field input[type="text"].valid,
.hubspot_form .hs-form-field input[type="text"].valid,
.form li input[type="email"].valid,
.hubspot_form li input[type="email"].valid,
.form .hs-form-field input[type="email"].valid,
.hubspot_form .hs-form-field input[type="email"].valid,
.form li input[type="url"].valid,
.hubspot_form li input[type="url"].valid,
.form .hs-form-field input[type="url"].valid,
.hubspot_form .hs-form-field input[type="url"].valid,
.form li input[type="date"].valid,
.hubspot_form li input[type="date"].valid,
.form .hs-form-field input[type="date"].valid,
.hubspot_form .hs-form-field input[type="date"].valid,
.form li input[type="web"].valid,
.hubspot_form li input[type="web"].valid,
.form .hs-form-field input[type="web"].valid,
.hubspot_form .hs-form-field input[type="web"].valid,
.form li input[type="tel"].valid,
.hubspot_form li input[type="tel"].valid,
.form .hs-form-field input[type="tel"].valid,
.hubspot_form .hs-form-field input[type="tel"].valid,
.form li input[type="file"].valid,
.hubspot_form li input[type="file"].valid,
.form .hs-form-field input[type="file"].valid,
.hubspot_form .hs-form-field input[type="file"].valid,
.form li textarea.valid,
.hubspot_form li textarea.valid,
.form .hs-form-field textarea.valid,
.hubspot_form .hs-form-field textarea.valid {
  background-color: white;
}
.form li textarea,
.hubspot_form li textarea,
.form .hs-form-field textarea,
.hubspot_form .hs-form-field textarea {
  border: 1px solid #cbcbd4;
  border-radius: 8px;
  height: auto;
  min-height: 100px;
  padding: 15px;
  line-height: 1.2;
}
.form li input[type="file"],
.hubspot_form li input[type="file"],
.form .hs-form-field input[type="file"],
.hubspot_form .hs-form-field input[type="file"] {
  padding-top: 15px;
  padding-bottom: 20px;
  line-height: 20px;
  font-size: 95%;
}
.form li input[type="radio"],
.hubspot_form li input[type="radio"],
.form .hs-form-field input[type="radio"],
.hubspot_form .hs-form-field input[type="radio"],
.form li input[type="checkbox"],
.hubspot_form li input[type="checkbox"],
.form .hs-form-field input[type="checkbox"],
.hubspot_form .hs-form-field input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div,
.hubspot_form li.radio .field > div,
.form .hs-form-field.radio .field > div,
.hubspot_form .hs-form-field.radio .field > div,
.form li.checkbox .field > div,
.hubspot_form li.checkbox .field > div,
.form .hs-form-field.checkbox .field > div,
.hubspot_form .hs-form-field.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label,
.hubspot_form li.radio label,
.form .hs-form-field.radio label,
.hubspot_form .hs-form-field.radio label,
.form li.checkbox label,
.hubspot_form li.checkbox label,
.form .hs-form-field.checkbox label,
.hubspot_form .hs-form-field.checkbox label {
  margin-left: 22px;
  display: block;
  font-weight: 400;
  color: #05003b;
}
.form li select,
.hubspot_form li select,
.form .hs-form-field select,
.hubspot_form .hs-form-field select {
  height: 58px;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 15px;
  border: 1px solid #cbcbd4;
  /* background-color: @color_bg; */
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('/MEDIEN/layout/keyboard_arrow_down-24px1x.svg');
  background-size: auto 15;
  background-position: 97% center;
  background-repeat: no-repeat;
}
.form li select.valid,
.hubspot_form li select.valid,
.form .hs-form-field select.valid,
.hubspot_form .hs-form-field select.valid {
  background-color: white;
}
.form label.error,
.hubspot_form label.error,
.form .hs-error-msgs,
.hubspot_form .hs-error-msgs {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  position: absolute;
  top: 22px;
  right: 10px;
  max-width: 230px;
  background-color: rgba(244, 245, 248, 0.7);
  text-align: right;
  color: #d00543;
  pointer-events: none;
}
.form li.checkbox label.error,
.hubspot_form li.checkbox label.error {
  /* checkbox error labels */
  top: -15px;
  color: #d00543;
}
.form label.error:before,
.hubspot_form label.error:before {
  content: '!';
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  background-color: #d00543;
  color: white;
  display: inline-block;
  margin-right: 5px;
}
.form .req,
.hubspot_form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #4f128b;
}
.form .hint,
.hubspot_form .hint {
  max-width: 60%;
  color: #b6b4c1;
  font-size: 12px;
  line-height: 1.6;
}
.form .hidden,
.hubspot_form .hidden {
  display: none;
}
.form .g-recaptcha,
.hubspot_form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text,
.hubspot_form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
/* HUBSPOT forms */
.hubspot_form .hs_error_rollup {
  display: none !important;
}
.hubspot_form .legal-consent-container .hs-error-msgs label {
  color: #d00543 !important;
}
.hubspot_form .legal-consent-container {
  margin-top: 20px;
}
.hubspot_form .hs-form-field > label {
  text-transform: none;
  padding-bottom: 3px;
  display: block;
  font-size: 12px;
  color: #696689;
}
.hubspot_form .hs-form-field .inputs-list {
  margin: 0px;
  padding: 0px;
}
.hubspot_form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 5px;
  top: auto;
  bottom: 35px;
  border-radius: 3px;
}
.hubspot_form .hs-form-field .hs-error-msgs {
  top: 38px;
}
.hubspot_form .hs-form-field .hs-error-msgs li {
  padding: 0px;
}
.hubspot_form .actions {
  text-align: center;
}
.hubspot_form input[type="submit"] {
  margin: auto;
  width: 100%;
}
.hubspot_form .legal-consent-container label {
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.4;
  color: #696689;
}
#wrapper {
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
.inner {
  max-width: 94%;
  width: 1080px;
  margin: auto;
  position: relative;
}
.outer {
  max-width: 96%;
  width: 1300px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 30px 0px;
  /* background-color: rgba(255,255,255,0.8); */
  background-color: white;
  border-bottom: 1px solid transparent;
  z-index: 10;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.frontpage #header {
  transform: translateY(-100px);
  opacity: 0;
}
.loaded3.frontpage #header {
  transform: translateY(0px);
  opacity: 1;
}
.scrolled #header {
  padding: 20px 0px;
  border-bottom: 1px solid #e6e5eb;
}
.checkout #header,
.checkout.scrolled #header {
  position: absolute;
  background-color: transparent;
  border: 0px;
}
.mobilenav #header {
  border-bottom: 1px solid #e6e5eb;
}
#logo {
  float: left;
  display: block;
  max-width: 50%;
  /* line-height: 40px; */
  line-height: 36px;
}
#logo img {
  display: inline-block;
  vertical-align: middle;
}
#mainmenu {
  float: right;
}
.checkout #mainmenu {
  display: none;
}
#checkout_cancel {
  float: right;
  display: none;
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  width: 300px;
  max-width: 50%;
  overflow: hidden;
  text-align: right;
}
#checkout_cancel .label {
  position: absolute;
  right: -300px;
  width: 300px;
  top: 13px;
  text-align: right;
  z-index: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: uppercase;
  color: #b6b4c1;
  font-size: 14px;
}
#checkout_cancel .ic {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: black;
  background-color: #e6e5ec;
}
#checkout_cancel:hover .label {
  right: 48px;
}
.checkout #checkout_cancel {
  display: block;
}
#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  /* gets handled via javascript */
  /*
	li.lvl1:hover > .submenu {
		display: block;
	}
	*/
}
#nav li.lvl1 {
  list-style-type: none;
  display: inline-block;
  /* margin: 0px 12px; */
  margin: 0px 10px;
}
#nav li.lvl1.hasSubs:after {
  content: '\f107';
  font-family: "fontello_mg";
  color: #067eeb;
  display: inline;
}
#nav li.lvl1 > a {
  color: #05003b;
  display: inline-block;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  z-index: 8;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#nav li.lvl1 > a.active {
  color: #067eeb;
  /*
			&:after {
				content: "";
				position: absolute;
				bottom: 1px;
				left: 0px;
				width: 100%;
				height: 3px;
				background-color: @color_1;
			}
			*/
}
#nav li.lvl1:hover a,
#nav li.lvl1.hover a {
  color: #067eeb;
  text-decoration: none;
}
#nav li.lvl1:first-Child .submenu {
  column-count: 4;
}
#nav .submenu {
  /* padding: 30px @px_padding*2 30px 0; */
  padding: 30px 30px 30px 0;
  margin: 0px 0px 0px 0px;
  display: none;
  position: absolute;
  z-index: 5;
  text-align: left;
  background-color: transparent;
  min-width: 250px;
  max-width: 900px;
  min-height: 90px;
  opacity: 0;
}
#nav .submenu:before {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  width: 100%;
  height: 50px;
  top: -50px;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  padding: 0px 30px 0px 0px;
  line-height: 30px;
  display: block;
  color: #05003b;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#nav .submenu li.lvl2 a.active {
  /* font-weight: 600; */
  color: #067eeb;
}
#nav .submenu li.lvl2 a:hover {
  text-decoration: none;
  color: #067eeb;
}
#subnav_helper {
  box-shadow: 0px 25px 20px 0px rgba(4, 16, 59, 0.1);
  background-color: white;
  display: none;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: calc(100%);
  width: 100%;
  height: 150px;
  /*
	&:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		height: 20px;
		left: 0px;
		top: -20px;
		width: 100%;
		background-color: white;
	}
	*/
}
#buttonnav {
  margin: 0px 0px 0px 60px;
  margin-left: 10px;
  padding: 0px;
  text-align: center;
  display: inline-block;
}
#buttonnav li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 0px;
}
#buttonnav li a {
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 14px;
  text-transform: uppercase;
}
#buttonnav li .button {
  /*
			margin-left: 24px;
			padding: 0px 25px;
			*/
  margin-left: 10px;
  padding: 0px 25px;
}
#nav_footer {
  margin: 0px;
  padding: 0px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.8px;
  display: flex;
  justify-content: left;
  align-items: top;
  flex-wrap: nowrap;
}
#nav_footer li.lvl1 {
  list-style-type: none;
  /* float: left; */
  text-align: left;
  /* margin-right: @px_gutter; */
  width: 25%;
}
#nav_footer li.lvl1 > a {
  color: #067eeb;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
#nav_footer li.lvl1 > a:hover {
  text-decoration: none;
}
#nav_footer li.langnav {
  margin-left: auto;
  text-align: right;
}
#nav_footer .sub {
  padding: 0px;
  margin: 0px;
}
#nav_footer .sub li {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav_footer .sub li a {
  color: white;
  display: block;
  text-transform: uppercase;
  padding: 5px 0px;
  font-weight: 300;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#nav_footer .sub li a:hover {
  text-decoration: none;
  color: #067eeb;
}
#nav_footer .sub li.langnavitem a {
  color: rgba(255, 255, 255, 0.3);
}
#nav_footer .sub li.langnavitem a.active {
  color: white;
  text-decoration: none;
}
#mobilemenu {
  display: none;
}
#getStartedMobile {
  position: absolute;
  /*
	right: 85px;
	top: 18px;
	*/
  left: 30px;
  top: 18px;
  line-height: 30px;
  border-radius: 15px;
  padding: 0px 20px;
}
.checkout #getStartedMobile {
  /* display: none; */
}
#mobilmenu_trigger {
  position: absolute;
  z-index: 11;
  right: 20px;
  top: 23px;
  cursor: pointer;
  font-size: 30px;
}
#mobilmenu_trigger span {
  display: block;
  height: 2px;
  width: 26px;
  background-color: #696689;
  margin: 4px 0px;
  transform: translateX(0) translateY(0);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 1;
  border-radius: 1px;
  /*
		&.line1 { background-color: #A4D3FD; }
		&.line2 { background-color: @color_2;}
		&.line3 { background-color: black;}
		*/
}
.mobilenav #mobilmenu_trigger span.line1 {
  transform: translateY(6px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger span.line2 {
  opacity: 0;
  transform: scale(5);
}
.mobilenav #mobilmenu_trigger span.line3 {
  transform: translateY(-6px) rotate(-45deg);
}
.checkout #mobilmenu_trigger {
  display: none;
}
#mobilemenu_container {
  display: none;
  box-sizing: border-box;
  padding-top: 80px;
  z-index: 10;
  position: fixed;
  height: 100vh;
  top: 0px;
  right: -300px;
  width: 300px;
  overflow: auto;
  background-color: white;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#mobilemenu_container #mobilenav_logo {
  display: none;
}
.mobilenav #mobilemenu_container {
  right: 0px;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
#mobilemenu_overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0px;
  background-color: transparent;
}
.mobilenav #mobilemenu_overlay {
  display: block;
  z-index: 9;
}
#nav_mobile {
  margin: 0px;
  padding: 0px;
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
}
#nav_mobile li > a {
  color: #05003b;
  display: block;
  line-height: 30px;
  padding: 0px 15px 0px 30px;
  letter-spacing: 0.8px;
  position: relative;
  z-index: 8;
  font-weight: 400;
  font-size: 20px;
}
#nav_mobile li > a.active {
  color: #067eeb;
}
#nav_mobile ul {
  margin: 0px;
  padding: 0px 15px 5px 30px;
}
#nav_mobile li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav_mobile li.lvl2 > a {
  padding: 0px 0px 0px 10px;
  line-height: 32px;
  display: block;
  color: #696689;
  font-weight: 400;
}
#nav_mobile li.lvl2 a.active {
  color: #067eeb;
}
#nav_mobile li.lvl2 a:hover {
  text-decoration: underline;
}
#nav_mobile_meta {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px;
}
#nav_mobile_meta li {
  list-style-type: none;
  padding: 0px 30px;
}
#nav_mobile_meta li a {
  display: block;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #696689;
  letter-spacing: 0.5px;
}
#social_icons_mobile {
  margin: 30px -5px 0px -5px;
  padding: 0px 15px 0px 30px;
}
#social_icons_mobile a {
  float: left;
  display: block;
  margin: 0px 5px;
  border-radius: 50%;
  color: white;
  background-color: #696689;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 5;
  left: 10px;
  bottom: 10px;
  width: 650px;
  max-width: calc(100% - 20px);
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
  padding: 15px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 90%;
}
#cookiehint a.readmore {
  color: #4f128b;
  text-decoration: underline;
}
#cookiehint .button {
  margin: 10px 10px 0px 0px;
  color: inherit;
}
#cookiehint .cookie_save {
  background-color: transparent;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: white;
}
#page {
  position: relative;
  margin-bottom: 120px;
  padding-top: 101px;
  /* = height of header */
}
.keyvisual_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
.keyvisual_wrapper.size_wide {
  overflow: visible;
}
#keyvisual {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  padding-bottom: 45%;
  background: #e1e5f2;
  background: -moz-linear-gradient(180deg, #e1e5f2 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #e1e5f2 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #e1e5f2 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e5f2", endColorstr="#ffffff", GradientType=1);
}
#keyvisual.hideBGcolor {
  background: none;
}
#keyvisual.size_big {
  padding-bottom: 55%;
}
#keyvisual.size_none {
  display: none;
}
#keyvisual img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0);
}
#keyvisual.size_wide {
  padding-bottom: 55%;
}
#keyvisual.size_wide img {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
.loaded1 #keyvisual {
  opacity: 1;
}
#keyvisual_shape1,
.runningtext_shape1 {
  position: absolute;
  z-index: 2;
  background-image: url('/MEDIEN/layout/Blau.png');
  background-repeat: no-repeat;
  background-size: contain;
  top: -20px;
  right: 15%;
  width: 50%;
  height: 100%;
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.loaded1 #keyvisual_shape1,
.runningtext_shape1 {
  opacity: 0.4;
  transform: translateX(0px);
}
#keyvisual_shape2,
.runningtext_shape2 {
  position: absolute;
  z-index: 2;
  background-image: url('/MEDIEN/layout/Lila.png');
  background-repeat: no-repeat;
  background-size: contain;
  top: -40px;
  right: 3%;
  width: 50%;
  height: 100%;
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.9s ease;
}
.loaded2 #keyvisual_shape2,
.runningtext_shape2 {
  opacity: 0.2;
  transform: translateX(0px);
}
/* stripes a bit lighter */
.loaded1 .size_wide #keyvisual_shape1 {
  opacity: 0.15;
}
.loaded2 .size_wide #keyvisual_shape2 {
  opacity: 0.1;
}
.checkout #keyvisual {
  display: none;
}
.checkout #content {
  padding-top: 0px;
}
.runningtext_wrapper,
#keyvisual_start {
  text-align: center;
}
.runningtext_wrapper .runningtext_container,
#keyvisual_start .runningtext_container,
.runningtext_wrapper #keyvisual_container,
#keyvisual_start #keyvisual_container {
  position: relative;
}
.runningtext_wrapper .runningtext_container .buttoncontainer,
#keyvisual_start .runningtext_container .buttoncontainer,
.runningtext_wrapper #keyvisual_container .buttoncontainer,
#keyvisual_start #keyvisual_container .buttoncontainer {
  position: absolute;
  z-index: 3;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: -27px;
}
.runningtext_wrapper .runningtext_image,
#keyvisual_start .runningtext_image,
.runningtext_wrapper #start_keyvisual_image,
#keyvisual_start #start_keyvisual_image {
  /* opacity: 0; */
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
  z-index: 1;
}
.runningtext_wrapper .runningtext_image .runningtext_media,
#keyvisual_start .runningtext_image .runningtext_media,
.runningtext_wrapper #start_keyvisual_image .runningtext_media,
#keyvisual_start #start_keyvisual_image .runningtext_media {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
}
.runningtext_wrapper .runningtext_image img,
#keyvisual_start .runningtext_image img,
.runningtext_wrapper #start_keyvisual_image img,
#keyvisual_start #start_keyvisual_image img,
.runningtext_wrapper .runningtext_image video,
#keyvisual_start .runningtext_image video,
.runningtext_wrapper #start_keyvisual_image video,
#keyvisual_start #start_keyvisual_image video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.runningtext_wrapper .runningtext_text,
#keyvisual_start .runningtext_text,
.runningtext_wrapper #start_runningtext,
#keyvisual_start #start_runningtext,
.runningtext_wrapper #start_runningtext_behind,
#keyvisual_start #start_runningtext_behind {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0%;
  width: 100%;
  overflow: hidden;
  color: #067eeb;
  font-weight: 100;
  font-size: 300px;
  text-transform: uppercase;
  /* opacity: 0; */
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.runningtext_wrapper .runningtext_text .marquee,
#keyvisual_start .runningtext_text .marquee,
.runningtext_wrapper #start_runningtext .marquee,
#keyvisual_start #start_runningtext .marquee,
.runningtext_wrapper #start_runningtext_behind .marquee,
#keyvisual_start #start_runningtext_behind .marquee {
  line-height: 70vh;
  position: relative;
  display: block;
  white-space: nowrap;
  /*
			left: 50%;
			width: 100vw;
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);	
			transform: translateX(-50%);
			*/
  -moz-animation: marquee_anim 40s linear infinite;
  -webkit-animation: marquee_anim 40s linear infinite;
  animation: marquee_anim 40s linear infinite;
}
.runningtext_wrapper .runningtext_text .outer,
#keyvisual_start .runningtext_text .outer,
.runningtext_wrapper #start_runningtext .outer,
#keyvisual_start #start_runningtext .outer,
.runningtext_wrapper #start_runningtext_behind .outer,
#keyvisual_start #start_runningtext_behind .outer {
  overflow: hidden;
}
.runningtext_wrapper .runningtext_text.behind,
#keyvisual_start .runningtext_text.behind,
.runningtext_wrapper #start_runningtext_behind,
#keyvisual_start #start_runningtext_behind {
  z-index: 0;
  color: #4f128b;
}
/*
.loaded1 #keyvisual_start #start_keyvisual_image {
	opacity: 1;
}
.loaded1 #keyvisual_start #start_runningtext,
.loaded1 #keyvisual_start #start_runningtext_behind {
	opacity: 1;
}
*/
@keyframes marquee_anim {
  0% {
    -moz-transform: translateX(0%);
    /* Firefox bug fix */
    -webkit-transform: translateX(0%);
    /* Firefox bug fix */
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-400%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-400%);
    /* Firefox bug fix */
    transform: translateX(-400%);
  }
}
#content {
  padding-top: 50px;
  overflow: hidden;
  width: 100%;
}
.frontpage #content {
  padding-top: 30px;
}
.frontpage #introcontainer .introcontainer.text_gradient #headline {
  padding-top: 0px;
}
#footer {
  padding: 60px 0px 0px 0px;
  color: white;
  background-color: #060323;
  position: relative;
}
#footer:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #060323;
  height: 30px;
  bottom: -30px;
  left: 0px;
  width: 100%;
}
#footer a {
  color: white;
}
#footer_end {
  padding: 30px 0px 0px 0px;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer_end #logo_footer {
  float: left;
  line-height: 40px;
}
#footer_end #logo_footer img {
  vertical-align: middle;
}
#footer_end .social_icons {
  float: right;
}
#footer_end .social_icons a,
#socialbar_fixed .social_icons a,
.news_author .social_icons a {
  float: left;
  display: block;
  margin: 0px 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
#footer_end .social_icons a .ic,
#socialbar_fixed .social_icons a .ic,
.news_author .social_icons a .ic {
  font-size: 20px;
}
#footer_service {
  background-color: #4f128b;
  color: white;
  position: relative;
}
#footer_service:after {
  content: "";
  display: block;
  background-image: url('/MEDIEN/layout/StreifenGrafik_Intensiver.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
#footer_service .container {
  padding: 27vh 0px;
  text-align: center;
  margin: auto;
  max-width: 800px;
  width: 90%;
}
#footer_service .img {
  display: block;
  margin-bottom: 20px;
}
#footer_service .line1 {
  display: block;
  max-width: 90%;
  margin: auto;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.1;
  color: #067eeb;
}
#footer_service .line1,
#footer_service .line2 {
  display: block;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 600;
}
#footer_service .button {
  margin-top: 60px;
}
.checkout #footer > *,
.checkout #footer_service {
  display: none;
}
#footer_newsletter {
  float: right;
}
#footer_newsletter .label {
  float: left;
  color: #067eeb;
  display: inline-block;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
#footer_newsletter .label .ic {
  color: white;
  font-size: 130%;
}
#footer_newsletter .label .ic:last-Child {
  color: rgba(255, 255, 255, 0.6);
  margin-left: -20px;
}
#footer_newsletter form {
  display: inline-block;
}
#footer_newsletter li {
  float: left;
  margin: 0px;
  padding: 0px;
  width: auto;
}
#footer_newsletter .nl_email {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  height: 40px;
  position: relative;
  right: -50px;
  z-index: 0;
  color: white;
  padding: 0px 20px;
  width: 200px;
}
#footer_newsletter button {
  position: relative;
  z-index: 1;
}
.main {
  float: left;
  width: calc(60% - 15px);
}
.sidebar {
  float: right;
  width: calc(40% - 15px);
}
.section {
  position: relative;
  z-index: 2;
  padding: 75px 0px;
}
.section.nomargin {
  margin-bottom: -75px;
  padding-bottom: 50px;
}
/*
.frontpage #introcontainer {
	display: none;
}
*/
#headline {
  display: block;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.loaded2 #headline,
.loaded2 #introcontainer .introcontainer.standard .content .text {
  opacity: 1;
}
#introcontainer {
  position: relative;
  z-index: 2;
  display: block;
  /* == Standard Container */
  /* == Standard Container */
  /* == PREISE == */
  /* == ICON == */
  /* == Hide Headline?*/
}
#introcontainer .introcontainer.standard {
  position: relative;
  padding-bottom: 45%;
}
#introcontainer .introcontainer.standard .contenttable {
  display: table;
  position: absolute;
  top: 0px;
  height: 100%;
  padding: 0px 15%;
  width: 70%;
}
#introcontainer .introcontainer.standard .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  height: 100%;
}
#introcontainer .introcontainer.standard .content #headline {
  display: inline-block;
}
#introcontainer .introcontainer.standard .content h1 {
  display: inline-block;
  margin-bottom: 25px;
}
#introcontainer .introcontainer.standard .content .text {
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#introcontainer.size_big .introcontainer.standard {
  padding-bottom: 55%;
}
#introcontainer .introcontainer.priceboxes {
  padding-bottom: 50px;
}
#introcontainer .introcontainer.priceboxes #headline {
  padding: 12% 0px 12% 0px;
}
#introcontainer .introcontainer.priceboxes #headline h1 {
  margin: 0px;
}
#introcontainer .introcontainer.introicon {
  text-align: center;
  margin-bottom: -30px;
}
#introcontainer .introcontainer.introicon #headline {
  padding: 90px 0px 0px 0px;
}
#introcontainer .introcontainer.introicon #headline h1 {
  color: #05003b;
  text-shadow: none;
  font-weight: 400;
}
#introcontainer .introcontainer.introicon .iconimg {
  margin: auto;
}
#introcontainer .introcontainer.introicon .icon {
  border-radius: 50%;
  border: 10px solid white;
  box-shadow: 0px 3px 5px 0px rgba(4, 16, 59, 0.3);
  background-color: #eff2f8;
  width: 150px;
  height: 150px;
  margin: auto;
  background: #e7f1fd;
  background: -moz-linear-gradient(135deg, #e7f1fd 0%, #ece9f6 100%);
  background: -webkit-linear-gradient(135deg, #e7f1fd 0%, #ece9f6 100%);
  background: linear-gradient(135deg, #e7f1fd 0%, #ece9f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7f1fd", endColorstr="#ece9f6", GradientType=1);
  opacity: 0;
  transform: scale(2);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#introcontainer .introcontainer.introicon .icon span {
  font-size: 80px;
  line-height: 150px;
  color: #067eeb;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
#introcontainer .introcontainer.video #headline {
  padding: 90px 0px 60px 0px;
}
#introcontainer .introcontainer.video #headline h1 {
  color: #05003b;
  text-shadow: none;
  font-weight: 400;
}
#introcontainer .introcontainer.video .videocontainer {
  display: block;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#introcontainer .introcontainer.video .videocontainer video {
  width: 100%;
}
#introcontainer .introcontainer.empty #headline {
  padding: 8% 0px 0px 0px;
  margin-bottom: -100px;
}
#introcontainer .introcontainer.text_gradient #headline {
  padding: 8% 0px 0px 0px;
}
#introcontainer .introcontainer.text_gradient h1 {
  font-weight: 700;
  margin: auto;
  text-align: center;
  max-width: 800px;
}
#introcontainer.hideHeadline #headline {
  color: transparent;
  opacity: 0;
}
.loaded1 #introcontainer .introcontainer.introicon .icon {
  transform: scale(1);
  opacity: 1;
}
/* == 3 Icons == */
#introcontainer .introcontainer.introicons,
.section.text_3grid_bigicons .introicons {
  text-align: center;
  /* margin-bottom: -40px; */
  counter-reset: iconcount;
}
#introcontainer .introcontainer.introicons #headline,
.section.text_3grid_bigicons .introicons #headline {
  padding: 90px 0px 0px 0px;
}
#introcontainer .introcontainer.introicons #headline h1,
.section.text_3grid_bigicons .introicons #headline h1 {
  color: #05003b;
  text-shadow: none;
  font-weight: 400;
}
#introcontainer .introcontainer.introicons .iconimg,
.section.text_3grid_bigicons .introicons .iconimg {
  display: block;
  margin: 0px auto 20px auto;
  position: relative;
  counter-increment: iconcount;
}
#introcontainer .introcontainer.introicons .iconimg:before,
.section.text_3grid_bigicons .introicons .iconimg:before {
  content: counter(iconcount);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  top: 50%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  width: 100%;
  font-size: 50px;
  font-weight: 600;
  color: #067eeb;
}
#introcontainer .introcontainer.introicons .iconimg:after,
.section.text_3grid_bigicons .introicons .iconimg:after {
  content: "";
  width: 180px;
  position: absolute;
  z-index: -1;
  top: 50%;
  height: 30px;
  margin-top: -15px;
  right: -90px;
  background-image: url('/MEDIEN/layout/PfeileLang.svg');
  background-size: contain;
  background-repeat: repeat-x;
  height: 50px;
  animation: arrowsAnimation 6s linear infinite;
  -webkit-animation: arrowsAnimation 6s linear infinite;
}
#introcontainer .introcontainer.introicons .grid3:last-Child .iconimg:after,
.section.text_3grid_bigicons .introicons .grid3:last-Child .iconimg:after {
  display: none;
}
#introcontainer .introcontainer.introicons .text,
.section.text_3grid_bigicons .introicons .text {
  margin: auto;
  max-width: 90%;
  width: 250px;
  color: #696689;
}
@-webkit-keyframes arrowsAnimation {
  from {
    background-position: 0% 0;
  }
  to {
    background-position: 145px 0;
  }
}
/* functions page */
.doc_419 #keyvisual {
  /*
	background-color: @color_1;
	background: @color_1;
	*/
}
#minibasket {
  margin-bottom: 30px;
}
#minibasket .basketitem {
  display: block;
  border-radius: 8px;
  background-color: white;
  padding: 15px 30px;
  margin-bottom: 5px;
  box-shadow: 0px 10px 20px 0px rgba(4, 16, 59, 0.05);
  line-height: 20px;
  position: relative;
}
#minibasket .basketitem .left {
  float: left;
  padding-right: 30px;
}
#minibasket .basketitem .right {
  float: right;
}
#minibasket .basketitem .price {
  width: 100px;
  text-align: right;
}
#minibasket .basketitem .total {
  font-weight: 600;
  color: #05003b;
}
#minibasket .basketitem .title {
  font-weight: 600;
}
#minibasket .basketitem form {
  display: inline;
}
#minibasket .basketitem .removeItem {
  width: 30px;
  height: 17px;
  position: relative;
  margin-left: 2px;
}
#minibasket .basketitem .removeItem a {
  position: absolute;
  right: -15px;
  top: -6px;
  height: 30px;
  width: 30px;
  display: inline-block;
  background-color: #067eeb;
  border-radius: 50%;
  text-align: center;
  color: white;
}
#minibasket .basketitem .removeItem a span {
  font-size: 19px;
  line-height: 30px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#minibasket .summary {
  text-align: right;
  padding: 15px 30px;
}
#minibasket .summary .h4 {
  padding: 0px;
}
#minibasket .summary table {
  display: inline-block;
}
#minibasket .summary .total {
  font-weight: 600;
  color: #4f128b;
}
#minibasket .minibasket_options {
  padding-top: 20px;
}
#minibasket .minibasket_options .button {
  float: none;
}
#minibasket select {
  padding: 0px 0px 0px 5px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #e6e5eb;
  height: 22px;
}
#basket_voucher {
  text-align: left;
}
#basket_voucher .voucherInput {
  display: inline-block;
  z-index: -1;
  height: 38px;
  padding-left: 20px;
  position: relative;
  border: 0px;
  background-color: rgba(53, 12, 118, 0.4);
  border-radius: 19px;
  z-index: 0;
  color: #05003b;
  width: 170px;
}
#basket_voucher .button {
  display: inline-block;
  position: relative;
  left: -40px;
  line-height: 38px;
  z-index: 1;
}
#basket_voucher ::placeholder {
  color: #05003b;
}
#products_list_wrapper {
  position: relative;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
#products_list_wrapper.animated {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.checkout #products_list_wrapper {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#products_list,
.boxes2grid {
  margin: 0px -15px 60px -15px;
  position: relative;
}
#products_list .product,
.boxes2grid .product,
#products_list .box,
.boxes2grid .box {
  display: block;
  float: left;
  width: calc(33.33% -  30px);
  margin: 0px 15px 30px 15px;
  border-radius: 8px;
  /* border: 1px solid @color_border; */
  text-align: center;
  position: relative;
  z-index: 0;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
  /*
		&:nth-Child(1) { transition: transform 0.6s ease 0s, box-shadow 0.1s ease 0s; }
		&:nth-Child(2) { transition: transform 0.6s ease 0.2s, box-shadow 0.1s ease 0s; }
		&:nth-Child(3) { transition: transform 0.6s ease 0.4s, box-shadow 0.1s ease 0s; }
		*/
}
#products_list .product:hover,
.boxes2grid .product:hover,
#products_list .box:hover,
.boxes2grid .box:hover {
  text-decoration: none !important;
}
#products_list .product .selectedBox,
.boxes2grid .product .selectedBox,
#products_list .box .selectedBox,
.boxes2grid .box .selectedBox {
  position: absolute;
  z-index: -1;
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -40px;
  border-radius: 8px 8px 16px 16px;
  background-color: #067eeb;
}
#products_list .product .selectedBox span,
.boxes2grid .product .selectedBox span,
#products_list .box .selectedBox span,
.boxes2grid .box .selectedBox span {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
#products_list .product .head,
.boxes2grid .product .head,
#products_list .box .head,
.boxes2grid .box .head {
  background-color: #4f128b;
  color: white;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  text-transform: uppercase;
}
#products_list .product .head .title,
.boxes2grid .product .head .title,
#products_list .box .head .title,
.boxes2grid .box .head .title {
  font-size: 18px;
  padding: 30px 0px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
}
#products_list .product .head .subline,
.boxes2grid .product .head .subline,
#products_list .box .head .subline,
.boxes2grid .box .head .subline {
  font-weight: 400;
  letter-spacing: 0.6px;
  background-color: #420f74;
  padding: 10px 30px;
  font-size: 12px;
}
#products_list .product .content,
.boxes2grid .product .content,
#products_list .box .content,
.boxes2grid .box .content {
  background-color: white;
  padding: 30px;
}
#products_list .product .shortdesc,
.boxes2grid .product .shortdesc,
#products_list .box .shortdesc,
.boxes2grid .box .shortdesc {
  font-weight: 600;
  color: #05003b;
}
#products_list .product .price,
.boxes2grid .product .price,
#products_list .box .price,
.boxes2grid .box .price {
  font-weight: 400;
  font-size: 50px;
  white-space: nowrap;
}
#products_list .product .priceinfo,
.boxes2grid .product .priceinfo,
#products_list .box .priceinfo,
.boxes2grid .box .priceinfo {
  color: #696689;
  font-size: 70%;
  margin: 15px auto;
}
#products_list .product .detaillink,
.boxes2grid .product .detaillink,
#products_list .box .detaillink,
.boxes2grid .box .detaillink {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #e6e5ec;
  border-top: 1px solid rgba(5, 0, 59, 0.05);
  border-radius: 0px 0px 8px 8px;
  padding: 23px 0px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#products_list .product:hover > .detaillink,
.boxes2grid .product:hover > .detaillink,
#products_list .box:hover > .detaillink,
.boxes2grid .box:hover > .detaillink {
  background-color: #067eeb;
  color: white;
  text-decoration: none;
}
#products_list .product_3:after,
.boxes2grid .product_3:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-image: url('/MEDIEN/layout/icon_star_check.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.checkout #products_list .product {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.checkout #products_list .content {
  border-radius: 0px 0px 8px 8px;
}
.checkout #products_list .detaillink {
  display: none;
}
.checkout #products_list .product_3:after {
  display: none;
}
.section.boxes2grid .box {
  width: calc(50% -  30px);
}
.section.boxes2grid .box .shortdesc {
  font-weight: 400;
}
.accordeon_headline {
  background-color: #4f128b;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 10px;
  /* .shadow; */
}
.accordeon_headline h1,
.accordeon_headline h2,
.accordeon_headline h3,
.accordeon_headline h4,
.accordeon_headline h5 {
  margin: 0px;
  color: white;
  text-align: center;
}
.msg {
  border-radius: 8px;
  padding: 15px;
  margin: 25px 0px;
  text-align: left;
  font-weight: 600;
}
.msg.success {
  border: 2px solid #77d887;
  background-color: rgba(53, 12, 118, 0.05);
}
.msg.error {
  border: 2px solid #d00543;
  background-color: #d00543;
  color: white;
}
.accordeon_container {
  position: relative;
}
.accordeon_container .showmore {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: #05003b;
  background-color: #e6e5ec;
  margin-bottom: 10px;
}
.accordeon_container .showmore:hover {
  text-decoration: none;
}
.accordeon {
  margin-bottom: 8px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
.accordeon .title {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  font-weight: 600;
  color: #05003b;
}
.accordeon .title .ic {
  float: right;
  position: relative;
  top: -6px;
  right: -5px;
  display: inline-block;
  /* margin-right: @px_gutter; */
  background-color: #067eeb;
  /* border: 1px solid @color_2; */
  color: white;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  cursor: default;
}
.accordeon .title .ic.opened {
  display: none;
}
.accordeon .title .ic.closed {
  display: inline-block;
}
.accordeon .content {
  display: block;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 0px;
  overflow: hidden;
  /* background-color: @color_bg_lighter; */
  background-color: white;
  border-radius: 0px 0px 8px 8px;
  color: #696689;
  font-size: 18px;
}
.accordeon .contentbox {
  padding: 5px 30px 40px 30px;
}
.accordeon.opened .content {
  max-height: 500px;
  overflow: auto;
}
.accordeon.opened .title .ic.opened {
  display: inline-block;
}
.accordeon.opened .title .ic.closed {
  display: none;
}
.productoption {
  margin-bottom: 60px;
}
.productoption .title {
  text-align: left;
  color: #4f128b;
  text-transform: uppercase;
}
.productoption.fixedAddons {
  pointer-events: none;
}
.variantselect,
.addonselect {
  display: block;
  position: relative;
  z-index: 1;
  padding: 20px 75px 20px 20px;
  margin: 0px 0px 5px 0px;
  background-color: white;
  border: 1px solid #e6e5eb;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.variantselect.active,
.addonselect.active {
  z-index: 2;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
  background-color: white;
}
.variantselect.active .selector,
.addonselect.active .selector {
  background-color: #067eeb;
  border-color: transparent;
}
.variantselect.active .selector span,
.addonselect.active .selector span {
  opacity: 1;
  color: white;
}
.variantselect .left,
.addonselect .left {
  float: left;
  padding-right: 30px;
  min-width: 16%;
}
.variantselect .right,
.addonselect .right {
  float: right;
}
.variantselect .selector,
.addonselect .selector {
  cursor: default;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: white;
  border: 1px solid #e6e5eb;
  border-radius: 50%;
}
.variantselect .selector span,
.addonselect .selector span {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0.025;
  line-height: 30px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.variantselect .price,
.addonselect .price {
  float: right;
  font-weight: 600;
  white-space: nowrap;
}
.variantselect .price.saleprice,
.addonselect .price.saleprice {
  color: #d00543;
}
.variantselect .price_uvp,
.addonselect .price_uvp {
  color: #05003b;
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  text-decoration: line-through;
}
.variantselect .amountselectbox,
.addonselect .amountselectbox {
  float: right;
}
.variantselect .name,
.addonselect .name {
  float: left;
  font-weight: 600;
}
.variantselect .description,
.addonselect .description {
  border-top: 1px solid #e6e5eb;
  background-color: #f3f4f7;
  margin: 20px -75px -20px -20px;
  padding: 20px;
  opacity: 0.7;
}
.variantselect .description .text,
.addonselect .description .text {
  margin-right: 200px;
}
.variantselect.addon,
.addonselect.addon {
  color: #05003b;
}
.addonselect.onboardingselect {
  /* background-color: @color_bg_light; */
}
.addonselect.onboardingselect .head {
  display: flex;
  gap: 10px;
}
.addonselect.onboardingselect .name {
  white-space: nowrap;
}
.addonselect.onboardingselect .price {
  margin-left: auto;
}
.addonselect.onboardingselect.active {
  /* background-color: white; */
}
.variantselect.amountselection {
  margin-bottom: 10px;
  padding: 7px 20px 7px 20px;
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgba(4, 16, 59, 0.05);
}
.variantselect.amountselection:after {
  display: none !important;
}
.amountselectbox {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.amountselectbox input,
.amountselectbox select {
  width: 60px;
  height: 40px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #e6e5eb;
}
.variantselect {
  background-color: #f3f4f7;
}
.addonselect {
  display: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.addonselect .head,
.addonselect .description {
  color: #05003b;
}
.addonselect .amountselectbox {
  opacity: 0.5;
}
.addonselect.active .amountselectbox {
  opacity: 1;
}
.addonselect.available {
  display: block;
  opacity: 1;
}
.addonselect .not_available {
  display: none;
}
/* show some addons evenn if not available */
.addonselect.datamigration,
.addonselect.Projectmanagement,
.addonselect.onSiteTraining,
.product_2 .addonselect.addon_220,
.product_2 .addonselect.addon_221 {
  display: block;
  opacity: 0.5;
  pointer-events: none;
}
.addonselect.datamigration .price,
.addonselect.Projectmanagement .price,
.addonselect.onSiteTraining .price,
.product_2 .addonselect.addon_220 .price,
.product_2 .addonselect.addon_221 .price {
  display: none;
}
.addonselect.datamigration .not_available,
.addonselect.Projectmanagement .not_available,
.addonselect.onSiteTraining .not_available,
.product_2 .addonselect.addon_220 .not_available,
.product_2 .addonselect.addon_221 .not_available {
  display: block;
  float: right;
  font-weight: 600;
  text-align: center;
}
.addonselect.datamigration.available,
.addonselect.Projectmanagement.available,
.addonselect.onSiteTraining.available,
.product_2 .addonselect.addon_220.available,
.product_2 .addonselect.addon_221.available {
  pointer-events: all;
  opacity: 1;
}
.addonselect.datamigration.available .price,
.addonselect.Projectmanagement.available .price,
.addonselect.onSiteTraining.available .price,
.product_2 .addonselect.addon_220.available .price,
.product_2 .addonselect.addon_221.available .price {
  display: block;
}
.addonselect.datamigration.available .not_available,
.addonselect.Projectmanagement.available .not_available,
.addonselect.onSiteTraining.available .not_available,
.product_2 .addonselect.addon_220.available .not_available,
.product_2 .addonselect.addon_221.available .not_available {
  display: none;
}
#checkout_steps {
  text-align: center;
  padding: 30px 0px;
  margin-bottom: 15px;
}
#checkout_steps .checkout_steps {
  display: block;
  margin: 0px -10px;
  padding: 0px;
  text-align: center;
}
#checkout_steps li {
  display: bock;
  list-style-type: none;
  float: left;
  position: relative;
  width: calc(25% - 20px);
  margin: 0px 10px;
}
#checkout_steps li a {
  background-color: white;
  border: 1px solid #e6e5eb;
  text-transform: uppercase;
  line-height: 46px;
  border-radius: 23px;
  display: block;
  text-align: left;
  padding: 0px 0px 0px 25px;
}
#checkout_steps li a b {
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: -21px;
  text-align: center;
  background-color: #f3f4f7;
}
#checkout_steps li a .ic {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  opacity: 0.8;
  color: #f3f4f7;
}
#checkout_steps li a.active {
  border-color: transparent;
  background-color: #067eeb;
  color: white;
}
#checkout_steps li a.active .ic {
  opacity: 0.3;
}
#checkout_steps li a.active b {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
#checkout_steps li a.passed .ic {
  opacity: 1;
  color: #067eeb;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
#checkout_steps li:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 30px;
  background-color: #e6e5eb;
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: -1;
}
#checkout_steps li:last-Child:after {
  display: none;
}
#checkout_locator {
  position: fixed;
  z-index: 2;
  bottom: -200px;
  left: 0px;
  width: 100%;
  border-top: 1px solid #e6e5eb;
  background-color: white;
  padding: 15px 0px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#checkout_locator .content {
  color: #05003b;
  font-size: 20px;
}
#checkout_locator .content .left {
  float: left;
  margin-right: 60px;
}
#checkout_locator .button {
  float: right;
}
#checkout_locator .small {
  font-size: 12px;
  letter-spacing: 1px;
  color: #4f128b;
  font-weight: 600;
}
.loaded2 #checkout_locator {
  bottom: 0px;
}
#overlay_loading {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(230, 230, 230, 0.7);
  text-align: center;
  box-sizing: border-box;
  padding-top: 45vh;
}
#overlay_loading .ic {
  position: relative;
  display: block;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#checkout_user .formularbox {
  display: block;
  margin: 0px 0px 75px 0px;
}
#checkout_user .form {
  margin: 0px -10px;
}
#checkout_user .grid1 {
  margin: 0px 10px;
  width: calc(100% - 20px);
  clear: both;
}
#checkout_user .grid2 {
  width: calc(50% - 20px);
  margin: 0px 10px;
}
#checkout_user .grid3 {
  width: calc(33.33% - 20px);
  margin: 0px 10px;
}
#checkout_user .icon-at-1 {
  position: absolute;
  right: -22px;
  top: 20px;
  font-size: 120%;
}
#checkout_payment .paymenticon {
  float: right;
  margin: 0px 10px;
  position: relative;
  top: -5px;
}
#checkout_payment .paymenticon img {
  max-height: 26px;
}
#checkout_payment .button {
  float: right;
}
#checkout_payment .accordeon:last-Child {
  margin-bottom: 50px;
}
#checkout_payment iframe {
  border: 0px;
}
#order_finalize {
  outline: 1px solid #e6e5eb;
  margin: 60px 0px;
  background-color: white;
  padding: 30px 30px 0px 30px;
  border-radius: 8px;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
#order_finalize .buttoncontainer {
  text-align: center;
  margin: 15px -30px -30px -30px;
  padding: 30px;
  background-color: #f4f5f8;
}
#order_finalize a {
  text-decoration: underline;
}
#checkout_order .adressbox {
  hyphens: auto;
}
.sliderbutton {
  position: absolute;
  z-index: 2;
  background-color: transparent;
  border-radius: 50%;
  padding: 0px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: black;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url('/MEDIEN/layout/Pfeilbutton_Copy_2-Pfeilbutton.png');
  background-size: contain;
  box-shadow: 0px 10px 20px 0px rgba(4, 16, 59, 0.05);
  /*
	font-size: 30px;
	*/
}
.sliderbutton span {
  line-height: 55px;
  font-size: 36px;
}
.sliderbutton:after {
  display: none;
}
.sliderbutton:hover {
  background-color: white;
}
.sliderbutton.slick-prev {
  top: 50%;
  margin-top: -27px;
  left: -25px;
}
.sliderbutton.slick-next {
  background-image: url('/MEDIEN/layout/Pfeilbutton.png');
  top: 50%;
  margin-top: -27px;
  right: -25px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 275px;
  height: 27px;
  overflow: hidden;
}
.slick-dots li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 5px;
  position: relative;
}
.slick-dots li button {
  position: relative;
  padding: 0px;
  content: "";
  height: 4px;
  border-radius: 2px;
  width: 80px;
  min-width: 10px;
  background-color: #e6e5ec;
}
.slick-dots li button:after {
  display: none;
}
.slick-dots li:first-Child:last-Child {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #067eeb;
}
.slick-dots li.slick-active button:after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  right: auto;
  bottom: auto;
  height: 4px;
  border: 0px;
  border-radius: 2px;
  width: 100%;
  background-color: #0563b9;
  -moz-animation: tabs_timer 7s linear;
  -webkit-animation: tabs_timer 7s linear;
  animation: tabs_timer 7s linear;
}
@keyframes tabs_timer {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.buttoncontainer {
  text-align: center;
  padding-top: 30px;
}
.buttoncontainer a:empty {
  display: none;
}
.section.text_gradient {
  text-align: center;
  background-color: transparent;
}
.section.text_gradient .h1 {
  max-width: 900px;
  width: 90%;
  margin: auto;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  top: 0px;
  opacity: 1;
}
.section.text_gradient .h1 h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
  background: #0067e2;
  background: -moz-linear-gradient(90deg, #0067e2 0%, #4b0d88 100%);
  background: -webkit-linear-gradient(90deg, #0067e2 0%, #4b0d88 100%);
  background: linear-gradient(90deg, #0067e2 0%, #4b0d88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0067e2", endColorstr="#4b0d88", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}
.section.text_gradient .container {
  transform: translateY(150px);
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
}
.section.text_gradient .container.animated {
  transform: translateY(0);
  opacity: 1;
}
.section.button_single {
  padding-top: 0px;
  margin-top: -30px;
  text-align: center;
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
}
.section.button_single.animated {
  opacity: 1;
  transform: translateY(0px);
}
.section.text_3grid .container {
  display: block;
  margin: 0px -30px;
  color: #696689;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
  opacity: 0;
  transform: translateY(300px);
}
.section.text_3grid .grid3 {
  width: calc(33.33% -  60px);
  margin: 0px 30px;
  text-align: center;
  /*
		.transition_xslow;
		opacity: 0;  
		transform: translateY(300px); 
		*/
}
.section.text_3grid .grid3 > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.section.text_3grid .grid3 > a:hover {
  text-decoration: none;
}
.section.text_3grid .text {
  margin: auto;
  width: 94%;
}
.section.text_3grid .icon {
  margin: 0px auto 30px auto;
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: #e6e5ec;
  color: #067eeb;
  width: 100px;
  height: 100px;
  background: #e7f1fd;
  background: -moz-linear-gradient(135deg, #e7f1fd 0%, #ece9f6 100%);
  background: -webkit-linear-gradient(135deg, #e7f1fd 0%, #ece9f6 100%);
  background: linear-gradient(135deg, #e7f1fd 0%, #ece9f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7f1fd", endColorstr="#ece9f6", GradientType=1);
}
.section.text_3grid .icon span {
  font-size: 48px;
  line-height: 100px;
  /* text-shadow: 0px 1px 2px rgba(0,0,0, 0.3); */
}
.section.text_3grid .icon span.fontello:before {
  font-size: 110%;
}
.section.text_3grid.animated .container {
  opacity: 1;
  transform: translateY(0px);
}
.section.slider {
  margin-bottom: 30px;
}
.section.slider h3 {
  margin-bottom: 15px;
}
.section.slider .slidercontainer {
  position: relative;
  /*
		background-image: url('/MEDIEN/layout/StreifenGrafik_Intensiver.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		*/
}
.section.slider .slideritem {
  text-align: center;
  padding: 30px 0px 60px 0px;
  /* margin-top: -@px_padding; */
  position: relative;
}
.section.slider .slideritem img {
  display: block;
  margin: auto;
  max-width: 96%;
  box-shadow: 0px 20px 40px 0px rgba(4, 16, 59, 0.2);
}
.section.slider .slideritem .text {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.section.slider .slideritem .textbox {
  position: absolute;
  border-radius: 8px;
  padding: 20px;
  background-color: #4f128b;
  text-align: left;
  color: white;
  /* right: -300px; */
  right: 6%;
  bottom: 120px;
  transform: translateY(150%);
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  opacity: 0;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
.section.slider .slideritem .textbox p {
  margin: 0px 0px 15px 0px;
}
.section.slider .slideritem .textbox p:last-Child {
  margin-bottom: 0px;
}
.section.slider .slideritem .textbox ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.section.slider .slideritem .textbox ul li {
  list-style-type: none;
  padding: 6px 10px 6px 40px;
  position: relative;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.section.slider .slideritem .textbox ul li:before {
  /*
						font-size: 11px;
						content: '\e804';
						font-family: 'fontello_mg';
						background-color: rgba(0,0,0,0.3);
						*/
  content: "";
  background-image: url('/MEDIEN/icons/icon_check_50.png');
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 2px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.section.slider .slideritem.slick-current .textbox {
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
  transform: translateY(0px);
  /* bottom: 150px; */
  /* right: 6.5%; */
  opacity: 1;
}
.section.slider .buttoncontainer {
  padding-top: 0px;
  margin-top: 50px;
}
.section.slider_2grid .slideritem {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
  flex-direction: row-reverse;
  /*
		&:nth-Child(odd) {
			flex-direction: row-reverse;
		}
		*/
}
.section.slider_2grid .slideritem > * {
  flex-basis: 50%;
}
.section.slider_2grid .slideritem .image img {
  max-width: 400px;
}
.section.slider_2grid .slideritem .textcontainer .h2,
.section.slider_2grid .slideritem .textcontainer .h3,
.section.slider_2grid .slideritem .textcontainer .h4,
.section.slider_2grid .slideritem .textcontainer .text {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.section.big_img {
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
  opacity: 0;
  transform: translateY(200px);
}
.section.big_img.animated {
  opacity: 1;
  transform: translateY(0px);
}
.section.big_img .image {
  display: block;
  position: relative;
  overflow: hidden;
}
.section.big_img img.parallax {
  position: relative;
  top: 0px;
}
.section.big_img .images_container {
  position: relative;
  margin: 0px -15px;
}
.section.big_img .images_container .image {
  position: relative;
  margin: 0px 15px 30px 15px;
  float: left;
  width: calc(100% - 30px);
}
.section.big_img .images_container .image img,
.section.big_img .images_container .image picture {
  max-width: 100%;
  display: block;
}
.section.big_img .images_container .image .caption {
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: white;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-size: 14px;
}
.section.big_img .images_container .image:nth-Child(2),
.section.big_img .images_container .image:nth-Child(3) {
  width: calc(50% - 30px);
}
.section.img_tooltip {
  /*
	.transition_xslow;
	opacity: 0;
	transform: translateY(300px);
	*/
}
.section.img_tooltip.animated {
  opacity: 1;
  transform: translateY(0px);
}
.section.img_tooltip .image {
  display: block;
  position: relative;
  /* overflow: hidden; */
}
.section.img_tooltip .images_container {
  position: relative;
  margin: 0px -15px;
}
.section.img_tooltip .images_container .image {
  position: relative;
  margin: 0px 15px 30px 15px;
  float: left;
  width: calc(100% - 30px);
}
.section.img_tooltip .images_container .image img {
  max-width: 100%;
  display: block;
  /* border-top: 1px solid @color_border_light; */
  box-shadow: 0px 20px 40px 0px rgba(4, 16, 59, 0.2);
}
.section.img_tooltip .images_container .caption {
  position: absolute;
  /*
			bottom: 5%;
			right: 5%;
			*/
  border-radius: 8px;
  padding: 20px;
  background-color: #4f128b;
  text-align: left;
  color: white;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  max-width: 300px;
}
.section.img_tooltip .images_container .caption:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #4f128b;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 30px;
}
.section.img_tooltip .images_container .caption ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.section.img_tooltip .images_container .caption ul li {
  list-style-type: none;
  padding: 6px 10px 6px 40px;
  position: relative;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.section.img_tooltip .images_container .caption ul li:before {
  /*
						font-size: 11px;
						content: '\e804';
						font-family: 'fontello_mg';
						background-color: rgba(0,0,0,0.3);
						*/
  content: "";
  background-image: url('/MEDIEN/icons/icon_check_50.png');
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 2px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.section.big_img_text .image,
.section.video .image {
  display: block;
  position: relative;
  /*
		padding-bottom: 60vw;
		overflow: hidden;
		*/
  padding-bottom: 55%;
  background-size: cover;
  background-attachment: scroll;
  background-size: 115% auto;
  background-position: center center;
  background-repeat: no-repeat;
  /*
		img {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		*/
}
.section.big_img_text .textbox,
.section.video .textbox {
  position: absolute;
  top: 0px;
  left: 0px;
  display: table;
  height: 100%;
  width: 100%;
}
.section.big_img_text .textbox .text,
.section.video .textbox .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 18px;
  padding: 0px 10%;
}
.section.news {
  /*
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(244,246,250,1) 30%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(244,246,250,1) 30%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(244,246,250,1) 30%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	*/
}
.section.news #news_slider {
  margin: 0px -15px;
}
.section.news #news_slider .item {
  margin: 0px 15px;
}
.section.news #news_slider .image {
  /* border-radius: @px_borderradius; */
  display: block;
  overflow: hidden;
  background-color: #bebebe;
  width: 100%;
  padding-bottom: 55%;
  position: relative;
}
.section.news #news_slider .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.news #news_slider .textbox {
  display: block;
  background-color: white;
  border-radius: 8px;
  padding: 30px;
  position: relative;
  margin: -30px 20px 60px 20px;
  text-align: center;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
.section.news #news_slider .textbox:hover {
  text-decoration: none;
}
.section.news #news_slider .textbox .head {
  box-shadow: 0px 10px 20px 0px rgba(4, 16, 59, 0.05);
  display: inline-block;
  margin: auto;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  position: absolute;
  background-color: #4f128b;
  border-radius: 15px;
  color: white;
  text-align: center;
  padding: 0px 0px;
  top: -15px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.section.news #news_slider .date {
  text-transform: none;
}
.section.news #news_slider .teasertext {
  margin-top: 10px;
  color: #b6b4c1;
  font-size: 14px;
}
.section.news .toAllNews {
  margin-top: 60px;
}
.section.boxes_3grid {
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #f4f6fa 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #f4f6fa 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #f4f6fa 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  transform: translateY(250px);
  opacity: 0;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
  /*
	.grid3:nth-Child(1) .box { transition-delay: 0s; }
	.grid3:nth-Child(2) .box { transition-delay: 0.2s; }
	.grid3:nth-Child(3) .box { transition-delay: 0.4s; }
	*/
}
.section.boxes_3grid.animated {
  opacity: 1;
  transform: translateY(0px);
}
.section.boxes_3grid .container {
  margin: 0px -15px;
}
.section.boxes_3grid .box {
  text-align: center;
  margin: 0px 15px;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
  background-color: white;
  padding: 30px 30px 0px 30px;
  border-radius: 8px;
  position: relative;
  top: 0px;
}
.section.boxes_3grid .icon {
  margin: 0px auto 30px auto;
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: #e6e5ec;
  color: #067eeb;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #e7f1fd;
  background: -moz-linear-gradient(135deg, #e7f1fd 0%, #ece9f6 100%);
  background: -webkit-linear-gradient(135deg, #e7f1fd 0%, #ece9f6 100%);
  background: linear-gradient(135deg, #e7f1fd 0%, #ece9f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7f1fd", endColorstr="#ece9f6", GradientType=1);
}
.section.boxes_3grid .icon span {
  font-size: 48px;
  line-height: 100px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.section.boxes_3grid .icon img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.section.boxes_3grid .text {
  color: #696689;
}
.section.boxes_3grid .link {
  background-color: #4f128b;
  color: white;
  text-align: center;
  padding: 20px 0px;
  line-height: 20px;
  margin: 30px -30px 30px -30px;
  border-radius: 0px 0px 8px 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.boxes_3grid .link:empty {
  height: 1px !important;
  padding: 0px;
  background-color: transparent;
}
.section.boxes_3grid .link:hover {
  background-color: #400e70;
}
.section.boxes_3grid .link a {
  color: inherit;
  display: block;
}
.section.boxes_3grid .link a:hover {
  text-decoration: none;
}
.section.boxes_3grid .link p {
  margin: 0px;
}
.frontpage .section.boxes_3grid .link:empty {
  height: auto;
  padding: 20px 0px;
  background-color: #4f128b;
}
.section.list {
  padding: 0px;
  margin: 0px;
}
.section.list .listwrapper {
  padding: 90px 0px;
}
.section.list.nomargin .listwrapper {
  padding-bottom: 0px;
}
.section.list .listitem {
  border-bottom: 1px solid #e6e5eb;
  padding: 10px 0px;
  line-height: 30px;
  position: relative;
}
.section.list .listitem:first-Child {
  border-top: 1px solid #e6e5eb;
}
.section.list .listitem .title {
  margin-right: 40px;
}
.section.list .listitem .ic {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -14px;
  color: white;
  background-color: #067eeb;
  /* border: 1px solid @color_2; */
  text-align: center;
  height: 28px;
  line-height: 28px;
  width: 28px;
  border-radius: 50%;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.section.list .listheadline {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: #4f128b;
  margin-bottom: 15px;
}
.list_showmore {
  display: block;
  text-align: center;
  position: relative;
  margin: 80px 0px 100px 0px;
  z-index: 2;
}
.list_showmore:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -400px;
  height: 400px;
  left: 0px;
  width: 100%;
  background: #ffffff;
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.list_showmore.nofade:before {
  background: transparent;
}
.list_showmore .close {
  display: none;
  top: -80px;
  position: relative;
}
.list_showmore.opened .open {
  display: none;
}
.list_showmore.opened .close {
  display: inline-block;
}
.list_showmore.opened:before {
  display: none;
}
.section.list.list_compare {
  z-index: auto;
}
.section.list.list_compare h3,
.section.list.list_compare .h3 {
  max-width: 700px;
}
.section.list.list_compare .listwrapper {
  padding-bottom: 25px;
}
.section.list.list_compare.followUp.followUpLast {
  padding-bottom: 75px;
}
.section.list.list_compare.followUp .listwrapper {
  padding-top: 0px;
}
.section.list.list_compare.followUp .listwrapper .listheadline_container {
  transition: none;
}
.section.list.list_compare.followUp .listwrapper .listheadline {
  margin-top: 0px;
  margin-bottom: 0px;
}
.section.list.list_compare.followUp .listwrapper .listheadline .label {
  opacity: 0;
}
.section.list.list_compare .listitem,
.section.list.list_compare .listheadline {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 8px 0px;
}
.section.list.list_compare .listitem > *,
.section.list.list_compare .listheadline > * {
  min-width: 105px;
  text-align: center;
}
.section.list.list_compare .listitem .title,
.section.list.list_compare .listheadline .title {
  text-align: left;
  width: 100%;
}
.section.list.list_compare .listitem .ic,
.section.list.list_compare .listheadline .ic {
  opacity: 0.1;
  position: relative;
  top: 3px;
  margin-top: 0px;
  color: transparent;
}
.section.list.list_compare .listitem .ic.active,
.section.list.list_compare .listheadline .ic.active {
  opacity: 1;
  color: white;
}
.section.list.list_compare .listitem {
  background-color: white;
}
.section.list.list_compare .listheadline_wrapper {
  position: relative;
  height: 50px;
}
.section.list.list_compare .listheadline_wrapper .listheadline {
  margin-bottom: 0px;
  padding: 18px 0px;
}
.section.list.list_compare .listheadline_container {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 8;
  transition: 0.25s background-color, 0.25s transform;
}
.section.list.list_compare .listheadline_container.sticky {
  z-index: 9;
  position: fixed;
  background-color: #e6e5ec;
  border-bottom: 1px solid rgba(5, 0, 59, 0.05);
  top: 75px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.section.list.list_compare .listheadline_container.sticky .listheadline .label {
  opacity: 1;
}
.section.list.list_compare .listheadline_container.pastContent {
  /* transform: translateY(-100px); */
  display: none;
  pointer-events: none;
}
.section.list.list_compare .buttoncontainer {
  padding-top: 80px;
}
.freeDemo {
  text-align: center;
}
.checkout .freeDemo {
  display: none;
}
#checkout_order h4 {
  padding-left: 0px;
}
#checkout_thankyou {
  text-align: center;
}
#thankyou_continuelinks {
  margin: 90px 0px 200px 0px;
}
#thankyou_continuelinks a {
  display: block;
  background-color: white;
  border-radius: 8px;
  margin: 0px 10px;
  text-align: center;
  color: #05003b;
  padding: 50px 0px;
  font-weight: 600;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
#breadcrump {
  position: relative;
  z-index: 3;
  top: 20px;
  height: 20px;
  line-height: 20px;
  margin-bottom: -20px;
}
.frontpage #breadcrump,
.checkout #breadcrump,
.newslist #breadcrump {
  display: none;
}
#nav_breadcrump {
  margin: 0px;
  padding: 0px;
}
#nav_breadcrump li {
  display: inline-block;
  list-style-type: none;
}
#nav_breadcrump li a {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  color: #97A7D1;
}
#nav_breadcrump li:after {
  color: #97A7D1;
  content: "-";
  margin: 0px 0px 0px 5px;
  display: inline-block;
}
#nav_breadcrump li:last-Child:after {
  display: none;
}
.section .customer_stories_wrapper .slidercontainer {
  position: relative;
  background-image: url('/MEDIEN/layout/StreifenGrafik_Intensiver.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section .customer_stories_wrapper .slideritem {
  padding: 0px 0px 60px 0px;
  margin-top: 0px;
}
.section .customer_stories_wrapper .slideritem img {
  max-width: 100%;
}
.section .customer_stories_wrapper .textgradient {
  width: 85%;
  max-width: 900px;
  margin: auto;
  padding-top: 0px;
}
.section .customer_stories_wrapper .image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 25px auto 5px auto;
  overflow: hidden;
  background-color: white;
  border: 5px solid white;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
.section .customer_stories_wrapper .title.h4 {
  color: #067eeb;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  font-size: 14px;
  max-width: 550px;
  line-height: 1.6;
}
.section .customer_stories_wrapper .readmore_container {
  margin-top: 50px;
}
.section.boxes_fullwidth {
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 0%, #ffffff 280px, #f4f6fa 280px, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #ffffff 280px, #f4f6fa 280px, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 280px, #f4f6fa 280px, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
  opacity: 0;
  transform: translateY(300px);
}
.section.boxes_fullwidth.animated {
  opacity: 1;
  transform: translateY(0);
}
.section.boxes_fullwidth .box_fullwidth {
  display: block;
  background-color: white;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
.section.boxes_fullwidth .box_fullwidth .textbox {
  padding: 30px;
}
.section.boxes_fullwidth .box_fullwidth .textbox .text {
  color: #696689;
  max-width: 90%;
}
.section.boxes_fullwidth .box_fullwidth .textbox .text h1,
.section.boxes_fullwidth .box_fullwidth .textbox .text h2,
.section.boxes_fullwidth .box_fullwidth .textbox .text h3,
.section.boxes_fullwidth .box_fullwidth .textbox .text h4,
.section.boxes_fullwidth .box_fullwidth .textbox .text h5 {
  margin: 0px 0px 15px 0px;
}
.section.boxes_fullwidth .box_fullwidth .infotext {
  position: absolute;
  right: 30px;
  top: 32px;
  text-align: right;
  color: #4f128b;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.section.boxes_fullwidth .box_fullwidth .subtext {
  display: block;
  background-color: #e6e5ec;
  padding: 23px 30px;
  border-top: 1px solid rgba(5, 0, 59, 0.05);
  border-radius: 0px 0px 8px 8px;
  color: #05003b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.boxes_fullwidth .box_fullwidth .subtext p {
  margin: 0px;
}
.section.boxes_fullwidth .box_fullwidth > a:hover {
  text-decoration: none !important;
}
.section.boxes_fullwidth .box_fullwidth > a:hover .subtext {
  background-color: #067eeb;
  color: white !important;
}
.section.iframe .outer .iframe_container {
  margin: 0px 20px;
}
.section.iframe .iframe_container {
  margin: 15px auto 0px auto;
  background-color: white;
  border: 0px;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
  position: relative;
  /* max-width: 1024px; */
}
.section.iframe iframe {
  border: 0px;
  width: 100%;
  height: 200vh;
}
/* RVG */
.doc_991 .section.nomargin.animated {
  z-index: 3;
}
.doc_991 .section.iframe .iframe_container {
  background-color: #fcfcfc;
  padding-top: 30px;
  padding-bottom: 15px;
}
.doc_991 .section.iframe .iframe_container iframe {
  height: 2150px;
}
.form_container {
  margin: auto;
  width: 94%;
  max-width: 600px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
  padding: 30px;
}
.section.demo_form #demo_form_container {
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
  padding: 30px;
  border-radius: 8px;
  margin: auto;
  max-width: 600px;
}
.section.demo_form button,
.section.demo_form .button {
  width: 100%;
}
.section.demo_form button.nofullwidth,
.section.demo_form .button.nofullwidth {
  width: auto;
}
.section.video video {
  width: 100%;
  max-width: 100%;
  display: block;
}
.section.video .textonvideo {
  position: absolute;
  left: 0px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  bottom: 60px;
  text-align: center;
  color: white;
}
.section.video .videobutton.button {
  padding-right: 100px;
  padding-left: 30px;
  text-align: left;
}
.section.video .videobutton.button:after {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: rgba(5, 0, 59, 0.2);
  background-image: url('/MEDIEN/layout/icon_playvideo.svg');
  background-size: 40%;
  background-position: 60% center;
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 2px;
}
.section.video .additional_controls {
  position: absolute;
  right: 6px;
  bottom: 80px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.video .additional_controls span {
  color: inherit;
  display: inline-block;
}
.section.video .additional_controls a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 8px;
  border-radius: 50%;
  min-width: 22px;
  min-height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.video .additional_controls a.active {
  color: white;
}
.section.video .additional_controls a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.section.video .videocontainer:hover .additional_controls {
  opacity: 1;
  pointer-events: all;
}
.section.video .bottomtext {
  text-align: center;
  margin: 25px auto 0px auto;
  max-width: 80%;
}
.section.video .additional_controls,
.multiplevideopopups .additional_controls {
  position: absolute;
  right: 6px;
  bottom: 80px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.video .additional_controls span,
.multiplevideopopups .additional_controls span {
  color: inherit;
  display: inline-block;
}
.section.video .additional_controls a,
.multiplevideopopups .additional_controls a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 8px;
  border-radius: 50%;
  min-width: 22px;
  min-height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.video .additional_controls a.active,
.multiplevideopopups .additional_controls a.active {
  color: white;
}
.section.video .additional_controls a:hover,
.multiplevideopopups .additional_controls a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.section.video .videocontainer,
.multiplevideopopups .videocontainer {
  position: relative;
}
.section.video .videocontainer:hover .additional_controls,
.multiplevideopopups .videocontainer:hover .additional_controls {
  opacity: 1;
  pointer-events: all;
}
#customerstory #main {
  margin-top: 120px;
}
#customerstory .text {
  color: #696689;
  font-size: 18px;
  font-weight: 300;
}
#customerstory .text strong,
#customerstory .text .bigText,
#customerstory .text .biggerText {
  color: #05003b;
}
#customerstory #sidebar {
  display: none;
  float: left;
  position: relative;
  width: 250px;
}
#customerstory #sidebar .imgcontainer {
  position: relative;
}
#customerstory #sidebar .imgcontainer img {
  position: relative;
  top: 0px;
}
#customerstory #introcontainer.empty_head {
  margin-bottom: -150px;
}
#customerstory #maincontent {
  /*
		margin-left: 250px;
		padding-left: @px_gutter;
		*/
}
#customerstory .textgradient {
  text-align: center;
}
.section.runningtext {
  padding-bottom: 40px;
}
.section.banner .bannercontainer {
  background-color: #4f128b;
}
.section.banner .container {
  padding: 20vh 0px;
  color: white;
  text-align: center;
}
.logos_startseite {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.logos_startseite > p {
  margin: 0px;
  width: 25%;
  text-align: center;
}
.section.text.fontlayout_big .text,
#standard.newspage .section.text .text {
  /*
		margin-left: 250px;
		padding-left: 30px;
		*/
  color: #696689;
  font-size: 18px;
  font-weight: 300;
}
.section.text.fontlayout_big .text .bigText,
#standard.newspage .section.text .text .bigText,
.section.text.fontlayout_big .text .biggerText,
#standard.newspage .section.text .text .biggerText,
.section.text.fontlayout_big .text .biggestText,
#standard.newspage .section.text .text .biggestText {
  color: #05003b;
}
body.newspage #footer_service {
  display: none;
}
#standard.newspage .section.text .text {
  color: #05003b;
  font-size: 18px;
}
#standard.newspage h1.h3 {
  text-shadow: none;
}
/* Page "Vorteile" has no headline so remove space */
/*
.doc_424 #standard {
	margin-top: -73px;
}
*/
/* preis Seite */
.doc_57 #breadcrump,
.doc_623 #breadcrump {
  opacity: 0;
}
/* Kosteneffizienz special buttons */
.doc_423 .boxes_fullwidth,
.doc_642 .boxes_fullwidth {
  background: white;
}
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(1),
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(1),
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(2),
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(2) {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: none;
  margin-bottom: 10px;
}
.doc_423 .boxes_fullwidth .box_fullwidth .subtext,
.doc_642 .boxes_fullwidth .box_fullwidth .subtext {
  background-color: #4f128b;
  color: white;
}
.doc_423 .boxes_fullwidth .box_fullwidth .subtext a,
.doc_642 .boxes_fullwidth .box_fullwidth .subtext a {
  color: white;
}
.doc_423 .boxes_fullwidth .box_fullwidth .subtext:empty,
.doc_642 .boxes_fullwidth .box_fullwidth .subtext:empty {
  display: none;
}
.doc_423 .boxes_fullwidth .box_fullwidth .infotext,
.doc_642 .boxes_fullwidth .box_fullwidth .infotext {
  font-weight: 400;
}
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext,
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext {
  display: inline-block;
  background-color: #067eeb;
  box-sizing: border-box !important;
  border: 1px solid transparent;
  padding: 0px 35px;
  line-height: 38px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: white;
  text-transform: uppercase;
  border-radius: 20px;
  position: relative;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
  /*
	&:after {
		content: "";
		position: absolute;
		top: 2px;
		left: 2px;
		bottom: 2px;
		right: 2px;
		border: 2px solid @color_2;
		border-radius: 20px;
		opacity: 1;
		.transition;
	}
	*/
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  position: absolute;
  top: 18px;
  right: 10px;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext:hover,
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext:hover {
  text-decoration: none !important;
  /* background-color: darken(@color_2, 10%); */
  background-color: #0564C8;
  /*
		&:after {
			opacity: 0;
			top: -15px;
			left: -15px;
			bottom: -15px;
			right: -15px;
			border-radius: 45px;
		}
		*/
}
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext.light,
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext.light {
  color: #05003b;
  border: 1px solid #e6e5eb;
  background-color: white;
}
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext.light:after,
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext.light:after {
  display: none;
}
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext.big,
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext.big {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  min-width: 330px;
}
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext[disabled],
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext[disabled],
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext[disabled="disabled"],
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext[disabled="disabled"] {
  opacity: 0.5;
  background-color: grey;
}
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext.videobutton,
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext.videobutton {
  color: white !important;
  padding-left: 20px;
  padding-right: 50px;
}
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext.videobutton:after,
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext.videobutton:after {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(5, 0, 59, 0.2);
  background-image: url('/MEDIEN/layout/icon_playvideo.svg');
  background-size: 40%;
  background-position: 60% center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2px;
  top: 2px;
}
.doc_423 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext:before,
.doc_642 .boxes_fullwidth .box_fullwidth:nth-Child(3) .infotext:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('/MEDIEN/layout/icon_star_check.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* Demo account */
.doc_438 #footer_service,
.doc_634 #footer_service,
.doc_1081 #footer_service {
  display: none;
}
/* price page */
.doc_653 #footer_service .container {
  max-width: 830px;
}
.popup,
#nl_popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow: auto;
}
.popup .table,
#nl_popup .table {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.popup .table-cell,
#nl_popup .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0px;
}
.popup .close,
#nl_popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup .close .ic,
#nl_popup .close .ic {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: black;
  background-color: #e6e5ec;
  opacity: 0.7;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.popup .close:hover .ic,
#nl_popup .close:hover .ic {
  opacity: 1;
}
.overlay,
#nl_overlay {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #05003b;
  opacity: 0.8;
}
.overlay_content,
#nl_content,
#whitepaper_form_popup {
  box-sizing: border-box;
  display: inline-block;
  z-index: 21;
  position: relative;
  background-color: white;
  width: 90%;
  max-width: 1400px;
  border-radius: 8px;
  padding: 30px;
  text-align: left;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
.overlay_content img,
#nl_content img,
#whitepaper_form_popup img {
  max-width: 100%;
  display: block;
}
.overlay_content video,
#nl_content video,
#whitepaper_form_popup video {
  max-width: 100%;
  display: block;
  max-height: 90vh;
  margin: auto;
}
.overlay_content h3,
#nl_content h3,
#whitepaper_form_popup h3 {
  margin-top: 10px auto 35px auto;
  max-width: 80%;
}
.overlay_content iframe,
#nl_content iframe,
#whitepaper_form_popup iframe {
  width: 100%;
  height: 80vh;
  margin: auto;
  border: 0px;
}
#video_popup .overlay {
  opacity: 0.8;
}
#video_popup .overlay_content {
  padding: 0px;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
#video_popup video {
  display: block;
  width: 100%;
}
#nl_content {
  max-width: 660px;
}
#requestonboarding_content,
#businessform_popup_content,
#contactform_popup_content,
#advicecontact_popup_content,
#democancelled_content {
  max-width: 750px;
}
#msbooking_popup .overlay_content {
  max-width: 1090px;
}
/* Demo Cancelled Poup */
#demoform_cancelled_popup button {
  width: 100%;
}
#demoform_cancelled_popup ul {
  padding: 0px;
  max-width: 580px;
  margin: auto;
}
#demoform_cancelled_popup .checkbox input {
  opacity: 0;
}
#demoform_cancelled_popup .checkbox label {
  display: block;
  margin: 0px 0%;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  border: 1px solid #e6e5eb;
  padding: 0px 25px 0px 50px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  position: relative;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
#demoform_cancelled_popup .checkbox label:before {
  font-family: 'Material Icons Round';
  content: "done";
  -webkit-font-feature-settings: 'liga';
  position: absolute;
  top: 6px;
  left: 5px;
  color: transparent;
  background-color: rgba(5, 0, 59, 0.05);
  text-align: center;
  height: 35px;
  line-height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 24px;
}
#demoform_cancelled_popup .checkbox label.active {
  background-color: #4f128b;
  border: 1px solid transparent;
  color: white;
}
#demoform_cancelled_popup .checkbox label.active:before {
  color: #067eeb;
  background-color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
/* USER CENTRICS COOKIE STUFF */
body #usercentrics-button #uc-banner-modal .uc-banner-content,
body #usercentrics-button #uc-banner-centered .uc-banner-content {
  background-color: #e6e5ec !important;
  color: #05003b !important;
}
body .usercentrics-button * {
  color: #05003b;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
}
body .usercentrics-button.layout-1 .uc-banner-content .btn-list .uc-btn.uc-btn-primary {
  display: inline-block;
  background-color: #067eeb;
  box-sizing: border-box !important;
  border: 1px solid transparent;
  padding: 0px 35px;
  line-height: 38px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: white;
  text-transform: uppercase;
  border-radius: 20px;
  position: relative;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
  /*
	&:after {
		content: "";
		position: absolute;
		top: 2px;
		left: 2px;
		bottom: 2px;
		right: 2px;
		border: 2px solid @color_2;
		border-radius: 20px;
		opacity: 1;
		.transition;
	}
	*/
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 40px !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}
body .usercentrics-button.layout-1 .uc-banner-content .btn-list .uc-btn.uc-btn-primary:hover {
  text-decoration: none !important;
  /* background-color: darken(@color_2, 10%); */
  background-color: #0564C8;
  /*
		&:after {
			opacity: 0;
			top: -15px;
			left: -15px;
			bottom: -15px;
			right: -15px;
			border-radius: 45px;
		}
		*/
}
body .usercentrics-button.layout-1 .uc-banner-content .btn-list .uc-btn.uc-btn-primary.light {
  color: #05003b;
  border: 1px solid #e6e5eb;
  background-color: white;
}
body .usercentrics-button.layout-1 .uc-banner-content .btn-list .uc-btn.uc-btn-primary.light:after {
  display: none;
}
body .usercentrics-button.layout-1 .uc-banner-content .btn-list .uc-btn.uc-btn-primary.big {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  min-width: 330px;
}
body .usercentrics-button.layout-1 .uc-banner-content .btn-list .uc-btn.uc-btn-primary[disabled],
body .usercentrics-button.layout-1 .uc-banner-content .btn-list .uc-btn.uc-btn-primary[disabled="disabled"] {
  opacity: 0.5;
  background-color: grey;
}
body .usercentrics-button.layout-1 .uc-banner-content .btn-list .uc-btn.uc-btn-primary.videobutton {
  color: white !important;
  padding-left: 20px;
  padding-right: 50px;
}
body .usercentrics-button.layout-1 .uc-banner-content .btn-list .uc-btn.uc-btn-primary.videobutton:after {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(5, 0, 59, 0.2);
  background-image: url('/MEDIEN/layout/icon_playvideo.svg');
  background-size: 40%;
  background-position: 60% center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2px;
  top: 2px;
}
body #usercentrics-button #uc-banner-centered .uc-btn-new.uc-btn-accept {
  background-color: #067eeb !important;
}
body #usercentrics-button #uc-banner-centered .uc-btn-new.uc-btn-more {
  background-color: #f3f4f7;
  color: black;
}
#usercentrics-button.layout-1 #uc-banner-modal .btn-list.hide-deny-btn #uc-btn-more-info-banner,
#usercentrics-button.layout-1 #uc-banner-centered .btn-list.hide-deny-btn #uc-btn-more-info-banner {
  background-color: transparent;
  box-shadow: none !important;
  color: #05003b;
}
body #usercentrics-button .uc-banner-links a,
body #usercentrics-button .uc-banner-links-separator {
  color: #696689 !important;
}
/* Popup "mehr" */
#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-footer .uc-save-settings-and-close-button,
#usercentrics-button #uc-consents-info-centered .uc-consents-info-modal-wrapper .uc-modal-footer .uc-save-settings-and-close-button {
  background-color: #067eeb !important;
}
/* Popup "Einstellungen" */
#uc-corner-modal.layout-1 .uc-btn.uc-btn-primary,
#uc-corner-centered.layout-1 .uc-btn.uc-btn-primary {
  background-color: #067eeb !important;
}
#usercentrics-button input[type="checkbox"].uc-form-check-input:checked + label::before,
.uc-embed input[type="checkbox"].uc-form-check-input:checked + label::before {
  background-color: #4f128b !important;
  border-color: #4f128b !important;
}
/* KEYVISUAL BACKGROUND OPTION */
.hide_keyvisual_background .keyvisual_wrapper,
.hide_keyvisual_background #keyvisual {
  background: transparent;
}
/* LANDINGPAGES */
/* FiBu */
.doc_596 .keyvisual_wrapper,
.doc_596 #keyvisual {
  background: transparent;
}
/* MOBILITY */
/* TEAMS */
.doc_775 .keyvisual_wrapper,
.doc_825 .keyvisual_wrapper,
.doc_890 .keyvisual_wrapper,
.doc_898 .keyvisual_wrapper,
.doc_899 .keyvisual_wrapper,
.doc_1169 .keyvisual_wrapper,
.doc_775 #keyvisual,
.doc_825 #keyvisual,
.doc_890 #keyvisual,
.doc_898 #keyvisual,
.doc_899 #keyvisual,
.doc_1169 #keyvisual {
  background: transparent;
}
.doc_775 .section.text_3grid,
.doc_825 .section.text_3grid,
.doc_890 .section.text_3grid,
.doc_898 .section.text_3grid,
.doc_899 .section.text_3grid,
.doc_1169 .section.text_3grid {
  padding-bottom: 75px;
  padding-top: 20px;
}
.doc_775 #mobility_header_circle,
.doc_825 #mobility_header_circle,
.doc_890 #mobility_header_circle,
.doc_898 #mobility_header_circle,
.doc_899 #mobility_header_circle,
.doc_1169 #mobility_header_circle {
  position: absolute;
  width: 250px;
  height: 250px;
  background-color: #f0f8fb;
  mix-blend-mode: multiply;
  border-radius: 50%;
  top: 10%;
  right: 15%;
  z-index: -1;
  transform: rotate(0deg);
  transform-origin: 47% 53%;
  animation-name: circle_move;
  animation-timing-function: linear;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
.doc_775 #mobility_header_layer2,
.doc_825 #mobility_header_layer2,
.doc_890 #mobility_header_layer2,
.doc_898 #mobility_header_layer2,
.doc_899 #mobility_header_layer2,
.doc_1169 #mobility_header_layer2 {
  position: absolute;
  width: 75%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  background-image: url('/MEDIEN/langingpages/B_Actaport_Mobilitaet_layer2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -2;
}
/* SOFTWARE VERGLEICH */
.doc_778 {
  /*
	.keyvisual_wrapper,
	#keyvisual {
		background: transparent;
	}
	*/
}
.doc_778 .section.text_3grid {
  padding-bottom: 75px;
  padding-top: 20px;
}
/* Kanzleisoftware Wechsel */
.doc_824 .keyvisual_wrapper,
.doc_824 #keyvisual {
  background: transparent;
}
.doc_824 #landing_header_img {
  height: 42vh;
}
.doc_824 .section.boxes_3grid {
  padding-top: 0px;
  margin-top: -50px;
  background: transparent;
}
.doc_838 .keyvisual_wrapper,
.doc_838 #keyvisual {
  background: transparent;
}
.doc_838 .section.boxes_3grid {
  padding-top: 0px;
  background: transparent;
}
/* DATENSAFE */
.doc_785 .keyvisual_wrapper,
.doc_785 #keyvisual {
  background: transparent;
}
/* ADVISE */
.doc_901 .keyvisual_wrapper,
.doc_901 #keyvisual {
  background: transparent;
}
/* FoMa */
.doc_909 .keyvisual_wrapper,
.doc_909 #keyvisual {
  background: transparent;
}
.doc_909 .section.boxes_3grid {
  padding-top: 0px;
  background: transparent;
}
/* BEA 2.0 */
.doc_979 .keyvisual_wrapper,
.doc_981 .keyvisual_wrapper,
.doc_560 .keyvisual_wrapper,
.doc_979 #keyvisual,
.doc_981 #keyvisual,
.doc_560 #keyvisual {
  background: transparent;
}
/* DEMO Form */
.doc_438 .section.big_img.animated,
.doc_1081 .section.big_img.animated {
  margin-top: -40px;
  z-index: 0;
  padding: 0px;
}
.doc_438 #introcontainer .introcontainer.text_gradient h1,
.doc_1081 #introcontainer .introcontainer.text_gradient h1 {
  max-width: 850px;
}
.doc_1081 .section.big_img.animated {
  margin-top: -100px;
}
.doc_1081 #introcontainer #headline {
  padding-top: 0px !important;
}
.doc_1081 #keyvisual_shape1,
.doc_1081 #keyvisual_shape2 {
  display: none;
}
.template_40 {
  /* Headerlayout "TEXT neben IMG" */
}
.template_40 #keyvisual_shape1 {
  opacity: 0.15;
}
.template_40 #keyvisual_shape2 {
  opacity: 0.1;
}
.template_40 #keyvisual img {
  object-fit: contain;
}
.template_40 #breadcrump {
  display: none;
}
.template_40 #nav {
  /* display: none; */
}
.template_40 #landing_header_wrapper {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.template_40.hide_keyvisual_shapes #landing_header_wrapper {
  padding-top: 0px;
}
.template_40.hide_keyvisual_shapes .img_beneath_text {
  height: auto !important;
}
.template_40.hide_keyvisual_shapes .img_beneath_text #landing_header {
  padding: 30px 0px 30px 0px;
  height: auto !important;
  position: relative;
}
.template_40.hide_keyvisual_shapes .img_beneath_text #landing_header_content .text {
  width: 90%;
  max-width: 930px;
  margin: auto;
}
.template_40 #landing_img_beneath {
  padding-bottom: 60px;
}
.template_40 #landing_img_beneath img {
  opacity: 1 !important;
}
.template_40 #landing_header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: table;
  margin: auto;
  /*
		background: rgb(225,229,242);
		background: -moz-linear-gradient(180deg, rgba(225,229,242,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(225,229,242,1) 0%, rgba(255,255,255,0) 100%);
		background: linear-gradient(180deg, rgba(225,229,242,1) 0%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e5f2",endColorstr="#ffffff",GradientType=1);
		*/
}
.template_40 #landing_header_img {
  width: 100%;
  display: block;
  opacity: 1 !important;
}
.template_40 #landing_header_img.hasMobileImage {
  width: 100% !important;
  margin-left: 0px !important;
}
.template_40 #landing_header_content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  padding: 0px 3%;
  font-size: 45px;
}
.template_40 #landing_header_content .text {
  line-height: 1.2;
}
.template_40 #landing_header_content .text ul {
  list-style-type: none;
  margin: 0px 0px 30px 0px;
  color: #05003b;
  font-weight: 400;
  font-size: 15px;
  text-align: left !important;
}
.template_40 #landing_header_content .text ul li {
  position: relative;
  padding: 10px 0px;
  line-height: 1.6;
}
.template_40 #landing_header_content .text ul li:before {
  font-family: "Material Icons Round";
  content: "done";
  position: absolute;
  left: -40px;
  top: 7px;
  color: white;
  text-align: center;
  background-color: #067eeb;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  line-height: 28px;
  display: inline-block;
}
.template_40 .img_nextto_text {
  max-width: 94%;
  width: 1080px;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  /* align-items: flex-start; */
  /* top */
  align-items: center;
  margin-bottom: 60px;
}
.template_40 .img_nextto_text #landing_header_img,
.template_40 .img_nextto_text #landing_header_img.hasMobileImage {
  position: absolute;
  width: 75% !important;
  bottom: 0px;
  right: 0px;
}
.template_40 .img_nextto_text #landing_header {
  display: block;
  width: 53%;
  height: auto !important;
  margin: 0px;
  position: relative;
  /* padding-top: 50px; */
}
.template_40 .img_nextto_text #landing_header_content {
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  padding: 75px 0px 75px 0px;
}
.template_40 .img_nextto_text #landing_header_content .text {
  color: #05003b;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
.template_40 #content {
  padding-top: 0px;
}
.template_40 .section.boxes_fullwidth {
  background: none;
}
.template_40 .section.boxes_fullwidth .textbox .text {
  max-width: 100%;
}
.template_40 .section.boxes_fullwidth .textbox .text h3 {
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
.template_40 .section.boxes_fullwidth .subtext {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.template_40 .section.boxes_fullwidth .subtext a {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.template_40 .section.boxes_fullwidth .subtext:hover {
  background-color: #067eeb;
  color: white !important;
}
.template_40 .section.boxes_fullwidth .subtext:hover a {
  color: white;
}
body.hide_keyvisual_shapes #keyvisual_shape1,
body.hide_keyvisual_shapes #keyvisual_shape2 {
  display: none;
}
.frontpage .section.boxes_3grid .grid3:first-child .icon img {
  top: 1px;
}
body.newspage .section.boxes_fullwidth {
  padding: 20px 0px;
}
body.newspage .section.boxes_fullwidth .subtext {
  color: white;
  background-color: #4f128b;
}
body.newspage .section.boxes_fullwidth .infotext {
  color: #4f128b;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  background-color: #f4f5f8;
  border: 1px solid rgba(5, 0, 59, 0.05);
  padding: 0px 20px;
}
/* -------------*/
/*  NEWSCENTER  */
/* ------------ */
body.newspage #header,
body.newslist #header {
  padding-bottom: 0px;
  border-bottom: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
body.newspage #keyvisual,
body.newslist #keyvisual,
body.newspage #introcontainer .introcontainer.standard,
body.newslist #introcontainer .introcontainer.standard {
  padding-bottom: 40%;
}
body.newspage #keyvisual_shape1,
body.newslist #keyvisual_shape1,
body.newspage #keyvisual_shape2,
body.newslist #keyvisual_shape2 {
  display: none;
}
body.newspage #subnav_helper,
body.newslist #subnav_helper {
  z-index: 1;
  top: calc(100% - 52px);
}
body.newspage #page,
body.newslist #page {
  padding-top: 141px;
}
body.newspage #standard .inner,
body.newslist #standard .inner {
  /* newscenter content other dimensions! */
  width: 870px;
}
body.newspage #newscenter_sections_wrapper,
body.newslist #newscenter_sections_wrapper {
  padding-top: 30px;
}
body.newspage #newscenter_sections_wrapper .section:first-child,
body.newslist #newscenter_sections_wrapper .section:first-child {
  padding-top: 0px;
}
body.newspage .section,
body.newslist .section {
  padding: 50px 0px;
}
body.newspage .text ol,
body.newslist .text ol,
body.newspage .text ul,
body.newslist .text ul {
  padding-left: 20px;
}
body.newspage .blockhead,
body.newslist .blockhead {
  margin-top: 15px;
  border-bottom: 1px solid rgba(5, 0, 59, 0.05);
  padding-bottom: 15px;
  margin-bottom: 40px;
}
body.newspage .blockhead h3,
body.newslist .blockhead h3,
body.newspage .blockhead .h3,
body.newslist .blockhead .h3 {
  margin: 0px;
  font-weight: 500;
  text-align: left;
  max-width: 100%;
}
body.newspage .blockhead .topic_more,
body.newslist .blockhead .topic_more {
  float: right;
  display: inline-block;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  background-color: #067eeb;
  padding: 0px 15px;
  border-radius: 18px 18px 18px 18px;
  letter-spacing: 1px;
  color: white;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
body.newspage .blockhead .topic_more:hover,
body.newslist .blockhead .topic_more:hover {
  text-decoration: none;
  background-color: #067eeb;
  color: white;
}
body.newspage .resultcount,
body.newslist .resultcount {
  margin: 0px;
  font-size: 30px;
  font-weight: 300;
  float: right;
  display: inline-block;
  color: #4f128b;
  display: none;
}
body.newspage #authorinfo_top .news_author,
body.newslist #authorinfo_top .news_author {
  border-bottom: 1px solid rgba(5, 0, 59, 0.05);
}
body.newspage .news_author,
body.newslist .news_author {
  margin-top: 25px;
  padding: 25px 0px 25px 0px;
}
body.newspage .news_author .newslabel,
body.newslist .news_author .newslabel {
  display: inline-block;
  background-color: #067eeb;
  color: white;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 0px 17px;
  margin-right: 10px;
}
body.newspage .news_author .articleinfos,
body.newslist .news_author .articleinfos {
  color: #4f128b;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 40px;
}
body.newspage .news_author .avatar,
body.newslist .news_author .avatar {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
body.newspage .news_author .infotext,
body.newslist .news_author .infotext {
  display: inline-block;
}
body.newspage .news_author .social_icons,
body.newslist .news_author .social_icons {
  float: right;
  text-align: right;
}
body.newspage .news_author .social_icons a,
body.newslist .news_author .social_icons a {
  background-color: #cbcbd4;
  color: white;
}
body.newspage .author_longdesc,
body.newslist .author_longdesc {
  width: 100%;
  color: #4f128b;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.6;
}
body.newspage .section.boxes_fullwidth,
body.newslist .section.boxes_fullwidth {
  background: transparent;
}
body.newspage .newscenter_wrapper.readmore,
body.newslist .newscenter_wrapper.readmore {
  margin-top: 120px;
}
#newscenter_list,
.newscenter_list,
#newscenter_toplist,
#newscenter_archive {
  display: block;
  margin: 0px -30px;
  /* 2 columns by default, hide columns 2 & 3 */
}
#newscenter_list .grid-col,
.newscenter_list .grid-col,
#newscenter_toplist .grid-col,
#newscenter_archive .grid-col {
  float: left;
  width: calc(50% -  60px);
  margin: 0px 30px 0px 30px;
}
#newscenter_list .grid-col--2,
.newscenter_list .grid-col--2,
#newscenter_toplist .grid-col--2,
#newscenter_archive .grid-col--2,
#newscenter_list .grid-col--3,
.newscenter_list .grid-col--3,
#newscenter_toplist .grid-col--3,
#newscenter_archive .grid-col--3 {
  display: none;
}
#newscenter_list .newsitem,
.newscenter_list .newsitem,
#newscenter_toplist .newsitem,
#newscenter_archive .newsitem {
  display: block;
  margin-bottom: 60px;
}
#newscenter_list .newsitem .image,
.newscenter_list .newsitem .image,
#newscenter_toplist .newsitem .image,
#newscenter_archive .newsitem .image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
#newscenter_list .newsitem .image img,
.newscenter_list .newsitem .image img,
#newscenter_toplist .newsitem .image img,
#newscenter_archive .newsitem .image img {
  display: block;
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#newscenter_list .newsitem.hasVideo .image:after,
.newscenter_list .newsitem.hasVideo .image:after,
#newscenter_toplist .newsitem.hasVideo .image:after,
#newscenter_archive .newsitem.hasVideo .image:after,
#newscenter_list .newsitem.hasPodcast .image:after,
.newscenter_list .newsitem.hasPodcast .image:after,
#newscenter_toplist .newsitem.hasPodcast .image:after,
#newscenter_archive .newsitem.hasPodcast .image:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border-radius: 50%;
  background-image: url('/MEDIEN/layout/icon_PlayButton.png');
  background-size: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
#newscenter_list .newsitem.hasPodcast .image:after,
.newscenter_list .newsitem.hasPodcast .image:after,
#newscenter_toplist .newsitem.hasPodcast .image:after,
#newscenter_archive .newsitem.hasPodcast .image:after {
  background-image: url('/MEDIEN/layout/icon_podcast.svg');
}
#newscenter_list .newsitem .title,
.newscenter_list .newsitem .title,
#newscenter_toplist .newsitem .title,
#newscenter_archive .newsitem .title {
  font-size: 18px;
  margin: 0px;
  text-align: left;
  letter-spacing: 0.35px;
  margin-top: 5px;
}
#newscenter_list .newsitem .title:hover,
.newscenter_list .newsitem .title:hover,
#newscenter_toplist .newsitem .title:hover,
#newscenter_archive .newsitem .title:hover,
#newscenter_list .newsitem .title a:hover,
.newscenter_list .newsitem .title a:hover,
#newscenter_toplist .newsitem .title a:hover,
#newscenter_archive .newsitem .title a:hover {
  text-decoration: none;
}
#newscenter_list .newsitem .teasertext a,
.newscenter_list .newsitem .teasertext a,
#newscenter_toplist .newsitem .teasertext a,
#newscenter_archive .newsitem .teasertext a {
  color: inherit;
}
#newscenter_list .newsitem .teasertext a:hover,
.newscenter_list .newsitem .teasertext a:hover,
#newscenter_toplist .newsitem .teasertext a:hover,
#newscenter_archive .newsitem .teasertext a:hover {
  text-decoration: none;
}
#newscenter_list .newsitem .contentbox,
.newscenter_list .newsitem .contentbox,
#newscenter_toplist .newsitem .contentbox,
#newscenter_archive .newsitem .contentbox {
  position: relative;
  padding-top: 30px;
}
#newscenter_list .newsitem .textbox,
.newscenter_list .newsitem .textbox,
#newscenter_toplist .newsitem .textbox,
#newscenter_archive .newsitem .textbox {
  display: block;
  position: relative;
  text-align: left;
  max-width: 85%;
}
#newscenter_list .newsitem .textbox:hover,
.newscenter_list .newsitem .textbox:hover,
#newscenter_toplist .newsitem .textbox:hover,
#newscenter_archive .newsitem .textbox:hover {
  text-decoration: none;
}
#newscenter_list .newsitem:hover .image img,
.newscenter_list .newsitem:hover .image img,
#newscenter_toplist .newsitem:hover .image img,
#newscenter_archive .newsitem:hover .image img {
  transform: scale(1.05);
}
#newscenter_list .labelcontainer,
.newscenter_list .labelcontainer,
#newscenter_toplist .labelcontainer,
#topnews_first .labelcontainer,
#newscenter_archive .labelcontainer {
  position: absolute;
  z-index: 2;
  top: -17px;
  left: 0px;
  display: inline-block;
  background-color: white;
  border-radius: 2px 17px 17px 2px;
}
#newscenter_list .labelcontainer:hover,
.newscenter_list .labelcontainer:hover,
#newscenter_toplist .labelcontainer:hover,
#topnews_first .labelcontainer:hover,
#newscenter_archive .labelcontainer:hover {
  text-decoration: none;
}
#newscenter_list .typebox,
.newscenter_list .typebox,
#newscenter_toplist .typebox,
#topnews_first .typebox,
#newscenter_archive .typebox {
  display: inline-block;
  position: relative;
  color: white;
  background-color: #067eeb;
  padding: 0px 18px;
  box-sizing: border-box;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  border-radius: 2px 17px 17px 2px;
  letter-spacing: 1px;
  box-shadow: 0px 10px 20px 0px rgba(4, 16, 59, 0.05);
}
#newscenter_list .typebox.new,
.newscenter_list .typebox.new,
#newscenter_toplist .typebox.new,
#topnews_first .typebox.new,
#newscenter_archive .typebox.new,
#newscenter_list .typebox.pdf,
.newscenter_list .typebox.pdf,
#newscenter_toplist .typebox.pdf,
#topnews_first .typebox.pdf,
#newscenter_archive .typebox.pdf {
  font-weight: 400;
  color: #05003b;
  background-color: #e6e5ec !important;
  border-right: 1px solid white;
  margin-left: -20px;
  padding-left: 26px;
  z-index: -1;
}
#newscenter_list .typebox.pdf,
.newscenter_list .typebox.pdf,
#newscenter_toplist .typebox.pdf,
#topnews_first .typebox.pdf,
#newscenter_archive .typebox.pdf {
  z-index: -2;
}
#newscenter_list .date,
.newscenter_list .date,
#newscenter_toplist .date,
#topnews_first .date,
#newscenter_archive .date {
  text-transform: none;
}
#newscenter_list .teasertext,
.newscenter_list .teasertext,
#newscenter_toplist .teasertext,
#topnews_first .teasertext,
#newscenter_archive .teasertext {
  margin-top: 15px;
  color: #05003b;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.93px;
  line-height: 1.4;
}
#newscenter_list .readmore,
.newscenter_list .readmore,
#newscenter_toplist .readmore,
#topnews_first .readmore,
#newscenter_archive .readmore {
  display: block;
  margin-top: 30px;
  color: #067eeb;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  /*
		.ic {
			display: inline-block;
			position: relative;
			font-size: 120%;
			.transition;
		}
		.ic:last-Child {
			left: -15px;
			opacity: 0.6;
		}
		*/
}
#newscenter_list .readmore:after,
.newscenter_list .readmore:after,
#newscenter_toplist .readmore:after,
#topnews_first .readmore:after,
#newscenter_archive .readmore:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  background-image: url('/MEDIEN/layout/pfeile_blau.svg');
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
#newscenter_list .readmore:hover,
.newscenter_list .readmore:hover,
#newscenter_toplist .readmore:hover,
#topnews_first .readmore:hover,
#newscenter_archive .readmore:hover {
  text-decoration: none;
}
#newscenter_list .newsitem,
.newscenter_list .newsitem {
  float: left;
  width: calc(33.33% -  60px);
  margin: 0px 30px 0px 30px;
}
#newscenter_list .image,
.newscenter_list .image {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}
#newscenter_list .image img,
.newscenter_list .image img,
#newscenter_list .image video,
.newscenter_list .image video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#newscenter_list .typebox.pdf,
.newscenter_list .typebox.pdf {
  display: none;
}
#newscenter_archive {
  margin: 0px;
}
#newscenter_archive .resultcount {
  position: absolute;
  right: 0px;
  top: -90px;
}
#newscenter_archive .archive_month {
  position: relative;
  margin-bottom: 60px;
}
#newscenter_archive .newsitem {
  float: none;
  width: 100%;
  margin: 0px 0px 30px 0px;
  display: flex;
}
#newscenter_archive .newsitem .title {
  margin-top: 15px;
}
#newscenter_archive .image {
  width: 30%;
  position: relative;
  padding-bottom: 22%;
  margin-right: 30px;
}
#newscenter_archive .image img,
#newscenter_archive .image video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#newscenter_archive .contentbox {
  max-width: calc(66.66% - 30px);
}
#newscenter_archive .labelcontainer {
  position: relative;
  top: auto;
}
#newscenter_archive .labelcontainer .typebox {
  border-radius: 3px 18px 18px 3px;
}
.newscenter_wrapper.withbg {
  background-color: #f6f7fb;
}
.section.specialsection_service {
  background: #f6f7fb;
  background: -moz-linear-gradient(180deg, #f6f7fb 0%, #ffffff 60%);
  background: -webkit-linear-gradient(180deg, #f6f7fb 0%, #ffffff 60%);
  background: linear-gradient(180deg, #f6f7fb 0%, #ffffff 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f7fb", endColorstr="#ffffff", GradientType=1);
}
#newsheader {
  background-color: white;
  /* border-bottom: 1px solid @color_border; */
  border-top: 1px solid rgba(5, 0, 59, 0.05);
  position: relative;
  margin-top: 30px;
  line-height: 50px;
}
#newsheader .news_breadcrump {
  float: left;
  text-align: left;
  color: #4f128b;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
#newsheader .news_breadcrump a {
  color: #05003b;
  display: inline-block;
}
#newsheader .news_breadcrump a:hover {
  text-decoration: none;
}
#newsheader .news_breadcrump a:after {
  content: '\f105';
  font-family: 'fontello_mg';
  display: inline-block;
  margin: 0px 2px 0px 7px;
  position: relative;
  top: -1px;
}
#newsheader .news_breadcrump a:last-Child:after {
  display: none;
}
#newsheader #news_filter {
  float: right;
  text-align: right;
}
#newsheader #news_filter a {
  color: #05003b;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
#newsheader #news_filter a:hover {
  text-decoration: none;
}
#newsheader #news_filter a .ic {
  font-size: 15px;
}
#newsheader #news_submenu {
  display: none;
  box-shadow: 0px 25px 20px 0px rgba(4, 16, 59, 0.1);
  border-top: 1px solid rgba(5, 0, 59, 0.05);
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  box-shadow: 0px 10px 20px 0px rgba(4, 16, 59, 0.05);
  margin: 0px -60px;
  padding: 30px 60px;
}
#newsheader #news_submenu .flexcont {
  display: flex;
  line-height: 1.4;
}
#newsheader #news_submenu .flexcont > * {
  min-width: 200px;
}
#newsheader #news_submenu .flexcont a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#newsheader #news_submenu .flexcont a:hover {
  color: #067eeb;
  text-decoration: none;
}
#newsheader #news_submenu .flexcont a.active {
  color: #067eeb;
}
#newsheader #news_submenu .h4 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-weight: 500;
}
#topnews_first {
  position: relative;
  margin-bottom: 60px;
}
#topnews_first .title {
  font-size: 40px;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: left;
  position: relative;
  /* max-height: 165px; */
  overflow: hidden;
  margin: 25px 0px 25px 0px;
  text-shadow: none;
}
#topnews_first .title a {
  color: inherit;
}
#topnews_first .title a:hover {
  text-decoration: none;
}
#topnews_first .image {
  position: absolute;
  right: 0px;
  top: 0px;
  width: calc(50% -  30px);
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#topnews_first .image img {
  position: absolute;
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
#topnews_first .labelcontainer {
  position: relative;
  top: auto;
}
#topnews_first .contentbox {
  padding: 70px 0px;
  margin-right: calc(50% +  30px);
}
#topnews_first .teasertext a {
  color: inherit;
}
#topnews_first .teasertext a:hover {
  text-decoration: none;
}
.section.newsletter_banner {
  margin-bottom: 60px;
}
.section.newsletter_banner .container {
  padding: 30px;
  background-color: #4f128b;
  color: white;
  border-radius: 8px;
  position: relative;
  background-image: url('/MEDIEN/layout/newsletterbox_bg.png');
  background-repeat: no-repeat;
  background-position: 94% 75%;
  background-size: 38% auto;
}
.section.newsletter_banner #circle1 {
  position: absolute;
  top: -30px;
  right: 26%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0.2;
  background-color: #067eeb;
  transform: rotate(0deg);
  transform-origin: 47% 58%;
  animation-name: circle_move;
  animation-timing-function: linear;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
.section.newsletter_banner .textbox {
  text-align: left;
  max-width: 55%;
}
.section.newsletter_banner .title {
  color: white;
  text-align: left;
  margin: 0px;
  line-height: 1.1;
}
.section.newsletter_banner .subtitle {
  margin: 15px 0px 30px 0px;
  font-size: 13px;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
.section.newsletter_banner .button.big {
  text-align: center;
}
@keyframes circle_move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#socialbar_fixed {
  position: fixed;
  z-index: 2;
  right: 1%;
  bottom: 5%;
  transform: translateY(-50%);
}
#socialbar_fixed .social_icons a {
  float: none;
  margin: 10px 0px;
  background-color: #067eeb;
  color: white;
}
.caption_small {
  color: #4f128b;
  display: block;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}
.section.image img {
  max-width: 100%;
}
.section.quote .quote {
  color: #4f128b;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 1.3px;
  padding-right: 20%;
}
.section.quote .quote_img {
  margin: 0px auto 20px auto;
  display: block;
  max-width: 120px;
}
.frontpage .section.quote {
  text-align: center;
}
.frontpage .section.quote .quote {
  text-align: center;
  padding: 0px 10%;
}
.section.quote_slider {
  text-align: center;
}
.section.quote_slider .quote {
  text-align: center;
  padding: 0px 10%;
  max-width: 900px;
  margin: auto;
}
.section.quote_slider .slidercontainer {
  margin-bottom: 40px;
}
.section.quote_slider .slideritem {
  padding: 0px 0px 60px 0px;
}
.template_40 .section.quote .quote {
  width: 700px;
  box-sizing: border-box;
  padding-right: 0px;
}
body.audioplayer {
  opacity: 1;
  display: block;
}
body.audioplayer #wrapper {
  box-shadow: none;
  position: relative;
  padding: 10px 10px 0px 10px;
}
body.audioplayer #wrapper:after {
  content: "";
  background-color: white;
  position: absolute;
  bottom: -25px;
  left: 0px;
  height: 25px;
  display: block;
  width: 100%;
}
body.audioplayer .audiobox {
  position: relative;
  z-index: 1;
  padding: 15px;
}
body.audioplayer .audiobox audio {
  width: 100%;
  max-width: 100%;
}
body.audioplayer .audiobox .title {
  height: 50px;
  margin-bottom: 20px;
}
.audiobox {
  background-color: #4f128b;
  padding: 30px;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
  border-radius: 8px;
  color: white;
  display: flex;
}
.audiobox .image {
  display: block;
  border-radius: 3px;
  width: 160px;
  height: 160px;
  position: relative;
  background-color: #f4f5f8;
  margin-right: 30px;
  cursor: pointer;
}
.audiobox .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audiobox .image:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translateX(-30px) translateY(-30px);
  background-color: white;
  border-radius: 50%;
  background-image: url('/MEDIEN/layout/icon_PlayButton.png');
  background-size: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.audiobox .image.playing:after {
  opacity: 0;
}
.audiobox .title {
  padding-top: 10px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 60px;
}
#newscenter_sections_wrapper.access_blocked {
  /*
	max-height: 80vh;
	height: 80vh;
	overflow: hidden;
	*/
}
#whitepaper_popup_container {
  /*
	position: relative;
	top: -70vh;
	z-index: 5;
	text-align: center;
	
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	*/
}
#whitepaper_form_popup {
  max-width: 780px;
  z-index: 1;
}
.section.table_compare .tablewrapper {
  padding-bottom: 50px;
  position: relative;
}
.section.table_compare .tablewrapper .listheadline_container.sticky {
  position: fixed;
  right: 0px;
}
.section.table_compare .tablewrapper table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.section.table_compare .tablewrapper table th:empty,
.section.table_compare .tablewrapper table td:empty {
  background-color: transparent;
  padding: 0px;
}
.section.table_compare .tablewrapper table th {
  background-color: #e6e5ec;
  border-bottom: 1px solid #cbcbd4;
  padding: 0px 10px;
  height: 70px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1.4;
  margin: 0px;
}
.section.table_compare .tablewrapper table th:nth-Child(2) {
  background-color: #067eeb;
  color: white;
}
.section.table_compare .tablewrapper table td {
  margin: 0px;
  background-color: #f9f9fb;
  text-align: center;
  box-sizing: border-box;
  height: 86px;
  font-size: 12px;
  line-height: 1.5;
  padding: 25px 10px;
  vertical-align: top;
  border-bottom: 1px solid #cbcbd4;
}
.section.table_compare .tablewrapper table td:first-Child {
  background-color: transparent;
  font-weight: 600;
  text-align: left;
  padding-left: 0px;
}
.section.table_compare .tablewrapper table td:nth-Child(2) {
  /* background-color: #eee8f4; */
  background-color: #e6f2fd;
  color: #05003b;
  font-weight: bold;
}
.section.table_compare .tablewrapper table td.spacer,
.section.table_compare .tablewrapper table th.spacer {
  padding: 0px;
  width: 25px;
}
.section.table_compare .tablewrapper table .ic {
  display: none;
}
.section.table_compare .tablewrapper table .ic.active {
  display: block;
}
.section.table_compare .tablewrapper .table_sticky_header {
  display: none;
  position: fixed;
  z-index: 5;
  width: 100%;
  left: 0px;
  top: 80px;
  transform: translateY(0%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.table_compare .tablewrapper .table_sticky_header .spacer {
  background-color: white;
}
.section.table_compare .tablewrapper .table_sticky_header .title {
  border-bottom: 0px;
}
.section.table_compare .tablewrapper.sticky .table_sticky_header {
  display: blocK;
}
.section.table_compare .tablewrapper.sticky.pastContent .table_sticky_header {
  transform: translateY(-200%);
}
.section.text_img_2grid h2 {
  color: #05003b;
  display: block;
  font-weight: 600;
  font-size: 30px;
  margin: 0px auto 50px auto;
  max-width: 650px;
  text-align: center;
  text-transform: none;
  line-height: 1.3;
  color: #067eeb;
  text-align: left;
  margin-bottom: 0px;
}
.section.text_img_2grid h2:empty {
  display: none;
}
.section.text_img_2grid h2.thin {
  font-weight: 400;
}
.section.text_img_2grid h3 {
  text-align: left;
  margin-bottom: 0px;
}
.section.text_img_2grid .container {
  position: relative;
  padding: 60px 0px;
  padding-left: 60%;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 400px;
  min-height: 300px;
}
.section.text_img_2grid .container .image {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: auto;
  height: 400px;
  transform: translateY(-50%);
}
.section.text_img_2grid .container .text {
  /*
			text-align: right;
			padding-left: 50px;
			*/
  margin-top: 30px;
}
.section.text_img_2grid .container .text a {
  color: #067eeb;
  font-weight: 600;
}
.section.text_img_2grid .container h2,
.section.text_img_2grid .container h3 {
  /* text-align: right; */
}
.section.text_img_2grid .container .only_mobile {
  display: none;
  position: relative;
}
.section.text_img_2grid .container video {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 600px;
  max-width: 58%;
  max-height: 100%;
  display: block;
}
.section.text_img_2grid .container.img_right {
  padding-right: 60%;
  padding-left: 0px;
  background-repeat: no-repeat;
  background-position: center right;
}
.section.text_img_2grid .container.img_right .image {
  left: auto;
  right: 0px;
}
.section.text_img_2grid .container.img_right .text {
  padding-right: 50px;
  padding-left: 0px;
  text-align: left;
}
.section.text_img_2grid .container.img_right h2,
.section.text_img_2grid .container.img_right h3 {
  text-align: left;
}
.section.text_img_2grid .container.img_right video {
  left: auto;
  right: 0px;
}
#banner_top_bar {
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  color: white;
  background-color: #4f128b;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  transform: translateY(-100%);
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.4;
  /*padding: 25px 0px 25px 0px;*/
  display: flex;
  min-height: 70px;
}
#banner_top_bar a,
#banner_top_bar p {
  display: inline;
  color: inherit;
  margin: 0px;
}
#banner_top_bar .content {
  padding-right: 60px;
}
#banner_top_bar .arrows {
  display: inline-block;
  width: 16px;
  height: 13px;
  background-image: url('/MEDIEN/layout/Pfeile.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-left: 2px;
}
#banner_top_bar .close {
  display: block;
  position: absolute;
  /* top: -12.5px; */
  right: 0px;
  color: white;
  background-color: #44107f;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
#banner_top_bar .close .ic {
  position: relative;
  top: 5px;
}
body.bannerTopBar #banner_top_bar {
  transform: translateY(0%);
}
body.bannerTopBar #wrapper,
body.bannerTopBar #header {
  top: 70px;
}
body.bannerTopBar #wrapper {
  position: relative;
}
body.bannerTopBar.checkout #header {
  top: 0px;
}
#banner_popup .overlay_content {
  box-shadow: 0px 20px 40px 0px rgba(4, 16, 59, 0.2);
  background-color: transparent;
  width: 850px;
  box-sizing: border-box;
  max-width: 90vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* padding: @px_padding*2 @px_padding*4; */
  padding: 60px 60px;
}
#banner_popup .overlay_content .text {
  text-align: center;
  color: white;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}
body.bannerPopup #banner_popup {
  display: block;
}
#whitepaper_open_form {
  padding-top: 0px;
  display: none;
}
#checkout_trial #form_container {
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
  padding: 30px;
  border-radius: 8px;
  margin: auto;
  max-width: 600px;
}
#checkout_trial #form_container h3,
#checkout_trial #form_container h4 {
  margin-bottom: 15px;
}
#checkout_trial button,
#checkout_trial .button {
  width: 100%;
}
/* BEA Animation Lottie */
#bea_anim_lottie {
  position: absolute;
  width: 90% !important;
  bottom: 0%;
  right: -10%;
}
/* Umfrage Seiten */
.doc_1013 .section.demo_form #demo_form_container,
.doc_1014 .section.demo_form #demo_form_container,
.doc_1044 .section.demo_form #demo_form_container {
  max-width: 700px;
}
.doc_1013 .section.demo_form .smcx-embed,
.doc_1014 .section.demo_form .smcx-embed,
.doc_1044 .section.demo_form .smcx-embed,
.doc_1013 .section.demo_form .smcx-embed > .smcx-iframe-container,
.doc_1014 .section.demo_form .smcx-embed > .smcx-iframe-container,
.doc_1044 .section.demo_form .smcx-embed > .smcx-iframe-container {
  min-height: 1200px;
}
.doc_1013 #launcher,
.doc_1014 #launcher,
.doc_1044 #launcher {
  display: none !important;
  /* hide chat */
}
.doc_1013 #mainmenu,
.doc_1014 #mainmenu,
.doc_1044 #mainmenu {
  display: none;
}
.section.text_on_background {
  position: relative;
}
.section.text_on_background .container {
  text-align: center;
  background-color: #4f128b;
  padding: 120px 0px;
  color: white;
}
.section.text_on_background .text {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: auto;
  font-size: 30px;
  line-height: 1.3;
}
.section.text_on_background .text .biggerText,
.section.text_on_background .text .biggestText {
  font-weight: 300;
}
.section.text_on_background:after {
  content: "";
  display: block;
  background-image: url('/MEDIEN/layout/StreifenGrafik_Intensiver.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.section.img_gallery_instagram .images_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section.img_gallery_instagram .image {
  width: calc(33.33% -  30px);
  position: relative;
  padding-bottom: 30.5%;
  overflow: hidden;
}
.section.img_gallery_instagram .image picture,
.section.img_gallery_instagram .image img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.img_gallery_instagram .caption {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
}
.section.img_gallery_instagram .caption .morelink {
  margin-top: 15px;
}
.section.img_gallery_instagram .caption .text a {
  color: #067eeb;
}
.section.img_gallery_instagram .image:hover img {
  transform: scale(1.05);
}
.section.img_gallery_instagram .image:hover .caption {
  opacity: 1;
}
/* Start 2021 */
.doc_673 {
  /* disable animatinos */
}
.doc_673 #sec12 .images_container .image {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.doc_673 #sec13 {
  padding-top: 20px;
}
.doc_673 .section.text_gradient .container,
.doc_673 .section.button_single,
.doc_673 .section.boxes_3grid,
.doc_673 .section.big_img {
  opacity: 1;
  transform: translateY(0);
}
.doc_673 .system_icons {
  display: block;
  padding-top: 25px;
}
.doc_673 .system_icons img {
  display: inline-block;
  margin: 0px -10px -20px -10px;
}
/* Webinar Form Hubspot */
.doc_436 .section.demo_form {
  padding-bottom: 0px;
}
.doc_436 .section.demo_form #demo_form_container {
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: -80px;
}
#landingpage .section.video video {
  box-shadow: 0px 40px 80px rgba(5, 0, 59, 0.15);
  border-radius: 8px;
  object-fit: cover;
}
#landingpage .section.video .videocontainer {
  position: relative;
}
#landingpage .section.video .playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border-radius: 50%;
  background-image: url('/MEDIEN/layout/icon_PlayButton.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 94px;
  height: 94px;
  box-shadow: 0px 10px 20px 0px rgba(4, 16, 59, 0.05);
}
/*
.section.slider_vert {
	position: relative;

	.background {
		position: absolute;
		top: -75px;
		left: 0px;
		width: 100%;
		height: 100vh;
		z-index: -1;
		
		background: rgb(226,242,255);
		background: -moz-linear-gradient(180deg, rgba(226,242,255,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(226,242,255,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(180deg, rgba(226,242,255,1) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2f2ff",endColorstr="#ffffff",GradientType=1);
	}
	
	.headlinecontainer {
		text-align: center;
	}
		
	.item {
		width: 100%;
		box-sizing: border-box;
		padding: @px_padding*2 0px;
	}		
	&.animLoaded .item {
		position: absolute;
		top: 0px;
	}
	
	&.animLoaded .slider_vert_wrapper  {
		width: 100%;
		position: relative;
		
		&.sticky {
			position: fixed;
			top: 0px;
		}
		&.pastcontent {
			
		}
	}

	.elementscontainer {
		position: relative;
	}
	
	.item {
		.itemcontent {
			opacity: 0;
			transform: translateX(100%);
			.transition_slow;
		}
		
		.textbox {
			padding: 15px 0px 0px 0px;
		}
	}
	
	.item.animated {
		.itemcontent {
			transform: translateX(0%);
			opacity: 1;
		}
	}
	
	.item.past {
		.itemcontent {
			transform: translateX(-100%);
			opacity: 0;
		}
	}
	
	.slider_dots {
		position: absolute;
		right: 5vw;
		top: 50vh;
		margin-top: -39px;
		
		& > div {
			margin: 6px 0px;
			color: @color_font;
			background-color: white;
			border: 1px solid @color_border;
			width: 34px;
			height: 34px;
			line-height: 34px;
			border-radius: 50%;
			text-align: center;
			.shadow_small;
			
			&.active {
				color: white;
				border-color: @color_1;
				background-color: @color_1;
			}
		}
	}
}
*/
.section.slider_vert {
  padding-bottom: 0px;
  background-color: #e2f2ff;
  position: realtive;
  /* slider container */
}
.section.slider_vert:after {
  content: "";
  display: block;
  background-image: url('/MEDIEN/layout/StreifenGrafik_Intensiver.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}
.section.slider_vert .slick-list {
  padding-bottom: 30px;
  /* fix for shadow of images  */
}
.section.slider_vert .prehead {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  color: #067eeb;
}
.section.slider_vert .headline {
  font-size: 40px;
  display: block;
  text-align: center;
  padding: 0px;
  margin-bottom: 30px;
}
.section.slider_vert .slideritem {
  text-align: center;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.section.slider_vert .slideritem img {
  display: block;
  margin: auto;
  max-width: 100%;
  box-shadow: 0px 15px 30px 0px rgba(4, 16, 59, 0.2);
}
.section.slider_vert .slideritem .textbox {
  opacity: 0;
  min-height: 200px;
  margin: auto;
  width: 90%;
  max-width: 680px;
  position: relative;
  padding: 60px 0px 0px;
  box-sizing: border-box;
  color: #4f128b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1;
  transform: translateX(-20%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.section.slider_vert .slideritem.slick-active .textbox {
  opacity: 1;
  transform: translateX(0%);
}
.section.slider_vert .slick-dots {
  position: absolute;
  left: auto;
  bottom: auto;
  right: 50px;
  top: 50%;
  height: auto;
  width: auto;
  overflow: visible;
  transform: translateY(-50%);
}
.section.slider_vert .slick-dots li {
  display: block;
  margin: 15px 0px;
}
.section.slider_vert .slick-dots li button {
  color: #05003b;
  background-color: white;
  border: 1px solid #e6e5eb;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(4, 16, 59, 0.05);
}
.section.slider_vert .slick-dots li button:after {
  display: none;
}
.section.slider_vert .slick-dots li.slick-active button {
  color: white;
  border-color: #4f128b;
  background-color: #4f128b;
}
.section.slider_vert .slider_dots {
  display: none;
}
.section.scrollanimation {
  padding-top: 100px;
  margin-top: 50px;
  /* this section has more space on top! */
}
.section.scrollanimation .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #e5f1fd;
  background: -moz-linear-gradient(180deg, #e5f1fd 0%, #ffffff 100%);
  background: -webkit-linear-gradient(180deg, #e5f1fd 0%, #ffffff 100%);
  background: linear-gradient(180deg, #e5f1fd 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5f1fd", endColorstr="#ffffff", GradientType=1);
}
.section.scrollanimation .contentwrapper {
  margin-top: 60px;
}
.section.scrollanimation .textbox {
  text-align: center;
  margin: 30px auto 0px auto;
  max-width: 80%;
}
.section.scrollanimation .code {
  position: relative;
  min-height: 80vh;
}
.section.scrollanimation .box {
  display: block;
  border-radius: 8px;
}
.section.scrollanimation .box img,
.section.scrollanimation .box video {
  display: block;
  max-width: 100%;
  border-radius: 8px;
}
.section.scrollanimation .previewpic img {
  border-radius: 8px;
  filter: drop-shadow(0px 20px 40px rgba(5, 0, 59, 0.15));
}
/* Teams Seite */
.doc_1169 #landing_header_wrapper {
  background: #f4f7fc;
  background: linear-gradient(176deg, #f4f7fc 0%, #ffffff 100%);
}
.doc_1169 #landing_header_wrapper:before {
  content: "";
  display: block;
  background-image: url('/MEDIEN/header/header_wolke.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 0px;
  right: -18%;
  width: 40%;
  height: 100%;
  opacity: 0.8;
}
.doc_1169 #landing_header_wrapper:after {
  content: "";
  display: block;
  background-image: url('/MEDIEN/header/header_teams_wolke.png');
  background-position: -17% 30%;
  background-repeat: no-repeat;
  background-size: 40%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.doc_1169 .slider_vert .background {
  background: #e5f1fd;
  background: -moz-linear-gradient(180deg, #e5f1fd 0%, #f8fcff 100%);
  background: -webkit-linear-gradient(180deg, #e5f1fd 0%, #f8fcff 100%);
  background: linear-gradient(180deg, #e5f1fd 0%, #f8fcff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5f1fd", endColorstr="#f8fcff", GradientType=1);
  height: 210vh;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
}
/* Custom Scrollanimation Box */
.teams_animation .textbox {
  display: none;
}
.teams_animation .ms_button,
.teams_animation .ms_button2 {
  position: absolute;
  transform: translateY(50%) scale(0.8);
  width: 130px;
  max-width: 35% !important;
  filter: drop-shadow(0px 10px 20px rgba(5, 0, 59, 0.1));
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.teams_animation .ms_button.animated,
.teams_animation .ms_button2.animated {
  opacity: 1;
  transform: translateY(50%) scale(1);
}
.teams_animation .box1 {
  position: relative;
  top: 0px;
  left: 0px;
  width: 49%;
  padding-bottom: 25%;
  z-index: 2;
}
.teams_animation .box1 > div {
  position: relative;
}
.teams_animation .box1 .ms_button {
  bottom: 0px;
  left: 55%;
}
.teams_animation .box2 {
  position: absolute;
  top: 5%;
  right: 0px;
  width: 42%;
  z-index: 2;
}
.teams_animation .box2 .ms_button {
  transform: translateY(-50%) scale(0.8);
  top: 0px;
  right: 5%;
}
.teams_animation .box2 .ms_button.animated {
  transform: translateY(-50%) scale(1);
}
.teams_animation .box4 {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 42%;
  background-color: #eae6f4;
  padding-bottom: 34%;
  z-index: 1;
}
.teams_animation .box3 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 55%;
  z-index: 3;
}
.teams_animation .box3 .ms_button {
  transform: translateY(50%) scale(0.8);
  bottom: 35px;
  right: 5%;
}
.teams_animation .box3 .ms_button.animated {
  transform: translateY(50%) scale(1);
}
.teams_animation .box3 .ms_button2 {
  transform: translateY(50%) scale(0.8);
  bottom: 35px;
  right: 30%;
}
.teams_animation .box3 .ms_button2.animated {
  transform: translateY(50%) scale(1);
}
.teams_animation .box5 {
  position: absolute;
  top: 60%;
  left: 9%;
  width: 45%;
  background-color: #eff2f8;
  padding-bottom: 24%;
  z-index: 1;
}
.teams_animation span {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.4;
  color: #4f128b;
  display: inline-block;
  padding: 10px 0px;
}
.teams_animation .textbox {
  position: absolute;
  bottom: 2%;
  left: 0px;
  max-width: 40%;
  margin: 0px;
}
.teams_animation_aufgaben .box1 {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  padding-bottom: 3%;
}
.teams_animation_aufgaben .box1 .parallaxbox {
  position: relative;
  z-index: 2;
  left: -10%;
  max-width: 100%;
}
.teams_animation_aufgaben .box1 .parallaxbox video {
  margin: 10%;
  width: 80%;
}
.teams_animation_aufgaben .box1 .bgbox {
  position: absolute;
  top: 18%;
  left: 10%;
  width: 75%;
  height: 75%;
  background-color: #eae6f4;
  border-radius: 8px;
  z-index: 1;
}
.teams_animation_aufgaben .box3 {
  position: absolute;
  right: 0px;
  top: 20%;
  z-index: 3;
  max-width: 30%;
}
.teams_animation_aufgaben .box3 .notification {
  display: block;
  position: relative;
  max-width: 200% !important;
  width: 116%;
  left: -5%;
  margin-bottom: 0px;
  transform: scale(0.2);
  transition-delay: 0.4s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.teams_animation_aufgaben .box3 .notification.animated {
  transform: scale(1);
}
.teams_animation_aufgaben .box3 .icon_check {
  position: absolute;
  bottom: 0px;
  right: 4%;
  width: 40px;
  transform: translateY(150%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  transition-delay: 0.2s;
  opacity: 0;
}
.teams_animation_aufgaben .box3 .icon_check.animated {
  transform: translateY(50%);
  opacity: 1;
}
.teams_animation_kommu .container {
  position: relative;
}
.teams_animation_kommu .box1 {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  padding-bottom: 5%;
}
.teams_animation_kommu .box1 .parallaxbox {
  position: relative;
  z-index: 2;
  right: -7.5%;
  max-width: 100%;
}
.teams_animation_kommu .box1 .bgbox {
  position: absolute;
  top: 15%;
  left: 0%;
  width: 85%;
  height: 80%;
  background-color: #eae6f4;
  border-radius: 8px;
  z-index: 1;
}
.teams_animation_kommu .box2 {
  position: absolute;
  bottom: 10%;
  right: 5%;
  max-width: 30%;
  z-index: 3;
}
.teams_animation_kommu .box2 .icon_mail {
  position: absolute;
  left: -20%;
  top: 25%;
  width: 30%;
}
.teams_animation_kommu .box3 {
  position: absolute;
  top: 50%;
  left: 0%;
  max-width: 40%;
  z-index: 4;
}
.teams_animation_kommu .box3 .bea_label {
  position: absolute;
  top: 10px;
  left: 55%;
  transform: translateY(50%) translateX(-50%);
  width: 45px;
  z-index: 5;
}
.teams_animation_kommu .box3 .message1,
.teams_animation_kommu .box3 .message2,
.teams_animation_kommu .box3 .message3 {
  display: block;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
.teams_animation_kommu .box3 .message1 {
  top: 0px;
  z-index: 3;
  transform: translateY(0%) scale(0.3);
  transition-delay: 0.1s;
}
.teams_animation_kommu .box3 .message1.animated {
  transform: translateY(0%) scale(1);
}
.teams_animation_kommu .box3 .message2 {
  top: -62%;
  z-index: 4;
  transform: translateY(-58%) scale(0.3);
  transition-delay: 0.2s;
}
.teams_animation_kommu .box3 .message2.animated {
  transform: translateY(-58%) scale(1);
}
.teams_animation_kommu .box3 .message3 {
  top: -120%;
  z-index: 5;
  transform: translateY(-115%) scale(0.3);
  transition-delay: 0.3s;
}
.teams_animation_kommu .box3 .message3.animated {
  transform: translateY(-115%) scale(1);
}
.teams_animation_kommu .icon_mail2 {
  position: absolute;
  z-index: 3;
  top: 40%;
  left: 10%;
  width: 100px;
}
#callus_box {
  font-size: 25px;
  font-weight: 600;
  font-weight: 400;
  background-color: #4f128b;
  border-radius: 8px;
  padding: 45px 20px;
  color: white;
  text-align: center;
  box-shadow: 0px 40px 80px rgba(5, 0, 59, 0.15);
}
#callus_box .ic {
  font-size: 30px;
  position: relative;
  top: 6px;
}
#callus_box a {
  font-weight: 700;
  color: white;
}
.minipopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  width: 480px;
  max-width: 98%;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 20px 40px 0px rgba(4, 16, 59, 0.2);
  z-index: 99;
  display: none;
}
.minipopup_opened .minipopup {
  display: block;
}
#internal_booking_info {
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
  line-height: 1;
  background-color: #067eeb;
  color: white;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
#internal_booking_info .ic {
  position: relative;
  top: 6px;
}
