/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --flex-gap: 2rem;
  /* Variable for gap */
}
.container {
  padding: 0 2em;
}
.to-the-edge .container {
  padding: 0;
}
.slim {
  max-width: 80em;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--flex-gap);
}
.col {
  --flex-items: 1;
  align-items: flex-end;
  width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}
.col.padding {
  padding: 2rem;
}
@media screen and (min-width: 48em) {
  .col-70 {
    --flex-items: 1.5;
  }
  .col-60 {
    --flex-items: 1.6666666;
  }
  .col-50 {
    --flex-items: 2;
  }
  .col-40 {
    --flex-items: 2.5;
  }
  .col-30 {
    --flex-items: 3;
  }
  .col-25 {
    --flex-items: 4;
  }
  .col-20 {
    --flex-items: 5;
  }
  .col-16 {
    --flex-items: 6;
  }
}
@media screen and (min-width: 64em) {
  .container {
    padding: 0 4em;
  }
}
.content {
  padding: 168px 0 0;
}
.text a:not(.button),
.texteditor a:not(.button) {
  text-decoration: none;
  text-decoration: underline;
  color: white;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* lexend-deca-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lexend-deca-v21-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-deca-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lexend-deca-v21-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-deca-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/lexend-deca-v21-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* akatab-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Akatab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/akatab-v7-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* akatab-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Akatab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/akatab-v7-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Akatab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  position: relative;
  left: -1px;
}
h1 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 22px;
}
h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
p {
  font-size: 1.25rem;
  margin-bottom: 1.25em;
  font-weight: 300;
}
p:last-of-type {
  margin-bottom: 0;
}
ul:not(.menu,.languages) {
  font-size: 1.25rem;
  font-weight: 300;
}
ul:not(.menu,.languages) li {
  position: relative;
  margin-bottom: 1.25em;
}
strong {
  font-weight: 700;
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.75rem;
  }
}
.privacywire {
  padding: 40px !important;
  box-shadow: none !important;
  border-top: 1px solid #141314;
}
.privacywire-message {
  font-size: 20px;
}
.privacywire-header {
  margin-bottom: 10px;
  color: #141314;
}
.privacywire-ask-consent {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.privacywire-consent-message {
  margin-bottom: 20px;
  text-align: center;
}
.privacywire-page-links a {
  color: #303030;
  padding-right: 10px;
}
.privacywire-text {
  color: #303030;
  max-width: 860px;
}
.privacywire-text p {
  margin-bottom: 10px;
  font-size: 1rem;
}
.privacywire-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacywire-text ul li {
  margin-bottom: 0;
  font-size: 14px;
}
.privacywire-text input[type="checkbox"] {
  margin-right: 8px;
}
.privacywire-buttons {
  padding-top: 10px;
}
.privacywire-buttons button {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #141314;
  color: white;
  background-color: #141314;
  width: 100%;
  margin-bottom: 10px;
}
.privacywire-buttons button:hover {
  background-color: #141314;
  color: white;
}
.privacywire-buttons button.save,
.privacywire-buttons button.allow-necessary,
.privacywire-buttons button.choose {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: transparent;
  color: #141314;
}
.privacywire-consent-button {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #141314;
  color: white;
  background-color: #141314;
}
.privacywire-consent-button:hover {
  background-color: #141314;
  color: white;
}
.module .privacywire-show-options {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-weight: 700;
  background: #141314;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media screen and (min-width: 48em) {
  .privacywire {
    padding: 40px !important;
  }
  .privacywire-buttons button {
    width: auto;
    padding: 8px 16px;
    margin-right: 10px;
  }
}
.button {
  display: inline-block;
  color: white;
  padding: 1em 1.5em 0.85em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  line-height: 1;
  border: 2px solid white;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #141314;
  background: #141314;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.button:hover {
  background-color: white;
  color: #141314;
}
.button.inverted {
  border-color: #141314;
  color: #141314;
}
.button.inverted.active,
.button.inverted:hover {
  background-color: #141314;
  color: white;
}
.button.small {
  padding: 0.75em 1em 0.6em;
  font-size: 0.75rem;
}
.button.smaller {
  padding: 0.65em 1em 0.5em;
  font-size: 0.6rem;
}
.xhas-arrow-right {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: none;
  padding: 0;
  font-size: 1.2rem;
  letter-spacing: normal;
  color: #303030;
  color: white;
  border: 0 none;
  line-height: 1;
}
.xhas-arrow-right:before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 26' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='square' stroke-linejoin='round'%3E%3Cpath d='M.75 27h46' fill='none' stroke='%23303030' stroke-width='2' transform='matrix(.82597 0 0 1 .678 -14.377)'/%3E%3Cpath d='m31.306 21.094 8.485-8.486-8.485-8.485' fill='none' stroke='%23303030' stroke-width='2' stroke-linejoin='miter'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 3.5em;
  height: 2em;
  margin-right: 16px;
}
.add-to-note-btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  padding: 0;
  border: 2px solid #141314;
  background-color: transparent;
  font-size: 0.75rem;
  padding: 0.75em 1em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.add-to-note-btn:hover {
  background-color: #141314;
  color: white;
}
.add-to-note-btn span:last-child {
  display: none;
}
.add-to-note-btn.add span:last-child {
  display: none;
}
.add-to-note-btn.remove span:first-child {
  display: none;
}
.add-to-note-btn.remove span:last-child {
  display: inline;
}
/*section {
	.card,
	.item,
	.image-card,
	.post,
	.event {
		transform: translateZ(0) translate(0) translateY(3rem) scaleY(1);
		transition-duration: .8s;
		opacity: 0;		
		&.card-1 {
			transition-delay: 90ms;
		}
		&.card-2 {
			transition-delay: 180ms;
		}
		&.card-3 {
			transition-delay: 270ms;
		}
		&.inView {
			opacity: 1;
			transform: translateZ(0) translateY(0);
			transition-duration: 1s;
		}
	}
}*/
.inView {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
  transform: translateY(0px) rotate(0deg) translateZ(0);
}
.breadcrumbs-container {
  position: relative;
  background: white;
  margin-top: 1px;
  border-bottom: 2px solid #141314;
}
.is-support .breadcrumbs-container {
  background: transparent;
}
.is-products .breadcrumbs-container,
.is-product-category .breadcrumbs-container {
  margin-top: 2px;
}
.breadcrumbs-container:after {
  content: "";
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 77%);
}
.breadcrumbs {
  margin-bottom: 16px;
  padding: 10px 0;
  /*ol {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		li {
			margin-right: 12px;
			font-weight: @font-weight-bold;
			font-size: 15px;
			letter-spacing: 0.38px;
			color: @color-primary;
			&:after {
				position: relative;
				top: 0px;
				padding-left: 15px;
				font-size: 15px;
				font-weight: @font-weight-bold;
				content: ">";
				color: @color-primary;
			}
			&:last-child {
				&:after {
					display: none;
				}
			}
			a {
				text-decoration: none;
				color: @footer-text-color;
				.transition(color 0.3 ease);
				&:hover {
					color: @color-primary;
				}
			}
		}
	}*/
}
.is-products .breadcrumbs,
.is-product-category .breadcrumbs {
  margin-bottom: 0;
}
.breadcrumbs .visually-hidden {
  display: none;
}
.breadcrumbs {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs ol {
  margin: 0;
  padding: 0;
  display: table;
}
.breadcrumbs li {
  display: table-cell;
  margin-right: 12px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.38px;
  color: #141314;
  padding-right: 15px;
}
.breadcrumbs li:after {
  position: relative;
  top: 0px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 700;
  content: ">";
  color: #141314;
}
.breadcrumbs li:last-child {
  padding-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  text-decoration: none;
  color: rgba(20, 19, 20, 0.6);
  -webkit-transition: color 0.3 ease;
  -moz-transition: color 0.3 ease;
  -ms-transition: color 0.3 ease;
  -o-transition: color 0.3 ease;
}
.breadcrumbs li a:hover {
  color: #141314;
}
.breadcrumbs li a,
.breadcrumbs li span {
  white-space: nowrap;
}
@media screen and(min-width: 1260px) {
  .breadcrumbs {
    padding: 10px 0 0;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #141314;
  height: 168px;
}
.is-product .header {
  border: 0 none;
}
.header .home {
  height: 118px;
  width: 200px;
}
.home {
  display: block;
  width: 88px;
  height: 40px;
}
.language-selector {
  display: flex;
}
.languages {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 24px;
}
.languages:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M11 21c5.523 0 10-4.477 10-10S16.523 1 11 1m0 20C5.477 21 1 16.523 1 11S5.477 1 11 1m0 20c2.325 0 4.211-4.477 4.211-10S13.325 1 11 1m0 20c-2.325 0-4.211-4.477-4.211-10S8.675 1 11 1M1.526 7.842h18.948M1.526 14.158h18.948' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
}
.languages li {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1rem;
  margin-left: 12px;
}
.languages li.active {
  font-weight: 700;
}
.languages a,
.languages .lang {
  color: white;
  text-decoration: none;
}
.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25em 0;
}
.main-navigation .home {
  font-weight: 600;
}
.main-navigation .menu {
  position: fixed;
  left: 0;
  top: 5rem;
  right: 0;
  bottom: 0;
  display: flex;
  display: none;
  background-color: #141314;
  padding: 2em;
}
.main-navigation .menu .menu-item {
  text-transform: uppercase;
  font-size: 1rem;
}
.main-navigation .menu .menu-item a {
  text-decoration: none;
  color: white;
  font-size: 22px;
}
.main-navigation label {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  font-size: 2rem;
  line-height: 42px;
  width: 42px;
  height: 42px;
  text-align: right;
  cursor: pointer;
}
.main-navigation #menu-toggle {
  display: none;
}
.main-navigation #menu-toggle + label {
  color: white;
}
.main-navigation #menu-toggle:checked + label {
  color: white;
}
.main-navigation #menu-toggle:checked + label + .menu {
  display: block;
}
.main-navigation #menu-toggle:checked + header .menu {
  display: block;
}
.inquiry .counter {
  position: relative;
  top: -6px;
  font-size: 0.75rem;
}
@media screen and (min-width: 48em) {
  .main-navigation {
    font-size: 1.25rem;
  }
  .main-navigation .home:hover {
    opacity: 0.5;
  }
  .main-navigation [type="checkbox"] {
    display: none;
  }
  .main-navigation [type="checkbox"] + label {
    display: none;
  }
  .main-navigation .menu {
    display: flex;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    list-style: none;
    padding: 0;
  }
  .main-navigation .menu .menu-item {
    margin-left: 2em;
  }
  .main-navigation .menu .menu-item a {
    color: white;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
  }
  .main-navigation .menu .menu-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 64em) {
  .header {
    height: auto;
  }
  .main-navigation {
    font-size: 1.25rem;
  }
  .main-navigation .menu {
    list-style: none;
  }
  .main-navigation .menu .menu-item {
    margin-left: 2em;
  }
  .main-navigation .menu .menu-item a {
    font-size: 1rem;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
  }
  .main-navigation .menu .menu-item a:hover {
    opacity: 0.7;
  }
}
.footer {
  background-color: #141314;
  color: white;
}
.footer p {
  font-size: 1rem;
  color: white;
}
.footer-logo {
  width: 178px;
  margin-bottom: 40px;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.footer-menu .menu-item {
  margin-left: 24px;
}
.footer-menu .menu-item a {
  text-decoration: none;
  color: white;
}
.footer-top {
  padding: 2rem 0;
}
.footer-bottom {
  padding: 1rem 0;
}
@media screen and (min-width: 48em) {
  .footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #141314;
    color: white;
  }
  .footer p {
    font-size: 1rem;
    color: white;
  }
  .footer-menu {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
  .footer-menu .menu-item {
    margin-left: 24px;
  }
  .footer-menu .menu-item a {
    text-decoration: none;
    color: white;
  }
}
:root {
  --text-animation-speed: 1s;
}
.home-icon-wrapper {
  background-color: #141314;
  min-height: calc(100vh - 224px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-icon-wrapper .home-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
  width: 260px;
  border-radius: 50%;
  padding-top: 12px;
}
.home-icon-wrapper .home-icon svg {
  height: 200px;
}
.home-icon {
  animation: blink var(--text-animation-speed) ease-in infinite alternate;
}
@keyframes blink {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@media screen and (min-width: 48em) {
  .home-icon-wrapper {
    background-color: #141314;
  }
  .home-icon-wrapper .home-icon {
    height: 400px;
    width: 400px;
    padding-top: 24px;
  }
  .home-icon-wrapper .home-icon svg {
    height: 320px;
  }
}
.module {
  padding: 40px 0;
  color: #141314;
  border-bottom: 2px solid #141314;
}
.module.has-bg {
  background: #141314;
  color: white;
  border-bottom: 2px solid white;
}
.module:last-of-type {
  border-bottom: 0 none;
}
.module .module-header {
  margin-bottom: 2rem;
}
.image-text .row {
  align-items: center;
}
.image-text .image {
  position: relative;
}
.image-text .image .image-element {
  position: relative;
}
.image-text .image img {
  width: 100%;
}
.image-text .text {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.image-text .text .text-inner p:last-of-type {
  padding-bottom: 0;
}
.image-text .text .headline {
  margin-top: 0;
}
.image-text .text h1,
.image-text .text h2,
.image-text .text h3,
.image-text .text h4 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .image-text .image-left {
    border-right: 2px solid white;
  }
  .image-text .image-right {
    order: 2;
    border-left: 2px solid white;
  }
  .image-text .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
  .image-text .text .text-inner {
    padding: 0 6vw;
  }
  .image-text .text .headline {
    font-size: 50px;
  }
}
@media screen and (min-width: 64em) {
  .image-text .text {
    padding: 2rem 4rem;
  }
}
.texteditor .text {
  max-width: 960px;
}
.events-teaser {
  color: white;
}
.events-teaser .col-25 {
  padding: 2em 0;
}
.events-teaser .col-25:first-child {
  border-right: 2px solid white;
}
.events-teaser .col-25 img {
  display: block;
  width: 100%;
}
.event a {
  text-decoration: none;
  color: white;
}
.event .image {
  display: block;
  margin-bottom: 1rem;
}
.products-teaser {
  color: white;
}
.products-teaser .col-25 {
  padding: 2em 0;
}
.products-teaser .col-25:first-child {
  border-right: 2px solid white;
}
.products-teaser .col-25 img {
  display: block;
  width: 100%;
}
.product-categories {
  margin-bottom: 12px;
}
.product-categories .button {
  margin-right: 12px;
}
.product-tags .button {
  margin-right: 12px;
}
.products {
  padding-top: 2em;
}
.product a {
  text-decoration: none;
}
.product .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  background-color: white;
  padding: 20px;
}
.product .image:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.product .title {
  font-size: 1em;
  color: white;
  margin-bottom: 12px;
}
.equipment {
  margin-bottom: 4rem;
}
.equipment .product .image {
  margin-bottom: 0;
  padding: 0;
}
.equipment .product .title {
  color: #141314;
}
.is-product-category h1 {
  margin-bottom: 0;
}
.page-header {
  padding: 2rem 0 2rem;
  max-width: 960px;
}
.is-product .product-information .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  background-color: white;
  padding: 20px;
}
.is-product .product-information .image:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.is-product .product-information .product-description {
  padding: 4rem 0;
}
.is-product .product-information .product-description .add-to-note-btn {
  margin-bottom: 40px;
}
.is-product .product-information .product-description ul {
  margin-bottom: 4rem;
}
.is-product table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.25em;
}
.is-product table th,
.is-product table td {
  padding: 6px 0;
  border-bottom: 2px solid #141314;
}
.is-product table th {
  text-align: left;
}
@media screen and (min-width: 64em) {
  .is-product .product-information .product-description {
    border-left: 2px solid #141314;
    padding-left: 2rem;
    min-height: 100%;
  }
}
.siblings {
  padding: 4rem 0;
}
.siblings .add-to-note-btn {
  border-color: white;
  color: white;
}
.content-teaser {
  padding: 2em 0;
}
.content-teaser .image {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .content-teaser {
    padding: 4em 0;
  }
}
.image-gallery {
  /*.text {
		margin-bottom: 64px;
	}*/
}
.image-gallery h2 {
  text-align: center;
}
.image-gallery .module-action {
  padding: 50px 0;
}
.image-gallery .image-grid .grid-item img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .image-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .image-grid .grid-item {
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 400px;
  }
  .image-grid .grid-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .image-grid .grid-item a {
    display: block;
    overflow: hidden;
  }
  .image-grid .grid-item a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
.downloads .col-slim {
  padding-bottom: 60px;
}
.downloads .item {
  margin-bottom: 80px;
}
.downloads .item.podcast {
  padding: 14px;
}
.downloads .item.podcast .item-desc {
  padding: 0 20px 24px 20px;
}
.downloads .item hr {
  margin-top: 0;
  margin-bottom: 26px;
}
.downloads .item img,
.downloads .item video,
.downloads .item .item-player {
  margin-bottom: 26px;
}
.downloads .item .item-desc p {
  margin-bottom: 24px;
}
.downloads h3 {
  font-size: 22px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.downloads .single-item .col-50 {
  flex-basis: 100%;
  max-width: 100%;
}
.downloads .single-item .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.downloads .single-item .item img {
  margin: 0;
}
.downloads .single-item .item .item-desc {
  flex-basis: calc(50% + 90px);
  max-width: calc(50% + 90px);
  padding-left: 90px;
}
.is-inquiry .inquiry-wrapper {
  padding: 2rem 0;
}
.is-inquiry .inquiry-products {
  margin-bottom: 40px;
}
.is-inquiry .inquiry-products .cart-header {
  display: none;
}
.is-inquiry .inquiry-products .item {
  position: relative;
  border-top: 2px solid #141314;
  width: 100%;
  padding: 12px 0;
}
.is-inquiry .inquiry-products .item .product-info {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}
.is-inquiry .inquiry-products .item .image {
  width: 80px;
  margin-right: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.is-inquiry .inquiry-products .item .image:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.is-inquiry .inquiry-products .item .item-quantity {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 0;
  margin-left: auto;
  width: 120px;
  margin-right: 60px;
  margin-right: 50px;
}
.is-inquiry .inquiry-products .item .item-quantity input {
  width: 100%;
  margin-right: 12px;
}
.is-inquiry .inquiry-products .item .item-quantity select {
  height: 40px;
  background-position: top 19px right 11px;
}
.is-inquiry .inquiry-products .item .item-quantity select:not([multiple]):not([size]) {
  background-position: top 16px right 8px;
}
.is-inquiry .inquiry-products .item .button_add {
  position: absolute;
  right: 0;
  top: 12px;
  padding: 0;
  width: auto;
  background: transparent;
  color: #141314;
}
.is-inquiry .inquiry-products .item .button_add:before {
  display: none;
}
.is-inquiry .inquiry-products .item .button_add:after {
  display: inline-block;
  content: "";
  content: "\00d7";
  font-size: 26px;
  /*background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0v30' stroke='url(%23a)'/%3E%3Cpath d='M30 15H0' stroke='url(%23b)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='15' y1='15' x2='14' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='15' y1='15' x2='15' y2='14' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
					background-position: center;
					background-repeat: no-repeat;
	
					position: absolute;
					right: 0;
					top: 50%;
					margin-top: -24px;
					.rotate(-45deg);
					.transition(all 0.3s ease);
					background-color: transparent;
					opacity: 0.5;*/
}
.is-inquiry .inquiry-products .item .button_add:hover:after {
  opacity: 1;
}
.is-inquiry .inquiry-products .item:last-child {
  border-bottom: 2px solid #141314;
}
.is-inquiry #wrap_Inputfield_produkte {
  display: none;
}
@media screen and (min-width: 48em) {
  .is-inquiry .inquiry-products .cart-header {
    display: flex;
  }
  .is-inquiry .inquiry-products .item {
    display: flex;
    flex-wrap: wrap;
  }
  .is-inquiry .inquiry-products .item .product-info {
    align-items: center;
    width: 40%;
    margin-bottom: 0;
  }
  .is-inquiry .inquiry-products .item .image {
    margin-right: 40px;
  }
  .is-inquiry .inquiry-products .item .product-input {
    width: 40%;
  }
  .is-inquiry .inquiry-products .item .comment {
    height: 100%;
    margin-right: 20px;
  }
  .is-inquiry .inquiry-products .item .comment textarea {
    height: 100%;
    background-color: rgba(20, 19, 20, 0.05);
    border: 0 none;
  }
  .is-inquiry .inquiry-products .item .item-quantity {
    margin-left: 20px;
    margin-right: 60px;
  }
  .is-inquiry .inquiry-products .item .button_add {
    margin-left: auto;
  }
}
@media screen and(min-width: 64em) {
  .inquiry-wrapper {
    padding: 4rem 0;
  }
}
