.grecaptcha-badge { visibility: hidden; }
div#comments {
    display: none;
}
span.wpcf7-spinner {
    display: none !important;
}

a.button.primary.is-default.is-large.mb-0 {
    border-radius: 20px;
}
a.button.primary.is-bevel.is-large.mb-0 {
    border-radius: 50px;
}
div#flatsome_recent_posts-5, .recent-blog-posts a {
    color: #f1f1f1;
}
footer.entry-meta.clearfix, span.byline {
    display: none;
}

.col.notfall-block > .col-inner.text-right {
    background-image: url(https://www.buergerspital-wertheim.de/wp-content/uploads/2025/03/BSW_Buergerspital_horizontal-1024x291-weiss.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    background-size: auto 50px;
}
.star-rating span:before, strong.testimonial-name.test_name, span.testimonial-company.test_company {
    color: white;
}
.startseite-bewertungen {
    min-height: 400px;
}
.section-title b {
    background-color: unset;
}
.bild-rotieren {
    transform: rotate(-15deg);
}
.bild-rotieren-rechts {
    transform: rotate(15deg);
}
input[type="checkbox"] {
    margin-bottom: unset;
}
.copyright-footer {
    padding-bottom: 60px;
}
ul.tabellen-bsw {
    font-size: 1.3em;
    margin-bottom: 20px;
}
.timeline-container {
  max-width: 700px;
  margin: auto;
  padding: 40px 20px;
  font-family: sans-serif;
}

.timeline-title {
  text-align: center;
  font-size: 2em;
  color: #6A1B9A;
  margin-bottom: 30px;
}

.timeline {
  border-left: 3px solid #6A1B9A;
  padding-left: 20px;
  position: relative;
  margin: 40px 0;
}

.timeline-item {
  margin-bottom: 30px;
  position: relative;
}

.timeline-item::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #6A1B9A;
  border-radius: 50%;
  position: absolute;
  left: -28px;
  top: 5px;
}

.timeline-date {
  font-weight: bold;
  color: #4A148C;
  font-size: 1.1em;
}

.timeline-content {
  margin-top: 5px;
  color: #333;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  left: -3px;
  width: 3px;
  height: 30px;
  background: linear-gradient(to bottom, transparent, #6A1B9A);
  z-index: 1;
}

.timeline::after {
  top: 100%;
  background: linear-gradient(to top, transparent, #6A1B9A);
}

.timeline::before {
  top: -30px;
}

.timeline-item {
  opacity: 0;
  transform: translateY(60px); /* Mehr Bewegung nach unten */
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

.timeline-item.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.arzt-box {
  position: relative;
}
.arzt-box .arzt-box-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
  margin: 0;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.arzt-box .arzt-box-text .text-box-content {
  background-color: #74276d;
  min-height:200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 530px) {
  .arzt-box-grid {
    height: 1100px !important;
    position: relative;
    overflow: hidden;
  }
  .arzt-box-grid .banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% 0;
    display: block;
  }
}

/*************** Text Oben - Arztboxen ***************/
.text-box-content {
  justify-content: flex-start !important;
}
/*************** Hoover - Arztboxen ***************/
.arzt-box-text {
  opacity: 1;
  transition: opacity 1s ease;
}
.arzt-box-text:hover {
  opacity: 0;
}
.grid-box .section-title-main {
    display: block !important;
    margin: 0 auto 0 !important;
    width: 91% !important;
    text-align: center !important;
}

@media (max-width: 530px) {
    .grid-box .section-title-main {
        margin: 25px auto 0 !important;
        font-size: 8vw !important;
    }
}

.grid-box .text-box {
    margin: unset !important;
}
.banner h2 {
    font-size: 3.5em;
}
h1, h2, h3, h4, h5 {
    font-size: 1.5em;
}
li, ul {
    margin-bottom: unset;
}
.col-inner > ul {
    margin: 0 0 1em 1em !important;
    font-size: 1.3em;
}
.text-margin-unset {
    margin: unset;
}
.rahmen-info-box {
    border: 2px solid #74276c;
    padding: 20px;
    border-radius: 20px;
}
.accordion-inner, .accordion-title {
    font-size: 1.3rem;
}

.col.notfall-block {
    padding: 0 15px 0 !important;
}
button.mfp-close {
    display: none;
}

ul.nav-dropdown.nav-dropdown-default {
    width: 600px;
    margin-top: 10px;
}
.button.sticky-side-button-1 {
    float: left;
    position: fixed;
    top: calc(50% - 100px);
    right: -20px;
    width: 180px;
    opacity: 0.6;
    z-index:9999;
    cursor: pointer;
    text-align: left;
    background-color: #3B1236;
}

.button.sticky-side-button-2 {
    float: left;
    position: fixed;
    top: calc(50% - 50px);
    right: -20px;
    width: 180px;
    opacity: 0.6;
    z-index:9999;
    cursor: pointer;
    text-align: left;
    background-color: #3B1236;
}

.button.sticky-side-button-3 {
    float: left;
    position: fixed;
    top: calc(50%);
    right: -20px;
    width: 180px;
    opacity: 0.6;
    z-index:9999;
    cursor: pointer;
    text-align: left; 
    background-color: #7a9c59; 
}

.button.sticky-side-button-4 {
    float: left;
    position: fixed;
    top: calc(50% + 50px);
    right: -20px;
    width: 180px;
    opacity: 0.6;
    z-index:9999;
    cursor: pointer;
    text-align: left;
    background-color: #3B1236;
}

.button.sticky-side-button-5 {
    float: left;
    position: fixed;
    top: calc(50% + 100px);
    right: -20px;
    width: 180px;
    opacity: 0.6;
    z-index:9999;
    cursor: pointer;
    text-align: left;
}

.button:not(.icon).sticky-footer-button-1 {
    position: fixed;
    left: 0;
    width: 33.3%;
    height: 45px;
    bottom: 0;
    z-index: 9999;
    border-radius:0px !important;
    margin-bottom: 0em;
    background-color: #3B1236;
}

.button:not(.icon).sticky-footer-button-2 {
    position: fixed;
    left: calc(100%/3);
    width: 33.3%;
    height: 45px;
    bottom: 0;
    z-index: 9999;
    border-radius:0px !important;
    margin-bottom: 0em;
    background-color: #3B1236;
}

.button:not(.icon).sticky-footer-button-3 {
    position: fixed;
    left: calc(100%/3*2);
    width: 33.3%;
    height: 45px;
    bottom: 0;
    z-index: 9999;
    border-radius:0px !important;
    margin-bottom: 0em;
    background-color: #7a9c59;
}
