body {
  background-color: #f2f2f2;
  color: #232222;
  font-family: 'Crete Round', serif;
}

:root{
  --sr-blue: #33415c;
  --sr-blue-rgb: 51,65,92;
  --sr-green:#8db44c;
}


/* Grüner Teaser als Card statt „Blob“ */
.hero-teaser{ background: var(--sr-green); }
.hero-teaser .fa-li{ color: rgba(255,255,255,.9); }

/* Handy-Mockup fürs Video */
.device{
  background: var(--sr-blue);
  border-radius: 28px;
  padding: .75rem .75rem 1rem;
  max-width: 360px; width:100%;
}
@media (min-width: 992px){ .device{ max-width: 420px; } }
.device::before{
  content:""; display:block; width:36%; height:6px;
  margin:.2rem auto .6rem; border-radius:6px;
  background:#fff; opacity:.25;   /* Notch */
}

/* Button leicht kräftiger */
.hero-teaser .btn-primary{ background: var(--sr-blue); border-color: var(--sr-blue); color: #fff;}
.hero-teaser .btn-primary:hover{ filter:brightness(.95); }

.hero-teaser .card-body li{
  position: relative;
  margin-bottom: 10px;
  font-size: 1.2rem;
}


.form-switch .download-checkbox.form-check-input:checked{
  background-color: var(--sr-blue);
  border-color: var(--sr-blue);
}

.form-switch .download-checkbox.form-check-input:focus{
  border-color: rgba(var(--sr-blue-rgb), .6);
  box-shadow: 0 0 0 .25rem rgba(var(--sr-blue-rgb), .25);
}

.form-switch .download-checkbox.form-check-input:hover{
  filter: brightness(.97);
}
.form-switch .download-checkbox.form-check-input:active{
  filter: brightness(.94);
}

.logo-fluid {
  height: auto;
  width: 350px;
  max-width: 50%;
}
    
    
/* Navigation */
    
.navbar {
  background: rgb(85,102,132);
  background: -moz-radial-gradient(circle, rgba(85,102,132,1) 0%, rgba(51,65,92,1) 50%);
  background: -webkit-radial-gradient(circle, rgba(85,102,132,1) 0%, rgba(51,65,92,1) 50%);
  background: radial-gradient(circle, rgba(85,102,132,1) 0%, rgba(51,65,92,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#556684",endColorstr="#33415c",GradientType=1); 
  /* font-family: Gotham, sans-serif; */
  font-family: 'Carrois Gothic', sans-serif;
}
    
.navbar li .nav-link {
  color: #ffffff;
  border-bottom: 3px transparent solid;
}
    
.navbar li .nav-link:hover {
  color: #ffffff;
  border-bottom: 3px #89b445 solid;
}
    
.navbar li .active {
  border-bottom: 3px red solid;
}

.navbar-nav .nav-link.show {
  color: #fff;
  border-bottom: 3px #89b445 solid;
}

.navbar btn-ya {
  --bs-btn-color: #fff;
  --bs-btn-bg: #89b445;
  --bs-btn-border-color: #89b445;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ed7b27;
  --bs-btn-hover-border-color: #ed7b27;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9a4303;
  --bs-btn-active-border-color: #9a4303;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
  
  background: white;
  border-radius: 50px;
}

.cat-emoji{
  display:inline-block;
  width: 1.8em;      /* nach Bedarf 1.6–2.0em feinjustieren */
  text-align:center; /* Emoji mittig in der Box */
  line-height:1;     /* verhindert vertikales Verschieben */
}
    
/* < md: Dropdown wie normale, eingerückte Liste anzeigen */
@media (max-width: 767.98px) {
  .navbar .dropdown.position-static .dropdown-menu {
    display: block;           /* immer sichtbar */
    position: static !important;
    float: none;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: .25rem 0 .5rem;
    margin: 0;
  }
  /* leicht eingerückt & optisch gruppiert */
  .navbar .dropdown.position-static .dropdown-header { padding-left: .75rem; }
  .navbar .dropdown.position-static .dropdown-divider { margin: .25rem .75rem; }
  .navbar .dropdown.position-static .dropdown-item { padding-left: 1.25rem; }

  /* Pfeil entfernen & Klick auf die Toggle-Überschrift deaktivieren (kein Jump zu "#") */
  .navbar .dropdown.position-static .dropdown-toggle::after { display: none; }
  .navbar .dropdown.position-static > .nav-link { pointer-events: none; cursor: default; }

  /* Emojis auf fixe Breite → bündiger Text */
  .navbar .dropdown .cat-emoji {
    display: inline-block;
    width: 1.6em;
    text-align: center;
    line-height: 1;
    margin-right: .25rem;
  }
  
  .navbar .dropdown-item {
    color: #fff;
  }
  
  .dropdown-item {
    border-bottom: 3px transparent solid;
  }
  
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    color: #ffffff;
    border-bottom: 3px #89b445 solid;
  }
  
  .navbar-nav {
    margin-top: 20px;
  }
}


    
/* Header */
    
header {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}

.srBorder {
  border-top-left-radius: 250px 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
}

.srBorderBottom {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
}
    
/* Content */

.btn-ya {
  --bs-btn-color: #fff;
  --bs-btn-bg: #89b445;
  --bs-btn-border-color: #89b445;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ed7b27;
  --bs-btn-hover-border-color: #ed7b27;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9a4303;
  --bs-btn-active-border-color: #9a4303;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.bg {
  background-color: #ffffff;
}

.bgGreen {
  background-color: #89b445;
}


.bgRand {
  background-color: #ffffff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #545454;
}

.homeComm {
  font-size: smaller;
}

.h1Unterline {
  width: 50px;
  height: 3px;
  display: block;
  background-color: #89b445;
}
   

.breadcrumb a,
.breadcrumb i {
  color: #222;
  text-decoration: none;
} 

.usp-teaser i {
  color: #89b445;
  font-size: 2.3rem;
}

#imagePreview img.preview-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.form-bg,
.blauBg {
  background: rgb(85,102,132);
  background: -moz-radial-gradient(circle, rgba(85,102,132,1) 0%, rgba(51,65,92,1) 50%);
  background: -webkit-radial-gradient(circle, rgba(85,102,132,1) 0%, rgba(51,65,92,1) 50%);
  background: radial-gradient(circle, rgba(85,102,132,1) 0%, rgba(51,65,92,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#556684",endColorstr="#33415c",GradientType=1); 
}

.spinner-border {
  --bs-spinner-width: 5rem;
  --bs-spinner-height: 5rem;
  border: var(--bs-spinner-border-width) solid #89b445;
  border-right-color: transparent;
}    

.form-bg small,
.form-bg .form-check label {
  color: #ffffff;
}

.teaser {
  background-color: rgb(137, 180, 69);
  border-top-left-radius: 250px 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  color: white;
}

.teaser h2 {
  color: white;
}

.teaser .btn-primary {
  --bs-btn-bg: white;
}

.btn-primary,
.form-bg .btn-primary {
  --bs-btn-color: #222;
  --bs-btn-bg: #89b445;
  --bs-btn-border-color: #89b445;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #89b445;
  --bs-btn-disabled-border-color: #89b445;
  border-radius: 0px;
}

.btn-primary:hover,
.form-bg .btn-primary:hover {
  color: #222;
  background-color: orange;
  border-color: orange;
}

.form-bg .btn-secondary {
  border-radius: 0px;
}

.form-bg .btn-secondary:hover {
  color: #222;
  background-color: orange;
  border-color: orange;
}

.form-bg .form-control {
  border-radius: 0px;
}

.form-bg .form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
  margin-right: 20px;
}

.form-bg .form-check-input:checked {
  background-color: #89b445;
  border-color: #89b445;
}

.form-bg .nav-link,
.form-bg label a {
  color: #33415c;
}

.form-bg .card {
  box-shadow: var(--bs-box-shadow) !important;
  border-radius: 0px;
}

.form-bg .card-header-tabs .nav-link.active {
  background-color: #89b445;
}

.form-bg .card-header-tabs .nav-link.active {
  color: #ffffff;
}

.listeKleinanzeigen .prBeadge {
  background: #F5B865;
  color: #000;
  text-align: center;
  padding: 6px;
  /* max-width: 200px; */
}

.listeKleinanzeigen .colImg {
  padding: 0px;
  background-size: cover !important;
  background-position: center !important;
  min-height: 150px;
  /* max-width: 200px; */
}

.listeKleinanzeigen .colIcon {
  padding: 0px;
  min-height: 150px;
  max-width: 200px;
  font-size: 6rem;
  text-align: center;
  margin: auto;
  color: #526381;
  color: #5263815e;
}

.listeKleinanzeigen .colImgMobi {
  display: inline-block;
  background-size: cover !important;
  background-position: center !important;
  float: left;
  margin-right: 10px;
  height: 150px;
  width: 200px;
}

.listeKleinanzeigen .beschreibung {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.listeKleinanzeigen .h3 {
  text-decoration: none;
  color: #000;
}

.listeKleinanzeigen .art {
  font-weight: bold;
  color: #465572;
}

.listeKleinanzeigen .colWeiter {
  color: #33415c;
  text-align: center;
  padding: 6px;
  font-size: 1.5rem;
  background: #89b445;
}

.listeKleinanzeigen a:hover {
  color: #89b445;
}

@media (min-width: 768px) {
.listeKleinanzeigen .beschreibung {
    padding: 30px!important;
  }
}

.cardUebersicht .card-title  {
  display: block;
}

.cardUebersicht .card .badgeBlau,
.listeKleinanzeigen .badgeBlau,
.badgeBlau {
  background: #33415c;
  font-weight: normal;
  color: #fff;
  
  border-top-left-radius: 250px 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
}

.cardUebersicht .card .badgeGrau,
.listeKleinanzeigen .badgeGrau,
.badgeGrau {
  background: #606060;
  font-weight: normal;
  color: #fff;
  
  border-top-left-radius: 250px 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
}

.cardAnzeige,
.cardRedaktion {
  border-top-left-radius: 250px 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
  background: #f2f2f2;
  border: none;
}
      
.cardAnzeige .card-header,
.cardRedaktion .card-header {
  background-color: rgb(51, 65, 92);
  border-top-left-radius: 250px 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
}
      
.cardAnzeige .card-header h2,
.cardRedaktion .card-header .h2 {
  color: #fff;
  margin-top: 6px;
}
    
    
/* Seitennavi */
    
.contentNavi {
  font-size: 1rem;
}
    
.contentNavi .list-group-item.active {
  color: #fff;
  border-color: #222;
  font-family: 'Carrois Gothic', sans-serif;
  background-color: #545454;
  border-top-left-radius: 250px 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
}

.contentNavi .list-group-item {
  border: none;
}

.contentNavi .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.contentNavi .badgeTag {
  color: #6A778B;
  background-color: #fff;
}
    
.contentNavi .head {
  color: #fff;
  font-family: 'Carrois Gothic', sans-serif;
  font-size: 1.5rem;
}
    
.contentNavi .boxNewsletter {
  margin-bottom: 3rem !important;
  padding: 20px;
  background-color: #545454;
  border-top-left-radius: 250px 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
}
    
.contentNavi .boxNewsletter p,
.contentNavi .boxNewsletter li,
.contentNavi .boxNewsletter a {
  color: #fff;
  text-decoration: none;
}
    
.contentNavi .adsHead {
  color: #333;
  font-size: 10px;
  display: block;
}

.cardUebersicht .card {
  border: 0px;
  --bs-card-bg: transparent;
}

.cardUebersicht .card .card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.cardUebersicht .card .card-body {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px 115px;
  border-bottom-right-radius: 105px 15px;
  background-color: #89b445;
}

.cardUebersicht .card .card-body .card-title {
  color: #fff;
  text-decoration: none;
}


.infosUnterline a {
  text-decoration: none;
  border-bottom: 2px #89b445 solid;
  color: inherit;
}

.infosUnterline a:hover {
  text-decoration: none;
  border-bottom: 2px #ed7b27 solid;
  color: inherit;
}


/* Footer */
    
footer {
  background-color: #222;
  font-family: 'Carrois Gothic', sans-serif;
  color: #ffffff;
}
    
footer a,
footer a:focus {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
    
footer a:hover {
  color: #89b445;
}
    
footer span {
  color: #ffffff;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}

footer .position-relative { 
  min-height: 300px
}

/* carrois-gothic-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Carrois Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/webfonts/carrois-gothic-v16-latin-regular.woff2') format('woff2'),
       url('/webfonts/carrois-gothic-v16-latin-regular.ttf') format('truetype');
}

/* crete-round-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Crete Round';
  font-style: normal;
  font-weight: 400;
  src: url('/webfonts/crete-round-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/webfonts/crete-round-v14-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* crete-round-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Crete Round';
  font-style: italic;
  font-weight: 400;
  src: url('/webfonts/crete-round-v14-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/webfonts/crete-round-v14-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
