@charset "UTF-8";
/* BI */
.kommunikation .bi {
  color: #e8dfe1;
  font-size: 1.5em;
}
.back .bi {
  font-size: 3rem;
  color: #916A70;
}
.carousel-caption h2 .bi {
  color: #fdfdfd;
}
.social .bi {
  color: #916A70;
  font-size: 2rem;
  margin-right: 0.7em;
}
.dreier .bi {
  font-size: 2rem;
}
/* GENERELL */
body {
  font-family: "DM Sans", sans-serif;
  padding-top: 60px;
  background-color: #EEEAE3;
}
.schattele {
  -webkit-box-shadow: 0px 30px 40px -25px #8E8D89;
  -moz-box-shadow: 0px 30px 40px -25px #8E8D89;
  box-shadow: 0px 30px 40px -25px #8E8D89;
}
.schwinge {
  background-image: url(#WE:1774#);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.rounded {
  border-radius: 10px !important;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #916A70;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #745459;
  color: #fff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dashed white;
  clear: both;
}
a {
  color: #916A70;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.alert {
  margin-bottom: 0;
}
.hand {
  cursor: zoom-in;
}
.badge {
  font-weight: 400;
}
.hinterlegt {
  background-color: rgba(255, 255, 255, 0.1);
}
.modal-title {
  color: #916A70;
}
.textschatten {
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
.form-control {
  border-radius: 10px;
}
.desaturate {
  filter: grayscale(100%);
  /* Standard */
  -webkit-filter: grayscale(100%);
  /* Webkit */
  filter: url(/elements/grayscale.svg#desaturate);
  /* Firefox 4-34 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.desaturate:hover {
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
div[style*="z-index: 1000"] {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* CAROUSEL */
.carousel-caption {
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.carousel-caption p {
  color: #916A70;
  font-weight: 400;
}
/* BILD EFFECTS */
.img-grau {
  filter: grayscale(100%);
}
.img-grau:hover {
  filter: grayscale(0%);
}
.img-grau-trans {
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.img-grau-trans:hover {
  filter: grayscale(0%);
  mix-blend-mode: multiply;
  opacity: 1;
}
/* TYPE */
h1, h3, h4, h5, h2, p, ul, ol {
  color: #654A4E;
}
h1 {
  font-family: "Solway", serif;
  font-size: 1.8em;
  margin-bottom: 30px;
  font-weight: 300;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.7em;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 2.9em;
  }
}
h2 {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.05em;
}
h3 {
  font-family: "Solway", serif;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
p, ul, ol, table {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 350;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.einszueins {
  padding-bottom: 100%;
}
.goldenesrechteck {
  padding-bottom: 61.8%;
}
.dreizuzwei {
  padding-top: 66.66%;
}
.vierzudrei {
  padding-top: 75%;
}
.sechzehnzuneun {
  padding-top: 56.25%;
}
.einundzwanzigzuneun {
  padding-top: 42.85%;
}
.zweiunddreissigzuneun {
  padding-top: 28.12%;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.ratio {
  border-radius: 10px;
  overflow: hidden;
}
.img-aspect-4x3 {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  /* Optional: passt das Bild an, um Überlauf zu vermeiden */
}
.img-aspect-3x4 {
  aspect-ratio: 0.75;
  object-fit: cover;
  /* Optional: passt das Bild an, um Überlauf zu vermeiden */
}
/* CARD */
.card {
  border-radius: 10px;
}
.card-img-top {
  border-radius: 10px 10px 0 0;
}
.card-footer {
  border-top: 0;
}
.card-blue {
  background-color: #D9DFE9;
}
.card-zart {
  background-color: #E6DDDE;
}
/* FORMULAR */
.form-control[type="file"]::file-selector-button {
  background-color: var(--bs-secondary);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  cursor: pointer;
}
.form-control[type="file"]::file-selector-button:hover {
  background-color: var(--bs-primary);
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 1em;
}
.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.bg-dark {
  background-color: #916A70 !important;
}
.dropdown-item {
  color: #fff;
  font-size: 1em;
}
.dropdown-menu {
  background-color: #745459;
  border: 0;
}
.ausbildung-dropdown .nav-link {
  background-color: #654A4E;
  color: #weiss !important;
  border-radius: 4px;
  padding: 0.5rem 1rem;
}
.ausbildung-dropdown .nav-link:hover {
  background-color: #826065;
}
/* BEREICHE */
.headliner {
  padding: 60px 0;
  background-color: #EEEAE3;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.headliner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: url(/medien/allgemein/family.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  pointer-events: none;
  z-index: -1;
}
.inhalt {
  padding: 60px 0;
  background-color: #fff;
}
.termine {
  padding: 60px 0;
  background-color: #fff;
}
.social {
  padding: 60px 0;
  background-color: #EEEAE3;
}
.sponsoren {
  padding: 60px 0;
  background-color: #F8F8F8;
}
.dreier {
  padding: 60px 0;
  background-color: #916A70;
}
.dreier .ph-light, .dreier h3, .dreier p {
  color: #fff;
}
.dreier a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.footer-icon {
  font-size: 3rem;
  margin-bottom: 0.75rem;
  display: block;
  opacity: 0.9;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 500;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1em;
}
.btn-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #916A70;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}
.btn-button {
  color: #8E8D89;
  background-color: #E6DDDE;
  border-color: #E6DDDE;
}
.btn-button:hover {
  color: #E6DDDE;
  background-color: #8E8D89;
  border-color: #8E8D89;
}
.btn-primary {
  color: #fff;
  background-color: #916A70;
  border-color: #916A70;
}
.btn-primary:hover {
  color: #916A70;
  background-color: #fff;
  border-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #654A4E;
  border-color: #654A4E;
  transform: rotate(-3deg);
}
.btn-outline-light {
  color: #654A4E;
  border-color: #654A4E;
  background-color: transparent;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
/* DATATABLE.JS */
.portrait-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #dee2e6;
}
.table-actions a {
  color: #0d6efd;
  text-decoration: none;
  margin: 0 5px;
}
.table-actions a:hover {
  color: #0a58ca;
}
.dataTables_wrapper .dataTables_filter input {
  border-radius: 20px;
  padding: 5px 15px;
}
.dataTables_wrapper .dataTables_length select {
  border-radius: 20px;
  padding: 5px 30px 5px 10px;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --zartrosa: #E6DDDE;
  --mittelrosa: #916A70;
  --dunkelrosa: #654A4E;
  --hellblau: #D9DFE9;
  --gray: #8E8D89;
  --hellgray: #F8F8F8;
  --weiss: #fff;
  --bleichgesicht: #EEEAE3;
  --moosbeere: #AB989B;
  --eckenkante: 10px;
  --kern: 0.2em;
  --kernig: 0.05em;
}
body {
  font-family: "DM Sans", sans-serif;
  background-color: var(--bleichgesicht);
  color: var(--dunkelrosa);
  line-height: 1.6;
}
.guide-header {
  background: linear-gradient(135deg, var(--mittelrosa) 0%, var(--dunkelrosa) 100%);
  color: var(--weiss);
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.guide-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.guide-header::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.guide-header h1 {
  font-family: "Solway", serif;
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
.guide-header p {
  font-weight: 300;
  font-size: 1.2rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.section {
  padding: 80px 0;
}
.section:nth-child(even) {
  background-color: var(--weiss);
}
.section-title {
  font-family: "Solway", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--kernig);
  margin-bottom: 20px;
  color: var(--dunkelrosa);
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-title .bi {
  color: var(--mittelrosa);
  font-size: 1.5rem;
}
.section-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 800px;
  margin-bottom: 50px;
  color: var(--dunkelrosa);
  font-weight: 350;
}
/* Farbpalette */
.color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
}
.color-card {
  background: var(--weiss);
  border-radius: var(--eckenkante);
  overflow: hidden;
  box-shadow: 0 10px 40px -15px rgba(101, 74, 78, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.color-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px -15px rgba(101, 74, 78, 0.3);
}
.color-swatch {
  height: 140px;
  position: relative;
}
.color-swatch::after {
  content: attr(data-hex);
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--dunkelrosa);
}
.color-info {
  padding: 20px;
}
.color-name {
  font-family: "Solway", serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.color-var {
  font-size: 0.85rem;
  color: var(--gray);
  font-family: monospace;
}
.swatch-zartrosa {
  background-color: var(--zartrosa);
}
.swatch-mittelrosa {
  background-color: var(--mittelrosa);
}
.swatch-mittelrosa::after {
  color: var(--weiss);
  background: rgba(0, 0, 0, 0.3);
}
.swatch-dunkelrosa {
  background-color: var(--dunkelrosa);
}
.swatch-dunkelrosa::after {
  color: var(--weiss);
  background: rgba(0, 0, 0, 0.3);
}
.swatch-hellblau {
  background-color: var(--hellblau);
}
.swatch-bleichgesicht {
  background-color: var(--bleichgesicht);
}
.swatch-moosbeere {
  background-color: var(--moosbeere);
}
.swatch-moosbeere::after {
  color: var(--weiss);
  background: rgba(0, 0, 0, 0.3);
}
.swatch-gray {
  background-color: var(--gray);
}
.swatch-gray::after {
  color: var(--weiss);
  background: rgba(0, 0, 0, 0.3);
}
/* Typografie */
.typo-specimen {
  margin-bottom: 50px;
  padding: 40px 40px 40px 0;
  background: var(--weiss);
  border-radius: var(--eckenkante);
  box-shadow: 0 10px 40px -15px rgba(101, 74, 78, 0.15);
}
.typo-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--mittelrosa);
  margin-bottom: 10px;
  font-weight: 500;
}
.typo-h1 {
  font-family: "Solway", serif;
  font-size: 2.9rem;
  font-weight: 300;
  margin-bottom: 10px;
}
.typo-h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: var(--kernig);
  margin-bottom: 10px;
}
.typo-h3 {
  font-family: "Solway", serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: var(--kernig);
  font-weight: 500;
  margin-bottom: 10px;
}
.typo-h4 {
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: var(--kernig);
  margin-bottom: 10px;
}
.typo-h5 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: var(--kernig);
  margin-bottom: 10px;
}
.typo-body {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 350;
  max-width: 600px;
}
.typo-meta {
  display: flex;
  gap: 30px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.typo-meta span {
  font-size: 0.8rem;
  color: var(--gray);
  font-family: monospace;
  background: var(--hellgray);
  padding: 4px 10px;
  border-radius: 4px;
}
.font-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .font-showcase {
    grid-template-columns: 1fr;
  }
}
.font-card {
  padding: 40px;
  background: linear-gradient(135deg, var(--zartrosa) 0%, var(--hellblau) 100%);
  border-radius: var(--eckenkante);
}
.font-name {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--mittelrosa);
  margin-bottom: 15px;
}
.font-sample-solway {
  font-family: "Solway", serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
}
.font-sample-dm {
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 1.6;
}
.font-weights {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.weight-item {
  text-align: center;
}
.weight-number {
  font-size: 0.7rem;
  color: var(--gray);
  margin-top: 5px;
}
.weight-sample-300 {
  font-weight: 300;
  font-size: 1.8rem;
}
.weight-sample-500 {
  font-weight: 500;
  font-size: 1.8rem;
}
.weight-sample-200 {
  font-weight: 200;
  font-size: 1.8rem;
}
.weight-sample-350 {
  font-weight: 350;
  font-size: 1.8rem;
}
.weight-sample-400 {
  font-weight: 400;
  font-size: 1.8rem;
}
.weight-sample-700 {
  font-weight: 700;
  font-size: 1.8rem;
}
/* Buttons */
.button-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: var(--eckenkante);
  text-transform: uppercase;
  letter-spacing: var(--kern);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
}
.btn-primary {
  background-color: var(--mittelrosa);
  color: var(--weiss);
  border-color: var(--mittelrosa);
}
.btn-primary:hover {
  background-color: var(--weiss);
  color: var(--mittelrosa);
}
.btn-danger {
  background-color: var(--dunkelrosa);
  color: var(--weiss);
  border-color: var(--dunkelrosa);
  transform: rotate(-3deg);
}
.btn-danger:hover {
  transform: rotate(0deg);
  background-color: var(--weiss);
  color: var(--dunkelrosa);
}
.btn-outline {
  background-color: transparent;
  color: var(--dunkelrosa);
  border-color: var(--dunkelrosa);
}
.btn-outline:hover {
  background-color: var(--dunkelrosa);
  color: var(--weiss);
}
.btn-button {
  background-color: var(--zartrosa);
  color: var(--gray);
  border-color: var(--zartrosa);
}
.btn-button:hover {
  background-color: var(--gray);
  color: var(--zartrosa);
  border-color: var(--gray);
}
.button-spec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.spec-card {
  background: var(--weiss);
  padding: 25px;
  border-radius: var(--eckenkante);
  border-left: 4px solid var(--mittelrosa);
}
.spec-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mittelrosa);
  margin-bottom: 8px;
}
.spec-value {
  font-family: monospace;
  font-size: 0.95rem;
  color: var(--dunkelrosa);
}
/* Elemente */
.element-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.element-card {
  background: var(--weiss);
  border-radius: var(--eckenkante);
  overflow: hidden;
  box-shadow: 0 10px 40px -15px rgba(101, 74, 78, 0.15);
}
.element-preview {
  padding: 40px;
  background: linear-gradient(135deg, var(--bleichgesicht) 0%, var(--zartrosa) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
.element-info {
  padding: 25px;
}
.element-name {
  font-family: "Solway", serif;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.element-desc {
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.5;
}
.card-demo {
  background: var(--weiss);
  border-radius: var(--eckenkante);
  padding: 20px;
  width: 100%;
  max-width: 200px;
  box-shadow: 0 10px 30px -10px rgba(101, 74, 78, 0.3);
}
.card-demo-blue {
  background: var(--hellblau);
}
.card-demo-zart {
  background: var(--zartrosa);
}
.badge-demo {
  display: inline-block;
  padding: 5px 12px;
  background: var(--mittelrosa);
  color: var(--weiss);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 400;
}
.shadow-demo {
  width: 120px;
  height: 80px;
  background: var(--weiss);
  border-radius: var(--eckenkante);
  box-shadow: 0px 30px 40px -25px var(--gray);
}
.icon-demo {
  display: flex;
  gap: 20px;
}
.icon-demo .bi {
  font-size: 2rem;
  color: var(--mittelrosa);
}
/* Footer */
.guide-footer {
  background: var(--dunkelrosa);
  color: var(--weiss);
  padding: 40px;
  text-align: center;
}
.guide-footer p {
  opacity: 0.8;
  font-size: 0.9rem;
}
.guide-footer a {
  color: var(--zartrosa);
}
