:root {
  --dz-yellow: #e9c158;
  --dz-lila: #574255;
  --dz-blue: #6ec6d9;
}

::selection {
  background-color: var(--dz-lila);
  color: white;
}

body {
  hyphens: auto;
}

.bg-lila {
  background-color: var(--dz-lila);
}

#start {
  height: 100vh;
  background-color: var(--dz-lila);
  overflow: hidden;
  width: 100vw;
}

.elf-logo {
  width: 13%;
  text-align: left;
}

.elf-logo svg {
  text-align: left;
}

.toggle-wrapper {
  width: 13%;
  display: flex;
  justify-content: end;
}

.start-headline {
  text-align: center;
  line-height: 1;
  hyphens: none;
}

.headline-small {
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
}

.headline-yellow {
  font-family: "BodoniBT-BookItalic", serif;
  font-size: 100px;
  color: var(--dz-yellow);
  /* text-decoration: underline !important;
  text-decoration-thickness: 1px !important; */
}

.current {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}

.headline-blue {
  font-family: "BodoniBT-BookItalic", serif;
  font-size: 100px;
  color: var(--dz-blue) !important;
  /* text-decoration: underline !important;
  text-decoration-thickness: 1px !important; */
}

.start-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 25rem 5rem 5rem 5rem;
}

.start-grid article {
  align-self: center;
  text-align: center;
}

.start-grid svg {
  width: 100%;
}

.nav-logo-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.nav-logo-wrapper svg {
  width: 25%;
}

.form-control {
  border-radius: 5px !important;
  color: var(--dz-lila) !important;
  border: 1px solid var(--dz-lila) !important;
}

.menu {
  padding-top: 100px;
  /* filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.3)); */
}

.methods-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-items: center;
}

.bg-lila {
  background-color: var(--dz-lila);
}

.bg-yellow {
  background-color: var(--dz-yellow);
}

.bg-blue {
  background-color: var(--dz-blue);
}

.color-blue {
  color: var(--dz-blue);
}

.fw-700 {
  font-weight: 700;
}

.logo-center {
  width: 13%;
}

.format_hr_blue {
  border: 1px solid var(--dz-blue);
  width: 100%;
  margin: 5px auto 5px auto !important;
  opacity: 1;
}

.referenzen-next_hr_lila {
  border: 1px solid var(--dz-lila);
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.h2-psycho {
  font-family: "MetaPlus";
  font-weight: 700;
  color: var(--dz-blue);
  font-size: 32px;
  text-transform: uppercase !important;
  display: block;
  text-align: center;
}

.h2-coach {
  font-family: "MetaPlus";
  font-weight: 700;
  color: var(--dz-yellow);
  font-size: 32px;
  text-transform: uppercase !important;
  display: block;
  text-align: center;
}

.h2-normal {
  font-family: "MetaPlus";
  font-weight: 700;
  color: var(--dz-lila);
  font-size: 32px;
  text-transform: uppercase !important;
  display: block;
  text-align: center;
}

.arrow {
  width: 30px;
}

.psycho-ul li {
  display: flex;
  gap: 15px;
  text-align: left;
  margin-bottom: 10px;
}

.trans-ul li {
  display: flex;
  gap: 15px;
  text-align: left;
  align-items: start;
  margin-bottom: 10px;
}

.trans-ul h3,
.psycho-ul h3 {
  font-size: inherit;
  margin: 0;
}

.trans-ul li p,
.psycho-ul li p {
  margin: 0;
}

.trans-ul li p a,
.psycho-ul li p a,
.link {
  color: var(--dz-lila) !important;
  font-weight: 700;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}

.text-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 100px;
}

.breadcrumps {
  font-size: 20px !important;
  font-weight: 700;
  display: flex;
  margin: 0px 25px 25px 25px;
  padding: 0;
  list-style-type: none;
  gap: 10px;
  flex-wrap: wrap;
}

.breadcrumps li a {
  color: var(--dz-lila) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}

.breadcrumps svg {
  width: 7px;
}

.price-list {
  list-style-type: none;
  font-weight: 700;
  padding: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
}

.date {
  font-weight: 500;
}

li {
  font-size: 20px;
}

.footer-normal,
.footer-normal .link {
  color: white !important;
}

.footer-normal .btn-dz {
  background-color: white;
  color: var(--dz-lila);
}

footer svg {
  width: 75%;
}

.footer-normal .btn-dz:hover,
.start-grid .btn-dz {
  border: 1px solid white !important;
  background-color: transparent !important;
  color: white !important;
}

.start-grid .btn-yellow {
  border: 1px solid var(--dz-yellow) !important;
  background-color: transparent !important;
  color: var(--dz-yellow) !important;
}

.start-grid .btn-blue {
  border: 1px solid var(--dz-blue) !important;
  background-color: transparent !important;
  color: var(--dz-blue) !important;
}

.elf-logo-yellow {
  width: 13%;
}

.elf-logo-yellow svg {
  width: 72.55%;
}

.bg-img-contact {
  background-image: url("../media/yGQ825uaDmO03DKCaSt9uWAZFwBjbXpH4K0yOXgYjxPlBehfv1r2or6oZTnigcARdY86R5WUPMUFJbC7EzpqkkJNhQG4HcldxMzIsb6o.webp");
  padding: 5rem 0px 5rem 0px;
}

.send-btn {
  width: 50%;
  background-color: var(--dz-lila);
  color: white;
  border-radius: 0.25rem;
}

.easc-logo {
  padding: 10px;
  border-radius: 0.25rem;
  background-color: #d0e1f8;
  border: 2.5px solid white;
}

#DirkZimmerAboutMePage .text-grid {
  margin-bottom: 50px;
}

@media screen and (min-width: 1900px) {
  .coach-mg-top {
    margin-top: 150px;
  }
}

@media screen and (max-width: 1500px) {
  .elf-logo,
  .logo-start,
  .elf-logo-yellow {
    width: 20%;
  }
}

@media only screen and (min-width: 960px) {
  #start .logo-center {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) {
  .elf-logo,
  .logo-start,
  .elf-logo-yellow {
    display: none !important;
  }

  #start .logo-center {
    display: block !important;
  }

  .logo-center {
    width: 25%;
  }

  #navbar {
    justify-content: center !important;
  }
  .start-grid {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .headline-yellow,
  .headline-blue {
    font-size: 90px;
    padding: 10px;
  }

  .footer-logo-wrapper {
    margin: 1.5rem 1.5rem 0 0;
  }

  .footer-row {
    margin: 0;
  }

  .toggle-wrapper {
    display: none !important;
  }

  #coaching-und-beratung .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .price-list li {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .price-list li p {
    margin: 0;
  }
}

@media only screen and (max-width: 650px) {
  .slide-menu-right {
    right: -100%;
    width: 100%;
  }
  .headline-yellow,
  .headline-blue {
    font-size: 80px;
  }

  .top-header-dz-margin {
    margin-top: 150px !important;
  }

  .arrow {
    width: 20px;
  }

  ul {
    padding-left: 0;
  }
}

@media only screen and (max-width: 550px) {
  .headline-yellow,
  .headline-blue {
    font-size: 50px;
  }
  .headline-small {
    font-size: 1rem;
  }

  .logo-center {
    width: 40%;
  }

  .format_text_3,
  li,
  .format_text_3 p,
  .format_text_3_not_low P,
  p,
  .referenzen .strong-20 {
    font-size: 16px !important;
  }

  p {
    line-height: 1.4;
  }

  .h2-psycho,
  .h2-coach,
  .h2-normal {
    font-size: 24px;
  }

  .certificate-descr {
    margin: 1.5rem 0 0 0;
  }

  .certificate-section-wrapper {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 450px) {
  .format_text_1 {
    font-size: 36px !important;
  }

  .send-btn {
    width: 100%;
  }

  .h2-psycho,
  .h2-coach,
  .h2-normal {
    font-size: 20px;
  }
}
