/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/*! 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;
}


/**
 * Swiper 8.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 16, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}


	body { background: #807772;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
   }

   h1, h2, h3, h4, h5, ul, ol, p, blockquote { margin: 0; padding: 0;  }

   h1, h2, h3, h4,  #mainMenu li a  { font-family: Congress-Bol;  font-weight: normal; font-style: normal; }

	#pageContainer, .row { max-width: 1200px; margin: 0 auto; position: relative; }

  .sections { background: #baaca1; }


#section1 .swiper-container-horizontal > .swiper-pagination-bullets, #section1 .swiper-pagination-custom, #section1 .swiper-pagination-fraction {
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 99999
}

#section1 .swiper-pagination-bullet { background: #fff; width: 10px; height: 10px }

#section1 .triangle { pointer-events: none; }

.swiperTopRight { background-position: right top !important }

  /* TRANSITIONS */
    #stoerer img,  #footer a,  #footer a:after, .innerSectionHeadline a, #mainMenu a,
     #menuController a,  #menuController a span,   #headerbar,   #logo,   #logo img, #mainMenu ul, #mainMenu, #headerbar .row {
      -webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
    }

    .swiper-button-next-archive { pointer-events: all; z-index: 20000; background: url("../../mag-assets/next.png"); right: -10px; }
    .swiper-button-prev-archive { pointer-events: all; z-index: 20000; background: url("../../mag-assets/prev.png"); left: -10px; }
     .swiper-button-next-archive, .swiper-button-prev-archive { background-position: center center; background-repeat: no-repeat; background-size: contain; }

    .subline img { max-width: 100%; height: auto; margin: 30px 0; }

    .subsection img { max-width: 400px; height: auto; text-align: center; }
    .subsection { text-align: center; }

    .magTitle { padding: 40px 0 }

    .magSection a { color: #8c014d; font-weight: bold; text-decoration: none; }
    .magSection { text-align: center; }
    
    .magIntroSection p { margin: 0 0 20px 0}

    .magSection ul { list-style-type: none; margin: 40px 0 !important }
    .magSection li { list-style-type: none; }

    #main .magSection ul li::before { display: none; }

    .lastLine { margin-top: 30px }

    .magSection h2 { text-align: center; color: #817873 }

    .archivContainer { padding: 0 50px }

    #archivSliderContainer { padding: 0 50px; position: relative; }
    .archiveImage img { max-width: 100%; height: auto }

    .archivSlider { padding-top: 50px }

  /* HEADER */

  #headerbar { height: 200px; position: fixed; width: 100%; left: 0; top: 0; z-index: 9999990; background: #807772;  }
  #headerbar .row { height: 100%;  }
  #headerbar.isOfftarget { height: 60px;  }
  #headerbar.isOfftarget #stoerer { display: none; }

#headerbar.isOfftarget2 {
  -webkit-box-shadow: 0 0 30px 2px rgba(0,0,0,0.1);
box-shadow: 0 0 30px 2px rgba(0,0,0,0.1);
}

.headline-align-center { text-align: center; color: #817771; margin-bottom: 30px }

      #stoerer { position: absolute; top: 0; left: 60px; z-index: 500; display: none; }
        #stoerer img { max-width: 120px; height: auto; position: absolute; top: -10px; }

        #stoerer:hover img { top: 0px; }

        #logo { width: 200px; position: absolute; left: 50%; margin-left: -100px; top: 35px; }
        #logo img { max-width: 200px; height: auto }

        #headerbar.isOfftarget #logo { width: 60px; position: absolute; left: 50%; margin-left: -30px; top: 10px; }
        #headerbar.isOfftarget #logo img { max-width: 60px; height: auto }


    #mainMenu { position: absolute; right: 0; top: 140px; font-family: Congress-Med; font-weight: normal; font-style: normal; }  

        #mainMenu li { display: inline-block; margin-left: 10px; }
        #mainMenu li a { color: #fff; text-decoration: none; }
        #mainMenu li a:hover { color: #d9d6d5; text-decoration: none; }

        #headerbar.isOfftarget #mainMenu { top: 19px }



  /* MAIN */
      #main { 
        background: #e6e0dc; 
        -webkit-border-radius: 12px 12px 12px 12px;
        border-radius: 12px 12px 12px 12px; 
        overflow: hidden;
        margin-top: 200px;
      }

      #main ul { margin: 0 0 20px 20px; }
      #main ul li { margin: 0 0 8px 0; padding-left: 20px; position: relative;}
      
      #main ul li li { margin: 0 0 8px 0; padding-left: 20px; position: relative;}

          #main .gba-page ul ul { margin: 0; padding-left: 0px; position: relative; margin-top: 5px; margin-bottom: 15px}

          #main ul li:before { content: '»'; position: absolute; left: 0; top: 0; }
          #main ul li ul li:before { content: '›'; }
           

      #stageControllerButton { position: absolute; left: 50%; z-index: 500; bottom: 120px; margin-left: -20px; width: 40px; display: none;}
      #stageControllerButton img { max-width: 100%; height: auto }

#stageControl { display: block; }
#gbaSlider #stageControl { display: block; }


#section1 .swiper-button-prev, #section1 .swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto;
    top: 242px;
    background-image: url("../img/slider/stage-prev.png");
    background-repeat: no-repeat;
}

#section1 .swiper-button-next, #section1 .swiper-container-rtl .swiper-button-prev {
    right: 16px;
    left: auto;
    top: 350px;
    background-image: url("../img/slider/stage-next.png");
    background-repeat: no-repeat;
}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-prev::after, 
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: '';
    display: none;
}


#section1 .triangle { pointer-events: none; }


.gba-slider { height: auto }
#gbaSlider, #gbaSlider .swiper-wrapper { height: auto; position: relative; }
#slideIcon { position: absolute; left: 50%; margin-left: -30px; width: 60px; height: 60px; z-index: 10000; bottom: 100px; 
  background-image: url("../img/slide-icon.png"); background-size: contain;  }

  #gbaSlider { width: calc(100% + 100px); margin-left: -50px; margin-top: 40px; }

  .swiperGalerieImage { width: calc(100% - 500px); text-align: center; margin-left: 250px }
  .swiperGalerieImage img { max-width: 100%; height: auto}

  .swiper-button-nextGBA { background-image: url("../img/slider/next.png"); height: 54px; width: 30px; background-size: contain; right: 120px; margin-right: -15px; background-repeat: no-repeat;}
  .swiper-button-prevGBA { background-image: url("../img/slider/prev.png"); height: 54px; width: 30px; background-size: contain; left: 120px; margin-left: -15px;  background-repeat: no-repeat;}

.swiper-button-nextGBA::after, .swiper-container-rtl .swiper-button-nextGBA::after {
    content: ''; display: none;
}
.swiper-button-prevGBA::after, .swiper-container-rtl .swiper-button-prevGBA::after {
    content: ''; display: none;
}


.swiperImageView, .swiperImage { height: 100%; width: 100%; position: absolute; }
  .swiperImageView { background-position: top center; background-size: cover; }
  .swiperImageView:hover { scale: 1.05; }

  .swiperImageView a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.swiperImageView {
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

  .default-inner.gba-page { padding-top: 0 }
.gba-page h2 { text-align: center; color: #807772 !important; font-size: 1.8em }
.gba-page h2.subhead { margin-top: 50px }
.gba-page h2.contactHead { margin-top: 150px; margin-bottom: 20px }

#footerContactLayer p a { text-decoration: none; border-bottom: 1px solid #807772 }

.gbalayer { position: absolute; right: 100px; width: 300px; top: 100px }
.gbalayer img { max-width: 100%; height: auto }

.gba-page { position: relative; z-index: 200000 }
.gba-page p { text-align: center; line-height: 1.7em}
.gba-page p.slim { width: calc(100% - 300px); margin-left: 150px; margin-top: 30px; }

#main .gba-page ul { list-style-type: none; width: calc(100% - 600px); margin-left: 300px; margin-top: 30px }
#main .gba-page ul li ul { width: 100% }

#section1 .triangle { z-index: 1000 }

p.leadStage { font-size: 3em; padding-top: 100px; }

.section--default { background: #e6e0dc; position: relative; }

.sectionBackground { background-color: #baaca1; background-size: cover; background-attachment: fixed; height: 100%; position: absolute; width: 100%; left: 0; top: 0 }

.innerSectionTable { display: table; width: 100%; height: 100%; }
.innerSectionRow { display: table-row; width: 100%; height: 100%; }
.innerSectionCell { display: table-cell; width: 100%; vertical-align: middle; height: 100%; }

.innerSectionHeadline { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100}
.innerSectionHeadline h3 { display: block; padding: 0; color: #fff; text-align: center; font-size: 1.6em; font-weight: normal; line-height: 1.7em; letter-spacing: 1px }
.innerSectionHeadline a { color: #8e014d; text-decoration: none; }
.innerSectionHeadline a:hover { color: #fff; text-decoration: none; }


#main.gbaMain { position: relative; }

/* COOKIEBAR.start */
#cookiebar { font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; display: none; position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(200, 190, 190, .95); color: #fff; z-index: 999999; -webkit-box-shadow: 0 0 50px 10px rgba(0,0,0,0.2);box-shadow: 0 0 50px 10px rgba(0,0,0,0.2);}
#cookiebar p { color: #666; font-size: .9em; line-height: 1.4em }
#cookiebar.hidecookiebar { display: none; }
#cookiebar.showCookieBar { display: block; }
#cookiebar p a { color: #666; font-weight: bold; text-decoration: none; border-bottom: 1px solid #333; }
#cookiebarinner { padding: 30px 300px 30px 50px; }
#acceptcookie { position: absolute; right: 50px; top: 50%; line-height: 50px; height: 50px; margin-top: -25px; background: #8e014d; display: inline-block; padding: 0 30px; color: #fff; text-decoration: none; }
@media screen and (max-width: 800px) { #cookiebarinner { padding: 30px 30px 100px 30px; } #acceptcookie { top: auto; bottom: 30px; margin: 0; } }
@media screen and (max-width: 600px) { #cookiebarinner p { font-size: .8em; } #acceptcookie { right: auto; left: 30px !important; line-height: 40px; height: 40px; padding: 0 20px; font-size: .9em; } }
@media screen and (max-width: 400px) { #cookiebarinner { padding: 15px 30px 90px 30px; } }
#optoutbox { position: fixed; z-index: 9999; top: 50px; left: 50%; width: 250px;  margin-left: -125px; background: #fff; border: 0px solid #bacb29; font-family: 'Source Sans Pro', sans-serif; -webkit-box-shadow: 0 0 50px 10px rgba(100,100,100,0.3);
box-shadow: 0 0 50px 10px rgba(100,100,100,0.3); font-size: 1em; line-height: 1.6em; text-align: left; display: none; }
#optoutbox.view { display: block; }
#optoutinner { padding: 30px 60px 30px 30px; }
#closeOptOut { position: absolute; width: 30px; height: 30px; top: 10px; right: 10px; }
#closeOptOut span { position: absolute; top: 15px; left: 0; width: 30px; height: 4px; background: #555; -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;  }
#closeOptOut span.barscnd { top: 15px;  -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
.gaoptoutlink { font-weight: bold !important; text-decoration: none; border-bottom: 1px solid #333; color: #555; }
/* COOKIEBAR.end */




/* SECTION 1 */
    #section1 { height: 400px; background-color: #baaba1; position: relative; }

    #section1 .sectionBackground { background-image: url("../img/sections/section1-chairs.jpg"); background-repeat: no-repeat; background-attachment: scroll; }

       #section1  .swiper-container {
        width: 100%;
        height: 100%;
      }

      #section1 .swiper-slide {
        text-align: center;
        font-size: 18px;      
      }

      #beforeLogosSection { height: 400px; position: relative; }

      #beforeCoreSection { height: 400px; position: relative; }

      #section1 h1 { color: #8e014d; text-align: center; font-size: 5em; padding-top: 100px; }

      #contactContent { text-align: center; position: relative; z-index: 200; padding: 30px 0 100px }

      #contactContent p { color: #807772; line-height: 1.6em; }

      #contactContent a{ color: #8e014d; font-weight: 700; display: inline-block; text-decoration: none; }
      #contactContent a.download { color: #8e014d; font-weight: 700; display: inline-block; text-decoration: none; margin-top: 30px; position: relative; padding-left: 30px;}

      .introInner { padding: 40px 200px; }

      #contactContent p span { position: absolute; left: 0;
        display: inline-block; width: 20px; height: 20px; background: url("../img/nav/arrow-inText.png"); background-size: contain; background-position: center center; background-repeat: no-repeat; }

      #intro p { line-height: 1.8em; text-align: center; }

      a.arrow { margin-top: 30px; display: inline-block; }
      

      #beforeDataSection, #beforeFocusSection { position: relative; height: 400px; }

      #beforeFocusSection h3 { padding: 0 100px; }

      #coreContent { padding: 60px 0; text-align: center; font-size: 0 }
      #core span { display: inline-block; background-color: #333; padding: 10px 20px; font-size: 25.6px; font-family: Congress-Bol;
font-weight: normal; font-style: normal; color: #fff; margin: 5px }

    #core span.core-green { background: #6c6119; }
    #core span.core-orange { background: #d94815; }
    #core span.core-yellow { background: #dcb318; }
    #core span.core-sand { background: #c1b2a8; }
    #core span.core-purpur { background: #8d014d; }
    #core span.core-grey { background: #807772; }
    #core span.core-blank { background: none; }

   #core span.core-blank1 { width: 220px; }
   #core span.core-blank2 { width: 50px; }
   #core span.core-blank3 { width: 40px; }



/* CONTENT */
  .default-inner { padding: 50px; }
  .default-inner a { color: #8e014d; }
  .default-inner h1, .default-inner h2, .default-inner h3, .default-inner h4 { color: #8e014d; }

  .default-inner h2 { margin-top: 30px; }
  .default-inner h3 { margin-top: 30px; }

 .default-inner p.bodytext  { margin-bottom: 20px; font-size: 1em; line-height: 1.4em }


/* TRIANGLE */
    .triangle { position: absolute; top: 0; left: 0; width: 100%; height: 120px; }
    
    .triangle .view { width: 0; height: 0; border-style: solid;  }
    .triangle0tl .view { border-width: 120px 1250px 0 0; border-color: #e6e0dc transparent transparent transparent; }
    .triangle0tl { top: -1px; }
    
    .triangle0bl { top: auto; bottom: -1px; left: 0;}
    .triangle0bl .view { border-width: 120px 0 0 1250px; border-color: transparent transparent transparent #e6e0dc;  }


    #bottomMaster { position: relative; }
    #sectionBottom { position: relative; height: 400px; }

      #sectionBottom .sectionBackground { background-image: url("../img/sections/schlasse-section-bottom.jpg"); }
      #core .sectionBackground { background-image: url("../img/sections/schlasse-section-bottom.jpg"); }

      #beforeLogosSection .sectionBackground { background-image: url("../img/sections/section-office-table.jpg"); }
      #beforeDataSection .sectionBackground { background-image: url("../img/sections/schlasse-glastuer.jpg"); background-attachment: scroll; background-position: bottom center; }
      #beforeFocusSection .sectionBackground { background-image: url("../img/sections/schlasse-table-top.jpg"); }
      

      #bottomLayer { position: absolute; bottom: 0; left: 50%; width: 800px; margin-left: -400px; } 
      .gbaMain #bottomLayer { position: absolute; bottom: 0; left: 50%; width: 800px; margin-left: -400px; z-index: -20 } 

      #bottomLayer img { max-width: 100%; height: auto }

      #schlasseContentFocus { width: 100%; text-align: center; padding: 40px 0 }

      #schlasseContentFocus img { max-width: 90%; height: auto }

      .focus-desktop { display: block; }
      .focus-mobile { display: none; }

      @media screen and (max-width: 900px) {
          .focus-desktop { display: none; }
      .focus-mobile { display: block; }
      }

      #logoContainer { width: 100%; position: relative; }

      
      * { outline: none; }

     #logoSection  .swiper-container {
      width: 100%;
      height: 100%;
    }

   #logoSection  .swiper-slide {
      text-align: center;
      font-size: 18px;

    }

    #logoSlide { position: relative; }

    .logoItem { display: block; width: 100%;/* height: 150px;*/ flex: none;}

    #logosInnerContainer { margin: 0 250px }
    #logosInnerContainer .swiper-wrapper { }

    .swiper-button-nextClients { right: 100px; background-image: url("../img/nav/next.png"); background-size: 20px 36px; background-repeat: no-repeat; background-position: center center; }
    .swiper-button-nextClients:after { content: ''; }
    .swiper-button-prevClients { left: 100px; }
    .swiper-button-prevClients:after { content: ''; }
     .swiper-button-prevClients { background-image: url("../img/nav/prev.png"); background-size: 20px 36px; background-repeat: no-repeat; background-position: center center; }

    .logoItem img { max-width: 100%; height: auto }






    .logoSlide .logoItem { position: relative; }
    .logoSlide .logoItem:last-child { border-bottom: 0 }

   .logoItem:before { content: ''; width: 100%; height: 2px; position: absolute; right: 0; bottom: 0; background-image: url("../img/grid/dotted-line.png"); background-size: 3px 1px; background-repeat: repeat-x; }
   .logoSlide .logoItem:last-child:before { display: none; }

   .logoItem:after { content: ''; right: 0; top: 0; width: 2px; background-size: 1px 3px; background-image: url("../img/grid/dotted-line-vertical.png"); background-repeat: repeat-y;height: 100%; position: absolute; }

   .gridMask { position: absolute; width: 3px; height: 100%; background: #e6e0dc; right: 0; top: 0; z-index: 300; }



/* FOOTER */



    #footer { color: #d9d6d5; line-height: 1.6em; padding-bottom: 100px; position: relative; }
    #footer a { color: #d9d6d5; text-decoration: none; position: relative; }
    #footer a:after { content: '';position: absolute;left: 0; bottom: -4px; width: 0; height: 1px; background: #fff; }

    #footer a:hover { color: #fff; }
    #footer a:hover:after { width: 100%; }

    #footerMenu { position: relative; padding-top: 30px; padding-bottom: 30px;}

    #footerMenu ul { margin: 0; left: 0; padding: 0 }

    #footerMenu li { display: inline-block; margin: 0 20px 0 0; }

    /* #moreFooter p { background: url("../img/footer/agenturmatching.png"); background-size: contain; padding: 10px 0 10px 60px; background-repeat: no-repeat; } */

    #moreFooter { padding: 10px 0 20px }

    #moreFooter.moreFooter--ecovadis {  padding: 0  }
    .ecovadis--widget { padding: 0 0 20px }
    .ecovadis--widget img { width: 100px; height: auto }
    
    
    
    /* DATA */
      .dataItem { position: absolute; top: 0; left: 0; }

      #dataMaster { width: 100%; height: 600px; position: relative;  }

      .dataCircle { position: absolute; top: 0; left: 0; z-index: 100 }
      .bottomLine { position: absolute; left: 50%; width: 2px; height: 500px; background: #dcb318; margin-left: -1px; top: 100%; display: none !important; }

      .dataItem1 { width: 200px; height: 200px; left: 30px; top: 30px;}
      .dataItem1 .dataCircle { background: #dcb318; width: 200px; height: 200px; -webkit-border-radius: 100px 100px 100px 100px; border-radius: 100px 100px 100px 100px; }

      .dataItem2 { width: 160px; height: 160px; left: 150px; top: 230px; font-size: .9em}
      .dataItem2 .dataCircle { background: #c0b2a7; width: 160px; height: 160px; -webkit-border-radius: 80px 80px 80px 80px; border-radius: 80px 80px 80px 80px; }
      .dataItem2 .bottomLine { background: #c0b2a7; }

      .dataItem3 { width: 180px; height: 180px; left: 260px; top: 80px; font-size: .9em}
      .dataItem3 .dataCircle { background: #8e014d; width: 180px; height: 180px; -webkit-border-radius: 90px 90px 90px 90px; border-radius: 90px 90px 90px 90px; }
      .dataItem3 .bottomLine { background: #8e014d; }

      .dataItem4 { width: 270px; height: 270px; left: 380px; top: 230px; font-size: .9em}
      .dataItem4 .dataCircle { background: #d84815; width: 270px; height: 270px; -webkit-border-radius: 150px 150px 150px 150px; border-radius: 150px 150px 150px 150px; }
      .dataItem4 .bottomLine { background: #d84815; }

      .dataItem5 { width: 150px; height: 150px; left: 590px; top: 80px; font-size: .9em}
      .dataItem5 .dataCircle { background: #807771; width: 150px; height: 150px; -webkit-border-radius: 75px 75px 75px 75px; border-radius: 75px 75px 75px 75px; }
      .dataItem5 .bottomLine { background: #807771; }


      .dataItem6 { width: 180px; height: 180px; left: 680px; top: 230px; font-size: .9em}
      .dataItem6 .dataCircle { background: #dcb318; width: 180px; height: 180px; -webkit-border-radius: 90px 90px 90px 90px; border-radius: 90px 90px 90px 90px; }
      .dataItem6 .bottomLine { background: #dcb318; }

      .dataItem7 { width: 180px; height: 180px; left: 790px; top: 60px; font-size: .9em}
      .dataItem7 .dataCircle { background: #c0b2a7; width: 180px; height: 180px; -webkit-border-radius: 90px 90px 90px 90px; border-radius: 90px 90px 90px 90px; }
      .dataItem7 .bottomLine { background: #c0b2a7; }

      .dataItem8 { width: 270px; height: 270px; left: 900px; top: 230px; font-size: .9em}
      .dataItem8 .dataCircle { background: #8e014d; width: 270px; height: 270px; -webkit-border-radius: 150px 150px 150px 150px; border-radius: 150px 150px 150px 150px; }
      .dataItem8 .bottomLine { background: #8e014d; }
      .dataItem8 p { font-size: .6em }

      .dataItemBody { position: relative; z-index: 100; color: #fff; padding-left: 30px; height: 100%; font-size: 1.6em  }

      .dataTable { display: table; height: 100%; }
      .dataRow { display: table-row; width: 100%; height: 100% }
      .dataCell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }





/* FOOTER */  
    #footerSocial { position: absolute; top: 20px; right: 0; z-index: 222 }

    #footerSocial ul { list-style-type: none; margin: 0; padding: 0; }
    #footerSocial li { display: inline-block; margin: 0 0 0 5px; }
    #footerSocial img { max-width: 40px; height: auto; pointer-events: none; }
    #footerSocial a { display: block; cursor: pointer; }
    #footerSocial a:after { display: none !important }



    #menuController { position: absolute; bottom: 40px; right: 30px; display: none;  }
    #menuController a { display: block; width: 40px; height: 40px; cursor: pointer; opacity: 0.7 }
    #menuController a:hover { opacity: 1 }

    #menuController span { width: 40px; height: 2px; background: #fff; position: absolute; top: 6px; left: 0; pointer-events: none; }
    #menuController span.mc2 { top: 18px; }
    #menuController span.mc3 { top: 30px; }
    #menuController span.mc4 { top: 0; z-index: 1000; width: 100%; height: 100%; background: none; cursor: pointer; display: block; pointer-events: all; }

    #menuController a.collapsed span.mc2 { left: 50%; width: 0 }
    #menuController a.collapsed span.mc1 { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 20px; }
    #menuController a.collapsed span.mc3 { -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 20px; }

    #navlayer {
    background: 
    rgba(255,255,255,0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
}


#headerbar.isOfftarget #menuController span { background: #fff }
#headerbar.isOfftarget #menuController span.mc4 { background: none }
/* RESPONSIVE */

  @media screen and (max-width: 1250px) {
     #pageContainer { max-width: 90% }
     #dataMaster { height: auto }
     .dataItem { width: 100%; height: auto; position: relative; left: auto; top: auto; padding: 0; }
     .bottomLine { display: none; }

     #main .dataCircle { left: auto; top: auto; width: 100%; height: 100%;  -webkit-border-radius: 0 0 0 0; border-radius: 0 0 0 0; }

     .dataItemBody { position: relative; top: auto; left: auto; padding: 20px 30px; }

     #main #beforeDataSection .triangle0bl .view { border-color: transparent transparent transparent #dcb318;  }
     #main #beforeFocusSection .triangle0tl .view { border-color: #8e014d transparent transparent transparent;  }


  }


  @media screen and (max-width: 1180px) {
     #pageContainer { max-width: 90% }

     #mainMenu { display: none; }

     #menuController { display: block; }

     #headerbar.isOfftarget #mainMenu { top: 60px }

     #stoerer { left: 30px }

     #mainMenu { display: block; width: 100%; bottom: auto; top: 200px; z-index: 1000;  -webkit-border-radius: 12px 12px 12px 12px;
        border-radius: 12px 12px 12px 12px; 
        overflow: hidden; }

    #mainMenu { display: none; }

      #mainMenu li { text-align: center; width: 100%; display: block; margin: 0   }
          #mainMenu li a { display: block; padding: 20px 0; background: #6e6661;  }

   #logosInnerContainer { margin: 0 150px }
  .swiper-button-prevClients { left: 50px; }
  .swiper-button-nextClients { right: 50px; }

   #headerbar.isOfftarget #menuController { right: 30px; top: 10px; }

   .gbaMain #section1 { height: 300px }

   .gba-page p.slim { width: 90%; margin-left: 5% }
   #main .gba-page ul { width: 90%; margin-left: 5% }
   #main .gba-page p, #main .gba-page ul { font-size: .9em }
   .gba-page h2 { font-size: 1.4em }

    .swiperGalerieImage { width: calc(100% - 100px); margin-left: 50px }

      .swiper-button-nextGBA {
        background-repeat: no-repeat;
      height: 35px;
      width: 20px;
      background-size: contain;
      right: 15px;
      margin-right: 0
    }

    .swiper-button-prevGBA {
        background-repeat: no-repeat;
      height: 35px;
      width: 20px;
      background-size: contain;
      left: 15px;
      margin-left: 0
    }

    .sectionBackground { background-position: right top }


    #section1 .swiper-button-next, #section1 .swiper-container-rtl .swiper-button-prev {
    top: 50px; bottom: auto
    }

     #section1 .swiper-button-prev, #section1 .swiper-container-rtl .swiper-button-next {
    top: 50px; bottom: auto
    }

    #section1 .swiper-container-horizontal > .swiper-pagination-bullets, #section1 .swiper-pagination-custom, #section1 .swiper-pagination-fraction {
    bottom: auto; top: 30px;
    left: 0;
    width: 100%;
    z-index: 99999
}



    #section1 {
    height: 350px;
    }

    .gbalayer {
    position: absolute;
    right: 80px;
    width: 220px;
    top: 80px;
}

  }



  @media screen and (max-width: 850px) {
     .triangle { height: 70px; }
     .triangle0bl .view { border-width: 70px 0 0 800px; }
     .triangle0tl .view { border-width: 70px 800px 0 0; }

     .introInner { padding: 50px 50px; }

    #stoerer img { max-width: 80px; height: auto; position: absolute; top: -20px; }

    #stoerer:hover img { top: -20px; }

    #pageContainer { max-width: 85% }

    #footerSocial { position: relative; width: 100%; text-align: right; }


    .coreRow { padding: 0 50px; }

    #core span { display: block; padding: 25px 20px; }

    #core .core-blank { display: none; }

    .innerSectionCell br { display: none; }


    
    .gbaMain #section1, .mainIndex #section1  { height: 250px }






  }


  @media screen and (max-width: 600px) {
      #stoerer { display: none; }

      #menuController { bottom: auto; top: 30px; }

      #logo { margin-left: -70px; top: 30px; }
      #logo img { max-width: 140px; }

      #headerbar { height: 150px; }

      #mainMenu { top: 150px; }

      .gbaMain #section1 { height: 200px }

      #moreFooter p { padding-left: 90px }


      #core span { font-size: 18px; padding: 20px }

      #sectionBottom { height: 500px }

      #main .innerSectionHeadline h3 { font-size: 1.2em; padding: 0 50px; }

      #footerMenu li { display: block; margin-bottom: 9px }

       .gbaMain .default-inner  { padding: 30px }

       .gba-slider { padding: 0 15px  }

      #logosInnerContainer { margin: 0 50px }
    .swiper-button-prevClients { left: 20px; }
    .swiper-button-nextClients { right: 20px; }

    .gbalayer {
    position: absolute;
    right: 70px;
    width: 170px;
    top: 60px;
}

    }

  @media screen and (max-width: 500px) {
      .gbaMain #section1, .mainIndex #section1 { height: 150px }

      .gbalayer {
    position: absolute;
    right: 70px;
    width: 100px;
    top: 20px;
}

  }


 
#archive { padding: 70px 0 0 0 }

#archive2024 {
width: 40%;
margin: 0 auto
}

#archive2024 .archive-swiper
{
margin: 0
}

@media screen and (max-width: 900px) {
    #archive2024 {
        width: 60%;
    }
}
@media screen and (max-width: 700px) {
    #archive2024 {
        width: 80%;
    }
}

#stageSwiper { overflow: hidden }
.archive-swiper { padding: 30px 0 50px }

#archive .swiper-button-prev::after, #archive .swiper-container-rtl .swiper-button-prev::after { content: 'prev'; display: flex; color: #817873; font-size: 30px }
#archive .swiper-button-next::after, #archive .swiper-container-rtl .swiper-button-prev::after { content: 'next'; display: flex;  color: #817873; font-size: 30px}
.archiveMasterSwiper { margin: 30px 100px }
.mag-title { position: relative }
.mag-title img { width: 100%; height: auto }
.archive-swiper { position: relative; margin: 0 60px  }
#main .mag-meta ul { margin: 0 !important; padding: 20px 0; text-align: left }
#main .mag-meta ul li { padding: 0; margin: 0 0 10px 0 }

@media screen and (max-width: 500px) {
#archive .archive-swiper { padding: 30px 60px; margin: 0 }
.archiveMasterSwiper { padding: 0; margin: 0 }
}


.schlasse-hr { height: 10px; width: calc(100% - 100px); background: url("../img/devider.png"); margin: 10px 50px; background-size: cover } 


/* Schlasse.FOOTER */
        .group:after {
          visibility: hidden;
          display: block;
          content: "";
          clear: both;
          height: 0;
        }
        * html .group             { zoom: 1; } /* IE6 */
        *:first-child+html .group { zoom: 1; } /* IE7 */
        
        .footer-main-right {
        width: 50%;
        float: left
        }
        .footer-main-right a:after { display: none !important }
        .memberRow { padding-top: 30px }
        .memberItem { float: left; width: 40%; text-align: center; }
        .memberRow > .group .memberItem:first-child { text-align: left; width: 38% }
        .memberRow > .group .memberItem:last-child { text-align: right; width: 22% }
        .memberRow img { max-height: 50px; width: auto }
        
        @media screen and (max-width: 1000px) {
        .footer-main-right {
        width: 100%
        }
        }
        
        @media screen and (max-width: 600px) {
        .memberItem { width: 100% !important; float: none; margin-bottom: 45px; text-align: left !important; }
        #moreFooter p { padding: 0 }
        }



        @media screen and (max-width: 700px) {
             #archive2024 .archive-swiper { padding: 30px 50px; }
        }
        
        
        
        .footer-main-widget-area { display: grid; grid-template-columns: 100px 1fr; column-gap: 40px }
        .pmtbox img { margin: 0 0 0 0 }