/* ----- Colors ----- */
/* ----- Fonts ----- */
/* ----- Box Shadows ----- */
/* ----- Animations ----- */
/* ----- Misc ----- */
/* ----- Breakpoints ----- */
/* bp-xxl > 1920 px */
/* Tablets */
/* Mobile */
/* bp-mob-m = 320 px */
/* we do not optimize for any resolutions below this value */
/* ----- Additional breakpoints introduced with v2 sections ----- */
#mixins .btn {
  display: inline-block;
  line-height: 2.5rem;
  background: hsl(208, 100%, 56%);
  color: #FFFFFF;
  padding: 0 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border: none;
}
#mixins .btn i {
  display: inline-block;
  width: 2.5rem;
  text-align: center;
  margin-left: -1rem;
}
#mixins .btn.btn-suf {
  /* Suffix Button (icon at end) */
}
#mixins .btn.btn-suf i {
  margin-left: 0;
  margin-right: -1rem;
}
#mixins .btn.btn-transparent {
  background: transparent;
  /* Border which do not change the width/height of button */
  box-shadow: inset 0px 0px 0px 1px hsl(208, 100%, 56%);
}
#mixins .btn.btn-light {
  background: hsl(208, 100%, 72%);
}
#mixins .btn.disabled {
  background: hsl(208, 100%, 64%);
  cursor: auto;
}
#mixins .btn.btn-transparent.disabled {
  background: transparent;
  box-shadow: inset 0px 0px 0px 1px hsl(208, 100%, 64%);
}
#mixins .btn.btn-disabled {
  background: rgba(0, 86, 162, 0.3);
  color: hsla(0, 0%, 100%, 0.25);
}
#mixins .floor-plan-info-container {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: center;
  cursor: help;
}
#mixins .floor-plan-info-container .floor-plan-info div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mixins .floor-plan-info-container .floor-plan-info div i {
  color: hsl(208, 100%, 56%);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 20px;
}
#mixins .floor-plan-info-container .floor-plan-info-box {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 250px;
  top: unset;
  left: unset;
  cursor: default;
}
#mixins .floor-plan-info-container .floor-plan-info-box .popover-title {
  color: hsl(208, 100%, 56%);
  background-color: #ffffff;
  font-weight: 600;
  border-bottom: 0;
  padding-bottom: 0;
}
#mixins .floor-plan-info-container .floor-plan-info-box .popover-content span.bg-color-mark {
  background-color: #c9d9f3;
  padding: 0 5px 0 5px;
}
#mixins .floor-plan-info-container .floor-plan-info-box .arrow:after {
  border-top-color: #ffffff;
}
#mixins .icon-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: hsl(208, 100%, 56%);
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  border-radius: 1rem;
}
#mixins .icon-btn.icon-btn-light {
  opacity: 0.25;
}
#mixins .icon-btn.icon-btn-transparent {
  background: transparent;
  color: hsl(208, 100%, 56%);
}
#mixins .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mixins .fontawesome {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
#mixins .heading-branding-l {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
#mixins .heading-branding-l:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
#mixins .heading-branding-m {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
#mixins .heading-branding-m:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 6rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
#mixins .heading-branding-s {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
#mixins .heading-branding-s:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 2.5rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
#mixins .heading-clickable:after {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  text-align: center;
  color: hsl(208, 100%, 56%);
  /* angle-right*/
  content: "\f105";
  width: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}
/* titillium-web-200 - 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: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-200.eot');
  /* IE9 Compat Modes */
  src: url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-200.woff') format('woff'), /* Modern Browsers */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-200.svg#TitilliumWeb') format('svg');
  /* Legacy iOS */
}
/* titillium-web-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-300.eot');
  /* IE9 Compat Modes */
  src: url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg');
  /* Legacy iOS */
}
/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg');
  /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-600.eot');
  /* IE9 Compat Modes */
  src: url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-600.svg#TitilliumWeb') format('svg');
  /* Legacy iOS */
}
/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../vendor/titillium-web-v15-latin/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg');
  /* Legacy iOS */
}
@keyframes icon-btn-hover {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  height: -webkit-fill-available;
}
@media only screen and (max-width: 1919px) {
  html {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 1599px) {
  html {
    font-size: 12.8px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 12.8px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 12.8px;
  }
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 409px) {
  html {
    font-size: 12.8px;
  }
}
body {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  color: hsl(0, 0%, 48%);
  background: hsl(208, 100%, 24%) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
}
.hidden {
  display: none !important;
}
@media only screen and (min-width: 1920px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1919px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1600px) {
  .hidden-l-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1599px) {
  .hidden-l-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1367px) {
  .hidden-m-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1366px) {
  .hidden-m-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-s-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hidden-s-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .hidden-tab-l-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hidden-tab-l-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-tab-m-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-tab-m-down {
    display: none !important;
  }
}
/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  color: #FFFFFF;
  max-width: 1000px;
}
h1,
.h1 {
  font-size: 2rem;
  line-height: 125%;
}
h2,
.h2 {
  font-size: 2rem;
  line-height: 125%;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 1rem;
  line-height: 125%;
}
p {
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 150%;
}
sup,
sub {
  line-height: 0px;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 0.15rem;
}
a {
  color: hsl(208, 100%, 56%);
  text-decoration: none;
  font-weight: 400;
}
b,
strong {
  font-weight: 600;
}
.important {
  color: #FF0000;
}
/* Lists */
ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 150%;
}
ul > li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
ul.nomargin {
  margin-bottom: 0;
}
ul.unstyled {
  list-style-type: none;
  padding-left: 0;
}
ul.unstyled > li {
  padding-left: 0;
}
ul.unstyled > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ul.unstyled > li > a span {
  margin-right: 0.5rem;
}
ul.inline {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.inline > li {
  display: inline;
  padding-left: 0;
}
ul.inline > li:not(:first-child) {
  padding-left: 1rem;
}
ul.inline > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ul.spaced > li:not(:first-child) {
  margin-top: 1rem;
}
ol {
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 150%;
  list-style-type: decimal;
  counter-reset: orderedlist;
}
ol > li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  counter-increment: orderedlist;
}
ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(orderedlist) ".";
}
ol ol {
  list-style-type: lower-alpha;
}
ol.nomargin {
  margin-bottom: 0;
}
ol.unstyled {
  list-style-type: none;
  padding-left: 0;
}
ol.unstyled > li {
  padding-left: 0;
}
ol.unstyled > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ol.inline {
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
ol.inline > li {
  display: inline;
  padding-left: 0;
}
ol.inline > li:not(:first-child) {
  padding-left: 1rem;
}
ol.inline > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ol.spaced {
  margin-top: 1rem;
}
dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 150%;
  margin: 0 0 1rem 0;
}
dl dt {
  width: 15rem;
  font-weight: 700;
  padding-right: 1rem;
}
dl dd {
  width: calc(100% - 15rem);
}
/* Buttons */
button {
  font-size: inherit;
}
a.btn,
span.btn {
  display: inline-block;
  line-height: 2.5rem;
  background: hsl(208, 100%, 56%);
  color: #FFFFFF;
  padding: 0 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border: none;
}
a.btn i,
span.btn i {
  display: inline-block;
  width: 2.5rem;
  text-align: center;
  margin-left: -1rem;
}
a.btn.btn-suf,
span.btn.btn-suf {
  /* Suffix Button (icon at end) */
}
a.btn.btn-suf i,
span.btn.btn-suf i {
  margin-left: 0;
  margin-right: -1rem;
}
a.btn.btn-transparent,
span.btn.btn-transparent {
  background: transparent;
  /* Border which do not change the width/height of button */
  box-shadow: inset 0px 0px 0px 1px hsl(208, 100%, 56%);
}
a.btn.btn-light,
span.btn.btn-light {
  background: hsl(208, 100%, 72%);
}
a.btn.disabled,
span.btn.disabled {
  background: hsl(208, 100%, 64%);
  cursor: auto;
}
a.btn.btn-transparent.disabled,
span.btn.btn-transparent.disabled {
  background: transparent;
  box-shadow: inset 0px 0px 0px 1px hsl(208, 100%, 64%);
}
a.btn.btn-disabled,
span.btn.btn-disabled {
  background: rgba(0, 86, 162, 0.3);
  color: hsla(0, 0%, 100%, 0.25);
}
a.icon-btn,
span.icon-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: hsl(208, 100%, 56%);
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  border-radius: 1rem;
}
a.icon-btn.icon-btn-light,
span.icon-btn.icon-btn-light {
  opacity: 0.25;
}
a.icon-btn.icon-btn-transparent,
span.icon-btn.icon-btn-transparent {
  background: transparent;
  color: hsl(208, 100%, 56%);
}
/* Form Fields */
input,
select,
textarea,
button {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  color: hsl(0, 0%, 40%);
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 0.65rem 1rem;
  width: 100%;
  border: none;
  border-radius: 0.25rem;
  background: hsl(208, 40%, 88%);
}
input[type="text"][disabled],
input[type="date"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
select[disabled],
textarea[disabled] {
  background: hsl(0, 0%, 88%);
}
fieldset {
  border: none;
}
fieldset legend {
  display: none;
}
.form-box {
  margin-top: 2rem;
}
.form-box .form-box-infoimage {
  margin-bottom: 0.5rem;
}
.form-box .form-box-infoimage img {
  display: block;
  max-width: 100%;
}
.form-box .form-box-infotext {
  font-size: 87.5%;
}
.form-box-submit {
  margin-bottom: 0;
}
.form-box.form-box-submit {
  margin-top: 4rem;
}
.form-box-group {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -1rem 0 -1rem;
}
.form-box-group > label {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  padding-bottom: 0;
  width: 100%;
}
.form-box-group > .form-box-errors {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.form-box-group > .form-box {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
}
.form-box-group.form-box-group-half > .form-box {
  width: 50%;
}
.form-box-group.form-box-group-third > .form-box {
  width: 33.33%;
}
label,
.label {
  display: inline-block;
  line-height: 150%;
  padding-bottom: 0.5rem;
  width: auto;
  font-size: 87.5%;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}
label .counter,
.label .counter {
  color: hsl(0, 0%, 40%);
  margin-left: 0.25rem;
}
label.required:after,
.label.required:after,
label > span.required:after,
.label > span.required:after {
  content: "*";
  display: inline-block;
  padding-left: 0.25rem;
}
textarea {
  height: 15rem;
}
select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/*
 * Variables
 */
/*
 * Mixins
 */
/*
 * Base Styles
 */
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: hsl(0, 0%, 40%);
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5rem;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: hsl(208, 40%, 96%);
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: none;
  padding: 8px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: -14.5rem;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 12px 3px;
}
.selectize-input.full {
  background-color: hsl(208, 40%, 96%);
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: hsl(208, 100%, 56%);
  color: #FFFFFF;
  border: 0 solid hsl(208, 100%, 56%);
  border-radius: 0.25rem;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: hsl(0, 0%, 86%);
  border: 0 solid hsl(0, 0%, 86%);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input:not(.has-items) > input {
  width: 100% !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: hsl(0, 0%, 92%);
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: none;
  background: hsl(0, 0%, 100%);
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: hsl(208, 100%, 81%);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 8px 12px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .option {
  cursor: pointer;
}
.selectize-dropdown .option.active {
  background: hsl(208, 100%, 98%);
}
.selectize-dropdown .optgroup .option {
  padding-left: 36px;
}
.selectize-dropdown .optgroup-header {
  color: hsl(0, 0%, 40%);
  background: hsl(0, 0%, 100%);
  font-weight: 700;
  cursor: default;
}
.selectize-dropdown .active.create {
  color: hsl(0, 0%, 100%);
}
.selectize-dropdown .create {
  color: rgba(102, 102, 102, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-style: none;
  margin-top: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  color: #0056A2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selectize-control.single .selectize-input.dropdown-active:after,
.selectize-control.single .selectize-input.input-active:after {
  content: '\f107';
  margin-top: 0;
  border-style: none;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: hsl(0, 0%, 96%);
}
/*
 * Plugin Remove Button
 */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 1.5rem !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 75%;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: hsl(208, 100%, 56%);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: hsl(0, 0%, 86%);
}
.form-box-checkbox label,
.form-box-checkbox .label {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  padding-bottom: 0;
  font-size: inherit;
  cursor: pointer;
}
.form-box-checkbox label:before,
.form-box-checkbox .label:before {
  position: absolute;
  content: "";
  border: 1px solid hsl(0, 0%, 100%);
  top: 0.2rem;
  left: 0;
  height: 1rem;
  width: 1rem;
}
.form-box-checkbox > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.form-box-checkbox > input[type="checkbox"]:checked + label:before,
.form-box-checkbox > input[type="checkbox"]:checked + .label:before {
  background: hsl(208, 40%, 88%);
}
.form-box-checkbox > input[type="checkbox"]:checked + label:after,
.form-box-checkbox > input[type="checkbox"]:checked + .label:after {
  position: absolute;
  top: 0.33rem;
  left: 0.18rem;
  color: hsl(208, 100%, 56%);
  font-size: 70%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-weight: 400;
  /* check */
  content: "\f00c";
}
.form-box-radio label,
.form-box-radio .label {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  padding-bottom: 0;
  font-size: inherit;
  cursor: pointer;
}
.form-box-radio label:before,
.form-box-radio .label:before {
  position: absolute;
  content: "";
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 0.5rem;
  top: 0.2rem;
  left: 0;
  height: 1rem;
  width: 1rem;
}
.form-box-radio > input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.form-box-radio > input[type="radio"]:checked + label:before,
.form-box-radio > input[type="radio"]:checked + .label:before {
  background: hsl(0, 0%, 100%);
}
.form-box-radio > input[type="radio"]:checked + label:after,
.form-box-radio > input[type="radio"]:checked + .label:after {
  position: absolute;
  top: 0.35rem;
  left: 0.2rem;
  color: hsl(208, 100%, 56%);
  font-size: 70%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-weight: 400;
  /* check */
  content: "\f00c";
}
.form-box-captcha {
  position: relative;
}
.form-box-captcha input {
  padding-right: 7rem;
}
.form-box-captcha img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: auto;
  cursor: pointer;
}
.form-box-upload .form-box-upload-dropzone {
  position: relative;
  border: 1px dashed hsl(208, 100%, 56%);
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-box-upload .form-box-upload-dropzone .filename {
  display: none;
}
.form-box-upload .form-box-upload-dropzone .filename:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  margin-right: 0.5rem;
  /* check-circle */
  content: "\f058";
}
.form-box-upload .form-box-upload-dropzone .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: hsl(208, 100%, 56%);
}
.form-box-upload .form-box-upload-dropzone input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.form-box-upload.form-box-upload-success .form-box-upload-dropzone .init {
  display: none;
}
.form-box-upload.form-box-upload-success .form-box-upload-dropzone .filename {
  display: inline-block;
}
input[type="submit"],
button[type="submit"],
input[type="button"] {
  display: inline-block;
  line-height: 2.5rem;
  background: hsl(208, 100%, 56%);
  color: #FFFFFF;
  padding: 0 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"] i,
button[type="submit"] i,
input[type="button"] i {
  display: inline-block;
  width: 2.5rem;
  text-align: center;
  margin-left: -1rem;
}
input[type="submit"].btn-suf,
button[type="submit"].btn-suf,
input[type="button"].btn-suf {
  /* Suffix Button (icon at end) */
}
input[type="submit"].btn-suf i,
button[type="submit"].btn-suf i,
input[type="button"].btn-suf i {
  margin-left: 0;
  margin-right: -1rem;
}
input[type="submit"].btn-transparent,
button[type="submit"].btn-transparent,
input[type="button"].btn-transparent {
  background: transparent;
  /* Border which do not change the width/height of button */
  box-shadow: inset 0px 0px 0px 1px hsl(208, 100%, 56%);
}
input[type="submit"].btn-light,
button[type="submit"].btn-light,
input[type="button"].btn-light {
  background: hsl(208, 100%, 72%);
}
input[type="submit"].disabled,
button[type="submit"].disabled,
input[type="button"].disabled {
  background: hsl(208, 100%, 64%);
  cursor: auto;
}
input[type="submit"].btn-transparent.disabled,
button[type="submit"].btn-transparent.disabled,
input[type="button"].btn-transparent.disabled {
  background: transparent;
  box-shadow: inset 0px 0px 0px 1px hsl(208, 100%, 64%);
}
input[type="submit"].btn-disabled,
button[type="submit"].btn-disabled,
input[type="button"].btn-disabled {
  background: rgba(0, 86, 162, 0.3);
  color: hsla(0, 0%, 100%, 0.25);
}
.form-box-errors {
  color: #FF0000;
}
.form-box-captcha + .form-box-errors {
  margin-bottom: 2.5rem;
}
/* Tables */
.table-scroll {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  text-align: left;
  margin: 0;
  padding: 1rem 0;
  vertical-align: top;
}
table td:not(:last-child),
table th:not(:last-child) {
  padding-right: 1rem;
}
table td.no-padding,
table th.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
table td.right,
table th.right {
  text-align: right;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead td,
table thead th {
  color: #0056A2;
  font-weight: 700;
}
table tbody tr {
  border-top: 1px solid hsl(0, 0%, 88%);
}
table tbody tr.borderless {
  border-top: none;
}
table.condensed td,
table.condensed th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
table.full {
  width: 100%;
}
table.border-bottom tbody tr {
  border-top: none;
  border-bottom: 1px solid hsl(0, 0%, 88%);
}
table.unstyled tbody tr {
  border-top: none;
}
table.alternating td:first-child,
table.alternating th:first-child {
  padding-left: 1rem;
}
table.alternating td:last-child,
table.alternating th:last-child {
  padding-right: 1rem;
}
table.alternating tbody tr:nth-child(even) {
  background: hsl(0, 0%, 96%);
}
/* Date picker */
.xdsoft_datetimepicker {
  margin-top: 20px;
}
.xdsoft_datetimepicker,
.xdsoft_datetimepicker * {
  border: none !important;
  font-family: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: white !important;
  text-align: center !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #fbba00 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 0px !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: white !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_scroller {
  background: #fbba00 !important;
}
.xdsoft_datetimepicker {
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.25) !important;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(../img/datepicker-icons@2x.png) !important;
  background-size: 100px 30px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: none;
}
/* Misc */
.context-sensitivity {
  display: none;
  width: 100vw;
  height: 0;
}
@media only screen and (max-width: 1366px) {
  .context-sensitivity {
    visibility: hidden;
  }
}
/* Plugins */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
/* Fixes for IE < 8 */
@media screen\9  {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 86, 162, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.8;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  right: 0;
  top: 0;
  z-index: 10060;
  color: #FFFFFF;
  font-size: 2rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  top: 0;
  left: 0;
  z-index: 1060;
  color: #FFFFFF;
  text-align: center;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  transform: translateY(-50%);
  display: block;
  z-index: 10060;
  color: #FFFFFF;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 0;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 0;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
  box-shadow: 0 0.625rem 3.75rem hsla(0, 0%, 0%, 0.05);
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
}
.sl-wrapper .sl-image iframe {
  background: #000;
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 0.5rem;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-caption span.gallery-caption-copyright {
  font-size: 12px;
  margin-bottom: 5px;
  opacity: 0.75;
}
.sl-wrapper .sl-image .sl-caption span.gallery-caption-copyright,
.sl-wrapper .sl-image .sl-caption span.gallery-caption-text {
  width: 100%;
  display: block;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: hsl(0, 0%, 0%);
  z-index: 1060;
}
.sl-spinner {
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 1007;
}
.sl-spinner div:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  /* sync */
  content: "\f021";
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 2rem;
  color: #FFFFFF;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: transform ease 200ms;
}
ul.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
ul.gallery > li {
  margin-top: 10px;
  padding: 0 17px;
}
ul.gallery > li > a,
ul.gallery > li > div {
  display: block;
  width: 127px;
  height: 127px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
ul.gallery > li > a.contains,
ul.gallery > li > div.contains {
  background-size: contain;
}
ul.gallery.hovered li {
  opacity: 0.25;
}
ul.gallery.hovered li:hover {
  opacity: 1;
}
@media only screen and (max-width: 1919px) {
  .gallery > li > a,
  .gallery > li > div {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .gallery > li > a,
  .gallery > li > div {
    width: 109px;
    height: 109px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery > li > a,
  .gallery > li > div {
    width: 85px;
    height: 85px;
  }
}
.yt-resp-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.yt-resp-container iframe,
.yt-resp-container object,
.yt-resp-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 500px;
  min-width: 250px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover div.popover-display-info {
  display: flex;
  justify-content: space-between;
}
.popover div.popover-display-info div.booth-popup-detail {
  margin-right: 15px;
}
.popover div.popover-display-info div.booth-popup-detail div:nth-child(1) {
  font-weight: bold;
  margin-bottom: 10px;
}
.popover div.popover-display-info div.booth-popup-detail div:nth-child(n+2) {
  margin-top: 10px;
}
.popover div.popover-display-info div.booth-popup-detail div:nth-child(n+2) i {
  margin-right: 5px;
}
.popover div.popover-display-info div.booth-popup-image div.floor-plan-detail-image img {
  max-width: 125px;
  height: auto;
  max-height: 120px;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #337ab7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
  font-weight: bold;
  color: hsl(0, 0%, 100%);
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #337ab7;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #337ab7;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #337ab7;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #337ab7;
  bottom: -10px;
}
.floatcontainer:after {
  content: "";
  display: table;
  clear: both;
}
.text-image {
  padding: 2rem 0;
}
.text-image a {
  display: inline-block;
}
.text-image img {
  max-width: 100%;
  height: auto;
}
.text-image .caption,
.text-image .copyright {
  padding-top: 0.25rem;
  font-size: 0.875rem;
}
.text-image .copyright {
  opacity: 0.5;
  font-size: 0.75rem;
}
.text-image.text-image-right {
  float: right;
  width: 40%;
  padding: 0 0 2rem 2rem;
}
.text-image.text-image-right .copyright {
  font-size: 80%;
}
.text-imagediv {
  margin-top: 0;
}
h1 + .text-image,
.h1 + .text-image,
h2 + .text-image,
.h2 + .text-image,
h3 + .text-image,
.h3 + .text-image {
  padding-top: 0;
}
h1 + .text-image.text-image-right,
.h1 + .text-image.text-image-right,
h2 + .text-image.text-image-right,
.h2 + .text-image.text-image-right,
h3 + .text-image.text-image-right,
.h3 + .text-image.text-image-right {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .text-image.text-image-right {
    float: none;
    width: auto;
    padding-left: 0;
  }
}
.tabs > ul li a {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
}
.tabs > ul li.active a {
  border-bottom-color: #fbba00;
}
.tabs .tabs-data {
  display: none;
}
.tabs .tabs-data.active {
  display: block;
}
.accordion {
  margin-top: 2.5rem;
}
.accordion .accordion-section {
  border-bottom: 1px solid hsl(0, 0%, 88%);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.accordion .accordion-section.show-heading .accordion-section-headline {
  height: auto;
}
.accordion .accordion-section .accordion-section-headline {
  position: relative;
  padding-right: 2.5rem;
}
.accordion .accordion-section .accordion-section-headline:not(.accordion-section-headline-no-content) {
  cursor: pointer;
}
.accordion .accordion-section .accordion-section-headline h4,
.accordion .accordion-section .accordion-section-headline .h4 {
  margin: 0;
  padding: 0;
}
.accordion .accordion-section .accordion-section-headline:not(.accordion-section-headline-no-content):after {
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #0056A2;
  text-align: center;
  line-height: 2.5rem;
  /* chevron-down */
  content: "\f078";
}
.accordion .accordion-section .accordion-section-data {
  display: none;
  padding-bottom: 1rem;
}
.accordion .accordion-section .accordion-section-data:after {
  content: "";
  clear: both;
  display: table;
}
.accordion .accordion-section.active .accordion-section-headline {
  height: auto;
}
.accordion .accordion-section.active .accordion-section-headline h4,
.accordion .accordion-section.active .accordion-section-headline .h4 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
  font-weight: 700;
}
.accordion .accordion-section.active .accordion-section-headline h4:after,
.accordion .accordion-section.active .accordion-section-headline .h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 2.5rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.accordion .accordion-section.active .accordion-section-headline h4:after,
.accordion .accordion-section.active .accordion-section-headline .h4:after {
  bottom: calc(3.5rem/2 - 1px);
}
.accordion .accordion-section.active .accordion-section-headline:after {
  /* chevron-up */
  content: "\f077";
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-section .accordion-section-headline {
    height: auto;
  }
  .accordion .accordion-section .accordion-section-headline:not(.accordion-section-headline-no-content):after {
    top: -1.5rem;
  }
}
.banner {
  position: relative;
}
.banner p {
  color: hsl(0, 0%, 100%);
  opacity: 0.5;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.banner a {
  display: inline-block;
}
.banner iframe {
  box-shadow: 0 20px 40px hsla(0, 0%, 0%, 0.25);
}
.banner.banner-closable .banner-header {
  display: flex;
  justify-content: space-between;
}
.banner.banner-closable p {
  flex-grow: 1;
}
.banner.banner-closable .banner-close {
  color: hsl(0, 0%, 100%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 5px 10px hsla(0, 0%, 0%, 0.75);
}
.banner .tbz1-medium-rectangle {
  width: 300px;
}
.banner .tbz1-medium-rectangle iframe {
  width: 100%;
  height: 250px;
}
.banner .tbz1-square {
  width: 250px;
}
.banner .tbz1-square iframe {
  width: 100%;
  height: 250px;
}
.banner .tbz1-vertical-banner {
  width: 120px;
}
.banner .tbz1-vertical-banner iframe {
  width: 100%;
  height: 240px;
}
.banner .tbz1-full-banner {
  width: 468px;
}
.banner .tbz1-full-banner iframe {
  width: 100%;
  height: 60px;
}
.banner .tbz1-mobile-leaderboard {
  width: 320px;
}
.banner .tbz1-mobile-leaderboard iframe {
  width: 100%;
  height: 50px;
}
.banner .tbz2-leaderboard {
  width: 728px;
}
.banner .tbz2-leaderboard iframe {
  width: 100%;
  height: 90px;
}
.banner .tbz2-full-banner {
  width: 468px;
}
.banner .tbz2-full-banner iframe {
  width: 100%;
  height: 60px;
}
.banner .tbz2-mobile-leaderboard {
  width: 320px;
}
.banner .tbz2-mobile-leaderboard iframe {
  width: 100%;
  height: 50px;
}
.banner .tbz3-first-spot-square,
.banner .tbz3-second-spot-square,
.banner .tbz3-third-spot-square,
.banner .tbz3-fourth-spot-square {
  width: 250px;
}
.banner .tbz3-first-spot-square iframe,
.banner .tbz3-second-spot-square iframe,
.banner .tbz3-third-spot-square iframe,
.banner .tbz3-fourth-spot-square iframe {
  width: 100%;
  height: 250px;
}
.banner .sbz1-medium-rectangle {
  width: 300px;
}
.banner .sbz1-medium-rectangle iframe {
  width: 100%;
  height: 250px;
}
.banner .sbz1-vertical-banner {
  width: 120px;
}
.banner .sbz1-vertical-banner iframe {
  width: 100%;
  height: 240px;
}
.banner .sbz1-full-banner {
  width: 468px;
}
.banner .sbz1-full-banner iframe {
  width: 100%;
  height: 60px;
}
.banner .sbz1-mobile-leaderboard {
  width: 320px;
}
.banner .sbz1-mobile-leaderboard iframe {
  width: 100%;
  height: 50px;
}
.banner .sbz2-wide-skyscraper {
  width: 160px;
}
.banner .sbz2-wide-skyscraper iframe {
  width: 100%;
  height: 600px;
}
.banner .sbz2-vertical-banner {
  width: 120px;
}
.banner .sbz2-vertical-banner iframe {
  width: 100%;
  height: 240px;
}
.banner .sbz2-mobile-leaderboard {
  width: 320px;
}
.banner .sbz2-mobile-leaderboard iframe {
  width: 100%;
  height: 50px;
}
.banner .sbz2-full-banner {
  width: 468px;
}
.banner .sbz2-full-banner iframe {
  width: 100%;
  height: 60px;
}
.banner .cpb-medium-rectangle {
  width: 300px;
}
.banner .cpb-medium-rectangle iframe {
  width: 100%;
  height: 250px;
}
.banner .cpb-square {
  width: 250px;
}
.banner .cpb-square iframe {
  width: 100%;
  height: 250px;
}
.banner .cpb-full-banner {
  width: 468px;
}
.banner .cpb-full-banner iframe {
  width: 100%;
  height: 60px;
}
.banner .cpb-vertical-banner {
  width: 120px;
}
.banner .cpb-vertical-banner iframe {
  width: 100%;
  height: 240px;
}
.content-detail .content-detail-main .newsletter2go-container fieldset {
  padding: 2rem 0;
}
.content-detail .content-detail-main .newsletter2go-container h1,
.content-detail .content-detail-main .newsletter2go-container .h1 {
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.content-detail .content-detail-main .newsletter2go-container h1:after,
.content-detail .content-detail-main .newsletter2go-container .h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 2.5rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-detail .content-detail-main .newsletter2go-container .newsletter2go-field select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
}
.content-detail .content-detail-main .newsletter2go-container .newsletter2go-field select::-ms-expand {
  display: initial;
}
.content-detail .content-detail-main .newsletter2go-container .newsletter2go-field input[type="checkbox"],
.content-detail .content-detail-main .newsletter2go-container .newsletter2go-field input[type="radio"] {
  float: left;
}
.content-detail .content-detail-main .newsletter2go-container .newsletter2go-field input[type="checkbox"] + label,
.content-detail .content-detail-main .newsletter2go-container .newsletter2go-field input[type="radio"] + label {
  color: hsl(0, 0%, 40%);
  margin-left: 5px;
  max-width: calc(100% - 40px);
}
.content-detail .content-detail-main .newsletter2go-container .newsletter2go-field br:after {
  content: "";
  clear: both;
  display: table;
}
.content-data-iframe #pprender > content .content .list-story {
  display: flex;
  flex-direction: column;
}
.content-data-iframe #pprender > content .content .list-story .list-story-title {
  order: 1;
}
.content-data-iframe #pprender > content .content .list-story .list-story-title a {
  color: #0056A2;
}
.content-data-iframe #pprender > content .content .list-story .list-story-company {
  order: 2;
}
.content-data-iframe #pprender > content .content .list-story .list-story-company a {
  color: #0056A2;
  font-size: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.content-data-iframe #pprender > content .content .list-story .list-story-publish {
  order: 3;
  margin-bottom: 1rem;
}
.content-data-iframe #pprender > content .content .list-story .list-story-teaser {
  order: 4;
}
.content-data-iframe #pprender > content .content .list-story .list-story-teaser img {
  float: right;
  max-width: 40%;
  padding: 0 0 2rem 2rem;
}
.content-data-iframe #pprender > content .content .list-story .list-story-teaser a.list-story-teaser-text {
  color: hsl(0, 0%, 48%);
}
.content-data-iframe #pprender > content .content .list-story .list-story-teaser:after {
  content: "";
  display: table;
  clear: both;
}
.content-data-iframe #pprender > content .content .list-story + .list-story {
  margin-top: 3.5rem;
}
.content-data-iframe #pprender > content > footer {
  margin-top: 3.5rem;
}
.content-data-iframe #pprender > content > footer .hcf-branding {
  display: inline-block;
  margin-left: 0.5rem;
}
.content-data-iframe #pprender > content > footer .hcf-branding svg {
  fill: #008264;
}
/* Header */
.header-info {
  display: flex;
  margin-left: 80px;
  align-items: center;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 1919px) {
  .header-info {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-info {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-info {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-info {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-info {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-info {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .header-info {
    margin-left: 30px;
  }
}
.header-info.inline > li:not(:first-child) {
  padding-left: 2rem;
}
.header-info .logo {
  display: inline-flex;
}
.header-info .logo a {
  display: inline-block;
}
.header-info .logo a img {
  display: block;
  height: 2.75rem;
  width: auto;
}
.header-info .spacer {
  display: flex;
}
.header-info .spacer:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 3.125rem;
  background: hsla(0, 0%, 100%, 0.5);
}
.header-info ul {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header-info ul li:nth-child(3) {
  color: rgba(255, 255, 255, 0.5);
}
.header-info ul li {
  line-height: 1.04166667rem;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.header-info .visible-sticky {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header-info .spacer {
    display: none;
  }
  .header-info.inline > li:nth-child(3) {
    display: none;
  }
  .header-info.inline > li:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .header-info {
    margin-left: 60px;
  }
  .header-info .spacer {
    display: none;
  }
  .header-info.inline > li:nth-child(3) {
    display: none;
  }
  .header-info.inline > li:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1919px) {
  .header-info {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1599px) {
  .header-info {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1366px) {
  .header-info {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1199px) {
  .header-info {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .header-info {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 767px) {
  .header-info {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 409px) {
  .header-info {
    margin-left: 22.5px;
  }
}
@media only screen and (max-width: 767px) {
  .header-info {
    margin-left: 40px;
  }
  .header-info .spacer {
    flex-basis: 100%;
    height: 0;
  }
  .header-info .spacer:before {
    content: none;
  }
  .header-info.inline > li:nth-child(3) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1919px) {
  .header-info {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1599px) {
  .header-info {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1366px) {
  .header-info {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1199px) {
  .header-info {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1023px) {
  .header-info {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .header-info {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 409px) {
  .header-info {
    margin-left: 15px;
  }
}
/* Content Detail Pages */
.content-header-detail {
  position: relative;
  height: 40rem;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.content-header-detail.website-key-visual-header {
  height: 30rem;
}
.content-header-detail.website-key-visual-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(180deg, #0056A2 0%, #002b50 100%);
  z-index: 56;
}
.content-header-detail .content-header-detail-hero {
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  height: calc(100% - 160px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 55;
}
@media only screen and (max-width: 1023px) {
  .content-header-detail {
    height: 25rem;
  }
  .content-header-detail.website-key-visual-header:after {
    top: 140px;
  }
  .content-header-detail .content-header-detail-hero {
    top: 140px;
    height: calc(100% - 140px);
  }
  .content-header-detail.website-key-visual-header {
    height: 20rem;
  }
}
.content-detail {
  display: flex;
  padding-bottom: 5rem;
}
.content-detail .heading-branding {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.content-detail .heading-branding:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 2.5rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-detail .content-detail-related,
.content-detail .content-detail-further {
  display: flex;
  flex: 1;
  justify-content: center;
}
.content-detail .content-detail-related .content-data,
.content-detail .content-detail-further .content-data {
  position: relative;
  width: 320px;
  padding-top: 5rem;
}
.content-detail .content-detail-related .content-data h4,
.content-detail .content-detail-further .content-data h4,
.content-detail .content-detail-related .content-data .h4,
.content-detail .content-detail-further .content-data .h4 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.content-detail .content-detail-related .content-data h4:after,
.content-detail .content-detail-further .content-data h4:after,
.content-detail .content-detail-related .content-data .h4:after,
.content-detail .content-detail-further .content-data .h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 2.5rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person,
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company {
  height: 200px;
  position: relative;
}
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person:focus,
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company:focus,
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person:hover,
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company:hover {
  height: 200px;
}
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person .teaser-header,
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company .teaser-header {
  margin-right: 8rem;
}
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person .teaser-image,
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company .teaser-image {
  width: 56px;
  height: 56px;
  margin: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person .teaser-hover,
.content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company .teaser-hover {
  height: auto;
  visibility: visible;
}
.content-detail .content-detail-main {
  margin-top: -5rem;
  z-index: 60;
}
.content-detail .content-detail-main .content-data {
  position: relative;
  width: 960px;
  background: hsl(0, 0%, 100%);
  padding: 5rem;
}
.content-detail .content-detail-main .content-data p a,
.content-detail .content-detail-main .content-data ul li a span {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.content-detail .content-detail-main .content-data-headline {
  display: flex;
  justify-content: space-between;
}
.content-detail .content-detail-main .content-data-headline h1,
.content-detail .content-detail-main .content-data-headline .h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  font-size: 1.75rem;
}
.content-detail .content-detail-main .content-data-headline .content-data-headline-icons {
  flex-shrink: 0;
  padding-top: 0.25rem;
}
.content-detail .content-detail-main .content-data-subline {
  margin-top: 0;
}
.content-detail .content-detail-main .content-data-subline h3,
.content-detail .content-detail-main .content-data-subline .h3 {
  color: inherit;
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
  font-size: 1rem;
  font-weight: 400;
}
.content-detail .content-detail-main .content-data-subline h3:after,
.content-detail .content-detail-main .content-data-subline .h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-detail .content-detail-main .content-data-iframe {
  padding-top: 2.5rem;
}
.content-detail .content-detail-main .content-data-iframe iframe {
  width: 100% !important;
  height: 500px;
  border: none;
}
.content-detail .content-detail-main .content-data-floor-plan-container {
  margin-top: 50px;
  width: 100%;
  height: 500px;
  position: relative;
}
.content-detail .content-detail-main .table-scroll {
  clear: both;
}
.content-detail .content-detail-main h1,
.content-detail .content-detail-main .h1,
.content-detail .content-detail-main h2,
.content-detail .content-detail-main .h2,
.content-detail .content-detail-main h3,
.content-detail .content-detail-main .h3,
.content-detail .content-detail-main h4,
.content-detail .content-detail-main .h4 {
  color: #0056A2;
  font-weight: 700;
  clear: both;
}
.content-detail .content-detail-main h1,
.content-detail .content-detail-main .h1 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.content-detail .content-detail-main h1:after,
.content-detail .content-detail-main .h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-detail .content-detail-main h2:not(.has-child-styling),
.content-detail .content-detail-main .h2 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.content-detail .content-detail-main h2:not(.has-child-styling):after,
.content-detail .content-detail-main .h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 6rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-detail .content-detail-main h3:not(.has-child-styling),
.content-detail .content-detail-main .h3 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.content-detail .content-detail-main h3:not(.has-child-styling):after,
.content-detail .content-detail-main .h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 2.5rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-detail .content-detail-main h2.has-child-styling,
.content-detail .content-detail-main h3.has-child-styling,
.content-detail .content-detail-main h4.has-child-styling {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-detail .content-detail-main h2.has-child-styling-normal,
.content-detail .content-detail-main h3.has-child-styling-normal,
.content-detail .content-detail-main h4.has-child-styling-normal {
  margin-top: 0;
  margin-bottom: 1rem;
}
.content-detail .content-detail-main .content-data-headline-withsubline h1,
.content-detail .content-detail-main .content-data-headline-withsubline .h1 {
  padding-bottom: 0.5rem;
}
.content-detail .content-detail-main .content-data-headline-withsubline h1:after,
.content-detail .content-detail-main .content-data-headline-withsubline .h1:after {
  content: none;
}
.content-detail .content-detail-main h1,
.content-detail .content-detail-main .h1,
.content-detail .content-detail-main h2,
.content-detail .content-detail-main .h2,
.content-detail .content-detail-main h3,
.content-detail .content-detail-main .h3,
.content-detail .content-detail-main h4,
.content-detail .content-detail-main .h4,
.content-detail .content-detail-main .content-data-headline,
.content-detail .content-detail-main .call2action,
.content-detail .content-detail-main .secure-download {
  margin-top: 5rem;
}
.content-detail .content-detail-main h1:first-child,
.content-detail .content-detail-main .h1:first-child,
.content-detail .content-detail-main h2:first-child,
.content-detail .content-detail-main .h2:first-child,
.content-detail .content-detail-main h3:first-child,
.content-detail .content-detail-main .h3:first-child,
.content-detail .content-detail-main h4:first-child,
.content-detail .content-detail-main .h4:first-child,
.content-detail .content-detail-main .content-data-headline:first-child,
.content-detail .content-detail-main .call2action:first-child,
.content-detail .content-detail-main .secure-download:first-child {
  margin-top: 0;
}
.content-detail .content-detail-main p:not(:first-child) .h2,
.content-detail .content-detail-main p:not(:first-child) .h3,
.content-detail .content-detail-main p:not(:first-child) .h4 {
  margin-top: 5rem;
}
.content-detail .content-detail-main h2,
.content-detail .content-detail-main .h2 {
  font-size: 1.5rem;
}
.content-detail .content-detail-main h3,
.content-detail .content-detail-main .h3 {
  font-size: 1.25rem;
}
.content-detail .content-detail-main h4,
.content-detail .content-detail-main .h4 {
  color: #0056A2;
  font-size: 1.125rem;
}
.content-detail .content-detail-main h5,
.content-detail .content-detail-main .h5 {
  color: #0056A2;
  font-size: 62.5%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  padding-bottom: 0;
}
.content-detail .content-detail-main h5.space-before,
.content-detail .content-detail-main .h5.space-before {
  margin-top: 3rem;
}
.content-detail .content-detail-main .h7 {
  color: hsl(0, 0%, 48%);
  font-size: 1rem;
  font-weight: 400;
}
.content-detail .content-detail-main h5.space-before + h3,
.content-detail .content-detail-main h5.space-before + .h3,
.content-detail .content-detail-main .h5.space-before + h3,
.content-detail .content-detail-main .h5.space-before + .h3 {
  margin-top: 0;
}
.content-detail .content-detail-main .tse-video-container {
  position: relative;
}
.content-detail .content-detail-main .tse-video-container .tse-video-preview-access-banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 65, 122, 0.5);
  backdrop-filter: blur(2px);
  font-size: 14px;
  color: hsl(0, 0%, 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.content-detail .content-detail-main .tse-video.tse-video-notready {
  text-align: center;
}
.content-detail .content-detail-main .tse-video.tse-video-preview {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
.content-detail .content-detail-main .tse-video.tse-video-preview img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content-detail .content-detail-main .tse-video.tse-video-preview .tse-video-preview-play {
  position: absolute;
  width: 90px;
  height: 50px;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.content-detail .content-detail-main .tse-video.tse-video-player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1rem;
}
.content-detail .content-detail-main .tse-video.tse-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.content-detail .content-detail-main div.text-image-right,
.content-detail .content-detail-main div.copyright,
.content-detail .content-detail-main div.caption {
  margin-top: 0;
}
.content-detail .content-detail-main div.text-image-right {
  clear: both;
  position: relative;
  z-index: 1;
}
.content-detail .content-detail-main div.text-image-company,
.content-detail .content-detail-main div.text-image-person {
  width: 30%;
}
.content-detail .content-detail-main div.text-image-company a,
.content-detail .content-detail-main div.text-image-person a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
}
.content-detail .content-detail-main div.text-image-company {
  display: flex;
  justify-content: right;
}
.content-detail .content-detail-main div.text-image-company a {
  cursor: default;
  padding: 1rem;
  box-shadow: 0 60px 80px hsla(0, 0%, 0%, 0.07), 0 25px 33px hsla(0, 0%, 0%, 0.05), 0 13px 18px hsla(0, 0%, 0%, 0.04), 0 8px 10px hsla(0, 0%, 0%, 0.04), 0 4px 5px hsla(0, 0%, 0%, 0.03), 0 2px 2px hsla(0, 0%, 0%, 0.02);
  background-size: contain;
}
.content-detail .content-detail-main div.text-image-person a {
  background-size: cover;
}
.content-detail .content-detail-main p.prominent {
  font-weight: 600;
}
.content-detail .content-detail-main p.inline {
  margin-top: 0;
}
.content-detail .content-detail-main .content-yt-container {
  margin: 3rem 0;
}
.content-detail .content-detail-main .content-data-spotify iframe {
  width: 100%;
  height: 232px;
  border: none;
}
.content-detail .content-detail-main .call2action {
  position: relative;
  margin-left: -5rem;
  margin-right: -5rem;
  padding: 5rem;
  background-size: cover;
  background-position: center center;
}
.content-detail .content-detail-main .call2action > * {
  position: relative;
  z-index: 10;
}
.content-detail .content-detail-main .call2action h2,
.content-detail .content-detail-main .call2action .h2,
.content-detail .content-detail-main .call2action p {
  color: hsl(0, 0%, 100%);
}
.content-detail .content-detail-main .call2action h2,
.content-detail .content-detail-main .call2action .h2 {
  font-size: 2rem;
}
.content-detail .content-detail-main .call2action a.btn:last-child {
  margin-top: 1rem;
}
.content-detail .content-detail-main .call2action:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(180deg, #0056A2 0%, #002b50 100%);
}
.content-detail .content-detail-main .secure-download {
  position: relative;
  margin-left: -5rem;
  margin-right: -5rem;
  margin-bottom: 1rem;
  padding: 5rem;
}
.content-detail .content-detail-main .secure-download > * {
  position: relative;
  z-index: 10;
}
.content-detail .content-detail-main .secure-download p {
  color: hsl(0, 0%, 100%);
}
.content-detail .content-detail-main .secure-download p a:not(.btn) {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
}
.content-detail .content-detail-main .secure-download p a.btn {
  margin-top: 1rem;
}
.content-detail .content-detail-main .secure-download p:last-child {
  margin-bottom: 0;
}
.content-detail .content-detail-main .secure-download:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(180deg, #0056A2 0%, #002b50 100%);
}
.content-detail .content-detail-main .location p.prominent {
  font-size: 125%;
}
.content-detail.content-detail-premium .content-detail-main .content-data:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: #fbba00;
}
@media only screen and (max-width: 1919px) {
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person,
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company {
    height: 180px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person:hover,
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company:hover {
    height: 180px;
  }
  .content-detail .content-detail-main div.text-image-company a {
    width: 170px;
    height: 170px;
  }
  .content-detail .content-detail-related .content-data,
  .content-detail .content-detail-further .content-data {
    width: 288px;
  }
  .content-detail .content-detail-main .content-data {
    width: 820px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-detail .content-detail-related .teaser-container.teaser-container-default-unspecific .teaser-image-type-person,
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person,
  .content-detail .content-detail-related .teaser-container.teaser-container-default-unspecific .teaser-image-type-company,
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company {
    height: 170px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-default-unspecific .teaser-image-type-person:hover,
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person:hover,
  .content-detail .content-detail-related .teaser-container.teaser-container-default-unspecific .teaser-image-type-company:hover,
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company:hover {
    height: 170px;
  }
  .content-detail .content-detail-related .content-data,
  .content-detail .content-detail-further .content-data {
    width: 256px;
  }
  .content-detail .content-detail-main .content-data {
    width: 768px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-detail {
    flex-wrap: wrap;
  }
  .content-detail .content-detail-related,
  .content-detail .content-detail-further {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-detail .content-detail-related {
    flex: 0;
  }
  .content-detail .content-detail-further {
    flex-basis: 100%;
    justify-content: flex-start;
    order: 2;
  }
  .content-detail .content-detail-further .content-data {
    width: 100%;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-person:hover,
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser-image-type-company:hover {
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .content-detail .content-detail-related,
  .content-detail .content-detail-further {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-detail .content-detail-related {
    flex-basis: 100%;
    justify-content: flex-start;
    order: 1;
  }
  .content-detail .content-detail-related .content-data {
    width: 100%;
  }
  .content-detail .content-detail-main {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .content-detail .content-detail-main div.text-image-company a {
    width: 140px;
    height: 140px;
  }
  .content-detail .content-detail-related,
  .content-detail .content-detail-further {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-detail .content-detail-main .content-data {
    width: 688px;
    padding: 3.5rem;
  }
  .content-detail .content-detail-main .call2action {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
    padding: 3.5rem;
  }
  .content-detail .content-detail-main .secure-download {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
    padding: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-detail .content-detail-main div.text-image-company {
    width: 100%;
    justify-content: center;
  }
  .content-detail .content-detail-main div.text-image-company a {
    width: 140px;
    height: 140px;
  }
  .content-detail .content-detail-related,
  .content-detail .content-detail-further {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-detail .content-detail-main .content-data {
    width: calc(100vw - 80px);
    margin-left: 40px;
    margin-right: 40px;
    padding: 2rem;
  }
  .content-detail .content-detail-main .call2action {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 2rem;
  }
  .content-detail .content-detail-main .secure-download {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 2rem;
  }
  .content-detail .content-detail-main .content-data-headline {
    position: relative;
  }
  .content-detail .content-detail-main .content-data-headline .content-data-headline-icons {
    position: absolute;
    right: 0;
    transform: translate(20px, -75%) scale(0.9);
  }
  .content-detail .content-detail-main .content-data-headline .content-data-headline-icons > li:not(:first-child) {
    padding-left: 0.5rem;
  }
}
@media only screen and (max-width: 409px) {
  .content-detail .content-detail-related,
  .content-detail .content-detail-further {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-detail .content-detail-main .content-data {
    width: 300px;
  }
}
.content-detail-exhibitor .content-detail-main div.text-image-company {
  width: auto;
}
.content-detail-exhibitor .content-detail-main div.text-image-company a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 214px;
  padding: 1rem;
  box-shadow: 0 60px 80px hsla(0, 0%, 0%, 0.07), 0 25px 33px hsla(0, 0%, 0%, 0.05), 0 13px 18px hsla(0, 0%, 0%, 0.04), 0 8px 10px hsla(0, 0%, 0%, 0.04), 0 4px 5px hsla(0, 0%, 0%, 0.03), 0 2px 2px hsla(0, 0%, 0%, 0.02);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.content-detail-session .content-detail-main .session-info {
  padding-top: 1rem;
}
.content-detail-session .content-detail-main .session-info h5,
.content-detail-session .content-detail-main .session-info .h5 {
  color: hsl(0, 0%, 40%);
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 115%;
}
.content-detail-session .content-detail-main .session-info dt {
  font-size: 62.5%;
  font-weight: 600;
  color: #0056A2;
  text-transform: uppercase;
}
.content-detail-session .content-detail-main .session-info dd {
  color: hsl(0, 0%, 40%);
}
.content-detail-session .content-detail-main .accordion-section .accordion-section-headline h4,
.content-detail-session .content-detail-main .accordion-section .accordion-section-headline .h4 {
  padding-left: 12rem;
}
.content-detail-session .content-detail-main .accordion-section .accordion-section-headline h4 span,
.content-detail-session .content-detail-main .accordion-section .accordion-section-headline .h4 span {
  display: inline-block;
  width: 12rem;
  margin-left: -12rem;
  font-weight: 400;
}
.content-detail-session .content-detail-main .accordion-section.active .accordion-section-headline h4,
.content-detail-session .content-detail-main .accordion-section.active .accordion-section-headline .h4 {
  padding-bottom: 2rem;
}
.content-detail-session .content-detail-main .accordion-section.active .accordion-section-headline h4:after,
.content-detail-session .content-detail-main .accordion-section.active .accordion-section-headline .h4:after {
  content: none;
}
.content-detail-session .content-detail-main .accordion-section .accordion-section-data {
  padding-left: 12rem;
}
.content-detail-session .content-detail-main .accordion-section .accordion-section-data .session-speaker {
  display: flex;
  margin-left: -5rem;
  margin-bottom: 1rem;
}
.content-detail-session .content-detail-main .accordion-section .accordion-section-data .session-speaker .session-speaker-image-container {
  display: flex;
  justify-content: center;
  width: 5rem;
}
.content-detail-session .content-detail-main .accordion-section .accordion-section-data .session-speaker .session-speaker-image-container .session-speaker-image {
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-size: cover;
  background-position: center center;
}
.content-detail-session .content-detail-main .accordion-section .accordion-section-data .session-speaker .session-speaker-data {
  flex: 1;
}
.content-detail-session .content-detail-main .accordion-section .accordion-section-data .session-speaker .session-speaker-data p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .content-detail-session .content-detail-main .accordion-section .accordion-section-headline {
    display: flex;
    align-items: center;
  }
  .content-detail-session .content-detail-main .accordion-section .accordion-section-headline h4,
  .content-detail-session .content-detail-main .accordion-section .accordion-section-headline .h4 {
    padding-left: 0;
    line-height: 125%;
  }
  .content-detail-session .content-detail-main .accordion-section .accordion-section-headline h4 span,
  .content-detail-session .content-detail-main .accordion-section .accordion-section-headline .h4 span {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .content-detail-session .content-detail-main .accordion-section .accordion-section-headline:after {
    height: 4rem;
    line-height: 4rem;
  }
  .content-detail-session .content-detail-main .accordion-section.active .accordion-section-headline {
    margin-bottom: 2rem;
  }
  .content-detail-session .content-detail-main .accordion-section.active .accordion-section-headline h4,
  .content-detail-session .content-detail-main .accordion-section.active .accordion-section-headline .h4 {
    padding-bottom: 0;
  }
  .content-detail-session .content-detail-main .accordion-section .accordion-section-data {
    padding-left: 0;
  }
  .content-detail-session .content-detail-main .accordion-section .accordion-section-data .session-speaker {
    margin-left: 0;
  }
  .content-detail-session .content-detail-main .accordion-section .accordion-section-data .session-speaker .session-speaker-image-container {
    justify-content: flex-start;
    width: 4rem;
  }
}
.content-detail-speaker .content-detail-main div.text-image-right {
  width: auto;
}
.content-detail-speaker .content-detail-main div.text-image-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 214px;
  box-shadow: 0 60px 80px hsla(0, 0%, 0%, 0.07), 0 25px 33px hsla(0, 0%, 0%, 0.05), 0 13px 18px hsla(0, 0%, 0%, 0.04), 0 8px 10px hsla(0, 0%, 0%, 0.04), 0 4px 5px hsla(0, 0%, 0%, 0.03), 0 2px 2px hsla(0, 0%, 0%, 0.02);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content-detail-speaker .content-detail-main .speaker-info-container .speaker-info h5,
.content-detail-speaker .content-detail-main .speaker-info-container .speaker-info .h5 {
  margin-bottom: 1rem;
}
.content-detail-speaker .content-detail-main .speaker-info-container .speaker-info dt {
  font-size: 62.5%;
  font-weight: 600;
  color: #0056A2;
  text-transform: uppercase;
}
.content-detail-speaker .content-detail-main .speaker-info-container .speaker-info dd {
  color: hsl(0, 0%, 40%);
}
.content-detail-speaker .content-detail-main .accordion-section .accordion-section-headline h4,
.content-detail-speaker .content-detail-main .accordion-section .accordion-section-headline .h4 {
  display: flex;
}
.content-detail-speaker .content-detail-main .accordion-section .accordion-section-headline h4 span,
.content-detail-speaker .content-detail-main .accordion-section .accordion-section-headline .h4 span {
  display: inline-block;
  width: 12rem;
  font-weight: 400;
  flex-shrink: 0;
}
.content-detail-speaker .content-detail-main .accordion-section.active .accordion-section-headline h4,
.content-detail-speaker .content-detail-main .accordion-section.active .accordion-section-headline .h4 {
  padding-bottom: 2rem;
}
.content-detail-speaker .content-detail-main .accordion-section.active .accordion-section-headline h4:after,
.content-detail-speaker .content-detail-main .accordion-section.active .accordion-section-headline .h4:after {
  content: none;
}
.content-detail-speaker .content-detail-main .accordion-section .accordion-section-data {
  padding-left: 12rem;
}
.content-detail-speaker .content-detail-main .accordion-section .accordion-section-data .speaker-session p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .content-detail-speaker .content-detail-main .accordion-section .accordion-section-headline {
    display: flex;
    align-items: center;
  }
  .content-detail-speaker .content-detail-main .accordion-section .accordion-section-headline h4,
  .content-detail-speaker .content-detail-main .accordion-section .accordion-section-headline .h4 {
    line-height: 125%;
  }
  .content-detail-speaker .content-detail-main .accordion-section .accordion-section-headline h4 span,
  .content-detail-speaker .content-detail-main .accordion-section .accordion-section-headline .h4 span {
    display: block;
    width: 100%;
  }
  .content-detail-speaker .content-detail-main .accordion-section .accordion-section-headline:after {
    height: 4rem;
    line-height: 4rem;
  }
  .content-detail-speaker .content-detail-main .accordion-section.active .accordion-section-headline {
    margin-bottom: 2rem;
  }
  .content-detail-speaker .content-detail-main .accordion-section.active .accordion-section-headline h4,
  .content-detail-speaker .content-detail-main .accordion-section.active .accordion-section-headline .h4 {
    padding-bottom: 0;
  }
  .content-detail-speaker .content-detail-main .accordion-section .accordion-section-data {
    padding-left: 0;
  }
}
.content-detail-companyprofile .content-detail-main .content-data-companyprofile-facts {
  float: right;
  width: 45%;
  padding: 0 0 2rem 2rem;
}
.content-detail-companyprofile .content-detail-main .content-data-companyprofile-facts td:first-child {
  font-weight: 600;
}
.content-detail-companyprofile .content-detail-main .content-data-companyprofile-products-1 > li > span {
  color: #0056A2;
  font-weight: 700;
  text-transform: uppercase;
}
.content-detail-companyprofile .content-detail-main .content-data-companyprofile-products-2 > li > span {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .content-detail-companyprofile .content-detail-main .content-data-companyprofile-facts {
    float: none;
    width: auto;
    padding-left: 0;
  }
}
.content-detail .contact-internal table {
  display: block;
  overflow-x: auto;
}
.content-detail .contact-internal .contact-internal-item {
  display: flex;
  align-items: flex-start;
  padding-top: 2.5rem;
}
.content-detail .contact-internal .contact-internal-item .contact-internal-data {
  flex: 1;
  padding-right: 1rem;
}
.content-detail .contact-internal .contact-internal-item .contact-internal-data h3,
.content-detail .contact-internal .contact-internal-item .contact-internal-data .h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-detail .contact-internal .contact-internal-item .contact-internal-data h3:after,
.content-detail .contact-internal .contact-internal-item .contact-internal-data .h3:after {
  content: none;
}
.content-detail .contact-internal .contact-internal-item .contact-internal-images > li {
  width: 160px;
  height: 160px;
}
.content-detail .contact-internal .contact-internal-item .contact-internal-images .contact-internal-image-company {
  background-color: hsl(0, 0%, 96%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  padding: 1rem;
}
.content-detail .contact-internal .contact-internal-item .contact-internal-images .contact-internal-image-person {
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .content-detail .contact-internal .contact-internal-item {
    flex-wrap: wrap;
  }
  .content-detail .contact-internal .contact-internal-item .contact-internal-data {
    padding-right: 0;
  }
  .content-detail .contact-internal .contact-internal-item .contact-internal-images {
    flex-basis: 100%;
    margin-top: 1rem;
  }
}
.content-detail .contact-international table {
  display: block;
  overflow-x: auto;
}
.content-detail .contact-international .accordion-section.active .accordion-section-headline h4,
.content-detail .contact-international .accordion-section.active .accordion-section-headline .h4 {
  padding-bottom: 0;
}
.content-detail .contact-international .accordion-section.active .accordion-section-headline h4:after,
.content-detail .contact-international .accordion-section.active .accordion-section-headline .h4:after {
  content: none;
}
.content-detail .contact-international .contact-international-data {
  display: flex;
  align-items: flex-start;
  padding-top: 1.25rem;
  border-top: 1px solid hsl(0, 0%, 88%);
}
.content-detail .contact-international .contact-international-data h4,
.content-detail .contact-international .contact-international-data .h4 {
  font-size: 1rem;
}
.content-detail .contact-international .contact-international-data .contact-international-person {
  flex: 1;
  padding-right: 1rem;
}
.content-detail .contact-international .contact-international-data .contact-international-company {
  flex-basis: 50%;
}
@media only screen and (max-width: 1023px) {
  .content-detail .contact-international .contact-international-data {
    flex-wrap: wrap;
  }
  .content-detail .contact-international .contact-international-data .contact-international-person {
    padding-right: 0;
  }
  .content-detail .contact-international .contact-international-data .contact-international-company {
    flex-basis: 100%;
    margin-top: 1rem;
  }
}
.content-detail-joboffer .content-detail-main .joboffer-info {
  padding-top: 1rem;
}
.content-detail-joboffer .content-detail-main .joboffer-info h5,
.content-detail-joboffer .content-detail-main .joboffer-info .h5 {
  color: hsl(0, 0%, 40%);
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 115%;
}
.content-detail-joboffer .content-detail-main .joboffer-info dt {
  font-size: 62.5%;
  font-weight: 600;
  color: #0056A2;
  text-transform: uppercase;
}
.content-detail-joboffer .content-detail-main .joboffer-info dd {
  color: hsl(0, 0%, 40%);
}
.content-detail-joboffer .content-detail-main div.text-image-company {
  width: auto;
}
.content-detail-joboffer .content-detail-main div.text-image-company a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 214px;
  padding: 1rem;
  box-shadow: 0 60px 80px hsla(0, 0%, 0%, 0.07), 0 25px 33px hsla(0, 0%, 0%, 0.05), 0 13px 18px hsla(0, 0%, 0%, 0.04), 0 8px 10px hsla(0, 0%, 0%, 0.04), 0 4px 5px hsla(0, 0%, 0%, 0.03), 0 2px 2px hsla(0, 0%, 0%, 0.02);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.content-detail-productpresentation .content-detail-main .productpresentation-info {
  padding-top: 1rem;
}
.content-detail-productpresentation .content-detail-main .productpresentation-info h5,
.content-detail-productpresentation .content-detail-main .productpresentation-info .h5 {
  color: hsl(0, 0%, 40%);
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 115%;
}
.content-detail-productpresentation .content-detail-main .productpresentation-info dt {
  font-size: 62.5%;
  font-weight: 600;
  color: #0056A2;
  text-transform: uppercase;
}
.content-detail-productpresentation .content-detail-main .productpresentation-info dd {
  color: hsl(0, 0%, 40%);
}
.content-detail-productpresentation .content-detail-main div.text-image-company {
  width: auto;
}
.content-detail-productpresentation .content-detail-main div.text-image-company a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 214px;
  padding: 1rem;
  box-shadow: 0 60px 80px hsla(0, 0%, 0%, 0.07), 0 25px 33px hsla(0, 0%, 0%, 0.05), 0 13px 18px hsla(0, 0%, 0%, 0.04), 0 8px 10px hsla(0, 0%, 0%, 0.04), 0 4px 5px hsla(0, 0%, 0%, 0.03), 0 2px 2px hsla(0, 0%, 0%, 0.02);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.content-detail-object-list {
  margin-bottom: 20px;
}
.content-detail-object-list .content-detail-object-list-entry {
  border-bottom: 1px solid hsl(0, 0%, 88%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 0 1rem 0;
}
.content-detail-object-list .content-detail-object-list-entry .content-detail-object-list-entry-main {
  width: 55%;
  font-size: 1rem;
  font-weight: 600;
}
.content-detail-object-list .content-detail-object-list-entry .content-detail-object-list-entry-data {
  width: 40%;
}
.content-detail-object-list .content-detail-object-list-entry .content-detail-object-list-entry-data .content-detail-object-list-entry-data-item {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
.content-detail-object-list .content-detail-object-list-entry .content-detail-object-list-entry-data .content-detail-object-list-entry-data-item .content-detail-object-list-entry-data-name {
  color: hsl(0, 0%, 72%);
  width: 100px;
}
.content-detail-object-list .content-detail-object-list-entry .content-detail-object-list-entry-data .content-detail-object-list-entry-data-item .content-detail-object-list-entry-data-value {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 100px);
}
@media only screen and (max-width: 1023px) {
  .content-detail-object-list .content-detail-object-list-entry .content-detail-object-list-entry-main {
    width: 50%;
  }
  .content-detail-object-list .content-detail-object-list-entry .content-detail-object-list-entry-data {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .content-detail-object-list .content-detail-object-list-entry {
    flex-direction: column;
  }
  .content-detail-object-list .content-detail-object-list-entry .content-detail-object-list-entry-main,
  .content-detail-object-list .content-detail-object-list-entry .content-detail-object-list-entry-data {
    width: 100%;
  }
}
.content-rte-marker-errors {
  color: #ff0000;
  font-size: 0.9rem;
}
.content-rte-marker-errors .h4 {
  color: #ff0000 !important;
  font-size: 1rem !important;
  margin-bottom: 0 !important;
}
/* Content Search Pages */
.content-header-search,
.content-search {
  display: flex;
}
.content-header-search .content-search-options,
.content-search .content-search-options,
.content-header-search .content-search-options-scroll,
.content-search .content-search-options-scroll,
.content-header-search .content-search-further,
.content-search .content-search-further {
  display: flex;
  flex: 1;
  justify-content: center;
}
.content-header-search .content-search-options,
.content-search .content-search-options,
.content-header-search .content-search-options-scroll,
.content-search .content-search-options-scroll {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1919px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    padding-right: 30px;
  }
}
.content-header-search .content-search-options .content-data,
.content-search .content-search-options .content-data,
.content-header-search .content-search-options-scroll .content-data,
.content-search .content-search-options-scroll .content-data {
  width: 390px;
  height: 100%;
}
.content-header-search .content-search-further .content-data,
.content-search .content-search-further .content-data {
  width: 160px;
}
.content-header-search .content-search-main .content-data,
.content-search .content-search-main .content-data {
  display: flex;
  justify-content: center;
  width: 980px;
}
.content-header-search .content-search-main .content-data h1,
.content-search .content-search-main .content-data h1,
.content-header-search .content-search-main .content-data .h1,
.content-search .content-search-main .content-data .h1 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.content-header-search .content-search-main .content-data h1:after,
.content-search .content-search-main .content-data h1:after,
.content-header-search .content-search-main .content-data .h1:after,
.content-search .content-search-main .content-data .h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-header-search .content-search-main .content-data p,
.content-search .content-search-main .content-data p {
  color: hsl(0, 0%, 100%);
  max-width: 80%;
}
@media only screen and (max-width: 1919px) {
  .content-header-search .content-search-options .content-data,
  .content-search .content-search-options .content-data,
  .content-header-search .content-search-options-scroll .content-data,
  .content-search .content-search-options-scroll .content-data {
    width: 378px;
  }
  .content-header-search .content-search-main .content-data,
  .content-search .content-search-main .content-data {
    width: 882px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-header-search .content-search-options .content-data,
  .content-search .content-search-options .content-data,
  .content-header-search .content-search-options-scroll .content-data,
  .content-search .content-search-options-scroll .content-data {
    width: 336px;
  }
  .content-header-search .content-search-main .content-data,
  .content-search .content-search-main .content-data {
    width: 520px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-header-search,
  .content-search {
    flex-wrap: wrap;
  }
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    flex: 0;
    flex-basis: auto;
  }
  .content-header-search .content-search-main,
  .content-search .content-search-main {
    flex: 1;
  }
  .content-header-search .content-search-further,
  .content-search .content-search-further {
    flex-basis: 100%;
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-header-search .content-search-further .content-data,
  .content-search .content-search-further .content-data {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .content-header-search .content-search-options,
  .content-search .content-search-options,
  .content-header-search .content-search-options-scroll,
  .content-search .content-search-options-scroll {
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .content-header-search .content-search-options .content-data,
  .content-search .content-search-options .content-data,
  .content-header-search .content-search-options-scroll .content-data,
  .content-search .content-search-options-scroll .content-data {
    width: 100%;
  }
  .content-header-search .content-search-main,
  .content-search .content-search-main {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
  .content-header-search .content-search-main .content-data,
  .content-search .content-search-main .content-data {
    width: 585px;
  }
}
@media only screen and (max-width: 767px) {
  .content-header-search .content-search-main .content-data,
  .content-search .content-search-main .content-data {
    width: 288px;
  }
}
@media only screen and (max-width: 409px) {
  .content-header-search .content-search-main .content-data,
  .content-search .content-search-main .content-data {
    width: 256px;
  }
}
.content-header-search {
  position: relative;
  min-height: 560px;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content-header-search:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(180deg, #0056A2 0%, #002b50 100%);
  z-index: -1;
}
.content-header-search .content-search-options .content-data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5rem;
}
.content-header-search .content-search-main {
  display: flex;
}
.content-header-search .content-search-main .content-data {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
  color: #FFFFFF;
  /* Sticky header height + some margin */
  padding-top: calc(160px + 5rem);
}
.content-header-search .content-search-main .content-data .content-header-search-data {
  width: 100%;
}
.content-header-search .content-search-main .content-data h1,
.content-header-search .content-search-main .content-data .h1 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.content-header-search .content-search-main .content-data h1:after,
.content-header-search .content-search-main .content-data .h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-header-search .content-search-main .content-data ul {
  padding-top: 2rem;
  margin-left: -0.25rem;
}
.content-header-search .content-search-main .content-data ul li,
.content-header-search .content-search-main .content-data ul li:not(:first-child) {
  display: inline-block;
  background: rgba(0, 86, 162, 0.3);
  padding: 0.5rem 1rem;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  font-size: 80%;
  line-height: normal;
  min-width: 120px;
  border-radius: 0.25rem;
  color: hsla(0, 0%, 100%, 0.75);
  letter-spacing: 0.5px;
}
.content-header-search .content-search-main .content-data ul li span,
.content-header-search .content-search-main .content-data ul li:not(:first-child) span {
  display: block;
  font-weight: 700;
  font-size: 200%;
  color: hsl(0, 0%, 100%);
  letter-spacing: 0px;
}
.content-header-search .content-header-search-close {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 1919px) {
  .content-header-search {
    min-height: 540px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-header-search {
    min-height: 520px;
  }
  .content-header-search .content-search-options .content-data {
    width: 336px;
  }
  .content-header-search .content-search-main {
    flex: 1;
  }
  .content-header-search .content-search-main .content-data {
    width: 100%;
    max-width: 640px;
  }
  .content-header-search .content-search-further {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .content-header-search {
    display: flex;
    min-height: 360px;
    transition: min-height 0.2s ease-in-out;
  }
  .content-header-search .content-search-options {
    padding: 160px 0 0 0;
  }
  .content-header-search .content-search-options .content-data {
    width: 100%;
    padding: 0 40px 2rem 40px;
  }
  .content-header-search .content-search-main .content-data {
    padding: 0 40px 2rem 40px;
    width: 100%;
    max-width: none;
  }
  .content-header-search.content-header-search-hidden {
    flex-wrap: wrap;
    min-height: 140px;
    overflow: hidden;
  }
  .content-header-search.content-header-search-hidden .content-search-options {
    display: none;
  }
  .content-header-search.content-header-search-hidden .content-search-main {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .content-header-search .content-search-options .content-data {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-header-search .content-search-main .content-data {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .content-header-search .content-search-options .content-data {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-header-search .content-search-main .content-data {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-search {
  padding-bottom: 5rem;
}
.content-search .content-search-options,
.content-search .content-search-further {
  padding-top: 5rem;
  position: sticky;
  position: -webkit-sticky;
  top: 5rem;
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
}
.content-search .content-search-options {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content-search .content-search-options::-webkit-scrollbar {
  display: none;
}
.content-search .content-search-further .content-data {
  margin-top: -40px;
}
@media only screen and (max-width: 1919px) {
  .content-search .content-search-further .content-data {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-search .content-search-further .content-data {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-search .content-search-further .content-data {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-search .content-search-further .content-data {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-search .content-search-further .content-data {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-search .content-search-further .content-data {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 409px) {
  .content-search .content-search-further .content-data {
    margin-top: -15px;
  }
}
.content-search .content-search-main {
  position: relative;
  padding-top: 5rem;
}
.content-search .content-search-options-tabs {
  padding-left: 0.25rem;
  padding-bottom: 2.5rem;
}
.content-search .content-search-options-tabs .tabs-data-floorplan-fullscreen-overview {
  display: none;
}
.content-search .content-search-options-tabs > ul a {
  font-size: 0.875rem;
  color: #FFFFFF;
}
.content-search .content-search-options-tabs > ul a i {
  margin-right: 0.5rem;
}
.content-search .content-search-options-tabs .tabs-data {
  background: rgba(0, 86, 162, 0.3);
  border-radius: 0.25rem;
  padding: 1rem;
}
.content-search .content-search-options-tabs .tabs-data-floorplan {
  position: relative;
  background-color: hsl(0, 0%, 100%);
}
.content-search .content-search-options-tabs .tabs-data-floorplan div.exhibition-halls-overview-container {
  width: 100%;
  height: 250px;
}
.content-search .content-search-options-tabs .tabs-data-floorplan div.exhibition-halls-overview-container .exhibition-halls-overview {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.content-search .content-search-options-tabs .tabs-data-floorplan div.selectize-input div.item {
  color: #0056A2;
}
.content-search .content-search-options-tabs .tabs-data-floorplan div.selectize-dropdown-content div.option {
  color: #0056A2;
}
.content-search .content-search-options-tabs .tabs-data-floorplan a.floor-plan-fullscreen {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0056A2;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content {
  margin-top: 30px;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content .floor-plan-content {
  height: 250px;
  padding: 10px;
  display: none;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 40px;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content .floor-plan-info-container {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: center;
  cursor: help;
  bottom: 70px;
  left: 0px;
  font-size: unset;
  justify-content: left;
  align-items: center;
  margin-left: 20px;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content .floor-plan-info-container .floor-plan-info div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content .floor-plan-info-container .floor-plan-info div i {
  color: hsl(208, 100%, 56%);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 20px;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content .floor-plan-info-container .floor-plan-info-box {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 250px;
  top: unset;
  left: unset;
  cursor: default;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content .floor-plan-info-container .floor-plan-info-box .popover-title {
  color: hsl(208, 100%, 56%);
  background-color: #ffffff;
  font-weight: 600;
  border-bottom: 0;
  padding-bottom: 0;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content .floor-plan-info-container .floor-plan-info-box .popover-content span.bg-color-mark {
  background-color: #c9d9f3;
  padding: 0 5px 0 5px;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content .floor-plan-info-container .floor-plan-info-box .arrow:after {
  border-top-color: #ffffff;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content .floor-plan-info-container .floor-plan-info span {
  font-size: 14px;
}
.content-search .content-search-options-tabs .tabs-data-floorplan .floor-plan-outer-content .floor-plan-info-container .floor-plan-info-box {
  font-size: unset;
  left: -33px;
  bottom: 30px;
}
.content-search .content-search-options-tabs .tabs-data-planner h4,
.content-search .content-search-options-tabs .tabs-data-planner .h4 {
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.content-search .content-search-options-tabs .tabs-data-planner .planner-day {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.content-search .content-search-options-tabs .tabs-data-planner .planner-day .planner-day-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.content-search .content-search-options-tabs .tabs-data-planner .planner-day .planner-day-header p {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.content-search .content-search-options-tabs .tabs-data-planner .planner-day .planner-bars li {
  position: relative;
  height: 0.5rem;
}
.content-search .content-search-options-tabs .tabs-data-planner .planner-day .planner-bars li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: hsla(0, 0%, 100%, 0.75);
}
.content-search .content-search-options-tabs .tabs-data-planner .planner-day .planner-bars li span.collision {
  background: #fbba00;
}
.content-search .content-search-options-tabs .tabs-data-planner .planner-day .planner-bars li.planner-bar-main {
  border-radius: 0.25rem;
  background: hsla(0, 0%, 100%, 0.1);
}
.content-search .content-search-options-tabs .tabs-data-planner .planner-day .planner-bars li + li {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1199px) {
  .content-search .content-search-further {
    position: static;
    top: auto;
    max-height: none;
    overflow-y: visible;
  }
  .content-search .content-search-further .content-data {
    display: flex;
    justify-content: center;
    background: rgba(0, 86, 162, 0.3);
    box-shadow: 0 20px 40px 0 hsla(0, 0%, 0%, 0.1);
    padding: 1.1875rem 1.25rem;
  }
}
@media only screen and (max-width: 1023px) {
  .content-search .content-search-options {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
    background: #004079;
    max-width: 100%;
    position: static;
    top: auto;
    max-height: none;
    overflow-y: visible;
  }
  .content-search .content-search-filters-active {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    transform: translateX(-40px);
    padding-left: 40px;
  }
  .content-search .content-search-filters-active::-webkit-scrollbar {
    display: none;
  }
  .content-search .content-search-filters-active ul {
    flex-wrap: nowrap;
  }
  .content-search .content-search-filters-active ul li:last-child {
    padding-right: 40px;
  }
  .content-search .content-search-options-tabs {
    display: flex;
    flex-direction: column;
  }
  .content-search .content-search-options-tabs > ul {
    order: 2;
    flex-direction: column;
  }
  .content-search .content-search-options-tabs > ul > li,
  .content-search .content-search-options-tabs > ul > li:not(:first-child) {
    padding: 0;
  }
  .content-search .content-search-options-tabs > ul > li a,
  .content-search .content-search-options-tabs > ul > li:not(:first-child) a {
    position: relative;
    display: block;
    padding: 0;
    line-height: 2.5rem;
    padding-right: 2.5rem;
    border-bottom: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content-search .content-search-options-tabs > ul > li a:after,
  .content-search .content-search-options-tabs > ul > li:not(:first-child) a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    text-align: center;
    line-height: 2.5rem;
    /* chevron-down */
    content: "\f078";
  }
  .content-search .content-search-options-tabs > ul > li.active a:after,
  .content-search .content-search-options-tabs > ul > li:not(:first-child).active a:after {
    /* chevron-up */
    content: "\f077";
  }
  .content-search .content-search-options-tabs > ul > li:not(:last-child) {
    /* Hide unused tab heade items */
    display: none;
  }
  .content-search .content-search-options-tabs .tabs-data-search {
    order: 1;
    display: block;
    padding: 0;
    background: none;
  }
  .content-search .content-search-options-tabs .tabs-data-filter {
    order: 3;
  }
}
@media only screen and (max-width: 1023px) {
  .content-search .content-search-options-tabs .tabs-data-planner,
  .content-search .content-search-options-tabs .tabs-data-floorplan {
    display: none;
  }
  .content-search .content-search-options-tabs .tabs-data-floorplan-fullscreen-overview {
    display: block;
  }
}
.content-search .content-search-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}
.content-search .content-search-toolbar a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: hsl(208, 100%, 56%);
  color: #FFFFFF;
}
.content-search .content-search-toolbar a:focus,
.content-search .content-search-toolbar a:hover {
  background: hsl(208, 100%, 61%);
}
.content-search .content-search-toolbar li.disabled a {
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.content-search .content-search-toolbar li.disabled a:focus,
.content-search .content-search-toolbar li.disabled a:hover {
  background: hsl(208, 100%, 56%);
}
.content-search .content-search-toolbar ul.inline > li:not(:first-child) {
  padding-left: 0;
}
.content-search .content-search-toolbar ul li:first-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.content-search .content-search-toolbar ul li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media only screen and (max-width: 1199px) {
  .content-search .content-search-toolbar {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-search .content-search-toolbar {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .content-search .content-search-toolbar {
    margin-right: 30px;
  }
}
.content-search .tabs-data-search .form-box-search-term {
  position: relative;
  margin-bottom: 0.5rem;
}
.content-search .tabs-data-search .form-box-search-term input[type="text"] {
  background: hsla(0, 0%, 100%, 0.1);
  padding-right: 3.5rem;
  color: #FFFFFF;
}
.content-search .tabs-data-search .form-box-search-term input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: hsl(0, 0%, 100%);
  opacity: 0.75;
  /* Firefox */
}
.content-search .tabs-data-search .form-box-search-term input[type="text"]::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: hsl(0, 0%, 100%);
  opacity: 0.75;
}
.content-search .tabs-data-search .form-box-search-term input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: hsl(0, 0%, 100%);
  opacity: 0.75;
}
.content-search .tabs-data-search .form-box-search-term button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: transparent;
}
.content-search .tabs-data-search .form-box-search-term button[type="submit"] i {
  margin-left: 0;
}
.content-search .tabs-data-search .form-box-checkbox {
  font-size: 80%;
  margin-bottom: 0;
}
.content-search .tabs-data-search .form-box-checkbox label,
.content-search .tabs-data-search .form-box-checkbox .label {
  padding-left: 1.25rem;
}
.content-search .tabs-data-search .form-box-checkbox label:before,
.content-search .tabs-data-search .form-box-checkbox .label:before {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
}
.content-search .tabs-data-search .form-box-checkbox > input[type="checkbox"]:checked + label:before,
.content-search .tabs-data-search .form-box-checkbox > input[type="checkbox"]:checked + .label:before {
  background: transparent;
  border-radius: 0.5rem;
}
.content-search .tabs-data-search .form-box-checkbox > input[type="checkbox"]:checked + label:after,
.content-search .tabs-data-search .form-box-checkbox > input[type="checkbox"]:checked + .label:after {
  color: #FFFFFF;
  font-size: 60%;
  top: 0.4rem;
}
.content-search .content-search-filters-active ul {
  margin: 0 0 0.75rem 0rem;
  line-height: 0;
}
.content-search .content-search-filters-active ul > li,
.content-search .content-search-filters-active ul > li:not(:first-child) {
  padding-left: 0.25rem;
  padding-bottom: 0.25rem;
}
.content-search .content-search-filters-active ul > li a,
.content-search .content-search-filters-active ul > li:not(:first-child) a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  padding-right: 2rem;
  cursor: default;
}
.content-search .content-search-filters-active ul > li a.btn-suf,
.content-search .content-search-filters-active ul > li:not(:first-child) a.btn-suf {
  font-size: 0.75rem;
  padding: 0 2rem 0 1rem;
  line-height: 2rem;
}
.content-search .content-search-filters-active ul > li a i,
.content-search .content-search-filters-active ul > li:not(:first-child) a i {
  position: absolute;
  width: 2rem;
  top: 0;
  right: 0;
  margin: 0;
  line-height: 2rem;
  cursor: pointer;
}
.content-search .content-search-filters-reset {
  margin-bottom: 3rem;
  font-size: 0.75rem;
  margin-left: 0.25rem;
}
.content-search .content-search-filters-reset a {
  color: #FFFFFF;
}
.content-search .content-search-filters-reset a i {
  margin-right: 0.5rem;
}
.content-search .tabs-data-filter {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.content-search .tabs-data-filter > ul {
  background: rgba(0, 86, 162, 0.3);
  border-radius: 0.25rem;
}
.content-search .tabs-data-filter .search-filters-base a {
  position: relative;
  display: block;
  color: #FFFFFF;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.content-search .tabs-data-filter .search-filters-base a span {
  line-height: 1.3rem;
  display: inline-block;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  margin-right: 1rem;
}
.content-search .tabs-data-filter .search-filters-base a i {
  position: absolute;
  top: 0;
  right: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.content-search .tabs-data-filter .search-filters-base > li > a {
  position: relative;
  padding-right: 2.5rem;
}
.content-search .tabs-data-filter .search-filters-base > li > a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  line-height: 2.5rem;
  text-align: center;
  /* chevron-down */
  content: "\f078";
}
.content-search .tabs-data-filter .search-filters-base ul {
  display: none;
}
.content-search .tabs-data-filter .search-filters-base ul.inline > li,
.content-search .tabs-data-filter .search-filters-base ul.inline > li:not(:first-child) {
  padding: 0;
}
.content-search .tabs-data-filter .search-filters-base ul ul {
  padding-left: 1.5rem;
}
.content-search .tabs-data-filter .search-filters-base ul li.has-sub > a {
  padding-right: 5rem;
}
.content-search .tabs-data-filter .search-filters-base ul li.has-sub > a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  line-height: 2.5rem;
  text-align: center;
  /* chevron-down */
  content: "\f078";
}
.content-search .tabs-data-filter .search-filters-base .search-filters-productgroups-recursive ul li > a {
  padding-right: 5rem;
}
.content-search .tabs-data-filter .search-filters-base li.active > a {
  font-weight: 700;
}
.content-search .tabs-data-filter .search-filters-base li.active > a:after {
  /* chevron-up */
  content: "\f077";
}
.content-search .tabs-data-filter .search-filters-base li.active > ul {
  display: block;
  padding-left: 1rem;
}
.content-search .tabs-data-filter .search-filters-base li.active > ul.inline {
  display: flex;
}
.content-search .tabs-data-filter .search-filters-base li.has-sub.active > a:after {
  /* chevron-up */
  content: "\f077";
}
.content-search .tabs-data-filter .search-filters-base li.selected > a {
  color: hsla(0, 0%, 100%, 0.25);
}
.content-search .tabs-data-filter .search-filters-base li.selected > a i.fa-plus:before {
  content: "\f068";
}
.content-search .tabs-data-filter .search-filters-base li.selected > a i.fa-plus-circle:before {
  content: "\f056";
}
.content-search .tabs-data-filter .search-filters-more a {
  position: relative;
  display: block;
  color: #FFFFFF;
  line-height: 2.5rem;
  padding: 0 1rem 0 2.5rem;
  font-size: 0.875rem;
}
.content-search .tabs-data-filter .search-filters-more a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.content-search .tabs-data-filter .search-filters-more li.selected a,
.content-search .tabs-data-filter .search-filters-more li.disabled a {
  color: hsla(0, 0%, 100%, 0.25);
}
.content-search .tabs-data-filter .search-favourite-download a.btn,
.content-search .tabs-data-filter .search-copy-parameter-url a.btn {
  width: 100%;
  font-size: 0.875rem;
}
.content-search .tabs-data-filter .search-copy-parameter-url {
  margin-bottom: 1rem;
}
.content-search .tabs-data-filter .search-copy-parameter-url a.btn {
  background: rgba(0, 86, 162, 0.3);
}
.content-search .tabs-data-filter .search-copy-parameter-url-success {
  background: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
/* Content Error Pages */
.content-error {
  display: flex;
  padding-bottom: 5rem;
}
.content-error .content-error-main {
  margin-top: -5rem;
  z-index: 60;
  width: 100%;
}
.content-error .content-error-main .content-data {
  margin-right: 80px;
  margin-left: 80px;
  background: hsl(0, 0%, 100%);
  padding: 5rem;
}
@media only screen and (max-width: 1919px) {
  .content-error .content-error-main .content-data {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-error .content-error-main .content-data {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-error .content-error-main .content-data {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-error .content-error-main .content-data {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-error .content-error-main .content-data {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-error .content-error-main .content-data {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .content-error .content-error-main .content-data {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .content-error .content-error-main .content-data {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-error .content-error-main .content-data {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-error .content-error-main .content-data {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-error .content-error-main .content-data {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-error .content-error-main .content-data {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-error .content-error-main .content-data {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .content-error .content-error-main .content-data {
    margin-left: 30px;
  }
}
.content-error .content-error-main h1,
.content-error .content-error-main .h1 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
  color: #0056A2;
}
.content-error .content-error-main h1:after,
.content-error .content-error-main .h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-error .content-error-main h2,
.content-error .content-error-main .h2,
.content-error .content-error-main label {
  color: #0056A2;
}
.content-error .content-error-main .error-attributes {
  padding: 1rem;
  background: hsl(0, 0%, 88%);
}
.content-header-error {
  position: relative;
  height: 40rem;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content-header-error:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(180deg, #0056A2 0%, #002b50 100%);
  z-index: 50;
}
@media only screen and (max-width: 1023px) {
  .content-header-error {
    height: 25rem;
  }
}
/* Teaser */
.teaser-header {
  padding: 1.1875rem 1.25rem;
  padding-bottom: 0;
  /* Older Browsers need a hack --------------- */
  /*
	height: 86px;
	overflow: hidden;
	border-bottom: 1px solid deeppink;
	*/
}
.teaser-header .teaser-header-intro {
  display: flex;
  justify-content: space-between;
}
.teaser-header .teaser-header-intro h2,
.teaser-header .teaser-header-intro .h2 {
  font-size: 75%;
  color: hsla(0, 0%, 100%, 0.75);
  flex-grow: 1;
  padding-right: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}
.teaser-header .teaser-header-intro h2:after,
.teaser-header .teaser-header-intro .h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 6rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.teaser-header .teaser-header-intro h2:after,
.teaser-header .teaser-header-intro .h2:after {
  bottom: 0;
  width: 3.333em;
  max-width: none;
}
.teaser-header .teaser-header-intro .teaser-header-score {
  display: inline-block;
  padding: 0 0.25rem;
  background: rgba(255, 0, 0, 0.5);
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.teaser-header .teaser-header-intro .teaser-header-icons {
  flex-wrap: nowrap;
  transform: translate(6px, -6px);
}
.teaser-header .teaser-header-intro .teaser-header-icons > li:not(:first-child) {
  padding-left: 4px;
}
.teaser-header .teaser-header-intro .teaser-header-icons span {
  display: inline-block;
  width: 1.7143em;
  height: 1.7143em;
  font-size: 87.5%;
  line-height: 171.43%;
  text-align: center;
  color: hsl(0, 0%, 100%);
  opacity: 0.5;
}
.teaser-header .teaser-header-intro .teaser-header-icons span:not(.teaser-link) {
  opacity: 0.75;
}
.teaser-header .teaser-header-intro .teaser-header-icons span:focus,
.teaser-header .teaser-header-intro .teaser-header-icons span:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.teaser-header .teaser-header-intro .teaser-header-icons span.btn {
  position: relative;
  padding: 0;
  border-radius: 1em;
  width: 2em;
  height: 2em;
  font-size: 75%;
  line-height: 200%;
  background: transparent;
}
.teaser-header .teaser-header-intro .teaser-header-icons span.btn i {
  width: auto;
  margin-left: 0;
}
.teaser-header .teaser-header-intro .teaser-header-icons span.btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  background-color: hsl(208, 100%, 56%);
}
.teaser-header .teaser-header-intro .teaser-header-icons span.btn.btn-light:after {
  background: hsl(208, 100%, 72%);
}
.teaser-header .teaser-header-intro .teaser-header-icons span.btn:focus,
.teaser-header .teaser-header-intro .teaser-header-icons span.btn:hover {
  background: hsla(208, 100%, 56%, 0.2);
}
.teaser-header .teaser-header-intro .teaser-header-icons span.btn:focus:after,
.teaser-header .teaser-header-intro .teaser-header-icons span.btn:hover:after {
  animation-name: icon-btn-hover;
  animation-duration: 0.4s;
}
.teaser-header h1,
.teaser-header .h1 {
  font-size: 112.5%;
  margin: 0;
  padding: 0;
  font-weight: 700;
  max-width: 700px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-search .content-search-main .content-data .teaser-container .teaser .teaser-header h1,
.content-search .content-search-main .content-data .teaser-container .teaser .teaser-header .h1 {
  padding-bottom: 0;
}
@media only screen and (max-width: 1919px) {
  .teaser-header {
    height: 72px;
  }
  .teaser-header h1,
  .teaser-header .h1 {
    /* we need to gain some extra space, because the branding line has a fixed height, which cannot be (properly) scaled */
    line-height: 112.5%;
  }
}
@media only screen and (max-width: 1599px) {
  .teaser-header {
    height: 64px;
  }
}
@media only screen and (max-width: 1023px) {
  .teaser-header {
    height: 72px;
  }
  .teaser-header h1,
  .teaser-header .h1 {
    /* we need to gain some extra space, because the branding line has a fixed height, which cannot be (properly) scaled */
    line-height: 112.5%;
  }
}
@media only screen and (max-width: 409px) {
  .teaser-header {
    height: 64px;
  }
}
.teaser-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 15px 0 20px;
  margin-top: 15px;
  height: 40px;
  overflow: hidden;
}
.teaser-meta .teaser-meta-base {
  font-size: 75%;
  color: hsla(0, 0%, 100%, 0.75);
  min-width: 0;
  /* see https://css-tricks.com/flexbox-truncated-text/ */
}
.teaser-meta .teaser-meta-base p {
  line-height: 166.67%;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teaser-meta .teaser-meta-base p i {
  margin: 0 4px;
  text-align: center;
}
.teaser-meta .teaser-meta-additional {
  margin-left: 15px;
}
.teaser-meta .teaser-meta-additional .teaser-call2action {
  margin-bottom: 0;
}
.teaser-meta .teaser-meta-additional .teaser-call2action span.btn {
  padding: 0 1em;
  font-size: 81.25%;
  font-weight: 600;
  line-height: 250%;
}
@media only screen and (max-width: 1919px) {
  .teaser-meta {
    padding: 0 13.5px 0 18px;
    margin-top: 13.5px;
    height: 36px;
  }
  .teaser-meta .teaser-meta-additional {
    margin-left: 13.5px;
  }
}
@media only screen and (max-width: 1599px) {
  .teaser-meta {
    padding: 0 12px 0 16px;
    margin-top: 12px;
    height: 32px;
  }
  .teaser-meta .teaser-meta-additional {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .teaser-meta {
    padding: 0 13.5px 0 18px;
    margin-top: 13.5px;
    height: 36px;
  }
  .teaser-meta .teaser-meta-additional {
    margin-left: 13.5px;
  }
}
@media only screen and (max-width: 409px) {
  .teaser-meta {
    padding: 0 12px 0 16px;
    margin-top: 12px;
    height: 32px;
  }
  .teaser-meta .teaser-meta-additional {
    margin-left: 12px;
  }
}
.teaser-textimage {
  display: flex;
  justify-content: space-between;
  padding: 0rem 15px 0 20px;
  margin-top: 15px;
  height: 120px;
}
.teaser-textimage .teaser-textimage-base {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.25em;
}
.teaser-textimage .teaser-textimage-base .teaser-textimage-teaser {
  font-size: 87.5%;
  line-height: 128.57%;
  color: hsla(0, 0%, 100%, 0.75);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  word-break: break-word;
}
.teaser-textimage .teaser-textimage-base .teaser-call2action {
  margin-bottom: 0;
}
.teaser-textimage .teaser-textimage-base .teaser-call2action span.btn {
  padding: 0 1em;
  font-size: 81.25%;
  font-weight: 600;
  line-height: 250%;
}
.teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
  width: 120px;
  height: 120px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}
.teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-company {
  border-radius: 0.25rem;
  background-color: hsl(0, 0%, 100%);
  background-size: contain;
  background-origin: content-box;
  background-position: center center !important;
  padding: 1em;
}
.teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-person {
  border-radius: 60px;
  transform: scale(1.08);
}
.teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-placeholder {
  background-color: transparent;
  background-size: contain;
}
@media only screen and (max-width: 1919px) {
  .teaser-textimage {
    padding: 0rem 13.5px 18px;
    margin-top: 13.5px;
    height: 108px;
  }
  .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 108px;
    height: 108px;
    margin-left: 13.5px;
  }
  .teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-person {
    border-radius: 52px;
  }
}
@media only screen and (max-width: 1599px) {
  .teaser-textimage {
    padding: 0 12px 0 16px;
    margin-top: 12px;
    height: 96px;
  }
  .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 96px;
    height: 96px;
    margin-left: 12px;
  }
  .teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-person {
    border-radius: 46px;
  }
}
@media only screen and (max-width: 1023px) {
  .teaser-textimage {
    padding: 0rem 13.5px 18px;
    margin-top: 13.5px;
    height: 108px;
  }
  .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 108px;
    height: 108px;
    margin-left: 13.5px;
  }
  .teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-person {
    border-radius: 52px;
  }
}
@media only screen and (max-width: 409px) {
  .teaser-textimage {
    padding: 0 12px 0 16px;
    margin-top: 12px;
    height: 96px;
  }
  .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 96px;
    height: 96px;
    margin-left: 12px;
  }
  .teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-person {
    border-radius: 46px;
  }
}
.teaser-image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 15px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.teaser-image .teaser-access-banner {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 65, 122, 0.5);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
}
.teaser-image .teaser-call2action {
  margin: 1em;
}
.teaser-image .teaser-call2action span.btn {
  padding: 0 1em;
  font-size: 81.25%;
  font-weight: 600;
  line-height: 250%;
}
.teaser-image.teaser-image-company {
  background-color: hsl(0, 0%, 100%);
  background-size: contain;
  background-origin: content-box;
  background-position: center center !important;
  padding: 1em;
}
.teaser-image.teaser-image-placeholder {
  background-color: transparent;
}
.teaser-container-speakers .teaser-image.teaser-image-company {
  padding: 0;
}
@media only screen and (max-width: 1919px) {
  .teaser-image {
    margin-top: 13.5px;
    height: 117px;
  }
}
@media only screen and (max-width: 1599px) {
  .teaser-image {
    margin-top: 12px;
    height: 104px;
  }
}
@media only screen and (max-width: 1023px) {
  .teaser-image {
    margin-top: 13.5px;
    height: 117px;
  }
}
@media only screen and (max-width: 409px) {
  .teaser-image {
    margin-top: 12px;
    height: 104px;
  }
}
.teaser-text {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0 20px;
  margin-top: 15px;
  height: 115px;
}
.teaser-text .teaser-text-base,
.teaser-text .teaser-text-additional {
  min-width: 0;
  /* see https://css-tricks.com/flexbox-truncated-text/ */
  padding-top: 0.25em;
}
.teaser-text .teaser-text-base p,
.teaser-text .teaser-text-additional p {
  font-size: 87.5%;
  line-height: 128.57%;
  margin-bottom: 0;
}
.teaser-text .teaser-text-base {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.teaser-text .teaser-text-base .teaser-text-teaser,
.teaser-text .teaser-text-base .teaser-text-short {
  color: hsla(0, 0%, 100%, 0.75);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teaser-text .teaser-text-base .teaser-text-sub {
  color: hsla(0, 0%, 100%, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.teaser-text .teaser-text-base .teaser-call2action {
  margin-bottom: 0;
}
.teaser-text .teaser-text-base .teaser-call2action span.btn {
  padding: 0 1em;
  font-size: 81.25%;
  font-weight: 600;
  line-height: 250%;
}
.teaser-text .teaser-text-additional .teaser-text-short {
  color: hsla(0, 0%, 100%, 0.75);
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .teaser-text {
    padding: 0 13.5px 0 18px;
    margin-top: 13.5px;
    height: 103.5px;
  }
  .teaser-text .teaser-text-base .teaser-text-sub {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 1599px) {
  .teaser-text {
    padding: 0 12px 0 16px;
    margin-top: 12px;
    height: 92px;
  }
  .teaser-text .teaser-text-base .teaser-text-sub {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .teaser-text {
    padding: 0 13.5px 0 18px;
    margin-top: 13.5px;
    height: 103.5px;
  }
  .teaser-text .teaser-text-base .teaser-text-sub {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 409px) {
  .teaser-text {
    padding: 0 13.5px 0 18px;
    margin-top: 13.5px;
    height: 103.5px;
  }
  .teaser-text .teaser-text-base .teaser-text-sub {
    margin-bottom: 13.5px;
  }
}
.content-teaser .content-teaser-banner-transition p {
  text-align: right;
}
.content-teaser .section-v2-type-priority + .content-teaser-banner-transition {
  margin-top: 60px;
}
.content-teaser .content-teaser-banner-footer {
  background: rgba(0, 86, 162, 0.3);
  box-shadow: 0 20px 40px 0 hsla(0, 0%, 0%, 0.1);
  padding: 1.1875rem 1.25rem;
  margin-bottom: 60px;
}
.content-teaser .content-teaser-banner-footer h6,
.content-teaser .content-teaser-banner-footer .h6 {
  color: hsl(0, 0%, 100%);
  opacity: 0.5;
  font-size: 80%;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  letter-spacing: 0.5px;
}
.content-teaser .content-teaser-banner-footer .banner-container {
  display: flex;
  justify-content: center;
}
.content-teaser .content-teaser-banner-footer .banner-container .banner div {
  margin: 0 2.5rem;
}
@media only screen and (max-width: 1919px) {
  .content-teaser .content-teaser-banner-footer .banner-container .banner div {
    margin: 0 2rem;
  }
}
@media only screen and (max-width: 1599px) {
  .content-teaser .content-teaser-banner-footer .banner-container .banner div {
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 1366px) {
  .content-teaser .content-teaser-banner-footer .banner-container .banner div {
    margin: 0 0.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .content-teaser .content-teaser-banner-footer .banner-container {
    flex-wrap: wrap;
  }
  .content-teaser .content-teaser-banner-footer .banner-container .banner {
    flex-basis: 50%;
  }
  .content-teaser .content-teaser-banner-footer .banner-container .banner:nth-child(odd) {
    text-align: right;
  }
  .content-teaser .content-teaser-banner-footer .banner-container .banner div {
    display: inline-block;
    margin: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-teaser .content-teaser-banner-footer .banner-container .banner {
    flex-basis: 100%;
  }
  .content-teaser .content-teaser-banner-footer .banner-container .banner:nth-child(n) {
    text-align: center;
  }
}
.teaser-nav {
  display: block;
  color: hsl(0, 0%, 100%);
  font-size: 200%;
  width: 40px;
  text-align: center;
  display: none;
}
/* Footer */
.social-nav ul > li:not(:first-child) {
  padding-left: 0.5rem;
}
.social-nav ul a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid hsl(208, 100%, 56%);
  border-radius: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}
.social-nav ul a:not(:first-child) {
  padding-left: 0.5rem;
}
.social-nav ul a:focus,
.social-nav ul a:hover {
  border-color: hsl(0, 0%, 100%);
}
.bottom-nav ul.inline li:not(:last-child) {
  padding-right: 1rem;
}
.bottom-nav ul.inline li {
  padding-left: 0;
}
.bottom-nav ul.inline li a {
  color: #FFFFFF;
  text-transform: uppercase;
}
.event-nav ul > li:not(:first-child),
.participation-logo-images-nav ul > li:not(:first-child) {
  padding-left: 2rem;
}
.event-nav ul img,
.participation-logo-images-nav ul img {
  width: auto;
  height: 2.5rem;
}
.event-nav ul .spacer:before,
.participation-logo-images-nav ul .spacer:before {
  content: "";
  width: 1px;
  height: 3.125rem;
  background: hsla(0, 0%, 100%, 0.5);
}
@media only screen and (max-width: 1199px) {
  .event-nav ul > li:not(:first-child),
  .participation-logo-images-nav ul > li:not(:first-child) {
    padding-left: 2rem;
  }
  .event-nav ul img,
  .participation-logo-images-nav ul img {
    width: auto;
    height: 2.5rem;
  }
  .event-nav ul .spacer,
  .participation-logo-images-nav ul .spacer {
    flex-grow: 1;
  }
  .event-nav ul .spacer:before,
  .participation-logo-images-nav ul .spacer:before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .event-nav ul {
    flex-wrap: wrap;
  }
  .event-nav ul > li:last-child {
    padding-left: 0;
    padding-top: 5rem;
    width: 100%;
  }
}
/* Misc */
#obsolete-browser {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fbba00;
  z-index: 900000;
  padding: 1.5rem 3.5rem;
  text-align: center;
}
#obsolete-browser h6,
#obsolete-browser .h6 {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  max-width: none;
  margin: 0;
  padding: 0;
}
#obsolete-browser p {
  color: hsl(0, 0%, 100%);
  margin: 0;
  padding: 0;
}
#obsolete-browser .close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 100%);
  font-size: 120%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #obsolete-browser {
    display: block;
  }
}
#develop {
  position: fixed;
  bottom: 4px;
  right: 4px;
  background: #85D65C;
  z-index: 999999;
  line-height: 2rem;
  color: hsl(0, 0%, 100%);
  padding: 0.25rem 1rem;
  border-radius: 4px;
  opacity: 0.75;
}
#develop-v2 {
  position: fixed;
  bottom: calc(4px + 2rem + 4px);
  right: 4px;
  background: #85D65C;
  z-index: 999999;
  line-height: 2rem;
  color: hsl(0, 0%, 100%);
  padding: 0.25rem 1rem;
  border-radius: 4px;
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  #develop {
    height: 5rem;
  }
  #develop ul {
    flex-direction: column;
    justify-content: center;
  }
  #develop ul.inline > li:not(:first-child) {
    padding-left: 0;
  }
  #develop-v2 {
    bottom: calc(4px + 5rem + 4px);
  }
  #develop-v2 ul {
    flex-direction: column;
  }
  #develop-v2 ul.inline > li:not(:first-child) {
    padding-left: 0;
  }
}
/* Breakpoints Color Code ----------------------------- */
/*
.responsive(@bp-xxl, {
	#develop {
		background: @control-01;
	}
});
*/
@media only screen and (max-width: 1919px) {
  #develop {
    background: #D6D65C;
  }
}
@media only screen and (max-width: 1599px) {
  #develop {
    background: #D6855C;
  }
}
@media only screen and (max-width: 1366px) {
  #develop {
    background: #D65C85;
  }
}
@media only screen and (max-width: 1199px) {
  #develop {
    background: #D65CD6;
  }
}
@media only screen and (max-width: 1023px) {
  #develop {
    background: #855CD6;
  }
}
@media only screen and (max-width: 767px) {
  #develop {
    background: #5C85D6;
  }
}
@media only screen and (max-width: 409px) {
  #develop {
    background: #5CD6D6;
  }
}
@media only screen and (max-width: 1679px) {
  #develop-v2 {
    background: #D6855C;
  }
}
@media only screen and (max-width: 1399px) {
  #develop-v2 {
    background: #D65C85;
  }
}
@media only screen and (max-width: 1279px) {
  #develop-v2 {
    background: #D65CD6;
  }
}
@media only screen and (max-width: 1023px) {
  #develop-v2 {
    background: #855CD6;
  }
}
@media only screen and (max-width: 879px) {
  #develop {
    background: #5C85D6;
  }
}
/* Header */
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  z-index: 100;
  color: #FFFFFF;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: hsla(208, 100%, 25%, 0.875);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.header .data {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 60px 20px 80px;
}
.header .data .slogan {
  flex-basis: 50%;
  line-height: 40px;
  font-size: 13px;
  margin-bottom: 15px;
}
.header .data .slogan > li b,
.header .data .slogan > li strong {
  font-weight: 700;
}
.header .data .slogan > li:not(:first-child) {
  padding-left: 1rem;
  margin-left: 1rem;
}
.header .data .slogan > li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.25);
}
.header .data .service-nav {
  flex-basis: 50%;
  justify-content: flex-end;
  font-size: 13px;
  margin-bottom: 15px;
  padding-right: 20px;
}
.header .data .service-nav > li {
  display: flex;
  align-items: center;
}
.header .data .service-nav a,
.header .data .service-nav button {
  display: inline-block;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
}
.header .data .service-nav a i,
.header .data .service-nav button i {
  color: #FFFFFF;
  width: 40px;
  text-align: center;
}
.header .data .service-nav button {
  background: none;
}
.header .data .service-nav img {
  height: 32px;
  width: auto;
}
.header .data .service-nav .service-nav-separator {
  padding-left: 0.75rem;
  margin-left: 1rem;
}
.header .data .service-nav .service-nav-separator:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.25);
}
.header .data .service-nav .service-nav-partof {
  padding-left: 2.5rem;
}
.header .data .logo {
  display: flex;
  align-items: center;
  flex-basis: 300px;
}
.header .data .logo a {
  display: block;
  height: 50px;
}
.header .data .logo img {
  width: auto;
  height: 100%;
}
.header .data .main-nav-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
}
.header .data .main-nav-container .main-nav {
  flex-basis: 100%;
  justify-content: flex-end;
}
.header .data .main-nav-container .main-nav > li {
  position: static;
}
.header .data .main-nav-container .main-nav > li:not(:first-child) {
  padding-left: 0;
}
.header .data .main-nav-container .main-nav > li > a {
  display: inline-block;
  color: #FFFFFF;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 20px;
  border-radius: 5px;
}
.header .data .main-nav-container .main-nav > li > a:focus,
.header .data .main-nav-container .main-nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.header .data .main-nav-container .main-nav > li:not(.has-sub) > a {
  padding-right: 20px;
}
.header .data .main-nav-container .main-nav > li.has-sub > a:after {
  content: "";
  color: hsl(208, 100%, 56%);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  /* angle down */
  content: "\f107";
  width: 40px;
  text-align: center;
}
.header .data .main-nav-container .main-nav > li.has-sub.active > a:after {
  color: #FFFFFF;
  /* angle-up */
  content: "\f106";
}
.header .data .main-nav-container .main-nav > li.has-sub.active .sub {
  visibility: visible;
}
.header .data .main-nav-container .sub {
  visibility: hidden;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100vw;
  padding-top: 40px;
  box-shadow: 0px 160px 120px rgba(0, 0, 0, 0.5);
  z-index: 500;
}
.header .data .main-nav-container .sub .sub-data {
  position: relative;
  background-color: hsla(208, 100%, 25%, 0.875);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 40px 80px;
  display: flex;
  justify-content: space-between;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.header .data .main-nav-container .sub .sub-data .sub-info {
  flex-grow: 1;
  max-width: 320px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  padding-top: 15px;
}
.header .data .main-nav-container .sub .sub-data .sub-info p {
  padding-top: 5px;
}
.header .data .main-nav-container .sub .sub-data .sub-info a.btn {
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 2rem;
}
.header .data .main-nav-container .sub .sub-data .sub-info a:not(.btn):after {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  /* arrow right */
  content: "\f061";
  width: 40px;
  text-align: center;
  color: hsl(208, 100%, 81%);
}
.header .data .main-nav-container .sub .sub-data .sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1100px;
}
.header .data .main-nav-container .sub .sub-data .sub-nav a {
  display: inline-block;
  line-height: 120%;
  color: #FFFFFF;
  padding: 5px 0;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container {
  display: block;
  column-width: 240px;
  column-gap: 40px;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container .sub-section.self {
  display: none;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container a {
  color: #FFFFFF;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container p {
  font-weight: 700;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container p a {
  font-weight: 700;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container p a i {
  display: inline;
  color: #FFFFFF;
  padding-left: 10px;
  font-size: 14px;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container ul a {
  padding-left: 0;
  padding-right: 20px;
  transition: padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container ul a i {
  display: inline;
  color: #FFFFFF;
  padding-left: 10px;
  font-size: 14px;
  visibility: hidden;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container ul a:focus,
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container ul a:hover {
  padding-left: 20px;
  padding-right: 0;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container ul a:focus i,
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section-container ul a:hover i {
  visibility: visible;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section {
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  padding-top: 15px;
  page-break-inside: avoid;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section.has-sub {
  padding-bottom: 40px;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-section.has-sub p {
  margin-bottom: 0;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-link {
  margin-top: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  padding-top: 15px;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-link a {
  color: #FFFFFF;
}
.header .data .main-nav-container .sub .sub-data .sub-nav .sub-link a i {
  display: inline;
  color: #FFFFFF;
  padding-left: 10px;
  font-size: 14px;
}
.header .data .main-nav-container .nav-trigger {
  display: none;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
}
.header .data .main-nav-container .nav-trigger i {
  width: auto;
  margin: 0;
}
.header .data .main-nav-button {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  font-size: 16px;
}
.header .data .main-nav-button a.btn {
  transform: translateX(0.5rem);
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 2rem;
}
@media only screen and (max-width: 1679px) {
  .header .data .service-nav a i {
    width: 30px;
  }
  .header .data .main-nav-container .sub .sub-data .sub-nav {
    width: 800px;
  }
}
@media only screen and (max-width: 1399px) {
  .header .data .slogan {
    flex-basis: 65%;
  }
  .header .data .service-nav {
    flex-basis: 35%;
  }
  .header .data .service-nav .hidden-sticky {
    display: none;
  }
  .header .data .service-nav .service-nav-separator {
    margin-left: 0;
  }
  .header .data .service-nav .service-nav-separator:before {
    content: none;
  }
  .header .data .service-nav .service-nav-partof {
    display: none;
  }
  .header .data .main-nav-container {
    padding-right: 20px;
  }
  .header .data .main-nav-container .main-nav {
    display: none;
  }
  .header .data .main-nav-container .sub .sub-data .sub-nav {
    width: 700px;
  }
  .header .data .main-nav-container .nav-trigger {
    display: block;
  }
  .header .data .main-nav-button {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .header .data .main-nav-container .sub .sub-data .sub-nav {
    width: 600px;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 140px;
  }
  .header .data {
    width: 100%;
  }
  .header .data .slogan,
  .header .data .service-nav {
    display: none;
  }
  .header .data .main-nav-container {
    padding-right: 0;
  }
  .header .data .main-nav-container .sub .sub-data .sub-nav {
    width: 400px;
  }
  .header .data .main-nav-container .nav-trigger {
    background: transparent;
  }
}
@media only screen and (max-width: 879px) {
  .header .data {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header .data .logo {
    flex-basis: 200px;
  }
  .header .data .logo a {
    height: 35px;
  }
  .header .data .main-nav-container .sub .sub-data {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header .data .main-nav-container .sub .sub-data .sub-info {
    display: none;
  }
  .header .data .main-nav-container .sub .sub-data .sub-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 459px) {
  .header .data {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.header.sticky {
  position: fixed;
  height: 80px;
  transform: translateY(-100%);
  opacity: 0;
}
.header.sticky .hidden-sticky {
  display: none;
}
.header.sticky .data {
  flex-wrap: nowrap;
}
.header.sticky .data .slogan {
  display: none;
}
.header.sticky .data .logo {
  order: 1;
  flex-basis: 200px;
}
.header.sticky .data .logo a,
.header.sticky .data .logo img {
  height: 40px;
}
.header.sticky .data .main-nav-container {
  order: 2;
}
.header.sticky .data .main-nav-container .main-nav > li .sub {
  top: 60px;
  padding-top: 20px;
}
.header.sticky .data .main-nav-container .main-nav > li .sub .sub-data {
  background-position: 0 -80px;
  max-height: calc(100vh - 80px);
}
.header.sticky .data .service-nav {
  order: 3;
  position: relative;
  flex-basis: auto;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 0;
  margin-left: 1rem;
}
.header.sticky .data .service-nav:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.25);
  content: "";
}
.header.sticky .data .service-nav > li:not(:first-child) {
  padding-left: 0;
}
.header.sticky .data .service-nav .service-nav-separator {
  margin-left: 0;
}
.header.sticky .data .service-nav .service-nav-separator:before {
  content: none;
}
.header.sticky .data .service-nav .service-nav-partof {
  display: none;
}
.header.sticky .data .main-nav-button {
  order: 4;
}
.header.sticky.sticky-visible {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
  z-index: 200;
}
@media only screen and (max-width: 1679px) {
  .header.sticky .data .main-nav-container .main-nav > li > a {
    padding-left: 10px;
  }
  .header.sticky .data .main-nav-container .main-nav > li:not(.has-sub) > a {
    padding-right: 10px;
  }
  .header.sticky .data .main-nav-container .main-nav > li.has-sub > a:after {
    width: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .header.sticky .data .service-nav {
    order: 2;
    margin-left: auto;
    padding-left: 0;
    margin-right: 1rem;
  }
  .header.sticky .data .service-nav:before {
    content: none;
  }
  .header.sticky .data .main-nav-container {
    order: 3;
    flex-grow: 0;
  }
}
/* Hero */
#hero {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 220px 0 80px 0;
}
#hero .data {
  width: 100%;
  max-width: 1400px;
  height: 600px;
}
#hero .data .hero-item {
  display: flex;
  height: 100%;
  position: relative;
}
#hero .data .hero-item .hero-item-medium {
  width: 100%;
}
#hero .data .hero-item .hero-item-text {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 50%;
  padding: 40px 60px;
  background-color: hsl(208, 100%, 24%);
}
#hero .data .hero-item .hero-item-text h1,
#hero .data .hero-item .hero-item-text .h1 {
  font-size: 32px;
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
#hero .data .hero-item .hero-item-text h1:after,
#hero .data .hero-item .hero-item-text .h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
#hero .data .hero-item .hero-item-text h3,
#hero .data .hero-item .hero-item-text .h3 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
#hero .data .hero-item.hero-item-type-image .hero-item-medium {
  background-size: cover;
  background-position: center center;
}
#hero .data .hero-item.hero-item-type-video .hero-item-medium video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#hero .data.slider {
  position: relative;
}
#hero .data.slider .slider-items {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hero .data.slider .hero-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero .data.slider:not(.slider-initialized) .hero-item:not(:first-child) {
  display: none;
}
#hero .data.slider.slider-initialized .hero-item {
  display: none;
}
#hero .data.slider.slider-initialized .hero-item.slider-current {
  display: flex;
  z-index: 10;
}
#hero .data.slider.slider-toleft .hero-item.slider-current {
  display: flex;
  transform: translateX(0);
}
#hero .data.slider.slider-toleft .hero-item.slider-current.slider-slide {
  transition: transform 0.6s ease-in-out;
  transition-timing-function: ease-in-out;
  transform: translateX(-100%);
}
#hero .data.slider.slider-toleft .hero-item.slider-next {
  display: flex;
  transform: translateX(100%);
}
#hero .data.slider.slider-toleft .hero-item.slider-next.slider-slide {
  transition: transform 0.6s ease-in-out;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
}
#hero .data.slider.slider-toright .hero-item.slider-current {
  display: flex;
  transform: translateX(0);
}
#hero .data.slider.slider-toright .hero-item.slider-current.slider-slide {
  transition: transform 0.6s ease-in-out;
  transition-timing-function: ease-in-out;
  transform: translateX(100%);
}
#hero .data.slider.slider-toright .hero-item.slider-next {
  display: flex;
  transform: translateX(-100%);
}
#hero .data.slider.slider-toright .hero-item.slider-next.slider-slide {
  transition: transform 0.6s ease-in-out;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
}
#hero .data.slider .slider-nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
}
#hero .data.slider .slider-nav.slider-nav-prev {
  padding-right: 40px;
  left: -80px;
}
#hero .data.slider .slider-nav.slider-nav-next {
  padding-left: 40px;
  right: -80px;
}
#hero .data.slider .slider-pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  justify-content: center;
}
#hero .data.slider .slider-pager > li:not(:first-child) {
  padding-left: 8px;
}
#hero .data.slider .slider-pager a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
#hero .data.slider .slider-pager a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#hero .data.slider .slider-pager li.active a:before {
  background: hsl(208, 100%, 56%);
}
#hero .data.slider:focus .slider-nav,
#hero .data.slider:hover .slider-nav {
  display: block;
}
#hero .content-teaser-banner-header {
  position: absolute;
  right: -100vw;
  top: 420px;
  transform: none;
  transition: right 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 95;
}
#hero .content-teaser-banner-header p {
  text-align: right;
}
#hero .content-teaser-banner-header.active {
  transform: none;
  right: 30px;
}
@media only screen and (max-width: 1679px) {
  #hero .data {
    max-width: 1000px;
    height: 500px;
  }
  #hero .data .hero-item .hero-item-text {
    width: 65%;
  }
  #hero .data .hero-item .hero-item-text h1,
  #hero .data .hero-item .hero-item-text .h1 {
    font-size: 28px;
  }
  #hero .data .hero-item .hero-item-text h3,
  #hero .data .hero-item .hero-item-text .h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1279px) {
  #hero .data {
    max-width: 800px;
    height: 400px;
  }
  #hero .data .hero-item .hero-item-text {
    width: 75%;
    padding: 30px 40px;
  }
  #hero .data .hero-item .hero-item-text h1,
  #hero .data .hero-item .hero-item-text .h1 {
    font-size: 24px;
  }
  #hero .data .hero-item .hero-item-text h3,
  #hero .data .hero-item .hero-item-text .h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  #hero {
    padding-top: 140px;
  }
  #hero .data {
    max-width: none;
  }
  #hero .data .hero-item .hero-item-text {
    width: 60%;
    padding-left: 80px;
  }
  #hero .data .hero-item .hero-item-text h1,
  #hero .data .hero-item .hero-item-text .h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #hero .data .hero-item .hero-item-text h3,
  #hero .data .hero-item .hero-item-text .h3 {
    font-size: 14px;
  }
  #hero .data.slider .slider-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 879px) {
  #hero .data .hero-item .hero-item-text {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 599px) {
  #hero .data .hero-item .hero-item-text {
    width: 75%;
  }
}
@media only screen and (max-width: 459px) {
  #hero .data .hero-item .hero-item-text {
    width: 90%;
    padding-left: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #hero .data .hero-item .hero-item-text h1,
  #hero .data .hero-item .hero-item-text .h1 {
    font-size: 18px;
  }
  #hero .data .hero-item .hero-item-text h3,
  #hero .data .hero-item .hero-item-text .h3 {
    font-size: 12px;
  }
}
/* Content */
.content-teaser {
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  max-width: none;
  width: 100%;
  padding-top: 200px;
  margin-bottom: 120px;
}
.content-teaser .content-teaser-banner-header {
  position: absolute;
  right: -100vw;
  top: 420px;
  transform: none;
  transition: right 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 95;
}
.content-teaser .content-teaser-banner-header p {
  text-align: right;
}
.content-teaser .content-teaser-banner-header.active {
  transform: none;
  right: 30px;
}
#hero + .content-teaser {
  padding-top: 40px;
}
.hero.hero-scrolled + .content-teaser {
  position: relative;
  z-index: 51;
}
@media only screen and (max-width: 1679px) {
  .content-teaser .content-teaser-banner-header {
    top: 380px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-teaser {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .content-teaser .content-teaser-banner-header {
    top: 280px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-teaser {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-teaser {
    padding-top: 120px;
  }
  .content-teaser .content-teaser-banner-header {
    top: 150px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-teaser {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-teaser {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 459px) {
  .content-teaser .content-teaser-banner-header {
    display: flex;
    justify-content: center;
    left: auto;
    right: -100vw;
  }
  .content-teaser .content-teaser-banner-header.active {
    right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 409px) {
  .content-teaser {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-search {
  /* Overwrite the two right buttons if there is an expand or condense function */
}
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon-expandable span.btn,
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon-condensable span.btn,
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon-expandable + li span.btn,
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon-condensable + li span.btn {
  border-radius: 0.25rem;
}
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon-expandable span.btn,
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon-condensable span.btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon-expandable + li span.btn,
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon-condensable + li span.btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon {
  opacity: 0.75;
}
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon-expandable,
.content-search .teaser-header-intro .teaser-header-icons .teaser-icon-condensable {
  margin-left: 0.5rem;
}
.content-search .teaser-header-intro .teaser-header-icons li:not(:first-child) {
  padding-left: 0px;
}
.content-search .teaser-header h1:after,
.content-search .teaser-header .h1:after {
  display: none;
}
.content-search .teaser-container {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
  width: calc(100% + 20px + 20px);
  flex-basis: auto;
}
.content-search .teaser-container .teaser-meta {
  display: flex;
}
.content-search .teaser-container .teaser-meta .teaser-meta-base {
  flex: 1;
}
.content-search .teaser-container .teaser-meta .teaser-meta-base .teaser-meta-line2 span {
  margin-left: 0.25rem;
  opacity: 0.75;
}
.content-search .teaser {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  width: 470px;
  height: 320px;
  margin: 20px;
  color: hsl(0, 0%, 100%);
  background: rgba(0, 86, 162, 0.3);
  box-shadow: 0 20px 40px 0 hsla(0, 0%, 0%, 0.1);
}
.content-search .teaser .teaser-textimage {
  padding-bottom: 0;
  margin-bottom: 13.5px;
}
.content-search .teaser .teaser-textimage .teaser-textimage-base {
  flex-grow: 1;
}
.content-search .teaser.disabled {
  opacity: 0.5;
}
.content-search .teaser-container.list {
  margin: 0;
}
.content-search .teaser-container.list .teaser {
  width: 100%;
  height: 80px;
  margin: 5px;
  border-radius: 0.25rem;
  display: flex;
  padding: 0 10px 0 30px;
  flex-direction: row;
}
.content-search .teaser-container.list .teaser .list-item-heading {
  order: 1;
  display: flex;
  align-items: center;
  padding-right: 20px;
  flex-grow: 1;
}
.content-search .teaser-container.list .teaser .list-item-heading > div:first-child {
  display: none;
}
.content-search .teaser-container.list .teaser .list-item-heading h3,
.content-search .teaser-container.list .teaser .list-item-heading .h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  max-width: 600px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-search .teaser-container.list .teaser .list-item-image {
  order: 2;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.content-search .teaser-container.list .teaser .list-item-image .teaser-textimage {
  bottom: 0.9rem;
  right: 0.9rem;
  padding: 0;
  margin: 0;
  height: auto;
}
.content-search .teaser-container.list .teaser .list-item-image .teaser-textimage .teaser-textimage-base {
  display: none;
}
.content-search .teaser-container.list .teaser .list-item-image .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
  margin-left: 0;
  width: 3.75rem;
  height: 3.75rem;
}
.content-search .teaser-container.list .teaser .list-item-image .teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-placeholder {
  background-size: contain;
}
.content-search .teaser-container.list .teaser .list-item-image .teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-company {
  padding: 0.25rem;
}
.content-search .teaser-container.list .teaser .list-item-meta {
  order: 3;
  width: 420px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.content-search .teaser-container.list .teaser .list-item-meta h2,
.content-search .teaser-container.list .teaser .list-item-meta .h2 {
  font-size: 75%;
  color: hsla(0, 0%, 100%, 0.75);
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-search .teaser-container.list .teaser .list-item-meta > div {
  display: flex;
  flex-direction: column;
  justify-content: top;
  height: 40px;
}
.content-search .teaser-container.list .teaser .list-item-meta > div:nth-child(1) {
  width: 220px;
}
.content-search .teaser-container.list .teaser .list-item-meta > div:nth-child(1) > div:nth-child(2) {
  display: block;
}
.content-search .teaser-container.list .teaser .list-item-meta > div:nth-child(2) {
  width: 200px;
}
.content-search .teaser-container.list .teaser .list-item-meta > div > div:nth-child(2) {
  margin-top: 5px;
}
.content-search .teaser-container.list .teaser .list-item-meta > div > div {
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* Prevent text from wrapping */
  overflow: hidden;
  display: flex;
}
.content-search .teaser-container.list .teaser .list-item-meta > div > div ul.list-item-icons li {
  margin-right: 5px;
}
.content-search .teaser-container.list .teaser .list-item-meta > div > div ul.list-item-icons:nth-child(1) {
  margin-right: 5px;
}
.content-search .teaser-container.list .teaser .list-item-meta > div > div ul.list-item-icons:nth-child(2) {
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  padding-left: 10px;
}
.content-search .teaser-container.list .teaser .list-item-meta > div ul.list-item-icons .teaser-icon span {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.content-search .teaser-container.list .teaser .list-item-meta > div:first-child {
  padding-right: 10px;
}
.content-search .teaser-container.list .teaser .list-item-icons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  order: 4;
}
.content-search .teaser-container.list .teaser .list-item-icons > li:not(:first-child) {
  padding-left: 0;
}
.content-search .teaser-container.list .teaser .list-item-icons span {
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.content-search .teaser-container.list .teaser .list-item-icons span.light {
  color: rgba(255, 255, 255, 0.5);
}
.content-search .teaser-container.list .teaser .list-item-icons span.btn {
  margin-left: 10px;
  background-color: hsla(208, 100%, 56%, 0.2);
}
.content-search .teaser-container.list .teaser .list-item-icons span.btn i {
  width: auto;
  margin: 0;
}
.content-search .teaser-container.list .teaser .list-item-icons span.btn-light {
  background-color: hsla(208, 100%, 56%, 0.1);
}
.content-search .teaser-container .result-list-banner-container {
  height: 0;
}
.content-search .teaser-container.condensed {
  margin: -5px;
  width: calc(100% + 5px + 5px);
}
.content-search .teaser-container.condensed .teaser {
  position: relative;
  width: 320px;
  height: 150px;
  margin: 4.99px;
}
.content-search .teaser-container.condensed .teaser .teaser-header h1,
.content-search .teaser-container.condensed .teaser .teaser-header .h1 {
  font-size: 1rem;
  padding-right: 90px;
  line-height: 1.2;
}
.content-search .teaser-container.condensed .teaser .teaser-meta {
  margin-top: 0;
  margin-bottom: 0.9rem;
  padding-right: 90px;
}
.content-search .teaser-container.condensed .teaser .teaser-meta .teaser-meta-base {
  font-size: 0.625rem;
}
.content-search .teaser-container.condensed .teaser .teaser-textimage {
  position: absolute;
  bottom: 0.9rem;
  right: 0.9rem;
  padding: 0;
  margin: 0;
  height: auto;
}
.content-search .teaser-container.condensed .teaser .teaser-textimage .teaser-textimage-base {
  display: none;
}
.content-search .teaser-container.condensed .teaser .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
  margin-left: 0;
  width: 3.75rem;
  height: 3.75rem;
}
.content-search .teaser-container.condensed .teaser .teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-placeholder {
  background-size: contain;
}
.content-search .teaser-container.condensed .teaser .teaser-textimage .teaser-textimage-additional .teaser-textimage-image.teaser-textimage-image-company {
  padding: 0.25rem;
}
.content-search .teaser-container:not(.condensed) .teaser-textimage-hasbackgroundimage {
  position: relative;
}
.content-search .teaser-container:not(.condensed) .teaser-textimage-hasbackgroundimage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}
.content-search .teaser-container:not(.condensed) .teaser-textimage-hasbackgroundimage .teaser-textimage-base,
.content-search .teaser-container:not(.condensed) .teaser-textimage-hasbackgroundimage .teaser-textimage-additional {
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .content-search .teaser-container {
    margin: -18px;
    width: calc(100% + 18px + 18px);
  }
  .content-search .teaser {
    width: 423px;
    height: 288px;
    margin: 18px;
  }
  .content-search .teaser-container.condensed {
    margin: -4px -4px -5px -5px;
    width: calc(100% + 5px + 4px);
  }
  .content-search .teaser-container.condensed .teaser {
    width: 288px;
    height: 135px;
    margin: 4px 4px 5px 5px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-search .teaser-container {
    margin: -16px;
    width: calc(100% + 16px + 16px);
  }
  .content-search .teaser {
    width: 376px;
    height: 256px;
    margin: 16px;
  }
  .content-search .teaser-container.condensed {
    margin: -4px;
    width: calc(100% + 4px + 4px);
  }
  .content-search .teaser-container.condensed .teaser {
    width: 256px;
    height: 120px;
    margin: 4px;
  }
  .content-search .teaser-container.list .teaser {
    height: 120px;
    flex-wrap: wrap;
  }
  .content-search .teaser-container.list .teaser .list-item-heading h3,
  .content-search .teaser-container.list .teaser .list-item-heading .h3 {
    max-width: 340px;
  }
  .content-search .teaser-container.list .teaser .list-item-meta {
    order: 4;
    width: 100%;
  }
  .content-search .teaser-container.list .teaser .list-item-meta > div {
    width: 50%;
  }
  .content-search .teaser-container.list .teaser .list-item-icons {
    order: 3;
  }
  .content-search .teaser-container.list:not(.condensed) {
    width: 100%;
  }
  .content-search .teaser-container:not(.condensed) {
    width: 408px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-search .teaser .teaser-header .teaser-icon-expandable {
    display: none;
  }
  .content-search .teaser-header-intro .teaser-header-icons .teaser-icon-expandable + li span.btn {
    border-radius: 1em;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .content-search .teaser-container .result-list-banner-container {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .content-search .teaser-container .result-list-banner-container.result-list-banner-container-noresults {
    justify-content: left;
  }
  .content-search .teaser-container .result-list-banner-container .banner {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .content-search .teaser-container {
    margin: -18px;
    width: calc(100% + 18px + 18px);
  }
  .content-search .teaser {
    width: 423px;
    height: 288px;
    margin: 18px;
  }
  .content-search .teaser-container.condensed {
    margin: -4px -4px -5px -5px;
    width: calc(100% + 5px + 4px);
  }
  .content-search .teaser-container.condensed .teaser {
    width: 288px;
    height: 135px;
    margin: 4px 4px 5px 5px;
  }
  .content-search .teaser-container:not(.condensed):not(.list) {
    width: 459px;
  }
  .content-search .teaser-container.condensed {
    margin: -4px -4px -5px -5px;
    width: calc(100% + 4px + 5px);
  }
}
@media only screen and (max-width: 767px) {
  .content-search .teaser-container.list .teaser {
    height: 80px;
  }
  .content-search .teaser-container.list .teaser .list-item-heading {
    max-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .content-search .teaser-container.list .teaser .list-item-heading > div:first-child {
    display: block;
  }
  .content-search .teaser-container.list .teaser .list-item-heading h3,
  .content-search .teaser-container.list .teaser .list-item-heading .h3 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
  }
  .content-search .teaser-container.list .teaser .list-item-image,
  .content-search .teaser-container.list .teaser .list-item-meta {
    display: none;
  }
  .content-search .teaser-container:not(.condensed):not(.list) {
    width: 369px;
  }
  .content-search .teaser-container:not(.condensed):not(.list) .teaser {
    width: 333px;
  }
  .content-search .teaser-container .result-list-banner-container.result-list-banner-container-noresults {
    justify-content: center;
  }
  .content-search .teaser-container .result-list-banner-container .sbz2-mobile-leaderboard {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 409px) {
  .content-search .teaser-container {
    margin: -16px;
    width: calc(100% + 16px + 16px);
  }
  .content-search .teaser {
    width: 376px;
    height: 256px;
    margin: 16px;
  }
  .content-search .teaser-container.condensed {
    margin: -4px;
    width: calc(100% + 4px + 4px);
  }
  .content-search .teaser-container.condensed .teaser {
    width: 256px;
    height: 120px;
    margin: 4px;
  }
  .content-search .teaser-container.list .teaser {
    height: 80px;
  }
  .content-search .teaser-container.list .teaser .list-item-heading {
    max-width: 170px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .content-search .teaser-container.list .teaser .list-item-heading > div:first-child {
    display: block;
  }
  .content-search .teaser-container.list .teaser .list-item-heading h3,
  .content-search .teaser-container.list .teaser .list-item-heading .h3 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
  }
  .content-search .teaser-container.list .teaser .list-item-image,
  .content-search .teaser-container.list .teaser .list-item-meta {
    display: none;
  }
  .content-search .teaser-container:not(.condensed):not(.list) {
    width: 328px;
  }
  .content-search .teaser-container:not(.condensed):not(.list) .teaser {
    width: 296px;
  }
}
.content-search-exhibitor .teaser-detail,
.content-search-presskit .teaser-detail,
.content-search-v2-container-digital .teaser-detail {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  width: 980px;
  height: 320px;
  margin: 20px;
  color: hsl(0, 0%, 100%);
  background: rgba(0, 86, 162, 0.3);
  box-shadow: 0 20px 40px 0 hsla(0, 0%, 0%, 0.1);
}
.content-search-exhibitor .teaser-detail .teaser-image,
.content-search-presskit .teaser-detail .teaser-image,
.content-search-v2-container-digital .teaser-detail .teaser-image {
  width: 320px;
  height: auto;
  margin-top: 0;
}
.content-search-exhibitor .teaser-detail .teaser-data,
.content-search-presskit .teaser-detail .teaser-data,
.content-search-v2-container-digital .teaser-detail .teaser-data {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  /* see https://css-tricks.com/flexbox-truncated-text/ */
}
.content-search-exhibitor .teaser-detail .teaser-data .teaser-textimage,
.content-search-presskit .teaser-detail .teaser-data .teaser-textimage,
.content-search-v2-container-digital .teaser-detail .teaser-data .teaser-textimage {
  margin-bottom: 15px;
}
.content-search-exhibitor .teaser-detail .teaser-data .teaser-textimage .teaser-call2action,
.content-search-presskit .teaser-detail .teaser-data .teaser-textimage .teaser-call2action,
.content-search-v2-container-digital .teaser-detail .teaser-data .teaser-textimage .teaser-call2action {
  text-align: right;
}
.content-search-exhibitor .teaser-container.condensed .teaser-detail,
.content-search-presskit .teaser-container.condensed .teaser-detail,
.content-search-v2-container-digital .teaser-container.condensed .teaser-detail {
  margin: 5px;
}
@media only screen and (max-width: 1919px) {
  .content-search-exhibitor .teaser-detail,
  .content-search-presskit .teaser-detail {
    width: 882px;
    height: 288px;
    margin: 18px;
  }
  .content-search-exhibitor .teaser-detail .teaser-image,
  .content-search-presskit .teaser-detail .teaser-image {
    width: 288px;
  }
  .content-search-exhibitor .teaser-container.condensed .teaser-detail,
  .content-search-presskit .teaser-container.condensed .teaser-detail {
    margin: 4px 4px 5px 5px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-search-exhibitor .teaser-detail,
  .content-search-presskit .teaser-detail {
    width: 784px;
    height: 256px;
    margin: 16px;
  }
  .content-search-exhibitor .teaser-detail .teaser-image,
  .content-search-presskit .teaser-detail .teaser-image {
    width: 256px;
  }
  .content-search-exhibitor .teaser-container.condensed .teaser-detail,
  .content-search-presskit .teaser-container.condensed .teaser-detail {
    margin: 4px;
  }
  .content-search-exhibitor .teaser-detail,
  .content-search-presskit .teaser-detail {
    width: 520px;
    transform: translateX(-72px);
  }
  .content-search-exhibitor .teaser-container.condensed .teaser-detail,
  .content-search-presskit .teaser-container.condensed .teaser-detail {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 1366px) {
  .content-search-exhibitor .teaser-detail,
  .content-search-presskit .teaser-detail {
    display: none;
  }
}
.content-search-session .teaser-detail {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 980px;
  margin: 20px;
  color: hsl(0, 0%, 100%);
  background: rgba(0, 86, 162, 0.3);
  box-shadow: 0 20px 40px 0 hsla(0, 0%, 0%, 0.1);
}
.content-search-session .teaser-detail .teaser-header {
  margin-bottom: 1rem;
}
.content-search-session .teaser-detail .teaser-header h1,
.content-search-session .teaser-detail .teaser-header .h1 {
  padding-bottom: 0;
}
.content-search-session .teaser-detail .teaser-description-preview {
  padding: 0 1.25rem;
}
.content-search-session .teaser-detail .teaser-description-preview p {
  font-size: 0.875rem;
  max-width: 600px;
}
.content-search-session .teaser-detail .teaser-talk-container {
  display: flex;
  flex-wrap: wrap;
}
.content-search-session .teaser-detail .teaser-talk-container li {
  display: flex;
  flex-basis: 33.33%;
  padding: 1.1875rem 1.25rem;
}
.content-search-session .teaser-detail .teaser-talk-container .teaser-talk {
  display: flex;
  flex-basis: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
.content-search-session .teaser-detail .teaser-talk-container .teaser-talk p {
  flex-basis: 4rem;
  margin-bottom: 0;
  line-height: 125%;
  font-size: 87.5%;
}
.content-search-session .teaser-detail .teaser-talk-container .teaser-talk h3,
.content-search-session .teaser-detail .teaser-talk-container .teaser-talk .h3 {
  flex: 1;
  font-weight: 600;
  font-size: 87.5%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-search-session .teaser-container.condensed .teaser-detail {
  margin: 5px;
}
@media only screen and (max-width: 1919px) {
  .content-search-session .teaser-detail {
    width: 882px;
    margin: 18px;
  }
  .content-search-session .teaser-container.condensed .teaser-detail {
    margin: 4px 4px 5px 5px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-search-session .teaser-detail {
    width: 784px;
    margin: 16px;
  }
  .content-search-session .teaser-container.condensed .teaser-detail {
    margin: 4px;
  }
  .content-search-session .teaser-detail {
    width: 520px;
    transform: translateX(-72px);
  }
  .content-search-session .teaser-detail .teaser-talk-container li {
    flex-basis: 50%;
  }
  .content-search-session .teaser-container.condensed .teaser-detail {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 1366px) {
  .content-search-session .teaser-detail {
    display: none;
  }
}
.content-detail h4,
.content-detail .h4 {
  font-weight: 700;
}
.content-detail h4:not(:first-child),
.content-detail .h4:not(:first-child) {
  margin-top: 5rem;
}
.content-detail .content-detail-text-block dt {
  width: 100%;
  font-size: 75%;
  color: hsla(0, 0%, 100%, 0.75);
  padding-right: 0;
}
.content-detail .content-detail-text-block dd {
  width: 100%;
  margin-bottom: 1rem;
}
.content-detail .content-detail-texticon-block dt {
  width: calc(100% - 2rem);
  font-weight: 400;
  padding-top: 0.35rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
.content-detail .content-detail-texticon-block dd {
  width: 2rem;
  margin-bottom: 0.5rem;
}
.content-detail .content-detail-socialmedia-block > li:not(:first-child) {
  padding-left: 0rem;
}
.content-detail .content-detail-socialmedia-block > li {
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}
.content-detail .content-detail-socialmedia-block a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid hsl(208, 100%, 56%);
  border-radius: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}
.content-detail .content-detail-main .content-detail-socialmedia-block a {
  color: hsl(208, 100%, 56%);
}
.content-detail .content-detail-main .content-detail-back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-150%);
}
.content-detail .teaser-container {
  display: flex;
  flex-direction: column;
  margin: -10px 0;
}
.content-detail .teaser-container .teaser {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: 230px;
  margin: 10px 0;
  color: hsl(0, 0%, 100%);
  background: rgba(0, 86, 162, 0.3);
  box-shadow: 0 20px 40px 0 hsla(0, 0%, 0%, 0.1);
}
.content-detail .teaser-container .teaser-data,
.content-detail .teaser-container .teaser-hover {
  display: flex;
}
.content-detail .teaser-container .teaser-hover {
  flex-direction: column;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.content-detail .teaser-container .teaser-header {
  height: 54px;
  padding: 0 12px;
  margin-top: 12px;
}
.content-detail .teaser-container .teaser-header .teaser-header-intro h2,
.content-detail .teaser-container .teaser-header .teaser-header-intro .h2 {
  font-size: 62.5%;
  padding-bottom: 0;
}
.content-detail .teaser-container .teaser-header .teaser-header-intro h2:after,
.content-detail .teaser-container .teaser-header .teaser-header-intro .h2:after {
  content: none;
}
.content-detail .teaser-container .teaser-header .teaser-header-intro .teaser-header-icons {
  display: none;
}
.content-detail .teaser-container .teaser-header h1,
.content-detail .teaser-container .teaser-header .h1 {
  font-size: 87.5%;
  line-height: 112.5%;
}
.content-detail .teaser-container .teaser-meta {
  height: 32px;
  margin-top: 12px;
  padding: 0 12px;
}
.content-detail .teaser-container .teaser-meta .teaser-meta-base {
  font-size: 62.5%;
}
.content-detail .teaser-container .teaser-textimage {
  margin-top: 12px;
  padding: 0 12px;
  height: 92px;
}
.content-detail .teaser-container .teaser-textimage .teaser-textimage-base .teaser-textimage-teaser {
  font-size: 68.75%;
}
.content-detail .teaser-container .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
  border-radius: 0.25rem;
  width: 92px;
  height: 92px;
}
.content-detail .teaser-container .teaser-image {
  height: 108px;
  margin-top: 12px;
}
.content-detail .teaser-container .teaser-text {
  margin-top: 12px;
  padding: 0 12px;
  height: 50px;
}
.content-detail .teaser-container .teaser-text.teaser-text-full {
  height: 96px;
}
.content-detail .teaser-container .teaser-text .teaser-text-base {
  padding-top: 0;
}
.content-detail .teaser-container .teaser-text .teaser-text-base p {
  font-size: 75%;
}
.content-detail .teaser-container .teaser-call2action {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 12px;
}
.content-detail .teaser-container .teaser-call2action span.btn {
  padding: 0 1em;
  font-size: 81.25%;
  font-weight: 600;
  line-height: 250%;
}
.content-detail .teaser-container.teaser-container-default-unspecific .teaser .teaser-data {
  flex-direction: column;
}
.content-detail .teaser-container.teaser-container-default-unspecific .teaser:focus,
.content-detail .teaser-container.teaser-container-default-unspecific .teaser:hover {
  height: 300px;
}
.content-detail .teaser-container.teaser-container-default-unspecific .teaser:focus .teaser-hover,
.content-detail .teaser-container.teaser-container-default-unspecific .teaser:hover .teaser-hover {
  height: auto;
  visibility: visible;
}
.content-detail .teaser-container.teaser-container-info .teaser .teaser-data {
  flex-direction: column;
}
.content-detail .teaser-container.teaser-container-emotion .teaser {
  height: 280px;
}
.content-detail .teaser-container.teaser-container-emotion .teaser .teaser-data {
  flex-direction: column;
}
.content-detail .teaser-container.teaser-container-emotion .teaser .teaser-data .teaser-image {
  height: 200px;
  margin-top: 0;
}
.content-detail .teaser-container.teaser-container-emotion .teaser:focus,
.content-detail .teaser-container.teaser-container-emotion .teaser:hover {
  height: 385px;
}
.content-detail .teaser-container.teaser-container-emotion .teaser:focus .teaser-hover,
.content-detail .teaser-container.teaser-container-emotion .teaser:hover .teaser-hover {
  height: auto;
  visibility: visible;
}
.content-detail .teaser-container.teaser-container-condensed {
  margin: -5px 0;
}
.content-detail .teaser-container.teaser-container-condensed .teaser {
  height: 80px;
  margin: 5px 0;
  transition: height 0.2s ease-in-out;
}
.content-detail .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action:focus,
.content-detail .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action:hover {
  height: 234px;
}
.content-detail .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action teaser-call2action {
  margin-top: 15px;
}
.content-detail .teaser-container.teaser-container-condensed .teaser .teaser-data .teaser-header {
  flex: 1;
  min-width: 0;
  height: 70px;
}
.content-detail .teaser-container.teaser-container-condensed .teaser .teaser-data .teaser-image {
  margin-top: 0;
  width: 80px;
  height: 80px;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
}
.content-detail .teaser-container.teaser-container-condensed .teaser .teaser-hover .teaser-meta {
  margin-top: 0;
}
.content-detail .teaser-container.teaser-container-condensed .teaser:focus,
.content-detail .teaser-container.teaser-container-condensed .teaser:hover {
  height: 185px;
}
.content-detail .teaser-container.teaser-container-condensed .teaser:focus .teaser-data .teaser-image,
.content-detail .teaser-container.teaser-container-condensed .teaser:hover .teaser-data .teaser-image {
  width: 56px;
  height: 56px;
  margin: 12px;
}
.content-detail .teaser-container.teaser-container-condensed .teaser:focus .teaser-hover,
.content-detail .teaser-container.teaser-container-condensed .teaser:hover .teaser-hover {
  height: auto;
  visibility: visible;
}
.content-detail .teaser-container.teaser-container-contactperson.teaser-container-contactperson-extended .teaser:focus,
.content-detail .teaser-container.teaser-container-contactperson.teaser-container-contactperson-extended .teaser:hover {
  height: 170px;
}
.content-detail .teaser-container.teaser-container-contactperson.teaser-container-contactperson-extended .teaser .teaser-contactdata {
  height: 70px;
}
.content-detail .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata {
  padding: 0 12px;
  font-size: 75%;
  height: 40px;
}
.content-detail .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata a {
  line-height: 150%;
  color: #FFFFFF;
}
.content-detail .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata a i {
  color: hsl(208, 100%, 56%);
  margin-right: 0.5rem;
}
.content-detail .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-detail .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata ul.teaser-container-contactperson-socialmedia {
  margin-top: 10px;
  font-size: 150%;
}
.content-detail .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata ul.teaser-container-contactperson-socialmedia > li:not(:first-child) {
  padding-left: 0.5rem;
}
.content-detail .teaser-container.teaser-container-contactperson .teaser:focus,
.content-detail .teaser-container.teaser-container-contactperson .teaser:hover {
  height: 130px;
}
.content-detail .teaser-container.teaser-container-speaker .teaser .teaser-speakerdata {
  padding: 0 12px;
  font-size: 75%;
  height: 40px;
}
.content-detail .teaser-container.teaser-container-speaker .teaser:focus,
.content-detail .teaser-container.teaser-container-speaker .teaser:hover {
  height: 130px;
}
@media only screen and (max-width: 1599px) {
  .content-detail .teaser-container .teaser {
    height: 205px;
  }
  .content-detail .teaser-container .teaser-header {
    height: 48px;
    padding: 0 11px;
    margin-top: 11px;
  }
  .content-detail .teaser-container .teaser-meta {
    height: 28px;
    margin-top: 11px;
    padding: 0 11px;
  }
  .content-detail .teaser-container .teaser-textimage {
    margin-top: 11px;
    padding: 0 11px;
    height: 82px;
  }
  .content-detail .teaser-container .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 82px;
    height: 82px;
  }
  .content-detail .teaser-container .teaser-image {
    height: 96px;
    margin-top: 11px;
  }
  .content-detail .teaser-container .teaser-text {
    margin-top: 11px;
    padding: 0 11px;
    height: 44px;
  }
  .content-detail .teaser-container .teaser-text.teaser-text-full {
    height: 82px;
  }
  .content-detail .teaser-container.teaser-container-default-unspecific .teaser:focus,
  .content-detail .teaser-container.teaser-container-default-unspecific .teaser:hover {
    height: 267px;
  }
  .content-detail .teaser-container.teaser-container-emotion .teaser {
    height: 249px;
  }
  .content-detail .teaser-container.teaser-container-emotion .teaser .teaser-data .teaser-image {
    height: 178px;
  }
  .content-detail .teaser-container.teaser-container-emotion .teaser:focus,
  .content-detail .teaser-container.teaser-container-emotion .teaser:hover {
    height: 342px;
  }
  .content-detail .teaser-container.teaser-container-condensed .teaser {
    height: 71px;
  }
  .content-detail .teaser-container.teaser-container-condensed .teaser .teaser-data .teaser-header {
    height: 62px;
  }
  .content-detail .teaser-container.teaser-container-condensed .teaser .teaser-data .teaser-image {
    width: 71px;
    height: 71px;
  }
  .content-detail .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action:focus,
  .content-detail .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action:hover {
    height: 207px;
  }
  .content-detail .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action teaser-call2action {
    margin-top: 15px;
  }
  .content-detail .teaser-container.teaser-container-condensed .teaser:focus,
  .content-detail .teaser-container.teaser-container-condensed .teaser:hover {
    height: 164px;
  }
  .content-detail .teaser-container.teaser-container-condensed .teaser:focus .teaser-data .teaser-image,
  .content-detail .teaser-container.teaser-container-condensed .teaser:hover .teaser-data .teaser-image {
    width: 49px;
    height: 49px;
    margin: 11px;
  }
  .content-detail .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata {
    padding: 0 11px;
    height: 36px;
  }
  .content-detail .teaser-container.teaser-container-contactperson .teaser:focus,
  .content-detail .teaser-container.teaser-container-contactperson .teaser:hover {
    height: 116px;
  }
  .content-detail .teaser-container.teaser-container-speaker .teaser .teaser-speakerdata {
    padding: 0 11px;
    height: 36px;
  }
  .content-detail .teaser-container.teaser-container-speaker .teaser:focus,
  .content-detail .teaser-container.teaser-container-speaker .teaser:hover {
    height: 116px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-detail .content-detail-main .content-detail-back {
    display: block;
  }
}
@media only screen and (max-width: 409px) {
  .content-detail .content-detail-main .content-detail-back {
    top: 5px;
  }
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser {
  height: auto;
  background: none;
  box-shadow: none;
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-data {
  height: auto;
  flex-direction: column;
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-data .teaser-header {
  height: auto;
  padding: 0;
  margin-top: 0;
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-data .teaser-header .teaser-header-intro h2,
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-data .teaser-header .teaser-header-intro .h2 {
  color: hsl(0, 0%, 48%);
  margin-bottom: 0.25rem;
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-data .teaser-header h1,
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-data .teaser-header .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  font-size: inherit;
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-data .teaser-header h1:after,
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-data .teaser-header .h1:after {
  content: none;
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-hover {
  height: auto;
  visibility: visible;
  padding-top: 0.25rem;
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-hover .teaser-contactdata {
  padding: 0;
  font-size: inherit;
  height: auto;
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser .teaser-hover .teaser-contactdata a {
  color: hsl(208, 100%, 56%);
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser:focus,
.content-detail .content-detail-main .teaser-container-contactperson .teaser:hover {
  height: auto;
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser:focus .teaser-data .teaser-image,
.content-detail .content-detail-main .teaser-container-contactperson .teaser:hover .teaser-data .teaser-image {
  width: 71px;
  height: 71px;
  margin: 0;
}
.content-detail .content-detail-main .teaser-container-contactperson .teaser + .teaser {
  margin-top: 2rem;
}
.content-detail .content-detail-related .content-detail-back {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.content-detail .content-detail-related .teaser-nav {
  display: none;
  position: absolute;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  transform: translateY(-50%);
  background: hsla(208, 100%, 56%, 0.5);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}
.content-detail .content-detail-related .teaser-nav.teaser-nav-prev {
  left: 30px;
}
.content-detail .content-detail-related .teaser-nav.teaser-nav-next {
  right: 30px;
}
.content-detail .content-detail-related .teaser-information {
  padding: 20px;
  color: hsl(0, 0%, 100%);
  background: rgba(0, 86, 162, 0.3);
  box-shadow: 0 20px 40px 0 hsla(0, 0%, 0%, 0.1);
}
.content-detail .content-detail-related .teaser-information h5,
.content-detail .content-detail-related .teaser-information .h5 {
  font-weight: bold;
}
.content-detail .content-detail-related .teaser-information li {
  overflow-wrap: break-word;
}
.content-detail .content-detail-related .teaser-information > *:last-child {
  margin-bottom: 0;
}
.content-detail .content-detail-related .teaser-information > *:last-child dd:last-child {
  margin-bottom: 0;
}
.content-detail .content-detail-related .teaser-information-link {
  display: inline-block;
  padding: 20px;
  color: hsl(0, 0%, 100%);
}
.content-detail .content-detail-related .teaser-information-link i {
  margin-right: 0.5rem;
}
.content-detail .content-detail-related .banner-container {
  margin-top: 5rem;
}
@media only screen and (max-width: 1199px) {
  .content-detail .content-detail-related .teaser-container .teaser {
    width: 296px;
    height: 205px;
  }
  .content-detail .content-detail-related .teaser-container .teaser .teaser-hover {
    height: auto;
    visibility: visible;
  }
  .content-detail .content-detail-related .teaser-container .teaser-header {
    height: 48px;
    padding: 0 11px;
    margin-top: 11px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-meta {
    height: 28px;
    margin-top: 11px;
    padding: 0 11px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-textimage {
    margin-top: 11px;
    padding: 0 11px;
    height: 82px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 82px;
    height: 82px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-image {
    height: 96px;
    margin-top: 11px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-text {
    margin-top: 11px;
    padding: 0 11px;
    height: 44px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-text.teaser-text-full {
    height: 82px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-default-unspecific .teaser {
    height: 267px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-emotion .teaser {
    height: 342px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed .teaser {
    height: 164px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action {
    height: 164px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action .teaser-call2action {
    display: none;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed .teaser .teaser-data .teaser-image {
    width: 49px;
    height: 49px;
    margin: 11px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-contactperson .teaser {
    height: 116px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata {
    padding: 0 11px;
    height: 36px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-speaker .teaser {
    height: 116px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-speaker .teaser .teaser-speakerdata {
    padding: 0 11px;
    height: 36px;
  }
  .content-detail .content-detail-related .content-detail-back {
    display: none;
  }
  .content-detail .content-detail-related .teaser-container,
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed {
    position: relative;
    width: 100vw;
    flex-direction: row;
    margin: 0 -40px;
  }
  .content-detail .content-detail-related .teaser-container .teaser,
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed .teaser {
    margin: 0 10px;
    scroll-snap-align: start;
  }
  .content-detail .content-detail-related .teaser-slider {
    width: 100%;
    display: flex;
    box-sizing: content-box;
    padding-left: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 40px;
    /* equals to the teaser container (negative) margin */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .content-detail .content-detail-related .teaser-slider::-webkit-scrollbar {
    display: none;
  }
  .content-detail .content-detail-related .teaser-slider.animation-in-progress {
    scroll-snap-type: none;
  }
  .content-detail .content-detail-related .teaser-slider:after {
    /* add a dummy element here so that the slider flex container will respect right padding */
    content: "";
    flex: 0 0 30px;
    height: 10px;
  }
  .content-detail .content-detail-related .banner-container {
    display: flex;
    justify-content: center;
    background: rgba(0, 86, 162, 0.3);
    box-shadow: 0 20px 40px 0 hsla(0, 0%, 0%, 0.1);
    padding: 1.1875rem 1.25rem;
  }
  .content-detail-exhibitor .content-detail-related {
    display: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .content-detail .content-detail-related .teaser-container:not(:hover) .teaser-nav,
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed:not(:hover) .teaser-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container .teaser {
    width: 333px;
    height: 230px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container .teaser .teaser-hover {
    height: auto;
    visibility: visible;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container .teaser-header {
    height: 54px;
    padding: 0 12px;
    margin-top: 12px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container .teaser-meta {
    height: 32px;
    margin-top: 12px;
    padding: 0 12px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container .teaser-textimage {
    margin-top: 12px;
    padding: 0 12px;
    height: 92px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 92px;
    height: 92px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container .teaser-image {
    height: 108px;
    margin-top: 12px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container .teaser-text {
    margin-top: 12px;
    padding: 0 12px;
    height: 50px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container .teaser-text.teaser-text-full {
    height: 82px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser {
    height: 300px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container.teaser-container-emotion .teaser {
    height: 365px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser {
    height: 185px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser .teaser-data .teaser-image {
    width: 56px;
    height: 56px;
    margin: 12px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container.teaser-container-contactperson .teaser {
    height: 130px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata {
    padding: 0 12px;
    height: 40px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container.teaser-container-speaker .teaser {
    height: 130px;
  }
  .content-detail .content-detail-related .content-detail .content-detail-further .teaser-container.teaser-container-speaker .teaser .teaser-speakerdata {
    padding: 0 12px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) and (pointer: fine) {
  .content-detail .content-detail-related .teaser-container:not(:hover) .teaser-nav,
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed:not(:hover) .teaser-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) and (pointer: coarse) {
  .content-detail .content-detail-related .teaser-container:not(.teaser-container-hide-nav-mobile) .teaser-nav-prev,
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed:not(.teaser-container-hide-nav-mobile) .teaser-nav-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 409px) {
  .content-detail .content-detail-related .teaser-container .teaser {
    width: 296px;
    height: 205px;
  }
  .content-detail .content-detail-related .teaser-container .teaser .teaser-hover {
    height: auto;
    visibility: visible;
  }
  .content-detail .content-detail-related .teaser-container .teaser-header {
    height: 48px;
    padding: 0 11px;
    margin-top: 11px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-meta {
    height: 28px;
    margin-top: 11px;
    padding: 0 11px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-textimage {
    margin-top: 11px;
    padding: 0 11px;
    height: 82px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 82px;
    height: 82px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-image {
    height: 96px;
    margin-top: 11px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-text {
    margin-top: 11px;
    padding: 0 11px;
    height: 44px;
  }
  .content-detail .content-detail-related .teaser-container .teaser-text.teaser-text-full {
    height: 82px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-default-unspecific .teaser {
    height: 267px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-emotion .teaser {
    height: 342px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed .teaser {
    height: 164px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action {
    height: 164px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action .teaser-call2action {
    display: none;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-condensed .teaser .teaser-data .teaser-image {
    width: 49px;
    height: 49px;
    margin: 11px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-contactperson .teaser {
    height: 116px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata {
    padding: 0 11px;
    height: 36px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-speaker .teaser {
    height: 116px;
  }
  .content-detail .content-detail-related .teaser-container.teaser-container-speaker .teaser .teaser-speakerdata {
    padding: 0 11px;
    height: 36px;
  }
}
.content-detail .content-detail-further .content-detail-crossmarketingteaser {
  position: relative;
  display: block;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
}
.content-detail .content-detail-further .content-detail-crossmarketingteaser h4,
.content-detail .content-detail-further .content-detail-crossmarketingteaser .h4 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1rem 0 0 1rem;
  max-width: 70%;
}
.content-detail .content-detail-further .content-detail-crossmarketingteaser h4:after,
.content-detail .content-detail-further .content-detail-crossmarketingteaser .h4:after {
  content: none;
}
.content-detail .content-detail-further .content-detail-crossmarketingteaser .content-detail-crossmarketingteaser-call2action {
  position: absolute;
  right: 1rem;
  bottom: calc(64px + 1rem);
  font-size: 68.75%;
}
.content-detail .content-detail-further .content-detail-crossmarketingteaser .content-detail-crossmarketingteaser-call2action span.btn {
  line-height: 1.6rem;
}
.content-detail .content-detail-further .content-detail-crossmarketingteaser .content-detail-crossmarketingteaser-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  padding: 0 1rem;
  width: 100%;
  height: 64px;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 86, 162, 0.75);
  box-shadow: 0 0 1.25rem hsla(0, 0%, 0%, 0.1);
  font-size: 68.75%;
}
.content-detail .content-detail-further .content-detail-crossmarketingteaser .content-detail-crossmarketingteaser-footer img {
  height: 32px;
}
.content-detail .content-detail-further .content-detail-crossmarketingteaser .content-detail-crossmarketingteaser-footer span {
  height: 32px;
  padding-left: 1rem;
  text-align: right;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-detail .content-detail-further .content-detail-crossmarketingteaser .content-detail-crossmarketingteaser-branding {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.content-detail .content-detail-further .content-detail-crossmarketingteaser:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-image: linear-gradient(#002b50, transparent);
}
.content-detail .content-detail-further .teaser-nav {
  display: none;
  position: absolute;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  transform: translateY(-50%);
  background: hsla(208, 100%, 56%, 0.5);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}
.content-detail .content-detail-further .teaser-nav.teaser-nav-prev {
  left: 30px;
}
.content-detail .content-detail-further .teaser-nav.teaser-nav-next {
  right: 30px;
}
@media only screen and (max-width: 1366px) {
  .content-detail .content-detail-further .teaser-container .teaser {
    width: 296px;
    height: 205px;
  }
  .content-detail .content-detail-further .teaser-container .teaser .teaser-hover {
    height: auto;
    visibility: visible;
  }
  .content-detail .content-detail-further .teaser-container .teaser-header {
    height: 48px;
    padding: 0 11px;
    margin-top: 11px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-meta {
    height: 28px;
    margin-top: 11px;
    padding: 0 11px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-textimage {
    margin-top: 11px;
    padding: 0 11px;
    height: 82px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 82px;
    height: 82px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-image {
    height: 96px;
    margin-top: 11px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-text {
    margin-top: 11px;
    padding: 0 11px;
    height: 44px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-text.teaser-text-full {
    height: 82px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser {
    height: 267px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-emotion .teaser {
    height: 342px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser {
    height: 164px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action {
    height: 164px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action .teaser-call2action {
    display: none;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser .teaser-data .teaser-image {
    width: 49px;
    height: 49px;
    margin: 11px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-contactperson .teaser {
    height: 116px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata {
    padding: 0 11px;
    height: 36px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-speaker .teaser {
    height: 116px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-speaker .teaser .teaser-speakerdata {
    padding: 0 11px;
    height: 36px;
  }
  .content-detail .content-detail-further .content-detail-crossmarketingteaser {
    max-width: 296px;
  }
  .content-detail .content-detail-further .teaser-container {
    position: relative;
    width: 100vw;
    flex-direction: row;
    margin: 0 -40px;
  }
  .content-detail .content-detail-further .teaser-container .teaser {
    margin: 0 10px;
    scroll-snap-align: start;
  }
  .content-detail .content-detail-further .teaser-slider {
    width: 100%;
    display: flex;
    box-sizing: content-box;
    padding-left: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 40px;
    /* equals to the teaser container (negative) margin */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .content-detail .content-detail-further .teaser-slider::-webkit-scrollbar {
    display: none;
  }
  .content-detail .content-detail-further .teaser-slider.animation-in-progress {
    scroll-snap-type: none;
  }
  .content-detail .content-detail-further .teaser-slider:after {
    /* add a dummy element here so that the slider flex container will respect right padding */
    content: "";
    flex: 0 0 30px;
    height: 10px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 768px) {
  .content-detail .content-detail-further .teaser-container:not(:hover) .teaser-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container .teaser {
    width: 333px;
    height: 230px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container .teaser .teaser-hover {
    height: auto;
    visibility: visible;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container .teaser-header {
    height: 54px;
    padding: 0 12px;
    margin-top: 12px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container .teaser-meta {
    height: 32px;
    margin-top: 12px;
    padding: 0 12px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container .teaser-textimage {
    margin-top: 12px;
    padding: 0 12px;
    height: 92px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 92px;
    height: 92px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container .teaser-image {
    height: 108px;
    margin-top: 12px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container .teaser-text {
    margin-top: 12px;
    padding: 0 12px;
    height: 50px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container .teaser-text.teaser-text-full {
    height: 82px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser {
    height: 300px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container.teaser-container-emotion .teaser {
    height: 365px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser {
    height: 185px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser .teaser-data .teaser-image {
    width: 56px;
    height: 56px;
    margin: 12px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container.teaser-container-contactperson .teaser {
    height: 130px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata {
    padding: 0 12px;
    height: 40px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container.teaser-container-speaker .teaser {
    height: 130px;
  }
  .content-detail .content-detail-further .content-detail .content-detail-further .teaser-container.teaser-container-speaker .teaser .teaser-speakerdata {
    padding: 0 12px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) and (pointer: fine) {
  .content-detail .content-detail-further .teaser-container:not(:hover) .teaser-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) and (pointer: coarse) {
  .content-detail .content-detail-further .teaser-container .teaser-nav-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 409px) {
  .content-detail .content-detail-further .teaser-container .teaser {
    width: 296px;
    height: 205px;
  }
  .content-detail .content-detail-further .teaser-container .teaser .teaser-hover {
    height: auto;
    visibility: visible;
  }
  .content-detail .content-detail-further .teaser-container .teaser-header {
    height: 48px;
    padding: 0 11px;
    margin-top: 11px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-meta {
    height: 28px;
    margin-top: 11px;
    padding: 0 11px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-textimage {
    margin-top: 11px;
    padding: 0 11px;
    height: 82px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-textimage .teaser-textimage-additional .teaser-textimage-image {
    width: 82px;
    height: 82px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-image {
    height: 96px;
    margin-top: 11px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-text {
    margin-top: 11px;
    padding: 0 11px;
    height: 44px;
  }
  .content-detail .content-detail-further .teaser-container .teaser-text.teaser-text-full {
    height: 82px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-default-unspecific .teaser {
    height: 267px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-emotion .teaser {
    height: 342px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser {
    height: 164px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action {
    height: 164px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser.teaser-with-call2action .teaser-call2action {
    display: none;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-condensed .teaser .teaser-data .teaser-image {
    width: 49px;
    height: 49px;
    margin: 11px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-contactperson .teaser {
    height: 116px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-contactperson .teaser .teaser-contactdata {
    padding: 0 11px;
    height: 36px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-speaker .teaser {
    height: 116px;
  }
  .content-detail .content-detail-further .teaser-container.teaser-container-speaker .teaser .teaser-speakerdata {
    padding: 0 11px;
    height: 36px;
  }
}
.content-detail form {
  margin-top: 2rem;
}
.content-detail form input[type="text"],
.content-detail form input[type="date"],
.content-detail form input[type="email"],
.content-detail form input[type="password"],
.content-detail form input[type="search"],
.content-detail form select,
.content-detail form textarea {
  background: hsl(208, 40%, 96%);
}
.content-detail form input[type="text"][disabled],
.content-detail form input[type="date"][disabled],
.content-detail form input[type="email"][disabled],
.content-detail form input[type="password"][disabled],
.content-detail form input[type="search"][disabled],
.content-detail form select[disabled],
.content-detail form textarea[disabled] {
  background: hsla(0, 0%, 88%, 0.25);
}
.content-detail form input[type="text"][disabled]::placeholder,
.content-detail form input[type="date"][disabled]::placeholder,
.content-detail form input[type="email"][disabled]::placeholder,
.content-detail form input[type="password"][disabled]::placeholder,
.content-detail form input[type="search"][disabled]::placeholder,
.content-detail form select[disabled]::placeholder,
.content-detail form textarea[disabled]::placeholder {
  color: hsl(0, 0%, 72%);
}
.content-detail form label,
.content-detail form .label {
  color: #0056A2;
}
.content-detail form .form-box-checkbox label,
.content-detail form .form-box-checkbox .label {
  color: hsl(0, 0%, 40%);
}
.content-detail form .form-box-checkbox label:before,
.content-detail form .form-box-checkbox .label:before {
  border-color: hsl(208, 100%, 56%);
}
.content-detail form .form-box-checkbox > input[type="checkbox"]:checked + label:before,
.content-detail form .form-box-checkbox > input[type="checkbox"]:checked + .label:before {
  background: transparent;
}
.content-detail form .form-box-radio label,
.content-detail form .form-box-radio .label {
  color: hsl(0, 0%, 40%);
}
.content-detail form .form-box-radio label:before,
.content-detail form .form-box-radio .label:before {
  border-color: hsl(208, 100%, 56%);
}
.content-detail form .form-box-radio > input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.content-detail form .form-box-radio > input[type="radio"]:checked + label:before,
.content-detail form .form-box-radio > input[type="radio"]:checked + .label:before {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .content-detail form .form-box-group {
    margin-left: 0;
    margin-right: 0;
  }
  .content-detail form .form-box-group > .form-box {
    padding-left: 0;
    padding-right: 0;
  }
  .content-detail form .form-box-group.form-box-group-half > .form-box {
    width: auto;
  }
  .content-detail form .form-box-group.form-box-group-third > .form-box {
    width: auto;
  }
}
.message-content form {
  margin-top: 2rem;
}
.message-content form input[type="text"],
.message-content form input[type="date"],
.message-content form input[type="email"],
.message-content form input[type="password"],
.message-content form input[type="search"],
.message-content form select,
.message-content form textarea {
  background: hsl(208, 40%, 96%);
}
.message-content form input[type="text"][disabled],
.message-content form input[type="date"][disabled],
.message-content form input[type="email"][disabled],
.message-content form input[type="password"][disabled],
.message-content form input[type="search"][disabled],
.message-content form select[disabled],
.message-content form textarea[disabled] {
  background: hsla(0, 0%, 88%, 0.25);
}
.message-content form input[type="text"][disabled]::placeholder,
.message-content form input[type="date"][disabled]::placeholder,
.message-content form input[type="email"][disabled]::placeholder,
.message-content form input[type="password"][disabled]::placeholder,
.message-content form input[type="search"][disabled]::placeholder,
.message-content form select[disabled]::placeholder,
.message-content form textarea[disabled]::placeholder {
  color: hsl(0, 0%, 72%);
}
.message-content form label,
.message-content form .label {
  color: #0056A2;
}
.message-content form .form-box-checkbox label,
.message-content form .form-box-checkbox .label {
  color: hsl(0, 0%, 40%);
}
.message-content form .form-box-checkbox label:before,
.message-content form .form-box-checkbox .label:before {
  border-color: hsl(208, 100%, 56%);
}
.message-content form .form-box-checkbox > input[type="checkbox"]:checked + label:before,
.message-content form .form-box-checkbox > input[type="checkbox"]:checked + .label:before {
  background: transparent;
}
.message-content form .form-box-radio label,
.message-content form .form-box-radio .label {
  color: hsl(0, 0%, 40%);
}
.message-content form .form-box-radio label:before,
.message-content form .form-box-radio .label:before {
  border-color: hsl(208, 100%, 56%);
}
.message-content form .form-box-radio > input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.message-content form .form-box-radio > input[type="radio"]:checked + label:before,
.message-content form .form-box-radio > input[type="radio"]:checked + .label:before {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .content-detail form .form-box-group {
    margin-left: 0;
    margin-right: 0;
  }
  .content-detail form .form-box-group > .form-box {
    padding-left: 0;
    padding-right: 0;
  }
  .content-detail form .form-box-group.form-box-group-half > .form-box {
    width: auto;
  }
  .content-detail form .form-box-group.form-box-group-third > .form-box {
    width: auto;
  }
}
body.tse-digital .content-detail {
  margin-top: 350px;
}
/* Teaser */
.section {
  margin-top: 5rem;
  width: 100%;
  max-width: 1600px;
}
.section .section-headline {
  margin-bottom: 2rem;
}
.section .section-headline h1,
.section .section-headline .h1 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.section .section-headline h1:after,
.section .section-headline .h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.section .teaser-container {
  position: relative;
  margin: 0 calc((100vw - 1600px)/2*-1);
}
.section .teaser-nav {
  position: absolute;
  top: calc(50% - 20px);
  height: 60px;
  width: 60px;
  line-height: 60px;
  transform: translateY(-50%);
  background: hsla(208, 100%, 56%, 0.5);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}
.section .teaser-nav.teaser-nav-prev {
  left: 30px;
}
.section .teaser-nav.teaser-nav-next {
  right: 30px;
}
.section .teaser-slider {
  display: flex;
  box-sizing: content-box;
  width: 1640px;
  /* we need some top/bottom padding to make sure we do not cut off the teaser box shadow */
  padding: 20px calc((100vw - 1640px)/2) 60px calc((100vw - 1640px)/2);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: calc((100vw - 1600px)/2);
  /* equals to the teaser container (negative) margin */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section .teaser-slider::-webkit-scrollbar {
  display: none;
}
.section .teaser-slider.animation-in-progress {
  scroll-snap-type: none;
}
.section .teaser-slider:after {
  /* add a dummy element here so that the slider flex container will respect right padding */
  content: "";
  flex: 0 0 calc((100vw - 1640px)/2);
  height: 10px;
  background: transparent;
}
.section .teaser-noswipe {
  display: flex;
  flex-wrap: wrap;
  box-sizing: content-box;
  width: 1640px;
  /* we need some top/bottom padding to make sure we do not cut off the teaser box shadow */
  padding: 20px calc((100vw - 1640px)/2) 60px calc((100vw - 1640px)/2);
  scroll-snap-type: x mandatory;
}
.section .teaser-noswipe::-webkit-scrollbar {
  display: none;
}
.section .teaser-noswipe.animation-in-progress {
  scroll-snap-type: none;
}
.section .teaser {
  position: relative;
  flex-shrink: 0;
  margin: 0 20px;
  color: hsl(0, 0%, 100%);
  background: rgba(0, 86, 162, 0.3);
  box-shadow: 0 20px 40px 0 hsla(0, 0%, 0%, 0.1);
  scroll-snap-align: start;
}
.section .teaser-premium:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #fbba00;
}
@media only screen and (max-width: 1919px) {
  .section {
    max-width: 1392px;
  }
  .section .teaser-container {
    margin: 0 calc((100vw - 1392px)/2*-1);
  }
  .section .teaser-slider,
  .section .teaser-noswipe {
    width: 1412px;
    padding-left: calc((100vw - 1412px)/2);
    padding-right: calc((100vw - 1412px)/2);
    scroll-padding: calc((100vw - 1392px)/2);
    /* equals to the teaser container (negative) margin */
  }
  .section .teaser-slider:after,
  .section .teaser-noswipe:after {
    flex-basis: calc((100vw - 1412px)/2);
  }
  .section .teaser {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1599px) {
  .section {
    max-width: 1244px;
  }
  .section .teaser-container {
    margin: 0 calc((100vw - 1244px)/2*-1);
  }
  .section .teaser-slider,
  .section .teaser-noswipe {
    width: 1264px;
    padding-left: calc((100vw - 1264px)/2);
    padding-right: calc((100vw - 1264px)/2);
    scroll-padding: calc((100vw - 1244px)/2);
    /* equals to the teaser container (negative) margin */
  }
  .section .teaser-slider:after,
  .section .teaser-noswipe:after {
    flex-basis: calc((100vw - 1264px)/2);
  }
}
@media only screen and (max-width: 1366px) {
  .section {
    max-width: none;
  }
  .section .teaser-container {
    margin: 0 -40px;
  }
  .section .teaser-slider,
  .section .teaser-noswipe {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
    scroll-padding: 40px;
    /* equals to the teaser container (negative) margin */
  }
  .section .teaser-slider:after,
  .section .teaser-noswipe:after {
    flex-basis: 30px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 768px) {
  .section .teaser-container:not(:hover) .teaser-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) and (pointer: fine) {
  .section .teaser-container:not(:hover) .teaser-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) and (pointer: coarse) {
  .section .teaser-container:not(.teaser-container-hide-nav-mobile) .teaser-nav-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 409px) {
  .section .teaser-container {
    margin: 0 -30px;
  }
  .section .teaser-slider,
  .section .teaser-noswipe {
    padding-left: 20px;
    padding-right: 20px;
    scroll-padding: 30px;
    /* equals to the teaser container (negative) margin */
  }
  .section .teaser-slider:after,
  .section .teaser-noswipe:after {
    flex-basis: 20px;
  }
}
.section.sectiontype-default.tilelayouttype-standard .teaser,
.section.sectiontype-mediateaser.tilelayouttype-standard .teaser,
.section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 370px;
  height: 300px;
}
.section.sectiontype-default.tilelayouttype-standard .teaser .teaser-textimage,
.section.sectiontype-mediateaser.tilelayouttype-standard .teaser .teaser-textimage,
.section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-textimage {
  margin-bottom: 15px;
}
.section.sectiontype-mediateaser.tilelayouttype-standard .teaser {
  height: 500px;
}
.section.sectiontype-mediateaser.tilelayouttype-standard .teaser .teaser-image {
  margin-top: 0;
  height: 250px;
}
.section.sectiontype-mediateaser.tilelayouttype-standard .teaser .teaser-image-company {
  padding: 20px 70px;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) {
    width: 333px;
    height: 270px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser .teaser-textimage,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-textimage {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) {
    width: 296px;
    height: 240px;
  }
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser .teaser-textimage,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-textimage {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) {
    width: 333px;
    height: 270px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser .teaser-textimage,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-textimage {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) {
    width: 296px;
    height: 240px;
  }
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser .teaser-textimage,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-textimage {
    margin-bottom: 12px;
  }
}
.section.sectiontype-default.tilelayouttype-emotion .teaser,
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) {
  display: flex;
  flex-direction: column;
  width: 370px;
  height: 330px;
}
.section.sectiontype-default.tilelayouttype-emotion .teaser .teaser-image,
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image {
  margin-top: 0;
  height: 220px;
}
.section.sectiontype-default.tilelayouttype-emotion .teaser .teaser-header,
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header {
  margin-top: 0;
  margin-bottom: 15px;
}
.section.sectiontype-default.tilelayouttype-emotion .teaser .teaser-header h1,
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header h1,
.section.sectiontype-default.tilelayouttype-emotion .teaser .teaser-header .h1,
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header .h1 {
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) {
    width: 333px;
    height: 297px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image {
    height: 198px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) {
    width: 296px;
    height: 264px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image {
    height: 176px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) {
    width: 333px;
    height: 297px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image {
    height: 198px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) {
    width: 296px;
    height: 264px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image {
    height: 176px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header {
    margin-bottom: 12px;
  }
}
.section.sectiontype-default.tilelayouttype-information .teaser,
.section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 370px;
  height: 280px;
}
.section.sectiontype-default.tilelayouttype-information .teaser .teaser-meta,
.section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta {
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-noswipe.tilelayouttype-information .teaser,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
    width: 333px;
    height: 252px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-information .teaser .teaser-meta,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-noswipe.tilelayouttype-information .teaser,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
    width: 296px;
    height: 224px;
  }
  .section.sectiontype-noswipe.tilelayouttype-information .teaser .teaser-meta,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-noswipe.tilelayouttype-information .teaser,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
    width: 333px;
    height: 252px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-information .teaser .teaser-meta,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-noswipe.tilelayouttype-information .teaser,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
    width: 296px;
    height: 224px;
  }
  .section.sectiontype-noswipe.tilelayouttype-information .teaser .teaser-meta,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta {
    margin-bottom: 12px;
  }
}
.section.sectiontype-logo-swipe .section-headline,
.section.sectiontype-logo-no-swipe .section-headline {
  margin-bottom: -80px;
  padding-right: 120px;
}
.section.sectiontype-logo-swipe .teaser-container,
.section.sectiontype-logo-no-swipe .teaser-container {
  padding-top: 80px;
}
.section.sectiontype-logo-swipe .teaser,
.section.sectiontype-logo-no-swipe .teaser {
  height: 232px;
  width: 232px;
  background-color: hsl(0, 0%, 100%);
  margin-top: 20px;
}
.section.sectiontype-logo-swipe .teaser-logo-type-company,
.section.sectiontype-logo-no-swipe .teaser-logo-type-company,
.section.sectiontype-logo-swipe .teaser-logo-type-unspecific,
.section.sectiontype-logo-no-swipe .teaser-logo-type-unspecific,
.section.sectiontype-logo-swipe .teaser-logo-type-person,
.section.sectiontype-logo-no-swipe .teaser-logo-type-person {
  height: 100%;
  width: 100%;
}
.section.sectiontype-logo-swipe .teaser-logo-type-company,
.section.sectiontype-logo-no-swipe .teaser-logo-type-company {
  padding: 40px;
}
.section.sectiontype-logo-swipe .teaser-logo,
.section.sectiontype-logo-no-swipe .teaser-logo {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.section.sectiontype-logo-swipe .teaser-logo.teaser-image-type-company,
.section.sectiontype-logo-no-swipe .teaser-logo.teaser-image-type-company {
  background-size: contain;
}
.section.sectiontype-logo-swipe .teaser-nav-next,
.section.sectiontype-logo-no-swipe .teaser-nav-next {
  right: calc((100vw - 1600px)/2);
  top: 0;
  background: none;
  transform: none;
}
.section.sectiontype-logo-swipe .teaser-nav-prev,
.section.sectiontype-logo-no-swipe .teaser-nav-prev {
  right: calc((100vw - 1600px)/2 + 60px);
  top: 0;
  left: unset;
  background: none;
  transform: none;
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-logo-swipe .teaser-nav-next,
  .section.sectiontype-logo-no-swipe .teaser-nav-next {
    right: 10px;
  }
  .section.sectiontype-logo-swipe .teaser-nav-prev,
  .section.sectiontype-logo-no-swipe .teaser-nav-prev {
    right: 70px;
  }
}
.section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child {
  /*
		the following styles are for the first ("top theme") teaser item only.
		styling for all subsequent items is done via section-default-*.less
	*/
  display: flex;
  justify-content: space-between;
  width: 780px;
  height: 300px;
}
.section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-image {
  width: 300px;
  height: auto;
  margin-top: 0;
}
.section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-image.teaser-image-unspecific {
  width: 390px;
}
.section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-data {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  /* see https://css-tricks.com/flexbox-truncated-text/ */
}
.section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-text {
  height: 65px;
}
.section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-meta:last-child {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child {
    /*
			the following styles are for the first ("top theme") teaser item only.
			styling for all subsequent items is done via section-default-*.less
		*/
    width: 686px;
    height: 270px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-image {
    width: 270px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-image.teaser-image-unspecific {
    width: 351px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-text {
    height: 58.5px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-meta:last-child {
    margin-top: 9px;
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child {
    /*
			the following styles are for the first ("top theme") teaser item only.
			styling for all subsequent items is done via section-default-*.less
		*/
    width: 612px;
    height: 240px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-image {
    width: 240px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-image.teaser-image-unspecific {
    width: 312px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-text {
    height: 52px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-meta:last-child {
    margin-top: 8px;
    margin-bottom: 12px;
  }
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child {
  /*
		the following styles are for the first ("top theme") teaser item only.
		styling for all subsequent items is done via section-default-*.less
	*/
  display: flex;
  justify-content: space-between;
  width: 780px;
  height: 330px;
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-image {
  width: 450px;
  height: auto;
  margin-top: 0;
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-image.teaser-image-company {
  padding: 2em;
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 330px;
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-text {
  height: 65px;
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-data-section .teaser-meta .teaser-meta-base {
  display: none;
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-data-section .teaser-meta .teaser-meta-additional {
  margin-left: 0;
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-meta:last-child {
  margin-top: 10px;
  margin-bottom: 15px;
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific {
  flex-direction: column;
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific .teaser-image {
  height: 220px;
  margin-top: 0;
}
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific .teaser-data {
  height: 110px;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child {
    /*
			the following styles are for the first ("top theme") teaser item only.
			styling for all subsequent items is done via section-default-*.less
		*/
    width: 686px;
    height: 297px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-image {
    width: 405px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data {
    width: 297px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-text {
    height: 58.5px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-meta:last-child {
    margin-top: 9px;
    margin-bottom: 13.5px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific .teaser-image {
    height: 198px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific .teaser-data {
    height: 99px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child {
    /*
			the following styles are for the first ("top theme") teaser item only.
			styling for all subsequent items is done via section-default-*.less
		*/
    width: 612px;
    height: 264px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-image {
    width: 360px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data {
    width: 264px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-text {
    height: 52px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-meta:last-child {
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific .teaser-image {
    height: 176px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific .teaser-data {
    height: 88px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child {
    /*
			the following styles are for the first ("top theme") teaser item only.
			styling for all subsequent items is done via section-default-*.less
		*/
    width: 686px;
    height: 297px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-image {
    width: 405px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data {
    width: 297px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-text {
    height: 58.5px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-meta:last-child {
    margin-top: 9px;
    margin-bottom: 13.5px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific .teaser-image {
    height: 198px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific .teaser-data {
    height: 99px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child {
    /*
			the following styles are for the first ("top theme") teaser item only.
			styling for all subsequent items is done via section-default-*.less
		*/
    width: 612px;
    height: 264px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-image {
    width: 360px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data {
    width: 264px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-text {
    height: 52px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child:not(.imagetype-unspecific) .teaser-data .teaser-meta:last-child {
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific .teaser-image {
    height: 176px;
  }
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child.imagetype-unspecific .teaser-data {
    height: 88px;
  }
}
.section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child {
  /*
		the following styles are for the first ("top theme") teaser item only.
		styling for all subsequent items is done via section-default-*.less
	*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 780px;
  height: 280px;
}
.section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-meta {
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child {
    /*
			the following styles are for the first ("top theme") teaser item only.
			styling for all subsequent items is done via section-default-*.less
		*/
    width: 686px;
    height: 252px;
  }
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-meta {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child {
    /*
			the following styles are for the first ("top theme") teaser item only.
			styling for all subsequent items is done via section-default-*.less
		*/
    width: 612px;
    height: 224px;
  }
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-meta {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child {
    /*
			the following styles are for the first ("top theme") teaser item only.
			styling for all subsequent items is done via section-default-*.less
		*/
    width: 686px;
    height: 252px;
  }
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-meta {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child {
    /*
			the following styles are for the first ("top theme") teaser item only.
			styling for all subsequent items is done via section-default-*.less
		*/
    width: 686px;
    height: 252px;
  }
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-meta {
    margin-bottom: 13.5px;
  }
}
/*
 	force all top theme sections in a common layout for small breakpoints
 	(first teaser item as well as all following)
	
	this cannot be done in a "smart" way, because it is basically not a consistent
	responsive behaviour in the whole teaser setup.
	
	therefore the LESS code in this file is also pretty "hacky" :-(
 */
@media only screen and (max-width: 1023px) {
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child),
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child),
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
    width: 333px;
    height: 430px !important;
    flex-direction: column;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-data,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child .teaser-data,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-data,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-data,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-data,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-data {
    display: flex;
    width: auto !important;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    /* see https://css-tricks.com/flexbox-truncated-text/ */
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-header {
    margin-top: 13.5px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-image.teaser-image-unspecific,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child .teaser-image.teaser-image-unspecific,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-image.teaser-image-unspecific,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-image.teaser-image-unspecific,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image.teaser-image-unspecific,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-image.teaser-image-unspecific {
    width: auto !important;
    height: 220px !important;
    margin-top: 0;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-text {
    height: 58.5px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-meta:last-child,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child .teaser-meta:last-child,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-meta:last-child,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-meta:last-child,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-meta:last-child,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta:last-child {
    margin-top: 9px;
    margin-bottom: 13.5px;
  }
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-text {
    height: 150px;
  }
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-text .teaser-text-base .teaser-text-short,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-text .teaser-text-base .teaser-text-short {
    -webkit-line-clamp: 5;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child),
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child),
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
    width: 296px;
    height: 418px !important;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-image.teaser-image-unspecific,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child .teaser-image.teaser-image-unspecific,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-image.teaser-image-unspecific,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-image.teaser-image-unspecific,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image.teaser-image-unspecific,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-image.teaser-image-unspecific {
    height: 196px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-text {
    height: 52px;
  }
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:first-child .teaser-meta:last-child,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:first-child .teaser-meta:last-child,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-meta:last-child,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-meta:last-child,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-meta:last-child,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta:last-child {
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:first-child .teaser-text,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-text {
    height: 150px;
  }
}
.section.sectiontype-hundredpercent .teaser-nav {
  display: none;
}
.section.sectiontype-hundredpercent .teaser {
  display: flex;
  justify-content: space-between;
  width: 1600px;
  height: 370px;
}
.section.sectiontype-hundredpercent .teaser .teaser-image {
  height: auto;
  margin-top: 0;
}
.section.sectiontype-hundredpercent .teaser .teaser-data {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  /* see https://css-tricks.com/flexbox-truncated-text/ */
}
.section.sectiontype-hundredpercent .teaser .teaser-data .teaser-header h1,
.section.sectiontype-hundredpercent .teaser .teaser-data .teaser-header .h1 {
  padding-right: 5rem;
}
.section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text {
  height: 170px;
}
.section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text .teaser-text-base {
  width: 530px;
  justify-content: flex-start;
  padding-right: 8rem;
}
.section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text .teaser-text-base .teaser-text-teaser {
  -webkit-line-clamp: 5;
}
.section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text .teaser-text-base .teaser-text-sub {
  margin-top: 20px;
  margin-bottom: 0;
}
.section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text .teaser-text-additional {
  flex: 1;
  padding-right: 5rem;
}
.section.sectiontype-hundredpercent .teaser .teaser-data .teaser-meta:last-child {
  margin-bottom: 15px;
}
.section.sectiontype-hundredpercent .teaser.imagetype-unspecific .teaser-data .teaser-header h1,
.section.sectiontype-hundredpercent .teaser.imagetype-unspecific .teaser-data .teaser-header .h1 {
  padding-right: 11rem;
}
.section.sectiontype-hundredpercent .teaser.imagetype-unspecific .teaser-data .teaser-text .teaser-text-base {
  width: auto;
  padding-right: 11rem;
}
.section.sectiontype-hundredpercent .teaser.imagetype-unspecific .teaser-data .teaser-text .teaser-text-base .teaser-text-short {
  -webkit-line-clamp: 5;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-hundredpercent .teaser {
    width: 1392px;
    height: 333px;
  }
  .section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text {
    height: 153px;
  }
  .section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text .teaser-text-base {
    width: 477px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-hundredpercent .teaser {
    width: 1244px;
    height: 296px;
  }
  .section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text {
    height: 136px;
  }
  .section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text .teaser-text-base {
    width: 424px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-hundredpercent .teaser {
    width: 1392px;
    height: 333px;
  }
  .section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text {
    height: 153px;
  }
  .section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text .teaser-text-base {
    width: 477px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-hundredpercent .teaser {
    width: 1244px;
    height: 296px;
  }
  .section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text {
    height: 136px;
  }
  .section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text .teaser-text-base {
    width: 424px;
  }
}
.section.sectiontype-hundredpercent.tilelayouttype-standard .teaser {
  /*
		the following styles are only the differences to the styles applied
		via section-hundredpercent-base.less
	*/
}
.section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image {
  width: 370px;
}
.section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image.teaser-image-unspecific {
  width: 800px;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image {
    width: 333px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image.teaser-image-unspecific {
    width: 720px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image {
    width: 296px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image.teaser-image-unspecific {
    width: 640px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image {
    width: 333px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image.teaser-image-unspecific {
    width: 720px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image.teaser-image-unspecific {
    width: 50%;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image {
    width: 296px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image.teaser-image-unspecific {
    width: 640px;
  }
}
.section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser {
  /*
		the following styles are only the differences to the styles applied
		via section-hundredpercent-base.less
	*/
}
.section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image {
  width: 370px;
}
.section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image.teaser-image-unspecific {
  width: calc(100% - 370px);
}
.section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser.imagetype-unspecific .teaser-data .teaser-header h1,
.section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser.imagetype-unspecific .teaser-data .teaser-header .h1 {
  padding-right: 0;
}
.section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser.imagetype-unspecific .teaser-data .teaser-text .teaser-text-base {
  padding-right: 0;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image {
    width: 333px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image.teaser-image-unspecific {
    width: calc(100% - 333px);
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image {
    width: 296px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image.teaser-image-unspecific {
    width: calc(100% - 296px);
  }
}
@media only screen and (max-width: 1366px) {
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image.teaser-image-unspecific {
    width: calc(100% - 296px);
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image {
    width: 333px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image.teaser-image-unspecific {
    width: calc(100% - 333px);
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image {
    width: 296px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image.teaser-image-unspecific {
    width: calc(100% - 296px);
  }
}
.section.sectiontype-hundredpercent.tilelayouttype-information .teaser {
  /*
		the following styles are only the differences to the styles applied
		via section-hundredpercent-base.less
	*/
}
.section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-data .teaser-text .teaser-text-base {
  width: 900px;
  padding-right: 19rem;
}
.section.sectiontype-hundredpercent.tilelayouttype-information .teaser.imagetype-unspecific .teaser-data .teaser-header h1,
.section.sectiontype-hundredpercent.tilelayouttype-information .teaser.imagetype-unspecific .teaser-data .teaser-header .h1 {
  padding-right: 5rem;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-data .teaser-text .teaser-text-base {
    width: 810px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-data .teaser-text .teaser-text-base {
    width: 720px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-data .teaser-text .teaser-text-base {
    width: 810px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser {
    /*
			the following styles are only the differences to the styles applied
			via section-hundredpercent-base.less
		*/
  }
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-data .teaser-text .teaser-text-base {
    width: 720px;
  }
}
.section.sectiontype-hundredpercent.tilelayouttype-button-link-list .button-link-list-container {
  padding: 1.1875rem 1.25rem 0 1.25rem;
  background: rgba(0, 86, 162, 0.3);
  display: flex;
  flex-direction: column;
}
.section.sectiontype-hundredpercent.tilelayouttype-button-link-list .button-link-list-container .button-link-list {
  transition: max-height 0.15s ease-out;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 1.1875rem;
}
.section.sectiontype-hundredpercent.tilelayouttype-button-link-list .button-link-list-container .button-link-list.button-link-list-full {
  transition: max-height 0.25s ease-in;
  max-height: 2000px;
}
.section.sectiontype-hundredpercent.tilelayouttype-button-link-list .button-link-list-container .button-link-list a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.65rem;
  line-height: 110%;
  width: auto;
}
.section.sectiontype-hundredpercent.tilelayouttype-button-link-list .button-link-list-container .button-link-list-extension a {
  padding: 1.1875rem 0;
  color: hsl(0, 0%, 100%);
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-top: -1.1875rem;
}
.section.sectiontype-hundredpercent.tilelayouttype-button-link-list .button-link-list-container .button-link-list-extension a.extend:after {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: flex;
  align-items: center;
  content: "\f078";
}
.section.sectiontype-hundredpercent.tilelayouttype-button-link-list .button-link-list-container .button-link-list-extension a.collapse:after {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: flex;
  align-items: center;
  content: "\f077";
}
/*
 	behaviour of 100% sections for bp laptop down
 */
@media only screen and (max-width: 1366px) {
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser-slider,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser-slider,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser.imagetype-unspecific .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser.imagetype-unspecific .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser.imagetype-unspecific .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser.imagetype-unspecific .teaser-header .h1,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser.imagetype-unspecific .teaser-header .h1,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser.imagetype-unspecific .teaser-header .h1 {
    padding-right: 5rem;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser.imagetype-unspecific .teaser-text .teaser-text-base,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser.imagetype-unspecific .teaser-text .teaser-text-base,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser.imagetype-unspecific .teaser-text .teaser-text-base {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-text .teaser-text-base,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-text .teaser-text-base,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-text .teaser-text-base {
    width: 50%;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-text .teaser-text-additional,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-text .teaser-text-additional,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-text .teaser-text-additional {
    flex: 1;
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser-slider,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser-slider,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-data .teaser-text .teaser-text-base,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-data .teaser-text .teaser-text-base,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-data .teaser-text .teaser-text-base {
    width: 100%;
    padding-right: 5rem;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-data .teaser-text .teaser-text-additional,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-data .teaser-text .teaser-text-additional,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-data .teaser-text .teaser-text-additional {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser {
    flex-direction: column;
    height: auto;
    padding-right: 0;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-data,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-data,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-data {
    padding: 20px 0;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-header,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-header,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-header,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-text,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-text,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-text,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-meta,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-meta,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-meta {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-header .h1,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-header .h1,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-header .h1 {
    padding-right: 0;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-text .teaser-text-base,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-text .teaser-text-base,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-text .teaser-text-base {
    padding-right: 0;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-image,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser.imagetype-unspecific .teaser-image,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser.imagetype-unspecific .teaser-image,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser.imagetype-unspecific .teaser-image {
    width: auto;
    height: 250px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-image .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser.imagetype-unspecific .teaser-image .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser.imagetype-unspecific .teaser-image .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser.imagetype-unspecific .teaser-image .teaser-header h1,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image .teaser-header .h1,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image .teaser-header .h1,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-image .teaser-header .h1,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser.imagetype-unspecific .teaser-image .teaser-header .h1,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser.imagetype-unspecific .teaser-image .teaser-header .h1,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser.imagetype-unspecific .teaser-image .teaser-header .h1 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-hundredpercent .teaser {
    width: 1244px;
    height: 296px;
  }
  .section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text {
    height: 136px;
  }
  .section.sectiontype-hundredpercent .teaser .teaser-data .teaser-text .teaser-text-base {
    width: 424px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser {
    flex-direction: column;
    height: auto;
    padding-right: 0;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser .teaser-image,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser .teaser-image,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser .teaser-image,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser.imagetype-unspecific .teaser-image,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser.imagetype-unspecific .teaser-image,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser.imagetype-unspecific .teaser-image {
    width: auto;
    height: 250px;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser-data,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser-data,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser-data {
    padding: 15px 0;
  }
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser-header,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser-header,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser-header,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser-text,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser-text,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser-text,
  .section.sectiontype-hundredpercent.tilelayouttype-standard .teaser-meta,
  .section.sectiontype-hundredpercent.tilelayouttype-emotion .teaser-meta,
  .section.sectiontype-hundredpercent.tilelayouttype-information .teaser-meta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section.sectiontype-doublespaced .teaser-container {
  margin-top: -7px;
  margin-bottom: -7px;
}
.section.sectiontype-doublespaced .teaser-nav {
  top: calc(50% - 25px);
}
.section.sectiontype-doublespaced .teaser-slider {
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  width: 1614px;
  height: 600px;
  padding-left: calc((100vw - 1614px)/2);
  padding-right: calc((100vw - 1614px)/2);
}
.section.sectiontype-doublespaced .teaser-slider:after {
  width: calc((100vw - 1614px)/2);
  flex-basis: 100%;
}
.section.sectiontype-doublespaced .teaser {
  width: 390px;
  height: 280px;
  margin: 7px;
}
.section.sectiontype-doublespaced .teaser .teaser-image {
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.section.sectiontype-doublespaced .teaser .teaser-image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to top, #004079, rgba(0, 64, 121, 0));
  opacity: 0.75;
}
.section.sectiontype-doublespaced .teaser .teaser-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em 1em 1em;
  margin-top: 0;
  height: auto;
}
.section.sectiontype-doublespaced .teaser .teaser-header .teaser-header-intro {
  display: none;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-doublespaced .teaser-slider {
    height: 540px;
  }
  .section.sectiontype-doublespaced .teaser {
    width: 337px;
    height: 252px;
  }
  .section.sectiontype-doublespaced .teaser-slider {
    width: 1406px;
    padding-left: calc((100vw - 1406px)/2);
    padding-right: calc((100vw - 1406px)/2);
    scroll-padding: calc((100vw - 1392px)/2);
    /* equals to the teaser container (negative) margin */
  }
  .section.sectiontype-doublespaced .teaser-slider:after {
    width: calc((100vw - 1406px)/2);
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-doublespaced .teaser-slider {
    height: 480px;
  }
  .section.sectiontype-doublespaced .teaser {
    width: 312px;
    height: 224px;
  }
  .section.sectiontype-doublespaced .teaser-slider {
    width: 1260px;
    padding-left: calc((100vw - 1260px)/2);
    padding-right: calc((100vw - 1260px)/2);
    scroll-padding: calc((100vw - 1244px)/2);
    /* equals to the teaser container (negative) margin */
  }
  .section.sectiontype-doublespaced .teaser-slider:after {
    width: calc((100vw - 1260px)/2);
  }
}
@media only screen and (max-width: 1366px) {
  .section.sectiontype-doublespaced .teaser-slider {
    width: auto;
    padding-left: 33px;
    padding-right: 0;
    scroll-padding: 40px;
    /* equals to the teaser container (negative) margin */
  }
  .section.sectiontype-doublespaced .teaser-slider:after {
    width: 33px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-doublespaced .teaser-slider {
    height: 540px;
  }
  .section.sectiontype-doublespaced .teaser {
    width: 337px;
    height: 252px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-doublespaced .teaser-slider {
    height: 480px;
  }
  .section.sectiontype-doublespaced .teaser {
    width: 312px;
    height: 224px;
  }
  .section.sectiontype-doublespaced .teaser-slider {
    width: auto;
    padding-left: 23px;
    padding-right: 0;
    scroll-padding: 30px;
    /* equals to the teaser container (negative) margin */
  }
  .section.sectiontype-doublespaced .teaser-slider:after {
    width: 23px;
  }
}
.section.sectiontype-testimonial .teaser {
  display: flex;
  justify-content: space-between;
  width: 1600px;
  min-height: 370px;
}
.section.sectiontype-testimonial .teaser .teaser-image {
  position: relative;
  width: 370px;
  height: auto;
  margin-top: 0;
}
.section.sectiontype-testimonial .teaser .teaser-data {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  /* see https://css-tricks.com/flexbox-truncated-text/ */
  height: auto;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-header {
  padding: 0 0 0 1.5rem;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-header .teaser-header-intro {
  display: flex;
  justify-content: space-between;
  padding: 0 0.75rem 0 1.5rem;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-header .teaser-header-intro h2,
.section.sectiontype-testimonial .teaser .teaser-data .teaser-header .teaser-header-intro .h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
  padding: 1rem 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-header .teaser-header-intro h2:after,
.section.sectiontype-testimonial .teaser .teaser-data .teaser-header .teaser-header-intro .h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 2.5rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-header .teaser-header-intro h2:after,
.section.sectiontype-testimonial .teaser .teaser-data .teaser-header .teaser-header-intro .h2:after {
  bottom: 0;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-header h1,
.section.sectiontype-testimonial .teaser .teaser-data .teaser-header .h1 {
  padding-right: 5rem;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-text {
  margin-top: 0;
  padding: 0.75rem 1.5rem 1.25rem 1.5rem;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  height: auto;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-text .teaser-text-base {
  font-size: 125%;
  font-weight: 700;
  padding: 0 0 0 1.5rem;
  max-width: 70%;
  flex-grow: 0;
  margin-bottom: auto;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-text .teaser-text-base .teaser-text-teaser {
  -webkit-line-clamp: unset;
  color: hsl(0, 0%, 100%);
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-meta {
  margin-top: auto;
  padding: 0 0 0.75rem 1.5rem;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-meta .teaser-meta-base {
  padding: 0 0 0 1.5rem;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-meta .teaser-meta-base p {
  line-height: 270%;
}
.section.sectiontype-testimonial .teaser .teaser-data .teaser-meta .teaser-meta-additional p {
  white-space: nowrap;
}
.section.sectiontype-testimonial .teaser .teaser-eyecatcher {
  position: absolute;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50px;
  left: 340px;
  background-color: #fbba00;
  border-radius: 30px;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-testimonial .teaser {
    width: 1392px;
    min-height: 333px;
  }
  .section.sectiontype-testimonial .teaser .teaser-image {
    width: 333px;
  }
  .section.sectiontype-testimonial .teaser .teaser-data .teaser-header {
    height: auto;
  }
  .section.sectiontype-testimonial .teaser .teaser-eyecatcher {
    width: 54px;
    height: 54px;
    top: 45px;
    left: 306px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-testimonial .teaser {
    width: 1244px;
    min-height: 296px;
  }
  .section.sectiontype-testimonial .teaser .teaser-image {
    width: 296px;
  }
  .section.sectiontype-testimonial .teaser .teaser-data .teaser-header {
    height: auto;
  }
  .section.sectiontype-testimonial .teaser .teaser-eyecatcher {
    width: 48px;
    height: 48px;
    top: 40px;
    left: 272px;
  }
}
@media only screen and (max-width: 1366px) {
  .section.sectiontype-testimonial .teaser {
    width: 800px;
    min-height: 296px;
  }
  .section.sectiontype-testimonial .teaser .teaser-data .teaser-text .teaser-text-base {
    max-width: none;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-testimonial .teaser {
    width: 1392px;
    min-height: 333px;
  }
  .section.sectiontype-testimonial .teaser .teaser-image {
    width: 333px;
  }
  .section.sectiontype-testimonial .teaser .teaser-data .teaser-header {
    height: auto;
  }
  .section.sectiontype-testimonial .teaser .teaser-eyecatcher {
    width: 54px;
    height: 54px;
    top: 45px;
    left: 306px;
  }
  .section.sectiontype-testimonial .teaser {
    width: 333px;
    min-height: 525px;
    flex-direction: column;
  }
  .section.sectiontype-testimonial .teaser .teaser-image {
    width: auto !important;
    height: 220px !important;
    margin-top: 0;
  }
  .section.sectiontype-testimonial .teaser .teaser-data .teaser-header .teaser-header-intro {
    padding: 0;
  }
  .section.sectiontype-testimonial .teaser .teaser-data .teaser-text .teaser-text-base,
  .section.sectiontype-testimonial .teaser .teaser-data .teaser-meta .teaser-meta-base {
    padding-left: 0;
  }
  .section.sectiontype-testimonial .teaser .teaser-eyecatcher {
    left: -15px;
    top: -15px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-testimonial .teaser {
    width: 1244px;
    min-height: 296px;
  }
  .section.sectiontype-testimonial .teaser .teaser-image {
    width: 296px;
  }
  .section.sectiontype-testimonial .teaser .teaser-data .teaser-header {
    height: auto;
  }
  .section.sectiontype-testimonial .teaser .teaser-eyecatcher {
    width: 48px;
    height: 48px;
    top: 40px;
    left: 272px;
  }
  .section.sectiontype-testimonial .teaser {
    width: 296px;
    min-height: 450px;
  }
  .section.sectiontype-testimonial .teaser .teaser-image {
    height: 196px !important;
  }
  .section.sectiontype-testimonial .teaser .teaser-data .teaser-text .teaser-text-base,
  .section.sectiontype-testimonial .teaser .teaser-data .teaser-meta .teaser-meta-base {
    padding-left: 0;
  }
  .section.sectiontype-testimonial .teaser .teaser-eyecatcher {
    left: -15px;
    top: -15px;
  }
}
.section.sectiontype-noswipe.tilelayouttype-standard .teaser,
.section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 370px;
  height: 300px;
  margin-bottom: 40px;
}
.section.sectiontype-noswipe.tilelayouttype-standard .teaser .teaser-textimage,
.section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-textimage {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) {
    width: 333px;
    height: 270px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser .teaser-textimage,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-textimage {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) {
    width: 296px;
    height: 240px;
  }
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser .teaser-textimage,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-textimage {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) {
    width: 333px;
    height: 270px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser .teaser-textimage,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-textimage {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) {
    width: 296px;
    height: 240px;
  }
  .section.sectiontype-noswipe.tilelayouttype-standard .teaser .teaser-textimage,
  .section.sectiontype-toptheme.tilelayouttype-standard .teaser:not(:first-child) .teaser-textimage {
    margin-bottom: 12px;
  }
}
.section.sectiontype-noswipe.tilelayouttype-emotion .teaser,
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) {
  display: flex;
  flex-direction: column;
  width: 370px;
  height: 330px;
  margin-bottom: 40px;
}
.section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-image,
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image {
  margin-top: 0;
  height: 220px;
}
.section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header,
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header {
  margin-top: 0;
  margin-bottom: 15px;
}
.section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header h1,
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header h1,
.section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header .h1,
.section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header .h1 {
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) {
    width: 333px;
    height: 297px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image {
    height: 198px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) {
    width: 296px;
    height: 264px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image {
    height: 176px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) {
    width: 333px;
    height: 297px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image {
    height: 198px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) {
    width: 296px;
    height: 264px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-image,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-image {
    height: 176px;
  }
  .section.sectiontype-noswipe.tilelayouttype-emotion .teaser .teaser-header,
  .section.sectiontype-toptheme.tilelayouttype-emotion .teaser:not(:first-child) .teaser-header {
    margin-bottom: 12px;
  }
}
.section.sectiontype-noswipe.tilelayouttype-information .teaser,
.section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 370px;
  height: 280px;
  margin-bottom: 40px;
}
.section.sectiontype-noswipe.tilelayouttype-information .teaser .teaser-meta,
.section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta {
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .section.sectiontype-noswipe.tilelayouttype-information .teaser,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
    width: 333px;
    height: 252px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-information .teaser .teaser-meta,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 1599px) {
  .section.sectiontype-noswipe.tilelayouttype-information .teaser,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
    width: 296px;
    height: 224px;
  }
  .section.sectiontype-noswipe.tilelayouttype-information .teaser .teaser-meta,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.sectiontype-noswipe.tilelayouttype-information .teaser,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
    width: 333px;
    height: 252px;
    margin-bottom: 20px;
  }
  .section.sectiontype-noswipe.tilelayouttype-information .teaser .teaser-meta,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 409px) {
  .section.sectiontype-noswipe.tilelayouttype-information .teaser,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) {
    width: 296px;
    height: 224px;
  }
  .section.sectiontype-noswipe.tilelayouttype-information .teaser .teaser-meta,
  .section.sectiontype-toptheme.tilelayouttype-information .teaser:not(:first-child) .teaser-meta {
    margin-bottom: 12px;
  }
}
/* Teaser V2 */
.section-v2 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 5rem;
}
.section-v2 .data {
  width: 100%;
  max-width: 1600px;
}
@media only screen and (max-width: 1679px) {
  .section-v2 .data {
    max-width: 1190px;
  }
}
@media only screen and (max-width: 1279px) {
  .section-v2 .data {
    max-width: 780px;
  }
}
@media only screen and (max-width: 879px) {
  .section-v2 .data {
    max-width: none;
  }
}
.section-v2.section-v2-type-text .data {
  padding: 2rem;
  width: auto;
}
.section-v2.section-v2-type-text .data a {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
  font-weight: inherit;
}
.section-v2.section-v2-type-text .data h1,
.section-v2.section-v2-type-text .data .h1,
.section-v2.section-v2-type-text .data p {
  max-width: 840px;
}
.section-v2.section-v2-type-text .data h1,
.section-v2.section-v2-type-text .data .h1 {
  font-size: 32px;
  font-weight: 600;
}
.section-v2.section-v2-type-text .data p {
  font-size: 20px;
  color: hsl(0, 0%, 100%);
}
.section-v2.section-v2-type-text .data .section-v2-button-link-list a {
  text-decoration: none;
}
.section-v2.section-v2-type-priority .data {
  display: grid;
  grid-template-columns: repeat(4, 370px);
  grid-auto-rows: minmax(300px, auto);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.section-v2.section-v2-type-priority .data .grid-item {
  background: rgba(0, 86, 162, 0.3);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.125);
}
.section-v2.section-v2-type-priority .data .grid-item.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 6rem 2rem 2rem;
  background: transparent;
  box-shadow: none;
}
.section-v2.section-v2-type-priority .data .grid-item.intro h1,
.section-v2.section-v2-type-priority .data .grid-item.intro .h1 {
  font-size: 36px;
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.section-v2.section-v2-type-priority .data .grid-item.intro h1:after,
.section-v2.section-v2-type-priority .data .grid-item.intro .h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.section-v2.section-v2-type-priority .data .grid-item.intro p {
  font-size: 20px;
}
.section-v2.section-v2-type-priority .data .grid-item.intro .call2action-list {
  padding-top: 1rem;
}
.section-v2.section-v2-type-priority .data .grid-item.intro .call2action-list .btn {
  font-weight: 700;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-image {
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro {
  display: flex;
  justify-content: space-between;
  padding: 0 0.75rem 0 1.5rem;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-score {
  display: inline-block;
  padding: 0 0.25rem;
  background: rgba(255, 0, 0, 0.5);
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro h3,
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
  padding: 1rem 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.75;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro h3:after,
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 2.5rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro h3:after,
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .h3:after {
  bottom: 0;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons {
  flex-shrink: 0;
  margin-left: 1.5rem;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons > li:not(:first-child) {
  padding-left: 4px;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons li {
  display: flex;
  align-items: center;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span {
  color: hsl(0, 0%, 100%);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  opacity: 0.5;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span:focus,
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span.btn {
  position: relative;
  padding: 0;
  border-radius: 50%;
  font-size: 14px;
  background: transparent;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span.btn i {
  width: auto;
  margin-left: 0;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span.btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  background-color: hsl(208, 100%, 56%);
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span.btn.btn-light:after {
  background: hsl(208, 100%, 72%);
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span.btn:focus,
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span.btn:hover {
  background: hsla(208, 100%, 56%, 0.2);
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span.btn:focus:after,
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .teaser-header-icons span.btn:hover:after {
  animation-name: icon-btn-hover;
  animation-duration: 0.4s;
}
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header h2,
.section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .h2 {
  padding: 0.75rem 1.5rem 1.25rem 1.5rem;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.section-v2.section-v2-type-priority .data .grid-item.poster .teaser-v2 {
  position: relative;
}
.section-v2.section-v2-type-priority .data .grid-item.poster .teaser-v2 .teaser-v2-image {
  height: 100%;
}
.section-v2.section-v2-type-priority .data .grid-item.poster .teaser-v2 .teaser-v2-video {
  height: 100%;
}
.section-v2.section-v2-type-priority .data .grid-item.poster .teaser-v2 .teaser-v2-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-v2.section-v2-type-priority .data .grid-item.poster .teaser-v2 .teaser-v2-header {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.section-v2.section-v2-type-priority .data .grid-item.poster .teaser-v2 .teaser-v2-header .teaser-v2-header-intro {
  display: none;
}
.section-v2.section-v2-type-priority .data .grid-item.poster .teaser-v2 .teaser-v2-header h2,
.section-v2.section-v2-type-priority .data .grid-item.poster .teaser-v2 .teaser-v2-header .h2 {
  font-size: 28px;
  padding: 0 6rem 0 2rem;
  margin-bottom: 40px;
}
.section-v2.section-v2-type-priority .data .grid-item.slider {
  position: relative;
}
.section-v2.section-v2-type-priority .data .grid-item.slider .slider-items {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-v2.section-v2-type-priority .data .grid-item.slider .teaser-v2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-v2.section-v2-type-priority .data .grid-item.slider .teaser-v2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(hsla(208, 100%, 32%, 0), hsla(208, 100%, 32%, 0.1), hsla(208, 100%, 32%, 0.25), hsla(208, 100%, 32%, 0.6));
}
.section-v2.section-v2-type-priority .data .grid-item.slider:not(.slider-initialized) .teaser-v2:not(:first-child) {
  display: none;
}
.section-v2.section-v2-type-priority .data .grid-item.slider.slider-initialized .teaser-v2 {
  display: none;
}
.section-v2.section-v2-type-priority .data .grid-item.slider.slider-initialized .teaser-v2.slider-current {
  display: flex;
  z-index: 10;
}
.section-v2.section-v2-type-priority .data .grid-item.slider.slider-toleft .teaser-v2.slider-current {
  display: flex;
  transform: translateX(0);
}
.section-v2.section-v2-type-priority .data .grid-item.slider.slider-toleft .teaser-v2.slider-current.slider-slide {
  transition: transform 0.6s ease-in-out;
  transition-timing-function: ease-in-out;
  transform: translateX(-100%);
}
.section-v2.section-v2-type-priority .data .grid-item.slider.slider-toleft .teaser-v2.slider-next {
  display: flex;
  transform: translateX(100%);
}
.section-v2.section-v2-type-priority .data .grid-item.slider.slider-toleft .teaser-v2.slider-next.slider-slide {
  transition: transform 0.6s ease-in-out;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
}
.section-v2.section-v2-type-priority .data .grid-item.slider.slider-toright .teaser-v2.slider-current {
  display: flex;
  transform: translateX(0);
}
.section-v2.section-v2-type-priority .data .grid-item.slider.slider-toright .teaser-v2.slider-current.slider-slide {
  transition: transform 0.6s ease-in-out;
  transition-timing-function: ease-in-out;
  transform: translateX(100%);
}
.section-v2.section-v2-type-priority .data .grid-item.slider.slider-toright .teaser-v2.slider-next {
  display: flex;
  transform: translateX(-100%);
}
.section-v2.section-v2-type-priority .data .grid-item.slider.slider-toright .teaser-v2.slider-next.slider-slide {
  transition: transform 0.6s ease-in-out;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
}
.section-v2.section-v2-type-priority .data .grid-item.slider .slider-nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
}
.section-v2.section-v2-type-priority .data .grid-item.slider .slider-nav.slider-nav-prev {
  left: -40px;
}
.section-v2.section-v2-type-priority .data .grid-item.slider .slider-nav.slider-nav-next {
  right: -40px;
}
.section-v2.section-v2-type-priority .data .grid-item.slider .slider-pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
}
.section-v2.section-v2-type-priority .data .grid-item.slider .slider-pager > li:not(:first-child) {
  padding-left: 8px;
}
.section-v2.section-v2-type-priority .data .grid-item.slider .slider-pager a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.section-v2.section-v2-type-priority .data .grid-item.slider .slider-pager a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-v2.section-v2-type-priority .data .grid-item.slider .slider-pager li.active a:before {
  background: hsl(208, 100%, 56%);
}
.section-v2.section-v2-type-priority .data .grid-item.slider:focus .slider-nav,
.section-v2.section-v2-type-priority .data .grid-item.slider:hover .slider-nav {
  display: block;
}
@media only screen and (max-width: 1899px) {
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header h2,
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1679px) {
  .section-v2.section-v2-type-priority .data {
    grid-template-columns: repeat(3, 370px);
  }
  .section-v2.section-v2-type-priority .data .grid-item.intro {
    padding-right: 2rem;
  }
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro h3,
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .h3 {
    font-size: 10px;
  }
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header h2,
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1279px) {
  .section-v2.section-v2-type-priority .data {
    grid-template-columns: repeat(2, 370px);
  }
}
@media only screen and (max-width: 1023px) {
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro h3,
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .h3 {
    font-size: 12px;
  }
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header h2,
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 879px) {
  .section-v2.section-v2-type-priority {
    width: calc(100% + 80px);
  }
  .section-v2.section-v2-type-priority .data {
    grid-template-columns: 100%;
  }
  .section-v2.section-v2-type-priority .data .grid-item:not(.intro):not(.prio1):not(.prio2) {
    width: 370px;
    margin: 0 auto;
  }
  .section-v2.section-v2-type-priority .data .grid-item.slider .slider-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 459px) {
  .section-v2.section-v2-type-priority .data .grid-item {
    width: 100%;
  }
  .section-v2.section-v2-type-priority .data .grid-item:not(.intro):not(.prio1):not(.prio2) {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
  .section-v2.section-v2-type-priority .data .grid-item.prio2 {
    padding: 2rem;
  }
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro h3,
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .teaser-v2-header-intro .h3 {
    font-size: 10px;
  }
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header h2,
  .section-v2.section-v2-type-priority .data .grid-item .teaser-v2 .teaser-v2-header .h2 {
    font-size: 14px;
  }
}
.section-v2.section-v2-type-priority.section-v2-preset-default .data .grid-item.intro {
  grid-area: 1 / 1 / 2 / 3;
}
.section-v2.section-v2-type-priority.section-v2-preset-default .data .grid-item.prio1 {
  grid-area: 1 / 3 / 2 / 5;
  height: 440px;
}
@media only screen and (max-width: 1679px) {
  .section-v2.section-v2-type-priority.section-v2-preset-default .data .grid-item.intro {
    grid-area: 2 / 1 / 3 / 4;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-default .data .grid-item.prio1 {
    grid-area: 1 / 1 / 2 / 4;
    height: 600px;
  }
}
@media only screen and (max-width: 1279px) {
  .section-v2.section-v2-type-priority.section-v2-preset-default .data .grid-item.intro {
    grid-area: 2 / 1 / 3 / 3;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-default .data .grid-item.prio1 {
    grid-area: 1 / 1 / 2 / 3;
    height: 440px;
  }
}
@media only screen and (max-width: 879px) {
  .section-v2.section-v2-type-priority.section-v2-preset-default .data .grid-item.intro {
    grid-area: 2 / 1 / 3 / 2;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-default .data .grid-item.prio1 {
    grid-area: 1 / 1 / 2 / 2;
  }
}
.section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.intro {
  grid-area: 1 / 1 / 2 / 3;
}
.section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.prio1 {
  grid-area: 1 / 3 / 2 / 5;
  height: 440px;
}
.section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.prio2 {
  grid-area: 2 / 1 / 3 / 3;
}
@media only screen and (max-width: 1679px) {
  .section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.intro {
    grid-area: 2 / 1 / 3 / 4;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.prio1 {
    grid-area: 1 / 1 / 2 / 4;
    height: 600px;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.prio2 {
    grid-area: 3 / 1 / 4 / 3;
  }
}
@media only screen and (max-width: 1279px) {
  .section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.intro {
    grid-area: 2 / 1 / 3 / 3;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.prio1 {
    grid-area: 1 / 1 / 2 / 3;
    height: 440px;
  }
}
@media only screen and (max-width: 879px) {
  .section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.intro {
    grid-area: 2 / 1 / 3 / 2;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.prio1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row1doublehorizstart .data .grid-item.prio2 {
    grid-area: 3 / 1 / 4 / 2;
  }
}
.section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.intro {
  grid-area: 1 / 1 / 2 / 3;
}
.section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.prio1 {
  grid-area: 1 / 3 / 2 / 5;
  height: 440px;
}
.section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.prio2 {
  grid-area: 3 / 3 / 4 / 5;
}
@media only screen and (max-width: 1679px) {
  .section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.intro {
    grid-area: 2 / 1 / 3 / 4;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.prio1 {
    grid-area: 1 / 1 / 2 / 4;
    height: 600px;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.prio2 {
    grid-area: 5 / 1 / 6 / 3;
  }
}
@media only screen and (max-width: 1279px) {
  .section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.intro {
    grid-area: 2 / 1 / 3 / 3;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.prio1 {
    grid-area: 1 / 1 / 2 / 3;
    height: 440px;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.prio2 {
    grid-area: 6 / 1 / 7 / 3;
  }
}
@media only screen and (max-width: 879px) {
  .section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.intro {
    grid-area: 2 / 1 / 3 / 2;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.prio1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .section-v2.section-v2-type-priority.section-v2-preset-row2doublehorizend .data .grid-item.prio2 {
    grid-area: 9 / 1 / 10 / 2;
  }
}
/* Content Search V2 */
.content-search-v2-container {
  position: relative;
}
.content-search-v2-container .content-search-options {
  padding: 0 !important;
  top: 200px;
  max-height: calc(100vh - 200px);
  overflow-y: visible;
}
.content-search-v2-container .content-search-options .content-search-options-scroll {
  padding-top: 5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content-search-v2-container .content-search-options .content-search-options-scroll.sticky-active {
  overflow-y: auto;
}
.content-search-v2-container .content-search-options .content-search-options-scroll::-webkit-scrollbar {
  display: none;
}
.content-search-v2-container .content-search-options .content-search-v2-option > h4,
.content-search-v2-container .content-search-options .content-search-v2-option > .h4 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.content-search-v2-container .content-search-options .content-search-v2-option > h4:after,
.content-search-v2-container .content-search-options .content-search-v2-option > .h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 2.5rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.content-search-v2-container .content-search-options .content-search-v2-option + .content-search-v2-option {
  margin-top: 60px;
}
.content-search-v2-container .content-search-options .content-search-v2-option .content-search-v2-time-def {
  display: none;
}
.content-search-v2-container .content-search-options .content-search-v2-option li.active ul.date-filter {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 0 1rem;
}
.content-search-v2-container .content-search-options .content-search-v2-option li.active ul.date-filter li {
  width: 48%;
}
.content-search-v2-container .content-search-options .content-search-v2-option li.active ul.date-filter li input[type="text"] {
  background: hsl(0, 0%, 100%);
  margin: 0 1rem 1rem 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  color: hsl(0, 0%, 48%);
  height: 32px;
  border-radius: 25px;
}
.content-search-v2-container .content-search-options .content-search-v2-option li.active ul.date-filter li input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: hsl(0, 0%, 72%);
}
.content-search-v2-container .content-search-options .content-search-v2-option li.active ul.date-filter li input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: hsl(0, 0%, 72%);
  opacity: 1;
}
.content-search-v2-container .content-search-options .content-search-v2-option li.active ul.date-filter li input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: hsl(0, 0%, 72%);
  opacity: 1;
}
.content-search-v2-container .content-search-options .content-search-v2-option li.active ul.date-filter li input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: hsl(0, 0%, 72%);
}
.content-search-v2-container .content-search-options .content-search-v2-option li.active ul.date-filter li input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: hsl(0, 0%, 72%);
}
.content-search-v2-container .content-search-options .content-search-options-tabs > ul {
  display: none;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-filter {
  display: block;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-planner {
  display: block;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-planner > h4,
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-planner > .h4 {
  display: none;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-planner:not(.tabs-data-planner-banner) {
  padding-top: 1.5rem;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-planner:not(.tabs-data-planner-banner) .planner-day {
  margin-bottom: 1rem;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-planner.tabs-data-planner-banner {
  padding: 0;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-planner.tabs-data-planner-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-preferences {
  display: block;
  padding: 0;
  margin-bottom: 1rem;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-preferences img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-preferences .businessentry-banner {
  position: relative;
  display: block;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-preferences .businessentry-banner .businessentry-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1.5rem 0 1.5rem;
  color: hsl(0, 0%, 100%);
  font-size: 112.5%;
  font-weight: 600;
  z-index: 5;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-preferences .businessentry-banner .businessentry-banner-call2action {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  font-size: 81.25%;
  line-height: 250%;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  z-index: 5;
}
.content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-preferences .businessentry-banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.75), hsla(0, 0%, 0%, 0));
  opacity: 0.75;
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  display: flex;
  justify-content: center;
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1919px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-right: 30px;
  }
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term {
  position: relative;
  margin-top: 0;
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"] {
  background: hsl(0, 0%, 100%);
  padding-right: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
  color: hsl(0, 0%, 48%);
  height: 40px;
  line-height: 40px;
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: hsl(0, 0%, 72%);
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: hsl(0, 0%, 72%);
  opacity: 1;
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: hsl(0, 0%, 72%);
  opacity: 1;
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: hsl(0, 0%, 72%);
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: hsl(0, 0%, 72%);
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: transparent;
  color: hsl(208, 100%, 56%);
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term button[type="submit"] i {
  margin-left: 0;
}
.content-search-v2-container .content-search-main.content-search-v2-main-explanation-data {
  padding-top: 5.2rem;
}
.content-search-v2-container .content-search-main .content-data {
  justify-content: flex-start;
}
.content-search-v2-container .content-search-main .content-data .list-container {
  display: block;
  margin: 0;
  flex-grow: 1;
}
.content-search-v2-container .content-search-main .content-data .list-item {
  display: flex;
  border-radius: 0.25rem;
  box-shadow: 0 0 1.25rem hsla(0, 0%, 0%, 0.1);
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-label {
  display: flex;
  flex-grow: 1;
  padding-right: 40px;
  flex-direction: column;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-label h4,
.content-search-v2-container .content-search-main .content-data .list-item .list-item-label .h4 {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-label .list-item-label-branding {
  margin: 20px 0 15px 0;
  width: 80px;
  height: 2px;
  background-color: #fbba00;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding-right: 40px;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-heading h3,
.content-search-v2-container .content-search-main .content-data .list-item .list-item-heading .h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  max-width: 600px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-heading .list-item-event {
  color: hsl(0, 0%, 100%);
  font-size: 12px;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-heading .list-item-event.list-item-event-solo {
  color: hsla(0, 0%, 100%, 0.5);
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-time {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 12px;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-schedule {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  flex-shrink: 0;
  padding-right: 40px;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-schedule p {
  font-size: 12px;
  max-width: none;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-schedule .list-item-schedule-header {
  margin-bottom: 5px;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-schedule .list-item-schedule-bar {
  position: relative;
  border-radius: 0.25rem;
  background: hsla(0, 0%, 100%, 0.1);
  height: 0.5rem;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-schedule .list-item-schedule-bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: hsla(0, 0%, 100%, 0.75);
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-schedule .list-item-location {
  margin-top: 5px;
  margin-bottom: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-schedule .list-item-location.list-item-location-solo {
  color: hsla(0, 0%, 100%, 0.5);
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-icons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-icons > li:not(:first-child) {
  padding-left: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-icons span {
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-icons span.light {
  color: rgba(255, 255, 255, 0.5);
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-icons span.btn {
  margin-left: 10px;
  background-color: hsla(208, 100%, 56%, 0.2);
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-icons span.btn i {
  width: auto;
  margin: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-icons span.btn-light {
  background-color: hsla(208, 100%, 56%, 0.1);
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-date {
  flex-shrink: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-date p {
  max-width: none;
  margin-bottom: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-detail {
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-talks p {
  margin-bottom: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-talks li {
  border-bottom: 1px solid hsl(0, 0%, 88%);
  padding: 8px 0;
  color: #0056A2;
  font-weight: 600;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers {
  position: relative;
  max-width: 400px;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers .list-item-speaker-image {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 4px solid hsl(0, 0%, 92%);
  background-size: cover;
  background-position: center center;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul {
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 6px;
  border-radius: 40px;
  background: hsl(0, 0%, 92%);
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 15px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul::-webkit-scrollbar {
  display: none;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul ul {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  padding: 10px 20px;
  width: 300px;
  background: hsl(0, 0%, 100%);
  border-radius: 40px;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul ul h6,
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul ul .h6 {
  color: #0056A2;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul ul li:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul > li {
  position: static;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul > li:not(:first-child) {
  padding-left: 2px;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul > li.active .list-item-speaker-image {
  border-color: hsl(208, 100%, 56%);
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul > li.active ul {
  display: block;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-info {
  flex-direction: column;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-info dt {
  width: 100%;
  font-weight: 400;
  font-size: 80%;
  padding-right: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-info dd {
  width: 100%;
}
.content-search-v2-container .content-search-main .content-data .list-item .list-item-info dd + dt {
  margin-top: 1rem;
}
.content-search-v2-container .content-search-main .content-data .list-item.loading .list-item-icons .teaser-icon-expandable span i,
.content-search-v2-container .content-search-main .content-data .list-item.loading .list-item-icons .teaser-icon-condensable span i {
  -webkit-animation: fa-spin 2s infinite steps(8);
  animation: fa-spin 2s infinite steps(8);
}
.content-search-v2-container .content-search-main .content-data .list-item.loading .list-item-icons .teaser-icon-expandable span i:before,
.content-search-v2-container .content-search-main .content-data .list-item.loading .list-item-icons .teaser-icon-condensable span i:before {
  content: "\f110";
}
.content-search-v2-container .content-search-main .content-data .list-item.disabled {
  display: none;
}
.content-search-v2-container .content-search-main .content-data .list-item + .list-item,
.content-search-v2-container .content-search-main .content-data .result-list-banner-container + .list-item,
.content-search-v2-container .content-search-main .content-data .results-for-other-dates + .list-item {
  margin-top: 10px;
}
.content-search-v2-container .content-search-main .content-data .results-for-other-dates {
  margin-top: 20px;
  padding: 0 30px;
}
.content-search-v2-container .content-search-main .content-data .list-item-condensed {
  background: rgba(0, 86, 162, 0.3);
  height: 80px;
  padding: 0 30px;
}
.content-search-v2-container .content-search-main .content-data .list-item-condensed .list-item-time {
  display: none;
}
.content-search-v2-container .content-search-main .content-data .list-item-condensed:focus,
.content-search-v2-container .content-search-main .content-data .list-item-condensed:hover {
  background-color: #0056A2;
}
.content-search-v2-container .content-search-main .content-data .list-item-condensed:focus .list-item-icons span.btn,
.content-search-v2-container .content-search-main .content-data .list-item-condensed:hover .list-item-icons span.btn {
  background-color: hsl(208, 100%, 56%);
}
.content-search-v2-container .content-search-main .content-data .list-item-condensed:focus .list-item-icons span.btn-light,
.content-search-v2-container .content-search-main .content-data .list-item-condensed:hover .list-item-icons span.btn-light {
  background-color: hsla(208, 100%, 56%, 0.5);
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded {
  flex-direction: column;
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header {
  position: relative;
  padding: 20px 30px 30px 30px;
  background-color: #0056A2;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header .primary {
  display: flex;
  align-items: flex-start;
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header .secondary {
  display: flex;
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header .list-item-detail {
  position: absolute;
  bottom: 0;
  right: 30px;
  transform: translateY(50%);
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header .list-item-heading {
  padding-bottom: 20px;
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header .list-item-heading h3,
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header .list-item-heading .h3 {
  font-size: 1.25rem;
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-content {
  display: flex;
  padding: 30px;
  background: hsl(0, 0%, 100%);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-content p {
  color: hsl(0, 0%, 48%);
  max-width: none;
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-content .primary {
  flex-grow: 1;
  padding-right: 80px;
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-content .secondary {
  width: 250px;
  flex-shrink: 0;
}
.content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-content .list-item-description {
  margin-bottom: 2rem;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  display: flex;
  flex-wrap: wrap;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered {
  align-items: center;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete {
  display: none;
  height: auto;
  max-height: 300px;
  width: calc(100% - 350px);
  border-radius: 1rem;
  position: absolute;
  top: 60px;
  padding: 1rem;
  background: hsl(0, 0%, 100%);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete.active {
  display: block;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete ul {
  height: 100%;
  max-height: calc(300px - 2rem);
  overflow-y: auto;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete ul::-webkit-scrollbar {
  width: 8px;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete ul::-webkit-scrollbar-track {
  background: transparent;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete ul::-webkit-scrollbar-thumb {
  background-color: hsl(0, 0%, 72%);
  border-radius: 20px;
  border: transparent;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete a,
.content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete p {
  color: hsl(0, 0%, 48%);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .explanation-data {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: right;
  margin: 10px 20px 0 20px;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .explanation-data ul.event-name-color-explanation {
  flex-wrap: nowrap;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .explanation-data ul.event-name-color-explanation li {
  display: flex;
  align-items: center;
  line-height: 40px;
  color: hsl(0, 0%, 100%);
  margin-left: 20px;
  font-size: 12px;
  flex-shrink: 0;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .explanation-data ul.event-name-color-explanation li span:first-child {
  margin-top: 1px;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 50%;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .selectize-control {
  display: none;
  width: 120px;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .selectize-control .selectize-input {
  background: hsl(208, 100%, 56%);
  color: #FFFFFF;
  padding: 0 calc(1rem + 40px) 0 1rem;
  line-height: 40px;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .selectize-control .selectize-input:after {
  color: #FFFFFF;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .selectize-control .selectize-dropdown {
  background: hsl(0, 0%, 100%);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .selectize-control .selectize-dropdown .option {
  padding: 0 1rem;
  line-height: 40px;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .selectize-control .selectize-dropdown .option.active {
  color: #FFFFFF;
  background: hsl(208, 100%, 72%);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.inline > li a {
  line-height: 40px;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.inline > li:not(:first-child) {
  padding-left: 0;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.inline > li:not(:first-child) a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.inline > li:not(:last-child) {
  padding-left: 0;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.inline > li:not(:last-child) a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.inline > li.active a:not(.disabled),
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.inline > li a:not(.disabled):focus,
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.inline > li a:not(.disabled):hover {
  background-color: hsl(208, 100%, 64%);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search {
  width: calc(100% - 350px);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term input[type="text"] {
  background: hsl(0, 0%, 100%);
  padding-right: 50px;
  padding-top: 0;
  padding-bottom: 0;
  color: hsl(0, 0%, 48%);
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: hsl(0, 0%, 72%);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: hsl(0, 0%, 72%);
  opacity: 1;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: hsl(0, 0%, 72%);
  opacity: 1;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: hsl(0, 0%, 72%);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: hsl(0, 0%, 72%);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: transparent;
  color: hsl(208, 100%, 56%);
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term button[type="submit"] i {
  margin-left: 0;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar .content-search-v2-toolbar-closeall a.btn.disabled {
  background: #004785;
  color: rgba(255, 255, 255, 0.35);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.content-search-v2-toolbar-sort {
  border-radius: 4px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.content-search-v2-toolbar-sort > li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: hsl(208, 100%, 56%);
  color: #FFFFFF;
  font-size: 16px;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.content-search-v2-toolbar-sort > li a:focus,
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.content-search-v2-toolbar-sort > li a:hover {
  background: hsl(208, 100%, 61%);
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.content-search-v2-toolbar-sort > li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.content-search-v2-container .content-search-main .content-search-v2-toolbar ul.content-search-v2-toolbar-sort > li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.content-search-v2-container .content-search-v2-totop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.25rem;
  z-index: 450;
}
@media only screen and (max-width: 1919px) {
  .content-search-v2-container .content-search-v2-totop {
    width: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-search-v2-container .content-search-v2-totop {
    width: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-search-v2-container .content-search-v2-totop {
    width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-search-v2-container .content-search-v2-totop {
    width: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-search-v2-container .content-search-v2-totop {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .content-search-v2-container .content-search-v2-totop {
    width: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .content-search-v2-container .content-search-v2-totop {
    width: 60px;
  }
}
@media only screen and (max-width: 1919px) {
  .content-search-v2-container .content-search-v2-totop {
    height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-search-v2-container .content-search-v2-totop {
    height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-search-v2-container .content-search-v2-totop {
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-search-v2-container .content-search-v2-totop {
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-search-v2-container .content-search-v2-totop {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .content-search-v2-container .content-search-v2-totop {
    height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .content-search-v2-container .content-search-v2-totop {
    height: 60px;
  }
}
@media only screen and (max-width: 1919px) {
  .content-search-v2-container .content-search-v2-totop {
    line-height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-search-v2-container .content-search-v2-totop {
    line-height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-search-v2-container .content-search-v2-totop {
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-search-v2-container .content-search-v2-totop {
    line-height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-search-v2-container .content-search-v2-totop {
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .content-search-v2-container .content-search-v2-totop {
    line-height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .content-search-v2-container .content-search-v2-totop {
    line-height: 60px;
  }
}
.content-search-v2-container .content-search-v2-totop i {
  background: hsl(208, 100%, 56%);
  padding: 0.75rem;
  border-radius: 0.25rem;
}
.content-search-v2-container.toolbar-sticky .content-search-main {
  padding-top: 0;
}
.content-search-v2-container.toolbar-sticky .content-search-main .content-search-v2-toolbar {
  position: sticky;
  top: 150px;
  transform: translateY(-25px);
  z-index: 100;
}
.content-search-v2-container.toolbar-sticky .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term input[type="text"] {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
}
.content-search-v2-container.toolbar-sticky .content-search-main .content-data {
  padding-top: calc(5rem - 50px);
}
@media only screen and (max-width: 1599px) {
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .toolbar-data {
    padding-left: 0;
    padding-right: 0;
    width: 336px;
  }
  .content-search-v2-container .content-search-main.content-search-v2-main-explanation-data {
    padding-top: 5.2rem;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete {
    width: calc(100% - 250px);
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .explanation-data {
    justify-content: left;
    margin: 0 10px 0 10px;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .explanation-data ul.event-name-color-explanation li {
    margin-left: 0;
    margin-right: 10px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item .list-item-icons span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul {
    margin-bottom: 80px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul ul {
    top: 56px;
    left: -10px;
    right: auto;
    transform: translateX(0);
  }
  .content-search-v2-container .content-search-main .content-data .results-for-other-dates {
    padding: 0 20px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-condensed {
    padding: 10px 10px 10px 20px;
    height: auto;
    flex-wrap: wrap;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-condensed .list-item-time {
    display: flex;
    order: 1;
    width: calc(100% - 100px);
  }
  .content-search-v2-container .content-search-main .content-data .list-item-condensed .list-item-icons {
    justify-content: flex-end;
    order: 2;
    width: 100px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-condensed .list-item-heading {
    order: 4;
    width: 100%;
    padding: 0.5rem 10px 0.5rem 0;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-condensed .list-item-schedule {
    order: 3;
    width: 100%;
    padding: 1rem 10px 1rem 0;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-condensed .list-item-schedule .list-item-schedule-header {
    display: none;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header {
    padding: 10px 10px 20px 20px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header .primary .list-item-label {
    padding-top: 8px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header .primary .list-item-schedule {
    display: none;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header .secondary {
    flex-direction: column;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-header .secondary .list-item-heading {
    padding-right: 10px;
    padding-bottom: 1rem;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-content {
    flex-direction: column;
    padding: 20px 20px 10px 20px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-content .primary {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .content-search-v2-container .content-search-main .content-data .list-item-expanded .list-item-content .secondary {
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .search-filters-dates {
    display: none;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .selectize-control {
    display: block;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1199px) {
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data {
    width: 520px;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete {
    max-height: 250px;
    width: calc(100% - 250px);
    overflow-y: auto;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete ul {
    max-height: calc(250px - 2rem);
  }
}
@media only screen and (max-width: 1023px) {
  .content-search-v2-container .content-search-options .content-search-options-scroll {
    padding-top: 40px;
    padding-left: calc(60px + 2.5rem);
    padding-right: calc(60px + 2.5rem);
    justify-content: center;
  }
  .content-search-v2-container .content-search-options .content-search-options-scroll .content-data {
    width: 585px;
  }
  .content-search-v2-container .content-search-options .content-search-v2-toolbar {
    left: calc(60px + 2.5rem);
    right: calc(60px + 2.5rem);
  }
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"] {
    background: #004785;
    color: #FFFFFF;
  }
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: hsla(0, 0%, 100%, 0.5);
  }
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: hsla(0, 0%, 100%, 0.5);
    opacity: 1;
  }
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: hsla(0, 0%, 100%, 0.5);
    opacity: 1;
  }
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: hsla(0, 0%, 100%, 0.5);
  }
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: hsla(0, 0%, 100%, 0.5);
  }
  .content-search-v2-container .content-search-options .content-search-v2-toolbar .form-box-search-term button[type="submit"] {
    color: #FFFFFF;
  }
  .content-search-v2-container .content-search-options .content-search-options-tabs > ul {
    display: block;
  }
  .content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-filter > h4,
  .content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-filter > .h4 {
    display: none;
  }
  .content-search-v2-container .content-search-options .content-search-options-tabs .tabs-data-filter:not(.active) {
    display: none;
  }
  .content-search-v2-container .content-search-options .content-search-v2-planner {
    display: none;
  }
  .content-search-v2-container .content-search-main {
    background: #004079;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar {
    left: calc(60px + 2.5rem);
    right: calc(60px + 2.5rem);
    justify-content: center;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search {
    width: calc(100% - 200px);
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data {
    width: 585px;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete {
    max-height: 250px;
    width: calc(100% - 200px);
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete ul {
    max-height: calc(250px - 2rem);
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .explanation-data {
    justify-content: center;
  }
  .content-search-v2-container.toolbar-sticky .content-search-options .content-search-options-tabs {
    padding-bottom: calc(2.5rem + 25px);
  }
  .content-search-v2-container.toolbar-sticky .content-search-main .content-search-v2-toolbar {
    position: absolute;
    top: 0;
  }
  .content-search-v2-container.toolbar-sticky .content-search-main .content-data {
    padding-top: 5rem;
  }
  .content-header-search-hidden + .content-search-v2-container .content-search-options .content-search-v2-toolbar {
    transition: top 0.2s ease-in-out;
    top: 20px;
  }
  .content-header-search-hidden + .content-search-v2-container .content-search-options .content-search-options-scroll {
    transition: padding-top 0.2s ease-in-out;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .content-search-v2-container .content-search-options .content-search-options-scroll {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-search-v2-container .content-search-options .content-search-options-scroll .content-data {
    width: 100%;
  }
  .content-search-v2-container .content-search-main .content-data .list-item .list-item-heading h3,
  .content-search-v2-container .content-search-main .content-data .list-item .list-item-heading .h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar {
    left: 40px;
    right: 40px;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search {
    width: 100%;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search .form-box-search-term {
    margin: 0;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .search-term-autocomplete ul li a {
    display: block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    /* Don't forget this one */
    text-overflow: ellipsis;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .toolbar-data.centered .content-search-v2-toolbar-sort {
    margin-top: 1rem;
  }
  .content-search-v2-container .content-search-main .content-data {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers {
    max-width: 308px;
  }
  .content-search-v2-container.toolbar-sticky .content-search-main .content-data {
    padding-top: 7rem;
  }
}
@media only screen and (max-width: 409px) {
  .content-search-v2-container .content-search-options .content-search-options-scroll {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar {
    left: 30px;
    right: 30px;
  }
  .content-search-v2-container .content-search-main .content-data {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers {
    max-width: 216px;
  }
  .content-search-v2-container .content-search-main .content-data .list-item .list-item-speakers > ul ul {
    width: 230px;
  }
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search {
    width: calc(100% - 150px);
  }
}
body.tse-digital .content-search-v2-sticky-toolbar-background {
  opacity: 0;
}
body.tse-digital .content-search-v2-sticky-toolbar-background.sticky-active {
  transition: opacity 0.5s;
  opacity: 1;
  position: fixed;
  content: "";
  width: 100%;
  height: 140px;
  top: 80px;
  background: rgba(0, 86, 162, 0.3);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
body.tse-digital header + .content-search-v2-container {
  margin-top: 240px;
}
body.tse-digital .content-header-search {
  background: none !important;
}
body.tse-digital .content-header-search:after {
  content: none;
}
body.tse-digital .content-header-search .content-header-search-data a {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
}
body.tse-digital .content-search-v2-container .content-search .content-search-main .content-data .teaser-container > h1,
body.tse-digital .content-search-v2-container .content-search .content-search-main .content-data .teaser-container > .h1,
body.tse-digital .content-search-v2-container .content-search .content-search-main .content-data .teaser-container > p {
  margin: 0 20px;
}
body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-container,
body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container,
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container {
  margin: -20px;
  width: calc(100% + 20px + 20px);
}
body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-container .teaser,
body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser,
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser {
  min-height: 400px;
  height: auto;
  width: 300px;
  justify-content: start;
  margin: 20px;
}
body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-container .teaser .teaser-image,
body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser .teaser-image,
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser .teaser-image {
  margin-top: 0;
  height: 200px;
  flex-grow: 0;
  flex-shrink: 0;
}
body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-container .teaser .teaser-header h1,
body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser .teaser-header h1,
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser .teaser-header h1,
body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-container .teaser .teaser-header .h1,
body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser .teaser-header .h1,
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser .teaser-header .h1 {
  -webkit-line-clamp: 4;
  padding-right: 0;
  line-height: 120%;
}
body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-container .teaser .teaser-text,
body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser .teaser-text,
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser .teaser-text {
  height: auto;
  margin: 10px 0 1.1875rem 0;
}
body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-container .teaser .teaser-text .teaser-text-base .teaser-text-teaser,
body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser .teaser-text .teaser-text-base .teaser-text-teaser,
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser .teaser-text .teaser-text-base .teaser-text-teaser {
  padding-right: 0;
  -webkit-line-clamp: 5;
  max-width: 100%;
  width: 100%;
}
body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-container .teaser .teaser-text .teaser-text-base .teaser-text-sub,
body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser .teaser-text .teaser-text-base .teaser-text-sub,
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser .teaser-text .teaser-text-base .teaser-text-sub {
  margin-bottom: 0;
  margin-top: 15px;
}
body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser .teaser-image-company {
  padding: 20px 70px;
}
body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser .teaser-image-company > .teaser-call2action {
  position: relative;
  right: -70px;
  bottom: -20px;
}
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser .teaser-image {
  justify-content: center;
  align-items: center;
}
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser .teaser-image .teaser-edit-link {
  margin: 0;
}
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser .teaser-image .teaser-edit-link .btn {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 2rem;
  padding: 0;
  text-align: center;
  font-size: 125%;
}
body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser .teaser-image .teaser-edit-link .btn i {
  width: auto;
  margin-left: 0;
}
body.tse-digital .content-search-v2-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: radial-gradient(#00417a 0%, rgba(0, 65, 122, 0) 100%);
  opacity: 0.25;
  z-index: -1;
}
@media only screen and (max-width: 1919px) {
  body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-header,
  body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-header,
  body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-header {
    height: auto;
  }
  body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .content-search-main .content-data .teaser-container > h1,
  body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .content-search-main .content-data .teaser-container > h1,
  body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .content-search-main .content-data .teaser-container > h1,
  body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .content-search-main .content-data .teaser-container > .h1,
  body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .content-search-main .content-data .teaser-container > .h1,
  body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .content-search-main .content-data .teaser-container > .h1,
  body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .content-search-main .content-data .teaser-container > p,
  body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .content-search-main .content-data .teaser-container > p,
  body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .content-search-main .content-data .teaser-container > p {
    margin: 0 10px;
  }
  body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-container,
  body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container,
  body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container {
    margin: -10px;
    width: calc(100% + 10px + 10px);
  }
  body.tse-digital .content-search-v2-container .content-search-v2-mediacenter .teaser-container .teaser,
  body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser,
  body.tse-digital .content-search-v2-container .content-search-v2-companyprofile .teaser-container .teaser {
    margin: 10px;
    width: 280px;
  }
  body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser .teaser-image-company {
    padding: 20px 60px;
  }
  body.tse-digital .content-search-v2-container .content-search-v2-eventcalendar .teaser-container .teaser .teaser-image-company > .teaser-call2action {
    position: relative;
    right: -60px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 1599px) {
  .content-search.content-search-v2-mediacenter .teaser-container:not(.condensed):not(.list),
  .content-search.content-search-v2-eventcalendar .teaser-container:not(.condensed):not(.list),
  .content-search.content-search-v2-companyprofile .teaser-container:not(.condensed):not(.list) {
    width: auto;
  }
  .content-search.content-search-v2-mediacenter .teaser-container:not(.condensed):not(.list) .teaser,
  .content-search.content-search-v2-eventcalendar .teaser-container:not(.condensed):not(.list) .teaser,
  .content-search.content-search-v2-companyprofile .teaser-container:not(.condensed):not(.list) .teaser {
    width: 249px;
    min-height: 370px;
  }
  .content-search.content-search-v2-mediacenter .teaser-container:not(.condensed):not(.list) .teaser .teaser-image,
  .content-search.content-search-v2-eventcalendar .teaser-container:not(.condensed):not(.list) .teaser .teaser-image,
  .content-search.content-search-v2-companyprofile .teaser-container:not(.condensed):not(.list) .teaser .teaser-image {
    height: 180px;
  }
}
@media only screen and (max-width: 1023px) {
  body.tse-digital .content-search-v2-sticky-toolbar-background {
    display: none;
  }
  body.tse-digital header + .content-search-v2-container {
    margin-top: 140px;
  }
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-mediacenter .content-search-main .content-data .teaser-container > h1,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-eventcalendar .content-search-main .content-data .teaser-container > h1,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-companyprofile .content-search-main .content-data .teaser-container > h1,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-mediacenter .content-search-main .content-data .teaser-container > .h1,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-eventcalendar .content-search-main .content-data .teaser-container > .h1,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-companyprofile .content-search-main .content-data .teaser-container > .h1,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-mediacenter .content-search-main .content-data .teaser-container > p,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-eventcalendar .content-search-main .content-data .teaser-container > p,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-companyprofile .content-search-main .content-data .teaser-container > p {
    margin: 0 20px;
  }
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-mediacenter .teaser-container,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-eventcalendar .teaser-container,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-companyprofile .teaser-container {
    margin: -20px;
    width: calc(100% + 20px + 20px);
  }
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-mediacenter .teaser-container .teaser,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-eventcalendar .teaser-container .teaser,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-companyprofile .teaser-container .teaser {
    margin: 20px;
    width: 272px;
  }
  body.tse-digital .content-search-v2-container .content-search-options {
    background: transparent;
  }
  body.tse-digital .content-search-v2-container .content-search-main {
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-businessdirectory .content-search-main .content-data .teaser-container {
    justify-content: center;
  }
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-mediacenter .content-search-main .content-data,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-eventcalendar .content-search-main .content-data,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-companyprofile .content-search-main .content-data {
    justify-content: center;
  }
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-mediacenter .content-search-main .content-data .teaser-container,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-eventcalendar .content-search-main .content-data .teaser-container,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-companyprofile .content-search-main .content-data .teaser-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-mediacenter .content-search-main .content-data .teaser-container > p,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-eventcalendar .content-search-main .content-data .teaser-container > p,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-companyprofile .content-search-main .content-data .teaser-container > p {
    margin: 0;
  }
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-mediacenter .content-search-main .content-data .teaser-container .teaser,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-eventcalendar .content-search-main .content-data .teaser-container .teaser,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-companyprofile .content-search-main .content-data .teaser-container .teaser {
    height: auto;
    margin: 20px;
    width: 300px;
    min-height: 400px;
  }
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-mediacenter .content-search-main .content-data .teaser-container .teaser .teaser-image,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-eventcalendar .content-search-main .content-data .teaser-container .teaser .teaser-image,
  body.tse-digital .content-search-v2-container .content-search.content-search-v2-companyprofile .content-search-main .content-data .teaser-container .teaser .teaser-image {
    height: 200px;
  }
}
@media only screen and (max-width: 409px) {
  .content-search-v2-container .content-search-main .content-search-v2-toolbar .tabs-data-search {
    width: 100%;
  }
}
/* Mics Pages */
.content-profile .profile-submit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.content-profile .profile-submit a {
  line-height: 2.5rem;
}
.content-profile .profiledelete-submit {
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
}
.content-profile .profiledelete-submit a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.content-profile .profiledelete-submit .form-box-submit {
  margin-top: 0;
}
.content-profile .profiledelete-submit .form-box-submit button[type="submit"] {
  background: hsl(208, 100%, 72%);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.content-businessentry .businessentry-medium-preview img {
  max-height: 250px;
  width: auto;
}
.content-businessentry .businessentry-btnlist > li:not(:first-child) {
  padding-left: 0;
}
.content-businessentry .businessentry-btnlist > li:not(:first-child) a.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.content-businessentry .businessentry-btnlist > li:not(:last-child) a.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.content-businessentry .businessentry-overview .businessentry-overview-title a {
  font-weight: 600;
  line-height: 2.5rem;
}
.content-businessentry .businessentry-overview .businessentry-overview-actions {
  text-align: right;
}
.content-businessentry .businessentry-overview .businessentry-overview-actions ul {
  justify-content: flex-end;
}
.content-businessentry .businessentry-overview .businessentry-overview-actions ul > li:not(:first-child) {
  padding-left: 0;
}
.content-businessentry .businessentry-overview .businessentry-overview-actions ul li.businessentry-overview-status {
  padding-right: 0.5rem;
  line-height: 2.5rem;
}
.content-businessentry .businessentry-overview .businessentry-overview-actions ul li a:not(.btn) {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.content-businessentry .businessentry-overview-info-image {
  padding-top: 2rem;
}
.content-businessentry .businessentry-overview-info-image img {
  max-width: 100%;
  height: auto;
}
.content-businessentry .businessentry-contactpersons .businessentry-contactperson {
  border: 2px solid hsl(0, 0%, 88%);
  border-radius: 0.25rem;
  padding: 2rem;
}
.content-businessentry .businessentry-contactpersons .businessentry-contactperson > .form-box:first-child {
  margin-top: 0;
}
.content-businessentry .businessentry-contactpersons .businessentry-contactperson .businessentry-contactperson-remove-container {
  text-align: right;
}
.content-businessentry .businessentry-contactpersons .businessentry-contactperson + .businessentry-contactperson {
  margin-top: 2rem;
}
.content-businessentry .businessentry-contactperson-add {
  color: hsl(208, 100%, 56%);
}
.content-businessentry .businessentry-contactperson-add.disabled {
  color: hsl(208, 100%, 64%);
}
.content-logout .logout-buttons {
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
}
.content-logout .logout-buttons a.logout-button-home {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.content-logout .logout-buttons a.logout-button-login {
  background: hsl(208, 100%, 72%);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  .content-logout .logout-buttons {
    flex-direction: column;
  }
  .content-logout .logout-buttons a.logout-button-home {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .content-logout .logout-buttons a.logout-button-login {
    background: hsl(208, 100%, 72%);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-top: 10px;
  }
  .content-logout .logout-buttons a {
    width: 100%;
  }
}
/* Footer */
.footer {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 1919px) {
  .footer {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .footer {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .footer {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .footer {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .footer {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .footer {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .footer {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .footer {
    padding-left: 30px;
  }
}
.footer .footer-nav h3,
.footer .event-nav h3,
.footer .footer-nav .h3,
.footer .event-nav .h3 {
  display: none;
}
.footer .footer-nav {
  display: flex;
  align-items: center;
}
.footer .footer-nav .participation-logo-images-nav {
  margin-left: 2.5rem;
}
.footer .footer-nav .social-nav {
  flex-shrink: 0;
}
.footer .footer-nav .social-nav + .bottom-nav {
  margin-left: 3.75rem;
}
.footer .event-nav {
  justify-content: flex-end;
  flex-shrink: 0;
}
.footer .event-nav ul li.em-power-logo a img {
  margin-top: 16px;
  height: 23px;
}
.footer .branding {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.33rem;
  background: #fbba00;
}
.footer .branding ul {
  width: 100%;
}
.footer .branding ul > li {
  flex: 1;
  display: inline-block;
  height: 0.33rem;
}
@media only screen and (max-width: 1919px) {
  .footer .event-nav ul li.em-power-logo a img {
    margin-top: 13px;
    height: 22px;
  }
}
@media only screen and (max-width: 1599px) {
  .footer .event-nav ul li.em-power-logo a img {
    margin-top: 12px;
    height: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .footer .event-nav ul li.em-power-logo a img {
    margin-top: 11px;
    height: 21px;
  }
}
@media only screen and (max-width: 1366px) {
  .footer {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 2.5rem;
  }
  .footer .footer-nav,
  .footer .event-nav {
    width: 100%;
    align-items: flex-start;
  }
  .footer .footer-nav h3,
  .footer .event-nav h3,
  .footer .footer-nav .h3,
  .footer .event-nav .h3 {
    display: inline-block;
    position: relative;
    padding-bottom: 2.5rem;
    font-weight: 600;
  }
  .footer .footer-nav h3:after,
  .footer .event-nav h3:after,
  .footer .footer-nav .h3:after,
  .footer .event-nav .h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(2.5rem/2 - 1px);
    width: 2.5rem;
    max-width: 100%;
    height: 2px;
    background: #fbba00;
  }
  .footer .footer-nav ul li.em-power-logo a img,
  .footer .event-nav ul li.em-power-logo a img {
    margin-top: 11px;
    height: 20px;
  }
  .footer .footer-nav.include-participation-logo-images-nav .social-nav,
  .footer .footer-nav.include-participation-logo-images-nav .bottom-nav,
  .footer .footer-nav.include-participation-logo-images-nav .participation-logo-images-nav {
    width: 33%;
  }
  .footer .footer-nav .social-nav,
  .footer .footer-nav .bottom-nav,
  .footer .footer-nav .participation-logo-images-nav {
    width: 50%;
  }
  .footer .footer-nav .participation-logo-images-nav {
    order: 3;
  }
  .footer .footer-nav .social-nav {
    order: 2;
    margin-left: 3.75rem;
  }
  .footer .footer-nav .bottom-nav {
    margin-left: 0;
  }
  .footer .footer-nav .bottom-nav ul {
    flex-direction: column;
  }
  .footer .footer-nav .bottom-nav ul > li:not(:first-child) {
    padding-left: 0;
    padding-top: 1rem;
  }
  .footer .footer-nav .social-nav + .bottom-nav {
    margin-left: 0;
  }
  .footer .footer-nav + .event-nav {
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .event-nav ul li.em-power-logo a img {
    margin-top: 13px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .event-nav ul li.em-power-logo a img {
    margin-top: 14px;
    height: 22px;
  }
  .footer .footer-nav.include-participation-logo-images-nav .social-nav,
  .footer .footer-nav.include-participation-logo-images-nav .bottom-nav,
  .footer .footer-nav.include-participation-logo-images-nav .participation-logo-images-nav {
    width: 100%;
  }
  .footer .footer-nav {
    flex-wrap: wrap;
  }
  .footer .footer-nav .social-nav,
  .footer .footer-nav .bottom-nav,
  .footer .footer-nav .participation-logo-images-nav {
    width: 100%;
  }
  .footer .footer-nav .social-nav,
  .footer .footer-nav .participation-logo-images-nav {
    order: 0;
    margin-left: 0;
  }
  .footer .footer-nav .social-nav + .bottom-nav,
  .footer .footer-nav .participation-logo-images-nav {
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 409px) {
  .footer .event-nav ul li.em-power-logo a img {
    margin-top: 11px;
    height: 21px;
  }
}
/* Sidebars */
.servicenav {
  position: fixed;
  top: 15rem;
  right: 0;
  background: #fbba00;
  border-radius: 0.25rem 0 0 0.25rem;
  width: 2.5rem;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  z-index: 100;
}
.servicenav ul.inline {
  flex-direction: column;
}
.servicenav ul.inline > li:not(:first-child) {
  padding-left: 0;
}
.servicenav ul.inline a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  text-align: center;
}
.servicenav ul.inline a:focus,
.servicenav ul.inline a:hover {
  background: hsla(0, 0%, 100%, 0.1);
}
.servicenav ul.inline li.servicenav-show {
  display: none;
}
.servicenav ul.inline li.servicenav-show a {
  width: 1.25rem;
  height: 5rem;
  line-height: 5rem;
}
.servicenav.condensed {
  width: 1.25rem;
}
.servicenav.condensed ul.inline li:not(.servicenav-show) {
  display: none;
}
.servicenav.condensed ul.inline li.servicenav-show {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .servicenav {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    hieght: 48px;
  }
  .servicenav ul.inline {
    flex-direction: row;
  }
  .servicenav ul.inline li {
    flex-grow: 1;
    flex-basis: 0;
  }
  .servicenav ul.inline a {
    display: block;
    width: auto;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  .servicenav ul.inline li.servicenav-show a {
    width: auto;
    height: 0;
  }
  .servicenav.condensed {
    width: 100%;
    height: 0;
  }
  .servicenav.condensed ul.inline {
    display: none;
  }
  .servicenav.scroll-up {
    hieght: 48px;
  }
  .servicenav.scroll-up ul.inline {
    display: flex;
  }
  .servicenav.scroll-up ul.inline li:not(.servicenav-show) {
    display: inline;
  }
  .servicenav.scroll-up ul.inline li.servicenav-show {
    display: none;
  }
  .hero-active .servicenav {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1919px) {
  .servicenav {
    hieght: 36px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1599px) {
  .servicenav {
    hieght: 36px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1366px) {
  .servicenav {
    hieght: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1199px) {
  .servicenav {
    hieght: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1023px) {
  .servicenav {
    hieght: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .servicenav {
    hieght: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 409px) {
  .servicenav {
    hieght: 18px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1919px) {
  .servicenav ul.inline a {
    height: 36px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1599px) {
  .servicenav ul.inline a {
    height: 36px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1366px) {
  .servicenav ul.inline a {
    height: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1199px) {
  .servicenav ul.inline a {
    height: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1023px) {
  .servicenav ul.inline a {
    height: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .servicenav ul.inline a {
    height: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 409px) {
  .servicenav ul.inline a {
    height: 18px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1919px) {
  .servicenav ul.inline a {
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1599px) {
  .servicenav ul.inline a {
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1366px) {
  .servicenav ul.inline a {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1199px) {
  .servicenav ul.inline a {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1023px) {
  .servicenav ul.inline a {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .servicenav ul.inline a {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 409px) {
  .servicenav ul.inline a {
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1919px) {
  .servicenav.scroll-up {
    hieght: 36px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1599px) {
  .servicenav.scroll-up {
    hieght: 36px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1366px) {
  .servicenav.scroll-up {
    hieght: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1199px) {
  .servicenav.scroll-up {
    hieght: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1023px) {
  .servicenav.scroll-up {
    hieght: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .servicenav.scroll-up {
    hieght: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 409px) {
  .servicenav.scroll-up {
    hieght: 18px;
  }
}
/* Overlays */
.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: hsl(208, 100%, 24%);
  overflow-y: scroll;
  z-index: 450;
  flex-direction: column;
  display: none;
}
.header-overlay:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right bottom, rgba(0, 64, 121, 0.5), rgba(0, 64, 121, 0)), linear-gradient(to left top, rgba(0, 43, 80, 0.75), rgba(0, 43, 80, 0));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.header-overlay .header-overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-close {
    width: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-close {
    width: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay .header-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .header-overlay .header-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-close {
    height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-close {
    height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay .header-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .header-overlay .header-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-close {
    line-height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-close {
    line-height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay .header-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .header-overlay .header-overlay-close {
    line-height: 60px;
  }
}
.header-overlay .header-overlay-totop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-totop {
    width: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-totop {
    width: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-totop {
    width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-totop {
    width: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-totop {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay .header-overlay-totop {
    width: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .header-overlay .header-overlay-totop {
    width: 60px;
  }
}
@media only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-totop {
    height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-totop {
    height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-totop {
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-totop {
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-totop {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay .header-overlay-totop {
    height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .header-overlay .header-overlay-totop {
    height: 60px;
  }
}
@media only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-totop {
    line-height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-totop {
    line-height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-totop {
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-totop {
    line-height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-totop {
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay .header-overlay-totop {
    line-height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .header-overlay .header-overlay-totop {
    line-height: 60px;
  }
}
.header-overlay .header-overlay-totop i {
  background: hsl(208, 100%, 56%);
  padding: 0.75rem;
  border-radius: 0.25rem;
}
.header-overlay .header-info {
  height: 160px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1919px) {
  .header-overlay .header-info {
    height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-overlay .header-info {
    height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .header-overlay .header-info {
    height: 60px;
  }
}
.header-overlay .header-overlay-content {
  flex-shrink: 0;
  padding-left: 80px;
  padding-right: 80px;
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-content {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-content {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay .header-overlay-content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .header-overlay .header-overlay-content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-content {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-content {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-content {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-content {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-content {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay .header-overlay-content {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .header-overlay .header-overlay-content {
    padding-right: 30px;
  }
}
.header-overlay .header-overlay-content h3,
.header-overlay .header-overlay-content .h3 {
  margin-top: 2.5rem;
  display: inline-block;
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.header-overlay .header-overlay-content h3:after,
.header-overlay .header-overlay-content .h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 2.5rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.header-overlay .header-overlay-content .slogan {
  color: #FFFFFF;
  margin-bottom: 2rem;
  padding-top: 1rem;
  flex-direction: column;
}
.header-overlay .header-overlay-content .slogan li:not(:first-child) {
  padding-left: 0;
}
.header-overlay .header-overlay-content .slogan li + li {
  padding-top: 0.5rem;
}
.header-overlay .header-overlay-content .main-nav-container {
  margin-bottom: 2rem;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav {
  display: block;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav > li {
  display: block;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav > li:not(:first-child) {
  padding-left: 0;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav > li > a {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  padding-right: 40px;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav > li.has-sub > a:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(208, 100%, 56%);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  /* angle down */
  content: "\f107";
}
.header-overlay .header-overlay-content .main-nav-container .main-nav > li.has-sub.active > a:after {
  color: #FFFFFF;
  /* angle-up */
  content: "\f106";
}
.header-overlay .header-overlay-content .main-nav-container .main-nav > li.has-sub.active .sub {
  display: block;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav > li.active {
  margin-bottom: 2rem;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub {
  display: none;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-data {
  background: none !important;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-info {
  display: none;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav {
  padding-left: 1rem;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section a {
  display: inline-block;
  color: #FFFFFF;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-weight: 700;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section p.no-link {
  padding: 0.5rem 0;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section p a {
  padding: 0.5rem 0;
  font-weight: 700;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section p a i {
  display: inline;
  color: #FFFFFF;
  padding-left: 10px;
  font-size: 14px;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section ul {
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section ul a {
  padding: 0.25rem 20px 0.25rem 0;
  transition: padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section ul a i {
  display: inline;
  color: #FFFFFF;
  padding-left: 10px;
  font-size: 14px;
  visibility: hidden;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section ul a:focus,
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section ul a:hover {
  padding-left: 20px;
  padding-right: 0;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section ul a:focus i,
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section ul a:hover i {
  visibility: visible;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section + .sub-section {
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-section-container .sub-section:last-child {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-link {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-link a {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #FFFFFF;
}
.header-overlay .header-overlay-content .main-nav-container .main-nav .sub .sub-nav .sub-link a i {
  display: inline;
  color: #FFFFFF;
  padding-left: 10px;
  font-size: 14px;
}
.header-overlay .header-overlay-content .main-nav-button {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.header-overlay .header-overlay-content .main-nav-button a {
  font-weight: 600;
}
.header-overlay .header-overlay-content .service-nav {
  margin-bottom: 3.75rem;
}
.header-overlay .header-overlay-content .service-nav a {
  display: inline-block;
  color: #FFFFFF;
  transform: translateX(-10px);
  padding: 0.5rem 0;
}
.header-overlay .header-overlay-content .service-nav a i {
  width: 30px;
  text-align: center;
}
.header-overlay .header-overlay-content .service-nav .service-nav-partof {
  display: none;
}
.header-overlay .footer {
  flex-shrink: 0;
  margin-top: auto;
}
.header-overlay .footer .footer-nav {
  width: 800px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-content {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
  }
  .header-overlay .footer {
    padding-left: 60px;
    padding-right: 60px;
  }
  .header-overlay .footer .footer-nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-content {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-content {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 767px) {
  .header-overlay .header-overlay-content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 409px) {
  .header-overlay .header-overlay-content {
    padding-left: 22.5px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-content {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-content {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 767px) {
  .header-overlay .header-overlay-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 409px) {
  .header-overlay .header-overlay-content {
    padding-right: 22.5px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1919px) {
  .header-overlay .footer {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1599px) {
  .header-overlay .footer {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1366px) {
  .header-overlay .footer {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1199px) {
  .header-overlay .footer {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .header-overlay .footer {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 767px) {
  .header-overlay .footer {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 409px) {
  .header-overlay .footer {
    padding-left: 22.5px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1919px) {
  .header-overlay .footer {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1599px) {
  .header-overlay .footer {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1366px) {
  .header-overlay .footer {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1199px) {
  .header-overlay .footer {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .header-overlay .footer {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 767px) {
  .header-overlay .footer {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 409px) {
  .header-overlay .footer {
    padding-right: 22.5px;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay .header-overlay-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-overlay .header-overlay-content .service-nav {
    flex-direction: column;
  }
  .header-overlay .header-overlay-content .service-nav > li:not(:first-child) {
    padding-left: 0;
  }
  .header-overlay .header-overlay-content .service-nav a i {
    width: 40px;
  }
  .header-overlay .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .header-overlay .header-overlay-content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 409px) {
  .header-overlay .header-overlay-content {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1919px) {
  .header-overlay .header-overlay-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1599px) {
  .header-overlay .header-overlay-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1366px) {
  .header-overlay .header-overlay-content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1199px) {
  .header-overlay .header-overlay-content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1023px) {
  .header-overlay .header-overlay-content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .header-overlay .header-overlay-content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 409px) {
  .header-overlay .header-overlay-content {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1919px) {
  .header-overlay .footer {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1599px) {
  .header-overlay .footer {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1366px) {
  .header-overlay .footer {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1199px) {
  .header-overlay .footer {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1023px) {
  .header-overlay .footer {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .header-overlay .footer {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 409px) {
  .header-overlay .footer {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1919px) {
  .header-overlay .footer {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1599px) {
  .header-overlay .footer {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1366px) {
  .header-overlay .footer {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1199px) {
  .header-overlay .footer {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1023px) {
  .header-overlay .footer {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .header-overlay .footer {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 409px) {
  .header-overlay .footer {
    padding-right: 15px;
  }
}
.service-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: hsl(208, 100%, 24%);
  flex-direction: column;
  overflow-y: scroll;
  z-index: 500;
  display: none;
}
.service-overlay:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #004079;
  opacity: 0.75;
  z-index: 501;
}
.service-overlay > * {
  z-index: 502;
}
.service-overlay .service-overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1919px) {
  .service-overlay .service-overlay-close {
    width: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .service-overlay .service-overlay-close {
    width: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .service-overlay .service-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-overlay .service-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-overlay .service-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-overlay .service-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .service-overlay .service-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 1919px) {
  .service-overlay .service-overlay-close {
    height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .service-overlay .service-overlay-close {
    height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .service-overlay .service-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-overlay .service-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-overlay .service-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-overlay .service-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .service-overlay .service-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 1919px) {
  .service-overlay .service-overlay-close {
    line-height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .service-overlay .service-overlay-close {
    line-height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .service-overlay .service-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-overlay .service-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-overlay .service-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-overlay .service-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .service-overlay .service-overlay-close {
    line-height: 60px;
  }
}
.service-overlay .header-info {
  flex-shrink: 0;
  height: 160px;
}
@media only screen and (max-width: 1919px) {
  .service-overlay .header-info {
    height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .service-overlay .header-info {
    height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .service-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .service-overlay .header-info {
    height: 60px;
  }
}
.service-overlay .service-overlay-content {
  padding-top: 80px;
  bottom: 80px;
  left: 80px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 1919px) {
  .service-overlay .service-overlay-content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .service-overlay .service-overlay-content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .service-overlay .service-overlay-content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-overlay .service-overlay-content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-overlay .service-overlay-content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-overlay .service-overlay-content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .service-overlay .service-overlay-content {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .service-overlay .service-overlay-content {
    bottom: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .service-overlay .service-overlay-content {
    bottom: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .service-overlay .service-overlay-content {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-overlay .service-overlay-content {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-overlay .service-overlay-content {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-overlay .service-overlay-content {
    bottom: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .service-overlay .service-overlay-content {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .service-overlay .service-overlay-content {
    left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .service-overlay .service-overlay-content {
    left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .service-overlay .service-overlay-content {
    left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-overlay .service-overlay-content {
    left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-overlay .service-overlay-content {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-overlay .service-overlay-content {
    left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .service-overlay .service-overlay-content {
    left: 30px;
  }
}
.service-overlay .service-overlay-data {
  width: 35rem;
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1919px) {
  .service-overlay .service-overlay-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .service-overlay .service-overlay-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .service-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .service-overlay .service-overlay-data {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .service-overlay .service-overlay-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .service-overlay .service-overlay-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .service-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .service-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .service-overlay .service-overlay-data {
    padding-left: 30px;
  }
}
.service-overlay .service-overlay-data h6,
.service-overlay .service-overlay-data .h6 {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 2rem;
  line-height: 125%;
}
.service-overlay .footer {
  flex-shrink: 0;
  margin-top: auto;
}
body.hero-active .service-overlay .header-info {
  opacity: 1;
}
.fulltextsearch-overlay .service-overlay-data {
  width: 53rem;
  color: #FFFFFF;
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 1919px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .fulltextsearch-overlay .service-overlay-data {
    padding-left: 30px;
  }
}
.fulltextsearch-overlay form {
  margin-bottom: 2.5rem;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term {
  position: relative;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #fbba00;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term input[type="text"] {
  background: transparent;
  padding: 0 2.5rem 0 0;
  color: #FFFFFF;
  height: 3.75rem;
  font-size: 150%;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: hsl(0, 0%, 100%);
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: hsl(0, 0%, 100%);
  opacity: 1;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: hsl(0, 0%, 100%);
  opacity: 1;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: hsl(0, 0%, 100%);
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: hsl(0, 0%, 100%);
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: transparent;
  line-height: 3.75rem;
  font-size: 150%;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term button[type="submit"] i {
  margin-left: 0;
  width: 3.75rem;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term .fulltextsearch-term-autocomplete {
  display: none;
  position: absolute;
  top: 5rem;
  left: 0;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-term .fulltextsearch-term-autocomplete a {
  color: rgba(255, 255, 255, 0.75);
}
.fulltextsearch-overlay form .form-box-fulltextsearch-searchfields .form-box-checkbox {
  margin-bottom: 0;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-searchfields .form-box-checkbox label:before,
.fulltextsearch-overlay form .form-box-fulltextsearch-searchfields .form-box-checkbox .label:before {
  border-radius: 0.5rem;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-searchfields .form-box-checkbox > input[type="checkbox"]:checked + label:before,
.fulltextsearch-overlay form .form-box-fulltextsearch-searchfields .form-box-checkbox > input[type="checkbox"]:checked + .label:before {
  background: transparent;
  border-radius: 0.5rem;
}
.fulltextsearch-overlay form .form-box-fulltextsearch-searchfields .form-box-checkbox > input[type="checkbox"]:checked + label:after,
.fulltextsearch-overlay form .form-box-fulltextsearch-searchfields .form-box-checkbox > input[type="checkbox"]:checked + .label:after {
  color: #FFFFFF;
}
.fulltextsearch-overlay .fulltextsearch-intro {
  color: rgba(255, 255, 255, 0.75);
}
.fulltextsearch-overlay .fulltextsearch-results {
  display: none;
}
.fulltextsearch-overlay .fulltextsearch-results h2,
.fulltextsearch-overlay .fulltextsearch-results .h2,
.fulltextsearch-overlay .fulltextsearch-results h4,
.fulltextsearch-overlay .fulltextsearch-results .h4 {
  font-size: 1rem;
  padding-bottom: 0;
}
.fulltextsearch-overlay .fulltextsearch-results h2,
.fulltextsearch-overlay .fulltextsearch-results .h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.fulltextsearch-overlay .fulltextsearch-results h4:after,
.fulltextsearch-overlay .fulltextsearch-results .h4:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  /* long-arrow-right */
  content: "\f178";
  margin-left: 0.5rem;
  color: hsl(208, 100%, 56%);
  font-weight: 400;
}
.fulltextsearch-overlay .fulltextsearch-results p {
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fulltextsearch-overlay .fulltextsearch-results p b {
  color: white;
}
.fulltextsearch-overlay .fulltextsearch-results .fulltextsearch-result {
  display: block;
  margin-bottom: 2.5rem;
}
.fulltextsearch-overlay.fulltextsearch-show-autocomplete .form-box-fulltextsearch-searchfields {
  display: none;
}
.fulltextsearch-overlay.fulltextsearch-show-autocomplete .fulltextsearch-intro {
  display: none;
}
.fulltextsearch-overlay.fulltextsearch-show-autocomplete form .form-box-fulltextsearch-term .fulltextsearch-term-autocomplete {
  display: block;
  width: 100%;
}
.fulltextsearch-overlay.fulltextsearch-show-autocomplete form .form-box-fulltextsearch-term .fulltextsearch-term-autocomplete ul {
  max-height: 250px;
  overflow-y: auto;
}
.fulltextsearch-overlay.fulltextsearch-show-results .fulltextsearch-intro {
  display: none;
}
.fulltextsearch-overlay.fulltextsearch-show-results .fulltextsearch-results {
  display: block;
}
.venue-overlay .service-overlay-data {
  width: 53rem;
  color: #FFFFFF;
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 1919px) {
  .venue-overlay .service-overlay-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .venue-overlay .service-overlay-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .venue-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .venue-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .venue-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .venue-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .venue-overlay .service-overlay-data {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .venue-overlay .service-overlay-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .venue-overlay .service-overlay-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .venue-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .venue-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .venue-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .venue-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .venue-overlay .service-overlay-data {
    padding-left: 30px;
  }
}
.venue-overlay .service-overlay-data h1,
.venue-overlay .service-overlay-data .h1,
.venue-overlay .service-overlay-data h6,
.venue-overlay .service-overlay-data .h6 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.venue-overlay .service-overlay-data h1:after,
.venue-overlay .service-overlay-data .h1:after,
.venue-overlay .service-overlay-data h6:after,
.venue-overlay .service-overlay-data .h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.venue-overlay .service-overlay-data h1 + p,
.venue-overlay .service-overlay-data .h1 + p {
  opacity: 0.75;
}
.venue-overlay .service-overlay-data h2,
.venue-overlay .service-overlay-data .h2 {
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.venue-overlay .service-overlay-data ul {
  margin-top: 3rem;
}
@media only screen and (max-width: 1023px) {
  .venue-overlay .service-overlay-data {
    padding-bottom: 4rem;
  }
  .venue-overlay .service-overlay-data ul.inline > li:not(:first-child) {
    padding-left: 0rem;
    padding-top: 1rem;
  }
}
.date-overlay .service-overlay-data {
  width: 53rem;
  color: #FFFFFF;
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 1919px) {
  .date-overlay .service-overlay-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .date-overlay .service-overlay-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .date-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .date-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .date-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .date-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .date-overlay .service-overlay-data {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .date-overlay .service-overlay-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .date-overlay .service-overlay-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .date-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .date-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .date-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .date-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .date-overlay .service-overlay-data {
    padding-left: 30px;
  }
}
.date-overlay .service-overlay-data h1 + p,
.date-overlay .service-overlay-data .h1 + p {
  opacity: 0.75;
}
.date-overlay .service-overlay-data h1,
.date-overlay .service-overlay-data .h1 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.date-overlay .service-overlay-data h1:after,
.date-overlay .service-overlay-data .h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.date-overlay .service-overlay-data h2,
.date-overlay .service-overlay-data .h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.date-overlay .service-overlay-data h5,
.date-overlay .service-overlay-data .h5 {
  font-size: 75%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0.125rem;
  opacity: 0.75;
}
.date-overlay .service-overlay-data .date-overlay-ics-container {
  margin-top: 3rem;
}
.date-overlay .service-overlay-data .date-overlay-sidebyside {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 3rem;
}
.date-overlay .service-overlay-data .date-overlay-sidebyside .date-overlay-sidebyside-item {
  flex-basis: 50%;
  margin: 0 1rem;
}
@media only screen and (max-width: 1023px) {
  .date-overlay .service-overlay-data {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .date-overlay .service-overlay-data .date-overlay-sidebyside {
    flex-wrap: wrap;
  }
  .date-overlay .service-overlay-data .date-overlay-sidebyside .date-overlay-sidebyside-item {
    flex-basis: 100%;
  }
  .date-overlay .service-overlay-data .date-overlay-sidebyside .date-overlay-sidebyside-item:not(:first-child) {
    margin-top: 2rem;
  }
}
.share-overlay .service-overlay-data .share-links li:not(:first-child) {
  margin-top: 1rem;
}
.share-overlay .service-overlay-data .share-links li textarea,
.share-overlay .service-overlay-data .share-links li p {
  margin-left: 3.5rem;
}
.share-overlay .service-overlay-data .share-links li textarea {
  width: 80%;
  height: 90px;
  resize: none;
}
.share-overlay .service-overlay-data .share-links li p {
  margin-top: 0.5rem;
  color: hsl(0, 0%, 100%);
}
.share-overlay .service-overlay-data .share-links div.success-message {
  position: absolute;
  top: 0;
  background-color: hsl(208, 100%, 46%);
  border-radius: 2.5rem;
  padding-right: 1.5rem;
}
.share-overlay .service-overlay-data .share-links li a,
.share-overlay .service-overlay-data .share-links div.success-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
}
.share-overlay .service-overlay-data .share-links li a i,
.share-overlay .service-overlay-data .share-links div.success-message i {
  color: white;
  background-color: hsl(208, 100%, 56%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.service-overlay.language-overlay .service-overlay-data {
  width: auto;
}
.service-overlay.language-overlay .service-overlay-data .form-box.form-box-radio + .form-box.form-box-radio {
  margin-top: 0.875rem;
}
.action-unavailable-overlay .service-overlay-data {
  width: 53rem;
  color: #FFFFFF;
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 1919px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .action-unavailable-overlay .service-overlay-data {
    padding-left: 30px;
  }
}
.action-unavailable-overlay .action-unavailable-intro {
  color: rgba(255, 255, 255, 0.75);
}
.action-unavailable-overlay .action-unavailable-nav li {
  width: 33%;
}
.action-unavailable-overlay .action-unavailable-nav li a {
  text-align: center;
  width: 100%;
}
.floor-plan-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  flex-direction: column;
  overflow-y: scroll;
  z-index: 500;
  display: none;
}
.floor-plan-overlay .floor-plan-overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  color: #0056A2;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1919px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    width: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    width: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    width: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 1919px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 1919px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    line-height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    line-height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    line-height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .floor-plan-overlay .floor-plan-overlay-close {
    line-height: 60px;
  }
}
.floor-plan-overlay .floor-plan-overlay-close-overview {
  top: 60px;
  width: 60px;
  height: 40px;
  line-height: 40px;
}
.floor-plan-overlay .floor-plan-overlay-content {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-color: hsl(0, 0%, 100%);
}
.floor-plan-overlay .floor-plan-overlay-content .floor-plan-content {
  position: absolute !important;
  background: transparent;
  top: 40px;
  right: 40px;
  bottom: 100px;
  left: 40px;
}
.floor-plan-overlay .floor-plan-overlay-content .floor-plan-info-container {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: center;
  cursor: help;
}
.floor-plan-overlay .floor-plan-overlay-content .floor-plan-info-container .floor-plan-info div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.floor-plan-overlay .floor-plan-overlay-content .floor-plan-info-container .floor-plan-info div i {
  color: hsl(208, 100%, 56%);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 20px;
}
.floor-plan-overlay .floor-plan-overlay-content .floor-plan-info-container .floor-plan-info-box {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 250px;
  top: unset;
  left: unset;
  cursor: default;
}
.floor-plan-overlay .floor-plan-overlay-content .floor-plan-info-container .floor-plan-info-box .popover-title {
  color: hsl(208, 100%, 56%);
  background-color: #ffffff;
  font-weight: 600;
  border-bottom: 0;
  padding-bottom: 0;
}
.floor-plan-overlay .floor-plan-overlay-content .floor-plan-info-container .floor-plan-info-box .popover-content span.bg-color-mark {
  background-color: #c9d9f3;
  padding: 0 5px 0 5px;
}
.floor-plan-overlay .floor-plan-overlay-content .floor-plan-info-container .floor-plan-info-box .arrow:after {
  border-top-color: #ffffff;
}
.sso-login-overlay {
  position: absolute;
  top: 180px;
  right: 80px;
  width: 25rem;
  background: rgba(0, 86, 162, 0.8);
  border-radius: 0.25rem;
  box-shadow: 0 1.5rem 3.5rem hsla(0, 0%, 0%, 0.15);
  z-index: 99;
}
@media only screen and (max-width: 1919px) {
  .sso-login-overlay {
    right: 60px;
  }
}
@media only screen and (max-width: 1599px) {
  .sso-login-overlay {
    right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .sso-login-overlay {
    right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .sso-login-overlay {
    right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .sso-login-overlay {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sso-login-overlay {
    right: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .sso-login-overlay {
    right: 30px;
  }
}
.sso-login-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right bottom, rgba(0, 64, 121, 0.5), rgba(0, 64, 121, 0)), linear-gradient(to left top, rgba(0, 43, 80, 0.75), rgba(0, 43, 80, 0));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sso-login-overlay .sso-login-overlay-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sso-login-overlay .sso-login-overlay-heading h1,
.sso-login-overlay .sso-login-overlay-heading .h1 {
  padding: 1.5rem 0 0 2rem;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.sso-login-overlay .sso-login-overlay-heading .sso-login-overlay-close {
  display: inline-block;
  width: 5rem;
  padding: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.25rem;
}
.sso-login-overlay .sso-login-overlay-content {
  padding: 0 2rem 1.5rem 2rem;
}
.sso-login-overlay .sso-login-overlay-content p {
  color: hsl(0, 0%, 100%);
}
.sso-login-overlay .sso-login-overlay-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sso-login-overlay {
    width: auto;
    left: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .sso-login-overlay {
    left: 30px;
  }
}
.onboarding-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  flex-direction: column;
  overflow-y: scroll;
  z-index: 500;
  display: none;
}
.onboarding-overlay:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #004079;
  opacity: 0.75;
  z-index: 501;
}
.onboarding-overlay > * {
  z-index: 502;
}
.onboarding-overlay .header-info {
  position: fixed;
  left: 0;
  top: 0;
  margin-left: 80px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  flex-shrink: 0;
  height: 160px;
}
@media only screen and (max-width: 1919px) {
  .onboarding-overlay .header-info {
    height: 120px;
  }
}
@media only screen and (max-width: 1599px) {
  .onboarding-overlay .header-info {
    height: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .onboarding-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .onboarding-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .onboarding-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .onboarding-overlay .header-info {
    height: 80px;
  }
}
@media only screen and (max-width: 409px) {
  .onboarding-overlay .header-info {
    height: 60px;
  }
}
.onboarding-overlay .onboarding-overlay-content {
  margin-top: 4rem;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.onboarding-overlay .onboarding-intro {
  width: 45rem;
}
.onboarding-overlay .onboarding-intro h6,
.onboarding-overlay .onboarding-intro .h6 {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: 600;
}
.onboarding-overlay .onboarding-intro p {
  color: hsl(0, 0%, 100%);
}
.onboarding-overlay .onboarding-overlay-item {
  counter-increment: section 1;
  display: flex;
  flex-direction: column;
  justify-content: top;
  position: relative;
  margin-top: 80vh;
}
.onboarding-overlay .onboarding-overlay-item.hidden-item {
  counter-increment: section 1;
  visibility: hidden;
  height: 1px;
  width: 0px;
  margin-top: 0;
}
.onboarding-overlay .onboarding-overlay-item.hidden-item div {
  display: none;
}
.onboarding-overlay .onboarding-overlay-item::after {
  content: counter(section);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #003b6f;
  color: white;
  text-align: center;
  line-height: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}
.onboarding-overlay .onboarding-overlay-item .form-box {
  margin-top: 1rem;
}
.onboarding-overlay .onboarding-overlay-item .form-box input {
  color: #004079;
  font-style: italic;
  padding-top: 0.5rem;
}
.onboarding-overlay .onboarding-overlay-item .form-box p.error {
  color: #FF0000;
}
.onboarding-overlay .onboarding-overlay-item .form-box .selectize-input {
  background: hsl(208, 40%, 88%);
}
.onboarding-overlay .onboarding-overlay-item .form-box-flex-container {
  display: flex;
  justify-content: space-between;
}
.onboarding-overlay .onboarding-overlay-item .form-box-flex-container .two-third {
  width: 65%;
}
.onboarding-overlay .onboarding-overlay-item .form-box-flex-container .one-third {
  width: 30%;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-data {
  width: 45rem;
  border-radius: 0.5rem;
  padding: 1rem 2rem 2rem 2rem;
  position: relative;
  margin-bottom: 2rem;
  background: #0056A2;
  filter: alpha(opacity=50);
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-data h6,
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-data .h6 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: 600;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-data p {
  color: white;
  margin-bottom: 2rem;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-data .onboarding-overlay-item-data-selection {
  display: flex;
  flex-wrap: wrap;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-data .onboarding-overlay-item-data-selection a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.65rem;
  line-height: 110%;
  width: auto;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-data .onboarding-overlay-item-data-selection a.selected {
  background-color: #003b6f;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-actions {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-actions div {
  width: 50%;
  display: flex;
  align-items: top;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-actions div a.skip {
  background: transparent;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-actions div:nth-child(odd) {
  justify-content: left;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-actions div:nth-child(even) {
  justify-content: right;
}
.onboarding-overlay .onboarding-overlay-item .onboarding-overlay-item-actions div:only-child {
  width: 100%;
  justify-content: right;
}
.onboarding-overlay .footer {
  flex-shrink: 0;
  margin-top: auto;
}
body.hero-active .onboarding-overlay .header-info {
  opacity: 1;
}
@media only screen and (max-width: 1366px) {
  .onboarding-overlay .onboarding-overlay-item::after {
    top: -1.75rem;
    left: -1.75rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .onboarding-overlay .onboarding-overlay-content .onboarding-overlay-item-data {
    width: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .onboarding-overlay .header-info {
    margin-left: 20px;
  }
  .onboarding-overlay .onboarding-overlay-content .onboarding-overlay-item-data {
    width: 25rem;
  }
  .onboarding-overlay .onboarding-overlay-content .onboarding-overlay-item-data .form-box-flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  .onboarding-overlay .onboarding-overlay-content .onboarding-overlay-item-data .form-box-flex-container .two-third {
    width: 100%;
  }
  .onboarding-overlay .onboarding-overlay-content .onboarding-overlay-item-data .form-box-flex-container .one-third {
    width: 100%;
  }
}
@media only screen and (max-width: 409px) {
  .onboarding-overlay .onboarding-overlay-content .onboarding-overlay-item-data {
    width: 20rem;
  }
}
.profile-overlay .service-overlay-data {
  width: 53rem;
  color: #FFFFFF;
}
.profile-overlay .service-overlay-data h1,
.profile-overlay .service-overlay-data .h1,
.profile-overlay .service-overlay-data h6,
.profile-overlay .service-overlay-data .h6 {
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.profile-overlay .service-overlay-data h1:after,
.profile-overlay .service-overlay-data .h1:after,
.profile-overlay .service-overlay-data h6:after,
.profile-overlay .service-overlay-data .h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.profile-overlay .service-overlay-data .text-light {
  opacity: 0.75;
}
.profile-overlay .service-overlay-data .service-overlay-button-container {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cookie-consent-overlay {
  width: 680px;
  height: 280px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 1000;
}
.cookie-consent-overlay .cookie-consent-content {
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 100%);
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 3.75rem hsla(0, 0%, 0%, 0.05);
}
.cookie-consent-overlay .cookie-consent-data {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cookie-consent-overlay .cookie-consent-data h1,
.cookie-consent-overlay .cookie-consent-data .h1 {
  color: hsl(208, 100%, 64%);
  font-size: 24px;
  font-weight: 600;
  position: relative;
  line-height: 100%;
  padding-bottom: 0;
  text-transform: uppercase;
}
.cookie-consent-overlay .cookie-consent-data .cookie-consent-data-text {
  position: relative;
  padding-right: 20px;
  -moz-padding-end: 35px;
  margin-right: -20px;
  height: 6.3rem;
  overflow-y: scroll;
}
.cookie-consent-overlay .cookie-consent-data .cookie-consent-data-text p {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 1rem;
}
.cookie-consent-overlay .cookie-consent-data .cookie-consent-data-text i {
  margin-right: 20px;
  -webkit-margin-end: 8px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: -2px;
  color: hsl(0, 0%, 48%);
  font-size: 14px;
  font-weight: 400;
}
.cookie-consent-overlay .cookie-consent-data .cookie-consent-data-links {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cookie-consent-overlay .cookie-consent-data .cookie-consent-data-links > a {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.cookie-consent-overlay .cookie-consent-data .cookie-consent-data-links .cookie-consent-submit > li a.btn {
  font-size: 14px;
}
.cookie-consent-overlay .cookie-consent-data .cookie-consent-data-links .cookie-consent-submit a.btn {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cookie-consent-overlay {
    width: 335px;
    height: 300px;
  }
  .cookie-consent-overlay .cookie-consent-data {
    padding: 20px;
  }
  .cookie-consent-overlay .cookie-consent-data h1,
  .cookie-consent-overlay .cookie-consent-data .h1 {
    font-size: 16px;
  }
  .cookie-consent-overlay .cookie-consent-data .cookie-consent-data-text {
    position: relative;
    padding-right: 10px;
    -moz-padding-end: 35px;
    margin-right: -10px;
  }
  .cookie-consent-overlay .cookie-consent-data .cookie-consent-data-links {
    flex-direction: column;
    align-items: center;
  }
  .cookie-consent-overlay .cookie-consent-data .cookie-consent-data-links > a {
    margin-bottom: 1rem;
  }
  .cookie-consent-overlay .cookie-consent-data .cookie-consent-data-links .cookie-consent-submit li:not(:first-child) {
    padding-left: 0;
  }
  .cookie-consent-overlay .cookie-consent-data .cookie-consent-submit > li {
    width: 100%;
  }
  .cookie-consent-overlay .cookie-consent-data .cookie-consent-submit > li a.btn {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .cookie-consent-overlay .cookie-consent-data .cookie-consent-submit > li a.btn.cookie-consent-submit-required,
  .cookie-consent-overlay .cookie-consent-data .cookie-consent-submit > li a.btn.cookie-consent-submit-all {
    border-radius: 0.25rem;
  }
}
@media only screen and (max-width: 409px) {
  .cookie-consent-overlay .cookie-consent-data {
    font-size: 11px;
  }
}
.action-unavailable-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 86, 162, 0.85);
  overflow-y: scroll;
  z-index: 1000;
}
.action-unavailable-overlay .action-unavailable-content {
  width: 85%;
  max-width: 65rem;
  background: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  box-shadow: 0 1.25rem 2.5rem hsla(0, 0%, 0%, 0.1);
}
.action-unavailable-overlay .action-unavailable-data {
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .action-unavailable-overlay .action-unavailable-data {
    padding: 30px;
  }
}
@media only screen and (max-width: 1599px) {
  .action-unavailable-overlay .action-unavailable-data {
    padding: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .action-unavailable-overlay .action-unavailable-data {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .action-unavailable-overlay .action-unavailable-data {
    padding: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .action-unavailable-overlay .action-unavailable-data {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .action-unavailable-overlay .action-unavailable-data {
    padding: 20px;
  }
}
@media only screen and (max-width: 409px) {
  .action-unavailable-overlay .action-unavailable-data {
    padding: 15px;
  }
}
.action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
  position: absolute;
  right: 0;
  height: 120px;
  width: 120px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
@media only screen and (max-width: 1919px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    height: 90px;
  }
}
@media only screen and (max-width: 1599px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    height: 90px;
  }
}
@media only screen and (max-width: 1366px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 409px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    height: 45px;
  }
}
@media only screen and (max-width: 1919px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    width: 90px;
  }
}
@media only screen and (max-width: 1599px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    width: 90px;
  }
}
@media only screen and (max-width: 1366px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 409px) {
  .action-unavailable-overlay .action-unavailable-data .action-unavailable-overlay-close {
    width: 45px;
  }
}
.action-unavailable-overlay .action-unavailable-data h1,
.action-unavailable-overlay .action-unavailable-data .h1 {
  color: #0056A2;
  font-weight: 700;
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.action-unavailable-overlay .action-unavailable-data h1:after,
.action-unavailable-overlay .action-unavailable-data .h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 10rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.action-unavailable-overlay .action-unavailable-data .action-unavailable-submit {
  margin-top: 3rem;
}
.action-unavailable-overlay .action-unavailable-data .action-unavailable-submit > li:not(:first-child) {
  padding-left: 0;
}
.action-unavailable-overlay .action-unavailable-data .action-unavailable-submit > li:not(:first-child) a.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.action-unavailable-overlay .action-unavailable-data .action-unavailable-submit > li:not(:last-child) a.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.action-unavailable-overlay .action-unavailable-data .action-unavailable-submit a.btn {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .action-unavailable-submit {
    flex-direction: column;
  }
  .action-unavailable-submit li {
    margin-bottom: 0.25rem;
  }
  .action-unavailable-submit li a.btn {
    border-radius: 0.25rem !important;
  }
}
.form-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 86, 162, 0.85);
  overflow-y: scroll;
  z-index: 1000;
}
.form-overlay .form-content {
  min-height: 200px;
  max-height: 700px;
  overflow-y: auto;
  padding: 20px;
  width: 85%;
  max-width: 65rem;
  background: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  box-shadow: 0 1.25rem 2.5rem hsla(0, 0%, 0%, 0.1);
}
.form-overlay .form-content form,
.form-overlay .form-content .form-box {
  margin-top: 1rem;
}
.form-overlay .form-content .form-box-submit {
  margin-bottom: 1rem;
}
.form-overlay .form-content h2,
.form-overlay .form-content .h2 {
  font-size: 1.5rem;
  color: #0056A2;
  font-weight: 700;
  position: relative;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
.form-overlay .form-content h2:after,
.form-overlay .form-content .h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2.5rem/2 - 1px);
  width: 6rem;
  max-width: 100%;
  height: 2px;
  background: #fbba00;
}
.form-overlay .form-content .form-overlay-close {
  position: absolute;
  right: 0;
  height: 120px;
  width: 120px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
@media only screen and (max-width: 1919px) {
  .form-overlay .form-content .form-overlay-close {
    height: 90px;
  }
}
@media only screen and (max-width: 1599px) {
  .form-overlay .form-content .form-overlay-close {
    height: 90px;
  }
}
@media only screen and (max-width: 1366px) {
  .form-overlay .form-content .form-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .form-overlay .form-content .form-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .form-overlay .form-content .form-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .form-overlay .form-content .form-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 409px) {
  .form-overlay .form-content .form-overlay-close {
    height: 45px;
  }
}
@media only screen and (max-width: 1919px) {
  .form-overlay .form-content .form-overlay-close {
    width: 90px;
  }
}
@media only screen and (max-width: 1599px) {
  .form-overlay .form-content .form-overlay-close {
    width: 90px;
  }
}
@media only screen and (max-width: 1366px) {
  .form-overlay .form-content .form-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .form-overlay .form-content .form-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .form-overlay .form-content .form-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .form-overlay .form-content .form-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 409px) {
  .form-overlay .form-content .form-overlay-close {
    width: 45px;
  }
}
.appointment-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 86, 162, 0.85);
  overflow-y: scroll;
  z-index: 1000;
}
.appointment-overlay .appointment-content {
  max-width: 85%;
  background: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  box-shadow: 0 1.25rem 2.5rem hsla(0, 0%, 0%, 0.1);
  overflow: auto;
}
.appointment-overlay .appointment-content .appointment-overlay-close {
  position: absolute;
  right: 0;
  height: 120px;
  width: 120px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
@media only screen and (max-width: 1919px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    height: 90px;
  }
}
@media only screen and (max-width: 1599px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    height: 90px;
  }
}
@media only screen and (max-width: 1366px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    height: 60px;
  }
}
@media only screen and (max-width: 409px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    height: 45px;
  }
}
@media only screen and (max-width: 1919px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    width: 90px;
  }
}
@media only screen and (max-width: 1599px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    width: 90px;
  }
}
@media only screen and (max-width: 1366px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    width: 60px;
  }
}
@media only screen and (max-width: 409px) {
  .appointment-overlay .appointment-content .appointment-overlay-close {
    width: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .appointment-overlay .appointment-content {
    margin-top: 360px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
