a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button,
img {
  outline: none;
}
img {
  display: block;
  font-size: 13px;
  color: #666;
}
button {
  cursor: pointer;
}
body,
html {
  max-width: 100vw;
}
html {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background-color: #fff;
  overflow-x: hidden;
}
:active,
:focus,
a,
button,
img,
input,
textarea {
  outline: none;
}
@font-face {
  font-family: varela;
  src: url(../fonts/varela-regular.woff2) format("woff2");
}
@font-face {
  font-family: varela-round;
  src: url(../fonts/varela-round-regular.woff2) format("woff2");
}
body,
button,
html,
input,
select,
textarea {
  color: #ffffff;
}
body,
button {
  text-align: center;
  font-family: varela, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1em 0 0.5em;
}
h1,
h2,
h3,
h4 {
  font-family: varela-round, sans-serif;
  text-transform: uppercase;
}
h1 {
  margin-top: 25vh;
  font-size: 4em;
  line-height: 1.2;
  color: #fff;
}
.titleBg {
  display: inline-block;
  margin: 0.05em 0;
  padding: 0.05em 0.2em 0;
  border-radius: 4px;
  background: #fff;
  color: #ed1c24;
}
@media (max-width: 80em) {
  .titleBg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
h4.titleBg {
  padding: 0.4em 0.5em 0.3em;
  color: #bcbab4;
}
h2 {
  font-size: 2.5em;
  line-height: 1.25;
}
h2,
h3 {
  color: #ed1c24;
}
h3 {
  font-size: 2em;
  line-height: 1.15;
}
h4 {
  font-size: 1.75em;
  line-height: 1.2;
}
@media (max-width: 67em) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.75em;
  }
  h4 {
    font-size: 1.5em;
  }
}
@media (max-width: 40em) {
  h1 {
    font-size: 1.75em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1.1em;
  }
  h4.titleBg {
    text-transform: none;
  }
}
a {
  color: #ed1c24;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: underline;
}
a:active {
  color: #bcbab4;
}
footer a:active {
  color: #fff;
}
ul {
  margin-left: 1.25em;
  list-style-type: disc;
  text-align: left;
}
ul li {
  position: relative;
  padding-bottom: 0.35em;
  padding-left: 0.25em;
}
ul li ul {
  padding-top: 0.5em;
}
hr {
  height: 1px;
  margin: 3em 0 1em;
  border: none;
  background: rgba(0, 0, 0, 0.2);
}
.separator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding-top: 1em;
}
.separator:after,
.separator:before {
  content: "";
  display: inline-block;
  width: 5em;
  height: 2px;
  background: currentColor;
}
.separator:before {
  margin-right: 0.5em;
}
.separator:after {
  margin-left: 0.5em;
}
body {
  min-height: 100vh;
  padding: 0;
}
.content {
  padding: 2.5rem 2.5rem 4rem;
}
@media (min-width: 67.001em) {
  .columns {
    display: flex;
    flex-flow: row wrap;
  }
  .columns > * {
    padding: 1em 2em;
    flex: 1 1 33.33333%;
  }
  .columns-2 > * {
    padding: 1em 2.5em;
    flex: 1 1 50%;
  }
}
@media (max-width: 67em) {
  .columns > * {
    padding-top: 2em;
  }
}
.fixedImage {
  width: 100%;
  will-change: transform;
}
.fixedImage-img {
  width: 100%;
  height: 30em;
  background: transparent none 100% no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.icon path {
  fill: #ffffff;
}
.icon-lg {
  width: 5em;
  height: 5em;
}
.video {
  height: 0;
  margin: 1em 3em 3em;
  overflow: hidden;
  padding-bottom: 48.7%;
  padding-top: 2em;
  position: relative;
}
.video embed,
.video iframe,
.video object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.logo {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 50rem;
  margin: 0 auto 1em;
}
.btnAppointment {
  position: fixed;
  z-index: 1;
  bottom: 2rem;
  right: 2rem;
  display: block;
  padding: 0.6em 0.5em 0.5em;
  border-radius: 5px;
  background: #ed1c24;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  will-change: transform;
}
.intro {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.intro-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.u-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
}
.u-fullHeight {
  min-height: 100vh;
}
.u-maxWidth {
  max-width: 100%;
  height: auto;
}
.u-mt {
  margin-top: 1rem;
}
.u-mt-lg {
  margin-top: 2rem;
}
.u-mt-xl {
  margin-top: 4rem;
}
.u-mt-none {
  margin-top: 0;
}
.u-mb-none {
  margin-bottom: 0;
}
.u-bgColor {
  background: #000000;
}
.u-bgColor-grey {
  background: #f9f9fb;
}
.u-bgColor-dark {
  background: #bcbab4;
}
.u-text-left {
  text-align: left;
}
.u-text-center {
  text-align: center;
}
.u-text-md {
  font-size: 1em;
}
.u-text-light {
  color: #ffffff;
}
.button-container {
      display: flex;
      justify-content: center; /* Zentriert die Buttons horizontal */
      gap: 16px; /* Abstand zwischen den Buttons */
      margin-top: 50px; /* Abstand zum oberen Rand */
}