/*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;
}
body {
  font-family: 'Figtree', sans-serif;
  background: #FFFFFF;
  font-size: 1.1em;
}
body:not(.cke_editable ) {
  padding-top: 60px;
}
@media screen and (min-width: 800px) {
  body:not(.cke_editable ) {
    padding-top: 140px;
  }
}
#m {
  min-height: 50vh;
}
#m b,
#m strong {
  font-weight: 700;
}
#m a {
  text-decoration: none;
  color: #000000;
}
#m a:hover,
#m a:focus {
  text-decoration: underline;
}
