

b, strong, b a, strong a {
    font-weight: 600;
}

#header-image .frame-type-text .ce-text{
    margin: auto;
}
#breadcrumb { display: none;}


.parallax {
  background-color: #f7f7f7;
/*  background-image: url(https://krankenhaus-ronneburg.de/wp-content/uploads/2022/09/Bild-Omi-grün-web.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 0px 0px 0px 0px;
  border-color: #eae9e9;
  border-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;

      padding-top: 200px;
      margin-top: 0px;
      padding-right: 30px;
      padding-bottom: 200px;
      margin-bottom: 0px;
      padding-left: 30px
}

.parallax .content {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%,0);
    z-index: 2;
    width: calc(100% - 60px);
    padding: 0;
}

.parallax .content p{
padding: 60px 30px;
}

.tile.bgTile1Color {
    text-align: left;
}

.frame-custom-110 * {
    /* color: #FFFFFF; */
    color: #000000;
}

.tile.bgTile1Color a {
    color: #fff;
}
.tile.bgTile1Color a:hover {
    color: #efefef;
}


.Link-Button-4 {
    position: relative;
}
a[class^="Link-Button-"] + a[class^="Link-Button-"] {
    margin-left: 15px;
}

@media (min-width: 992px) {
    #header-image {
        max-height: unset;
        overflow: hidden;
    }
}

@media (min-width: 1500px) {
  .swiper-video {
  max-height: 66vh;
  }

}