.mod_visitors .invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    float: left;
	width:0px;
	height:0px;
}
@charset "UTF-8";
/*!
 * Optimized Reset CSS
 * Author: Pascal Schneider
 * @license: MIT
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
}

header, footer, nav, section, aside, main, article, figure, figcaption {
  display: block;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

ul, ol {
  list-style: none;
}

img, iframe {
  max-width: 100%;
  height: auto;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* Schriftarten - Open Sans */
@font-face {
  font-family: "Open Sans";
  src: url("/files/assets/fonts/OpenSans-Regular.eot");
  src: url("/files/assets/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/files/assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("/files/assets/fonts/OpenSans-Regular.woff") format("woff"), url("/files/assets/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/files/assets/fonts/OpenSans-Italic.eot");
  src: url("/files/assets/fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("/files/assets/fonts/OpenSans-Italic.woff2") format("woff2"), url("/files/assets/fonts/OpenSans-Italic.woff") format("woff"), url("/files/assets/fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/files/assets/fonts/OpenSans-Light.eot");
  src: url("/files/assets/fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/files/assets/fonts/OpenSans-Light.woff2") format("woff2"), url("/files/assets/fonts/OpenSans-Light.woff") format("woff"), url("/files/assets/fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/files/assets/fonts/OpenSans-LightItalic.eot");
  src: url("/files/assets/fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("/files/assets/fonts/OpenSans-LightItalic.woff2") format("woff2"), url("/files/assets/fonts/OpenSans-LightItalic.woff") format("woff"), url("/files/assets/fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/files/assets/fonts/OpenSans-Medium.eot");
  src: url("/files/assets/fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("/files/assets/fonts/OpenSans-Medium.woff2") format("woff2"), url("/files/assets/fonts/OpenSans-Medium.woff") format("woff"), url("/files/assets/fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/files/assets/fonts/OpenSans-MediumItalic.eot");
  src: url("/files/assets/fonts/OpenSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/files/assets/fonts/OpenSans-MediumItalic.woff2") format("woff2"), url("/files/assets/fonts/OpenSans-MediumItalic.woff") format("woff"), url("/files/assets/fonts/OpenSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/files/assets/fonts/OpenSans-Semibold.eot");
  src: url("/files/assets/fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("/files/assets/fonts/OpenSans-Semibold.woff2") format("woff2"), url("/files/assets/fonts/OpenSans-Semibold.woff") format("woff"), url("/files/assets/fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/files/assets/fonts/OpenSans-SemiboldItalic.eot");
  src: url("/files/assets/fonts/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("/files/assets/fonts/OpenSans-SemiboldItalic.woff2") format("woff2"), url("/files/assets/fonts/OpenSans-SemiboldItalic.woff") format("woff"), url("/files/assets/fonts/OpenSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
/* _base.scss */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 21.3px;
  color: #151613;
  background-color: #FFFFFF;
  line-height: 30px;
  font-weight: 300;
}

.mod_article.fullwidth {
  width: 100%;
}
.mod_article.fullwidth .inside {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mod_article:not(.fullwidth) {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.color_white {
  color: #FFFFFF;
}

h2 {
  margin-bottom: 25px;
  line-height: 2.5rem;
}

/* Standard: nur Mobile-Menü anzeigen */
.header-desktop,
.header-tablet {
  display: none;
}

.header-mobile {
  display: block;
}

/* Ab 768px (Tablet): Tablet-Menü anzeigen, Mobile ausblenden */
@media (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
  .header-tablet {
    display: block;
  }
}
/* Ab 1024px (Desktop): Desktop-Menü anzeigen, Tablet ausblenden */
@media (min-width: 1024px) {
  .header-tablet {
    display: none;
  }
  .header-desktop {
    display: flex; /* oder block, je nachdem wie du’s brauchst */
  }
}
/*************************************************************************************************************
Navigation Desktop
**************************************************************************************************************/
.header-desktop .mod_navigation {
  height: 60px;
  justify-content: right;
  align-items: center;
  display: flex;
}
.header-desktop .mod_navigation ul.level_1 {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .header-desktop .mod_navigation ul.level_1 {
    gap: 0.5rem;
  }
}
.header-desktop .mod_navigation ul.level_1 > li {
  position: relative;
  z-index: 500;
}
.header-desktop .mod_navigation ul.level_1 > li > a,
.header-desktop .mod_navigation ul.level_1 > li > strong {
  display: block;
  padding: 1rem 0.5rem;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .header-desktop .mod_navigation ul.level_1 > li > a,
  .header-desktop .mod_navigation ul.level_1 > li > strong {
    padding: 0.5rem 0.5rem;
  }
}
.header-desktop .mod_navigation ul.level_2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 12rem;
}
.header-desktop .mod_navigation ul.level_2 li > a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .header-desktop .mod_navigation ul.level_2 li > a {
    padding: 0.5rem 0.5rem;
  }
}
.header-desktop .mod_navigation li.submenu:hover > ul.level_2 {
  display: block;
}

/************************************
Navigation Desktop Überspringen
*************************************/
a.invisible {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
a.invisible:focus, a.invisible:active {
  position: static;
  width: auto;
  height: auto;
  margin: 1rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: none;
  color: inherit;
  text-decoration: underline;
}

/*************************************************************************************************************
Navigation Mobile
**************************************************************************************************************/
.menu-mobile {
  display: none;
}
.menu-mobile[hidden] {
  display: none;
}
.menu-mobile:not([hidden]) {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 4rem);
  height: 100%;
  background-color: #151613;
  color: #fff;
  z-index: 1000;
  padding: 4rem 2rem 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
.menu-mobile:not([hidden]) nav.mod_navigation {
  width: 100%;
}
.menu-mobile:not([hidden]) nav.mod_navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.menu-mobile:not([hidden]) nav.mod_navigation li {
  width: 100%;
  text-align: center;
}
.menu-mobile:not([hidden]) nav.mod_navigation li a,
.menu-mobile:not([hidden]) nav.mod_navigation li strong {
  display: block;
  font-size: 1.25rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  transition: background 0.3s;
}
.menu-mobile:not([hidden]) nav.mod_navigation li a:hover,
.menu-mobile:not([hidden]) nav.mod_navigation li strong:hover {
  background-color: rgb(47.1219512195, 49.3658536585, 42.6341463415);
}
.menu-mobile:not([hidden]) nav.mod_navigation li a.active,
.menu-mobile:not([hidden]) nav.mod_navigation li a strong.active,
.menu-mobile:not([hidden]) nav.mod_navigation li strong.active,
.menu-mobile:not([hidden]) nav.mod_navigation li strong strong.active {
  background-color: #d2c198;
}
.menu-mobile:not([hidden]) .menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}
.menu-mobile:not([hidden]) .menu-close:hover {
  color: rgb(225.5067567568, 214.3648648649, 187.4932432432);
}

/*************************************************************************************************************
Animation Logo
**************************************************************************************************************/
.masked-image-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
}

.masked-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url("/files/images/logo/lumeum-logo_left.svg");
  mask-repeat: no-repeat;
  mask-size: 350px auto;
  mask-mode: alpha;
  -webkit-mask-image: url("/files/images/logo/lumeum-logo_left.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 350px auto;
  -webkit-mask-mode: alpha;
  opacity: 0;
  animation-fill-mode: forwards;
  pointer-events: none;
}

.masked-image1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url("/files/images/logo/lumeum-logo_right.svg");
  mask-repeat: no-repeat;
  mask-size: 350px auto;
  mask-mode: alpha;
  -webkit-mask-image: url("/files/images/logo/lumeum-logo_right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 350px auto;
  -webkit-mask-mode: alpha;
  opacity: 0;
  animation-fill-mode: forwards;
  pointer-events: none;
}

.masked-image2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url("/files/images/logo/logo-mask.svg");
  mask-repeat: no-repeat;
  mask-size: 350px auto;
  mask-mode: alpha;
  -webkit-mask-image: url("/files/images/logo/logo-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 350px auto;
  -webkit-mask-mode: alpha;
  opacity: 0;
  animation-fill-mode: forwards;
  pointer-events: none;
}

/* Erste Maske */
.masked-image {
  animation: mask-fly-in 8s ease-out forwards;
}

/* Zweite Maske */
.masked-image1 {
  animation: mask-fly-in-1 8s ease-out forwards;
}

/* Dritte Maske */
.masked-image2 {
  animation: mask-fly-in-2 8s ease-out forwards;
}

/* Logo am Ende */
.logo-end {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
  animation: logo-end 8s ease-out forwards;
  pointer-events: none;
  color: white;
}

/* Keyframes */
@keyframes mask-fly-in {
  0% {
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
    opacity: 0;
    -webkit-mask-size: 350px;
    mask-size: 350px;
  }
  50% {
    mask-position: calc(50% - 51px) calc(50% + 48px);
    -webkit-mask-position: calc(50% - 51px) calc(50% + 48px);
    opacity: 1;
    -webkit-mask-size: 350px;
    mask-size: 350px;
  }
  80% {
    mask-position: calc(20% - 0px) calc(50% + 48px);
    -webkit-mask-position: calc(20% - 0px) calc(50% + 48px);
    opacity: 1;
    -webkit-mask-size: 350px;
    mask-size: 350px;
  }
  100% {
    mask-position: calc(20% - 0px) calc(50% - 48px);
    -webkit-mask-position: calc(0% - 0px) calc(50% - 48px);
    opacity: 1;
    -webkit-mask-size: 5000px;
    mask-size: 5000px;
  }
}
@keyframes mask-fly-in-1 {
  0% {
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    opacity: 0;
    -webkit-mask-size: 350px;
  }
  50% {
    mask-position: calc(50% + 51px) calc(50% - 48px);
    -webkit-mask-position: calc(50% + 51px) calc(50% - 48px);
    opacity: 1;
    -webkit-mask-size: 350px;
    mask-size: 350px;
  }
  80% {
    mask-position: calc(80% - 0px) calc(50% - 48px);
    -webkit-mask-position: calc(80% - 0px) calc(50% - 48px);
    opacity: 1;
    -webkit-mask-size: 350px;
    mask-size: 350px;
  }
  100% {
    mask-position: calc(80% - 0px) calc(50% - 48px);
    -webkit-mask-position: calc(100% - 0px) calc(50% - 48px);
    opacity: 1;
    -webkit-mask-size: 5000px;
    mask-size: 5000px;
  }
}
@keyframes mask-fly-in-2 {
  0% {
    mask-position: center;
    -webkit-mask-position: center;
    opacity: 0;
    -webkit-mask-size: 0px;
    mask-size: 0px;
  }
  50% {
    mask-position: center;
    -webkit-mask-position: center;
    opacity: 0;
    -webkit-mask-size: 0px;
    mask-size: 0px;
  }
  80% {
    mask-position: center;
    -webkit-mask-position: center;
    opacity: 1;
    -webkit-mask-size: 700px;
    mask-size: 700px;
  }
  99% {
    mask-position: center;
    -webkit-mask-position: center;
    opacity: 1;
    -webkit-mask-size: 1700px;
    mask-size: 1700px;
  }
  100% {
    mask-position: center;
    -webkit-mask-position: center;
    opacity: 1;
    -webkit-mask-size: 0px;
    mask-size: 0px;
  }
}
@keyframes logo-end {
  0% {
    width: 0px;
    height: auto;
  }
  79% {
    width: 0px;
    height: auto;
  }
  80% {
    width: 0px;
    height: auto;
  }
  100% {
    width: 1700px;
    height: auto;
  }
}
/*************************************************************************************************************
Logo Rahmen
**************************************************************************************************************/
.background-rahmen {
  max-width: 1240px;
  min-height: 1750px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  background-image: url("/files/images/logo/lumeum-logo_marke_black.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.background-rahmen .content-text {
  margin-top: 100px;
  padding: 350.9px 400px;
}

.bg_primary {
  background-color: #d2c198;
}

.bg_secondary {
  background-color: #151613;
}

.bg_tertiary {
  background-color: #c1aa72;
}

/*************************************************************************************************************
Kontaktformular Startseite
**************************************************************************************************************/
.container_kontakt {
  padding: 50px 0;
}
.container_kontakt a {
  color: #fff;
}

.kontakt_form {
  border: 1px solid #fff;
  padding: 2rem;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-top: 50px;
}
.kontakt_form label {
  display: block;
  margin-bottom: 0.25rem;
  color: #FFFFFF;
}
.kontakt_form input,
.kontakt_form select,
.kontakt_form textarea {
  width: calc(100% - 2rem);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #FFFFFF;
  border-radius: 4px;
}
.kontakt_form input:focus,
.kontakt_form select:focus,
.kontakt_form textarea:focus {
  outline: none;
  border-color: #d2c198;
  background-color: rgba(255, 255, 255, 0.1);
}
.kontakt_form .invisible {
  display: none;
}
.kontakt_form .widget {
  margin-bottom: 1.5rem;
}
.kontakt_form .widget.widget-submit button {
  background-color: #d2c198;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0;
}
.kontakt_form .widget.widget-submit button:hover, .kontakt_form .widget.widget-submit button:focus {
  background-color: rgb(194.4932432432, 171.6351351351, 116.5067567568);
  outline: none;
}

/*************************************************************************************************************
Kontaktformular
**************************************************************************************************************/
.kontakt .kontakt_form {
  border: 1px solid #d2c198;
  padding: 2rem;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-top: 0px;
}
.kontakt .kontakt_form label {
  display: block;
  margin-bottom: 0.25rem;
  color: #d2c198;
}
.kontakt .kontakt_form input,
.kontakt .kontakt_form select,
.kontakt .kontakt_form textarea {
  width: calc(100% - 2rem);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #d2c198;
  background-color: transparent;
  color: #d2c198;
  border-radius: 4px;
}
.kontakt .kontakt_form input:focus,
.kontakt .kontakt_form select:focus,
.kontakt .kontakt_form textarea:focus {
  outline: none;
  border-color: #d2c198;
  background-color: rgba(255, 255, 255, 0.1);
}

/*************************************************************************************************************
Medikamente bestellen
**************************************************************************************************************/
.medibestellung {
  border: 1px solid #151613;
  border-radius: 5px;
  padding: 25px;
  max-width: calc(100% - 50px);
}
.medibestellung input,
.medibestellung select,
.medibestellung textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.95rem;
}
.medibestellung .invisible {
  display: none;
}
.medibestellung .bestellung {
  margin-top: 25px;
}
.medibestellung .medizeile {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 2fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.medibestellung .medizeile .widget {
  margin: 0;
  padding: 0 5px 0 0;
}
.medibestellung .medizeile:not(.first-row) label {
  display: none;
}
.medibestellung .medizeile + .medizeile {
  margin-top: 0.5rem;
}
.medibestellung .widget-text:not(.medikament-1):not(.staerke-1):not(.anzahl-1):not(.einnahme-1):not(.bemerkungen-1) {
  max-width: 600px;
}
.medibestellung .widget-submit {
  margin-top: 2rem;
  text-align: right;
}
.medibestellung .widget-submit .submit {
  background-color: #6f1a21;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.medibestellung .widget-submit .submit:hover {
  background-color: #5a141a;
}

@media (max-width: 767px) {
  .medibestellung {
    padding: 1rem;
    max-width: calc(100% - 2rem);
  }
  .medibestellung input,
  .medibestellung select,
  .medibestellung textarea {
    width: calc(100% - 20px);
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.95rem;
  }
  .medibestellung .medizeile {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    border-bottom: 2px solid #d2c198;
    padding-bottom: 25px;
  }
  .medibestellung .medizeile .widget {
    width: 100%;
  }
  .medibestellung .medizeile label {
    display: block !important;
  }
  .medibestellung .widget-submit {
    text-align: center;
  }
  .medibestellung .widget-submit .submit {
    width: 100%;
  }
}
/*************************************************************************************************************
Header Desktop
**************************************************************************************************************/
.header-desktop {
  background-color: #151613;
  height: 100px;
  color: #fff;
}
.header-desktop .inside {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header-desktop .logo {
  width: auto;
  height: 60px;
  padding: 0px 0px 0px 0px;
  min-width: 250px;
  align-content: center;
  float: left;
  position: relative;
}
.header-desktop .logo img {
  width: 50px;
  float: left;
  position: absolute;
  top: -35px;
  left: 160px;
}
.header-desktop .logo a {
  text-decoration: none;
  color: #fff;
}
.header-desktop .topline {
  margin-top: 17px;
  text-align: end;
  margin-right: 0.5rem;
}
.header-desktop .topline a {
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 4px 10px;
  background-color: #d2c198;
  margin-left: 25px;
}
.header-desktop .topline a:hover, .header-desktop .topline a:focus {
  background-color: rgb(194.4932432432, 171.6351351351, 116.5067567568);
  outline: none;
}

/*************************************************************************************************************
Header Mobile
**************************************************************************************************************/
.header-mobile {
  background-color: #151613;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.header-mobile a {
  text-decoration: none;
  color: #fff;
}
.header-mobile .inside {
  max-width: 1200px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.header-mobile .logo img {
  width: 60px;
}
.header-mobile .logo-schrift {
  font-size: 1.2rem;
  font-weight: 500;
}
.header-mobile button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #d2c198;
  border: none;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.header-mobile .topline {
  margin-top: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.header-mobile .topline a {
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: #d2c198;
  transition: background 0.3s;
}
.header-mobile .topline a:hover, .header-mobile .topline a:focus {
  background-color: rgb(194.4932432432, 171.6351351351, 116.5067567568);
  outline: none;
}

/*************************************************************************************************************
Content Hero
**************************************************************************************************************/
.hero {
  min-height: calc(100vh - 60px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero .content-image {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero .content-image img {
  position: absolute;
  left: 55%;
  bottom: 0;
  height: 95%;
  width: auto;
  z-index: 1;
}
.hero .height65 { /* neu statt height65 */
  flex: 0 0 70%;
  min-height: 380px;
}
.hero .height65 .inside {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem; /* hier kommt die Luft rein */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.hero .height65 .left {
  width: 50%;
  font-size: clamp(28px, 6vw, 60px);
  text-transform: uppercase;
  line-height: clamp(36px, 7.5vw, 80px);
}
.hero .height65 .left .adress {
  font-size: clamp(16px, 2.3vw, 20px);
  text-transform: none;
  line-height: clamp(22px, 3.2vw, 30px);
}
.hero .height65 .right {
  width: 50%;
  position: relative;
  height: 100%;
}
.hero .height35 { /* neu statt height35 */
  flex: 1 0 30%;
  min-height: 180px;
}
.hero .height35 .inside {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem; /* auch hier etwas Luft */
  display: flex;
  align-items: center;
}
.hero .height35 .left {
  width: 50%;
  text-align: left;
}
.hero .height35 .right {
  width: 50%;
}

/*************************************************************************************************************
Leistungen
**************************************************************************************************************/
.leistungen_container {
  padding: 50px 0px;
}

.leistungen {
  display: flex;
  flex-direction: column; /* <<< Wichtig: jetzt Spaltenrichtung */
  padding: 2rem;
  background-color: #c1aa72;
}

.box_title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin-bottom: 2rem;
  text-align: left;
}

.leistungen_boxes {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  flex-wrap: nowrap; /* Kein Umbruch */
}

.box {
  flex: 0 0 30%;
  text-align: center;
  background-color: #c1aa72;
  padding: 2rem 1rem;
  color: white;
  word-wrap: break-word;
}

.box_border {
  border-right: 2px solid #d2c198;
  border-left: 2px solid #d2c198;
}
@media (max-width: 767px) {
  .box_border {
    border: none;
  }
}

.box img {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}

.box h3 {
  font-size: 1.2rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*************************************************************************************************************
Content Hero
**************************************************************************************************************/
.content {
  position: relative;
}
.content img {
  position: absolute;
  left: 55%;
  bottom: 0;
  top: 50px;
  width: auto;
  height: 500px;
  z-index: 1;
}
@media (max-width: 767px) {
  .content img {
    opacity: 0.3;
    left: 25%;
  }
}
.content .height65 {
  height: 550px;
  display: flex;
  align-items: center;
}
.content .height65 .inside {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.content .height65 .left {
  width: 50%;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 80px;
}
@media (max-width: 767px) {
  .content .height65 .left {
    width: 100%;
  }
}
.content .height65 .left .adress {
  font-size: 20px;
  text-transform: none;
  line-height: 30px;
}
.content .height65 .right {
  width: 50%;
  position: relative;
  height: 100%;
}
.content .height35 {
  height: auto;
  display: flex;
  align-items: center; /* vertikal zentrieren */
}
.content .height35 .inside {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.content .height35 .left {
  width: 50%;
  text-align: left; /* Text in der Mitte der 50% */
}
.content .height35 .right {
  width: 50%; /* bleibt leer oder kann genutzt werden */
}

.content_inhalt {
  padding: 50px 0;
}
.content_inhalt ul {
  margin-top: 25px;
}
.content_inhalt li {
  list-style-type: disc;
  margin-left: 35px;
}
.content_inhalt .content-image {
  align-items: center;
  display: flex;
}

/*************************************************************************************************************
Footer Desktop
**************************************************************************************************************/
.footer_container {
  padding: 50px 0;
  background-color: #c1aa72;
}
.footer_container a {
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}
.footer_container .footer_boxes {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: auto;
}
.footer_container .box {
  background-color: #c1aa72;
  color: white;
  text-align: center;
  box-sizing: border-box;
}
.footer_container .box h3 {
  font-size: 1.2rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer_container .box img {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.footer_container .box.box_border {
  border-left: 2px solid #d2c198;
  border-right: 2px solid #d2c198;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .footer_container .box.box_border {
    border: none;
  }
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.col {
  flex-grow: 1;
  min-width: 0;
}

.col-1 {
  width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  flex: 0 0 auto;
}

.col-2 {
  width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  flex: 0 0 auto;
}

.col-3 {
  width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  flex: 0 0 auto;
}

.col-4 {
  width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  flex: 0 0 auto;
}

.col-5 {
  width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  flex: 0 0 auto;
}

.col-6 {
  width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  flex: 0 0 auto;
}

.col-7 {
  width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  flex: 0 0 auto;
}

.col-8 {
  width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  flex: 0 0 auto;
}

.col-9 {
  width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  flex: 0 0 auto;
}

.col-10 {
  width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  flex: 0 0 auto;
}

.col-11 {
  width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  flex: 0 0 auto;
}

.col-12 {
  width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col-md-1 {
    width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-2 {
    width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-3 {
    width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-5 {
    width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-7 {
    width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-9 {
    width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-10 {
    width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-11 {
    width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-md-12 {
    width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
    flex: 0 0 auto;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-3 {
    width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-5 {
    width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-7 {
    width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-9 {
    width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-10 {
    width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-11 {
    width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-lg-12 {
    width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
    flex: 0 0 auto;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    width: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-2 {
    width: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-3 {
    width: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-4 {
    width: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-5 {
    width: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-6 {
    width: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-7 {
    width: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-8 {
    width: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-9 {
    width: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-10 {
    width: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-11 {
    width: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
    flex: 0 0 auto;
  }
  .col-xl-12 {
    width: calc((100% - 11 * 1.25rem) / 12 * 12 + (11) * 1.25rem);
    flex: 0 0 auto;
  }
}
.offset-col-1 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
}

.offset-col-2 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
}

.offset-col-3 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
}

.offset-col-4 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
}

.offset-col-5 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
}

.offset-col-6 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
}

.offset-col-7 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
}

.offset-col-8 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
}

.offset-col-9 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
}

.offset-col-10 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
}

.offset-col-11 {
  margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
}

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  }
  .offset-md-2 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  }
  .offset-md-3 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  }
  .offset-md-4 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  }
  .offset-md-5 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  }
  .offset-md-6 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  }
  .offset-md-7 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  }
  .offset-md-8 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  }
  .offset-md-9 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  }
  .offset-md-10 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  }
  .offset-md-11 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  }
}
@media (min-width: 1024px) {
  .offset-lg-1 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  }
  .offset-lg-2 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  }
  .offset-lg-3 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  }
  .offset-lg-4 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  }
  .offset-lg-5 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  }
  .offset-lg-6 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  }
  .offset-lg-7 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  }
  .offset-lg-8 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  }
  .offset-lg-9 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  }
  .offset-lg-10 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  }
  .offset-lg-11 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  }
}
@media (min-width: 1280px) {
  .offset-xl-1 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 1 + (0) * 1.25rem);
  }
  .offset-xl-2 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 2 + (1) * 1.25rem);
  }
  .offset-xl-3 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 3 + (2) * 1.25rem);
  }
  .offset-xl-4 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 4 + (3) * 1.25rem);
  }
  .offset-xl-5 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 5 + (4) * 1.25rem);
  }
  .offset-xl-6 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 6 + (5) * 1.25rem);
  }
  .offset-xl-7 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 7 + (6) * 1.25rem);
  }
  .offset-xl-8 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 8 + (7) * 1.25rem);
  }
  .offset-xl-9 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 9 + (8) * 1.25rem);
  }
  .offset-xl-10 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 10 + (9) * 1.25rem);
  }
  .offset-xl-11 {
    margin-left: calc((100% - 11 * 1.25rem) / 12 * 11 + (10) * 1.25rem);
  }
}
.box_title_team {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: left !important;
  align-items: start !important;
  padding-left: 2rem;
}

.ce_rsce_team {
  padding: 50px 0px;
}

.ce_rsce_team .row {
  display: flex;
  flex-wrap: wrap;
}

.ce_rsce_team .row > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ce_rsce_team img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.ce_rsce_team h3 {
  margin: 0.5rem 0 0;
}

.ce_rsce_team .position {
  font-size: 0.9rem;
  color: #777;
  margin-top: 0.25rem;
}

.kontakt_form ul {
  margin-top: 25px;
}
.kontakt_form li {
  list-style-type: disc;
  margin-left: 35px;
}
.kontakt_form button {
  background-color: #d2c198;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 25px 0;
}
.kontakt_form button:hover, .kontakt_form button:focus {
  background-color: rgb(194.4932432432, 171.6351351351, 116.5067567568);
  outline: none;
}

.mobile_off {
  display: none;
}

@media (max-width: 767px) {
  .desktop_off {
    display: none;
  }
  .mobile_off {
    display: block;
  }
}
.startwelcome {
  padding: 25px 0;
}

.news ul {
  margin-top: 25px;
}
.news li {
  list-style-type: disc;
  margin-left: 35px;
}
.angebot ul {
  margin-top: 25px;
}
.angebot li {
  list-style-type: disc;
  margin-left: 35px;
}

.oeffnungszeiten ul {
  margin-top: 25px;
}
.oeffnungszeiten li {
  list-style-type: disc;
  margin-left: 35px;
}
.oeffnungszeiten h3 {
  margin-top: 25px;
}

.ueberuns ul {
  margin-top: 25px;
}
.ueberuns li {
  list-style-type: disc;
  margin-left: 35px;
}
.ueberuns h1 {
  margin-bottom: 25px;
}

.kontakt ul {
  margin-top: 25px;
}
.kontakt li {
  list-style-type: disc;
  margin-left: 35px;
}
.kontakt h1 {
  margin-bottom: 25px;
}
.kontakt h3 {
  margin-top: 25px;
}

/*# sourceMappingURL=main.css.map */

