body {
  margin: 0;
  min-height: 100vh;

  background-image: url("../red-grunge-background.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;    
  background-attachment: fixed;
  background-color: #000000;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.4),
    rgba(0,0,0,0.7)
  );
  pointer-events: none;
}

/* ---------- header ---------- */
#header {
  background: linear-gradient(
    to bottom,
    #000 0%,
    #000 40%,
    rgba(0,0,0,0.6) 70%,
    rgba(0,0,0,0) 100%
  );
  border-bottom: 0em;
}

li.mainnav__list-item.searchbar__list-tem {
    display: none;
}

.topbar-inner {
  max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--grid__gutter--half);
    padding-right: var(--grid__gutter--half);
    padding-top: 0;
}

/* NAVIGATION STYLE 4 */

.nav-style_4 > .level_1.mainnav__list > li > a {
  text-decoration: none!important;
  position: relative!important;
  transition: 0.4s!important;
  color: #fff;
}

.nav-style_4 > .level_1.mainnav__list > li > a:hover {
  background-color: transparent!important;
}

.nav-style_4 > .level_1.mainnav__list > li > a::before {
  content: ""!important;
  position: absolute!important;
  width: 0!important;
  height: 2px!important;
  bottom: 0!important;
  left: 50%!important;
  background-color: var(--color-default2)!important;
  transition: all 0.4s!important;
}

.nav-style_4 > .level_1.mainnav__list > li > a:hover::before {
  width: 100%!important;
  left: 0!important;
}

/* container */
#main .mod_article {
    max-width: 80em;
}

#main .centered-wrapper-inner {
    max-width: 80em;
}

/* kacheln Startseite */
.ce_rsce_wrapper_grid_start.background-transparent {
    background: #00000080;
    padding: 3em;
}

.teaserkachel__nobtn__inner {
    border: 1px solid var(--color-brand);
    box-shadow: 0 0 7px 1px var(--color-brand);
}

.teaserkachel__nobtn__text-wrapper {
    /*font-weight: 600;*/
    line-height: 1.15em;
    font-size: 1.2em;
}

.teaserkachel__nobtn__alltext {
    background: linear-gradient(
    0deg,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 80%,
    rgba(0,0,0,0) 100%
  );
}

.ce_rsce_wrapper_grid_start.background-coloured {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(90deg, #e5113d 0%, #ffcc00 100%);
}

.bg--primary-transparent {
    background: #ffcc0033;
}

.bg--secondary-transparent {
    background: #e5113d33;
}

.bg--secondary {
    border-top-right-radius: 77px;
}

.text--dark p,
.text--dark h1,
.text--dark h2,
.text--dark h3,
.ce_text.text--dark.iconized a {
	color: var(--color-page-background);
}

.text--dark h2 a,
.text--dark p a {
    color: var(--color-page-background);
}

.counter-animated__inner {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0) 80%);
}

/* Karte */
/* Startseite */
.mod_c4g_maps.block {
    border-radius: 24px;
    overflow: hidden;
    mask-image: radial-gradient(circle at center, black 65%, transparent 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(255, 0, 0, 0.2);
}

/* Filialen */
/* ----- map ----- */
.service-grid {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 640px;
    grid-gap: 5px;
    text-align: center;
    margin: auto;
    margin-bottom: 1em;
}

.popup-iconlist p {
    display: inline-flex;
    grid-gap: 5px;
}

.c4g-popup-wrapper h3 {
    font-size: 1.6em;
    color: var(--color-page-background);
}

.c4g-popup-wrapper a {
    color: #e5113d !important;
}

/*
.c4g-external-popup-container {
    background: #ececec;
    padding: 1em;
    color: var(--color-page-background);
}*/

.popup-iconlist img {
    max-width: 40px;
}

.c4g-sideboard {
    background-color: #000;
}

.c4g-starboardscope-content-container ul li .c4g-popup-wrapper a {
    color: #fff !important;
}


.c4g-external .c4g-popup-wrapper {
    border: 3px solid #fff;
    padding: 1em;
    border-radius: 15px;
    min-height: 480px;
}

.c4g-starboardscope-headline {
    margin-top: 1em;
    text-align: center;
    font-weight: var(--headings__font-weight);
    font-family: var(--headings__font-family);
    font-size: 2em !important;
}

.c4g-external {
    background-color: transparent;
}

/* PWA */
button#btn-push-subscribe {
    background: var(--color-brand2);
    visibility: hidden;
    border-radius: var(--button-border-radius);
    padding: var(--button-spacing);
    display: inline-block;
    border: var(--button-border-width) solid transparent;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    line-height: var(--button-line-height);
    text-align: center;
    background-image: none;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 0 12px 2px var(--color-brand);
}

/* ---------- Bewertungen ---------- */
.mod_recommendationlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.recommendation-card {
  background: #fff;
  color: var(--color-text--inverted);
  border-radius: 0 53px 0 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.recommendation-content {
  padding: 20px 20px 35px;
  position: relative;
  flex-grow: 1;
}

.recommendation-wrapper {
    display: flex;
    grid-gap: 1em;
    margin-top: 0.75em;
}

.quote-icon {
  width: 32px;
  opacity: 0.75;
  display: block;
  position: absolute;
}

.text.recommendation-text {
    margin-left: 50px;
}

.recommendation-meta {
  background: var(--color-default);
  padding: 15px 32px 15px 115px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: auto;
}

.recommendation-avatar {
  position: absolute;
  left: 20px;
  top: -36px; 
  width: 85px;
  height: 85px;
}

.recommendation-avatar img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.meta-text {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.author {
  font-weight: 700;
  font-size: 18px;
}

.location {
  font-size: 14px;
}

.date {
  font-size: 13px;
}

.rating .star {
  color: #ddd;
  font-size: 2em;
}

.rating .star.active {
  color: #9c7a00;
  font-size: 2em;
  text-shadow: 
    0 1px 0 rgba(0,0,0,0.35),
    0 0 2px rgba(0,0,0,0.2);
}

.partner-logos {
    margin-bottom: 5em;
}

.partner-logos #tns1 > .tns-item {
    margin: auto;
    vertical-align: middle;
}

/* ---------- flipbert ---------- */
.flipbook .far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }
  
section.linkAnnotation a, a.linkAnnotation, a.customLinkAnnotation, .customHtmlAnnotation, .customVideoAnnotation {
    background-color: transparent !important;
    opacity: .1;
}  
.flipbook.df-floating .df-ui-controls:after,
.flipbook.df-floating .df-ui-controls:before {
  display:none;
}

#flipbook_prospekt_2187 {
    border-right: 1em solid var(--color-page-background);
}

/* ---------- footer ---------- */
#footer-pre {
  background: linear-gradient(
    to top,
    #1d1b1c 0%,
    rgba(29,27,28,0.98) 20%,
    rgba(29,27,28,0.92) 40%,
    rgba(29,27,28,0.75) 60%,
    rgba(29,27,28,0.45) 80%,
    rgba(29,27,28,0.0) 100%
  );
}

#footer-pre a {
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}

#footer-pre a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #FFD200;
  transition: width 0.25s ease;
}

#footer-pre a:hover {
  color: #fff;
}

#footer-pre a:hover::after {
  width: 100%;
}

#footer-pre .containered {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--grid__gutter--half);
    padding-right: var(--grid__gutter--half);
    }
   
#footer-pre .ce_text.text--center.copyright {
    margin-bottom: 0;
    font-size: 0.9em;
}   
    
#footer-pre .iconlink__wrapper {
    display: inline-block;
    margin-left: 1em;
}

#footer-pre .iconlink__inner {
    text-align: end;
}

#footer-pre .iconlink__icon {
    font-size: 3em;
}

#footer-pre h4, #footer-pre h4 .heading-h4 {
    font-family: var(--special__font-family);
    font-size: 2rem;
    margin-left: -4px;
   /* text-shadow: 0 0 20px #fff;*/
}

#footer-pre .contact h4 {
    color: var(--color-brand2);
}

#footer-sub {
  padding-top: 0;
}

#footer-sub .inside {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------------------------------------ */
a.btn--secondary .btn__inner-text {
    color: #000;
}