:root {
  --blau-dunkel: #0a2e56;
  --blau-hell: #256bb3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

strong {
  font-weight: bold;
}

.header-section {
  z-index: 2;
  position: fixed;
  inset: 0% 0% auto;
}

.slider-section {
  min-height: 0;
  margin-top: 120px;
}

.heder-container {
  background-color: #0000;
  max-width: 100%;
}

.menu-div-block {
  text-transform: uppercase;
  max-width: 700px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo-blau {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.slide-7 {
  background-image: url('../images/Endo-Kassel_Baxter_m.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-3 {
  min-height: 850px;
}

.slide-8 {
  background-image: url('../images/Claar-Baxter-Ausschnitt_8_m.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Claar-Innen-Ausschnitt_5_m.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Claar-Innen-Ausschnitt_7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Claar-Baxter-Ausschnitt_10.jpg');
  background-position: 50%;
  background-size: cover;
}

.flex-block {
  outline-offset: 0px;
  -webkit-text-stroke-color: var(--blau-dunkel);
  outline: 3px #333;
  margin-top: 50px;
  padding-right: 21px;
  text-decoration: none;
}

.menu-button {
  color: var(--blau-dunkel);
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.menu-button:hover {
  color: var(--blau-hell);
  -webkit-text-stroke-color: var(--blau-dunkel);
}

.menu-button.aktiv {
  text-decoration: underline;
}

.link {
  font-style: normal;
  text-decoration: none;
}

.body {
  background-image: url('../images/ENDOKassel_H2_3.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  text-decoration: none;
}

.footer {
  color: var(--blau-dunkel);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.inhalt-section {
  margin-top: 60px;
  position: relative;
  inset: 0% 0% auto;
}

.inhalt-section.patirnten {
  margin-top: 60px;
}

.header-text {
  color: var(--blau-dunkel);
  text-align: center;
  margin: 40px auto;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4;
}

.header-text.level2 {
  text-align: center;
  text-transform: none;
  margin-top: 40px;
  font-size: 30px;
}

.header-text.kontakt {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.header-text.kontakt.endo {
  text-transform: uppercase;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.header-text.kontakt.endo._2 {
  margin-left: 10px;
  font-weight: 300;
}

.text-inhalt {
  color: var(--blau-dunkel);
  text-align: left;
  margin-bottom: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.text-inhalt.kontakt {
  margin-bottom: 20px;
}

.text-inhalt.kontakt._2 {
  margin-bottom: 0;
  display: inline-block;
}

.text-inhalt.termin {
  margin-bottom: 5px;
}

.image-11 {
  margin-top: 50px;
}

.image-11.im-text {
  margin-top: 10px;
  margin-bottom: 50px;
}

.inhalt-container {
  transition: opacity .2s;
}

.inhalt-container.kontakt {
  margin-top: 60px;
}

.image-12 {
  float: none;
  clear: none;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  margin: 0;
  display: inline-block;
  position: static;
}

.image-13 {
  text-align: left;
  margin-top: 40px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.link-2, .link-3 {
  text-decoration: none;
}

.body-2 {
  background-image: url('../images/Hintergrund_neuneu.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-6 {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.body-3 {
  background-image: url('../images/Hintergrund_neuneu.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block.download {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.body-4 {
  background-image: url('../images/Hintergrund_neuneu.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.link-block-2 {
  color: var(--blau-dunkel);
  object-fit: fill;
  justify-content: flex-start;
  display: flex;
}

.link-block-3 {
  color: var(--blau-dunkel);
  justify-content: flex-start;
  text-decoration: underline;
  display: flex;
}

.image-14 {
  display: inline-block;
}

.image-15 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.submit-button {
  margin-top: 5px;
}

.link-8 {
  color: var(--blau-dunkel);
  -webkit-text-stroke-width: 0px;
  object-fit: none;
  position: static;
  overflow: visible;
}

.link-8:hover {
  color: var(--blau-hell);
}

.link-9 {
  color: var(--blau-dunkel);
}

.link-9:hover {
  color: var(--blau-hell);
}

.div-block-7 {
  float: none;
  clear: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.flex-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
  display: flex;
}

.body-5, .body-6 {
  background-image: url('../images/Hintergrund_neuneu.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-16 {
  position: absolute;
  inset: 0% 0% auto;
}

.image-17 {
  position: absolute;
  inset: 0%;
}


