:root {
  --ci-color:#d3b4b4;
  --btn-color: #E8EDDF;
}
@font-face {
  font-family: 'Roboto Thin';
  src: url("../fonts/roboto/roboto-latin-100.woff2") format("woff2"), url("..../fonts/roboto/roboto-latin-100.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/roboto/roboto-latin-400.woff2") format("woff2"), url("..../fonts/roboto/roboto-latin-400.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/roboto/roboto-latin-900.woff2") format("woff2"), url("..../fonts/roboto/roboto-latin-900.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

.header {
  background-image: url('../img/background-image.png');
  background-size: cover;
  background-position: center;
  height: 65vh;
  width: 100%;
  color: white;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_backgroundcolor {
  background-color: var(--ci-color);
  width: 100%;
  text-align: center;
  height: 6.5vh; /* war 6.5 */
  padding: 1rem 3rem;
  position: absolute;
  top: 0;
}

footer {
  border-top: 5px solid var(--ci-color);
  color: var(--ci-color);
  padding: 15px 0 15px 0;
  font-weight: 550;
  position: relative;
  bottom: 0;
  width: 100%;
}

footer a {
  color: var(--ci-color);

}

footer a:hover {
  color: #9c8686;
}

footer .col-md-6 {
  text-align: right;
}

.info-section {
  background-color: var(--ci-color);
  padding: 2rem 0;
  text-align: center;
  color: #fff;
}


.info-section h3 {
  font-size: 20px;
  font-weight: 550;
  margin-top: 1rem;
}

.section {
  display: flex;
  flex-wrap: wrap;
}

.section-item {
  width: 50%;
}

@media (max-width: 768px) {
  .section-item {
    width: 100%;
  }
}

.images_block img {

  width: 95%;
  height: auto;
  border-radius: 50%;
  border: 3px var(--ci-color);
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-style: solid;
  padding: 1rem;
  transition: 0.5s;
  transform: scale(1);
  margin-bottom: 2rem;

}

.images_block img:hover {
  transform: scale(1.2);
}

.images_block,
.standorte {
  margin: 0rem 0 5rem 0;
}

.images_block h1,
.standorte h1 {
  text-align: center;
  font-size: 31px;
  font-weight: 550;
  color: white;
  margin-bottom: 3rem;
  background-color: var(--ci-color);
  padding: 1rem;
  width: 100%;
}

@media only screen and (max-width: 990px) {
  .images_block img {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .images_block img {
    margin: 2rem 0 3rem 3rem;
    width: 80%;
  }
}

@media only screen and (max-width: 475px) {

  .images_block img {

    margin: 2rem 0 3rem 2.5rem;
    width: 80%;

  }

}

@media only screen and (max-width: 400px) {

  .images_block img {

    margin: 2rem 0 3rem 2rem;
    width: 80%;

  }

}

@media only screen and (max-width: 375px) {

  .images_block img {

    margin: 2rem 0 3rem 1.75rem;
    width: 80%;

  }

}

.impressum h1,
.datenschutz h1 {
  background-color: var(--ci-color);
  color: white;
  font-weight: 550;
  font-size: 35px;
  text-align: center;
  padding: 1rem 0;
}

.impressum h2,
.datenschutz h2,
.datenschutz h3 {
  font-size: 20px;
  font-weight: 550;
  color: var(--ci-color);
}

.datenschutz h4 {
  font-size: 18px;
  font-weight: 550;
  color: var(--ci-color);
}

.datenschutz a {
  color: var(--ci-color);
}

.datenschutz a:hover {
  color: #9c8686;
}

.text-left {
  display: flex;
}

.text-left img {

  height: 25px;
  margin: 0 0.5rem;

}

#close-highlight {
  position: absolute;
  width: 100%;
  text-align: right;
  right: 1rem;
  font-weight: bold;
  cursor: pointer;
  top: 0.25rem;
}

.layer {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  z-index: 90;
  border: 2px solid #fff;
  width: 350px;
  padding: 1rem 2rem;
  font-weight: 550;
  background-color: var(--ci-color);

}

#info {
  margin-top: 1rem;
}

.impressum a {

  color: var(--ci-color);

}

.impressum a:hover {

  color: #9c8686;

}

#termin {
  position: flex;
  right: 2rem;
  top: 1rem;
}

#termin p { /* Jetzt neu! */
  font-size: 12px;
  padding-bottom: 4px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 1) 0 0 15px;
}

.btn-danger {
  color:#000;
  background-color: var(--btn-color);
  border-color: var(--btn-color);
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 50px;
}

.btn-danger:hover {
  background-color: var(--ci-color);
  border-color: var(--ci-color);
}

.btn-danger:active {
  background-color: #CAA5A5 !important;
  border-color: #CAA5A5 !important;
}

#termin a {
  justify-content: center;
  color: #000;
  text-decoration: none;
  display: flex;
  gap: .5rem;
}

.standort-box {
  background-color: var(--ci-color);
  padding: .5rem;
  text-align: center;
  margin-bottom: 1rem;
  transform: scale(1);
  transition: 0.5s;
}

.standort-box:hover {
  transform: scale(1.05);
}

.standort-box h2 {
  color: #fff;
  font-size: 1.3rem;
  width: 100%;
  text-align: center;
}

.standort-box p {
  color: #fff;
  text-align: center;
}

.standort-box a {
  color: #fff;
}
.standort-box .btn {
  margin-bottom: 1rem;
}

.btn {
  background-color: var(--btn-color);
  color: #000;
  text-align: center;
}

.btn:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .25);
}

.btn a {
  color: #000;
  text-decoration: none;
}

.standort-fb {
  width: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  margin: .5rem auto;
}

.standort-box a.btn {
  font-size: 1rem;
  color: #000;
}
.standort-box a:hover.btn {
  background-color: var(--btn-color);;
}
#reel {
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  border-radius: 10px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-inner {
  position: relative;
  height: 80vh;
  border-radius: 10px;
  border: 3px solid var(--ci-color);
  box-shadow: 0 4px 5px rgba(211, 180, 180, .5);
  overflow: clip;
}

.overlay video {
  height: 100%;
  aspect-ratio: 9/16;
}

.close-button {
  position: absolute;
  top: 0rem;
  right: .5rem;
  font-size: 2rem;
  cursor: pointer;
  font-weight: bold;
}

.no-scroll {
  overflow: hidden;
}

/* Notice Overlay Modal */
.notice-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.notice-overlay.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.notice-modal {
  position: relative;
  background: #ffffff;
  border: 3px solid var(--ci-color);
  border-radius: 16px;
  max-width: 480px;
  width: 100%;
  padding: 2.25rem 2rem 2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  text-align: center;
  animation: noticePop 0.3s ease-out;
}

@keyframes noticePop {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.notice-close-btn {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #777;
  cursor: pointer;
  padding: 0 0.5rem;
  transition: color 0.2s ease;
}

.notice-close-btn:hover {
  color: #000;
}

.notice-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--ci-color);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.4rem 1.1rem;
  border-radius: 20px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.notice-modal h2 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.75rem;
}

.notice-modal p {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.notice-phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background-color: var(--ci-color);
  color: #ffffff !important;
  font-size: 1.35rem;
  font-weight: 700;
  padding: 0.85rem 1.75rem;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(211, 180, 180, 0.5);
  transition: all 0.2s ease;
  margin-bottom: 1.5rem;
  width: 100%;
}

.notice-phone-btn:hover {
  background-color: #c29e9e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(211, 180, 180, 0.7);
}

.notice-dismiss-btn {
  background-color: var(--btn-color);
  color: #333;
  border: 1px solid #ccc;
  padding: 0.6rem 1.75rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.notice-dismiss-btn:hover {
  background-color: #dbe0d2;
}

.notice-dismiss-btn:active {
  transform: scale(0.98);
}