/*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;
}
.modul-it.image {
  position: relative;
}
.modul-it.image figure {
  background: #f2e4db;
  padding: 12px;
}
.modul-it.image .img-title {
  font-family: 'Bachelorette';
  font-size: 1.4rem;
  color: #d4a890;
  position: absolute;
  right: 0;
  top: -10px;
}
@media screen and (min-width: 800px) {
  .modul-it.image .img-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .modul-it.image .img-title {
    right: -20px;
  }
}
.modul-it.image.imgwithoutborder figure,
.modul-it.image.imgwithoutborder2 figure,
.modul-it.image.imgmaxwidth250withoutborder figure {
  padding: 0;
  background: none;
}
.modul-it.image.imgwithoutborder2 .img-title {
  top: auto;
  bottom: -30px;
  transform: rotate(-15deg);
  text-align: center;
}
.modul-it.image.imgtitleleft .img-title {
  right: auto;
  left: 20px;
  top: -18px;
}
