/*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;
}
.contentlist14 {
  max-width: 1120px;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .contentlist14 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.contentlist14 .item {
  margin-bottom: 50px;
}
@media screen and (min-width: 800px) {
  .contentlist14 .item {
    width: 30%;
  }
}
.contentlist14 .item .img {
  height: 250px;
  width: 100%;
  background: #f2e4db;
  padding: 12px;
  margin-bottom: 24px;
}
.contentlist14 .item .img img {
  height: 100%;
  object-fit: cover;
}
.contentlist14 .item .cont {
  text-align: center;
}
.contentlist14 .item .cont h3 {
  font-family: 'Figtree';
  font-weight: bold;
  font-size: 1.4em;
}
.contentlist14 .item .cont h3 a {
  color: #d4a890 !important;
}
.contentlist14 .item .cont h3 a .date {
  display: none;
}
.contentlist14 .item .cont .short {
  display: block;
  padding-bottom: 12px;
  line-height: 1.5;
}
.contentlist14 .item .cont .more {
  color: #abc9c7 !important;
  text-decoration: underline!important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.6px;
}
.contentlist14 .item .cont .more:hover,
.contentlist14 .item .cont .more:focus {
  color: #000000 !important;
}
/*Karussell*/
.contentlist17 {
  position: relative;
  max-width: 1450px;
  margin: 0 auto;
}
.contentlist17 .scrollEl figure {
  max-height: 70vh;
  overflow: hidden;
}
.contentlist17 .scrollEl figure img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.contentlist17 .scrollEl .descr {
  left: 7%;
  bottom: 10%;
}
.contentlist17 .scrollEl .descr h4 {
  font-size: 2rem;
}
@media screen and (min-width: 1080px) {
  .contentlist17 .scrollEl .descr h4 {
    font-size: 3rem;
  }
}
/*Projects*/
.contentlistTbl5 {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 15px;
  max-width: 1450px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .contentlistTbl5 {
    padding: 80px;
  }
}
.contentlistTbl5 .dvitem {
  background: #f9f1ed;
  height: 460px;
  color: #d4a890;
  margin: 4% 2%;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .contentlistTbl5 .dvitem {
    width: 46%;
  }
}
@media screen and (min-width: 1080px) {
  .contentlistTbl5 .dvitem {
    width: 29%;
    margin-bottom: 2%;
  }
}
.contentlistTbl5 .dvitem .img {
  overflow: hidden;
}
.contentlistTbl5 .dvitem .img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 360px;
}
.contentlistTbl5 .dvitem .cnt {
  padding: 20px;
  text-align: center;
  color: #d4a890;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.c-list .content_main {
  padding: 0 10px;
}
