/*braun*/
/*t�rkis*/
/*braun heller*/
/*braun sehr hell*/
/*t�rkis hell*/
/*blaugruen mittel*/
/*dunkel braun*/
/*t�rkis dunkel*/
/*braun-rot*/
/*hellbraun*/
.defaultButton {
  display: inline-block;
  padding: 12px 20px 10px 20px;
  background: #abc9c7;
  color: #FFFFFF !important;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Figtree', sans-serif;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1.5px;
  border: none;
}
.defaultButton:hover,
.defaultButton:focus {
  background: #77a5a2;
}
.c-list .content_main.list {
  margin: 0 auto;
  max-width: 680px;
  line-height: 1.8em;
}
.c-list:not(.has-content-items) .backBtn {
  margin-top: 60px;
}
.c-list .content > h1 {
  display: none;
}
.c-list .content h1 {
  text-align: center;
}
.c-list .content .content_imgs {
  text-align: center;
  height: 45vh;
  position: relative;
  margin-bottom: 120px;
  padding: 40px 20px 0 20px;
}
@media screen and (min-width: 800px) {
  .c-list .content .content_imgs {
    background: #f0e9e5;
    background: linear-gradient(90deg, #f0e9e5 0%, #f9f6f4 60%, #f0e9e5 100%);
    padding: 80px 20px 0 20px;
  }
}
.c-list .content .content_imgs img {
  height: 45vh;
  object-fit: cover;
  object-position: center center;
  max-width: 680px;
  margin: 0 auto;
  border: 8px solid #f2e4db;
  position: absolute;
  transform: translateX(-50%);
}
.c-list .content .content-items {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-list .content .content-items .modul-it.image {
  margin: 40px 0;
}
.c-list .content .content-items .modul-it.image figure {
  padding: 0;
  background: none;
}
.c-list .content .backBtn.contentback {
  text-align: center;
  padding: 10px 20px 120px 20px;
}
.c-list .content .backBtn.contentback a {
  background: #abc9c7;
  color: #FFFFFF !important;
  padding: 14px 80px;
  border-radius: 20px;
  text-transform: uppercase;
}
.c-list .content .backBtn.contentback a:hover,
.c-list .content .backBtn.contentback a:focus {
  background: #d4a890;
  text-decoration: none !important;
}
