/* CSS Document */

body {
  background-color: #fff;
  font-size: 18px;
  font-family: futura-pt, sans-serif; /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: mundial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: mundial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
a {
  color: #3f9491;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
a:hover {
  color: #faae29;
}

.nowrap {
	white-space: nowrap;
}


/* -------------------- Farben BEGINN -------------------- */

.color-01 {
  color: #02645a; /*farbname1*/
}
.color-02 {
  color: #696969; /*farbname2*/
}
.color-03 {
  color: #444444; /*farbname3*/
}
.color-04 {
  color: #333; /*schwarz*/
}
.color-05 {
  color: #fff; /*weiß*/
}
.color-06 {
  background-image: linear-gradient(45deg, #696969 0%, #333 100%); /*Verlauf*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-color-01 {
    background-color: #989898; /*farbname1*/
}

.bg-color-02 {
    background-color: #696969; /*farbname2*/
}

.bg-color-03 {
    background-color: #444444; /*farbname3*/
}

.bg-color-04 {
    background-color: #333; /*schwarz*/
}

.bg-color-05 {
    background-color: #fff; /*weiß*/
}

.bg-color-06 {
    background-image: linear-gradient(45deg, #696969 0%, #333 100%); /*Verlauf*/
}

.bg-color-07 {
    background-color: #f7f7f7;
}

/* -------------------- Farben ENDE -------------------- */



/* -------------------- Hintergrundbilder BEGINN -------------------- */

.bg-top-info {
  background-image: url("");
  background-size: cover;
}
.bg-content-front {
  background-image: url("../images/teaser/content_front_image.svg");
  background-size: cover;
}
.bg-content-back {
  background-image: url("");
  background-size: cover;
}
.bg-review {
  background-image: url("");
  background-size: cover;
}
.bg-footer {
  background-image: url("");
  background-size: cover;
  background-position: center;
}
.bg-footer-end {
  background-image: url("");
  background-size: cover;
}
.bg-teaser {
  background: linear-gradient(180deg, rgba(247,247,247,0.8) 0%, rgba(247,247,247,0.7) 20%, rgba(247,247,247,0.7) 80%, rgba(247,247,247,0.8) 100%),url("../images/background/bg-struktur-147440162.jpg");
  background-size: cover;
  background-position: bottom;
}

/* -------------------- Hintergrundbilder ENDE -------------------- */


/* -------------------- Border BEGINN -------------------- */

.border-6 {
	border-width: 6px !important;
}
.border-7 {
	border-width: 7px !important;
}
.border-8 {
	border-width: 8px !important;
}
.border-9 {
	border-width: 9px !important;
}
.border-10 {
	border-width: 10px !important;
}

/* -------------------- Border ENDE -------------------- */



/* -------------------- Parallax BEGINN -------------------- */

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* -------------------- Parallax ENDE -------------------- */



/* -------------------- Scroll Top BEGINN -------------------- */

.scroll-top {
  display: none !important;
  color: #fff;
  font-weight: bold;
  background-color: rgba(43, 43, 43, 0.60);
  right: 140px;
  bottom: 3.5%;
  position: fixed;
  transition: all .35s;
  box-shadow: 1px 0px 2px #333;
  font-size: 0.7rem;
  z-index: 9;
}
.scroll-top:hover {
  color: #1D1D1B;
  text-decoration: none;
}
@media (min-width: 992px) {
  .scroll-top {
    display: block !important;
  }
}

/* -------------------- Scroll Top ENDE -------------------- */



/* -------------------- Top Info BEGINN -------------------- */

.top-info a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.top-info a:hover {
  color: #e7000e;
}
.ie {
  z-index: 999;
  top: 0;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #6f7070;
    border: 2px solid #fff;
}
.top-info {
    box-shadow: 0px 15px 10px -15px #111;
}

/* -------------------- Top Info ENDE -------------------- */



/* -------------------- hr style BEGINN -------------------- */

.hr-style {
  background-image: url(../images/border.svg);
  background-size: contain;
  width: 100%;
  height: 10px !important;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  opacity: 1;
}

/* -------------------- hr style ENDE -------------------- */



/* -------------------- Öffnungszeiten Tabelle BEGINN -------------------- */

.table {
  border-color: #989898;
}
.table .table {
  background-color: transparent;
  color: #333;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #333;
  color: #fff;
  font-weight: 400;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 1rem;
}

/* -------------------- Öffnungszeiten Tabelle ENDE -------------------- */



/* -------------------- Datenschutz Button BEGINN -------------------- */

.btn-success {
  color: #fff;
  background-color: #4d8980;
  border-color: #4d8980;
}
.btn-success:hover {
    color: #fff;
    background-color: #4d8980;
    border-color: #4d8980;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #4d8980 !important;
  border-color: #4d8980 !important;
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50) !important;
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4d8980;
  background-image: none;
  border-color: #4d8980
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4d8980;
  background-image: none;
  border-color: #4d8980;
}

/* -------------------- Datenschutz Button ENDE -------------------- */

.textlink {
    background-color: transparent;
    text-transform: uppercase;
    padding: 0.8em 1em;
    margin: 15px 0 0 0;
    border: 1px solid #4d8980;
    border-radius: 4px;
    color: #4d8980;
}

.textlink:hover {
    background-color: #4d8980;
    text-transform: uppercase;
    padding: 0.8em 1em;
    margin: 15px 0 0 0;
    border: 1px solid #4d8980;
    border-radius: 4px;
    color: #fff;
}

.textlinksolid {
    background-color: #4d8980;
    text-transform: uppercase;
    padding: 0.8em 1em;
    margin: 15px 0 0 0;
    border: 1px solid #4d8980;
    border-radius: 4px;
    color: #fff;
}

.textlinksolid:hover {
    background-color: transparent;
    text-transform: uppercase;
    padding: 0.8em 1em;
    margin: 15px 0 0 0;
    border: 1px solid #4d8980;
    border-radius: 4px;
    color: #4d8980;
}

/* -------------------- Custom Aufzählung -------------------- */
.reitz-style {
  list-style: none; /* Remove default list styles */
  padding: 0; /* Remove default padding */
}

.reitz-style li {
  margin-bottom: 10px; /* Add spacing between list items */
  padding-left: 24px; /* Add padding to create space for the icon */
  background-image: url('../favicon.svg'); /* Set the background image */
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  background-size: 16px 16px; /* Set the size of the background image */
  background-position: left center; /* Position the background image */
  display: flex; /* Use flexbox to align text vertically */
  align-items: center; /* Center text vertically */
}

/* -------------------- Custom Aufzählung ENDE -------------------- */