@charset "UTF-8";

/* project/css/index.scss */
html {
  scroll-behavior: smooth;
}
* {
  font-family:
    "Fira Sans",
    Arial,
    Helvetica,
    sans-serif;
  text-decoration: none;
  font-size: 16px;
  background-color: unset;
  border: unset;
  line-height: 140%;
}
body {
  margin: 0;
}
img {
  height: unset;
}
ul,
ol {
  list-style: none;
}
.raster-first ul,
.raster-second ul,
.woo-product-description ul,
.post-content ul {
  list-style: outside disc;
  padding-left: 1em;
}
.raster-first ol,
.raster-second ol,
.woo-product-description ol,
.post-content ol {
  list-style: outside decimal;
  padding-left: 1em;
}
a {
  color: #001A4A;
}
p {
  font-size: 17px;
  line-height: 150%;
}
*:focus {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
button[type=submit] {
  cursor: pointer;
}
.banner-headline,
h1,
h2,
h3 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.banner-headline strong,
h1 strong,
h2 strong,
h3 strong {
  font-size: inherit;
  font-weight: inherit;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
.banner-headline,
h3 {
  font-weight: 400;
  font-size: 18px;
}
b {
  font-weight: 500;
}
.wp-block-file {
  max-width: 70%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 1rem;
}
.icon-before::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wp-submit,
.wp-element-button,
button,
.slider-link,
.standart-button,
.sub-link {
  display: block;
  color: white;
  border: 2px solid white;
  border-radius: 32px;
  padding: 0.75rem 1.5rem;
  background-color: #001A4A;
  width: fit-content;
}
#wp-submit:hover,
.wp-element-button:hover,
button:hover,
.slider-link:hover,
.standart-button:hover,
.sub-link:hover {
  color: white;
  background-color: #00328E;
  border-color: #00328E;
}
#wp-submit.Gelb,
.wp-element-button.Gelb,
button.Gelb,
.slider-link.Gelb,
.standart-button.Gelb,
.sub-link.Gelb {
  background-color: #ffd740;
  color: #001A4A;
  border-color: #ffd740;
}
#wp-submit.Gelb:hover,
.wp-element-button.Gelb:hover,
button.Gelb:hover,
.slider-link.Gelb:hover,
.standart-button.Gelb:hover,
.sub-link.Gelb:hover {
  color: white;
  background-color: #00328E;
  border-color: #00328E;
}
#wp-submit,
.wp-block-button.Gelb a {
  background-color: #ffd740;
  color: #001A4A;
  border-color: #ffd740;
}
#wp-submit:hover,
.wp-block-button.Gelb a:hover {
  color: white;
  background-color: #00328E;
  border-color: #00328E;
}
button,
.wp-element-button {
  margin: 2rem 0;
  cursor: pointer;
}
input[type=submit] {
  cursor: pointer;
}
.wp-element-button,
.standart-button {
  border-color: #001A4A;
}
.viewport {
  min-height: 35vh;
}
.filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 2rem;
}
.member-filter {
  background-color: #E9F1F6;
  border-radius: unset;
  color: #001A4A;
  font-size: 14px;
  padding: 0.5rem;
  margin: 0rem 0.75rem 0.5rem 0;
}
.member-filter.active {
  background-color: #00328E;
  color: white;
}
.content {
  margin-bottom: 3rem;
}
.sub-datei,
.wp-block-file__button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin: 0 0 1rem 0.5rem;
}
.wp-block-file__button::before {
  background-image: url(../icons/Download.svg);
  background-size: unset;
}
.wp-block-file__button[target=_blank]::before,
.wp-block-button__link[target=_blank]::before {
  background-image: url(../icons/external.svg);
  background-size: unset;
}
.home-button {
  margin: 5rem auto;
}
.event-button {
  margin: 1.5rem 0 2rem 0;
}
.veranstaltungen {
  margin: 4rem 0;
}
.hide-mobile {
  display: none;
}
#fixed-buttons {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 290;
}
#fixed-buttons > * {
  margin: 0 0 0.25rem 0 !important;
}
#fixed-buttons > *:last-child {
  margin: 0 !important;
}
#cart,
#toTop {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#toTop {
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  height: 3.5rem;
  width: 3.5rem;
}
#toTop::after {
  display: inline-block;
  content: "";
  background-image: url(../icons/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  height: 3.5rem;
  width: 3.5rem;
}
#cart {
  color: #001A4A;
  background-color: #ffd740;
  padding: 0.75rem;
  height: 30px;
  width: 30px;
  border-color: #ffd740;
}
#cart::after {
  display: inline-block;
  content: "";
  background-image: url(../icons/shop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 30px;
  width: 30px;
}
#cart-counter {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-size: 14px;
  background-color: #001A4A;
  color: white;
  padding: 4px;
  border-radius: 50%;
}
.woo-product-description a {
  border-bottom: 1px solid;
  font-weight: 600;
}
.woo-product-description a[href$=".pdf"][target=_blank] {
  border: none;
}
.woo-product-description a[href$=".pdf"][target=_blank]::after {
  content: "Herunterladen";
  font-weight: 400;
  font-size: 16px;
  background-color: #001A4A;
  color: #EBEBEB;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 2.75rem 0.5rem 1.4rem;
  margin-left: 1rem;
  border-radius: 32px;
  background-image: url(../icons/Download.svg);
  background-repeat: no-repeat;
  background-position: 90%;
}
.pdf {
  display: flex;
  align-items: flex-start;
}
.pdf::before {
  content: "";
  display: inline-flex;
  align-items: center;
  background-image: url(../icons/Download.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  margin-right: 7px;
}
.center {
  margin: 0 auto;
}
.has-blue-color {
  color: #001A4A;
}
.has-yellow-color {
  color: #ffd740;
}
.has-gray-color {
  color: #828282;
}
.has-light-grey-color {
  color: #EBEBEB;
}
.has-black-color {
  color: black;
}
.has-white-color {
  color: white;
}
.has-blue-background-color strong,
.has-yellow-background-color strong,
.has-gray-background-color strong,
.has-light-gray-background-color strong,
.has-black-background-color strong,
.has-white-background-color strong,
.has-blue-light-background-color strong {
  font-weight: 500;
}
.has-blue-background-color {
  background-color: #001A4A;
}
.has-yellow-background-color {
  background-color: #ffd740;
}
.has-gray-background-color {
  background-color: #828282;
}
.has-light-grey-background-color {
  background-color: #EBEBEB;
}
.has-black-background-color {
  background-color: black;
}
.has-white-background-color {
  background-color: white;
}
.has-blue-light-background-color {
  background-color: #E9F1F6;
}
.thumbnail,
.swiper-img,
.sub-img,
.post-img {
  position: relative;
  height: fit-content;
}
.thumbnail .caption,
.swiper-img .caption,
.sub-img .caption,
.post-img .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(233, 241, 246, 0.8);
  border-radius: 0 0 8px 8px;
}
.thumbnail .caption span,
.swiper-img .caption span,
.sub-img .caption span,
.post-img .caption span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 1rem;
}
.thumbnail:hover .caption,
.swiper-img:hover .caption {
  display: block;
}
.thumbnail .caption,
.swiper-img .caption,
.sub-img .caption {
  border-radius: 0;
}
.header-wrapper .swiper-img .caption {
  height: fit-content;
  top: 0;
}
@media screen and (min-width: 961px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  .banner-headline,
  h3 {
    font-size: 20px;
  }
  .hide-desktop {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
  .sub-img .caption span {
    padding-left: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .swiper .swiper-img .caption span {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1281px) {
  .swiper .swiper-img .caption span {
    margin-right: 4rem;
  }
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/fira-sans-v17-latin-300.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/fira-sans-v17-latin-300italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fira-sans-v17-latin-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/fira-sans-v17-latin-italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/fira-sans-v17-latin-500.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/fira-sans-v17-latin-600.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/fira-sans-v17-latin-700.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/fira-sans-v17-latin-700italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/fira-sans-v17-latin-800.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 800;
  src: url(../fonts/fira-sans-v17-latin-800italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fira-sans-v17-latin-900.woff2) format("woff2");
}
* {
  margin: 0;
  padding: 0;
}
.search-engine-header,
.header-wrapper,
.content-wrapper,
.wrapper {
  margin: auto;
  width: 90%;
}
.content-wrapper-small {
  margin: auto;
  width: 50%;
}
.header-wrapper {
  width: 100%;
}
.menu-mobile {
  display: flex;
  justify-content: space-between;
}
.bdiz-light {
  background-color: #E9F1F6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 961px) {
  .search-engine-header,
  .header-wrapper,
  .conten-wrapper,
  .wrapper {
    width: 85%;
    max-width: 1512px;
    margin: 0 auto;
  }
  .header-wrapper {
    margin-bottom: 3rem;
  }
  .search-engine-header + .wrapper,
  .content-wrapper {
    margin: 0 auto 5rem auto;
    width: 75%;
    max-width: 1312px;
  }
}
#navigation {
  z-index: 300;
  padding: 0.5rem 0;
  line-height: unset;
}
.menu-open {
  overflow: hidden;
}
.menu-open .menu-mobile {
  z-index: 300;
  position: absolute;
}
.logo-menu {
  display: flex;
  align-items: center;
  width: 65%;
  margin-right: auto !important;
  border-right: 0px !important;
}
.logo-menu .logo-wrapper {
  width: 85%;
}
.logo-menu .logo-wrapper .logo-img {
  width: 100%;
  height: auto;
}
.logo-menu .logo-text {
  font-size: 9px;
  color: #00328E;
  margin-left: 0.75rem;
}
.logo-menu img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.menu-button,
.icon-bar-button {
  width: 30px;
  height: 30px;
  padding: 0.5rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.left-space {
  margin-left: 1.25rem;
}
#close-button {
  background-image: url(../icons/close.svg);
}
.search-button {
  cursor: pointer;
  background-image: url(../icons/search.svg);
}
#burger-button {
  background-image: url(../icons/burger-menu.svg);
  margin-left: 1rem;
  padding: 0;
  height: 40px;
  width: 40px;
}
.shop-button {
  background-image: url(../icons/shop.svg);
}
.login-button {
  background-image: url(../icons/login.svg);
}
#navigation-mobile {
  display: flex;
  align-items: center;
}
#navigation-desk {
  display: none;
}
.menu-mobile-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #001A4A;
  padding-bottom: 3rem;
}
.icon-text {
  font-size: 12px;
  line-height: 100%;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.icon-bar {
  display: flex;
  background-color: white;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}
.icon-bar.open-profile {
  border-bottom: 1px solid #E9F1F6;
}
.icon-bar.open-profile #profile {
  padding-bottom: calc(0.5rem + 1px);
  border-bottom: 1px solid #001A4A;
}
.icon-bar-button {
  margin: 0 auto;
  width: 26px;
  height: 26px;
}
.dropdwon-menu {
  padding: 0 0 7rem 0;
  background-color: #E9F1F6;
  font-weight: 600;
  height: calc(100vh - 100px);
  overflow-y: scroll;
}
.dropdwon-menu .none-clickable {
  padding: 0.75rem 0 0.5rem 0;
  color: #001A4A;
  font-size: 15px;
  border-bottom: 2px solid #EBEBEB;
}
.dropdwon-menu a {
  padding: 0.75rem 0 0.5rem 0;
  border-bottom: 2px solid #EBEBEB;
}
.dropdwon-menu .wrapper:nth-child(2) {
  margin-top: 1rem;
}
a[href^="#"] {
  display: flex;
  align-items: center;
}
.sub-menu {
  display: none;
}
.sub-menu a[href^="#"] {
  cursor: default;
}
.main-point .none-clickable,
.main-point a {
  display: flex;
  align-items: center;
}
.main-point > a::after {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  background-image: url(../icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
  transition-duration: 0.6s;
}
.main-point a + ul a {
  font-size: 15px;
}
.submenu-is-open a {
  width: 100%;
}
.submenu-is-open a[href^="#"]::after {
  transform: rotate(180deg) translate(0);
}
.submenu-is-open li {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin-left: auto;
  position: relative;
  z-index: 401;
}
.submenu-is-open .sub-menu {
  display: block;
  z-index: 400;
}
.sub-content {
  margin-top: 1.5rem;
}
.sub-content li {
  display: flex;
}
.sub-content a {
  width: 100%;
  display: flex;
  align-items: center;
}
.sub-content .such-icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../icons/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
  transition-duration: 0.6s;
}
.menu-open .menu-mobile-popup {
  display: block;
}
.loginform {
  display: none;
  position: relative;
  color: #001A4A;
  background-color: #E9F1F6;
}
.loginform input {
  background-color: white;
  border: 1px solid gray;
}
.blue-box {
  background-color: #001A4A;
  padding: 1rem 0 1rem 1.5rem;
  margin: 0.5rem 0;
  box-sizing: border-box;
  width: 90%;
}
.blue-box .none-clickable,
.blue-box > a {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 0 !important;
}
.blue-box li,
.blue-box .none-clickable,
.blue-box a {
  color: white;
  border: none;
}
.blue-box .add-cont {
  display: none;
}
.bulb > a::after,
.implant > a::after {
  content: "";
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: -0.5rem;
  margin-right: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: none !important;
}
.bulb > a::after {
  background-image: url(../icons/bulb.svg);
}
.implant > a::after {
  background-image: url(../icons/implantat.svg);
}
.arrow-white::before,
.arrow a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0.5rem;
  background-image: url(../icons/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}
.arrow-white::before {
  background-image: url(../icons/arrow.svg);
}
.lang {
  display: flex;
  margin-top: 1.5rem;
}
.lang a {
  padding: 0.25rem;
  border: unset;
}
.lang span:nth-child(2) {
  margin-left: 0.5rem;
}
.lang img {
  height: 23px;
  width: 33px;
}
#profile-cont {
  display: none;
  background-color: white;
  padding: 1rem 0;
}
#profile-cont.open {
  display: block;
}
#profile-cont li:first-child {
  margin-bottom: 0.5rem;
}
#profile-cont li a {
  color: #001A4A;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 0px;
}
#top-nav {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 2rem 0;
}
#top-nav li {
  display: flex;
  align-items: center;
  color: #001A4A;
  font-size: 14px;
  font-weight: 400;
  padding: 0 1rem 0 0;
  margin: 0 0 0 1rem;
  border-right: 1px solid #D9D9D9;
  box-sizing: border-box;
  min-height: 31px;
}
#top-nav li a {
  font-size: 14px;
}
#top-nav li span {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
#top-nav li span::after {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  background-image: url(../icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5rem;
  transition-duration: 0.6s;
}
#top-nav .shop a,
#top-nav .implant-search a {
  display: flex;
  align-items: center;
}
#top-nav .shop a::before,
#top-nav .implant-search a::before,
#top-nav #profile-desk::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top-nav #profile-desk::before {
  background-image: url(../icons/patient.svg);
}
#top-nav .implant-search a::before {
  background-image: url(../icons/search.svg);
}
#top-nav .login::before {
  background-image: url(../icons/login.svg);
}
#top-nav .shop a::before {
  background-image: url(../icons/shop.svg);
}
#top-nav .logo-menu a {
  display: flex;
  align-items: center;
}
#top-nav #profile-desk {
  position: relative;
}
#top-nav #profile-desk #profile-desk-cont {
  display: none;
  position: absolute;
  top: 100%;
  left: -1rem;
  padding: 0 1rem;
  margin-top: 1rem;
  background-color: white;
  border: 1px solid #E9F1F6;
  z-index: 500;
}
#top-nav #profile-desk #profile-desk-cont li {
  margin: 0.3rem 0;
  padding: 0.3rem 0 0.5rem 0 !important;
  padding: unset;
  border-right: 0px;
}
#top-nav #profile-desk #profile-desk-cont li:first-child {
  border-bottom: 1px solid #E9F1F6;
}
#top-nav #profile-desk #profile-desk-cont li:nth-child(2) {
  margin-bottom: 0;
}
#top-nav #profile-desk #profile-desk-cont li a {
  white-space: nowrap;
}
#top-nav #profile-desk li::before {
  display: none;
}
#top-nav #profile-desk::before {
  display: none !important;
}
#top-nav #profile-desk.open span::after {
  transform: rotate(180deg) translate(0);
}
#top-nav #profile-desk.open #profile-desk-cont {
  display: block;
}
#bottom-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#bottom-nav .search-button::after {
  margin: unset;
  width: 21px;
  height: 23px;
}
#bottom-nav .submenu-is-open > .sub-menu {
  position: absolute;
  background-color: #E9F1F6;
  border-top: 5px solid #001A4A;
}
#bottom-nav .submenu-is-open > .sub-menu .none-clickable,
#bottom-nav .submenu-is-open > .sub-menu a {
  font-size: 16px;
}
#bottom-nav .submenu-is-open > .sub-menu::after {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: calc(100% + 350px);
  height: 100%;
  position: absolute;
  -webkit-box-shadow: 0px 22px 19px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 22px 19px 0px rgba(0, 0, 0, 0.46);
}
#bottom-nav .shop {
  flex-direction: row;
  align-items: center;
}
#bottom-nav .shop a {
  padding-left: 0.5rem !important;
}
#bottom-nav .shop::before {
  content: "";
  background-image: url(../icons/shop.svg);
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0.3rem 0.3rem 0.3rem 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#bottom-nav .main-point > .sub-menu > .multimenu-main {
  margin: 0 auto;
  padding: 0 0.5rem;
}
.excerpt {
  display: none;
}
.current_page_item {
  font-weight: 500;
}
#navigation-desk .main-point.current-menu-ancestor {
  border-bottom: 2px solid #001A4A;
}
.locked {
  font-size: 14px;
  font-weight: 300;
}
.locked div {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.locked div::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.3rem;
  background-image: url(../icons/lock-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.extra {
  border-top: 1px solid #E9F1F6;
  padding-top: 0.9rem !important;
}
.extra:first-child {
  border-top: 0px;
  padding-top: 0rem !important;
}
.adv-member .standart-button {
  margin-top: 1rem !important;
  padding: 0.75rem 1.5rem !important;
  font-weight: 400;
  width: fit-content !important;
}
@media screen and (min-width: 641px) {
  .logo-menu {
    width: 32%;
  }
}
@media screen and (min-width: 1025px) {
  .logo-menu {
    width: 36%;
  }
}
@media screen and (min-width: 1279px) {
  .article.no-img .sub-text {
    max-width: 60%;
  }
  #bottom-nav {
    position: relative;
    z-index: 400;
  }
  .menu-mobile {
    display: none;
  }
  #navigation-desk {
    display: block;
  }
  #navigation-desk .menu__container {
    display: flex;
  }
  #navigation-desk .menu__container .main-point > a {
    padding: 1rem 0.5rem;
    margin: 0 0.5rem;
  }
  #navigation-desk .menu__container .main-point > .sub-menu {
    min-width: 250px;
    min-height: 380px;
  }
  #navigation-desk .menu__container .main-point > .sub-menu > li > a:hover {
    font-weight: 500 !important;
  }
  #navigation-desk .menu__container :last-child .none-clickable,
  #navigation-desk .menu__container :last-child a {
    margin-right: 1rem;
  }
  #navigation-desk .menu__container .sub-menu {
    padding: 1rem 0 4rem 0;
  }
  #navigation-desk .menu__container .sub-menu a,
  #navigation-desk .menu__container .sub-menu .none-clickable {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem 0 0.5rem;
    margin-right: 0;
    margin: 0.4rem 0;
  }
  .main-point > a {
    font-weight: 500;
  }
  .main-point a::after {
    margin-left: 0.5rem;
  }
  .search-button {
    background-image: none;
  }
  .search-button::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-left: 1rem;
    background-image: url(../icons/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .multi-menu.submenu-is-open > .sub-menu {
    display: flex;
  }
  .multi-menu > .sub-menu {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    max-width: 47rem;
    right: 270px;
  }
  .multi-menu > .sub-menu > li {
    width: 50%;
  }
  .mitglied-main,
  .multimenu-main {
    box-sizing: border-box;
    padding: 0 1rem;
  }
  .mitglied-main > *,
  .multimenu-main > * {
    padding: 0;
    margin: 0;
  }
  .mitglied-main a,
  .multimenu-main a {
    padding-left: 0;
  }
  .mitglied-main a:hover,
  .multimenu-main a:hover {
    font-weight: 500 !important;
  }
  .mitglied-main .none-clickable,
  .mitglied-main > a,
  .multimenu-main .none-clickable,
  .multimenu-main > a {
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    font-weight: 500;
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid #828282;
  }
  .mitglied-main .sub-menu a,
  .multimenu-main .sub-menu a {
    width: 80%;
  }
  .mitglied-main .menu-item {
    margin-left: 0;
  }
  .mitglied-main .adv-member > a {
    margin-bottom: 2rem !important;
  }
  .submenu-is-open .bulb > .none-clickable::after,
  .submenu-is-open .implant > .none-clickable::after {
    display: none;
  }
  .submenu-is-open .contact-and-media > .none-clickable::before,
  .submenu-is-open .magnifying-glass > .none-clickable::before,
  .submenu-is-open .members > .none-clickable::before,
  .submenu-is-open .paper-plane > .none-clickable::before,
  .submenu-is-open .bulb > .none-clickable::before,
  .submenu-is-open .implant > .none-clickable::before {
    content: "";
    display: flex;
    width: 29px;
    height: 29px;
    margin-right: 0.75rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: none !important;
  }
  .submenu-is-open .contact-and-media > .none-clickable::before {
    background-image: url(../icons/Mail.svg);
  }
  .submenu-is-open .magnifying-glass > .none-clickable::before {
    background-image: url(../icons/searchIcon-white.svg);
  }
  .submenu-is-open .members > .none-clickable::before {
    background-image: url(../icons/patient-white.svg);
  }
  .submenu-is-open .bulb > .none-clickable::before {
    background-image: url(../icons/bulb-white.svg);
  }
  .submenu-is-open .implant > .none-clickable::before {
    background-image: url(../icons/implantat-white.svg);
  }
  .submenu-is-open .paper-plane > .none-clickable::before {
    background-image: url(../icons/paper-plane.svg);
  }
  .offset > .sub-menu {
    right: 340px !important;
  }
  .blue-box {
    position: absolute !important;
    top: -5px;
    margin: 0;
    left: 100%;
    height: calc(100% + 5px);
    min-width: 350px !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .blue-box .sub-menu {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 0.5rem 0 0.5rem !important;
  }
  .blue-box .sub-menu li {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
  }
  .blue-box .sub-menu a {
    padding: 0 !important;
    margin: 0 !important;
  }
  .blue-box .sub-menu .extra-content {
    overflow: hidden;
    white-space: pre-wrap !important;
  }
  .blue-box .sub-menu .extra-content a {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-height: 6.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important;
    margin-bottom: 1rem !important;
  }
  .blue-box .sub-menu .extra-content a:nth-child(2) {
    padding-top: 0.9rem !important;
    border-top: 1px solid #E9F1F6;
  }
  .blue-box .sub-menu .extra-content a span {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 0.4rem;
  }
  .blue-box .none-clickable,
  .blue-box > a {
    font-size: 14px !important;
    font-weight: 500;
    justify-content: unset;
    margin-left: -0.5rem !important;
  }
  .blue-box .excerpt {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 111px;
  }
  .blue-box .add-cont {
    display: block;
    order: 1;
    color: white;
  }
  .blue-box .menu-item {
    order: 2;
  }
  .blue-box .arrow {
    font-weight: 500 !important;
    border-top: 1px solid #E9F1F6;
    padding-top: 1rem;
    padding-bottom: 0.75rem;
  }
  .lang {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-left: 1rem;
  }
  .lang a {
    display: flex;
    align-items: center;
  }
  .lang span:nth-child(2) {
    margin-left: 1.25rem !important;
  }
  .lang .nolink {
    position: relative;
  }
  .lang .nolink:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    right: 20%;
    background: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 5px 15px;
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
  }
  .lang .nolink:hover:after {
    bottom: 90%;
  }
  .lang .nolink:hover:after {
    opacity: 1;
    visibility: initial;
  }
  .submenu-is-open .sub-menu .sub-menu a {
    padding-left: 0 !important;
  }
  .shadow .sub-menu {
    -webkit-box-shadow: 0px 22px 19px 0px rgba(0, 0, 0, 0.46);
    box-shadow: 0 22px 19px rgba(0, 0, 0, 0.4588235294);
  }
  .shadow .sub-menu::after {
    display: none !important;
  }
  .no-arrow > a::after {
    display: none !important;
  }
  .logo-menu {
    width: 36%;
  }
}
@media screen and (min-width: 1278px) {
  .multi-menu > .sub-menu {
    right: calc(12% + 270px);
  }
  .logo-menu {
    border-right: 0px !important;
    margin-right: auto !important;
    width: 24%;
    height: auto;
    max-height: 3.5rem;
  }
}
@media screen and (min-width: 2000px) {
  .multi-menu > .sub-menu {
    right: calc(20% + 270px);
  }
}
#search {
  display: none;
  position: absolute;
  width: 100%;
  justify-content: center;
  height: 100vh;
  top: 0;
  z-index: 420;
  background-color: rgba(0, 0, 0, 0.85);
}
::placeholder {
  color: white;
  opacity: 1;
  font-family:
    "Fira Sans",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 500;
  font-size: 16px;
}
:-ms-input-placeholder {
  color: white;
  font-family:
    "Fira Sans",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 500;
  font-size: 16px;
}
::-ms-input-placeholder {
  color: white;
  font-family:
    "Fira Sans",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.search-form {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.4rem;
  margin: 0 auto;
  top: 30%;
  width: 80%;
  position: relative;
  max-height: 3rem;
  border-bottom: 1px solid white;
}
.search-form input[type=search] {
  font-size: 16px;
  color: white;
  width: 85%;
}
.search-form input[type=search] :focus {
  outline: none;
}
.search-form .search-submit {
  padding: 0 0.75rem;
  background-color: unset !important;
  border: unset !important;
  margin: 0 !important;
}
.close-drawer-desk,
#close-search {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
  width: 19px;
  height: 19px;
  padding: 0.5rem;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
}
#search.search-active {
  display: flex;
}
.search-field::placeholder {
  color: white;
  font-size: 20px;
}
.raster-first > * {
  margin: 1rem 0 1.75rem 0;
}
.wp-block-heading {
  margin: 1.5rem 0 1rem 0;
}
h2.wp-block-heading {
  margin: 2.5rem 0 1rem 0;
}
.wp-block-group,
.wp-block-details {
  width: 100%;
}
.wp-block-details {
  padding: 1.5rem 2rem;
  background-color: #E9F1F6;
}
.wp-block-details summary {
  font-size: 18px;
}
.wp-block-details[open] summary {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #001A4A;
}
.wp-element-button {
  background-color: #001A4A !important;
  color: #E9F1F6 !important;
}
.wp-block-file__button:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#footer-sidebar {
  width: 100%;
  background-color: #001A4A;
  margin-top: 2rem;
  padding-top: 2rem;
  color: white;
}
#footer-sidebar .footer-container {
  display: flex;
  flex-direction: column;
}
#footer-sidebar .footer-container a {
  color: #fff;
}
#footer-sidebar .footer-mid {
  display: flex;
  flex-direction: column;
}
#footer-sidebar .footer-mid #footer-sidebar1,
#footer-sidebar .footer-mid #footer-sidebar2,
#footer-sidebar .footer-mid #footer-sidebar3 {
  width: 100%;
  margin: 1rem 0;
}
#footer-sidebar .footer-mid #footer-sidebar2 {
  display: flex;
  flex-direction: column;
}
#footer-sidebar .footer-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1rem auto 2rem auto;
}
#footer-sidebar .footer-bottom span {
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #ffd740;
}
#footer-sidebar .social-media {
  display: flex;
  align-items: center;
}
#footer-sidebar .social-media li {
  margin: 0 1rem;
}
#footer-sidebar .widget-1,
#footer-sidebar .widget-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 60%;
}
#footer-sidebar .widget-1 span,
#footer-sidebar .widget-2 span {
  padding-bottom: 0.7em;
  line-height: 150%;
}
#footer-sidebar .content-wrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  #footer-sidebar .footer-mid {
    flex-direction: row;
  }
  #footer-sidebar #footer-sidebar1,
  #footer-sidebar #footer-sidebar2,
  #footer-sidebar #footer-sidebar3 {
    width: 33.33%;
    margin: 0;
  }
  #footer-sidebar .social-media {
    justify-content: end;
  }
  #footer-sidebar .footer-bottom span {
    text-align: left;
  }
  #footer-sidebar .widget-2 {
    margin: 0 auto;
  }
  #footer-sidebar .content-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1281px) {
  #footer-sidebar {
    margin-top: 6rem;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property:
    transform,
    opacity,
    height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper-wrapper {
  border-radius: 0 0 0 31px;
  overflow: hidden;
}
.sub-wrapper,
.swiper-wrapper {
  display: flex;
  margin: 0 0 2rem 0;
}
.swiper {
  width: 100%;
  height: 100%;
}
.sub-header,
.swiper-slide {
  background: #001A4A;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 33rem;
}
.sub-header.article > * {
  margin-bottom: 1.5rem;
}
.sub-text,
.swiper-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: white;
  padding: 2.5rem 2.75rem 2rem 2.75rem;
}
.sub-text div,
.swiper-text div {
  display: flex;
}
.swiper-text {
  height: 60%;
}
.sub-img,
.swiper-img {
  display: flex;
  overflow: hidden;
}
.sub-img img,
.swiper-img img {
  width: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  top: 30%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../icons/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.swiper-button-next::after {
  transform: rotate(-90deg);
}
.swiper-button-prev::after {
  transform: rotate(90deg);
}
.sub-header {
  width: 100%;
  height: unset;
}
.sub-header .sub-datei.icon-before {
  color: white;
}
.sub-header .sub-datei.icon-before::before {
  background-image: url(../icons/Download.svg);
  background-size: unset;
}
.sub-header .sub-img {
  width: 90%;
  margin: 0 auto;
}
.sub-header.page {
  padding-bottom: 4rem;
}
@media screen and (max-width: 961px) {
  .sub-text {
    padding: 2.5rem 0 1rem 0;
    width: 90%;
    margin: 0 auto;
  }
  .sub-text > * {
    margin: 0.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .swiper {
    margin-bottom: 6rem;
  }
  .sub-wrapper,
  .swiper-wrapper {
    margin: 3rem 0;
    border-radius: unset;
  }
  .sub-text,
  .swiper-text {
    height: 100%;
    box-sizing: border-box;
    max-width: 35%;
    padding: 3.5rem 3.5rem 3rem 5vw;
  }
  .sub-img,
  .swiper-img {
    width: 45%;
    height: 100%;
    border-radius: 40%/68% 0 0 68%;
  }
  .sub-header,
  .swiper-slide {
    flex-direction: row;
    border-radius: 15px;
    height: 25rem;
  }
  .sub-header.page,
  .swiper-slide.page {
    padding-bottom: unset;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    background-image: url(../icons/arrow.svg);
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-color: #E9F1F6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: #00328E;
  }
  .swiper-button-next:hover::after,
  .swiper-button-prev:hover::after {
    background-image: url(../icons/arrow-white.svg);
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
  }
  .sub-header {
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
  .sub-header .sub-text {
    max-width: 50%;
  }
  .sub-header .sub-img {
    height: 25rem;
    max-width: 46%;
    margin: 0 -2px 0 0;
    border-radius: 44%/68% 0 0 68%;
  }
  .sub-header .sub-img img {
    height: 100%;
  }
  .sub-header.article {
    height: unset;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 2150px) {
  .sub-text,
  .swiper-text {
    padding: 3.5rem 3.5rem 3rem 4vw;
  }
}
.banner {
  background-color: #E9F1F6;
  margin-top: 2rem;
  margin-bottom: 5rem;
  border-radius: 0 0 0 31px;
}
.banner .sub-header {
  background-color: unset;
  padding-bottom: 0;
}
.banner .header-wrapper {
  border-radius: 0 0 0 31px;
  overflow: hidden;
}
.banner .sub-text * {
  color: #333333;
}
.banner .sub-text * a {
  color: white;
}
.banner .sub-text * a.Gelb {
  color: #001A4A;
}
.banner .sub-text * a.Gelb:hover {
  color: white;
}
.banner .sub-text > * {
  margin: 1rem 0;
}
.banner .swiper-img {
  height: unset;
}
.text-block {
  display: flex;
  flex-direction: column;
}
.text-block > * {
  margin-bottom: 1.25rem;
}
.attachedContent h2 {
  font-size: 22px;
}
.no-img .sub-text {
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .banner {
    margin-bottom: 10rem;
    height: 25rem;
    border-radius: unset;
  }
  .banner .sub-header.left {
    justify-content: left;
  }
  .banner .sub-text {
    padding: 3.5rem 3.5rem 3rem 4vw;
  }
  .banner .sub-text.left {
    display: flex;
    padding: 3.5rem 0;
    margin: 0 auto;
    order: 2;
  }
  .banner .no-img .sub-text {
    max-width: 100%;
  }
  .banner .swiper-img.left {
    border-radius: 40%/0 68% 68% 0;
    order: 1;
  }
  .banner .header-wrapper {
    border-radius: 0;
  }
}
.event .event-img,
.event .post-img,
.post .event-img,
.post .post-img {
  margin-bottom: 2rem;
}
.event .event-img img,
.event .post-img img,
.post .event-img img,
.post .post-img img {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: auto;
}
.event .caption,
.post .caption {
  margin-top: 1rem;
}
.event .post-content p,
.post .post-content p {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.event .post-content a,
.post .post-content a {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .post {
    display: flex;
    justify-content: space-between;
  }
  .post .post-content {
    order: 1;
    width: 57%;
  }
  .post .post-img {
    order: 2;
    width: 35%;
  }
  .post .event-img {
    width: 35%;
  }
  .event-img {
    grid-area: img;
  }
  .event-map {
    grid-area: map;
  }
  .event-content {
    grid-area: cont;
  }
  .event {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 57% 35%;
    grid-template-rows: auto;
    grid-template-areas: "cont img" "cont map";
  }
}
.kachel {
  display: block;
  height: 25.3rem;
  margin-bottom: 2.5rem;
  background-color: #E9F1F6;
}
.kachel .kachel-img {
  display: flex;
  height: 10.5rem;
  position: relative;
  overflow: hidden;
}
.kachel .kachel-img img {
  width: 100%;
  object-fit: cover;
}
.kachel .kachel-text {
  display: flex;
  flex-direction: column;
  width: 85%;
  margin: 0 auto;
  padding: 1.5rem 0 2.1rem 0;
  box-sizing: border-box;
  max-height: 15rem;
}
.kachel .kachel-text > * {
  margin-bottom: 0.5rem;
}
.kachel .kachel-text .kachel-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.kachel .kachel-text .kachel-title {
  color: #001A4A;
  font-size: 18px;
  font-weight: 500;
}
.kachel .kachel-text .kachel-title strong {
  font-weight: inherit;
  font-size: inherit;
}
.produkt-details .caption,
.kachel-img .caption,
.sub-img .caption,
.post-img .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(233, 241, 246, 0.8);
}
.sub-img .caption,
.post-img .caption {
  border-radius: 0 0 8px 8px;
}
.kachel-img .caption {
  text-align: center;
}
.produkt-details {
  position: relative;
}
.produkt-details .caption {
  bottom: 100%;
}
.produkt-details .caption,
.kachel-img .caption {
  display: none;
  z-index: 300;
}
.shopitem:hover .caption,
.kachel-img:hover .caption {
  display: block;
}
.news {
  margin-bottom: 2rem;
}
.message {
  display: flex;
  background-color: aliceblue;
  padding: 2rem 0;
  margin-bottom: 1.25rem;
}
.message .message-wrapper {
  display: flex;
  flex-direction: column;
  width: 85%;
  margin: 0 auto;
}
.message .message-wrapper > * {
  margin-bottom: 0.5rem;
}
.message .message-wrapper .message-title {
  font-size: 20px;
  font-weight: 500;
}
.message .message-wrapper .message-date {
  margin-top: 1rem;
}
.news-desk {
  display: none;
}
.cover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 74%;
  width: 28%;
  height: 125%;
  background-color: #001A4A;
  align-self: center;
  border-radius: 47%/80% 0 0 80%;
  transition: left 0.5s, width 0.5s;
}
.cover span {
  display: none;
  color: white;
  animation: fadeIn 3s;
}
.cover.Gelb {
  background-color: #ffd740;
}
.cover.Gelb span {
  color: #001A4A;
}
.cover a,
.cover .loginDrawer-desk {
  color: #E9F1F6;
  padding-bottom: 1px;
  border-bottom: 1px solid #E9F1F6;
  cursor: pointer;
}
.kontakt {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #E9F1F6;
}
.kontakt > * {
  margin-bottom: 1rem;
}
.kontakt .cover {
  left: 67%;
  width: 33%;
  height: 110%;
  border-radius: 75%/80% 0 0 80%;
}
.kontakt-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 60%;
  padding: 1.5rem;
}
.kontakt-wrapper h3 {
  font-weight: 500;
}
.kontakt-wrapper > * {
  margin-bottom: 1rem;
}
.kontakt-wrapper > *:last-child {
  margin-bottom: 0;
}
.cover.open {
  border-radius: unset;
  width: 100%;
  left: 0;
}
.cover.open > svg {
  display: none;
}
.cover.open span {
  display: block;
}
.cover.open a,
.cover.open .loginDrawer-desk {
  display: inline-block;
  margin: 0.25rem 0;
}
.attached__post {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  border-bottom: 1px solid #EBEBEB;
}
.attached__post .thumbnail {
  display: flex;
  position: relative;
  width: 100%;
  height: 11rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.attached__post .thumbnail img {
  object-fit: cover;
  width: 100%;
}
.attached__post .content > * {
  margin-bottom: 1rem;
}
.attached__post .content > *:last-child {
  margin-bottom: 0;
}
.kontakt-patient {
  display: flex;
  flex-direction: column;
  background-color: #E9F1F6;
  margin: 0 auto;
  padding: 1.5rem 0 2.1rem 0;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.kontakt-patient .banner-headline {
  width: 85%;
  margin: 1rem auto 1rem auto;
}
.kontakt-patient .patient-wrapper {
  width: 85%;
  margin: 0 auto;
}
.kontakt-patient .patient-wrapper > div {
  margin-bottom: 1.5rem;
}
.kontakt-patient .patient-wrapper p {
  margin-bottom: 0.75rem;
}
.impsuche-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #001A4A;
  padding: 1.5rem 0 2.1rem 0;
  margin-bottom: 2rem;
}
.impsuche-box .wrapper {
  display: flex;
  flex-direction: column;
  width: 85%;
  margin: 0 auto;
}
.impsuche-box .wrapper h3,
.impsuche-box .wrapper p {
  color: #E9F1F6;
  margin-bottom: 1.5rem;
}
.kontakt-and-impsearch {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#memberarea .raster-first h2 {
  font-size: 20px;
}
#memberarea .attached__post {
  border-bottom: 0px;
}
#memberarea .attached__post .thumbnail {
  height: 10.5rem;
}
#memberarea .attached__post .content {
  padding: 0;
}
#memberarea .attached__post .content > * {
  margin-bottom: 0.5rem;
}
.white-out {
  display: flex;
  position: relative;
  overflow: hidden;
}
.white-out img,
.white-out img {
  filter: saturate(50%) brightness(1.1) opacity(65%);
  width: 98% !important;
  height: 106% !important;
}
.raster-first {
  margin-bottom: 3rem;
}
.raster-second {
  margin-bottom: 3rem;
}
.raster-second > * {
  width: 100% !important;
}
.raster-second .impsuche-box {
  margin-bottom: 2rem !important;
}
.more-button,
#load {
  margin: 0 auto;
}
.more-button {
  margin-top: 1rem !important;
}
.kachel-wrapper-portraits .kachel {
  width: 65%;
  height: unset;
  padding: 2rem;
}
.kachel-wrapper-portraits .kachel .kachel-img {
  min-height: 170px;
  height: auto;
  width: 142px;
}
.kachel-wrapper-portraits .kachel .kachel-text {
  width: 100%;
}
.kachel-wrapper-portraits .big-kachel {
  min-height: 30.3rem;
}
.raster-reverse {
  display: flex;
  flex-flow: column-reverse;
}
#loading {
  display: flex;
  opacity: 0;
  height: 0;
  width: 0;
}
#loading.loading {
  opacity: 1;
  height: 2rem;
  width: 100%;
}
#filtercont {
  opacity: 1;
}
#filtercont.loading {
  opacity: 0;
}
.side-bar-wrapper > * {
  margin-bottom: 2rem;
}
@media screen and (min-width: 641px) {
  .kachel-wrapper-portraits,
  .kachel-wrapper {
    display: grid;
    margin: 2rem 0;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1279px) {
  .raster-wrapper-reverse,
  .raster-wrapper,
  .side-bar-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .raster-wrapper-reverse .side-bar,
  .raster-wrapper .side-bar,
  .side-bar-wrapper .side-bar {
    position: relative;
    top: -250px;
    z-index: 350;
    width: 30%;
  }
  .raster-wrapper-reverse .raster-second,
  .raster-wrapper .raster-second,
  .side-bar-wrapper .raster-second {
    width: 30% !important;
  }
  .raster-reverse {
    flex-flow: row;
  }
  .raster-wrapper-reverse .raster-second,
  .raster-first,
  .articles {
    width: 66% !important;
  }
  .raster-wrapper-reverse .raster-second .kachel-wrapper-portraits,
  .raster-wrapper-reverse .raster-second .kachel-wrapper,
  .raster-first .kachel-wrapper-portraits,
  .raster-first .kachel-wrapper,
  .articles .kachel-wrapper-portraits,
  .articles .kachel-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .raster-wrapper-reverse .raster-second .kachel,
  .raster-first .kachel,
  .articles .kachel {
    width: 48% !important;
  }
  .raster-wrapper-reverse .raster-first {
    width: 31% !important;
  }
  .raster-wrapper-reverse .raster-second {
    width: 57% !important;
  }
  .news-mobile {
    display: none;
  }
  .news-desk {
    display: block;
  }
  .kachel-wrapper-portraits,
  .kachel-wrapper {
    display: grid;
    margin: 2rem 0;
    grid-template-columns: 31% 31% 31%;
    justify-content: space-between;
  }
  .kachel-wrapper-portraits {
    grid-template-columns: 23% 23% 23% 23%;
    margin-bottom: 4rem;
  }
  .kachel-wrapper-portraits .kachel {
    width: unset;
    min-height: 22.3rem;
    height: auto;
  }
  .event {
    height: 25.3rem;
  }
  .event:first-child {
    grid-row: 1/3;
    height: unset;
  }
  .event:first-child .event-link,
  .event:first-child .kachel-excerpt {
    display: block;
  }
  .attached__post {
    flex-direction: row;
  }
  .attached__post .thumbnail {
    width: 19rem;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .attached__post .content {
    padding: 0 2rem 2rem 0;
  }
  .kontakt-patient {
    width: 65.5%;
    margin: 0;
  }
  .kontakt-patient .banner-headline {
    margin-top: 2rem;
  }
  .kontakt-patient .patient-wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .kontakt-patient .patient-wrapper > div {
    width: 50%;
    margin-bottom: 0;
  }
  .kontakt-patient .patient-wrapper > span {
    width: 40%;
    margin-bottom: 0;
  }
  .impsuche-box {
    width: 31%;
    margin: 0;
  }
  .impsuche-box .wrapper {
    width: 75%;
    padding: 1rem 0;
  }
  .kontakt-and-impsearch {
    justify-content: space-between;
    flex-direction: row;
  }
  .single-post-box {
    width: 33%;
  }
  .single-post-box > a {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1251px) {
  .side-bar-wrapper .side-bar {
    width: 22%;
  }
}
.form,
.mc4wp-form {
  max-width: 505px;
  margin: 1rem auto 1rem 0;
}
.form label,
.mc4wp-form label {
  font-weight: normal;
  font-size: 1.1428571429em;
  display: block;
  color: #212121;
  margin: 0 0 5px 0;
}
.form input[type=text],
.form input[type=email],
.form select,
.mc4wp-form input[type=text],
.mc4wp-form input[type=email],
.mc4wp-form select {
  display: block;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: calc(100% - 1em - 2px);
  transition: all 200ms ease-in-out;
  max-width: 500px;
  border-radius: 2px;
  height: 1.2em;
  font-size: 1em;
  margin: 0;
  padding: 0.3rem;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: #212121;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form select:focus,
.mc4wp-form input[type=text]:focus,
.mc4wp-form input[type=email]:focus,
.mc4wp-form select:focus {
  border-color: #00236e;
  color: #757575;
}
.form .submitwrapper,
.mc4wp-form .submitwrapper {
  display: flex;
  justify-content: center;
}
.mc4wp-success {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  color: black;
  box-sizing: border-box;
  margin: 2rem 0;
  line-height: 1.3rem;
  background: rgb(153, 255, 175);
}
.mc4wp-success p {
  margin: 0;
}
.mc4wp-error {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  color: black;
  box-sizing: border-box;
  margin: 2rem 0;
  line-height: 1.3rem;
  background: rgb(255, 157, 157);
}
.mc4wp-error p {
  margin: 0;
}
.mc4wp-form-fields > * {
  padding-bottom: 1.5rem;
}
.toggleBox__trigger,
.advantage-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.toggleBox__trigger::after,
.advantage-top::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../icons/Kreuz.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.advantage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E9F1F6;
  padding: 1rem;
  margin-bottom: 1rem;
}
.advantage h3 {
  margin-bottom: 0;
  max-width: 75%;
}
.advantage span {
  display: none;
}
.advantage.open {
  flex-direction: column;
}
.advantage.open h3 {
  margin-right: auto;
}
.advantage.open span {
  display: block;
}
.advantage.open .advantage-top {
  margin-bottom: 1rem;
}
.advantage.open .advantage-top::after {
  background-image: url(../icons/Minus.svg);
}
.advantage-check {
  display: none;
}
.letter {
  padding: 4rem 0;
  margin-bottom: 4rem;
  background-color: #001A4A;
}
.letter * {
  color: white;
}
.letter-text {
  margin-bottom: 2rem;
}
.letter-text span {
  display: block;
  margin-bottom: 2.5rem;
}
.letter-text ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.letter-text ul li {
  margin-bottom: 0.7rem;
}
.letter-img img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .advantages {
    position: relative;
    margin-bottom: 6rem;
  }
  .advantages h2 {
    display: flex;
    justify-content: center;
  }
  .advantage-check {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #001A4A;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    position: relative;
    top: -1.6rem;
  }
  .advantage-top h3 {
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .advantage-top::after {
    display: none;
  }
  .advantages-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 4rem 0;
    justify-content: space-between;
  }
  .advantage {
    width: 27%;
    flex-direction: column;
    justify-content: unset;
    min-height: 12.13rem;
    margin-bottom: 3rem;
    padding: 0 1.75rem 1.75rem 1.75rem;
  }
  .advantage span {
    display: block;
  }
  .letter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .letter-wrapper .letter-text {
    max-width: 57%;
  }
  .letter-wrapper .letter-img {
    width: 32%;
  }
}
.logindrawer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 600;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.75s cubic-bezier(0, 0.58, 0.5, 1.18);
  font-size: 0.9em;
  overflow: hidden;
}
.logindrawer.opened {
  display: block;
}
.logindrawer.mobile {
  height: 100%;
  background: #E9F1F6;
}
.logindrawer.mobile .loginform {
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  align-items: center;
}
.logindrawer.mobile .loginform #loginform {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.logindrawer.mobile .loginform #loginform p input {
  width: 100%;
  margin-right: 0px;
}
.logindrawer.mobile .loginform #loginform p input[type=checkbox] {
  width: unset;
}
.logindrawer .loginform {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
  border-radius: 15px;
}
.logindrawer .loginform #loginform {
  display: flex;
  flex-direction: column;
}
.logindrawer .loginform p,
.logindrawer .loginform fieldset {
  display: flex;
  flex-flow: column;
  margin: 10px;
  margin-bottom: 0;
  justify-content: center;
}
.logindrawer .loginform p.login-remember,
.logindrawer .loginform p.login-submit,
.logindrawer .loginform fieldset.login-remember,
.logindrawer .loginform fieldset.login-submit {
  margin-top: 25px;
}
.logindrawer .loginform p label,
.logindrawer .loginform fieldset label {
  padding-bottom: 3px;
}
.logindrawer .loginform p input,
.logindrawer .loginform fieldset input {
  padding: 3px;
}
.logindrawer .loginform p input#user_pass,
.logindrawer .loginform p input#user_login,
.logindrawer .loginform fieldset input#user_pass,
.logindrawer .loginform fieldset input#user_login {
  font-size: 1.3em;
  width: 250px;
  margin-right: 30px;
  border: 1px solid #00328E;
}
.logindrawer .loginform p input#wp-submit,
.logindrawer .loginform fieldset input#wp-submit {
  border: none;
  padding: 10px;
  margin: 0 auto !important;
}
.logindrawer .loginform .lostpwLink,
.logindrawer .loginform .login-remember {
  color: grey;
  font-size: 0.9em;
  display: flex;
  flex-flow: column;
  margin: 10px;
  margin-bottom: 0;
  margin-top: 25px;
  justify-content: center;
}
.logindrawer .logindrawer__feedback {
  text-align: center;
  color: red;
  padding: 1rem;
  margin: 1rem;
}
.alert.success,
.alert.info {
  padding: 2rem 1rem;
  margin: 1rem;
  line-height: 140%;
}
#loginDrawer {
  cursor: pointer;
}
.loginDrawer-desk {
  cursor: pointer;
}
.close-drawer-desk {
  display: none;
}
.reset-form .logindrawer {
  display: flex;
  position: relative;
  margin-bottom: 4rem;
  z-index: 0;
}
.reset-form .logindrawer .loginform {
  margin-top: 0;
}
.reset-form .logindrawer form {
  padding: 4rem 2rem;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .logindrawer {
    height: 100vh;
    align-items: center;
  }
  .logindrawer.opened {
    display: flex;
  }
  .logindrawer .loginform {
    display: flex;
    flex-direction: column;
    max-width: 1024px;
    width: 80%;
    margin: 0 auto;
    padding: 4rem;
  }
  .logindrawer .loginform form {
    display: flex;
    flex-direction: column;
  }
  #navigation-desk .logindrawer {
    position: absolute;
    top: 0;
  }
  .close-drawer-desk {
    display: flex;
    border-color: #E9F1F6;
  }
  .reset-form .logindrawer form {
    padding: 2rem;
    box-sizing: border-box;
  }
}
.seminar-kachel {
  margin: 3.5rem 0;
}
.seminar-kachel .kachel-top {
  background-color: #001A4A;
  color: white;
  padding: 2rem 1.5rem;
}
.seminar-kachel .kachel-top h3 {
  margin: 0;
}
.kachel-bottom {
  background-color: #E9F1F6;
  padding: 2rem 1.5rem;
}
.kachel-bottom .seminar-date {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 2rem;
}
.kachel-bottom .seminar-kontakts li {
  display: flex;
  margin-bottom: 2rem;
}
.kachel-bottom .seminar-kontakts li img {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.kachel-bottom a {
  font-weight: 500;
}
.standart-button {
  margin-top: 2rem;
}
.semiar-links {
  display: flex;
  flex-direction: column;
}
.archive-box {
  box-sizing: border-box;
  padding: 2rem 1rem;
  background-color: #E9F1F6;
}
.archive-box span {
  display: block;
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 1279px) {
  .seminar-content {
    margin-bottom: 10rem;
  }
  .kachel-bottom {
    padding: 2rem 3.5rem;
  }
  .seminar-kontakts {
    display: flex;
    justify-content: space-between;
  }
  .seminar-kontakts li {
    width: 48%;
  }
  .semiar-links {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .semiar-links .standart-button {
    margin-top: 0;
  }
}
.the-content {
  margin-bottom: 3rem;
}
.shopitem {
  border: 0px;
}
.shopitem .headline {
  font-size: 20px;
  font-weight: 500;
  color: #00328E;
  margin-top: 1.75rem;
}
.shopitem .thumbnail {
  height: 15.25rem;
  margin-bottom: 0;
}
.shopitem .thumbnail img {
  height: 100%;
  width: 100%;
}
.shopitem {
  display: flex;
  flex-direction: column;
}
.produkt-details {
  display: flex;
  justify-content: space-between;
  background-color: #E9F1F6;
}
.produkt-details span {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.produkt-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  background-color: #ffd740 !important;
  margin: 0;
  border: 0px !important;
  padding: 0.5rem 0.75rem !important;
}
.produkt-button img {
  height: 25px;
  width: auto;
}
.produkt-button:hover {
  background-color: #ffd740 !important;
}
.produkt-button::after {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url(../icons/shop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0.25rem;
}
.shopitem__thumb {
  width: 100% !important;
  margin-right: 0 !important;
  overflow: hidden;
}
.shopitem__preis {
  font-weight: 500;
  margin-bottom: 1rem;
}
.item-img img {
  width: 100%;
}
.preis {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.prices {
}
.prices input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.prices label {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.prices .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #eee;
}
.prices label:hover input ~ .checkmark {
  background-color: #ccc;
}
.prices .checkmark:after {
  content: "\2713";
  position: absolute;
  display: none;
}
.prices label input:checked ~ .checkmark:after {
  display: block;
}
.prices label .checkmark:after {
  font-size: 29px;
  left: 3px;
  top: 3px;
}
.utilitybar input[type=number] {
  display: flex;
  text-align: center;
  padding: 0.5rem;
  background-color: #E9F1F6;
  width: 50px;
}
.notice {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
.notice::before {
  content: "";
  display: inline-block;
  background-image: url(../icons/info.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
}
.event-detail {
  display: inline-block;
  min-width: 4rem;
  font-weight: bold;
}
@media screen and (min-width: 1279px) {
  .project-tiles.shop {
    margin-top: 3rem;
    width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 32% 32% 32%;
  }
  .shopitem {
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .shopitem .content {
    min-height: 9rem;
    display: grid;
    grid-template-rows: 80% 20%;
    align-items: start;
  }
  .shopitem .content h2 {
    margin: 1rem 0 0 0;
  }
  .utilitybar {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .utilitybar .prices {
    max-width: 50%;
  }
  .utilitybar .addItem {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cart__button {
    max-width: 300px;
    margin-left: auto;
  }
}
.woocommerce-shop .woocommerce-products-header {
  display: none;
}
.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering {
  margin-bottom: 4em;
}
.woocommerce-shop .woocommerce ul.products li.product a.wp-block-file__button {
  display: inline-block;
  padding: 0.25em 1em;
}
.cart.woo-mini-cart .actions {
  padding: 1em 1em 2em 1em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.cart.woo-mini-cart .actions a {
  display: inline-block;
  padding: 0.75em 1em;
  color: white;
  font-weight: 500;
  background: #00328E;
  min-width: 120px;
  text-align: center;
  margin: 8px;
  transition: background 0.25s ease;
}
.cart.woo-mini-cart .actions a:hover {
  background: rgb(0, 58.9788732394, 167.5);
}
body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  background-color: white;
}
body .woocommerce ul.products li.product .button {
  margin-top: 0;
  min-width: 12em;
  background-color: #00328E;
  color: white;
}
.woocommerce .shopitem .shopitem__content .shopitem__text .shopitem__utilitybar .shopitem__preis {
  display: flex;
}
.woocommerce .shopitem .shopitem__content .shopitem__text .shopitem__utilitybar .shopitem__preis .price {
  margin-bottom: 0;
  margin-left: 1em;
  font-size: 1em;
  color: inherit;
  font-weight: 500;
}
.woocommerce .shopitem .shopitem__content .buy-box .cart {
  position: unset;
  width: inherit;
  display: flex;
}
.shop_table.cart.woocommerce-cart-form__contents {
  position: unset;
  width: 100%;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #00328E;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: rgb(0, 41.0211267606, 116.5);
}
.woocommerce ul.products.columns-3,
.woocommerce-page ul.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  margin: 0 2.55% 2.992em 0;
}
.woocommerce ul.products.columns-3 li.product .shopitem,
.woocommerce-page ul.products.columns-3 li.product .shopitem {
  width: 100%;
}
.woocommerce ul.products.columns-3 li.product a img,
.woocommerce-page ul.products.columns-3 li.product a img {
  aspect-ratio: 4/3;
  object-fit: cover;
  margin: 0;
}
.woocommerce ul.products.columns-3 li.product .shopitem__headline,
.woocommerce-page ul.products.columns-3 li.product .shopitem__headline {
  width: 85%;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 18px;
}
.woocommerce-product-gallery__wrapper {
  position: relative;
}
.woocommerce-product-gallery__wrapper .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(233, 241, 246, 0.8);
  padding: 0.25rem 0;
}
.woocommerce-product-gallery__wrapper .description span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 1rem;
}
.woocommerce-product-gallery__wrapper:hover .description {
  display: block;
}
.product-template-default.single.single-product .header-wrapper {
  display: none;
}
.product-template-default.single.single-product .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-template-default.single.single-product .product > div {
  float: none;
}
.product-template-default.single.single-product .product .summary .price {
  color: #222;
  font-weight: 600;
  margin-bottom: 1em;
  display: block !important;
}
.product-template-default.single.single-product .product table.variations .value select {
  position: absolute;
  opacity: 0;
  z-index: -1;
  min-width: 0%;
}
.product-template-default.single.single-product .product table.variations .value .reset_variations {
  opacity: 0;
}
.product-template-default.single.single-product .product table.variations .value .variation-radios > div {
  margin-bottom: 0.5em;
}
.product-template-default.single.single-product .product table.variations .value .variation-radios > div label {
  font-weight: 500;
  margin-left: 0.5em;
}
.product-template-default.single.single-product .product .woocommerce-variation-add-to-cart,
.product-template-default.single.single-product .product form.cart {
  position: relative;
  right: initial;
  bottom: initial;
  width: initial;
  display: flex;
  align-items: center;
  margin: 2em 0;
  flex-wrap: wrap;
}
.product-template-default.single.single-product .product .woocommerce-variation-add-to-cart .quantity,
.product-template-default.single.single-product .product form.cart .quantity {
  width: 100%;
  margin-bottom: 2em;
}
.product-template-default.single.single-product .product .woocommerce-variation-add-to-cart .quantity input,
.product-template-default.single.single-product .product form.cart .quantity input {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.product-template-default.single.single-product .product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.product-template-default.single.single-product .product form.cart .single_add_to_cart_button {
  border-radius: 32px;
  padding: 0.75rem 1.5rem;
  background-color: #ffd740;
  color: #001A4A;
  border-color: #ffd740;
  font-weight: 400;
  margin-left: 0;
}
.product-template-default.single.single-product .product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover,
.product-template-default.single.single-product .product form.cart .single_add_to_cart_button:hover {
  color: white;
  background-color: #00328E;
  border-color: #00328E;
}
.product-template-default.single.single-product .product .woocommerce-variation-add-to-cart .widget_shopping_cart_content,
.product-template-default.single.single-product .product form.cart .widget_shopping_cart_content {
  width: 100%;
}
.product-template-default.single.single-product .product .woocommerce-variation-add-to-cart .widget_shopping_cart_content .woocommerce-mini-cart__total,
.product-template-default.single.single-product .product .woocommerce-variation-add-to-cart .widget_shopping_cart_content .woocommerce-mini-cart,
.product-template-default.single.single-product .product form.cart .widget_shopping_cart_content .woocommerce-mini-cart__total,
.product-template-default.single.single-product .product form.cart .widget_shopping_cart_content .woocommerce-mini-cart {
  display: none;
}
.product-template-default.single.single-product .product .woocommerce-variation-add-to-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
.product-template-default.single.single-product .product form.cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: flex;
  text-align: center;
  gap: 1em;
  margin-top: 1em;
}
.product-template-default.single.single-product .product .woocommerce-variation-add-to-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a,
.product-template-default.single.single-product .product form.cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
  flex: 1;
  font-weight: 500;
}
.product-template-default.single.single-product .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
.product-template-default.single.single-product .related.products {
  width: 100%;
  margin: 4em 0 0 0;
}
.product-template-default.single.single-product .related.products > h2 {
  text-align: left;
}
.woocommerce-checkout h3 {
  margin-top: 1em;
}
.woocommerce-checkout .raster-first {
  width: 100% !important;
}
.woocommerce form ::placeholder {
  font-weight: 400;
}
.woocommerce form :-ms-input-placeholder {
  font-weight: 400;
}
.woocommerce form ::-ms-input-placeholder {
  font-weight: 400;
}
.woocommerce form input[type=text],
.woocommerce form input[type=email],
.woocommerce form input[type=tel],
.woocommerce form select,
.woocommerce form textarea {
  border: 1px solid #ccc;
  padding: 0.25em 0.5em;
}
.summary p {
  display: block;
  margin-bottom: 0.75rem;
}
.woocommerce-product-gallery__image--placeholder {
  display: none;
}
.woocommerce-product-gallery {
  width: 100% !important;
}
.product .raster-first {
  display: none;
}
.products {
  margin-top: 3rem !important;
}
.woo-product-description table {
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.woo-product-description table tr {
  vertical-align: baseline;
}
.woo-product-description table td {
  width: 30px;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 41%;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1279px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 31%;
    margin-right: 1rem;
  }
  .related.products h2 {
    margin-bottom: 2rem;
  }
  .related.products .products,
  .related.products .product,
  .related.products .shopitem,
  .related.products .content {
    margin-top: 0rem !important;
    margin-bottom: 0 !important;
  }
  .product .raster-first {
    display: block;
  }
  .raster-second .event-map,
  .raster-second .woocommerce-product-gallery {
    display: none;
  }
  .shop-nav-buttons {
    display: flex;
  }
  .shop-nav-buttons > * {
    margin-right: 1.5rem;
  }
}
.woocommerce-order-overview.woocommerce-thankyou-order-details + .woocommerce-order-details ul.wc-item-meta {
  display: none;
}
.checkout-requires-login-module > p {
  font-weight: 500;
}
.checkout-requires-login-module p {
  margin-bottom: 1em;
}
.checkout-requires-login-module form label {
  display: block;
}
.checkout-requires-login-module form input[type=text],
.checkout-requires-login-module form input[type=password] {
  font-size: 1.3em;
  width: 250px;
  margin-right: 30px;
  border: 1px solid #00328E;
}
.woocommerce form .form-row {
  min-height: 70px;
}
.cart {
  z-index: 50;
  position: fixed;
  right: 3%;
  bottom: 3%;
  width: 400px;
  transition: all 0.5s ease;
}
.cart.disabled {
  width: 55px;
}
.cart.disabled .cart__list {
  visibility: hidden;
}
.cart.disabled .cart__button {
  width: 0px;
}
.cart.disabled .cart__button .cart__icon {
  right: 0;
  cursor: initial;
  border: 3px solid fade(#ffd740, 50%);
  transition: all 0.5s ease;
}
.cart.disabled .cart__button .cart__icon img {
  padding-left: 2px;
  opacity: 0.5;
}
.cart.disabled .cart__button .cart__content {
  width: 0px;
}
.cart.disabled .cart__list {
  width: 0px;
}
.cart .cart__button {
  background: #ffd740;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 300px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s ease;
  width: 400px;
}
.cart .cart__button .cart__icon {
  position: absolute;
  height: 55px;
  width: 55px;
  box-sizing: border-box;
  padding: 5px 9px 2px 6px;
  border: 3px solid #ffd740;
  border-radius: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
}
.cart .cart__button .cart__icon img {
  transform-origin: center;
  width: 100%;
}
.cart .cart__button .cart__content {
  cursor: pointer;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cart .cart__button .cart__content .cart__label {
  white-space: nowrap;
  text-align: center;
  width: 100%;
  display: block;
  color: #00328E;
  font-weight: 600;
  margin: 15px 0;
}
.cart .cart__list {
  background: #E9F1F6;
  width: 90%;
  margin: 0 5%;
  overflow: hidden;
  box-sizing: border-box;
  z-index: -1;
  max-height: 0px;
  transition: all 0.5s ease;
  position: relative;
  bottom: -5px;
  font-size: 0.85rem;
  visibility: hidden;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.cart .cart__list .tableWrapper {
  overflow-x: hidden;
  height: 100%;
  width: 94%;
  padding: 10px;
}
.cart .cart__list .tableWrapper table {
  width: 100%;
}
.cart .cart__list .tableWrapper table tbody {
  overflow-y: auto;
}
.cart .cart__list .tableWrapper table tbody tr td:first-of-type {
  width: 25%;
}
.cart .cart__list .tableWrapper table tbody tr td:nth-of-type(3) {
  width: 50px;
}
.cart .cart__list .tableWrapper table th,
.cart .cart__list .tableWrapper table td {
  padding: 2px;
  text-align: left;
}
.cart .cart__list .tableWrapper table th.currency,
.cart .cart__list .tableWrapper table td.currency {
  text-align: right;
}
.cart .cart__list .tableWrapper table .totalRow {
  font-weight: 600;
}
.cart .cart__list .tableWrapper button {
  border-radius: 50%;
  border: none;
  margin: 5px;
  color: white;
  background: fade(#00328E, 80%);
  width: 22px;
  height: 22px;
  padding-left: 5px;
}
.cart .cart__list.open {
  max-height: 50vh;
  visibility: visible;
}
.cart .cart__list.open .tableWrapper {
  display: block;
}
.itemamount {
  display: flex;
  align-items: center;
}
.amount-butons {
  display: inline-flex !important;
  flex-direction: column !important;
  margin-left: 20px;
  border: 1px solid gray;
}
.amount-butons button {
  margin: 0 !important;
  background-color: unset !important;
  width: 10 !important;
  height: 10 !important;
  margin: 1px 3px 3px 3px !important;
}
.amount-butons button::after {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  background-image: url(../icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition-duration: 0.6s;
}
.amount-butons button:nth-child(1) {
  margin: 3px 3px 1px 3px !important;
}
.amount-butons button:nth-child(1)::after {
  transform: rotate(180deg);
}
button.removeItem,
button.addOne,
button.removeOne {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none !important;
  margin: 5px;
  color: white !important;
  background: fade(#E9F1F6, 80%) !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0px !important;
  line-height: 0;
}
button.removeItem:hover,
button.addOne:hover,
button.removeOne:hover {
  background-color: #E9F1F6 !important;
}
button.removeItem {
  width: 22px !important;
  height: 22px !important;
}
button.removeItem:hover {
  background-color: #00328E !important;
}
.itemamount button {
  border-radius: unset;
}
.itemList th {
  text-align: start;
}
.itemList tbody:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.itemList [data-id]:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.totalRow .currency {
  border-top: 1px solid #333333;
}
.totalRow .currency:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.popScale {
  animation: popScale 0.3s;
}
@media only screen and (max-width: 768px) {
  .cart {
    width: 100vw;
    bottom: 0;
    right: 0;
  }
  .cart.disabled {
    bottom: 3%;
    right: 3%;
  }
  .cart.disabled .cart__button .cart__icon {
    background: white;
  }
  .cart .cart__list {
    width: 100%;
    margin: 0;
  }
  .cart .cart__list.open {
    height: 60vh;
  }
  .cart .cart__button {
    border-radius: 0;
    width: 100%;
  }
  .cart .cart__button .cart__icon {
    width: 45px;
    height: 45px;
    background: none;
    border: none;
  }
}
@media only screen and (min-width: 992px) {
  .itemList {
    width: 82%;
    margin: 4rem auto;
  }
}
@keyframes popScale {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
}
.cart {
  position: fixed;
  right: 3%;
  bottom: 3%;
  width: 800px;
  transition: all 0.5s ease;
}
.cart.disabled {
  width: 55px;
}
.cart.disabled .cart__list {
  visibility: hidden;
}
.cart.disabled .cart__button {
  width: 0px;
}
.cart.disabled .cart__button .cart__icon {
  right: 0;
  cursor: initial;
  border: 3px solid fade(#ffd740, 50%);
  transition: all 0.5s ease;
}
.cart.disabled .cart__button .cart__icon img {
  opacity: 0.5;
}
.cart.disabled .cart__button .cart__content {
  width: 0px;
}
.cart.disabled .cart__list {
  width: 0px;
}
.cart .cart__button {
  background: #ffd740;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 300px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s ease;
  width: 800px;
}
.cart .cart__button .cart__icon {
  position: absolute;
  height: 55px;
  width: 55px;
  box-sizing: border-box;
  padding: 5px 9px 2px 6px;
  border: 3px solid #ffd740;
  border-radius: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
}
.cart .cart__button .cart__icon img {
  transform-origin: center;
  width: 100%;
}
.cart .cart__button .cart__content {
  cursor: pointer;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cart .cart__button .cart__content .cart__label {
  white-space: nowrap;
  text-align: center;
  width: 100%;
  display: block;
  color: #00328E;
  font-weight: 600;
  margin: 15px 0;
}
.cart .cart__list {
  width: 90%;
  margin: 0 5%;
  overflow: hidden;
  box-sizing: border-box;
  z-index: -1;
  max-height: 0px;
  transition: all 0.5s ease;
  position: relative;
  bottom: -5px;
  font-size: 0.85rem;
  visibility: hidden;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.cart .cart__list .tableWrapper {
  overflow-x: hidden;
  height: 100%;
  width: 94%;
  padding: 10px;
}
.cart .cart__list .tableWrapper table {
  width: 100%;
}
.cart .cart__list .tableWrapper table tbody {
  overflow-y: auto;
}
.cart .cart__list .tableWrapper table tbody tr td:first-of-type {
  width: 25%;
}
.cart .cart__list .tableWrapper table tbody tr td:nth-of-type(3) {
  width: 95px;
}
.cart .cart__list .tableWrapper table th,
.cart .cart__list .tableWrapper table td {
  padding: 2px;
  text-align: left;
}
.cart .cart__list .tableWrapper table th.currency,
.cart .cart__list .tableWrapper table td.currency {
  text-align: right;
}
.cart .cart__list .tableWrapper table .totalRow {
  font-weight: 600;
}
.cart .cart__list .tableWrapper .amount-butons button {
  width: 10px !important;
  height: 10px !important;
}
.cart .cart__list.open {
  max-height: 50vh;
  visibility: visible;
}
.cart .cart__list.open .tableWrapper {
  display: block;
}
.popScale {
  animation: popScale 0.3s;
}
@media only screen and (max-width: 768px) {
  .cart {
    width: 100vw;
    bottom: 0;
    right: 0;
  }
  .cart.disabled {
    bottom: 3%;
    right: 3%;
  }
  .cart.disabled .cart__button .cart__icon {
    background: white;
  }
  .cart .cart__list {
    width: 100%;
    margin: 0;
  }
  .cart .cart__list.open {
    height: 60vh;
  }
  .cart .cart__button {
    border-radius: 0;
    width: 100%;
  }
  .cart .cart__button .cart__icon {
    width: 45px;
    height: 45px;
    background: none;
    border: none;
  }
}
@keyframes popScale {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
}
*::-ms-input-placeholder {
  color: black;
}
*::placeholder {
  color: black;
}
.search-engine-header {
  background-color: #001A4A;
  color: white;
  padding: 1.5rem 0;
  min-width: 100%;
}
.findImplantologen__headline {
  display: none;
}
.bdzi-search-engine .findImplantologen .box {
  background: white;
}
.findImplantologen {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.findImplantologen .findImplantologen__headline {
  color: black;
  font-size: 1.3em;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 30px;
}
.findImplantologen .findImplantologen__form .findImplantologen__inputs {
  display: flex;
  justify-content: center;
  flex-flow: column;
  box-sizing: border-box;
}
.findImplantologen .findImplantologen__form .findImplantologen__inputs input {
  border: 1px solid #828282;
  padding: 10px;
  margin: 5px 0px;
  flex-grow: 1;
  border: 2px solid fade(#E9F1F6, 50%);
  border-radius: 1px;
  transition: border 0.3s ease;
  width: 90%;
}
.findImplantologen .findImplantologen__form .bdzi-search-engine .box .bottom .options label::before {
  border: 2px solid fade(#E9F1F6, 50%);
  border-radius: 3px;
}
.findImplantologen .findImplantologen__form .bottom {
  display: flex;
  flex-flow: column;
  align-items: start;
}
.findImplantologen .findImplantologen__form .info {
  margin-top: 20px;
  margin-left: 30px;
}
.findImplantologen .findImplantologen__form .info::before {
  content: "";
  background-image: url(../icons/info.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 20px;
  margin-left: -30px;
  margin-top: -3px;
}
.findImplantologen .findImplantologen__form label[for=spezialist]::after {
  content: "";
  background-image: url(../icons/spezialistImp_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  margin-left: 10px;
  margin-top: -3px;
}
.findImplantologen .findImplantologen__form label[for=schwerpunkt]::after {
  content: "";
  background-image: url(../icons/schwerpunktImp_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  margin-left: 10px;
  margin-top: -3px;
}
.findImplantologen .findImplantologen__form label[for=zahnarzt]::after {
  content: "";
  background-image: url(../icons/zahnarztImp_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  margin-left: 10px;
  margin-top: -3px;
}
.findImplantologen .findImplantologen__form label {
  display: block;
  margin: 20px;
  position: relative;
}
.findImplantologen .findImplantologen__form label input[type=checkbox] {
  margin-right: 10px;
}
.implantologen .no-results-info {
  text-align: center;
}
.implantologen .implantologen__single {
  background: #E9F1F6;
  display: block;
  grid-template-columns: 1.2fr 1fr;
  margin: 2.5rem 0;
  padding: 15px;
}
.implantologen .implantologen__single .implantologen__info {
  margin: 20px 0;
}
.implantologen .implantologen__single .implantologen__info .implantologen__headline {
  color: #00328E;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 15px;
  cursor: pointer;
}
.implantologen .implantologen__single .implantologen__info .implantologen__auszeichnung {
  margin-bottom: 15px;
  font-weight: 500;
}
.implantologen .implantologen__single .implantologen__info .implantologen__auszeichnung.status-1::after {
  content: "";
  background-image: url(../icons/spezialistImp_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  margin-left: 10px;
  margin-top: -3px;
}
.implantologen .implantologen__single .implantologen__info .implantologen__auszeichnung.status-2::after {
  content: "";
  background-image: url(../icons/schwerpunktImp_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  margin-left: 10px;
  margin-top: -3px;
}
.implantologen .implantologen__single .implantologen__info .implantologen__adresse {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.implantologen .implantologen__single .implantologen__info .implantologen__telefon {
  position: relative;
  padding-left: 50px;
  line-height: 2em;
  margin-bottom: 15px;
}
.implantologen .implantologen__single .implantologen__info .implantologen__telefon::after {
  content: "";
  background-image: url(../icons/phone-01.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  left: 0px;
  top: 5px;
}
.implantologen .implantologen__single .implantologen__info .implantologen__email {
  font-weight: 500;
  line-height: 2em;
  color: #E9F1F6;
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
}
.implantologen .implantologen__single .implantologen__info .implantologen__email::after {
  content: "";
  background-image: url(../icons/email-01.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  left: 0px;
  top: 8px;
}
.implantologen .implantologen__single .implantologen__info .implantologen__website {
  padding-left: 50px;
  position: relative;
}
.implantologen .implantologen__single .implantologen__info .implantologen__website a {
  font-weight: 500;
  color: #00328E;
}
.implantologen .implantologen__single .implantologen__info .implantologen__website::after {
  content: "";
  background-image: url(../icons/link-ext-01.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  left: 0px;
  top: 0px;
}
.implantologen .implantologen__single .implantologen__map {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.implantologen .implantologen__single .implantologen__map .implantologen__detailslink {
  border-radius: 1px;
  background: #E9F1F6;
  color: white;
  cursor: pointer;
  text-align: center;
  width: 70%;
  height: 50px;
  line-height: 50px;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.implantologen .implantologen__single .implantologen__map .no-cookies-info {
  background-image: url(../icons/maps.png);
  padding: 20px;
  font-size: 0.8em;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  height: 157px;
  margin-bottom: 0px;
}
.implantologen__auszeichnung {
  margin-bottom: 15px;
  font-weight: 500;
}
.implantologen__auszeichnung.status-1::after {
  content: "";
  background-image: url(../icons/spezialistImp_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  margin-left: 10px;
  margin-top: -3px;
}
.implantologen__auszeichnung.status-2::after {
  content: "";
  background-image: url(../icons/schwerpunktImp_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  margin-left: 10px;
  margin-top: -3px;
}
@media only screen and (min-width: 768px) {
  .findImplantologen .findImplantologen__headline {
    margin-top: 60px;
  }
  .findImplantologen .findImplantologen__form .findImplantologen__inputs {
    flex-flow: row;
  }
  .findImplantologen .findImplantologen__form .findImplantologen__inputs input:focus {
    border: 2px solid #E9F1F6;
  }
  .findImplantologen .findImplantologen__form .findImplantologen__inputs input#name {
    width: 33%;
    margin-left: 0;
  }
  .findImplantologen .findImplantologen__form .findImplantologen__inputs input#plz {
    width: 33%;
  }
  .findImplantologen .findImplantologen__form .findImplantologen__inputs input#ort {
    width: 33%;
  }
  .findImplantologen .findImplantologen__form .findImplantologen__inputs input:last-of-type {
    margin-right: 0;
  }
  .findImplantologen .findImplantologen__form label[for=schwerpunkt],
  .findImplantologen .findImplantologen__form label[for=spezialist],
  .findImplantologen .findImplantologen__form label[for=zahnarzt] {
    margin-left: 0;
  }
  .findImplantologen .findImplantologen__form .bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .implantologen .implantologen__single {
    padding-left: 40px;
    display: grid;
  }
  .implantologen .implantologen__single .implantologen__info {
    padding-right: 20px;
  }
}
.findImplantologen .findImplantologen__form label {
  display: flex !important;
  align-items: center;
  margin: 20px 0;
}
@media only screen and (min-width: 961px) {
  .search-engine-header .wrapper > * {
    margin: 0 auto 0 0;
    width: 50%;
  }
  .findImplantologen__inputs input {
    margin: 5px 20px;
    width: 100%;
  }
  .search-engine-header {
    padding: 4rem 0;
    margin-top: 3rem;
    border-radius: 15px;
    min-width: unset;
  }
  .search-engine-header h1 {
    margin-bottom: 2.5rem !important;
  }
  #plz {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .options label {
    display: block;
    margin: 20px;
  }
}
.contentoverview a[href^="#"] {
  display: inline;
}
.footNotes li,
.statements li,
.statements__item li,
.contentoverview__cards li {
  list-style: none;
}
.content table {
  margin: 2rem 0;
}
.content table td {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0.5rem;
}
.content table td:last-child {
  border-right: 0px;
}
.content table tr:last-child td {
  border-bottom: 0px;
}
.contentoverview__cards--urteileGrid h3 {
  font-weight: 500;
}
.contentoverview__cards--urteileGrid li {
  margin-bottom: 2.5rem;
}
.urteil-link {
  display: flex;
  background-color: #E9F1F6;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.urteil-link span {
  max-width: 90%;
}
.urteil-link:after {
  content: "";
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url(../icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
  transform: rotate(-90deg);
}
.blocked {
  color: #808080;
}
.color-GOZ {
  color: #003366;
}
.color-GOAE {
  color: #0099A2;
}
.color-BEMA {
  color: #009966;
}
.color-ZT {
  color: #996600;
}
.statements__search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.statements__search button {
  display: flex !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #00328E !important;
  padding: 0 13px !important;
  align-items: center;
}
.statements__searchButtonContainer {
  width: 100%;
}
.statements__searchButtonContainer input {
  border: 1px solid #D0D0D0;
  padding: 0.75rem;
  width: 100%;
}
.statements__searchButtonContainer input::placeholder {
  color: #D0D0D0;
}
.exclusive-banner {
  box-sizing: border-box;
  background-color: #E9F1F6;
  padding: 3rem 3rem 0 3rem;
  margin-bottom: 2rem;
}
.exclusive-text {
  display: flex;
  flex-direction: column;
}
.exclusive-button {
  display: flex;
  justify-content: space-between;
}
.exclusive-button svg {
  width: 50px;
  height: auto;
}
.back-link {
  display: block;
  margin-bottom: 3.5rem;
}
.back-link::before {
  content: "";
  display: inline-block;
  padding-right: 2.5rem;
  width: 10px;
  height: 10px;
  background-image: url(../icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
  transform: rotate(-90deg);
  margin-left: -1rem;
}
.statements {
  margin-bottom: 4rem;
}
.statements__item {
  margin-bottom: 1rem;
}
.toggleBox__content,
.toggleBox__content--hide {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition:
    visibility 0s,
    opacity 0.5s linear,
    height 0.5s linear;
  padding: 0;
  margin: 0;
}
.toggleBox__content .divider,
.toggleBox__content--hide .divider {
  margin: 0;
}
.toggleBox--open .statements__content,
.toggleBox__trigger {
  box-sizing: border-box;
  background-color: #E9F1F6;
  padding: 1.5rem;
}
.toggleBox--open .toggleBox__content--show {
  display: flex;
  visibility: visible;
  opacity: 1;
  height: unset;
}
.toggleBox--open .divider {
  border-top: 1px solid #808080;
  margin-bottom: 1.5rem;
}
.toggleBox--open .statements__content {
  margin-top: -1.5rem;
}
.toggleBox__trigger {
  cursor: pointer;
  margin-bottom: 0;
}
.toggleBox__trigger p {
  max-width: 80%;
}
.toggleBox--open .toggleBox__trigger::after {
  background-image: url(../icons/Minus.svg);
}
.statements__content {
  flex-direction: column;
  padding-top: 0;
}
.footNotes {
  box-sizing: border-box;
  list-style: disc;
  padding-left: 1rem;
}
.content-urteile {
  margin-bottom: 5rem;
}
.content-urteile table {
  display: block;
  padding: 25px 0;
  border-radius: 15px;
  margin: 30px 0 20px 0;
  overflow-x: scroll;
}
.content-urteile table:first-child {
  margin-top: 0;
}
.content-urteile table:last-child {
  margin-bottom: 6rem;
}
.content-urteile td {
  padding: 10px 15px;
  border: 1px solid #E9F1F6;
}
.content-urteile td:first-child {
  border-left: 0px;
  padding-left: 0px;
}
.content-urteile td:last-child {
  border-right: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 961px) {
  .raster-first .contentoverview {
    width: 87%;
  }
  .contentoverview .statements__search {
    max-width: 84%;
  }
  .contentoverview__headline {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1450px) {
  .content-urteile table {
    overflow-x: unset;
  }
}
.shariff {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.twitter {
  background-color: black !important;
}
.twitter .shariff-icon::before {
  content: "";
  display: inline-flex;
  align-items: center;
  width: 32px;
  height: 20px;
  background-image: url(../icons/x-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.twitter .shariff-icon svg {
  display: none;
}
.hidden {
  display: none;
}
a._brlbs-btn-cookie-preference {
  width: fit-content;
}
.editProfile form {
  width: 100%;
  border-radius: #E9F1F6;
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
}
.editProfile form .praxis__img {
  width: 100%;
  height: auto;
}
.editProfile form .logo {
  max-width: 100%;
}
.editProfile form .logo img {
  max-width: inherit;
}
.editProfile form textarea {
  resize: vertical;
  font-family:
    Georgia,
    "Times New Roman",
    "Bitstream Charter",
    Times,
    serif;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  padding: 10px;
  border: 1px solid rgb(182, 182, 182);
}
.editProfile form textarea.opening_hours {
  height: 320px;
}
.editProfile form label {
  display: flex;
  flex-flow: column nowrap;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}
.editProfile form label:first-of-type {
  margin-top: 0px;
}
.editProfile form label.post_thumbnail {
  width: 100%;
}
.editProfile form label.post_thumbnail p {
  text-align: center;
  font-weight: 400;
}
.editProfile form label.post_thumbnail img {
  margin: 0 auto;
  height: 100px;
  width: auto;
  transform: scale(0.95);
  transition: transform 0.5s ease;
  cursor: pointer;
  position: relative;
}
.editProfile form label.post_thumbnail img:hover {
  transform: scale(1);
}
.editProfile form label.post_thumbnail input {
  display: none;
}
.editProfile form label.praxisimg img {
  width: 300px;
  max-height: 300px;
  height: auto;
}
.editProfile form label.praxisimg input {
  display: none;
}
.editProfile form label > * {
  margin-top: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .editProfile form {
    border-radius: #E9F1F6;
  }
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}
.event-details {
  max-width: 350px;
}
.event-details p {
  display: grid;
  grid-template-columns: 20% 80%;
}
.login-notice-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
  transition: height 2s;
}
.login-notice {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #E9F1F6;
  max-width: 20rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.login-notice svg {
  margin-right: 1rem;
  border: 1px solid #001A4A;
  border-radius: 50%;
  padding: 0.6rem 0.6rem;
}
.login-notice-wrapper.visible {
  height: auto;
  overflow: unset;
}
@media screen and (min-width: 641px) {
  .login-notice {
    padding: 1rem 2rem;
    max-width: 20rem;
    margin-top: 1.5rem;
    margin-bottom: -1rem;
  }
  .login-notice svg {
    margin-right: 1rem;
    padding: 0.8rem 0.6rem;
  }
}
.wapf-field-row {
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.wapf-field-row .wapf-field-label {
  font-weight: 500;
}
.wapf-field-row .wapf-field-label .required {
  display: none;
}
.product-template-default.single.single-product .product form.cart .widget_shopping_cart_content {
  display: none;
}
.wapf-input[type=number] {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.variation .wapf-pricing-hint {
  display: none;
}
/*# sourceMappingURL=index.css.map */
