/* specials.css */

/* Teaser mit Button unten auf gleicher Höhe */
#teaser .bg {
	padding-bottom:60px;
}
#teaser .more {
	position:absolute;
	bottom: 20px;
}

/* Bild Teaser */
.bildteaser {
	padding-left: 15px;
    padding-right: 15px;
}
.bildteaser .ce_rsce_hg-farbe .bg {
    padding:40px 25px 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bildteaser .ce_rsce_hg-bild,
.bildteaser .ce_rsce_hg-farbe {
    padding-right:0;
    padding-left:0;
}

/* Anfahrtslink auf der Kontaktseite */
.anfahrt  {
    display: flex;
    margin-top:40px;
    margin-bottom:40px;
    box-shadow: none;
}
.anfahrt:before {
    display:none!important;
}
.anfahrt:hover {
    box-shadow: none;
}
.anfahrt span {
    margin-left:10px;
}

/* Counter */
.count-number {
    font-size:56px;
    line-height:60px;
    font-weight:700;
}
.ce_rsce_counter {
    text-align:center;
}

/* markDay */
#open-hours tr td:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
}
.open-hours table td {
	font-weight: 100;
}
tr.active-day td {
	font-weight: bold;
}
tr.active-day td:first-child:before {
    background-color:var(--grey3);
    float: left;
    margin-left: -1em;
    width: 12px;
    height: 24px;
    content: '';
    -webkit-mask: url(../dateien/icons/icon_angle-right.svg) no-repeat center / contain;
    mask: url(../dateien/icons/icon_angle-right.svg) no-repeat center / contain;
}
.bg-1 tr.active-day td:first-child:before {
    background-color:#fff;
}

/* Parallax */
.parallax .ce_image {
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:0px;
}
.parallax {
    padding-right: 0!important;
    padding-left: 0!important;
}

/* Zitat */
blockquote {
    position:relative;
    padding-left:40px;
    margin-top: 20px;
}
blockquote:before {
    width:30px;
    height: 30px;
    background-color: var(--col1);
    left:0;
    top:-10px;
    position:absolute;
    content: '';
    -webkit-mask: url(../dateien/icons/icon_quote.svg) no-repeat center / contain;
    mask: url(../dateien/icons/icon_quote.svg) no-repeat center / contain;
}

#headerbild,
#headerbild .ce_rsce_hg-bild {
  height: clamp(220px, 26vw, 500px);
  overflow: hidden;
  position: relative;
}

#headerbild .content-image,
#headerbild picture,
#headerbild img {
  display: block;
  width: 100%;
  height: 100%;
}

#headerbild img {
  object-fit: cover;
}