      .subpage-hero-7_s {
        background:
          url("pics/7_s/mbr-1177x803.webp")
          center / cover no-repeat;
      }

      .topic-section[hidden] {
        display: none !important;
      }

      .topic-section {
        scroll-margin-top: 86px;
        color: var(--color-taupe);
        background: var(--surface-page);
      }

      .topic-inner-7_s {
        width: min(1180px, calc(100% - 48px));
        margin: 0 auto;
        padding: 50px 0 50px;
      }

      .topic-text-7_s {
        text-align: center;
        font-size: clamp(1.1rem, 2vw, 1.3rem);
        line-height: 1.6;
      }

      .topic-title {
        margin: 0 0 62px;
        color: var(--color-text-dark);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(2rem, 7vw, 4rem);
        font-weight: 400;
        line-height: 0.95;
        text-transform: uppercase;
				text-align: center;
      }
			
/* Stellen - Anfang */ 

      .stellen-text p {
        max-width: 860px;
        margin: 0 auto 48px;
        text-align: center;
        font-size: clamp(1.1rem, 2vw, 1.3rem);
        line-height: 1.6;
      }

      .stelle1,
      .stelle2 {
        overflow: hidden;
        margin-top: 28px;
        border: 1px solid rgba(81, 77, 73, 0.14);
        background: var(--surface-card);
        box-shadow: 0 18px 42px rgba(25, 24, 23, 0.08);
      }

      .stelle1 {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        gap: 0;
        align-items: center;
      }

      .stelle2 {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        gap: 0;
        align-items: center;
      }
			
      .stelle1-image,
      .stelle2-image {
        min-height: clamp(260px, 34vw, 420px);
        height: 100%;
      }

      .stelle1-image {
        background:
          url("pics/7_s/pexels-pouya-1936713658-29062078-web.jpg")
          center / cover no-repeat;
      }

      .stelle2-image {
        background:
          url("pics/7_s/pexels-cottonbro-6466479-web.jpg")
          center / cover no-repeat;
      }

      .stelle1-text,
      .stelle2-text {
        min-height: clamp(220px, 26vw, 340px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: clamp(32px, 5vw, 58px);
        text-align: center;
      }
			
      .stelle1-text h2 {
        margin: 0;
        color: var(--color-text-dark);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1.45rem, 2.4vw, 2.15rem);
        font-weight: 400;
        line-height: 1.05;
      }

      .stelle2-text h2 {
        margin: 0;
        color: var(--color-text-dark);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1.45rem, 2.4vw, 2.15rem);
        font-weight: 400;
        line-height: 1.05;
      }
			
      .stellen_zeit {
				padding: 34px clamp(24px, 5vw, 58px);
				width: min(760px, 100%);
        margin: 42px auto 0;
        border: 1px solid rgba(81, 77, 73, 0.12);
        background: var(--surface-subtle);
      }
			
      @media (max-width: 575.98px) {

        .topic-inner {
          width: min(100% - 32px, 1180px);
          padding: 58px 0 72px;
        }

        .topic-title {
          margin-bottom: 38px;
        }

        .stellen-intro {
          grid-template-columns: 1fr;
        }

        .stellen-image {
          min-height: 340px;
        }

      }

      @media (orientation: portrait) {

      .hero {
        min-height: 100vh;				
			}				
      }

