.desktop-termine {
  width: 100%;
  position: relative;
  background-color: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 0px 23.8px;
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: var(--subline-size);
  color: var(--white);
  font-family: var(--subline);
}

.termine-frame-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  max-width: 100%;
}

.termine-frame-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-14xl);
  max-width: 100%;
  text-align: left;
  font-size: var(--headline-01b-size);
  color: var(--m3-black);
  font-family: var(--subline);
}

.termine-rectangle-container {
  position: relative;
  background-color: var(--beige);
  overflow: hidden;
  flex: inherit;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 100%;
  gap: 123px;
  z-index: 1;
  padding-top: 157px;
  padding-left: 50px;
  padding-right: 722px;
  padding-bottom: 132px;
}

.termine-frame-inner {
  height: 913px;
  width: 1442px;
  position: relative;
  background-color: var(--beige);
  display: none;
  max-width: 100%;
}

.anne2024-26jpg-compressed-icon-term {
  width: 20vw;
  position: relative;
  border-radius: 240px;
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
  z-index: inherit;
}

.termine-frame-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-48xl) 0px 0px;
  box-sizing: border-box;
  min-width: 404px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .termine-rectangle-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    padding: 20px;
    height: 100vh;
  }
  .anne2024-26jpg-compressed-icon-term {
    display: none;
  }
}
