/*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;
}
.content.modul-it {
  margin: 0 auto;
  line-height: 1.8em;
}
.content.modul-it.contentfullwidth {
  max-width: none;
}
.content.modul-it .content_main ul {
  padding: 4px 0 4px 25px;
}
.dyn-para {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.dyn-para .title,
.dyn-para h4 {
  margin-bottom: 12px;
}
.dyn-para .title a,
.dyn-para h4 a {
  background: #d4a890;
  display: block;
  padding: 20px;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  text-decoration: none;
  padding-right: 72px;
}
@media screen and (min-width: 800px) {
  .dyn-para .title a,
  .dyn-para h4 a {
    font-size: 1.4rem;
  }
}
.dyn-para .title a:before,
.dyn-para h4 a:before,
.dyn-para .title a:after,
.dyn-para h4 a:after {
  width: 36px;
  height: 3px;
  background: #FFFFFF;
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.dyn-para .title a:after,
.dyn-para h4 a:after {
  transform: translateY(-50%) rotate(90deg);
}
.dyn-para .content_main {
  margin-left: 20px;
  padding-bottom: 20px;
}
