@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --spot-color: #71abd3;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.45;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: var(--spot-color);
  text-underline-offset: 0px;
  text-underline-position: under;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: .1rem;
}

a:hover {
  text-decoration-style: solid;
}

.container {
  align-items: flex-start;
  display: flex;
}

.container.rechtliches {
  flex-flow: column;
}

.copytext {
  margin-bottom: 1.6rem;
}

.copytext.list {
  color: #868686;
  margin-top: -1.6rem;
  padding-left: 22px;
  list-style-type: disc;
}

.div-block {
  background-color: var(--spot-color);
  border: 1.2rem solid #fff;
  flex-flow: column;
  padding: 1.1rem 1.9rem;
  display: flex;
  position: absolute;
  inset: 12.3rem auto auto -19.4rem;
}

.link-kontakt {
  color: #fff;
  text-decoration: none;
}

.link-kontakt:hover {
  text-decoration: underline;
}

.name-index {
  color: #565656;
  letter-spacing: 1px;
  margin-top: 25.2rem;
  margin-bottom: 0;
  font-size: 2.9rem;
  line-height: 1.1;
}

.div-block-2 {
  flex-flow: column;
  margin-left: 2rem;
  display: flex;
}

.image {
  width: 360px;
}

.section {
  margin-top: 2.5rem;
  margin-bottom: 7rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.flex-block {
  margin-bottom: 4rem;
}

.text-kontakt {
  font-size: 1.3rem;
}

.flex-block-2 {
  margin-left: 8.6rem;
  position: relative;
}

.div-block-3 {
  color: #999;
  background-color: #fafafa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.1rem;
  display: flex;
}

.link-footer {
  color: #999;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--spot-color);
  text-decoration: underline;
  text-decoration-thickness: .1rem;
}

.text-span {
  font-weight: 500;
}

.italic-text {
  font-size: 1.45rem;
}

.name-rechtliches {
  color: #565656;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.9rem;
  line-height: 1.1;
}

.rt {
  margin-top: 5rem;
}

.rt ul {
  padding-left: 20px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.rt h2 {
  margin-top: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.rt p {
  font-size: 1.3rem;
  line-height: 1.4;
}

.rt h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.rt h4 {
  font-size: 1.3rem;
  line-height: 1.4;
}

.link-block {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.3rem;
  }

  .copytext {
    margin-bottom: 1.4rem;
  }

  .copytext.list {
    margin-top: -1.4rem;
  }

  .div-block {
    border-width: 1.1rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    top: 11.4rem;
    left: -16.7rem;
  }

  .name-index {
    margin-top: 23.6rem;
    font-size: 2.6rem;
  }

  .image {
    width: 330px;
  }

  .section {
    margin-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .text-kontakt {
    font-size: 1.2rem;
  }

  .flex-block-2 {
    margin-left: 5.6rem;
  }

  .italic-text {
    font-size: 1.35rem;
  }

  .name-rechtliches {
    font-size: 2.6rem;
  }

  .rt {
    margin-top: 4rem;
  }

  .rt ul {
    font-size: 1.2rem;
  }

  .rt h2 {
    font-size: 1.9rem;
  }

  .rt p {
    font-size: 1.2rem;
  }

  .rt h3 {
    font-size: 1.4rem;
  }

  .rt h4 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }

  a {
    text-underline-offset: -1px;
  }

  .copytext {
    margin-bottom: 1.3rem;
  }

  .copytext.list {
    margin-top: -1.3rem;
  }

  .div-block {
    border-width: 1rem;
    padding: .9rem 1.3rem;
    line-height: 1.4;
    top: 10rem;
  }

  .name-index {
    margin-top: 21.1rem;
    font-size: 2.4rem;
  }

  .image {
    width: 290px;
  }

  .section {
    margin-top: 2rem;
    margin-bottom: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .flex-block-2 {
    margin-left: 8.1rem;
  }

  .div-block-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .italic-text {
    font-size: 1.25rem;
  }

  .text-block {
    font-size: 1rem;
  }

  .name-rechtliches {
    font-size: 2.4rem;
  }

  .rt {
    margin-top: 3rem;
  }

  .rt ul {
    font-size: 1.1rem;
  }

  .rt h2 {
    font-size: 1.8rem;
  }

  .rt p {
    font-size: 1.1rem;
  }

  .rt h3 {
    font-size: 1.3rem;
  }

  .rt h4 {
    font-size: 1.1rem;
  }

  .heading-3 {
    font-size: 1.4rem;
  }

  .heading-4 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1.15rem;
  }

  .container {
    flex-flow: column;
  }

  .copytext {
    margin-bottom: 1.2rem;
  }

  .copytext.list {
    margin-top: -1.2rem;
  }

  .div-block {
    border-width: .9rem;
    position: relative;
    top: -2.6rem;
    left: -3.5rem;
  }

  .name-index {
    width: 180px;
    margin-top: 0;
    margin-left: -.5rem;
    font-size: 2.1rem;
    line-height: 1.05;
  }

  .div-block-2 {
    margin-top: 2.2rem;
    margin-left: 2rem;
  }

  .image {
    aspect-ratio: 1;
    width: auto;
  }

  .section {
    margin-top: 1.5rem;
    margin-bottom: 4.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section.rechtliches {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .flex-block {
    margin-bottom: -1rem;
  }

  .text-kontakt {
    font-size: 1.1rem;
  }

  .flex-block-2 {
    margin-left: 0;
  }

  .italic-text {
    font-size: 1.2rem;
  }

  .name-rechtliches {
    width: 180px;
    margin-left: -.1rem;
    font-size: 2.1rem;
    line-height: 1.05;
  }

  .rt {
    margin-top: 2rem;
  }

  .rt ul {
    font-size: 1rem;
    line-height: 1.35;
  }

  .rt h2 {
    font-size: 1.5rem;
  }

  .rt p {
    font-size: 1rem;
    line-height: 1.35;
  }

  .rt h3 {
    font-size: 1.2rem;
  }

  .rt h4 {
    font-size: 1rem;
  }
}


@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}