body {
  background-color: #f2f2f2;
  color: #232222;
  font-family: 'Crete Round', serif;
}
    
    
/* 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 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;
}
    
    
/* Header */
    
header {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
    
    
/* 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;
}

.containerText {
  color: #222;
  /* font-family: Caecilia, sans-serif; */
  font-family: 'Crete Round', serif;
  line-height: 1.8;
  font-weight: 400;
  font-size: 19px;
}

.containerText .bg {
  background-color: #ffffff;
}

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

.containerText .homeComm {
  font-size: smaller;
}

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

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

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

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

.containerText .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;
}    

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

.btn-primary,
.containerText .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,
.containerText .form-bg .btn-primary:hover {
  color: #222;
  background-color: orange;
  border-color: orange;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.containerText .listeKleinanzeigen .colWeiter:hover {
  background: #89b445;
  color: #33415c;
}

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

.cardUebersicht .card .badgeBlau,
.containerText .listeKleinanzeigen .badgeBlau,
.containerText .badgeBlau {
  background: #33415c;
  font-weight: normal;
  color: #fff;
}

.cardUebersicht .card .badgeGrau,
.containerText .listeKleinanzeigen .badgeGrau,
.containerText .badgeGrau {
  background: #606060;
  font-weight: normal;
  color: #fff;
}
    
    
/* Seitennavi */
    
.containerText .contentNavi {
  font-size: 1rem;
}
    
.containerText .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;
}

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

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

.containerText .contentNavi .badgeTag {
  color: #6A778B;
  background-color: #fff;
}
    
.containerText .contentNavi .head {
  color: #fff;
  font-family: 'Carrois Gothic', sans-serif;
  font-size: 1.5rem;
}
    
.containerText .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;
}
    
.containerText .contentNavi .boxNewsletter p,
.containerText .contentNavi .boxNewsletter li,
.containerText .contentNavi .boxNewsletter a {
  color: #fff;
  text-decoration: none;
}
    
.containerText .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;
}


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

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


/* Footer */
    
footer {
  background-color: #222;
  /* font-family: Gotham, sans-serif; */
  font-family: 'Carrois Gothic', sans-serif;
}
    
footer a,
footer a:focus {
  color: #767070;
  text-decoration: none;
}

footer i {
  color: #767070;
  margin-left: 5px;
  margin-right: 5px;
}
    
footer a:hover {
  color: #767070;
  border-bottom: 2px #767070 solid;
}
    
footer .header a {
  color: #ffffff;
  font-weight: bold;
}
    
footer .header a:hover {
  color: #ffffff;
  border-bottom: 1px #ffffff solid;
}

/* 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+ */
}
