@charset "UTF-8";
/* ==========================================================================
   Ebene1
   ========================================================================== */
/* Ebene 2
----------------------------------------------- */
/*
 * Ebene 3
 */
/* ==========================================================================
   HTML basis
   ========================================================================== */
h1 {
  font-size: 2rem;
  margin-top: 26px;
  margin-bottom: 20px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-bottom: 5px;
  color: #b8212a;
  font-weight: 300;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #b8212a;
}

h3 {
  color: #01284e;
  font-size: 1.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

h3 a {
  color: #01284e;
}

.navbar a {
  text-decoration: none;
  color: var(--bs-nav-link-color);
}
.navbar a .logo-claim {
  text-align: right;
  font-weight: bold;
  margin-top: -30px;
  margin-bottom: 20px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #b8212a;
}

img {
  max-width: 100%;
  height: auto;
}

/* Responsive Google Map */
.responsive_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}

.responsive_map iframe {
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#sliderContainer .ce-above .ce-gallery {
  margin-bottom: 0;
}

.trennerContainer {
  height: 40px;
  width: 100%;
  /*margin-bottom: 30px;*/
  background-image: url("/fileadmin/templates/buergel/img/buergel_muster.png");
}

#contentContainer .grid-3col_33-33-33 {
  margin-bottom: 20px;
}

#contentContainer .grid-3col_33-33-33 h3 {
  margin-bottom: 20px;
}

.container-fluid {
  margin-top: 10px;
}

#mapContainer {
  margin-top: 50px;
}

.footer .impressum li {
  padding: 0 1rem 0 0;
}

/* ==========================================================================
   CE TYPO3
   ========================================================================== */
/* 404-Redirect
----------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound {
  position: relative;
  height: 60vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 230px;
  margin: 0;
  font-weight: 900;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("http://burgel-staging.p416971.webspaceconfig.de/media/tmp/20171127-digital-archiv-buergel-wilhelmshoehe.jpg") no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

.notfound h2 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.notfound p {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}

.notfound a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #b8212a;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 15px -5px #b8212a;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 142px;
  }
  .notfound .notfound-404 h1 {
    font-size: 112px;
  }
}
/* ==========================================================================
   Erweiterungen
   ========================================================================== */
/* ws-flexslider
----------------------------------------------- */
.tx-ws-flexslider .caption-text {
  background: rgba(255, 255, 255, 0.85);
}

.tx-ws-flexslider .caption-link {
  position: relative;
  left: auto !important;
  bottom: auto;
  color: #b8212a;
}

.tx-ws-flexslider .caption-link a {
  color: #b8212a;
}

.flexslider {
  border: none;
  border-radius: 0;
}

/* Formular
-----------------------------------------------
*/
.powermail_fieldwrap {
  max-width: 50%;
  float: left;
}

.powermail_fieldwrap_sonstigeangabenzureinordnungdesbeitrages, .powermail_fieldwrap_persoenlichedaten, .powermail_fieldwrap_beitragstext {
  max-width: 100%;
}

.control-label {
  color: #14336e;
  font-weight: bold;
}

.btn-primary:hover {
  color: #fff;
  background-color: #b8212a;
  border-color: #b8212a;
}

.btn-primary {
  color: #fff;
  background-color: #14336e;
  border-color: #14336e;
}

legend {
  margin-left: 15px;
}

.powermail_fieldset_2 {
  margin-top: 50px;
}

#sliderContainer .col-sm-12 .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

/* Bootstrap 4 → 5 compat shim: RTE-saved alignment classes (text-left,
   text-right, text-justify) no longer exist in v5. Remove once existing
   RTE content has been migrated. */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}