@import "assets/css/cssreset.css";
@import "assets/css/dp_cookieconsent.css";
@import "assets/css/magnify.css";
@import "assets/css/select2.min.css";
@import "assets/css/swiper-bundle.min.css";
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-infinity:before {
  content: "\e902";
}
.icon-clock:before {
  content: "\e903";
}
.icon-download:before {
  content: "\e900";
}
.icon-link:before {
  content: "\e901";
}
/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/templates/codekit/assets/fonts/lato-v24-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('/assets/templates/codekit/assets/fonts/lato-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/templates/codekit/assets/fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/assets/templates/codekit/assets/fonts/lato-v24-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('/assets/templates/codekit/assets/fonts/lato-v24-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('/assets/templates/codekit/assets/fonts/lato-v24-latin-regular.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/templates/codekit/assets/fonts/lato-v24-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('/assets/templates/codekit/assets/fonts/lato-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/templates/codekit/assets/fonts/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/assets/templates/codekit/assets/fonts/lato-v24-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('/assets/templates/codekit/assets/fonts/lato-v24-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('/assets/templates/codekit/assets/fonts/lato-v24-latin-700.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-900 - 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: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/templates/codekit/assets/fonts/lato-v24-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/assets/templates/codekit/assets/fonts/lato-v24-latin-900.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons Round'), local('MaterialIconsRound-Regular'), url('/assets/templates/codekit/assets/fonts/MaterialIconsRound-Regular.woff2') format('woff2'), url('/assets/templates/codekit/assets/fonts/MaterialIconsRound-Regular.woff') format('woff');
}
@font-face {
  font-family: 'icons';
  src: url('/assets/templates/codekit/assets/fonts/icons/icons.eot?agq1ak');
  src: url('/assets/templates/codekit/assets/fonts/icons/icons.eot?agq1ak#iefix') format('embedded-opentype'), url('/assets/templates/codekit/assets/fonts/icons/icons.ttf?agq1ak') format('truetype'), url('/assets/templates/codekit/assets/fonts/icons/icons.woff?agq1ak') format('woff'), url('/assets/templates/codekit/assets/fonts/icons/icons.svg?agq1ak#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.striped-table td {
  padding: 4px;
}
.striped-table tbody tr:nth-child(odd) {
  background: #eee;
}
.ordered-list {
  list-style-type: decimal;
  padding-left: 16px;
}
.ordered-list li {
  margin-bottom: 16px;
  padding-left: 6px;
}
.text-center {
  text-align: center;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::selection {
  background: #ffcc00;
}
* ::-moz-selection {
  background: #ffcc00;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #2a3133;
  min-height: 100%;
}
@media print {
  body {
    font-size: 8pt;
  }
}
a,
button,
input {
  outline: 2px solid transparent;
}
input,
select,
textarea {
  outline: 1px solid transparent;
}
button:focus,
a:focus {
  outline: 3px solid #164194;
  outline-offset: 3px;
}
.l-header button:focus,
.l-header a:focus,
.l-footer button:focus,
.l-footer a:focus {
  outline-color: #ffcc00;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid #164194;
}
.l-header input:focus,
.l-header select:focus,
.l-header textarea:focus,
.l-footer input:focus,
.l-footer select:focus,
.l-footer textarea:focus {
  outline-color: #ffcc00;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  /* undo all the above focused button styles
	if the button has focus but the browser wouldn't normally
	show default focus styles */
  outline: 2px solid transparent;
}
hr {
  position: relative;
  height: 1px;
  border: none;
  margin: 25px 0;
  background: #2a3133;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: top;
  max-width: 100%;
}
strong,
b {
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
h1,
h2,
h3 {
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
h1 {
  margin-bottom: 30px;
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1.1;
  color: #2a3133;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 60px;
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
@media print {
  h1 {
    font-size: 16pt;
  }
}
.skin-layout-2 h1 {
  text-align: center;
}
@media (min-width: 768px) {
  .skin-layout-2 h1 {
    margin-bottom: 80px;
  }
}
h2 {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
@media print {
  h2 {
    font-size: 12pt;
  }
}
h3 {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media print {
  h3 {
    font-size: 10pt;
  }
}
h4 {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media print {
  h4 {
    font-size: 9pt;
  }
}
address,
p {
  margin-bottom: 20px;
}
p + h2 {
  margin-top: 25px;
}
p + .mod-form {
  margin-top: 25px;
}
@media (min-width: 768px) {
  p + .mod-form {
    margin-top: 50px;
  }
}
.image__wrapper {
  position: relative;
  /*
		avoid page reflow jumps
		https://github.com/aFarkas/lazysizes#tip-specifying-image-dimensions-minimizing-reflows-and-avoiding-page-jumps
	*/
}
.image__wrapper::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* emotion image ratio: 16:5 */
  /* 16:5 = 31.25% = calc(5 / 16 * 100%) */
  padding-bottom: 31.25%;
}
.image__wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Given a 16:9 aspect ratio, 100 * (9/16) */
  border-radius: 15px;
}
.skin-teaser-home-news .video {
  border: 1px solid #d5d5d5;
}
.video:before {
  z-index: 1;
}
.video .file__video-wrapper,
.video .iframe__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video .file__video {
  width: 100%;
  height: auto;
}
.video .video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
}
.table__wrapper {
  overflow: auto;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .table__wrapper {
    margin-bottom: 30px;
  }
}
.table__wrapper:focus {
  outline: 3px solid #164194;
  outline-offset: 3px;
}
.table__wrapper table {
  width: 100%;
  background: #d5d5d5;
  border-color: #d5d5d5;
  border-radius: 15px;
  border-collapse: separate;
  border-spacing: 0;
}
.table__wrapper table thead tr:not(:first-child) td:nth-child(1),
.table__wrapper table tbody tr td:nth-child(1),
.table__wrapper table thead tr:not(:first-child) th:nth-child(1),
.table__wrapper table tbody tr th:nth-child(1),
.table__wrapper table thead tr:not(:first-child) td:nth-child(2),
.table__wrapper table tbody tr td:nth-child(2),
.table__wrapper table thead tr:not(:first-child) th:nth-child(2),
.table__wrapper table tbody tr th:nth-child(2),
.table__wrapper table thead tr:not(:first-child) td:nth-child(4),
.table__wrapper table tbody tr td:nth-child(4),
.table__wrapper table thead tr:not(:first-child) th:nth-child(4),
.table__wrapper table tbody tr th:nth-child(4) {
  border-right: 1px solid #d5d5d5;
}
.table__wrapper table td,
.table__wrapper table th {
  padding: 3px 5px;
  text-align: right;
  font-size: 14px;
  line-height: 1.3;
  vertical-align: top;
}
.table__wrapper table td:last-child {
  padding-right: 15px;
}
.table__wrapper table thead th {
  z-index: 1;
  position: sticky;
  padding: 5px;
  width: 25vw;
  max-width: 150px;
  background: #d5d5d5;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: top;
  white-space: nowrap;
}
.table__wrapper table thead th[colspan] {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding-bottom: 0;
}
.table__wrapper table thead th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  text-align: left;
  background: #d5d5d5;
}
.table__wrapper table thead tr:first-child th {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: none;
}
.table__wrapper table tbody th {
  z-index: 1;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  background: #d5d5d5;
  text-align: left;
}
.table__wrapper table tbody th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
}
.table__wrapper table tbody tr:nth-child(odd) td,
.table__wrapper table tbody tr:nth-child(odd) th {
  background: #ebebeb;
}
.table__wrapper table tbody tr:nth-child(even) td,
.table__wrapper table tbody tr:nth-child(even) th {
  background: #fff;
}
.table__wrapper table tbody tr:first-child td:first-child {
  border-top-left-radius: 15px;
}
.table__wrapper table tbody tr:first-child td:last-child {
  border-top-right-radius: 15px;
}
.table__wrapper table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.table__wrapper table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}
.table__wrapper table tbody tr:last-child td,
.table__wrapper table tbody tr:last-child th {
  border-bottom: 1px solid #d5d5d5;
}
.table__wrapper table tfoot th {
  padding: 5px 15px 15px;
  font-size: 12px;
  line-height: 1.2;
}
.link-to-backend {
  color: #707070;
  font-size: 14px;
  text-decoration: none;
}
.link-to-backend .material-icons-round {
  font-size: 24px;
  position: relative;
  top: 6px;
  margin-right: 4px;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.mod-form {
  margin-bottom: 100px;
}
.form__wrapper {
  display: flex;
}
.form__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form__item {
    margin-bottom: 30px;
  }
}
.form__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 20px 25px;
  line-height: 1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
.form__select,
.form__input,
.form__textarea,
.duet-date__input,
.select2-container--default .select2-selection--single {
  width: 100%;
  height: 60px;
  padding: 20px 25px;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 15px;
  box-shadow: inset 0 4px 4px -4px rgba(42, 49, 51, 0.7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__select::placeholder,
.form__input::placeholder,
.form__textarea::placeholder,
.duet-date__input::placeholder,
.select2-container--default .select2-selection--single::placeholder {
  color: transparent;
}
.form__select:hover,
.form__input:hover,
.form__textarea:hover,
.duet-date__input:hover,
.select2-container--default .select2-selection--single:hover,
.form__select:active,
.form__input:active,
.form__textarea:active,
.duet-date__input:active,
.select2-container--default .select2-selection--single:active,
.form__select:focus,
.form__input:focus,
.form__textarea:focus,
.duet-date__input:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: #164194;
}
.select2-container--default .select2-selection--single {
  display: flex !important;
  height: 60px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px !important;
  right: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #707070 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 12px;
  border: 1px solid #707070 !important;
  border-radius: 5px;
}
.select2-container--default .select2-results__option--selected {
  background-color: #d5d5d5 !important;
}
.select2-results__option--highlighted {
  background-color: #164194 !important;
}
.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown) ~ .form__label,
.form__textarea:focus ~ .form__label,
.form__textarea:not(:placeholder-shown) ~ .form__label,
.form__select ~ .form__label,
.form__label--duet {
  opacity: 0.85;
  -webkit-transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
  -ms-transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
  transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
}
.form__input--file {
  padding: 30px 0 20px 10px;
  cursor: pointer;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .form__input--file {
    padding: 30px 20px 20px;
  }
}
.form__button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button:hover,
.form__button:focus,
.form__button:active {
  color: #fff;
  background: #164194;
}
.form__button:hover,
.form__button:focus,
.form__button:active {
  color: #fff;
  background: #164194;
}
.form__button--icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button--icon:hover span,
.form__button--icon:focus span,
.form__button--icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.form__button--icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button--icon:hover span,
.form__button--icon:focus span,
.form__button--icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.form__button--arrow {
  position: relative;
  padding-left: 50px;
  -webkit-transition: padding-left 300ms ease;
  transition: padding-left 300ms ease;
}
.form__button--arrow svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -10px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.form__button--arrow svg .icon__arrow--line,
.form__button--arrow svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.form__button--arrow svg .icon__arrow--line {
  stroke-dashoffset: 30px;
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.form__button--arrow:hover,
.form__button--arrow:focus,
.form__button--arrow:active {
  padding-left: 60px;
}
.form__button--arrow:hover svg,
.form__button--arrow:focus svg,
.form__button--arrow:active svg {
  left: 0;
}
.form__button--arrow:hover svg .icon__arrow--line,
.form__button--arrow:focus svg .icon__arrow--line,
.form__button--arrow:active svg .icon__arrow--line,
.form__button--arrow:hover svg .icon__arrow--tip,
.form__button--arrow:focus svg .icon__arrow--tip,
.form__button--arrow:active svg .icon__arrow--tip {
  stroke: #fff;
}
.form__button--arrow:hover svg .icon__arrow--line,
.form__button--arrow:focus svg .icon__arrow--line,
.form__button--arrow:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
.form__button--arrow svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -10px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.form__button--arrow svg .icon__arrow--line,
.form__button--arrow svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.form__button--arrow svg .icon__arrow--line {
  stroke-dashoffset: 30px;
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.form__button--arrow:hover,
.form__button--arrow:focus,
.form__button--arrow:active {
  padding-left: 60px;
}
.form__button--arrow:hover svg,
.form__button--arrow:focus svg,
.form__button--arrow:active svg {
  left: 0;
}
.form__button--arrow:hover svg .icon__arrow--line,
.form__button--arrow:focus svg .icon__arrow--line,
.form__button--arrow:active svg .icon__arrow--line,
.form__button--arrow:hover svg .icon__arrow--tip,
.form__button--arrow:focus svg .icon__arrow--tip,
.form__button--arrow:active svg .icon__arrow--tip {
  stroke: #fff;
}
.form__button--arrow:hover svg .icon__arrow--line,
.form__button--arrow:focus svg .icon__arrow--line,
.form__button--arrow:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
.form__legend {
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
}
.form__textarea {
  min-height: 150px;
}
.form__radio-checkbox .form__item {
  margin-bottom: 15px;
  flex-direction: row;
}
.form__radio-checkbox .form__item:last-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form__radio-checkbox .form__item:last-child {
    margin-bottom: 30px;
  }
}
.form__radio,
.form__checkbox {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border: 1px solid #707070;
  border-radius: 100%;
  flex-shrink: 0;
  /* important to keep size of checkbox/radio even it there is a multiline label*/
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.form__radio[disabled],
.form__checkbox[disabled],
.form__radio[aria-disabled=true],
.form__checkbox[aria-disabled=true] {
  opacity: 0.4;
}
.form__radio::before,
.form__checkbox::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
.form__radio:hover,
.form__checkbox:hover,
.form__radio:active,
.form__checkbox:active,
.form__radio:focus,
.form__checkbox:focus {
  border-color: #164194;
}
.form__radio:focus,
.form__checkbox:focus {
  outline: 1px solid #164194;
}
.form__checkbox {
  border-radius: 5px;
}
.form__radio::before {
  height: 0;
  width: 0;
}
.form__radio:checked::before {
  border: 5px solid transparent;
  border-radius: 100%;
  outline-offset: -6px;
  background: #164194;
}
.form__checkbox:checked::before {
  content: '\e876';
  font-family: "Material Icons Round";
  font-size: 20px;
  line-height: 1;
  color: #164194;
}
.form__radio ~ .form__label,
.form__checkbox ~ .form__label {
  position: relative;
  padding: 0;
  cursor: pointer;
  line-height: unset;
}
.form__info {
  font-size: 12px;
  line-height: 1.2;
}
.form__label--duet {
  pointer-events: none;
}
.duet-date__input::placeholder {
  color: #2a3133;
}
.duet-date__input:focus {
  box-shadow: none;
  outline: 1px solid #164194;
}
.l-header .duet-date__input:focus,
.l-footer .duet-date__input:focus {
  outline-color: #ffcc00;
}
.duet-date__input:focus ~ .duet-date__toggle {
  box-shadow: none;
}
.duet-date__toggle {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}
.duet-date__toggle:focus {
  outline: 3px solid #164194;
  outline-offset: 3px;
}
.l-header .duet-date__toggle:focus,
.l-footer .duet-date__toggle:focus {
  outline-color: #ffcc00;
}
.duet-date__prev,
.duet-date__next {
  background: #ffcc00;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.duet-date__prev:hover,
.duet-date__next:hover,
.duet-date__prev:active,
.duet-date__next:active,
.duet-date__prev:focus,
.duet-date__next:focus {
  background: #164194;
  color: #fff;
}
/* overwrite duet color config */
:root {
  --duet-color-primary: #164194 !important;
  --duet-color-text: #2a3133 !important;
  --duet-color-placeholder: #2a3133 !important;
  --duet-color-button: #fff !important;
  --duet-color-overlay: rgba(0, 0, 0, 0.8);
  --duet-font: "Lato", arial, sans-serif !important;
  --duet-font-normal: normal !important;
  --duet-font-bold: 700 !important;
  --duet-radius: 5px !important;
}
.form__alert-error {
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: #d12d2e;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form__alert-error {
    margin-bottom: 30px;
  }
}
.form__error {
  padding-top: 5px;
  color: #d12d2e;
}
.form__confirmemail {
  position: absolute;
  left: -10000px;
}
.form-pagination .btn--prev {
  float: right;
}
.container,
.container-narrow {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container,
  .container-narrow {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-narrow {
    max-width: 991px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .container,
  .container-narrow {
    max-width: 1199px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-narrow {
    max-width: 1399px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-narrow {
    max-width: 1679px;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1680px) {
  .container,
  .container-narrow {
    max-width: 1680px;
  }
}
@media print {
  .container,
  .container-narrow {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-narrow {
  max-width: 1400px;
}
.container-no {
  max-width: none;
}
.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .row {
    margin: 0 -25px;
  }
}
.grid-item {
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .grid-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.row--reverse-mobile {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .row--reverse-mobile {
    flex-direction: row;
  }
}
.row-two {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .row-two > .grid-item {
    width: 49.9%;
  }
}
.row-two.space-bottom-l > .grid-item:first-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .row-two.space-bottom-l > .grid-item:first-child {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .row-two.space-bottom-l > .grid-item:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .row-three > .grid-item {
    width: 33.2%;
  }
}
@media (min-width: 992px) {
  .row-four > .grid-item {
    width: 24.9%;
  }
}
@media (min-width: 992px) {
  .row-standalone > .grid-item {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:first-child {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:last-child {
    width: 33.2%;
  }
}
.row-three-quarter {
  justify-content: flex-start;
}
.row-three-quarter > .grid-item {
  width: 75%;
}
.row-two--footer > .grid-item:first-child {
  order: 2;
}
@media (min-width: 1200px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 58.3%;
  }
}
@media (min-width: 1400px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 49.9%;
  }
}
.row-two--footer > .grid-item:last-child {
  order: 1;
}
@media (min-width: 1200px) {
  .row-two--footer > .grid-item:last-child {
    width: 41.6%;
    order: 2;
  }
}
@media (min-width: 1400px) {
  .row-two--footer > .grid-item:last-child {
    width: 49.9%;
    order: 2;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.rich > .row > .grid-item > *:last-child,
#tinymce > .row > .grid-item > *:last-child {
  margin-bottom: 0;
}
.rich .text__large,
#tinymce .text__large {
  font-size: 18px;
}
@media (min-width: 768px) {
  .rich .text__large,
  #tinymce .text__large {
    font-size: 20px;
  }
}
.rich ul,
#tinymce ul {
  margin-bottom: 20px;
}
.rich ul li,
#tinymce ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5em;
  list-style: none;
}
.rich ul li:before,
#tinymce ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #2a3133;
  content: "\2022";
  font-size: 1em;
}
.rich ul li ul,
#tinymce ul li ul {
  margin-top: 0.5em;
}
.rich ul > ul,
#tinymce ul > ul {
  margin-left: 20px;
}
.rich ol,
#tinymce ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.rich ol li,
#tinymce ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.5em;
  list-style: decimal;
}
.rich blockquote,
#tinymce blockquote {
  margin-bottom: 30px;
}
.rich p + ul,
#tinymce p + ul {
  margin-top: -10px;
}
.rich a:not(.button-primary):not(.button-white):not(.subpages-button),
#tinymce a:not(.button-primary):not(.button-white):not(.subpages-button) {
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  border-bottom: 2px #ffcc00 solid;
  word-break: break-word;
}
.rich a:not(.button-primary):not(.button-white):not(.subpages-button):hover,
#tinymce a:not(.button-primary):not(.button-white):not(.subpages-button):hover,
.rich a:not(.button-primary):not(.button-white):not(.subpages-button):focus,
#tinymce a:not(.button-primary):not(.button-white):not(.subpages-button):focus,
.rich a:not(.button-primary):not(.button-white):not(.subpages-button):active,
#tinymce a:not(.button-primary):not(.button-white):not(.subpages-button):active {
  color: #164194;
}
.rich a:not(.button-primary):not(.button-white):not(.subpages-button):hover,
#tinymce a:not(.button-primary):not(.button-white):not(.subpages-button):hover,
.rich a:not(.button-primary):not(.button-white):not(.subpages-button):focus,
#tinymce a:not(.button-primary):not(.button-white):not(.subpages-button):focus,
.rich a:not(.button-primary):not(.button-white):not(.subpages-button):active,
#tinymce a:not(.button-primary):not(.button-white):not(.subpages-button):active {
  color: #164194;
}
.rich a.button,
#tinymce a.button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  padding: 18px 32px 20px 32px;
}
.rich a.button:hover,
#tinymce a.button:hover,
.rich a.button:focus,
#tinymce a.button:focus,
.rich a.button:active,
#tinymce a.button:active {
  color: #fff;
  background: #164194;
}
.rich a.button:hover,
#tinymce a.button:hover,
.rich a.button:focus,
#tinymce a.button:focus,
.rich a.button:active,
#tinymce a.button:active {
  color: #fff;
  background: #164194;
}
.rich a.button[target="_blank"]:after,
#tinymce a.button[target="_blank"]:after {
  content: "\e901";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 20px;
}
.rich a.button[href*=".pdf"]:after,
#tinymce a.button[href*=".pdf"]:after {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 20px;
}
.rich ul + h2,
#tinymce ul + h2,
.rich p + h2,
#tinymce p + h2,
.rich table + h2,
#tinymce table + h2 {
  margin-top: 40px;
}
.rich ul + h3,
#tinymce ul + h3,
.rich p + h3,
#tinymce p + h3,
.rich table + h3,
#tinymce table + h3 {
  margin-top: 30px;
}
.rich table,
#tinymce table {
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: inherit;
}
.rich table th,
#tinymce table th,
.rich table td,
#tinymce table td {
  padding: 3px 5px;
  border: 1px solid #707070;
  font-family: inherit;
  font-size: inherit;
}
.rich table th:first-child,
#tinymce table th:first-child,
.rich table td:first-child,
#tinymce table td:first-child {
  padding-left: 0;
}
.rich table th ul,
#tinymce table th ul,
.rich table td ul,
#tinymce table td ul {
  margin-top: 5px;
}
.rich table th li,
#tinymce table th li,
.rich table td li,
#tinymce table td li {
  margin-bottom: 2px;
}
.rich table.table__plain th,
#tinymce table.table__plain th,
.rich table.table__plain td,
#tinymce table.table__plain td {
  border: none;
}
.rich__img {
  border-radius: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .rich__img {
    margin-bottom: 30px;
  }
}
.rich__icon-wrapper {
  text-align: center;
}
.rich__icon {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .rich__icon {
    margin-bottom: 30px;
  }
}
#tinymce div {
  color: red !important;
}
#tinymce .js-layout-anchor {
  color: red;
}
/* needed for old browsers */
dialog {
  display: block;
  border: 0;
}
.hidden {
  display: none;
}
.simple-left-container {
  position: relative;
}
.simple-left-tooltip {
  position: absolute;
  z-index: 666;
  top: 80%;
  left: 50%;
  width: 15em;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #128197;
  border-radius: 0.5em;
  padding: 1em;
  text-align: left;
}
.simple-left-tooltip__title {
  margin: 0;
  line-height: 1;
}
.simple-left-tooltip p {
  font-size: 1em;
}
.simple-left-tooltip__close {
  float: right;
  border: 0;
  /** fix typo inputs **/
  font-family: inherit;
  font-size: 0.8em;
  background: #128197;
  color: #fff;
  border-radius: 1em;
}
.simple-left-tooltip__close:focus,
.simple-left-tooltip__close:hover,
.simple-left-tooltip__close:active {
  outline: 1px dotted #fff;
}
.simple-left-tooltip__close:hover,
.simple-left-tooltip__close:active {
  background: #4d287f;
}
/* for this example: tablets */
@media (max-width: 55.625em) {
  .simple-left-container {
    position: static;
  }
  .simple-left-tooltip {
    position: static;
    width: auto;
    margin-top: 1em;
  }
}
.modal__link {
  display: block;
  border-bottom: none !important;
  font-weight: normal !important;
}
.modal__link--trigger {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.modal__link--image {
  pointer-events: none;
}
@media (min-width: 768px) {
  .modal__link--image {
    position: relative;
    pointer-events: unset;
  }
  .modal__link--image::before {
    position: absolute;
    content: 'zoom_in';
    font-family: "Material Icons Round";
    top: 10px;
    right: 20px;
    width: 30px;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #ffcc00;
    border-radius: 5px;
    color: #2a3133;
  }
  .modal__link--image:hover::before,
  .modal__link--image:focus::before,
  .modal__link--image:active::before {
    background: #164194;
    color: #fff;
  }
}
.modal__wrapper {
  display: none;
}
.modal__desc {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.modal__img {
  width: 100%;
  border-radius: 15px;
}
.modal__img--swisspass {
  width: auto;
  display: block;
  margin: 0 auto;
}
dialog {
  display: block;
  border: 0;
}
/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}
/* overlay covers everything */
.simple-modal-overlay,
.simple-animated-modal-overlay,
.simple-image-modal-overlay,
.simple-slider-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 666;
  cursor: pointer;
}
.simple-modal-overlay .invisible,
.simple-animated-modal-overlay .invisible,
.simple-image-modal-overlay .invisible,
.simple-slider-modal-overlay .invisible {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* Gallery Modal */
.simple-slider-modal__wrapper {
  position: relative;
  max-width: 768px;
}
.simple-slider-modal__wrapper .simple-slider-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.simple-slider-modal__wrapper .simple-slider-modal-title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* Image Modal */
.simple-image-modal__wrapper {
  position: relative;
  max-width: 1400px;
}
.simple-image-modal__wrapper .simple-image-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.simple-image-modal__wrapper .simple-image-modal-title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.simple-modal-overlay[data-background-click="disabled"],
.simple-animated-modal-overlay[data-background-click="disabled"],
.simple-image-modal-overlay[data-background-click="disabled"],
.simple-slider-modal-overlay[data-background-click="disabled"] {
  cursor: auto;
}
.simple-animated-modal-overlay,
.simple-image-modal-overlay,
.simple-slider-modal-overlay {
  animation: fadewhite ease 0.5s 1 normal;
}
@keyframes fadewhite {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
/* modal */
.simple-modal,
.simple-animated-modal,
.simple-image-modal,
.simple-slider-modal {
  position: fixed;
  left: 15%;
  top: 5%;
  width: 100%;
  max-width: 70%;
  max-height: 98vh;
  border: 2px solid #707070;
  background: #fff;
  border-radius: 15px;
  z-index: 667;
  padding: 2em;
  right: auto;
  overflow: auto;
}
.simple-image-modal,
.simple-slider-modal {
  border: 2px solid transparent;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.simple-modal-close,
.simple-animated-modal-close,
.simple-image-modal-close,
.simple-slider-modal-close {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border: none;
  border-radius: 5px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.simple-modal-close:hover,
.simple-animated-modal-close:hover,
.simple-image-modal-close:hover,
.simple-slider-modal-close:hover,
.simple-modal-close:focus,
.simple-animated-modal-close:focus,
.simple-image-modal-close:focus,
.simple-slider-modal-close:focus,
.simple-modal-close:active,
.simple-animated-modal-close:active,
.simple-image-modal-close:active,
.simple-slider-modal-close:active {
  color: #fff;
  background: #164194;
}
.simple-animated-modal {
  animation: apparition ease 0.5s 1 normal;
}
@keyframes apparition {
  0% {
    opacity: 0;
    max-height: 0;
    width: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    max-height: 100%;
    width: 70%;
    left: 15%;
  }
}
.mod-accordion {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mod-accordion {
    margin-bottom: 100px;
  }
}
.accordion__title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .accordion__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media print {
  .accordion__title {
    font-size: 10pt;
  }
}
.accordion__title-link {
  position: relative;
  display: block;
  padding: 10px 55px 10px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #fff;
  background: #2a3133;
  border: 1px solid #707070;
  border-radius: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
@media (min-width: 768px) {
  .accordion__title-link {
    padding: 15px 20px;
  }
}
.accordion__title-link:hover,
.accordion__title-link:focus,
.accordion__title-link:active {
  color: #ffcc00;
}
.accordion__title-link::after {
  position: absolute;
  content: 'expand_more';
  font-family: "Material Icons Round";
  top: 10px;
  right: 20px;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .accordion__title-link::after {
    top: 15px;
  }
}
.accordion__title-link.state-accordion--open {
  background: #d5d5d5;
  border-color: #d5d5d5;
  color: #2a3133;
  margin-bottom: 0;
}
.accordion__title-link.state-accordion--open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion__content {
  display: none;
  padding: 15px;
  box-shadow: rgba(112, 112, 112, 0.3) 0px 1px 2px 0px, rgba(112, 112, 112, 0.15) 0px 2px 6px 2px;
  border-radius: 15px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .accordion__content {
    padding: 30px 20px;
  }
}
.accordion__content .container {
  padding: 0;
}
/*
	this skin is currently only used for /tickets-abos
	it is only an accordion for screens @m-medium down
*/
.skin-accordion-light {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .skin-accordion-light {
    margin-bottom: 30px;
  }
}
.skin-accordion-light .accordion__title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-bottom: 0 !important;
}
@media print {
  .skin-accordion-light .accordion__title {
    font-size: 9pt;
  }
}
.skin-accordion-light .accordion__title-link {
  position: relative;
  display: block;
  padding: 7px 55px 7px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #2a3133;
  background: #a5acaf;
  border: 1px solid #a5acaf;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.skin-accordion-light .accordion__title-link:hover,
.skin-accordion-light .accordion__title-link:focus,
.skin-accordion-light .accordion__title-link:active {
  color: #fff;
}
.skin-accordion-light .accordion__title-link::after {
  top: 5px;
}
.skin-accordion-light .accordion__title-link.state-accordion--open {
  background: #ebebeb;
  border-color: #ebebeb;
}
.skin-accordion-light .accordion__title-link.state-accordion--open:hover,
.skin-accordion-light .accordion__title-link.state-accordion--open:focus,
.skin-accordion-light .accordion__title-link.state-accordion--open:active {
  color: #164194;
}
@media (min-width: 768px) {
  .skin-accordion-light .accordion__title-link {
    display: none;
  }
}
.skin-accordion-light .accordion__content {
  padding: 0 5px 15px;
  box-shadow: none;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .skin-accordion-light .accordion__content {
    display: block;
  }
}
.skin-accordion-productfinder {
  margin-bottom: 0;
}
.skin-accordion-productfinder .accordion__title-link {
  background-color: #ffffff;
  color: #2a3133;
  border-left: 2px solid #a5acaf;
  border-right: 2px solid #a5acaf;
  border-top: 2px solid #a5acaf;
}
.skin-accordion-productfinder .accordion__title-link.state-accordion--open {
  background-color: #ffffff;
  color: #2a3133;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.skin-accordion-productfinder .accordion__title-link.state-accordion--open + .accordion__content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.skin-accordion-productfinder .accordion__title-link .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.skin-accordion-productfinder .product-finder__accordion-title-icon {
  margin: 0 10px 0 0;
}
.skin-accordion-productfinder .product-finder__accordion-title-wrapper {
  color: #2a3133;
}
.skin-accordion-productfinder .product-finder__accordion-title-wrapper .product-finder__accordion-label-price {
  margin-bottom: 0;
}
.skin-accordion-productfinder .accordion__content {
  background-color: #fff;
  box-shadow: none;
  border: 2px solid #a5acaf;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.mod-appstore-buttons {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-appstore-buttons {
    margin-bottom: 30px;
  }
}
.mod-appstore-buttons .button {
  margin-right: 10px;
  background: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.mod-appstore-buttons .button:hover {
  background: none;
}
.mod-appstore-buttons .button:last-child {
  margin-right: 0;
}
.mod-breadcrumb {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mod-breadcrumb {
    margin-bottom: 100px;
  }
}
.mod-breadcrumb ul li + li:before {
  content: '\e5cc';
  font-family: "Material Icons Round";
  font-size: 16px;
  line-height: 1.5;
  margin: 0 10px;
  top: 3px;
  position: relative;
}
.mod-breadcrumb ul {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.mod-breadcrumb ul li {
  display: inline;
}
.mod-breadcrumb ul li a {
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px #ffcc00 solid;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: none;
  color: #707070;
}
.mod-breadcrumb ul li a:hover,
.mod-breadcrumb ul li a:focus,
.mod-breadcrumb ul li a:active {
  color: #164194;
}
.mod-breadcrumb ul li a:hover,
.mod-breadcrumb ul li a:focus,
.mod-breadcrumb ul li a:active {
  color: #164194;
}
.mod-button-modal {
  /* needed for old browsers */
  /* removes scroll when modal is opened */
}
.mod-button-modal dialog {
  display: block;
  border: 0;
}
.mod-button-modal .no-scroll {
  overflow: hidden;
}
/* overlay covers everything */
.simple-modal-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 666;
  background-color: rgba(0, 0, 0, 0.5);
}
/* modal */
.simple-modal-modal {
  border-radius: 15px;
  position: fixed;
  left: 10px;
  right: 10px;
  top: 15%;
  background: #fff;
  z-index: 667;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 34px;
}
@media (min-width: 576px) {
  .simple-modal-modal {
    left: 50%;
    right: auto;
    transform: translate(-50%);
    max-width: 460px;
  }
}
.simple-modal-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border: none;
  border-radius: 5px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.simple-modal-modal-close:hover,
.simple-modal-modal-close:focus,
.simple-modal-modal-close:active {
  color: #fff;
  background: #164194;
}
.modal-button {
  margin-bottom: 16px;
  margin-right: 16px;
}
.campaign__nav-language {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 5;
}
@media (min-width: 768px) {
  .campaign__nav-language {
    position: static;
  }
}
.campaign__nav-language .nav-meta__span,
.campaign__nav-language .nav-meta__link {
  display: inline-block;
  padding: 5px;
  color: #fff;
}
@media (min-width: 768px) {
  .campaign__nav-language .nav-meta__span,
  .campaign__nav-language .nav-meta__link {
    color: #2a3133;
  }
}
.skin-campaign-goba {
  position: relative;
}
.skin-campaign-goba .campaign__heading sup {
  display: inline-block;
  top: -1.5em;
  width: 30px;
  height: 30px;
  background: top / 100% no-repeat url(/assets/templates/codekit/assets/img/goba/goba_butterfly.svg);
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
@media (min-width: 768px) {
  .skin-campaign-goba .campaign__heading sup {
    top: -2em;
  }
}
.skin-campaign-goba .campaign__heading sup:hover,
.skin-campaign-goba .campaign__heading sup:focus,
.skin-campaign-goba .campaign__heading sup:active,
.skin-campaign-goba .campaign__heading sup.is-active {
  background: top / 100% no-repeat url(/assets/templates/codekit/assets/img/goba/goba_butterfly-hover.svg);
}
.skin-campaign-goba .campaign__butterfly {
  z-index: 100;
  position: absolute;
  top: -100px;
  right: 0;
}
@media (min-width: 768px) {
  .skin-campaign-goba .campaign__butterfly {
    top: -200px;
    right: 50px;
  }
}
.skin-campaign-goba .campaign__button {
  width: 80px;
  height: 80px;
  border: none;
  cursor: pointer;
  background: top / 100% no-repeat url(/assets/templates/codekit/assets/img/goba/goba_butterfly.svg);
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .skin-campaign-goba .campaign__button {
    width: 200px;
    height: 200px;
  }
}
.skin-campaign-goba .campaign__button:hover,
.skin-campaign-goba .campaign__button:focus,
.skin-campaign-goba .campaign__button:active,
.skin-campaign-goba .campaign__button.is-active {
  background: top / 100% no-repeat url(/assets/templates/codekit/assets/img/goba/goba_butterfly-hover.svg);
}
.skin-campaign-goba .custom-tooltip {
  background: rgba(106, 59, 79, 0.9);
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .skin-campaign-goba .custom-tooltip {
    font-size: 20px;
  }
}
.skin-campaign-goba .custom-tooltip__close {
  color: #fff;
  outline-color: transparent;
}
.skin-campaign-goba .campaign__teaser {
  padding: 20px;
  border-radius: 15px;
  background: rgba(255, 191, 0, 0.2);
  margin-bottom: 20px;
}
.skin-campaign-goba .campaign__teaser h2 {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .skin-campaign-goba .campaign__teaser h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media print {
  .skin-campaign-goba .campaign__teaser h2 {
    font-size: 10pt;
  }
}
.skin-campaign-goba .campaign__teaser.campaign__teaser--price {
  background-color: rgba(213, 213, 213, 0.2);
}
.skin-campaign-goba .campaign_price_container {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 0 10px;
}
.skin-campaign-goba .campaign_price_container.first {
  padding-top: 0;
}
.skin-campaign-goba .campaign_price_container:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.skin-campaign-goba .campaign_price_container .image {
  width: 40%;
}
@media (min-width: 768px) {
  .skin-campaign-goba .campaign_price_container .image {
    width: 20%;
  }
}
.skin-campaign-goba .campaign_price_container .description {
  width: 60%;
  padding-left: 20px;
}
.skin-campaign-goba .campaign_price_container .description p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .skin-campaign-goba .campaign_price_container .description {
    width: 80%;
  }
}
.skin-campaign-goba .campaign_price_container--light {
  padding-top: 40px;
}
.skin-campaign-goba .campaign_price_container--light .description {
  padding-left: 0;
}
.skin-campaign-goba .campaign__label {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(112, 112, 112, 0.3) 0px 1px 2px 0px, rgba(112, 112, 112, 0.15) 0px 2px 6px 2px;
  font-size: 12px;
  line-height: 1.2;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.cc-window .dp--cookie-check {
  border: 0;
  border-radius: 0;
  justify-content: space-evenly;
}
.cc-window .dp--cookie-check .dp-form-control {
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100% / 3;
}
.cc-window .dp--cookie-check .dp-form-control label {
  padding: 0;
}
.cc-window .dp--cookie-check .dp-form-control label:first-child {
  padding-left: 0;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"] + label {
  position: absolute;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"] + label::before {
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"]:checked + label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
}
.cc-compliance .cc-btn {
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #dadada;
  text-decoration: none;
}
.cc-compliance .cc-btn:last-child {
  border-right: none;
}
.cc-compliance .cc-btn.cc-allow-all {
  border-right: none;
}
.dp--overlay {
  text-align: left;
}
.dp--overlay .dp--overlay-inner {
  max-width: 450px;
}
.dp--overlay .db--overlay-submit {
  margin-left: 0;
}
.mod-cookie-notice {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-top: 3px solid #ffcc00;
  transform: translateY(100%);
  -webkit-transition: transform 300ms ease;
  transition: transform 300ms ease;
}
.cookie-notice__text {
  text-align: center;
  line-height: 28px;
  margin-bottom: 10px;
}
.cookie-notice__text .cookie-notice__link {
  display: inline-block;
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  border-bottom: 2px #ffcc00 solid;
  margin-bottom: 28px;
}
.cookie-notice__text .cookie-notice__link:hover,
.cookie-notice__text .cookie-notice__link:focus,
.cookie-notice__text .cookie-notice__link:active {
  color: #164194;
}
.cookie-notice__text .cookie-notice__link:hover,
.cookie-notice__text .cookie-notice__link:focus,
.cookie-notice__text .cookie-notice__link:active {
  color: #164194;
}
.cookie-notice__text .cookie-notice__button {
  display: unset !important;
  max-width: 100px;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
  padding: 8px 22px;
}
.cookie-notice__text .cookie-notice__button:hover,
.cookie-notice__text .cookie-notice__button:focus,
.cookie-notice__text .cookie-notice__button:active {
  color: #fff;
  background: #164194;
}
.cookie-notice__text .cookie-notice__button:hover,
.cookie-notice__text .cookie-notice__button:focus,
.cookie-notice__text .cookie-notice__button:active {
  color: #fff;
  background: #164194;
}
.cookie-notice--visible {
  transform: translateY(0);
}
.mod-documentation + .mod-documentation {
  border-top: 1px solid #2a3133;
  margin-top: 25px;
  padding-top: 50px;
}
.documentation-slider-button-next,
.documentation-slider-button-prev {
  color: #707070;
}
.mod-emotion {
  z-index: 0;
  position: relative;
  margin: 80px 0 10px 0;
}
.skin-layout-17 .mod-emotion {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mod-emotion {
    margin: 0;
  }
}
.mod-emotion:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  top: -1px;
  left: -0.25%;
  width: 100.5%;
  padding-bottom: 11%;
  background-image: url(/assets/templates/codekit/assets/img/waves-curly-large-top-white.svg);
}
.skin-layout-17 .mod-emotion:before {
  content: normal;
}
.mod-emotion .image__wrapper {
  z-index: -1;
}
.mod-emotion .emotion__wrapper--url,
.mod-emotion.emotion--url {
  cursor: pointer;
}
.mod-emotion.emotion--2 .image__wrapper::after {
  /* 12:5 = 41.67% = calc(5 / 12 * 100%) */
  padding-bottom: 41.67%;
}
.emotion__img {
  border-radius: 15px;
}
.skin-layout-17 .emotion__img {
  border-radius: 0;
}
/* emotion with a video*/
.emotion--video video {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.emotion__wrapper {
  position: relative;
  /* 12:5 = 41.67% = calc(5 / 12 * 100%) */
  padding-bottom: 41.67%;
}
.pid-892 .emotion__wrapper {
  padding-bottom: 21.6%;
}
.emotion__wrapper iframe,
.emotion__wrapper video {
  z-index: -10;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.skin-layout-17 .emotion__wrapper iframe,
.skin-layout-17 .emotion__wrapper video {
  border-radius: 0;
}
.emotion__bubble {
  z-index: 10;
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 80px;
  height: 80px;
  filter: drop-shadow(2px 5px 2px rgba(0, 0, 0, 0.3));
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  /*homepage*/
}
@media (min-width: 768px) {
  .skin-layout-2 .emotion__bubble {
    bottom: 80px;
  }
}
@media (min-width: 992px) {
  .skin-layout-2 .emotion__bubble {
    bottom: 205px;
  }
}
@media (min-width: 768px) {
  .emotion__bubble {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .emotion__bubble {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .emotion__bubble {
    width: 180px;
    height: 180px;
  }
}
.mod-faqfeedback {
  margin-top: 50px;
}
.mod-faqfeedback .answer-buttons {
  display: flex;
}
.mod-faqfeedback .button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: auto;
  padding: 12px 32px;
  margin-bottom: 25px;
  margin-right: 25px;
}
.mod-faqfeedback .button:hover,
.mod-faqfeedback .button:focus,
.mod-faqfeedback .button:active {
  color: #fff;
  background: #164194;
}
.mod-faqfeedback .button:hover,
.mod-faqfeedback .button:focus,
.mod-faqfeedback .button:active {
  color: #fff;
  background: #164194;
}
.mod-faqfeedback .faq-feedback-form {
  max-width: 686px;
  position: relative;
  display: none;
  margin-top: 50px;
}
.mod-faqfeedback .faq-feedback-form.state-show-form {
  display: block;
}
.mod-faqfeedback .faq-feedback-form .close-button {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.mod-faqfeedback .faq-feedback-form .form-title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .mod-faqfeedback .faq-feedback-form .form-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media print {
  .mod-faqfeedback .faq-feedback-form .form-title {
    font-size: 10pt;
  }
}
.mod-faqfeedback .faq-feedback-form .form__textarea {
  min-height: 280px;
}
.mod-faqfeedback .faq-feedback-form .form__input_has-infoicon {
  padding-right: 60px;
}
.mod-faqfeedback .faq-feedback-form .form__infoicon__link {
  color: #6a6a6a;
}
.mod-faqfeedback .faq-feedback-form .form__infoicon {
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
}
.mod-faqfeedback .faq-feedback-form .form__info {
  top: 280px;
  left: 0;
  width: 100%;
  padding: 50px 15px;
  position: absolute;
  display: none;
  background-color: #d5d5d5;
  z-index: 101;
  border-radius: 15px;
}
.mod-faqfeedback .faq-feedback-form .form__info:focus {
  border: 1px solid #2a3133;
}
.mod-faqfeedback .faq-feedback-form .form__info .form__info_img {
  max-width: 450px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.mod-faqfeedback .faq-feedback-form .inner {
  background-color: #d5d5d5;
  border-radius: 15px;
  padding: 15px;
}
.mod-faqfeedback .support-phone-wrap {
  margin-top: 50px;
}
.mod-footer {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .mod-footer {
    padding-top: 75px;
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer__wrapper {
    height: 100%;
    margin-bottom: 0;
    border-bottom: 0;
    flex-direction: column;
  }
}
.footer__claim {
  display: block;
  margin-bottom: 30px;
  color: #ffcc00;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__claim {
    margin-bottom: 0;
    text-align: left;
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .footer__claim {
    text-align: right;
  }
}
.footer__nav-items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__nav-items {
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: row;
  }
}
.footer__nav-item {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__nav-item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .footer__nav-item {
    margin-bottom: 0;
    padding: 0 20px;
    width: 33%;
    border: none;
  }
}
.footer__nav-title {
  display: block;
  padding: 15px 0;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  color: #ffcc00;
}
@media (min-width: 768px) {
  .footer__nav-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .footer__nav-title {
    margin-bottom: 25px;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
  }
}
.footer__nav-sub-item:last-child {
  margin-bottom: 20px;
}
.footer__nav-sub-link {
  position: relative;
  display: block;
  padding: 15px 20px 15px;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media (min-width: 768px) {
  .footer__nav-sub-link {
    font-size: 20px;
  }
}
.footer__nav-sub-link:before {
  content: '\f1df';
  position: absolute;
  left: 0;
  top: 15px;
  font-family: "Material Icons Round";
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .footer__nav-sub-link:before {
    font-size: 20px;
  }
}
.footer__nav-sub-link:hover,
.footer__nav-sub-link:focus,
.footer__nav-sub-link:active,
.footer__nav-sub-item.active .footer__nav-sub-link {
  color: #ffcc00;
}
@media (min-width: 768px) {
  .footer__nav-sub-link {
    margin-bottom: 10px;
    padding: 0;
  }
  .footer__nav-sub-link:before {
    display: none;
  }
}
.footer__social {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .footer__social {
    margin-bottom: 0;
    margin-left: auto;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .footer__social {
    margin-top: auto;
    align-self: flex-end;
  }
}
.footer__social-item {
  width: 33%;
  margin-right: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__social-item {
    width: auto;
    text-align: left;
  }
}
.footer__social-item:last-child {
  margin-right: 0;
}
.footer__social-img {
  width: 40px;
}
.footer-productfinder__button {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 100px;
  height: 100px;
  z-index: 12;
}
@media (min-width: 768px) {
  .footer-productfinder__button {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1680px) {
  .footer-productfinder__button {
    width: 200px;
    height: 200px;
    right: 30px;
    bottom: 30px;
  }
}
@media print {
  .footer-productfinder__button {
    display: none;
  }
}
.footer-productfinder__link {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.skin-form-shop .row-three {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .skin-form-shop .row-three > .grid-item:nth-child(1),
  .skin-form-shop .row-three > .grid-item:nth-child(3) {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .skin-form-shop .row-three > .grid-item:nth-child(2) {
    width: 50%;
  }
}
.skin-form-shop .form__img {
  width: 100px;
  height: auto;
}
.skin-form-shop .form__lieferadresse {
  display: none;
}
.skin-form-product-finder {
  margin-top: 100px;
}
.skin-form-product-finder .form__kontaktangaben {
  display: none;
}
.mod-header {
  position: fixed;
  top: 0;
  z-index: 12;
  width: 100%;
  background: #2a3133;
}
@media (min-width: 768px) {
  .mod-header {
    padding-bottom: 15px;
    background: transparent;
    -webkit-transition: background 100ms linear;
    transition: background 100ms linear;
  }
}
@media (min-width: 768px) {
  .state-header--emotion-empty .mod-header {
    background: #fff;
  }
}
.mod-header.state-header--nav-active .header__nav {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.is-scrolled .mod-header,
.page-layout-productfinder .mod-header {
  box-shadow: rgba(112, 112, 112, 0.3) 0px 1px 2px 0px, rgba(112, 112, 112, 0.15) 0px 2px 6px 2px;
}
@media (min-width: 768px) {
  .is-scrolled .mod-header,
  .page-layout-productfinder .mod-header {
    top: -70px;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .skin-layout-17.is-scrolled .mod-header {
    top: 0;
  }
}
@media print {
  .mod-header {
    position: static;
    background: #fff;
    box-shadow: none !important;
  }
}
.header__wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .header__wrapper {
    margin: 0;
    padding: 80px 0 0 0;
    justify-content: left;
  }
  .skin-layout-17 .header__wrapper {
    padding-top: 20px;
  }
}
@media print {
  .header__wrapper {
    justify-content: left;
    margin: 0;
  }
}
.header__nav-trigger {
  position: absolute;
  left: 10px;
  font-size: 32px;
  color: #fff;
}
.header__nav-trigger:hover,
.header__nav-trigger:focus,
.header__nav-trigger:active {
  color: #ffcc00;
}
@media (min-width: 768px) {
  .header__nav-trigger {
    display: none;
  }
}
@media print {
  .header__nav-trigger {
    display: none;
  }
}
.header__nav {
  z-index: 15;
  display: flex;
  position: fixed;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #2a3133;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  backface-visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .header__nav {
    position: static;
    height: auto;
    width: auto;
    flex-grow: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: padding-left 200ms ease;
    transition: padding-left 200ms ease;
    background-color: transparent;
  }
}
@media print {
  .header__nav {
    display: none;
  }
}
.header__nav-buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .header__nav-buttons {
    display: none;
  }
}
.header__nav-home,
.header__nav-close {
  padding: 0;
  font-size: 32px;
  background: #2a3133;
  color: #fff;
  border: none;
}
.header__nav-home:hover,
.header__nav-close:hover,
.header__nav-home:focus,
.header__nav-close:focus,
.header__nav-home:active,
.header__nav-close:active {
  color: #ffcc00;
}
.jugend-title {
  margin-bottom: 30px;
}
.mod-jugend-slider .swiper-container {
  padding-bottom: 180px;
}
.mod-jugend-slider .swiper-button-next {
  color: #707070;
}
.mod-jugend-slider .swiper-button-prev {
  color: #707070;
}
.mod-jugend-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .mod-jugend-slider .swiper-slide {
    width: 500px;
    height: 500px;
    border-radius: 6px;
  }
}
@media (min-width: 992px) {
  .mod-jugend-slider .swiper-slide {
    width: 600px;
    height: 600px;
    border-radius: 8px;
  }
}
.mod-jugend-slider .swiper-slide.swiper-slide-active .slide-text {
  opacity: 1;
  position: absolute;
  top: 320px;
}
@media (min-width: 768px) {
  .mod-jugend-slider .swiper-slide.swiper-slide-active .slide-text {
    top: 540px;
  }
}
@media (min-width: 992px) {
  .mod-jugend-slider .swiper-slide.swiper-slide-active .slide-text {
    top: 640px;
  }
}
.mod-jugend-slider .swiper-slide .slide-text {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  width: 100%;
}
.mod-jugend-slider .swiper-slide .slide-text .button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  font-weight: bold;
}
.mod-jugend-slider .swiper-slide .slide-text .button:hover,
.mod-jugend-slider .swiper-slide .slide-text .button:focus,
.mod-jugend-slider .swiper-slide .slide-text .button:active {
  color: #fff;
  background: #164194;
}
.mod-jugend-slider .swiper-slide .slide-text .button:hover,
.mod-jugend-slider .swiper-slide .slide-text .button:focus,
.mod-jugend-slider .swiper-slide .slide-text .button:active {
  color: #fff;
  background: #164194;
}
.mod-layout.skin-layout-13 .l-emotion {
  margin-bottom: 0;
}
.mod-layout.jugend-news h1 {
  text-align: center;
}
.mod-layout.jugend-news .emotion__bubble {
  display: none;
}
.mod-layout.jugend-news .news__pub-date {
  text-align: center;
  display: none;
}
.mod-layout.jugend-news h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .mod-layout.jugend-news h2 {
    font-size: 32px;
  }
}
.mod-layout.jugend-news .mod-jugend-table {
  position: relative;
}
.mod-layout.jugend-news .shadow {
  content: '';
  position: absolute;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 30px;
  right: 0;
  top: 0;
  z-index: 10;
  clear: both;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.mod-layout.jugend-news .shadow.shadow--invisible {
  opacity: 0;
}
@media (min-width: 410px) {
  .mod-layout.jugend-news .shadow {
    opacity: 0;
  }
}
@media screen {
  .mod-layout.page-layout-productfinder .l-main {
    background: #e6e6e6;
    background: linear-gradient(180deg, #e6e6e6 0%, #ffffff 100%);
  }
}
.mod-layout.page-layout-productfinder .l-content > h1 {
  display: none;
}
.mod-layout.page-layout-productfinder .mod-breadcrumb {
  display: none;
}
.l-wrapper {
  overflow-x: hidden;
}
.skin-layout-17 .l-wrapper {
  overflow-x: visible;
}
.l-header {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .l-header {
    padding: 0 0 30px 0;
    margin-bottom: 20px;
  }
}
.skin-layout-17 .l-header {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .skin-layout-17 .l-header {
    height: 100px;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .skin-layout-17 .l-header {
    height: 150px;
  }
}
.l-header.state-header--emotion-empty {
  height: 85px;
}
@media (min-width: 768px) {
  .l-header.state-header--emotion-empty {
    height: 200px;
  }
}
.page-layout-productfinder .l-header {
  height: 75px;
}
@media (min-width: 768px) {
  .page-layout-productfinder .l-header {
    height: 55px;
  }
}
@media (min-width: 992px) {
  .page-layout-productfinder .l-header {
    height: 68px;
  }
}
.l-emotion {
  margin-bottom: 30px;
}
.skin-layout-17 .l-emotion {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .l-emotion {
    margin-top: 90px;
    margin-bottom: 80px;
  }
  .skin-layout-17 .l-emotion {
    margin: 0;
  }
}
.l-main {
  text-align: left;
  min-height: 400px;
  position: relative;
}
.l-content {
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  .l-content {
    padding-bottom: 0;
  }
}
.l-footer {
  position: relative;
  padding: 20px 0;
  background: #2a3133;
  z-index: 20;
  margin-top: 100px;
}
.l-footer:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 100%;
  margin-bottom: -1px;
  background-position: bottom left;
  padding-bottom: 5.5%;
  background-image: url('/assets/templates/codekit/assets/img/waves-curly-bottom-anthrazit.svg');
  left: -0.25%;
  width: 100.5%;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 110px 0;
    margin-top: 120px;
  }
}
@media print {
  .l-footer {
    display: none;
  }
}
.l-breakout {
  position: relative;
  padding: 20px 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  background: #d5d5d5;
}
@media screen and (min-width: 768px) {
  .l-breakout {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .l-breakout {
    padding: 40px 0;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.page-overlay {
  display: none;
}
.page-overlay.is-active {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}
.l-standalone {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-standalone {
    margin-bottom: 30px;
  }
}
.l-standalone:after {
  z-index: -2;
  content: '';
  position: absolute;
  top: 0;
  min-width: 100%;
  height: 100%;
  background-color: #d5d5d5;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  .l-standalone:after {
    left: -2rem;
    right: -2rem;
    width: calc(100% + 4rem);
  }
}
@media (min-width: 1400px) {
  .l-standalone:after {
    left: -8rem;
    right: -8rem;
    width: calc(100% + 16rem);
  }
}
@media (min-width: 1680px) {
  .l-standalone:after {
    left: -50%;
    right: -50%;
    width: auto;
  }
}
.l-standalone .standalone__wrapper {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .l-standalone .standalone__wrapper {
    padding: 75px 0;
    margin-bottom: 70px;
  }
}
@media (min-width: 1680px) {
  .l-standalone .standalone__wrapper {
    padding: 180px 0;
  }
}
.l-standalone .standalone__wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  top: -1px;
  padding-bottom: 5.5%;
  background-image: url('/assets/templates/codekit/assets/img/waves-curly-top-white.svg');
}
.l-standalone .standalone__wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 0;
  padding-bottom: 10%;
  background-position: bottom left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-bottom-white.svg');
}
.l-standalone .standalone__wrapper:before,
.l-standalone .standalone__wrapper:after {
  z-index: -1;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  .l-standalone .standalone__wrapper:before,
  .l-standalone .standalone__wrapper:after {
    left: -2rem;
    right: -2rem;
    width: calc(100% + 4rem);
  }
}
@media (min-width: 1400px) {
  .l-standalone .standalone__wrapper:before,
  .l-standalone .standalone__wrapper:after {
    left: -8rem;
    right: -8rem;
    width: calc(100% + 16rem);
  }
}
@media (min-width: 1680px) {
  .l-standalone .standalone__wrapper:before,
  .l-standalone .standalone__wrapper:after {
    left: -50%;
    right: -50%;
    width: auto;
  }
}
@media (min-width: 1680px) {
  .l-standalone .standalone__wrapper:before,
  .l-standalone .standalone__wrapper:after {
    padding-bottom: 10%;
  }
}
@media (min-width: 768px) {
  .l-standalone .standalone__wrapper {
    padding: 140px 0;
  }
}
@media (min-width: 1680px) {
  .l-standalone .standalone__wrapper {
    padding: 200px 0;
  }
}
.mod-lightbox {
  display: none;
}
.mod-lightbox .lightbox-img {
  max-width: 100%;
  vertical-align: top;
}
.mod-lightbox .lightbox-image-link {
  display: block;
  outline: none;
  max-width: 600px;
}
.logo__img {
  width: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .logo__img {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .logo__img {
    width: 100px;
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
  }
}
.is-scrolled .logo__img,
.page-layout-productfinder .logo__img {
  width: 50px;
}
@media (min-width: 992px) {
  .is-scrolled .logo__img,
  .page-layout-productfinder .logo__img {
    width: 60px;
  }
}
.nav-a11y__title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nav-a11y__link {
  position: absolute;
  top: -20000em;
  left: -2000em;
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  color: #2a3133;
  text-decoration: none;
}
.nav-a11y__link:focus {
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  z-index: 50;
  outline: none;
  border: 2px solid #ffcc00;
  border-radius: 15px;
  padding: 10px;
  top: 3px;
  left: 3px;
}
.mod-nav-backdrop {
  display: none;
}
.mod-nav-backdrop.state-nav-backdrop--active {
  z-index: 1;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  width: 100vw;
  height: 100vh;
}
.mod-nav-backdrop.state-nav-backdrop--schedule-active {
  z-index: 20;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100vh;
}
.mod-nav-main {
  order: 2;
}
.nav-main__items {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .nav-main__items {
    position: relative;
    padding: 0;
    display: flex;
  }
}
.nav-main__item {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
@media (min-width: 768px) {
  .nav-main__item {
    position: relative;
    padding: 0;
    font-size: 20px;
    -webkit-transition: font-size 300ms ease;
    transition: font-size 300ms ease;
  }
  .is-scrolled .nav-main__item.active .nav-main__link:after,
  .page-layout-productfinder .nav-main__item.active .nav-main__link:after {
    -webkit-transform: translate3d(15px, 0, 0);
    -ms-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  .nav-main__item.nav-main__item--big {
    position: unset;
  }
}
@media (min-width: 992px) {
  .nav-main__item {
    font-size: 24px;
    line-height: 1.2;
  }
  .is-scrolled .nav-main__item,
  .page-layout-productfinder .nav-main__item {
    font-size: 20px;
  }
}
.nav-main__item--parent.active {
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .nav-main__item--parent:hover li,
  .nav-main__item--parent:focus li,
  .nav-main__item--parent.active li {
    font-weight: normal;
  }
  .nav-main__item--parent .nav-main__link:hover,
  .nav-main__item--parent .nav-main__link:focus,
  .nav-main__item--parent .nav-main__link.active .nav-main__item--parent .nav-main__link {
    font-family: "Lato", arial, sans-serif;
    font-weight: bold;
    font-style: normal;
  }
  .nav-main__item--parent .nav-main__link:hover:after,
  .nav-main__item--parent .nav-main__link:focus:after,
  .nav-main__item--parent .nav-main__link.active .nav-main__item--parent .nav-main__link:after {
    width: 50%;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  .nav-main__item--parent .nav-main__link:before {
    display: block;
    content: attr(title);
    font-family: "Lato", arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
.nav-main__flyout {
  z-index: 20;
  display: flex;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  flex-direction: column;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: #2a3133;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .nav-main__flyout {
    display: none;
    left: 0;
    right: unset;
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: unset;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .nav-main__item--big .nav-main__flyout {
    width: 100%;
  }
}
.state-nav-main-level--active .nav-main__flyout {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .state-nav-main-level--active .nav-main__flyout {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__buttons {
  display: flex;
  order: 1;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .nav-main__buttons {
    position: absolute;
    top: 0;
    right: 0;
  }
  .nav-main__buttons .nav-main__back {
    display: none;
  }
}
.nav-main__back,
.nav-main__close {
  padding: 0;
  font-size: 32px;
  width: 32px;
  background: #2a3133;
  color: #fff;
  border: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-main__back:hover,
.nav-main__close:hover,
.nav-main__back:focus,
.nav-main__close:focus,
.nav-main__back:active,
.nav-main__close:active {
  color: #ffcc00;
  background: #2a3133;
}
@media (min-width: 768px) {
  .nav-main__back,
  .nav-main__close {
    color: #2a3133;
    background: transparent;
    cursor: pointer;
  }
  .nav-main__back:hover,
  .nav-main__close:hover,
  .nav-main__back:focus,
  .nav-main__close:focus,
  .nav-main__back:active,
  .nav-main__close:active {
    color: #164194;
    background: transparent;
  }
}
.nav-main__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 50px 17px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-main__link:hover,
.nav-main__link:focus,
.nav-main__link:active,
.active .nav-main__link {
  color: #ffcc00;
}
@media (min-width: 768px) {
  .nav-main__link {
    padding: 10px 10px;
    color: #2a3133;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    -webkit-transition: padding 300ms ease;
    transition: padding 300ms ease;
    border-bottom: 0;
  }
  .is-scrolled .nav-main__link:hover:after,
  .page-layout-productfinder .nav-main__link:hover:after,
  .is-scrolled .nav-main__link:focus:after,
  .page-layout-productfinder .nav-main__link:focus:after {
    -webkit-transform: translate3d(15px, 0, 0);
    -ms-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  .nav-main__link:hover,
  .nav-main__link:focus,
  .nav-main__link:active,
  .active .nav-main__link,
  .state-nav-main-level--active .nav-main__link {
    color: #2a3133;
  }
  .nav-main__link:hover:after,
  .nav-main__link:focus:after,
  .nav-main__link:active:after,
  .active .nav-main__link:after,
  .state-nav-main-level--active .nav-main__link:after {
    width: 50%;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  .nav-main__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #ffcc00;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
}
@media (min-width: 992px) {
  .nav-main__link {
    padding: 15px 30px;
  }
  .is-scrolled .nav-main__link,
  .page-layout-productfinder .nav-main__link {
    padding: 10px 15px;
  }
}
.nav-main__icon-deep {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}
@media (min-width: 768px) {
  .nav-main__icon-deep {
    display: none !important;
  }
}
.nav-main__link-level {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.nav-main__link-level::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.nav-main__link-level:hover,
.nav-main__link-level:focus,
.nav-main__link-level:active,
.nav-main__link-level.active {
  color: #ffcc00;
}
@media (min-width: 768px) {
  .nav-main__link-level {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #2a3133;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px #ffcc00 solid;
    font-family: "Lato", arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: none;
  }
  .nav-main__link-level:hover,
  .nav-main__link-level:focus,
  .nav-main__link-level:active {
    color: #164194;
  }
  .nav-main__link-level:hover,
  .nav-main__link-level:focus,
  .nav-main__link-level:active {
    color: #164194;
  }
  .nav-main__link-level.active {
    color: #164194;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .nav-main__link-level {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .nav-main__link-level {
    padding: 10px 30px;
  }
}
.nav-main__sub {
  position: relative;
  order: 3;
}
@media (min-width: 768px) {
  .nav-main__sub {
    min-width: 280px;
    margin-top: 10px;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border-bottom: 15px solid #ffcc00;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
}
.nav-main__sub--big .nav-main__sub-title {
  display: flex;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  .nav-main__sub--big .nav-main__sub-title {
    margin-bottom: 10px;
    color: #707070;
  }
}
@media (min-width: 768px) {
  .nav-main__sub--big .nav-main__sub-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .nav-main__sub--big .nav-main__sub-items .nav-main__item,
  .nav-main__sub--big .nav-main__sub-items li.last {
    padding: 0 20px;
    width: 33%;
    flex-basis: 33%;
    border-right: 1px solid rgba(165, 172, 175, 0.5);
  }
  .nav-main__sub--big .nav-main__sub-items .nav-main__item .nav-main__sub-items,
  .nav-main__sub--big .nav-main__sub-items li.last .nav-main__sub-items {
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .nav-main__sub--big .nav-main__sub-items .nav-main__item .nav-main__sub-items li,
  .nav-main__sub--big .nav-main__sub-items li.last .nav-main__sub-items li {
    width: 100%;
  }
  .nav-main__sub--big .nav-main__sub-items .nav-main__item .nav-main__sub-items .last,
  .nav-main__sub--big .nav-main__sub-items li.last .nav-main__sub-items .last {
    padding: 0;
  }
  .nav-main__sub--big .nav-main__sub-items li.last {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .nav-main__sub--big .nav-main__sub-items .nav-main__item,
  .nav-main__sub--big .nav-main__sub-items li.last {
    padding: 0 30px;
  }
}
.nav-main__sub-items {
  padding: 0 20px;
  margin-bottom: 30px;
}
.nav-main__sub-items li.active > .nav-main__sub-link {
  color: #ffcc00;
}
@media (min-width: 768px) {
  .nav-main__sub-items li.active > .nav-main__sub-link {
    color: #164194;
  }
}
@media (min-width: 768px) {
  .nav-main__sub-items {
    margin-bottom: 0;
  }
}
.nav-main__sub-link {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-main__sub-link:hover,
.nav-main__sub-link:focus,
.nav-main__sub-link:active {
  color: #164194;
}
.nav-main__sub-link:hover,
.nav-main__sub-link:focus,
.nav-main__sub-link:active {
  color: #164194;
}
.nav-main__sub-link:hover,
.nav-main__sub-link:focus,
.nav-main__sub-link:active {
  color: #ffcc00;
}
@media (min-width: 768px) {
  .nav-main__sub-link {
    padding: 5px 0;
    margin-bottom: 3px;
    color: #2a3133;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px #ffcc00 solid;
    font-family: "Lato", arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.3;
    border-bottom: none;
    white-space: normal;
  }
  .nav-main__sub-link:hover,
  .nav-main__sub-link:focus,
  .nav-main__sub-link:active {
    color: #164194;
  }
  .nav-main__sub-link:hover,
  .nav-main__sub-link:focus,
  .nav-main__sub-link:active {
    color: #164194;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .nav-main__sub-link {
    font-size: 20px;
  }
}
.mod-nav-meta {
  order: 1;
}
@media (min-width: 768px) {
  .mod-nav-meta {
    position: absolute;
    top: 0;
    right: 0;
    background: #2a3133;
    width: 100%;
    padding: 15px 0;
  }
  .mod-nav-meta::before,
  .mod-nav-meta::after {
    z-index: -1;
    content: '';
    position: absolute;
    background: #2a3133;
    top: 0;
    width: 200%;
    height: 100%;
  }
  .mod-nav-meta::before {
    left: -50vw;
  }
  .mod-nav-meta::after {
    right: -50vw;
  }
}
.nav-meta__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .nav-meta__items {
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    border-bottom: none;
  }
}
.nav-meta__item {
  position: relative;
  display: flex;
  width: 84%;
  align-items: center;
}
@media (min-width: 768px) {
  .nav-meta__item {
    width: auto;
    padding: 0 25px;
  }
  .nav-meta__item:last-child {
    padding-right: 0;
  }
  .nav-meta__item.active .nav-meta__link {
    color: #2a3133;
  }
}
.nav-meta__item--search {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-meta__item--search {
    width: auto;
  }
}
.nav-meta__item--cart,
.nav-meta__item--language {
  width: 15%;
  justify-content: flex-end;
  text-align: right;
}
@media (min-width: 768px) {
  .nav-meta__item--cart,
  .nav-meta__item--language {
    width: auto;
  }
}
.nav-meta__item--language .nav-meta__link,
.nav-meta__item--language .nav-meta__span {
  padding-right: 20px;
}
.nav-meta__item--language .nav-meta__link:hover:after,
.nav-meta__item--language .nav-meta__span:hover:after,
.nav-meta__item--language .nav-meta__link:focus:after,
.nav-meta__item--language .nav-meta__span:focus:after,
.nav-meta__item--language .nav-meta__link:active:after,
.nav-meta__item--language .nav-meta__span:active:after {
  color: #fff;
}
.nav-meta__item--language .nav-meta__link:after,
.nav-meta__item--language .nav-meta__span:after {
  position: absolute;
  content: '|';
  right: 8px;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.nav-meta__item--language .nav-meta__link:last-child,
.nav-meta__item--language .nav-meta__span:last-child {
  padding-right: 0;
}
.nav-meta__item--language .nav-meta__link:last-child:after,
.nav-meta__item--language .nav-meta__span:last-child:after {
  display: none;
}
.nav-meta__link {
  position: relative;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
}
.nav-meta__link:hover,
.nav-meta__link:focus,
.nav-meta__link:active {
  color: #ffcc00;
}
@media (min-width: 768px) {
  .nav-meta__link {
    padding: 0;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    border-bottom: 0;
  }
  .nav-meta__link:hover,
  .nav-meta__link:focus,
  .nav-meta__link:active {
    color: #ffcc00;
  }
}
.nav-meta__span {
  position: relative;
  padding: 15px 0;
  color: #fff;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-meta__span {
    padding: 0;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    border-bottom: 0;
  }
}
.nav-meta__button {
  position: relative;
  padding: 15px 0;
  font-size: 32px;
  width: 32px;
  background: transparent;
  color: #fff;
  border: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-meta__button:hover,
.nav-meta__button:focus,
.nav-meta__button:active {
  color: #ffcc00;
  cursor: pointer;
}
.nav-meta__button:hover .nav-meta__cart-indicator,
.nav-meta__button:focus .nav-meta__cart-indicator,
.nav-meta__button:active .nav-meta__cart-indicator {
  background: #fff;
}
@media (min-width: 768px) {
  .nav-meta__button {
    padding: 0;
  }
}
.nav-meta__cart-indicator {
  display: none;
  position: absolute;
  top: 12px;
  right: 0;
  content: '';
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 1.2;
  line-height: 15px;
  color: #2a3133;
  background: #ffcc00;
  border-radius: 50%;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media (min-width: 768px) {
  .nav-meta__cart-indicator {
    top: 0;
  }
}
.nav-user__trigger {
  display: flex;
  visibility: hidden;
}
.nav-user__trigger.is_visible {
  visibility: visible;
}
.nav-user__trigger .nav-user__trigger--loggedin {
  display: none;
}
.nav-user__trigger[data-user-loggedin="true"] .nav-user__trigger--initial {
  font-size: 0;
  line-height: 0;
}
.nav-user__trigger[data-user-loggedin="true"] .nav-user__trigger--loggedin {
  z-index: 1;
  position: relative;
  padding: 0 5px 0 3px;
  display: flex;
  align-items: center;
  color: #2a3133;
}
.nav-user__trigger[data-user-loggedin="true"] .nav-user__trigger--loggedin::after {
  z-index: -1;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  background: #fff;
  color: #2a3133;
}
.nav-user__flyout {
  display: none;
  position: absolute;
  top: 0;
  padding: 20px;
  background: #ebebeb;
  border-radius: 15px;
  box-shadow: rgba(112, 112, 112, 0.3) 0px 1px 2px 0px, rgba(112, 112, 112, 0.15) 0px 2px 6px 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .nav-user__flyout {
    right: 25px;
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: unset;
  }
}
.nav-user__flyout.state-nav-user--active {
  display: block;
  -webkit-transform: translate3d(0, 55px, 0);
  -ms-transform: translate3d(0, 55px, 0);
  transform: translate3d(0, 55px, 0);
}
@media (min-width: 768px) {
  .nav-user__flyout.state-nav-user--active {
    -webkit-transform: translate3d(0, 35px, 0);
    -ms-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
    z-index: 500;
  }
}
.nav-user__title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}
.nav-user__item {
  font-size: 14px;
  line-height: 1.2;
}
.nav-user__item .link-primary {
  border-bottom: none;
}
.nav-user__item .material-icons-round {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.news__pub-date {
  font-size: 12px;
  line-height: 1.2;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
.newsportal-users thead {
  border-bottom: 2px solid #2a3133;
}
.newsportal-users thead th {
  font-weight: bold;
  padding: 4px 8px;
}
.newsportal-users td {
  padding: 4px 8px;
}
.newsportal-users tbody tr {
  transition: background-color 0.2s ease;
}
.newsportal-users tbody tr:nth-child(even) {
  background-color: #ebebeb;
}
.newsportal-users tbody tr:hover {
  background-color: #ffcc00;
}
.newsportal-users tbody tr:hover a {
  border-bottom-color: #2a3133;
}
.newsportal-users tbody tr a {
  transition: all 0.2s ease;
}
.eticket-news .mod-accordion .accordion__title-link:nth-child(3) {
  border-color: #ffcc00;
  background-color: #ffcc00;
  color: #2a3133;
}
.eticket-news .mod-accordion .accordion__title-link:nth-child(3):hover {
  border-color: #2a3133;
}
.mod-news-filter {
  margin-bottom: 50px;
}
.mod-news-filter .button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  padding: 18px 32px;
}
.mod-news-filter .button:hover,
.mod-news-filter .button:focus,
.mod-news-filter .button:active {
  color: #fff;
  background: #164194;
}
.mod-news-filter .button:hover,
.mod-news-filter .button:focus,
.mod-news-filter .button:active {
  color: #fff;
  background: #164194;
}
.mod-news-filter .button.is_active {
  background-color: #164194;
  color: #fff;
}
.mod-partner {
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .mod-partner {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .mod-partner {
    padding: 0 80px;
  }
}
@media (min-width: 768px) {
  .partner__title {
    margin-bottom: 70px;
  }
}
.partner__wrapper {
  position: relative;
  padding: 0 60px;
  /* navigation buttons */
}
@media (min-width: 1400px) {
  .partner__wrapper {
    padding: 0;
  }
}
.partner__wrapper .swiper-button-next,
.partner__wrapper .swiper-button-prev {
  z-index: 1;
  width: 100px;
}
.partner__wrapper .swiper-button-next svg,
.partner__wrapper .swiper-button-prev svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  top: 19px;
}
.partner__wrapper .swiper-button-next svg .icon__arrow--line,
.partner__wrapper .swiper-button-prev svg .icon__arrow--line,
.partner__wrapper .swiper-button-next svg .icon__arrow--tip,
.partner__wrapper .swiper-button-prev svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.partner__wrapper .swiper-button-next svg .icon__arrow--line,
.partner__wrapper .swiper-button-prev svg .icon__arrow--line {
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.partner__wrapper .swiper-button-next:hover svg .icon__arrow--line,
.partner__wrapper .swiper-button-prev:hover svg .icon__arrow--line,
.partner__wrapper .swiper-button-next:focus svg .icon__arrow--line,
.partner__wrapper .swiper-button-prev:focus svg .icon__arrow--line,
.partner__wrapper .swiper-button-next:active svg .icon__arrow--line,
.partner__wrapper .swiper-button-prev:active svg .icon__arrow--line,
.partner__wrapper .swiper-button-next:hover svg .icon__arrow--tip,
.partner__wrapper .swiper-button-prev:hover svg .icon__arrow--tip,
.partner__wrapper .swiper-button-next:focus svg .icon__arrow--tip,
.partner__wrapper .swiper-button-prev:focus svg .icon__arrow--tip,
.partner__wrapper .swiper-button-next:active svg .icon__arrow--tip,
.partner__wrapper .swiper-button-prev:active svg .icon__arrow--tip {
  stroke: #164194;
}
.partner__wrapper .swiper-button-next::after,
.partner__wrapper .swiper-button-prev::after {
  display: none;
}
.partner__wrapper .swiper-button-next {
  padding-left: 50px;
  -webkit-transition: padding-left 300ms ease;
  transition: padding-left 300ms ease;
}
.partner__wrapper .swiper-button-next svg {
  left: 50px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.partner__wrapper .swiper-button-next svg .icon__arrow--line {
  stroke-dashoffset: 30px;
}
.partner__wrapper .swiper-button-next:hover,
.partner__wrapper .swiper-button-next:focus,
.partner__wrapper .swiper-button-next:active {
  padding-left: 60px;
}
.partner__wrapper .swiper-button-next:hover svg,
.partner__wrapper .swiper-button-next:focus svg,
.partner__wrapper .swiper-button-next:active svg {
  left: 60px;
}
.partner__wrapper .swiper-button-next:hover svg .icon__arrow--line,
.partner__wrapper .swiper-button-next:focus svg .icon__arrow--line,
.partner__wrapper .swiper-button-next:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
.partner__wrapper .swiper-button-prev {
  padding-right: 50px;
  -webkit-transition: padding-right 300ms ease;
  transition: padding-right 300ms ease;
}
.partner__wrapper .swiper-button-prev svg {
  right: 50px;
  top: 19px;
  -webkit-transition: right 300ms ease;
  transition: right 300ms ease;
}
.partner__wrapper .swiper-button-prev svg .icon__arrow--line {
  stroke-dashoffset: -30px;
}
.partner__wrapper .swiper-button-prev:hover,
.partner__wrapper .swiper-button-prev:focus,
.partner__wrapper .swiper-button-prev:active {
  padding-right: 60px;
}
.partner__wrapper .swiper-button-prev:hover svg,
.partner__wrapper .swiper-button-prev:focus svg,
.partner__wrapper .swiper-button-prev:active svg {
  right: 60px;
}
.partner__wrapper .swiper-button-prev:hover svg .icon__arrow--line,
.partner__wrapper .swiper-button-prev:focus svg .icon__arrow--line,
.partner__wrapper .swiper-button-prev:active svg .icon__arrow--line {
  stroke-dashoffset: -20px;
}
.partner__list {
  align-items: center;
}
.partner__link {
  display: block;
}
.partner__link:hover .partner__logo,
.partner__link:focus .partner__logo,
.partner__link:active .partner__logo {
  filter: grayscale(0);
}
.partner__logo {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: grayscale(1);
}
.mod-plan .container {
  text-align: center;
}
.mod-plan .img-magnifier-container {
  position: relative;
  width: 100%;
}
.mod-plan .img-magnifier-container img {
  width: 100%;
  height: auto;
}
.mod-pos .map-content p {
  margin-bottom: 10px;
  line-height: 1.4;
}
.mod-pos .map-canvas {
  height: 450px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .mod-pos .map-canvas {
    height: 500px;
  }
}
.pos__link {
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  border-bottom: 2px #ffcc00 solid;
  position: relative;
  padding-left: 50px;
  -webkit-transition: padding-left 300ms ease;
  transition: padding-left 300ms ease;
  padding-left: 25px;
}
.pos__link:hover,
.pos__link:focus,
.pos__link:active {
  color: #164194;
}
.pos__link:hover,
.pos__link:focus,
.pos__link:active {
  color: #164194;
}
.pos__link svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -10px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.pos__link svg .icon__arrow--line,
.pos__link svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.pos__link svg .icon__arrow--line {
  stroke-dashoffset: 30px;
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.pos__link:hover,
.pos__link:focus,
.pos__link:active {
  padding-left: 60px;
}
.pos__link:hover svg,
.pos__link:focus svg,
.pos__link:active svg {
  left: 0;
}
.pos__link:hover svg .icon__arrow--line,
.pos__link:focus svg .icon__arrow--line,
.pos__link:active svg .icon__arrow--line,
.pos__link:hover svg .icon__arrow--tip,
.pos__link:focus svg .icon__arrow--tip,
.pos__link:active svg .icon__arrow--tip {
  stroke: #fff;
}
.pos__link:hover svg .icon__arrow--line,
.pos__link:focus svg .icon__arrow--line,
.pos__link:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
.pos__link svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -10px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.pos__link svg .icon__arrow--line,
.pos__link svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.pos__link svg .icon__arrow--line {
  stroke-dashoffset: 30px;
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.pos__link:hover,
.pos__link:focus,
.pos__link:active {
  padding-left: 60px;
}
.pos__link:hover svg,
.pos__link:focus svg,
.pos__link:active svg {
  left: 0;
}
.pos__link:hover svg .icon__arrow--line,
.pos__link:focus svg .icon__arrow--line,
.pos__link:active svg .icon__arrow--line,
.pos__link:hover svg .icon__arrow--tip,
.pos__link:focus svg .icon__arrow--tip,
.pos__link:active svg .icon__arrow--tip {
  stroke: #fff;
}
.pos__link:hover svg .icon__arrow--line,
.pos__link:focus svg .icon__arrow--line,
.pos__link:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
.pos__link svg {
  top: -4px;
  left: -26px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.pos__link:hover,
.pos__link:focus,
.pos__link:active {
  padding-left: 35px;
}
.pos__link:hover svg,
.pos__link:focus svg,
.pos__link:active svg {
  left: -16px;
}
.pos__link:hover svg .icon__arrow--line,
.pos__link:focus svg .icon__arrow--line,
.pos__link:active svg .icon__arrow--line,
.pos__link:hover svg .icon__arrow--tip,
.pos__link:focus svg .icon__arrow--tip,
.pos__link:active svg .icon__arrow--tip {
  stroke: #164194;
}
.pricing__wrapper {
  overflow: auto;
  text-align: center;
}
.pricing__wrapper:focus {
  outline: 3px solid #164194;
  outline-offset: 3px;
}
.pricing__wrapper:not(:focus-visible) {
  outline: 2px solid transparent;
}
.pricing__table {
  width: 100%;
  border-radius: 15px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ebebeb;
}
.pricing__table .text-align-left {
  text-align: left !important;
}
.pricing__table thead tr:not(:first-child) td:nth-child(1),
.pricing__table tbody tr td:nth-child(1),
.pricing__table thead tr:not(:first-child) th:nth-child(1),
.pricing__table tbody tr th:nth-child(1),
.pricing__table thead tr:not(:first-child) td:nth-child(2),
.pricing__table tbody tr td:nth-child(2),
.pricing__table thead tr:not(:first-child) th:nth-child(2),
.pricing__table tbody tr th:nth-child(2),
.pricing__table thead tr:not(:first-child) td:nth-child(4),
.pricing__table tbody tr td:nth-child(4),
.pricing__table thead tr:not(:first-child) th:nth-child(4),
.pricing__table tbody tr th:nth-child(4) {
  border-right: 1px solid #d5d5d5;
}
.pricing__table td,
.pricing__table th {
  padding: 10px 5px;
  text-align: right;
  font-size: 14px;
  line-height: 1.3;
}
.pricing__table td:last-child {
  padding-right: 15px;
}
.pricing__table thead th {
  z-index: 1;
  position: sticky;
  padding: 5px;
  width: 25vw;
  max-width: 150px;
  background: #ebebeb;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: top;
  white-space: nowrap;
}
.pricing__table thead th[colspan] {
  text-align: center;
  padding-bottom: 0;
}
.pricing__table thead th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  text-align: left;
  background: #ebebeb;
}
.pricing__table thead tr:first-child th {
  z-index: unset;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: none;
  padding-top: 15px;
}
.pricing__table tbody th {
  z-index: 1;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  background: #ebebeb;
  text-align: left;
  white-space: nowrap;
}
.pricing__table tbody th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
}
.pricing__table tbody tr:nth-child(odd) td,
.pricing__table tbody tr:nth-child(odd) th {
  background: #fff;
}
.pricing__table tbody tr:nth-child(even) td,
.pricing__table tbody tr:nth-child(even) th {
  background: #ebebeb;
}
.pricing__table tbody tr:last-child td,
.pricing__table tbody tr:last-child th {
  border-bottom: 1px solid #d5d5d5;
}
.pricing__table tbody tr td {
  height: 44px;
}
.pricing__table tbody tr.state-tr--hovered td,
.pricing__table tbody tr.state-tr--hovered th {
  background: #2a3133 !important;
  color: #fff;
}
.pricing__table tfoot th {
  padding: 5px 15px 15px;
  font-size: 12px;
  line-height: 1.2;
}
.pricing__table.state-table--filtered tbody tr td,
.pricing__table.state-table--filtered tbody tr th {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}
.pricing__table.skin-jugend-table td,
.pricing__table.skin-jugend-table th {
  text-align: left;
}
.pricing__table.skin-jugend-table tbody tr td:nth-child(1),
.pricing__table.skin-jugend-table tbody tr th:nth-child(1),
.pricing__table.skin-jugend-table tbody tr td:nth-child(2),
.pricing__table.skin-jugend-table tbody tr th:nth-child(2),
.pricing__table.skin-jugend-table tbody tr td:nth-child(4),
.pricing__table.skin-jugend-table tbody tr th:nth-child(4) {
  border-right: 0;
}
.pricing__table.skin-jugend-table tfoot th {
  padding-top: 10px;
  text-align: right;
}
.pricing__currency {
  display: block;
}
.pricing__btn--add {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border: none;
  border-radius: 5px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing__btn--add:hover,
.pricing__btn--add:focus,
.pricing__btn--add:active {
  color: #fff;
  background: #164194;
}
.state-pricing--hidden {
  display: none;
}
.material-icons-round.pricing__loader-icon {
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  font-size: 80px;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #2a3133;
  }
  to {
    -webkit-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    transform: rotate(-359deg);
    color: #164194;
  }
}
.product-filter__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .product-filter__list {
    flex-wrap: nowrap;
  }
}
.product-filter__item {
  padding: 0 10px;
  height: 100%;
}
.product-filter__item.form__item {
  margin-bottom: 5px;
}
.product-filter__item.form__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-filter__item.form__item {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .product-filter__item {
    width: calc(99% / 3);
  }
}
@media (min-width: 1200px) {
  .product-filter__item {
    width: calc(99% / 6);
  }
  .product-filter__item.form__item,
  .product-filter__item.form__item:last-child {
    margin-bottom: 0;
  }
}
.product-filter__item .product-filter__icon {
  display: none;
}
@media (min-width: 768px) {
  .product-filter__item .product-filter__icon {
    display: block;
    width: 80px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .product-filter__item .product-filter__icon {
    width: 100px;
  }
}
.product-filter__item .form__checkbox {
  z-index: 1;
  position: absolute;
  top: 6px;
  left: 15px;
  width: 22px;
  height: 22px;
  background: #ebebeb;
  border-color: #ebebeb;
}
@media (min-width: 768px) {
  .product-filter__item .form__checkbox {
    top: 20px;
    right: 20px;
    left: unset;
  }
}
.product-filter__item .form__checkbox:checked {
  background: #fff;
  border-color: #164194;
}
.product-filter__item .form__checkbox:checked ~ .form__label {
  color: #fff;
  background: #164194;
}
.product-filter__item .form__label {
  display: flex;
  width: 100%;
  padding: 5px 40px 5px;
  border-radius: 5px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-filter__item .form__label {
    padding: 20px 0;
    border-radius: 15px;
    color: #2a3133;
    align-items: center;
    box-shadow: rgba(112, 112, 112, 0.3) 0px 1px 2px 0px, rgba(112, 112, 112, 0.15) 0px 2px 6px 2px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Lato", arial, sans-serif;
    font-weight: bold;
    font-style: normal;
  }
  .product-filter__item .form__label:hover,
  .product-filter__item .form__label:focus,
  .product-filter__item .form__label:active {
    color: #fff;
    background: #164194;
  }
}
.product-filter__zones .form__legend {
  display: none;
}
@media (min-width: 768px) {
  .product-filter__zones .form__legend {
    display: block;
  }
}
.product-filter__zones .product-filter__list {
  padding: 10px;
  background: #ebebeb;
  border-radius: 15px;
}
.product-filter__zone {
  width: calc(100% / 6);
  justify-content: center;
  flex-grow: 1;
}
.product-filter__zone:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .product-filter__zone:first-child {
    width: unset;
  }
}
.product-filter__zone .form__checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  outline: 2px solid transparent;
}
.product-filter__zone .form__checkbox:checked ~ .form__label,
.product-filter__zone .form__checkbox ~ .form__label:hover,
.product-filter__zone .form__checkbox ~ .form__label:active,
.product-filter__zone .form__checkbox ~ .form__label:focus {
  background: #164194;
  color: #fff;
  border-color: #707070;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
}
.product-filter__zone .form__checkbox:focus ~ .form__label {
  outline: 3px solid #164194;
  outline-offset: 3px;
}
.product-filter__zone .form__checkbox:focus:not(:focus-visible) ~ .form__label {
  outline: 2px solid transparent;
}
.product-filter__zone .form__label {
  width: 100%;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 15px;
  line-height: 33px;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.product-filter__zone .form__label--zone {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .product-filter__zone {
    width: auto;
  }
  .product-filter__zone.form__item,
  .product-filter__zone.form__item:last-child {
    margin-bottom: 0;
  }
  .product-filter__zone:first-child {
    margin-right: 20px;
  }
  .product-filter__zone:last-child {
    margin-left: 20px;
  }
}
.product-filter__title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media print {
  .product-filter__title {
    font-size: 9pt;
  }
}
.product-filter__result {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .product-filter__result {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .row[data-cols="1"] > .grid-item,
  .row[data-cols="2"] > .grid-item {
    width: 49.9%;
  }
}
@media (min-width: 992px) {
  .row[data-cols="3"] > .grid-item {
    width: 33.2%;
  }
}
@media (min-width: 992px) {
  .row[data-cols="4"] > .grid-item {
    width: 24.9%;
  }
}
@media (min-width: 992px) {
  .row[data-cols="5"] > .grid-item {
    width: 19.9%;
  }
}
@media (min-width: 992px) {
  div[data-cols="6"] > .grid-item {
    width: 16.5%;
  }
}
.product-filter__tooltip {
  max-width: 250px;
}
.mod-product-finder {
  position: relative;
  margin: 20px auto 0;
  padding-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .mod-product-finder {
    border-radius: 30px;
    background: #e6e6e6;
  }
}
.product-finder_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.product-finder__price-disclaimer {
  margin: 0;
}
.product-finder__btn-reset {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 5px 10px;
  height: auto;
  background: transparent;
  border: none;
  box-shadow: none;
}
.product-finder__btn-reset:hover,
.product-finder__btn-reset:focus,
.product-finder__btn-reset:active {
  color: #fff;
  background: #164194;
}
.product-finder__btn-reset:hover,
.product-finder__btn-reset:focus,
.product-finder__btn-reset:active {
  color: #fff;
  background: #164194;
}
.product-finder__btn-reset:hover,
.product-finder__btn-reset:focus,
.product-finder__btn-reset:active {
  color: #fff;
  background: #2a3133;
}
@media print {
  .js-product-finder_reset {
    display: none;
  }
}
.product-finder__wrapper {
  position: relative;
}
@media print {
  .product-finder__wrapper {
    display: none;
  }
}
@media print {
  .product-finder__swiper-wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.product-finder__slide {
  text-align: center;
}
@media (min-width: 576px) {
  .product-finder__slide {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .product-finder__slide {
    padding: 0 40px;
  }
}
.product-finder__error-messages {
  display: none;
  position: fixed;
  top: 100px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  border-radius: 15px;
  box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.52);
  transition: all 0.2s ease-in-out;
  background-color: #ffcece;
}
@media (min-width: 768px) {
  .product-finder__error-messages {
    width: 600px;
  }
}
.product-finder__error-messages p {
  margin-bottom: 0;
  padding: 20px;
}
.product-finder__step-title {
  text-align: left;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  border-bottom: 2px solid #999999;
  padding-bottom: 10px;
  margin: 0 0 25px;
}
@media (min-width: 992px) {
  .product-finder__step-title {
    font-size: 35px;
  }
}
.product-finder__step {
  display: none;
}
.product-finder__step.is-active {
  display: block;
}
.product-finder__stage {
  position: relative;
  height: 0;
  padding-bottom: 54%;
  text-align: left;
}
@media screen {
  .product-finder__stage {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .product-finder__stage {
    height: 440px;
    padding-bottom: 0;
  }
}
.product-finder__zonenplan {
  text-align: left;
  position: absolute;
  bottom: 30px;
  border: 10px solid #B3B3B3;
  border-radius: 20px;
  background: #fff;
  z-index: 11;
  left: 0;
  width: 120px;
  height: 180px;
}
@media (min-width: 576px) {
  .product-finder__zonenplan {
    left: 20px;
    width: 150px;
    height: 240px;
  }
}
@media (min-width: 768px) {
  .product-finder__zonenplan {
    width: 210px;
    height: 295px;
    left: 40px;
  }
}
@media (min-width: 992px) {
  .product-finder__zonenplan {
    width: 270px;
    height: 365px;
  }
}
@media (min-width: 1200px) {
  .product-finder__zonenplan {
    left: 50%;
    transform: translateX(-450px);
  }
}
.state-zonenplan--enlarged .product-finder__zonenplan {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateX(0);
  border-radius: 40px;
}
.product-finder__zonenplan:before,
.product-finder__zonenplan:after {
  content: "";
  position: absolute;
  height: 30px;
  top: 100%;
  left: 20%;
  width: 20px;
  background: #B3B3B3;
  z-index: 9;
}
.product-finder__zonenplan:after {
  left: auto;
  right: 20%;
}
.product-finder-zonenplan__title {
  font-size: 15px;
  padding: 10px;
  margin-bottom: 0;
}
.product-finder-zonenplan__buttons {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
}
.product-finder-zonenplan__buttons-top {
  top: 5px;
  right: 5px;
}
.product-finder-zonenplan__buttons-bottom {
  bottom: 5px;
  right: 5px;
}
.product-finder-zonenplan__btn {
  appearance: none;
  background: #fff;
  border: 1px solid #2a3133;
  border-radius: 10px;
  overflow: hidden;
  font-size: 30px;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 2px;
}
.product-finder-zonenplan__btn-enlarge {
  display: block;
}
.state-zonenplan--enlarged .product-finder-zonenplan__btn-enlarge {
  display: none;
}
.product-finder-zonenplan__btn-smaller,
.product-finder-zonenplan__btn-plus,
.product-finder-zonenplan__btn-close,
.product-finder-zonenplan__btn-minus {
  display: none;
}
.state-zonenplan--enlarged .product-finder-zonenplan__btn-smaller,
.state-zonenplan--enlarged .product-finder-zonenplan__btn-plus,
.state-zonenplan--enlarged .product-finder-zonenplan__btn-close,
.state-zonenplan--enlarged .product-finder-zonenplan__btn-minus {
  display: block;
}
.product-finder-zonenplan__board {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-finder-zonenplan__board {
    height: 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .state-zonenplan--enlarged .product-finder-zonenplan__board {
    padding-bottom: 80%;
  }
}
.product-finder-zonenplan__wrapper {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.product-finder-zonenplan__panzoom-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-finder-zonenplan__panzoom-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-finder-zonenplan__svgmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-finder-zonenplan__svgmap path,
.product-finder-zonenplan__svgmap polygon,
.product-finder-zonenplan__svgmap rect {
  z-index: 10;
  fill: #fff;
  opacity: 0.6;
  transition: opacity 0.1s;
}
.product-finder-zonenplan__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-finder__person {
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-finder__person-img-male,
.product-finder__person-img-female {
  height: 100%;
  width: auto;
}
.product-finder__person-img-female {
  display: none;
}
.show-male .product-finder__person-img-female {
  display: none;
}
.show-female .product-finder__person-img-female {
  display: block;
}
.product-finder__person-img-male {
  display: none;
}
.show-female .product-finder__person-img-male {
  display: none;
}
.show-male .product-finder__person-img-male {
  display: block;
}
.product-finder__person-change {
  cursor: pointer;
  position: absolute;
  bottom: 49%;
  left: 36%;
  width: 25%;
  height: auto;
}
.product-finder__background-briefkasten {
  position: absolute;
  left: 10%;
  width: 12%;
  height: auto;
  bottom: 0;
  z-index: 4;
}
.product-finder__background-storch {
  position: absolute;
  left: 0;
  height: auto;
  width: 20%;
  top: 65%;
  z-index: 1;
  animation: move 60s linear 0s infinite;
}
.product-finder__background-wolke {
  position: absolute;
  left: 0;
  height: auto;
  width: 15%;
  top: 55px;
  z-index: 0;
  animation: move 30s linear 0s infinite;
}
@media (min-width: 992px) {
  .product-finder__background-wolke {
    top: 110px;
    animation: move2 30s linear 0s infinite;
  }
}
.product-finder__background-wolke2 {
  position: absolute;
  height: auto;
  width: 16%;
  top: 235px;
  z-index: 0;
  animation: move 40s linear 0s infinite;
}
@media (min-width: 992px) {
  .product-finder__background-wolke2 {
    top: 470px;
    animation: move2 40s linear 0s infinite;
  }
}
@-webkit-keyframes move {
  from {
    transform: translateX(-200px);
  }
  to {
    transform: translateX(900px);
  }
}
@-webkit-keyframes move2 {
  from {
    transform: translateX(-200px);
  }
  to {
    transform: translateX(1200px);
  }
}
.product-finder__background-berge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100px;
  width: auto;
  max-width: none;
  transition: all 1s ease;
}
.product-finder__background-berge[data-position="1"] {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
.product-finder__background-berge[data-position="2"] {
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}
@media print {
  .product-finder__background-briefkasten,
  .product-finder__background-storch,
  .product-finder__background-wolke,
  .product-finder__background-wolke2,
  .product-finder__background-berge,
  .product-finder__background-boden {
    display: none;
  }
}
.product-finder__here-button,
.product-finder__next-button {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 1%;
  z-index: 10;
  width: 25%;
  margin-bottom: 7%;
  padding-bottom: 9%;
  color: #2a3133;
  background: url(/assets/templates/codekit/assets/img/productfinder/button-next.svg) no-repeat;
}
.product-finder__here-button.last,
.product-finder__next-button.last {
  background: url(/assets/templates/codekit/assets/img/productfinder/button-here.svg) no-repeat;
}
.product-finder__here-button:before,
.product-finder__next-button:before,
.product-finder__here-button:after,
.product-finder__next-button:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 100%;
  left: 15%;
  width: 20px;
  background: #B3B3B3;
  z-index: 9;
}
.product-finder__here-button:after,
.product-finder__next-button:after {
  left: auto;
  right: 25%;
}
.product-finder__here-button .product-finder__next-button-text,
.product-finder__next-button .product-finder__next-button-text {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 10%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3vw;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .product-finder__here-button .product-finder__next-button-text,
  .product-finder__next-button .product-finder__next-button-text {
    font-size: 30px;
  }
}
.product-finder__here-button .product-finder__next-button-arrow,
.product-finder__next-button .product-finder__next-button-arrow {
  position: absolute;
  right: 15%;
  top: 50%;
  height: 28%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: auto;
  display: inline-block;
}
.product-finder__here-button .product-finder__next-button-icon,
.product-finder__next-button .product-finder__next-button-icon {
  position: absolute;
  left: 5%;
  top: 15%;
  height: 66%;
  width: auto;
  display: inline-block;
}
.product-finder__here-button {
  right: 32%;
  background: url(/assets/templates/codekit/assets/img/productfinder/button-here.svg) no-repeat;
}
.product-finder__background-boden {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 20px;
  background-color: #B3B3B3;
}
.product-finder__step-navigation-item.is-active {
  background-color: #ffcc00;
  color: #2a3133;
}
.product-finder--navigation {
  margin: 40px auto;
  position: relative;
}
@media print {
  .product-finder--navigation {
    display: none;
  }
}
.product-finder--progress-bar {
  width: 10%;
  background-color: #d5d5d5;
  display: block;
  height: 10px;
}
.product-finder--progress-bar-4 {
  display: none;
}
.product-finder--navigation-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-finder--navigation-list-item {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: -2px;
  margin-right: -2px;
  cursor: pointer;
  border: 8px solid #d5d5d5;
}
.product-finder--navigation-list-item.active {
  position: relative;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.product-finder--navigation-list-item.active .product-finder--navigation-active-element {
  position: absolute;
  top: 0;
  left: 4px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  z-index: 1;
}
.product-finder--navigation-list-item:has(~ .active) {
  border-color: #ffcc00;
  background: #fff;
}
.product-finder--navigation-list-item:has(~ .active) + .product-finder--progress-bar {
  background-color: #ffcc00;
}
.product-finder--navigation-list-item-calculator {
  display: none;
}
.bubble-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bubble-buttons {
    margin-bottom: 0;
  }
}
.product-finder__amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .product-finder__amount {
    flex-wrap: unset;
  }
}
.product-finder__amount .form__item {
  margin-bottom: 0;
}
.button {
  background-color: #ffcc00;
  border: 0;
  padding: 20px 20px 18px;
  color: #2a3133;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
  box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.52);
  text-decoration: none;
}
.button:hover {
  background-color: #164194;
  color: #fff;
  box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.52) inset;
}
.button:focus {
  outline: 3px solid #164194;
  outline-offset: 3px;
}
.button.hollow {
  background-color: transparent;
  color: #2a3133;
  box-shadow: none;
  border: 1px solid #2a3133;
}
.button.hollow:hover {
  background-color: #ffcc00;
  color: #2a3133;
  box-shadow: none;
}
.product-finder__button-via {
  background-color: #fff;
  padding: 8px 20px;
  color: #2a3133;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #ebebeb;
  box-shadow: inset 0 4px 4px -4px rgba(42, 49, 51, 0.7);
  text-transform: uppercase;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 100%;
}
@media (min-width: 992px) {
  .product-finder__button-via {
    font-size: 23px;
  }
}
.product-finder__form-select {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 23px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.bubble-button {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-color: #ffcc00;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: inset -2px -3px 5px 1px rgba(0, 0, 0, 0.25);
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
}
@media (min-width: 992px) {
  .bubble-button {
    width: 50px;
    height: 50px;
    margin-right: 14px;
    font-size: 27px;
  }
}
.bubble-button:hover {
  box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.52) inset;
}
.bubble-button.is-active {
  background-color: #164194;
  color: #fff;
  box-shadow: inset 2px 3px 5px 1px rgba(0, 0, 0, 0.52);
}
.form__alert-error {
  display: none;
  padding-bottom: 20px;
}
.form__alert-error p {
  margin: 0;
}
.form__alert-error.is-active {
  display: block;
}
.product-finder__summary-item-value {
  font-weight: bold;
}
.product-finder__step-navigation {
  border-top: 1px solid #2a3133;
  margin-top: 50px;
  padding: 50px 0;
}
.product-finder__step-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-finder__step-navigation ul li {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #2a3133;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 0;
  margin: 0 10px;
}
.product-finder__step-navigation ul li:first-child {
  margin-left: 0;
}
.product-finder__step-navigation ul li:last-child {
  margin-right: 0;
}
.product-finder__bubbles {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}
@media screen {
  .product-finder__bubbles {
    max-width: 900px;
    margin: 0 auto 20px;
  }
}
.product-finder__bubbles-route2 {
  display: block;
}
@media (min-width: 768px) {
  .product-finder__bubbles-route2 {
    display: flex;
  }
}
.product-finder__bubble {
  border: 2px solid #808080;
  border-radius: 25px;
  padding: 5px 15px 20px 15px;
  width: 100%;
  /* speech bubble 8 */
  position: relative;
  background-color: #fff;
}
.product-finder__bubble:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid #808080;
  border-top: 10px solid #808080;
  border-bottom: 10px solid transparent;
  left: 37%;
  bottom: -22px;
}
.product-finder__bubble:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 37%;
  margin-left: -2px;
  bottom: -19px;
}
@media (min-width: 768px) {
  .product-finder__bubble-route-1 {
    width: 80%;
  }
}
.product-finder__bubble-no {
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
  height: 100px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .product-finder__bubble-no {
    width: 18%;
    height: auto;
    margin-top: 0;
  }
}
.product-finder__bubble-no:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-right: 20px solid transparent;
  border-left: 20px solid #808080;
  border-top: 10px solid #808080;
  border-bottom: 10px solid transparent;
  left: 40%;
  bottom: -22px;
}
.product-finder__bubble-no:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-right: 20px solid transparent;
  border-left: 20px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 40%;
  margin-left: 2px;
  bottom: -19px;
}
.product-finder__bubble-no.state-no--active {
  background: #ffcc00;
}
.product-finder__bubble-no.state-no--active:after {
  border-left-color: #ffcc00;
  border-top-color: #ffcc00;
}
.product-finder__bubble-no-image {
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
}
@media (min-width: 768px) {
  .product-finder__bubble-no-image {
    top: 33%;
    width: 40%;
  }
}
.product-finder__bubble-no-label {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
@media (min-width: 768px) {
  .product-finder__bubble-no-label {
    font-size: 30px;
    bottom: 30px;
  }
}
.product-finder--via-field-wrap {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .product-finder--via-field-wrap {
    width: 19%;
    padding-left: 20px;
    margin-top: 0;
  }
}
.product-finder--via-field-wrap .button {
  display: block;
  font-size: 22px;
  padding: 12px 20px 12px;
}
.product-finder--via-field-wrap .via-fiel-wrap {
  display: none;
}
.product-finder__route {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ebebeb;
}
@media (min-width: 992px) {
  .product-finder__route {
    flex-wrap: unset;
  }
}
.product-finder__route .form__item {
  margin-bottom: 0;
}
.product-finder__label {
  text-transform: uppercase;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 768px) {
  .product-finder__label {
    font-size: 23px;
  }
}
.product-finder-route__to,
.product-finder-route__from {
  width: 47%;
}
@media (min-width: 768px) {
  .product-finder-route__to,
  .product-finder-route__from {
    width: 38%;
  }
}
.product-finder-route__toback {
  width: 6%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .product-finder-route__toback {
    width: 5%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.product-finder--hinundzuruck {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.product-finder-form__input {
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1) inset;
}
.product-finder__print {
  display: none;
}
@media print {
  .product-finder__print {
    display: block;
  }
}
.product-finder__print .product-finder__accordion-title-icon {
  display: none;
}
.product-finder__print .product-finder__accordion-item {
  page-break-inside: avoid;
  margin-bottom: 100px;
}
.product-finder__feedback-form {
  display: none;
}
@media print {
  .product-finder__feedback-form {
    display: none !important;
  }
}
.product-finder__halbtax {
  margin-top: 32px;
}
.product-finder__halbtax > .row {
  justify-content: flex-start;
}
.product-finder__halbtax > .row > .grid-item {
  flex: 0;
}
.product-finder__halbtax > .row > .grid-item > .form__item {
  margin-bottom: 0 !important;
}
.product-finder__month {
  margin-top: 32px;
}
.skin-product-finder-slide-birhtdate {
  overflow: hidden;
}
.product-finder__birthdate {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
@media (min-width: 992px) {
  .product-finder__birthdate {
    flex-wrap: unset;
  }
}
.product-finder__birthdate .form__item {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-finder__bubbles-birthday {
    margin-bottom: 25px;
  }
}
.product-finder__bubble-birthday {
  padding: 15px 35px 35px 20px;
}
.product-finder__bubble-birthday:before {
  left: 18%;
}
.product-finder__bubble-birthday:after {
  left: 18%;
}
.product-finder__background-torte {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .product-finder__background-torte {
    width: 16%;
    margin-bottom: 0;
  }
}
.product-finder__background-torte-img {
  width: 100px;
  height: auto;
}
@media (min-width: 992px) {
  .product-finder__background-torte-img {
    width: 100%;
  }
}
.product-finder__birthday-date-wrapper {
  width: 100%;
}
@media (min-width: 576px) {
  .product-finder__birthday-date-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .form__item--product-finder-birthday-day {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .form__item--product-finder-birthday-day {
    padding-left: 25px;
  }
}
@media (min-width: 576px) {
  .form__item--product-finder-birthday-month {
    width: 42%;
    padding-left: 25px;
  }
}
@media (min-width: 576px) {
  .form__item--product-finder-birthday-year {
    width: 33%;
    padding-left: 25px;
  }
}
.product-finder-birthdate__form-select {
  font-size: 20px;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-finder-birthdate__form-select {
    font-size: 35px;
  }
}
.product-finder-calculator__video {
  width: 100%;
  height: auto;
  margin-bottom: 95px;
}
/*
.product-finder-calculator__wrapper {
	height: 0;
	padding-bottom: 63%;
	overflow: hidden;

	svg {
		margin-top: -17%;
	}
}

.product-finder-calculator__image-wrapper {
	position: relative;
	text-align: center;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	margin: 20px 0;

	@media @m-medium {
		margin: 50px 0;
	}

	img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}
*/
.product-finder-hello__wrapper {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .product-finder-hello__description {
    margin-top: 60px;
  }
}
.product-finder-hello__description > p {
  text-decoration-line: underline;
  text-decoration-thickness: 8px;
  text-underline-offset: 4px;
  text-decoration-color: #ffcc00;
  max-width: 800px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 26px;
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .product-finder-hello__description > p {
    font-size: 45px;
  }
}
.product-finder-hello__image {
  display: inline-block;
  width: 20%;
  height: auto;
  position: relative;
  margin-top: -2%;
}
.product-finder-hello__person-change {
  left: 32%;
}
.skin-product-finder-slide-result > svg {
  width: 100%;
  height: auto;
}
.product-finder__feedback-btn {
  position: absolute;
  background: #ffcc00;
  margin: 0;
  top: 0;
  right: 0;
  padding: 5px 10px;
  transform-origin: 100% 100%;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 576px) {
  .product-finder__feedback-btn {
    right: 25px;
  }
}
@media (min-width: 768px) {
  .product-finder__feedback-btn {
    right: 40px;
  }
}
@media (min-width: 992px) {
  .product-finder__feedback-btn {
    padding: 5px 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 55px;
    right: 0;
    border-radius: 10px 10px 0 0;
  }
}
.product-finder__summary {
  margin-bottom: 100px;
}
.product-finder__result {
  margin-bottom: 100px;
}
.product-finder__result thead {
  border-bottom: 2px solid #2a3133;
}
.product-finder__result thead th {
  font-weight: bold;
  padding: 4px 8px;
}
.product-finder__result td {
  padding: 4px 8px;
}
.product-finder__result-route {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #a5acaf;
}
.product-finder__result-route:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.product-finder__variant-product {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 10px;
}
.product-finder__variant-product-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.product-finder__variant-product-plus span {
  font-size: 30px;
  background-color: #F5F5F5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  padding-bottom: 2px;
  padding-left: 1px;
}
.product-finder__variant-product-plus.is-last {
  display: none;
}
.product-finder__variant-table {
  width: 100%;
}
.product-finder__variant-table thead {
  border-bottom: 2px solid #2a3133;
}
.product-finder__variant-table thead th {
  text-transform: uppercase;
  font-size: 12px;
}
.product-finder__variant-table thead th:nth-child(1) {
  width: 50%;
}
.product-finder__variant-table thead th:nth-child(2) {
  width: 25%;
  text-align: right;
}
.product-finder__variant-table thead th:nth-child(3) {
  width: 25%;
  font-weight: bold;
  text-align: right;
}
.product-finder__variant-table tbody td:nth-child(2) {
  text-align: right;
}
.product-finder__variant-table tbody td:nth-child(3) {
  text-align: right;
  font-weight: bold;
}
.product-finder-variant-infolink__wrapper {
  margin-top: 30px;
}
.product-finder-variant-infolink__wrapper + .product-finder-variant-infolink__wrapper {
  margin-top: 15px;
}
@media print {
  .product-finder-variant-infolink__wrapper {
    display: none;
  }
}
.product-finder-variant-infolink__link {
  position: relative;
  text-decoration: none;
  display: block;
  padding-left: 30px;
  color: #2a3133;
}
.product-finder-variant-infolink__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
.product-finder__route-frequence {
  padding-left: 12px;
}
.product-finder-variant__price-info {
  background: #d5d5d5;
  margin: 20px -10px -10px;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
}
@media print {
  .product-finder-variant__price-info {
    font-family: "Lato", arial, sans-serif;
    font-weight: bold;
    font-style: normal;
  }
}
@media print {
  .product-finder-variant__price-info .pricing__btn--add {
    display: none;
  }
}
.product-finder-result__wrapper {
  position: relative;
  text-align: left;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .product-finder-result__wrapper {
    padding-left: 25px;
  }
}
.product-finder__person-result {
  display: none;
  width: 32%;
  max-width: 160px;
}
@media (min-width: 768px) {
  .product-finder__person-result {
    display: flex;
    flex-wrap: wrap;
  }
}
.product-finder__person-img-bubble {
  width: 80%;
  margin-bottom: 30%;
}
@media print {
  .product-finder__accordion {
    display: none;
  }
}
.product-finder__accordion-item {
  display: none;
}
.state-productfinder--loggedin .product-finder__accordion-item {
  display: block;
}
.product-finder__accordion-item:nth-child(1),
.product-finder__accordion-item:nth-child(2),
.product-finder__accordion-item:nth-child(3) {
  display: block;
}
@media screen {
  .product-finder__accordion-item {
    background: #fff;
    border: 2px solid #707070;
    border-radius: 25px;
    margin-bottom: 38px;
  }
}
.product-finder__accordion-item.product-finder__accordion-item-ga,
.product-finder__accordion-item.product-finder__accordion-item-gaNight {
  display: block;
}
@media screen {
  .product-finder__accordion-title-wrapper {
    width: 95%;
  }
}
@media screen and (min-width: 768px) {
  .product-finder__accordion-title-wrapper {
    width: 72%;
  }
}
@media screen {
  .product-finder__accordion-label-price {
    text-align: right;
  }
}
.product-finder__accordion-label-price > span {
  font-family: "Lato", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 25px;
}
.product-finder__accordion-label-price-info {
  display: inline-block;
  border-radius: 5px;
  background: #ebebeb;
  padding: 2px 6px;
  font-size: 15px;
  line-height: 18px;
}
.product-finder__accordion-title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .product-finder__accordion-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media print {
  .product-finder__accordion-title {
    font-size: 10pt;
  }
}
@media print {
  .product-finder__accordion-title {
    font-size: 24pt;
  }
}
.product-finder__accordion-title-link {
  position: relative;
  display: block;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  color: #2a3133;
}
@media screen {
  .product-finder__accordion-title-link {
    padding: 10px 55px 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .product-finder__accordion-title-link {
    padding: 17px 20px;
  }
}
.product-finder__accordion-title-link > .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-bottom: 0;
}
@media screen {
  .product-finder__accordion-title-link::after {
    position: absolute;
    content: 'expand_more';
    font-family: "Material Icons Round";
    top: 10px;
    right: 20px;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  [class*="product-finder__accordion-item-ga"] .product-finder__accordion-title-link::after {
    content: 'keyboard_arrow_right';
  }
}
@media screen and (min-width: 768px) {
  .product-finder__accordion-title-link::after {
    top: 15px;
  }
}
.product-finder__accordion-title-link.state-accordion--open {
  color: #2a3133;
  margin-bottom: 0;
}
.product-finder__accordion-title-link.state-accordion--open > .inner {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
}
.product-finder__accordion-title-link.state-accordion--open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.product-finder__accordion-title-icon {
  display: none;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background-image: url(assets/templates/codekit/assets/img/productfinder/icon_guenstig.svg);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .product-finder__accordion-title-icon {
    display: block;
    width: 60px;
    height: 60px;
  }
}
@media screen {
  .product-finder__accordion-content {
    padding: 15px 15px 25px;
    display: none;
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 768px) {
  .product-finder__accordion-content {
    padding: 0 20px 20px;
  }
}
@media print {
  .product-finder__accordion-content {
    display: block;
  }
}
.product-finder__accordion-label-price {
  margin-bottom: 0;
}
.product-finder-result__zones {
  background: #ffcc00;
  display: inline-block;
  padding: 5px 10px;
  margin: -5px 0 auto 0;
  border-radius: 5px;
}
.product-finder__stage-result {
  width: 100%;
}
@media (min-width: 768px) {
  .product-finder__stage-result {
    padding-left: 50px;
    max-width: 800px;
  }
}
.product-finder__result-buttons {
  position: relative;
  height: 0;
  padding-bottom: 25%;
}
@media print {
  .product-finder__result-buttons {
    display: none;
  }
}
.product-finder__here-button-result,
.product-finder__next-button-result {
  width: 48%;
  padding-bottom: 18%;
}
.product-finder__here-button-result .product-finder__next-button-text,
.product-finder__next-button-result .product-finder__next-button-text {
  font-size: 1.8vw;
}
@media (min-width: 992px) {
  .product-finder__here-button-result .product-finder__next-button-text,
  .product-finder__next-button-result .product-finder__next-button-text {
    font-size: 20px;
  }
}
.product-finder__here-button-result {
  left: 0;
  right: auto;
}
.product-finder__here-button-result .product-finder__next-button-text {
  padding-left: 31%;
}
.product-finder__next-button-result .product-finder__next-button-text {
  padding-right: 44%;
}
.product-finder__next-button-result .product-finder__next-button-icon {
  left: auto;
  right: 11%;
}
.state-class-change--disabled .product-finder__variant-class-change {
  display: none;
}
.product-finder__variant-class-change-checkbox {
  height: 0;
  width: 0;
  visibility: hidden;
}
@media print {
  .product-finder__variant-class-change-checkbox:checked + label .product-finder-variant-class-change__wrapper span:last-child {
    font-family: "Lato", arial, sans-serif;
    font-weight: bold;
    font-style: normal;
  }
}
.product-finder__variant-class-change-checkbox:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}
.product-finder__variant-class-change-label {
  float: right;
  cursor: pointer;
  width: 120px;
  height: 40px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
  background: #ebebeb;
}
.product-finder__variant-class-change-label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 50%;
  height: 34px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
@media print {
  .product-finder__variant-class-change-label {
    display: none;
  }
}
.product-finder__variant-class-change-label:active:after {
  width: 130px;
}
.state-productfinder--first-class {
  display: none;
}
.state-show-first-class .state-productfinder--first-class {
  display: table-row;
}
.state-show-first-class .state-productfinder--second-class {
  display: none;
}
.product-finder-variant-class-change__wrapper {
  position: absolute;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.product-finder-variant-class-change__wrapper > span {
  width: 50%;
  padding: 8px 0;
}
.mod-product-vvv-table .pricing__table thead tr:first-child th {
  padding-bottom: 15px;
}
.mod-product-vvv-table .pricing__table thead tr:first-child th span:last-child {
  float: right;
}
.mod-product-vvv-table .pricing__table thead tr:nth-child(2) th {
  text-align: center;
  padding-right: 5px;
}
.mod-product-vvv-table .pricing__table thead th {
  font-weight: bold;
  border-right: 0 !important;
}
.mod-product-vvv-table .pricing__table thead th:last-child {
  padding-right: 15px;
}
.mod-product-vvv-table .pricing__table tbody tr td {
  border-right: 0 !important;
}
.mod-product-vvv-table .pricing__table tbody tr td:first-child {
  padding-left: 15px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.mod-schedule-finder {
  position: relative;
}
@media (min-width: 768px) {
  .mod-schedule-finder {
    margin-top: -80px;
    padding: 0 80px;
  }
}
.mod-schedule-finder .form__wrapper {
  width: 100%;
  flex-wrap: wrap;
}
.mod-schedule-finder .form__wrapper.is-hidden {
  display: none;
}
@media (min-width: 768px) {
  .mod-schedule-finder .form__wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .mod-schedule-finder .form__item {
    width: calc((100% - 80px) / 2);
    padding: 0 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .mod-schedule-finder .form__item--single {
    margin-right: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .mod-schedule-finder .form__item--third {
    width: 33%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .mod-schedule-finder .form__item--third.form__item--date {
    max-width: calc((25% - 22px));
  }
}
@media (min-width: 1200px) {
  .mod-schedule-finder .form__item--third.form__item--time {
    max-width: calc((25% - 23px));
  }
}
@media (min-width: 1200px) {
  .mod-schedule-finder .form__item--third.form__item--submit {
    width: 50%;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 1400px) {
  .mod-schedule-finder .form__item--third.form__item--submit {
    width: 50%;
  }
}
.mod-schedule-finder .form__item--third.form__item--submit span:first-child {
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .mod-schedule-finder .form__item--third.form__item--submit span:first-child {
    margin-bottom: 0;
    margin-right: 12px;
  }
}
@media (min-width: 1400px) {
  .mod-schedule-finder .form__item--third.form__item--submit span:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .mod-schedule-finder .form__label {
    left: 15px;
  }
}
.mod-schedule-finder .form__button {
  width: 100%;
}
.mod-schedule-finder.state-schedule-finder--open {
  z-index: 25;
}
.mod-schedule-finder.state-schedule-finder--open .schedule-finder__form {
  background: #d5d5d5;
  border-color: #d5d5d5;
}
.mod-schedule-finder.state-schedule-finder--open .schedule-finder__form .schedule-finder__direction {
  cursor: pointer;
}
.mod-schedule-finder.state-schedule-finder--open .schedule-finder__form .schedule-finder__direction svg path {
  stroke: #2a3133;
}
.mod-schedule-finder.state-schedule-finder--open .schedule-finder__form .schedule-finder__direction.state-direction--disabled {
  cursor: initial;
}
.mod-schedule-finder.state-schedule-finder--open .schedule-finder__form .schedule-finder__direction.state-direction--disabled svg path {
  stroke: #707070;
}
.schedule-finder__form {
  display: flex;
  padding: 30px 15px;
  background: #2a3133;
  flex-wrap: wrap;
  border: 1px solid #707070;
  border-radius: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.schedule-finder__direction {
  display: none;
}
@media (min-width: 768px) {
  .schedule-finder__direction {
    display: block;
    width: 80px;
    padding: 0 15px;
    color: #fff;
    background: none;
    border: none;
  }
  .schedule-finder__direction svg {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .schedule-finder__direction svg path {
    -webkit-transition: stroke 300ms ease;
    transition: stroke 300ms ease;
    stroke: #fff;
  }
}
.schedule-finder__direction.is-swapping {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.autocomplete-suggestions {
  padding: 20px 15px;
  border: 1px solid #a5acaf;
  border-radius: 15px;
  background: #fff;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 3px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #ffcc00;
  border-radius: 5px;
}
.autocomplete-suggestions strong {
  color: #164194;
}
.search__form {
  position: relative;
}
.search__button {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  color: #2a3133;
  cursor: pointer;
}
.search__input {
  width: 100%;
  padding: 5px 20px;
  height: 50px;
  border: 2px solid transparent;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search__input:hover,
.search__input:active,
.search__input:focus {
  border: 1px solid #ffcc00;
}
@media (min-width: 768px) {
  .search__input {
    max-width: 250px;
    height: 30px;
  }
}
.search__label {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skin-search-content .search__form {
  display: flex;
}
.skin-search-content .form__item:first-child {
  padding-right: 30px;
}
.skin-search-content .form__item:last-child {
  width: 30%;
}
.search__paging {
  display: flex;
  padding: 10px;
  margin-bottom: 30px;
  background: #ebebeb;
  border-radius: 15px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .search__paging {
    margin-bottom: 70px;
  }
}
.search__paging .simplesearch-page {
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  line-height: 33px;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.search__paging .simplesearch-page.simplesearch-current-page {
  background: #164194;
  color: #fff;
  border-radius: 50%;
  border-color: #707070;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
}
.search__paging .simplesearch-page a {
  width: 100%;
  color: #2a3133;
  text-decoration: none;
}
.search__paging .simplesearch-page a:hover,
.search__paging .simplesearch-page a:focus,
.search__paging .simplesearch-page a:active {
  background: #164194;
  color: #fff;
  border-radius: 50%;
  border-color: #707070;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
}
.mod-share-url .input-group {
  display: flex;
  align-items: center;
}
.mod-share-url .input-group .input-text {
  height: 60px;
  background-color: #ffcc00;
  border: 0;
  padding: 18px 15px;
  border-right: 1px solid #707070;
  border-radius: 15px 0 0 15px;
  width: 250px;
}
.mod-share-url .input-group .input-text:focus {
  outline: none;
}
.mod-share-url .input-group .copy-button {
  position: relative;
  height: 60px;
  width: 50px;
  padding: 18px 15px 18px 13px;
  border-radius: 0 15px 15px 0;
  background-color: #ffcc00;
  transition: background-color, color 300ms ease;
}
.mod-share-url .input-group .copy-button:hover {
  cursor: pointer;
  background-color: #164194;
  color: #fff;
}
.mod-share-url .input-group .copy-button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.mod-share-url .input-group .copy-button .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 67px;
  left: -15px;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.mod-share-url .input-group .copy-button .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 82%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.mod-share-url .input-group.link-copied .tooltiptext {
  background-color: #164194;
  color: #fff;
}
.mod-share-url .input-group.link-copied .tooltiptext::after {
  border-color: #164194 transparent transparent transparent;
}
.mod-slider {
  position: relative;
  padding: 75px 0 150px;
}
.mod-slider:before {
  content: "";
  position: absolute;
  left: -99999px;
  right: -99999px;
  background: #ebebeb;
  z-index: 0;
  height: 100%;
  top: 0;
}
.mod-slider .slider__row {
  align-items: center;
}
.mod-slider .slider__grid-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-slider .slider__grid-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .mod-slider .slider__grid-item {
    margin-bottom: 0;
  }
}
.mod-slider .slider__img {
  border: 1px solid #2a3133;
  margin-bottom: 0;
}
.mod-slider .swiper-button-next:after,
.mod-slider .swiper-button-prev:after {
  font-size: 75px !important;
}
.mod-slider .swiper-button-next {
  color: #707070;
  right: -100px;
}
.mod-slider .swiper-button-prev {
  color: #707070;
  left: -100px;
}
.mod-slider .swiper-pagination {
  bottom: 75px !important;
}
.mod-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 2px solid #2a3133;
  background: transparent;
}
.mod-slider .swiper-pagination-bullet-active {
  background: #2a3133;
}
@media (min-width: 768px) {
  .mod-subpages {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
  }
}
.mod-subpages .subpages-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-subpages .subpages-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .mod-subpages .subpages-item {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(50% - 40px);
  }
}
@media (min-width: 992px) {
  .mod-subpages .subpages-item {
    width: calc(33.33333% - 40px);
  }
}
.mod-subpages .subpages-item .subpages-button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding-left: 50px;
  -webkit-transition: padding-left 300ms ease;
  transition: padding-left 300ms ease;
}
.mod-subpages .subpages-item .subpages-button:hover,
.mod-subpages .subpages-item .subpages-button:focus,
.mod-subpages .subpages-item .subpages-button:active {
  color: #fff;
  background: #164194;
}
.mod-subpages .subpages-item .subpages-button:hover,
.mod-subpages .subpages-item .subpages-button:focus,
.mod-subpages .subpages-item .subpages-button:active {
  color: #fff;
  background: #164194;
}
.mod-subpages .subpages-item .subpages-button svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -10px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.mod-subpages .subpages-item .subpages-button svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.mod-subpages .subpages-item .subpages-button svg .icon__arrow--line {
  stroke-dashoffset: 30px;
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.mod-subpages .subpages-item .subpages-button:hover,
.mod-subpages .subpages-item .subpages-button:focus,
.mod-subpages .subpages-item .subpages-button:active {
  padding-left: 60px;
}
.mod-subpages .subpages-item .subpages-button:hover svg,
.mod-subpages .subpages-item .subpages-button:focus svg,
.mod-subpages .subpages-item .subpages-button:active svg {
  left: 0;
}
.mod-subpages .subpages-item .subpages-button:hover svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button:focus svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button:active svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button:hover svg .icon__arrow--tip,
.mod-subpages .subpages-item .subpages-button:focus svg .icon__arrow--tip,
.mod-subpages .subpages-item .subpages-button:active svg .icon__arrow--tip {
  stroke: #fff;
}
.mod-subpages .subpages-item .subpages-button:hover svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button:focus svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
.mod-subpages .subpages-item .subpages-button svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -10px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.mod-subpages .subpages-item .subpages-button svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.mod-subpages .subpages-item .subpages-button svg .icon__arrow--line {
  stroke-dashoffset: 30px;
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.mod-subpages .subpages-item .subpages-button:hover,
.mod-subpages .subpages-item .subpages-button:focus,
.mod-subpages .subpages-item .subpages-button:active {
  padding-left: 60px;
}
.mod-subpages .subpages-item .subpages-button:hover svg,
.mod-subpages .subpages-item .subpages-button:focus svg,
.mod-subpages .subpages-item .subpages-button:active svg {
  left: 0;
}
.mod-subpages .subpages-item .subpages-button:hover svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button:focus svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button:active svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button:hover svg .icon__arrow--tip,
.mod-subpages .subpages-item .subpages-button:focus svg .icon__arrow--tip,
.mod-subpages .subpages-item .subpages-button:active svg .icon__arrow--tip {
  stroke: #fff;
}
.mod-subpages .subpages-item .subpages-button:hover svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button:focus svg .icon__arrow--line,
.mod-subpages .subpages-item .subpages-button:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
.mod-subpages .subpages-item .subpages-title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mod-subpages .subpages-item .subpages-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media print {
  .mod-subpages .subpages-item .subpages-title {
    font-size: 10pt;
  }
}
@media (min-width: 768px) {
  .mod-subpages .subpages-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.mod-subpages .subpages-list > li {
  padding: 8px 0;
}
.mod-subpages .subpages-list > li > a {
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  border-bottom: 2px #ffcc00 solid;
  font-size: 16px;
  line-height: 1.3;
}
.mod-subpages .subpages-list > li > a:hover,
.mod-subpages .subpages-list > li > a:focus,
.mod-subpages .subpages-list > li > a:active {
  color: #164194;
}
.mod-subpages .subpages-list > li > a:hover,
.mod-subpages .subpages-list > li > a:focus,
.mod-subpages .subpages-list > li > a:active {
  color: #164194;
}
@media (min-width: 768px) {
  .mod-subpages .subpages-list > li > a {
    font-size: 20px;
  }
}
.mod-subpages .subpages-list > li:before {
  display: none;
}
.mod-teaser {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-teaser {
    margin-bottom: 30px;
  }
}
.mod-teaser .image__wrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-teaser .image__wrapper {
    margin-bottom: 30px;
  }
}
.mod-teaser .image__wrapper::after {
  /* teaser image ratio: 16:9 */
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 56.25%;
}
.teaser__list {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 768px) {
  .teaser__list {
    margin: 0 -30px;
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .teaser__list {
    padding: 0 80px;
    margin: 0 -60px;
  }
}
.teaser__item {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .teaser__item {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .teaser__item {
    padding: 0 30px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .teaser__item {
    padding: 0 60px;
  }
}
.teaser__item .video {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .teaser__item .video {
    margin-bottom: 30px;
  }
}
.teaser__title {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .teaser__title {
    margin-bottom: 40px;
  }
}
.teaser__img {
  border-radius: 15px;
}
.teaser__text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .teaser__text {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .teaser__text {
    font-size: 20px;
  }
}
.teaser__wrapper {
  width: 100%;
}
.teaser__link {
  width: 100%;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  border-bottom: 2px #ffcc00 solid;
  border-bottom: none;
  color: #2a3133;
}
.teaser__link:hover,
.teaser__link:focus,
.teaser__link:active {
  color: #164194;
}
.teaser__link:hover,
.teaser__link:focus,
.teaser__link:active {
  color: #164194;
}
.teaser__link:hover,
.teaser__link:focus,
.teaser__link:active {
  color: #164194;
}
.teaser__link--button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding-left: 50px;
  -webkit-transition: padding-left 300ms ease;
  transition: padding-left 300ms ease;
  width: fit-content;
}
.teaser__link--button:hover,
.teaser__link--button:focus,
.teaser__link--button:active {
  color: #fff;
  background: #164194;
}
.teaser__link--button:hover,
.teaser__link--button:focus,
.teaser__link--button:active {
  color: #fff;
  background: #164194;
}
.teaser__link--button svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -10px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.teaser__link--button svg .icon__arrow--line,
.teaser__link--button svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.teaser__link--button svg .icon__arrow--line {
  stroke-dashoffset: 30px;
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.teaser__link--button:hover,
.teaser__link--button:focus,
.teaser__link--button:active {
  padding-left: 60px;
}
.teaser__link--button:hover svg,
.teaser__link--button:focus svg,
.teaser__link--button:active svg {
  left: 0;
}
.teaser__link--button:hover svg .icon__arrow--line,
.teaser__link--button:focus svg .icon__arrow--line,
.teaser__link--button:active svg .icon__arrow--line,
.teaser__link--button:hover svg .icon__arrow--tip,
.teaser__link--button:focus svg .icon__arrow--tip,
.teaser__link--button:active svg .icon__arrow--tip {
  stroke: #fff;
}
.teaser__link--button:hover svg .icon__arrow--line,
.teaser__link--button:focus svg .icon__arrow--line,
.teaser__link--button:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
.teaser__link--button svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -10px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.teaser__link--button svg .icon__arrow--line,
.teaser__link--button svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.teaser__link--button svg .icon__arrow--line {
  stroke-dashoffset: 30px;
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.teaser__link--button:hover,
.teaser__link--button:focus,
.teaser__link--button:active {
  padding-left: 60px;
}
.teaser__link--button:hover svg,
.teaser__link--button:focus svg,
.teaser__link--button:active svg {
  left: 0;
}
.teaser__link--button:hover svg .icon__arrow--line,
.teaser__link--button:focus svg .icon__arrow--line,
.teaser__link--button:active svg .icon__arrow--line,
.teaser__link--button:hover svg .icon__arrow--tip,
.teaser__link--button:focus svg .icon__arrow--tip,
.teaser__link--button:active svg .icon__arrow--tip {
  stroke: #fff;
}
.teaser__link--button:hover svg .icon__arrow--line,
.teaser__link--button:focus svg .icon__arrow--line,
.teaser__link--button:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
@media (min-width: 1200px) {
  .skin-teaser-gb-overview .teaser__list {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .skin-teaser-gb-overview .teaser__item {
    width: calc(100% / 4);
  }
}
@media (min-width: 1200px) {
  .skin-teaser-gb-overview .teaser__item {
    width: calc(100% / 5);
  }
  .skin-teaser-gb-overview .teaser__item:nth-child(even),
  .skin-teaser-gb-overview .teaser__item:nth-child(odd) {
    padding: 0 15px;
  }
}
.skin-teaser-gb-overview .teaser__img {
  margin-top: auto;
}
.skin-teaser-gb-overview .teaser__title {
  margin-top: auto;
  margin-bottom: 3px;
}
.skin-teaser-gb-overview .teaser__text {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.skin-teaser-home {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .skin-teaser-home {
    margin-bottom: 0;
  }
}
.skin-teaser-home:after {
  z-index: -2;
  content: '';
  position: absolute;
  top: 0;
  min-width: 100%;
  height: 100%;
  background-color: #d5d5d5;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  .skin-teaser-home:after {
    left: -2rem;
    right: -2rem;
    width: calc(100% + 4rem);
  }
}
@media (min-width: 1400px) {
  .skin-teaser-home:after {
    left: -8rem;
    right: -8rem;
    width: calc(100% + 16rem);
  }
}
@media (min-width: 1680px) {
  .skin-teaser-home:after {
    left: -50%;
    right: -50%;
    width: auto;
  }
}
.skin-teaser-home .teaser__wrapper {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .skin-teaser-home .teaser__wrapper {
    padding: 75px 0;
    margin-bottom: 70px;
  }
}
@media (min-width: 1680px) {
  .skin-teaser-home .teaser__wrapper {
    padding: 180px 0;
  }
}
.skin-teaser-home .teaser__wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  top: -1px;
  padding-bottom: 5.5%;
  background-image: url('/assets/templates/codekit/assets/img/waves-curly-top-white.svg');
}
.skin-teaser-home .teaser__wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 0;
  padding-bottom: 10%;
  background-position: bottom left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-bottom-white.svg');
}
.skin-teaser-home .teaser__wrapper:before,
.skin-teaser-home .teaser__wrapper:after {
  z-index: -1;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  .skin-teaser-home .teaser__wrapper:before,
  .skin-teaser-home .teaser__wrapper:after {
    left: -2rem;
    right: -2rem;
    width: calc(100% + 4rem);
  }
}
@media (min-width: 1400px) {
  .skin-teaser-home .teaser__wrapper:before,
  .skin-teaser-home .teaser__wrapper:after {
    left: -8rem;
    right: -8rem;
    width: calc(100% + 16rem);
  }
}
@media (min-width: 1680px) {
  .skin-teaser-home .teaser__wrapper:before,
  .skin-teaser-home .teaser__wrapper:after {
    left: -50%;
    right: -50%;
    width: auto;
  }
}
@media (min-width: 1680px) {
  .skin-teaser-home .teaser__wrapper:before,
  .skin-teaser-home .teaser__wrapper:after {
    padding-bottom: 10%;
  }
}
@media (min-width: 768px) {
  .skin-teaser-home .teaser__list {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .skin-teaser-home .teaser__list {
    margin: 0 -15px;
  }
}
.skin-teaser-home .teaser__item {
  padding: 0 80px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .skin-teaser-home .teaser__item {
    margin-bottom: 30px;
  }
}
.skin-teaser-home .teaser__item:nth-child(2) {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100%  + 30px);
  background: #ebebeb;
}
.skin-teaser-home .teaser__item:nth-child(2) .teaser__link {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .skin-teaser-home .teaser__item {
    width: calc(100% / 3);
  }
  .skin-teaser-home .teaser__item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% / 3);
    background: transparent;
  }
  .skin-teaser-home .teaser__item:nth-child(2) .teaser__link {
    padding: unset;
  }
}
.skin-teaser-home .teaser__title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .skin-teaser-news .teaser__list {
    justify-content: left;
  }
}
@media (min-width: 1200px) {
  .skin-teaser-news .teaser__list {
    padding: 0;
    margin: 0 -30px;
  }
}
@media (min-width: 1200px) {
  .skin-teaser-news .teaser__item {
    padding: 0 30px;
  }
}
@media (min-width: 1400px) {
  .skin-teaser-news .teaser__item {
    padding: 0 30px;
    width: 33.2%;
  }
}
.skin-teaser-news .teaser__item-news {
  display: flex;
  flex-direction: column;
}
.skin-teaser-news .teaser__title {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .skin-teaser-news .teaser__title {
    margin-bottom: 20px;
  }
}
.skin-teaser-news .news__pub-date {
  margin-bottom: 10px;
}
.skin-teaser-news .news__pub-date .news-category {
  display: inline-block;
  margin-left: 8px;
  background-color: #ebebeb;
  padding: 2px 4px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .skin-teaser-partner .teaser__list {
    margin: 0 -20px;
    justify-content: left;
  }
}
@media (min-width: 1200px) {
  .skin-teaser-partner .teaser__list {
    padding: 0;
    margin: 0 -20px;
  }
}
.skin-teaser-partner .teaser__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .skin-teaser-partner .teaser__item {
    padding: 0 20px;
    width: calc(100% / 3);
  }
}
@media (min-width: 1200px) {
  .skin-teaser-partner .teaser__item {
    padding: 0 20px;
  }
}
@media (min-width: 1680px) {
  .skin-teaser-partner .teaser__item {
    width: calc(100% / 4);
  }
}
.skin-teaser-partner .teaser__img {
  margin-bottom: 0;
}
.skin-teaser-partner .teaser__title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media print {
  .skin-teaser-partner .teaser__title {
    font-size: 9pt;
  }
}
.skin-teaser-partner .teaser__text {
  padding: 0;
  margin-top: auto;
  font-size: 12px;
  line-height: 1.2;
}
.skin-teaser-partner .teaser__img {
  border-radius: 0;
}
.skin-teaser-product-overview {
  position: relative;
}
.skin-teaser-product-overview .teaser__list {
  padding: 0;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .skin-teaser-product-overview .teaser__list {
    justify-content: left;
  }
}
@media (min-width: 1200px) {
  .skin-teaser-product-overview .teaser__list {
    margin: 0 -25px;
  }
}
.skin-teaser-product-overview .teaser__item {
  width: calc(100% / 2);
}
.skin-teaser-product-overview .teaser__item:nth-child(even) {
  padding: 0 15px 0 7px;
}
.skin-teaser-product-overview .teaser__item:nth-child(odd) {
  padding: 0 7px 0 15px;
}
@media (min-width: 768px) {
  .skin-teaser-product-overview .teaser__item {
    width: calc(100% / 3);
  }
  .skin-teaser-product-overview .teaser__item:nth-child(even),
  .skin-teaser-product-overview .teaser__item:nth-child(odd) {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .skin-teaser-product-overview .teaser__item {
    width: calc(100% / 5);
  }
  .skin-teaser-product-overview .teaser__item:nth-child(even),
  .skin-teaser-product-overview .teaser__item:nth-child(odd) {
    padding: 0 25px;
  }
}
.skin-teaser-product-overview .teaser__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 10px 0;
  border-radius: 15px;
  box-shadow: rgba(112, 112, 112, 0.3) 0px 1px 2px 0px, rgba(112, 112, 112, 0.15) 0px 2px 6px 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .skin-teaser-product-overview .teaser__link {
    padding: 15px 15px 0;
  }
}
.skin-teaser-product-overview .teaser__link:hover,
.skin-teaser-product-overview .teaser__link:focus,
.skin-teaser-product-overview .teaser__link:active {
  color: #fff;
  background: #164194;
}
.skin-teaser-product-overview .teaser__icon {
  width: 80px;
}
@media (min-width: 768px) {
  .skin-teaser-product-overview .teaser__icon {
    padding-top: 15px;
    margin-bottom: 15px;
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .skin-teaser-product-overview .teaser__icon {
    padding-top: 30px;
    width: 120px;
  }
}
.skin-teaser-product-overview .teaser__title {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .skin-teaser-product-overview .teaser__title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .skin-teaser-product-overview .teaser__title {
    font-family: "Lato", arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (min-width: 1680px) and print {
  .skin-teaser-product-overview .teaser__title {
    font-size: 9pt;
  }
}
.skin-teaser-zones-overview {
  /*.teaser__link {
		width: 100%;
		.link-primary();
		border-bottom: none;
		color: @primary;

		&:hover,
		&:focus,
		&:active {
			color: @secondary;
		}
	}

	.teaser__link--button {
		.button-primary();
		.button-arrow-right();

		width: fit-content;
	}*/
}
@media (min-width: 1200px) {
  .skin-teaser-zones-overview .teaser__list {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .skin-teaser-zones-overview .teaser__item {
    width: calc(100% / 4);
  }
}
@media (min-width: 1200px) {
  .skin-teaser-zones-overview .teaser__item {
    width: calc(100% / 5);
  }
  .skin-teaser-zones-overview .teaser__item:nth-child(even),
  .skin-teaser-zones-overview .teaser__item:nth-child(odd) {
    padding: 0 15px;
  }
}
.skin-teaser-zones-overview .teaser__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0;
  border-radius: 15px;
  box-shadow: rgba(112, 112, 112, 0.3) 0px 1px 2px 0px, rgba(112, 112, 112, 0.15) 0px 2px 6px 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .skin-teaser-zones-overview .teaser__container {
    padding: 15px 15px 0;
  }
}
.skin-teaser-zones-overview .teaser__container:hover,
.skin-teaser-zones-overview .teaser__container:focus,
.skin-teaser-zones-overview .teaser__container:active {
  color: #fff;
  background: #164194;
}
.skin-teaser-zones-overview .teaser__container:hover .teaser__title,
.skin-teaser-zones-overview .teaser__container:focus .teaser__title,
.skin-teaser-zones-overview .teaser__container:active .teaser__title {
  color: #fff;
}
.skin-teaser-zones-overview .teaser__container .teaser__link {
  padding: 0;
  text-decoration: none;
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: none;
  color: #2a3133;
  border-radius: 0;
  box-shadow: none;
}
.skin-teaser-zones-overview .teaser__container .teaser__link:hover,
.skin-teaser-zones-overview .teaser__container .teaser__link:focus,
.skin-teaser-zones-overview .teaser__container .teaser__link:active {
  color: #fff;
  background: none;
}
.skin-teaser-zones-overview .teaser__container .teaser__title {
  border-bottom: none;
  margin: 10px 0 15px;
}
.skin-teaser-zones-overview .teaser__container .teaser__link--button {
  padding: 10px;
  height: 30px;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .skin-teaser-zones-overview .teaser__container .teaser__link--button {
    font-size: 16px;
  }
}
.skin-teaser-zones-overview .teaser__container .teaser__link--button:hover,
.skin-teaser-zones-overview .teaser__container .teaser__link--button:focus,
.skin-teaser-zones-overview .teaser__container .teaser__link--button:active {
  background: #f1df98;
  color: #2a3133;
}
.skin-teaser-zones-overview .teaser__img {
  margin-top: auto;
}
.skin-teaser-zones-overview .teaser__title {
  margin-top: auto;
  margin-bottom: 3px;
}
.skin-teaser-zones-overview .teaser__text {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mod-tooltip {
  z-index: 5;
  position: absolute;
  top: 7px;
  right: -10px;
}
@media (min-width: 768px) {
  .mod-tooltip {
    right: 0;
  }
}
.custom-container,
.kurzstrecke-container {
  position: relative;
}
.tooltip__button {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: transparent;
}
.tooltip__button::before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: 'info';
  font-family: "Material Icons Round";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #2a3133;
}
.tooltip__button:hover::before,
.tooltip__button:focus::before,
.tooltip__button:active::before,
.tooltip__button.is-active::before {
  color: #164194;
}
tr.state-tr--hovered .tooltip__button::before {
  color: #ffcc00;
}
tr.state-tr--hovered .tooltip__button:hover::before,
tr.state-tr--hovered .tooltip__button:focus::before,
tr.state-tr--hovered .tooltip__button:active::before,
tr.state-tr--hovered .tooltip__button.is-active::before {
  color: #ffcc00;
}
tbody tr th:first-child {
  padding-left: 10px;
  padding-right: 20px;
}
tbody .tooltip__button {
  left: 4px;
}
tbody .custom-tooltip {
  left: 33px;
}
.custom-tooltip {
  position: absolute;
  z-index: 500;
  top: calc(100% + 15px);
  left: -185px;
  white-space: normal;
  width: 200px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  text-align: left;
}
.custom-tooltip p {
  font-size: 12px;
  line-height: 1.2;
}
.custom-tooltip__title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media print {
  .custom-tooltip__title {
    font-size: 9pt;
  }
}
.custom-tooltip__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: transparent;
  font-family: "Material Icons Round";
  font-size: 20px;
  line-height: 20px;
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.custom-tooltip__close:hover,
.custom-tooltip__close:focus,
.custom-tooltip__close:active {
  color: #164194;
}
.mod-video {
  position: relative;
}
.mod-video .media-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.mod-video .media-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video.border {
  border: 1px solid #d5d5d5;
}
.video .dp--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.space-bottom-xs {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .space-bottom-xs {
    margin-bottom: 15px;
  }
}
.space-bottom-s {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .space-bottom-s {
    margin-bottom: 30px;
  }
}
.space-bottom-m {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .space-bottom-m {
    margin-bottom: 70px;
  }
}
.space-bottom-l {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .space-bottom-l {
    margin-bottom: 100px;
  }
}
.space-top-l {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .space-top-l {
    margin-top: 180px;
  }
}
.space-bottom-reset {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .space-bottom-reset {
    margin-bottom: 0;
  }
}
.space-inner-m {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .space-inner-m {
    padding: 70px 0;
  }
}
.space-inner-l {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .space-inner-l {
    padding: 100px 0;
  }
}
@media screen {
  .background-yellow {
    background: #ffcc00;
  }
}
@media screen {
  .background-gray {
    background: #d5d5d5;
  }
}
@media screen {
  .background-anthrazit {
    background: #2a3133;
    color: #fff;
  }
}
@media screen {
  .background-anthrazit h1 {
    color: #fff;
  }
}
@media screen {
  .background-anthrazit a:not(.button-primary) {
    color: #fff !important;
  }
}
[class*="waves-top-"],
[class*="waves-bottom-"] {
  position: relative;
}
.waves-top-outside-curly-anthrazit:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 100%;
  margin-bottom: -1px;
  background-position: bottom left;
  padding-bottom: 5.5%;
  background-image: url('/assets/templates/codekit/assets/img/waves-curly-bottom-anthrazit.svg');
}
.waves-top-outside-curly-gray:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 100%;
  margin-bottom: -1px;
  background-position: bottom left;
  padding-bottom: 5.5%;
  background-image: url('/assets/templates/codekit/assets/img/waves-curly-bottom-gray.svg');
}
.waves-top-outside-curly-white:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 100%;
  margin-bottom: -1px;
  background-position: bottom left;
  padding-bottom: 5.5%;
  background-image: url('/assets/templates/codekit/assets/img/waves-curly-bottom-white.svg');
}
.waves-top-inside-curly-anthrazit:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  top: -1px;
  padding-bottom: 5.5%;
  background-image: url('/assets/templates/codekit/assets/img/waves-curly-top-anthrazit.svg');
}
.waves-top-inside-curly-white:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  top: -1px;
  padding-bottom: 5.5%;
  background-image: url('/assets/templates/codekit/assets/img/waves-curly-top-white.svg');
}
.waves-top-outside-soft-anthrazit:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 100%;
  margin-bottom: -1px;
  padding-bottom: 5.5%;
  background-position: bottom left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-bottom-anthrazit.svg');
}
.waves-top-outside-soft-gray:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 100%;
  margin-bottom: -1px;
  padding-bottom: 5.5%;
  background-position: bottom left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-bottom-gray.svg');
}
.waves-top-outside-soft-white:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 100%;
  margin-bottom: -1px;
  padding-bottom: 5.5%;
  background-position: bottom left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-bottom-white.svg');
}
.waves-bottom-outside-curly-white:after {
  content: '';
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 100%;
  margin-top: -1px;
  left: 0;
  height: 0;
  padding-bottom: 5%;
  width: 100%;
  z-index: 1;
  background-position: top left;
  background-image: url('/assets/templates/codekit/assets/img/waves-curly-top-white.svg');
}
.waves-bottom-outside-soft-white:after {
  content: '';
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 100%;
  margin-top: -1px;
  left: 0;
  height: 0;
  padding-bottom: 5%;
  width: 100%;
  z-index: 1;
  background-position: top left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-top-white.svg');
}
.waves-bottom-outside-soft-gray:after {
  content: '';
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 100%;
  margin-top: -1px;
  left: 0;
  height: 0;
  padding-bottom: 5%;
  width: 100%;
  z-index: 1;
  background-position: top left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-top-gray.svg');
}
.waves-bottom-outside-soft-yellow:after {
  content: '';
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 100%;
  margin-top: -1px;
  left: 0;
  height: 0;
  padding-bottom: 5%;
  width: 100%;
  z-index: 1;
  background-position: top left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-top-yellow.svg');
}
.waves-bottom-outside-soft-anthrazit:after {
  content: '';
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 100%;
  margin-top: -1px;
  left: 0;
  height: 0;
  padding-bottom: 5%;
  width: 100%;
  z-index: 1;
  background-position: top left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-top-anthrazit.svg');
}
.waves-bottom-inside-soft-white:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 0;
  padding-bottom: 10%;
  background-position: bottom left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-bottom-white.svg');
}
.waves-bottom-inside-soft-gray:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 0;
  padding-bottom: 10%;
  background-position: bottom left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-left-bottom-gray.svg');
}
.waves-bottom-inside-soft-yellow:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 0;
  padding-bottom: 10%;
  background-position: bottom left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-right-bottom-yellow.svg');
}
.waves-bottom-inside-soft-anthrazit:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 0;
  padding-bottom: 10%;
  background-position: bottom left;
  background-image: url('/assets/templates/codekit/assets/img/waves-soft-right-bottom-anthrazit.svg');
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.is-hidden {
  display: none;
}
.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.link-primary {
  color: #2a3133;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Lato", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  border-bottom: 2px #ffcc00 solid;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: #164194;
}
.link-white {
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.link-white:hover,
.link-white:focus,
.link-white:active {
  color: #164194;
}
.link-icon {
  display: flex;
  align-items: center;
}
.link-icon span {
  margin-right: 3px;
}
.button-primary {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  color: #fff;
  background: #164194;
}
.button-white {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background: #164194;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background: #164194;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background: #164194;
}
.button-arrow-right {
  position: relative;
  padding-left: 50px;
  -webkit-transition: padding-left 300ms ease;
  transition: padding-left 300ms ease;
}
.button-arrow-right svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -10px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.button-arrow-right svg .icon__arrow--line,
.button-arrow-right svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.button-arrow-right svg .icon__arrow--line {
  stroke-dashoffset: 30px;
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.button-arrow-right:hover,
.button-arrow-right:focus,
.button-arrow-right:active {
  padding-left: 60px;
}
.button-arrow-right:hover svg,
.button-arrow-right:focus svg,
.button-arrow-right:active svg {
  left: 0;
}
.button-arrow-right:hover svg .icon__arrow--line,
.button-arrow-right:focus svg .icon__arrow--line,
.button-arrow-right:active svg .icon__arrow--line,
.button-arrow-right:hover svg .icon__arrow--tip,
.button-arrow-right:focus svg .icon__arrow--tip,
.button-arrow-right:active svg .icon__arrow--tip {
  stroke: #fff;
}
.button-arrow-right:hover svg .icon__arrow--line,
.button-arrow-right:focus svg .icon__arrow--line,
.button-arrow-right:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
.button-icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-icon:hover span,
.button-icon:focus span,
.button-icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.alert {
  display: flex;
  align-items: center;
}
.alert--error {
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: #d12d2e;
  color: #fff;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .alert--error {
    margin-bottom: 30px;
  }
}
.alert--error .alert__button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 15px;
  background: #ffcc00;
  color: #2a3133;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
  height: auto;
  padding: 10px 15px;
  margin-top: 15px;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #164194;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #164194;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #164194;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #164194;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #164194;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #164194;
}
.alert--error .alert__button span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert--error .alert__button:hover span,
.alert--error .alert__button:focus span,
.alert--error .alert__button:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.alert--error .alert__button span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert--error .alert__button:hover span,
.alert--error .alert__button:focus span,
.alert--error .alert__button:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
