
/*Anonyme Kommentare nicht zulassen*/
#select_blog_allow_anonymous_comments .ipsFieldRow .ipsClearfix{
display: none !important;
}
.ipsFieldRow .ipsClearfix{
display:none !important;}

.allow_anonymous_comments{
display:none !important;}

/* Forcing full width and reinstating it for necessary areas */

#ipsLayout_body { max-width:100% !important; }
.ipsLayout_container {
  padding:0 !important;
}

header .ipsLayout_container,nav .ipsLayout_container {
  padding:0 15px !important;
}

/* normal width */

.RH-normal-width {
  max-width:1200px;
  margin:0 auto;
}

.ipsBreadcrumb,.ipsBreadcrumb_bottom { display:none; }



.hero {
  background-image: url('https://www.die-feldbergerin.de/uploads/pages_media/0_feldbergerin_startseitenbild.webp');
  background-size:cover;
  background-position:center top;
  background-repeat: no-repeat;
  padding-bottom:40%;
}
.hero-preise {
  background-image: url('https://www.die-feldbergerin.de/uploads/pages_media/0_feldbergerin_mitmachbild.webp');
  background-size:cover;
  background-position:center top;
  background-repeat: no-repeat;
  padding-bottom:40%;
}

.silhouette {
  background-image: url('https://www.die-feldbergerin.de/uploads/pages_media/0_skyline.png');
  background-size:contain;
  background-position:bottom center;
  background-repeat: no-repeat;
  height:150px;
}

#ipsLayout_mainArea {
  padding-bottom:0;
}

.RH-check { max-width: 64px; }
.RH-check2 { max-width: 36px; }


.RH-flex-container-bottom {
  display: flex;
  justify-content: center;
  align-items: end;
  height:100%;
}
.RH-flex-container-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
}

.RH-white-box {
  background-color:#FFF;
}

