/* TYPOGRAFIE */
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-weight: 700;
}
body {
  border-top: 30px solid #508cd9;
}

/* TEMPLATE-SECTION */
.template-section {
  background-color: #639be3;
  border-bottom: 30px solid #508cd9;
}
.template-section-label {
  background-color: #508cd9;
}
.template-section-label p {
  background-color: #4181d0;
  color: #fff;
}

/* FORMULAR */
.form-control,
.form-control:focus,
.form-select,
.form-select:focus {
  border-color: #212529;
  border-radius: 3px;
  background-color: transparent;
}
.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 .25rem rgba(150,150,150,.25);
}

/* BUTTONS */
.btn {
  border-radius: 3px;
}
.btn-primary {
  --bs-btn-bg: #414549;
  --bs-btn-border-color: #414549;
  --bs-btn-hover-bg: #111;
  --bs-btn-hover-border-color: #111;
}
iframe.googlemaps,
#calendar {
  filter: grayscale(1.0);
}

/* TILE */
.tile:hover {
  background-color: var(--bs-light);
}
