/* Auswahlseite /inhalt-erstellen im Lifeguide-Look (#e66740). */

.create-content {
  max-width: 1000px;
  margin: 2.5rem auto 4rem;
  padding: 0 1rem;
}

.create-content__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.create-content__title {
  font-size: 1.9rem;
  color: #2f3442;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.create-content__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #e66740;
}

.create-content__intro {
  color: #6c7385;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Kacheln */
.create-content-tile {
  position: relative;
  padding: 2rem 1.5rem;
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

a.create-content-tile:hover,
a.create-content-tile:focus {
  border-color: #e66740;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  text-decoration: none;
  color: inherit;
}

.create-content-tile__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: rgba(230, 103, 64, 0.1);
}

.create-content-tile__icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  color: #e66740;
}

.create-content-tile__icon--termin::before {
  content: "\f073"; /* calendar-alt */
}

.create-content-tile__icon--ort::before {
  content: "\f3c5"; /* map-marker-alt */
}

.create-content-tile__icon--artikel::before {
  content: "\f1ea"; /* newspaper */
}

.create-content-tile__title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  color: #2f3442;
  transition: color 0.15s ease;
}

a.create-content-tile:hover .create-content-tile__title,
a.create-content-tile:focus .create-content-tile__title {
  color: #e66740;
}

.create-content-tile__description {
  margin: 0 0 1.25rem;
  color: #6c7385;
  flex-grow: 1;
  line-height: 1.5;
}

.create-content-tile__cta {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e66740;
}

.create-content-tile__cta::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061"; /* arrow-right */
  margin-left: 0.5rem;
  font-size: 0.8rem;
}

a.create-content-tile:hover .create-content-tile__cta {
  color: #c04019;
}

/* Falls künftig wieder eine deaktivierte Kachel gebraucht wird */
.create-content-tile--disabled {
  opacity: 0.55;
}

.create-content-tile__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.15rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 999px;
  background: #eee;
}
