@font-face {
  font-family: "OpenSans";
  src: url("/assets/fonts/OpenSans-Light.ttf")
    format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "OpenSans";
  src: url("/assets/fonts/OpenSans-Regular.ttf")
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url("/assets/fonts/OpenSans-Italic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url("/assets/fonts/OpenSans-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "OpenSans";
  src: url("/assets/fonts/OpenSans-Bold.ttf")
    format("truetype");
  font-weight: 700;
}

html {
  font-size: 16px;
  font-family: OpenSans;
}
body {
  background-color: #ffffff;
  font-family: OpenSans;
}

header {
  position: unset;
}

.super-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container,
.page,
header,
.footer-wrapper,
.modal .modal-dialog,
.bme-ad-hockey-stick-wrapper,
.bme-ad-wallpaper-wrapper {
  width: 100%;
}
.header-container {
  display: flex;
  flex-direction: column;
  height: unset;
  padding-left: 0;
  padding-right: 0;
}

.header-image {
  position: relative;
  order: 13;
  padding-bottom: 33.3333%;
}
.header-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .header-image {
    padding-bottom: 25%;
  }
}

.header-container-logo {
  height: unset !important;
  min-height: unset;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.header-container-logo a img {
  height: 2rem;
  width: auto;
}
.header-container-logo-mobile a {
  width: auto;
  height: 100%;
  padding: 0.75rem 1rem;
}
.header-container-logo-mobile a img {
  height: 2rem;
  width: auto;
}
@media (min-width: 1024px) {
  .header-container-logo {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .header-container-logo a img {
    height: 3rem;
  }
}

.header-section-wrapper {
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.header-section-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3.5rem;
  width: 100%;
  border-bottom: 1px solid rgb(209, 213, 219);
}

@media (min-width: 1024px) {
  .header-section-wrapper::after {
    top: 5rem;
  }
}

.header-section {
  background-color: transparent;
  box-shadow: none;
}
.header-section-left {
  width: auto;
}
.header-section-right {
  float: none;
  position: unset;
  display: flex;
  flex-grow: 1;
  height: 3.5rem;
  width: unset;
  align-content: space-between;
}

@media (min-width: 1024px) {
  .header-section-right {
    height: 5rem;
  }
}

.header-section-utilities {
  float: none;
  margin-left: auto;
  padding-right: 1rem;
  order: 13;
}
@media (min-width: 1280px) {
  .header-section-utilities {
    padding-right: 0;
  }
}

.header-section.header-section-utilities .navbar-nav {
  margin-top: 0;
}

.header-section .navbar-nav > li {
  position: relative;
}
.header-section .dropdown-flags > .dropdown-menu li a {
  padding: 0 0.75rem;
  line-height: 2rem;
}
.dropdown-flags {
  display: none !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.dropdown {
  position: relative;
}

.dropdown-menu.pull-right {
  float: none !important;
}

.header-container-logo {
  background-color: transparent;
}
.header-container-logo a {
  padding: 0 1rem;
}
.header-section-navigation {
  float: none;
  bottom: 0;
}

.header-section-navigation-collapse {
  top: 3.5rem;
}
@media (max-width: 1024px) {
}
.header-section .navbar-nav {
  float: none;
  font-size: 1rem;
}

.header-section .navbar-nav > li > a {
  display: block;
  padding: 1.5rem 0.75rem;
  font-weight: 600;
  color: #000000;
  line-height: 2rem;
  height: 5rem;
  background-color: transparent !important;
}
.header-section .navbar-nav > li > a:hover,
.header-section .navbar-nav > li > a:active,
.header-section .navbar-nav > li > a:focus {
  color: #3c6cd3;
}
@media (max-width: 1023px) {
  .header-section .navbar-nav > li > a {
    height: 3.5rem;
    padding: 0.75rem 0.75rem;
  }
}
/*
.header-section #replaceable-navigation .navbar-nav a:after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-left: 0.25rem;
  width: 0.75rem;
  display: inline-block;
}
*/
.header-container-branding {
  display: none !important;
}
.header-container-branding h1 {
  font-size: 1.75rem;
  line-height: 2.75rem;
  text-shadow: none;
  text-shadow: 0 0 4rem black, 0 0 1rem black;
}

#headroom-placeholder {
  display: none;
  height: 5rem !important;
}
.header-container.headroom--not-top {
  position: unset;
  height: unset;
  background-color: transparent;
  box-shadow: none;
}

.header-container.headroom--not-top .header-image {
  display: block;
}
.header-container.headroom--not-top .header-container-branding {
  display: block;
}

.navigation-hover {
  left: 0;
  box-shadow: none;
  right: 0;
}

.header-section.header-section-utilities
  .navbar-nav
  > li.dropdown-search
  > a
  > svg {
  margin-top: 0.25rem;
}

/* Fix Mein BME Design */

.header-section.header-section-utilities .navbar-nav > li#meta-nav > a {
  position: relative;
  text-align: center;
}
.header-section.header-section-utilities .navbar-nav > li#meta-nav > a > span {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}

.header-section.header-section-utilities .navbar-nav > li#meta-nav > a > svg {
  margin-left: -1.25rem;
}

.header-section.header-section-utilities
  .navbar-nav
  > li#meta-nav
  > a
  span:last-child
  svg {
  position: absolute;
  right: 1.25rem;
  top: 1.75rem;
}

@media (max-width: 1023px) {
  .header-section.header-section-utilities .navbar-nav > li#meta-nav > a {
    padding-top: 0.5rem;
  }
  .header-section.header-section-utilities
    .navbar-nav
    > li#meta-nav
    > a
    > span {
    margin-top: -0.25rem;
  }
  .header-section.header-section-utilities
    .navbar-nav
    > li#meta-nav
    > a
    span:last-child
    svg {
    top: 0.75rem;
  }
}

/* Fix Shopping cart*/
.header-section.header-section-utilities .navbar-nav > li > a.nav1 > span {
  font-weight: 300;
}
.header-section.header-section-utilities
  .navbar-nav
  > li
  > a.nav1
  > span:last-child {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.header-section.header-section-utilities .navbar-nav > li > a {
  position: relative;
}

.header-section.header-section-utilities .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  display: block;
  width: 1px;
  height: 1.5rem;
  background-color: rgb(209, 213, 219);
}
.header-section.header-section-utilities
  .navbar-nav
  > li:first-child
  > a:before {
  content: none;
}

/* Fix Region Logos*/
.header-container-logo {
  overflow: hidden;
}

.header-container-logo-mobile a img {
  max-width: unset;
}
div[class*="header-container-logo-"]:not(div[class*="header-container-logo-mobile"]) {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  div[class*="header-container-log-mobile-"] a {
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 1023px) {
  div[class*="header-container-logo-"].header-container-logo a img,
  div[class*="header-container-log-mobile-"] a img {
    height: 6rem;
    width: auto;
    margin: -1.25rem -1.25rem -1.25rem -1.75rem;
  }
}

@media (min-width: 1024px) {
  div[class*="header-container-logo-"].header-container-logo a img {
    height: 9rem;
    width: auto;
    margin: -2rem -1.5rem -2rem -2.75rem;
  }
}

/* Content */

h1 a,
h2 a,
h3 a,
h4 a,
.workshop-wrapper h2 a,
#carousel-teaser .item .teaser-title a,
.issue-preview .media-heading a,
h5 a,
.powermail_check_legend a {
  color: #3c6cd3;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
.workshop-wrapper h2 a:hover,
#carousel-teaser .item .teaser-title a:hover,
.issue-preview .media-heading a:hover,
h5 a:hover,
.powermail_check_legend a:hover {
  color: #2853af;
}

.btn-primary,
.shop-sidebar-right .panel-body .btn-info,
.shop-sidebar-left .panel-body .btn-info,
.powermail_submit {
  background-color: #3c6cd3;
  border-color: white;
}
.btn-primary:hover,
.shop-sidebar-right .panel-body .btn-info:hover,
.shop-sidebar-left .panel-body .btn-info:hover,
.powermail_submit:hover,
.btn-primary:focus,
.shop-sidebar-right .panel-body .btn-info:focus,
.shop-sidebar-left .panel-body .btn-info:focus,
.powermail_submit:focus,
.btn-primary:active,
.shop-sidebar-right .panel-body .btn-info:active,
.shop-sidebar-left .panel-body .btn-info:active,
.powermail_submit:active,
.btn-primary.active,
.shop-sidebar-right .panel-body .active.btn-info,
.shop-sidebar-left .panel-body .active.btn-info,
.active.powermail_submit {
  background-color: #2853af;
  border-color: white;
}

/* svg */

.header-container svg {
  height: 1.25rem;
}

/* Fix Klaro */

.klaro {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
}

.klaro button {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
}

.klaro.cm-as-context-notice {
  height: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}

.klaro .cookie-modal,
.klaro .context-notice,
.klaro .cookie-notice {
  /* The switch - the box around the slider */
}

.klaro .cookie-modal .cm-switch-container,
.klaro .context-notice .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-color: #c8c8c8;
  border-bottom-color: var(--light2, #c8c8c8);
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
}

.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .context-notice .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}

.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .context-notice .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-switch-container p,
.klaro .context-notice .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-switch,
.klaro .context-notice .cm-switch,
.klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
}

.klaro
  .cookie-modal
  .cm-list-input.half-checked:checked
  + .cm-list-label
  .slider,
.klaro
  .context-notice
  .cm-list-input.half-checked:checked
  + .cm-list-label
  .slider,
.klaro
  .cookie-notice
  .cm-list-input.half-checked:checked
  + .cm-list-label
  .slider {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
  opacity: 0.6;
}

.klaro
  .cookie-modal
  .cm-list-input.half-checked:checked
  + .cm-list-label
  .slider::before,
.klaro
  .context-notice
  .cm-list-input.half-checked:checked
  + .cm-list-label
  .slider::before,
.klaro
  .cookie-notice
  .cm-list-input.half-checked:checked
  + .cm-list-label
  .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
}

.klaro
  .cookie-modal
  .cm-list-input.only-required
  + .cm-list-label
  .slider::before,
.klaro
  .context-notice
  .cm-list-input.only-required
  + .cm-list-label
  .slider::before,
.klaro
  .cookie-notice
  .cm-list-input.only-required
  + .cm-list-label
  .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
  cursor: not-allowed;
}

.klaro .cookie-modal .slider,
.klaro .context-notice .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal .cm-list-input,
.klaro .context-notice .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-list-title,
.klaro .context-notice .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-size: 0.9em;
  font-weight: 600;
}

.klaro .cookie-modal .cm-list-description,
.klaro .context-notice .cm-list-description,
.klaro .cookie-notice .cm-list-description {
  color: #7c7c7c;
  color: var(--dark3, #7c7c7c);
  font-size: 0.9em;
  padding-top: 4px;
}

.klaro .cookie-modal .cm-list-label,
.klaro .context-notice .cm-list-label,
.klaro .cookie-notice .cm-list-label {
  /* The slider */
  /* Rounded sliders */
}

.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .context-notice .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}

.klaro .cookie-modal .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  background-color: #f2f2f2;
  background-color: var(--white2, #f2f2f2);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}

.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #e6e6e6;
  background-color: var(--white3, #e6e6e6);
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  transition: 0.4s;
}

.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .context-notice .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}

.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .context-notice .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}

.klaro .cookie-modal .cm-list-label input:focus + .slider,
.klaro .context-notice .cm-list-label input:focus + .slider,
.klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #48dfb2;
  box-shadow-color: var(--green3, #48dfb2);
  box-shadow: 0 0 1px var(color, green3);
}

.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .context-notice .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2),
    5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.klaro .cookie-modal .slider,
.klaro .context-notice .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal a,
.klaro .context-notice a,
.klaro .cookie-notice a {
  font-family: "OpenSans";
  text-decoration: none;
  color: white;
  text-decoration: underline;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: #fafafa;
  color: var(--light1, #fafafa);
}

.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}

.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal h3,
.klaro .cookie-modal h4,
.klaro .cookie-modal h5,
.klaro .cookie-modal h6,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice h3,
.klaro .context-notice h4,
.klaro .context-notice h5,
.klaro .context-notice h6,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice h3,
.klaro .cookie-notice h4,
.klaro .cookie-notice h5,
.klaro .cookie-notice h6 {
  font-family: inherit;
  font-family: var(--title-font-family, inherit);
}

.klaro .cookie-modal .cm-link,
.klaro .context-notice .cm-link,
.klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
}

.klaro .cookie-modal .cm-btn,
.klaro .context-notice .cm-btn,
.klaro .cookie-notice .cm-btn {
  color: #fff;
  color: var(--button-text-color, #fff);
  border-radius: 0.75rem;
  background-color: #5c5c5c;
  background-color: var(--dark2, #5c5c5c);
  border-radius: none;
  border-radius: none;
  padding: 6px 10px;
  margin-right: 0.5em;
  border-style: none;
  padding: 0.4em;
  font-size: 1em;
  cursor: pointer;
}

.klaro .cookie-modal .cm-btn:disabled,
.klaro .context-notice .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}

.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .context-notice .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background-color: #c8c8c8;
  background-color: var(--light2, #c8c8c8);
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 300ms;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 175 185 / var(--tw-bg-opacity));
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 141 149 / var(--tw-bg-opacity));
  }
}

.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
}

.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 300ms;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(60 108 211 / var(--tw-bg-opacity));
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(40 83 175 / var(--tw-bg-opacity));
  }
}

.klaro .context-notice {
  border-radius: 4px;
  border-radius: var(--border-radius, 4px);
  border-style: solid;
  border-style: var(--border-style, solid);
  border-width: 1px;
  border-width: var(--border-width, 1px);
  border-color: #c8c8c8;
  border-color: var(--light2, #c8c8c8);
  background-color: #fafafa;
  background-color: var(--light1, #fafafa);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 100%;
}

.klaro .context-notice.cm-dark {
  background-color: #333;
  background-color: var(--dark1, #333);
  border-color: #5c5c5c;
  border-color: var(--dark2, #5c5c5c);
}

.klaro .context-notice.cm-dark p {
  color: #fafafa;
  color: var(--light1, #fafafa);
}

.klaro .context-notice.cm-dark p a {
  color: #459cdc;
  color: var(--blue2, #459cdc);
}

.klaro .context-notice p {
  color: #333;
  color: var(--dark1, #333);
  flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}

.klaro .context-notice p a {
  color: #24cc9a;
  color: var(--green2, #24cc9a);
}

.klaro .context-notice p.cm-buttons {
  margin-top: 12px;
}

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}

.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}

.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  -ms-transform: none;
  transform: none;
}

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
}

@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}

.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #fafafa;
  stroke: var(--light1, #fafafa);
}

.klaro .cookie-modal .cm-modal .cm-footer {
  border-top-color: #5c5c5c;
  border-top-color: var(--dark2, #5c5c5c);
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  display: none;
}

.klaro .cookie-modal .cm-modal .cm-header {
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-color: #5c5c5c;
  border-bottom-color: var(--dark2, #5c5c5c);
  padding: 1em;
  padding-right: 24px;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
  font-family: "OpenSans";
  font-weight: 700;
  text-transform: uppercase;
}

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0;
}

.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-purpose
  .cm-services
  .cm-caret,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-purpose
  .cm-services
  .cm-caret {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
}

.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-purpose
  .cm-services
  .cm-content,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-purpose
  .cm-services
  .cm-content {
  margin-left: -40px;
  display: none;
}

.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-purpose
  .cm-services
  .cm-content.expanded,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-purpose
  .cm-services
  .cm-content.expanded {
  margin-top: 10px;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}

.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-service:first-child,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-purpose:first-child,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-service:first-child,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-purpose:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-purpose
  p.purposes {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
  font-size: 0.8em;
}

.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-service.cm-toggle-all,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-purpose.cm-toggle-all,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-service.cm-toggle-all,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-purpose.cm-toggle-all {
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  border-top-color: #5c5c5c;
  border-top-color: var(--dark2, #5c5c5c);
  padding-top: 1em;
}

.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-service
  span.cm-list-title,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-purpose
  span.cm-list-title,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-service
  span.cm-list-title,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-purpose
  span.cm-list-title {
  font-weight: 600;
}

.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-service
  span.cm-opt-out,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-service
  span.cm-required,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-purpose
  span.cm-opt-out,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-services
  li.cm-purpose
  span.cm-required,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-service
  span.cm-opt-out,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-service
  span.cm-required,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-purpose
  span.cm-opt-out,
.klaro
  .cookie-modal
  .cm-modal
  .cm-body
  ul.cm-purposes
  li.cm-purpose
  span.cm-required {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
  padding-left: 0.2em;
  font-size: 0.8em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #333;
  background-color: var(--dark1, #333);
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: fixed;
    position: var(--notice-position, fixed);
    right: 20px;
    right: var(--notice-right, 20px);
    left: auto;
    left: var(--notice-left, auto);
    bottom: 20px;
    bottom: var(--notice-bottom, 20px);
    top: auto;
    top: var(--notice-top, auto);
    max-width: 400px;
    max-width: var(--notice-max-width, 400px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2),
      5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  }
}

@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-style: none;
    border-radius: 0;
  }
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  flex-grow: 1;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%;
  }
}

.klaro
  .cookie-notice:not(.cookie-modal-notice)
  .cn-body
  .cn-buttons
  button.cm-btn {
  margin-top: 0.5em;
}

@media (max-width: 384px) {
  .klaro
    .cookie-notice:not(.cookie-modal-notice)
    .cn-body
    .cn-buttons
    button.cm-btn {
    width: calc(50% - 0.5em);
  }
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: baseline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em;
}

.klaro .cookie-modal-notice {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  padding: 1em;
  padding-top: 0.2em;
}

@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto;
  }
}

.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}

.klaro .cookie-notice-hidden {
  display: none !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Footer */

footer svg {
  height: 2rem;
}
footer .px-grid {
  padding-left: 1rem;
  padding-right: 1rem;
}
footer .-mx-grid {
  margin-left: -1rem;
  margin-right: -1rem;
}

.tw-hidden {
  display: none;
}

/* Footer Tailwind */

footer *,
footer:after,
footer:before {
  border: 0 solid;
  box-sizing: border-box;
}
footer:after,
footer:before {
  --tw-content: "";
}
footer html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
footer body {
  line-height: inherit;
  margin: 0;
}
footer hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
footer abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-size: inherit;
  font-weight: inherit;
}
footer a {
  color: inherit;
  text-decoration: inherit;
}
footer b,
footer strong {
  font-weight: bolder;
}
footer code,
footer kbd,
footer pre,
footer samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
footer small {
  font-size: 80%;
}
footer sub,
footer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
footer sub {
  bottom: -0.25em;
}
footer sup {
  top: -0.5em;
}
footer table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
footer button,
footer input,
footer optgroup,
footer select,
footer textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
footer button,
footer select {
  text-transform: none;
}
footer [type="button"],
footer [type="reset"],
footer [type="submit"],
footer button {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
}
footer:-moz-focusring {
  outline: auto;
}
footer:-moz-ui-invalid {
  box-shadow: none;
}
footer progress {
  vertical-align: initial;
}
footer ::-webkit-inner-spin-button,
footer ::-webkit-outer-spin-button {
  height: auto;
}
footer [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
footer ::-webkit-search-decoration {
  -webkit-appearance: none;
}
footer ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
footer summary {
  display: list-item;
}
footer blockquote,
footer dd,
footer dl,
footer figure,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer hr,
footer p,
footer pre {
  margin: 0;
}
footer fieldset {
  margin: 0;
}
footer fieldset,
footer legend {
  padding: 0;
}
footer menu,
footer ol,
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer textarea {
  resize: vertical;
}
footer input::-moz-placeholder,
footer textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
footer input:-ms-input-placeholder,
footer textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
footer input::placeholder,
footer textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
footer [role="button"],
footer button {
  cursor: pointer;
}
footer:disabled {
  cursor: default;
}
footer audio,
footer canvas,
footer embed,
footer iframe,
footer img,
footer object,
footer svg,
footer video {
  display: block;
  vertical-align: middle;
}
footer img,
footer video {
  height: auto;
  max-width: 100%;
}
footer [hidden] {
  display: none;
}
footer *,
footer:after,
footer:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x))
    translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
    skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
    scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: #000;
}
footer .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
footer .my-auto {
  margin-bottom: auto;
  margin-top: auto;
}
footer .ml-auto {
  margin-left: auto;
}
footer .mt-auto {
  margin-top: auto;
}
footer .mr-8 {
  margin-right: 2rem;
}
footer .mt-8 {
  margin-top: 2rem;
}
footer .mb-8 {
  margin-bottom: 2rem;
}
footer .block {
  display: block;
}
footer .inline-block {
  display: inline-block;
}
footer .flex {
  display: flex;
}
footer .hidden {
  display: none;
}
footer .h-12 {
  height: 3rem;
}
footer .w-full {
  width: 100%;
}
footer .max-w-screen-xl {
  max-width: 1280px;
}
footer .rotate-180 {
  --tw-rotate: 180deg;
}
footer .rotate-180,
footer .transform {
  transform: var(--tw-transform);
}
footer .flex-row {
  flex-direction: row;
}
footer .flex-wrap {
  flex-wrap: wrap;
}
footer .justify-center {
  justify-content: center;
}
footer .border-t {
  border-top-width: 1px;
}
footer .border-r {
  border-right-width: 1px;
}
footer .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: #d1d5db;
}
footer .bg-primary {
  --tw-bg-opacity: 1;
  background-color: #3c6cd3;
}
footer .bg-secondary {
  --tw-bg-opacity: 1;
  background-color: #00afb9;
}
footer .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
footer .pt-8 {
  padding-top: 2rem;
}
footer .pb-12 {
  padding-bottom: 3rem;
}
footer .text-gray-500 {
  --tw-text-opacity: 1;
  color: #6b7280;
}
footer .hover\:text-primary-hover:hover {
  --tw-text-opacity: 1;
  color: #2853af;
}
@media (min-width: 640px) {
  footer .sm\:block {
    display: block;
  }
  footer .sm\:w-auto {
    width: auto;
  }
  footer .sm\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  footer .lg\:order-first {
    order: -9999;
  }
  footer .lg\:mt-0 {
    margin-top: 0;
  }
  footer .lg\:w-auto {
    width: auto;
  }
  footer .lg\:pt-16 {
    padding-top: 4rem;
  }
  footer .lg\:pb-24 {
    padding-bottom: 6rem;
  }
}
