.extbase-debugger-floating {
  z-index: 9999;
}

.content-main {
  display: inline-block;
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.scroll-hidden .content-main {
  filter: blur(2px);
}

.frame-type-table {
  width: 100%;
  overflow: auto;
}

.slider-content .slider-cell {
  max-width: 100%;
}

.btn-primary {
  display: inline-block;
  color: #ffffff;
  font-size: 1.11em;
  padding: 0.88rem 1.94rem;
  border: 1px solid #0630D1;
  border-radius: 5px;
  background-color: #0630D1;
  margin-top: 4.44rem;
}
.btn-primary:hover {
  color: #ffffff;
  box-shadow: 0 0 1rem rgba(6, 48, 209, 0.25);
}

.btn-secondary {
  display: inline-block;
  color: #0630D1;
  font-size: 1.11em;
  padding: 0.88rem 1.94rem;
  border: 1px solid #0630D1;
  border-radius: 5px;
  background-color: #ffffff;
}
.btn-secondary:hover {
  color: #0630D1;
  box-shadow: 0 0 1rem rgba(6, 48, 209, 0.25);
}

:root {
  --zoom-icon-background: rgba(0, 0, 0, 0.94);
  --lightbox-background: rgba(0, 0, 0, 0.94);
  --caption-color: #000000;
}

.tobii__btn--close {
  left: auto;
}
.tobii__btn--close:hover {
  background-color: transparent;
}

.tobii__btn--next {
  left: auto;
}

.tobii__btn:active,
.tobii__btn:focus,
.tobii__btn:hover {
  background-color: transparent;
}

.ce-media .ce-center {
  display: flex;
  justify-content: center;
}
.ce-media .ce-left {
  display: flex;
  justify-content: flex-start;
}
.ce-media .ce-right {
  display: flex;
  justify-content: flex-end;
}
.ce-media .image img {
  max-width: 100%;
  height: auto;
}
.ce-media .video {
  width: 100%;
}

.ce-uploads li div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ce-gallery {
  overflow: unset;
}

.grey-box,
.frame-grey-box {
  padding: 0.25rem;
  background-color: #f5f5f5;
}

.scroll-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  bottom: 10rem;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #c01953;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  cursor: pointer;
  z-index: 999;
}
.scroll-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.75rem;
  height: 1.75rem;
}
.scroll-top svg path {
  fill: #ffffff;
}
.scroll-top img {
  width: 3rem;
  height: 3rem;
}

.scroll-top-active {
  right: 1rem;
}

.site_error {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.site_error .site_error_num {
  font-size: 3em;
  margin-right: 1rem;
}

.fade-in {
  animation: fadeIn 1.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.balken-ueber-footer {
  background: linear-gradient(90deg, #c01953 0%, #002c5b 100%);
  height: 2.5rem;
}

.bullet-points ul {
  list-style: none;
  padding-inline-start: 0;
}
.bullet-points .bullet-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.83rem;
  font-size: 0.888rem;
  line-height: 1.33rem;
}
.bullet-points .bullet-point a:hover {
  text-decoration: underline;
}
.bullet-points .bullet-point p {
  margin: 0;
}
.bullet-points .bullet-point img {
  margin-right: 0.72rem;
}

.hidden {
  display: none !important;
}

.content-right .flex--md-50:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.rootline {
  position: relative;
  top: 6.4rem;
}
@media screen and (min-width: 48em) {
  .rootline {
    top: 7.25rem;
  }
}
@media screen and (min-width: 1211px) {
  .rootline {
    top: 8.37rem;
  }
}
@media screen and (min-width: 1366px) {
  .rootline {
    top: 9.37rem;
  }
}
.rootline .root {
  display: flex;
  flex-wrap: wrap;
}
.rootline .root a {
  color: #002C5B;
  font-size: 0.77rem;
}

.home .rootline {
  display: none;
}

a.btn-next {
  color: inherit;
  font-weight: 700;
  position: relative;
}
a.btn-next:after {
  position: absolute;
  top: -3px;
  content: url("/fileadmin/lynx/icons/arrow_white.svg");
  transition: all 0.25s;
}
a.btn-next:hover {
  transition: all 0.25s;
}
a.btn-next:hover:after {
  right: -2rem;
}

@media screen and (max-width: 67.5em) {
  .fullwidth-mobile {
    margin-left: calc(var(--container-margin) * -1);
    margin-right: calc(var(--container-margin) * -1);
    width: calc(100% + var(--container-margin) * 2);
  }
}
@media screen and (max-width: 767px) {
  .fullwidth-mobile {
    margin-left: calc(var(--container-margin) / -2);
    margin-right: calc(var(--container-margin) / -2);
    width: calc(100% + var(--container-margin));
  }
}

.ce-table th {
  background-color: #002d5c;
  color: white;
}

.flex--md-80 .tx-indexedsearch-searchbox {
  display: none;
}

.ext-cookies .cookies-container .cookies-buttons #cookies-all-btn {
  background-color: #eee;
  color: #000;
}

@media screen and (min-width: 48em) {
  .cookies-container {
    left: 2rem !important;
  }
}

.ext-cookies .cookies-container .cookies-cookie .cookies-inline input[type=checkbox]#essential:disabled::before {
  background-color: #7181a8;
}

.ext-cookies .cookies-container .cookies-cookie .cookies-inline input[type=checkbox]:checked::before {
  background-color: #002d5c;
}

.cookies-privacy-link a {
  color: #000;
}

.ext-cookies .cookies-container .cookies-buttons button:hover {
  background-color: #002d5c;
}

.ext-cookies .cookies-container .cookies-buttons #cookies-all-btn:hover {
  background-color: #002d5c;
  color: #fff;
}

.ext-cookies .cookies-container .cookies-privacy-link a span::after {
  background-color: #002d5c;
}

.cookies-general-text a {
  color: #002c5b;
}

.ext-cookies .cookies-fingerprint-btn {
  left: 1rem;
  background: #c01953;
}

#botario-button-wrapper button img {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 141px;
  height: 141px;
  max-height: 141px !important;
  max-width: 141px !important;
}
@media screen and (max-width: 48em) {
  #botario-button-wrapper button img {
    width: 80px;
    height: 80px;
  }
}

.new-image-display {
  display: block !important;
}

.new-image {
  display: none;
  position: fixed;
  bottom: 7rem;
  right: 6.5rem;
  width: 170px;
  height: auto;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 48em) {
  .new-image {
    bottom: 5rem;
    right: 3.5rem;
    width: 130px;
  }
}

#botario-chat-floating-button {
  z-index: 999;
}
#botario-chat-floating-button button {
  padding: 13px;
}

#botario-button-wrapper > button {
  float: right;
  position: relative;
  align-items: center;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-color: #ffffff;
  padding: 0px;
  border-width: 0px;
  border-radius: 50%;
  box-shadow: 0 1.12rem 1.25rem 0 rgba(58, 59, 69, 0.35);
  opacity: 1;
  overflow: visible;
}

#botario-button-wrapper > button {
  width: 128px !important;
  height: 128px !important;
}
@media screen and (max-width: 48em) {
  #botario-button-wrapper > button {
    width: 73px !important;
    height: 73px !important;
  }
}

button {
  appearance: none;
}

.new-image-container .new-image {
  transition: var(--transition-timing-function);
  animation: btnImageFadeIn 10s ease-out;
}

@keyframes btnImageFadeIn {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}