.primary-color {
  color: #7C5726;
}

* {
  margin: 0;
  padding: 0;
  font-weight: 300;
  /*font-family: 'Roboto';*/
  /*font-family: 'Lato';*/
  font-family: 'Open Sans';
  letter-spacing: .036rem;
}

.modal-schrift {
  font-size: .75rem;
}

.primary-color {
  color: #8CC63F;
}

* {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

a, a:hover, .link-standard, .link-standard:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.modal-uebertitel {
  color: var(--color-primary);
}

.modal-body {
  margin: 0;
  padding: 0;
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  border-radius: 0px!important;
}

.modal-footer {
  border-radius: 0px;
  height: 1rem;
  background-color: var(--color-primary);
  border-top: 0px;
}

@media (max-width: 991px) {
  .modal-dialog {
    margin-top: 5rem;
    min-width: 90vw!important;
    height: auto;
  }
}

@media (min-width: 300px) {
  .modal-schrift {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .modal-schrift {
    font-size: 0.75rem;
  }
}

.primary-color {
  color: #29D000;
}

.link-wide, .img-wide {
  display: block;
  margin: 0 auto;
}

