/*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;
  font-size: 1.1em;
}
.braun {
  color: #d4a890;
}
.subtitle {
  color: #ab847f;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: underline;
}
@media screen and (min-width: 800px) {
  .subtitle {
    font-size: 1.2rem;
  }
}
.handschriftgross {
  font-family: 'Bachelorette';
  font-size: 2rem;
}
h1,
h2,
h3,
h4 {
  font-size: 2.5rem;
  font-weight: 100;
  color: #d4a890;
  padding: 0;
  margin: 8px 0 22px 0;
  line-height: 100%;
}
@media screen and (min-width: 800px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 4rem;
  }
}
h2 {
  font-size: 2rem;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-family: 'Juana';
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 800px) {
  h4 {
    font-size: 1.4rem;
  }
}
