.elementor-64863 .elementor-element.elementor-element-ea5a447{--display:flex;}@media(min-width:501px){.elementor-64863 .elementor-element.elementor-element-ea5a447{--width:90%;}}@media(max-width:1024px) and (min-width:501px){.elementor-64863 .elementor-element.elementor-element-ea5a447{--width:100%;}}/* Start custom CSS */details {
      margin-left: 20px;
      margin-bottom: 1rem;
    }

    h1 {
      background-color: #2c6e49;
      color: white;
      font-size: 2.5rem !important;
      text-align: center;
      padding: 40px 0;
      margin: 0;
    }

    h2 {
      font-size: 2rem !important;
      color: #2c6e49;
      margin-top: 5rem;
      margin-bottom: 1.8rem;
    }

    h3 {
      font-size: 1.5rem !important;
      color: #2c6e49;
      margin-bottom: 0.5rem;
      margin-top: 0;
      padding-bottom: 0;
    }

    .elementor-64863 p, .elementor-64863 li {
      font-size: 1.2rem !important;
      line-height: 30px;
      margin-top: 0;
      font-weight: 400;
    }

    summary {
      color: #2c6e49;
      font-weight: 600;
      font-size: 1.5rem;
    }

    summary:hover {
      color: #f49200;
    }

    .content-container {
      padding: 10px 20px;
    }

    /*.content-wrapper {
       width: 90%;
       max-width: 2000px;
       margin: 0 auto;
       padding: 20px;
   }*/

    .grid-dozent {
      display: grid;
      width: 100%;
      gap: 5%;
      grid-template-columns: 70% 25%;
    }

    .grid-container {
      display: grid;
      width: 100%;
      text-align: center;
      margin: 0 auto;
    }

    .headline {
      margin-bottom: 1rem;
    }

    .headline-img {
      width: 30%;
    }

    .img-100 {
      width: 100%;
    }

    .img-rounded-corners {
      border-radius: 25px;
    }

    .img-as-button {
      width: 30%;
    }

    .link-icon {
      width: 3.5rem;
    }

    .mb-0-5rem {
      margin-bottom: 0.5rem;
    }

    .mb-2rem {
      margin-bottom: 2rem;
    }

    .mobile {
      display: none;
    }

    .mt-0 {
      margin-top: 0;
    }

    .mt-2rem {
      margin-top: 2rem;
    }

    .mt-3rem {
      margin-top: 3rem;
    }

    .mt-5rem {
      margin-top: 5rem;
    }

    .mt-10rem {
      margin-top: 10rem;
    }

    .separator {
      width: 70%;
      margin: 2rem 0;
    }

    .small-container, .small-container-1 {
      padding: 0 5rem;
    }

    .small-container {
      text-align: start;
    }

    .small-container-1 {
      /*background-image: url("https://sanoanimal.de/wp-content/uploads/2024/08/transparentblumen.png");*/
      background-repeat: no-repeat;
      background-size: 100%;
    }

    .small-container-2 {
      text-align: center;
    }

    .small-text {
      font-size: 0.75rem !important;
    }

    #termine {
      border-radius: 30px;
      display: grid;
      grid-template-columns: 1fr;
      width: 80%;
      padding: 40px 70px;
      row-gap: 40px;
      margin: -50px auto 1rem;
      border: solid 5px #f49200;
      text-align: start;
    }

    #termine p {
      font-size: 1.5rem;
    }

    .text-with-img {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .text-with-img p {
      margin-bottom: 0;
    }

    .two-columns {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
    }

    .uebersicht {
      background-color: #2c6e49;
      border-radius: 30px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      width: 80%;
      padding: 60px 70px;
      row-gap: 40px;
      margin: -60px auto 6rem;
      text-align: start;
    }

    .uebersicht a {
      display: inline-flex;
      align-items: center;
      color: white;
      font-size: 1.5rem;
      gap: 10px;
      text-decoration: none;
    }

    .uebersicht a:hover {
      color: #f49200;
    }

    .uebersicht div {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    @media only screen and (max-width: 1024px) {
      /*.content-wrapper {
          width: 100% !important;
          padding: 5px;
      }*/

      .grid-container {
        width: 100%;
      }

      .headline-img {
        width: 55%;
      }

      .img-rounded-corners {
        margin-top: 100%;
      }
    }

    @media only screen and (max-width: 768px) {
      .grid-dozent {
        grid-template-columns: 60% 35%;
        gap: 5%;
      }

      .headline-img {
        width: 70%;
      }

      .img-as-button {
        width: 50%;
      }

      .small-container, .small-container-1 {
        padding: 0 2rem;
      }

      .separator {
        width: 100%;
      }

      #termine, .uebersicht {
        margin-top: -40px;
        width: 100%;
      }
    }

    @media only screen and (max-width: 500px) {
      .desktop {
        display: none;
      }

      .grid-dozent {
        grid-template-columns: 1fr;
        margin-top: -50px;
        gap: 1%;
      }

      h1 {
        font-size: 1.8rem;
        padding: 25px; 
      }

      .small-container-1 h2{
        margin-top: 4.5rem;
      }

      h2 {
        font-size: 1.7rem;
      }

      h3, .uebersicht a, #termine p {
        font-size: 1.2rem
      }

      .headline-img {
        width: 100%;
      }

      .img-as-button {
        width: 75%;
      }

      .img-rounded-corners {
        margin-top: 0;
      }

      .link-icon {
        width: 50px;
      }

      .mobile {
        display: block;
        width: 100%;
      }

      .small-container-1 {
        background-size: 200%;
      }

      .uebersicht {
        grid-template-columns: 1fr;
      }

      .uebersicht, #termine {
        padding: 40px;
      }

      .small-container, .small-container-1 {
        padding: 0 1rem;
      }

      .two-columns {
        grid-template-columns: 1fr;
        gap: 1rem;
      }

      .uebersicht div {
        gap: 0;
      }
    }/* End custom CSS */