main.programme .container {
  --optimalWidth: clamp(1000px, 55vw, 1600px);
  padding: 2.5rem 0;
}

p {
  max-width: 70vw;
  margin: 1rem 0;
}

.title-wrapper + .flex-divider {
  margin-top: unset;
}

.hero-bg .text-wrapper {
  position: relative;
  width: fit-content;
}

.hero-bg .text-wrapper.wowhite {
  position: absolute;
  bottom: 10%;
}

.text-wrapper h1 {
  margin-top: 0.5rem;
}

.hero-bg .text-wrapper * {
  font-weight: 400;
  color: var(--textWhite);
  letter-spacing: 2px;
}

.hero-bg .slide {
  transition: translate 0s, opacity 1500ms;
}

.hero-bg .dots {
  display: none;
}

.ul-disc li {
  list-style: inside disc;
}

/* .hero-bg .text-wrapper {
	position: relative;
	width: fit-content;
	background-image: url(images/programme/dmd/dmd-hero.webp);
	background-clip: text;
	background-blend-mode: color-dodge;
	background-repeat: no-repeat;
	background-size: 100vw auto;
	background-color: #486788;
	background-position: 22% bottom;
}

.hero-bg .text-wrapper * {
	font-weight: 400;
	color: transparent;
	letter-spacing: 2px;
} */
.hero-bg > .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-l2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-l2 .container {
  padding: unset;
}

.hero-bg .text-wrapper svg {
  fill: var(--textWhite);
  width: clamp(200px, 10vw, 400px);
  height: auto;
  margin-bottom: 1rem;
}

.hero-bg .text-wrapper h1,
.hero-bg .text-wrapper h2 {
  font-weight: 500;
  font-size: var(--fontSizeHuge);
  line-height: 1;
}

.hero-bg .text-wrapper h2 {
  font-size: var(--fontSizeBig);
}

.awards-container {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: flex;
  justify-content: center;
  bottom: 0;
  width: 100%;
}

.awards {
  padding: 2rem;
}

.awards svg {
  width: clamp(150px, 10vw, 350px);
  height: auto;
}

.awards #empha {
  fill: var(--colorAward);
}

.awards #plain {
  fill: var(--textDark);
}

.sub-navi {
  gap: 2rem;
  justify-content: space-between;
  font-weight: 600;
  font-size: calc(var(--fontSizeOK) + 1px);
  margin: 3rem 0;
  align-items: center;
  text-align: center;
  margin-top: unset;
}

.sub-navi.flex-left:not(.float) {
  justify-content: flex-start;
  gap: 5rem;
}

label[for*="accordion"] {
  display: flex;
  gap: 2rem;
  align-items: center;
  cursor: pointer;
}

label svg {
  height: 15px;
  width: auto;
  stroke-width: 3;
  stroke: var(--bgLogo);
  transition: var(--speedFast);
  cursor: pointer;
}

input[name*="accordion"] {
  position: absolute;
  visibility: hidden;
}

.accordion-content {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

input:checked ~ .accordion-content {
  max-height: max(200vh, 200vw);
  padding: 2rem 0;
  transition: var(--speedNormal);
}

input:checked + label svg {
  rotate: 45deg;
  stroke: var(--textDark);
}

input:checked + label {
  border-bottom: unset;
  color: var(--bgLogo);
}

.container b {
  font-weight: 700;
}

/* Hero */

.awards .flex-row {
  justify-content: space-evenly;
  width: var(--optimalWidth);
}

.disclaimer.vertical {
  position: absolute;
  right: 0;
  bottom: 30%;
  writing-mode: vertical-rl;
  rotate: 180deg;
  color: var(--bgGrey);
}

/* Overview */

.overview h3 {
  color: var(--textDark);
  font-size: var(--fontSizeBig);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2rem;
}

.oversvg-container {
  margin: 3rem auto;
  width: 100%;
  gap: 3rem;
  justify-content: center;
}

.flex-row.oversvg-container p {
  letter-spacing: 1px;
}

.container .flex-divider {
  border: unset;
  border-top: 1px dashed var(--textGrey);
}

.oversvg-container .flex-divider {
  width: 1px;
  height: 100px;
  margin: unset;
  border-left: 1px dashed var(--textGrey);
}

.oversvg-container svg {
  width: clamp(150px, 10vw, 250px);
  height: auto;
}

.oversvg-container li {
  text-align: center;
}

#clone {
  visibility: hidden;
}

#clone.hidden {
  visibility: collapse;
  display: none;
}

.overview .float {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: var(--bgTheme);
  color: var(--textWhite);
  width: fit-content;
  margin: auto;
  padding: 1rem;
  transition: var(--speedNormal);
  border-radius: 0 0 15px 15px;
  gap: 3rem;
  box-shadow: 0px 0px 5px #555;
}

.sub-navi a {
  position: relative;
}

.sub-navi li {
  position: relative;
}

.sub-navi a.selected::after,
.sub-navi li.selected::after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--bgLogo);
  position: absolute;
  bottom: -10px;
  left: 0;
}

/* Partner Uni */

h2.sub-title {
  margin: 2rem 0;
}

.svg-container img {
  max-width: 50vw;
  max-height: 10vh;
  width: auto;
  height: auto;
}

.accordion-content > .flex-col {
  gap: 1rem;
}

.fom {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.fom > div {
  max-width: clamp(350px, 35vw, 1000px);
}

.fom svg {
  width: 50px;
  height: auto;
}

.fom svg #empha {
  fill: var(--textDark);
  transition: var(--speedFast);
}

.fom:hover svg #empha {
  fill: var(--bgLogo);
}

.partner label[for*="accordion"] {
  font-size: var(--fontSizeOK);
  font-weight: 500;
}

/* Area of study */

.year.flex-row {
  font-weight: 600;
  font-size: var(--fontSizeOK);
  gap: 2rem;
}

.year.flex-row.cert {
  text-transform: uppercase;
}

.cert > p {
  margin-top: unset;
}

.study h6 {
  font-size: unset;
}

.study light {
  padding-left: 2rem;
}

.year.flex-row li {
  position: relative;
  cursor: pointer;
}

li.selected::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--bgLogo);
  bottom: -5px;
  left: 0;
}

/* .localization-sub {
	letter-spacing: 1px;
	font-size: calc(var(--defaultFontSize) + 1px);
	font-weight: 500;
} */

.localization-sub.mt {
  margin-top: 3rem;
}

/* .sem-sp {
	margin-top: 3rem;
} */

#study.study.diploma .flex-divider + div {
  margin-top: unset;
}

.study.diploma .title-wrapper {
  margin-bottom: unset;
}

.study.diploma .container > div:not(.title-wrapper) {
  margin: 1rem 0;
}

.study.diploma .container > div:not(.title-wrapper) p {
  margin: unset;
}

.study.diploma .container > div:not(.title-wrapper) p:nth-child(1) {
  margin: 1rem 0;
}

.study.diploma .container > div:not(.title-wrapper) p:nth-child(2) {
  margin: unset;
}

.study.diploma .container > div:not(.title-wrapper) > p {
  margin: unset;
  margin-top: 0.2rem;
}

#study .slide > p:first-child {
  margin-bottom: 2rem;
  margin-top: unset;
}

#study .slide div:not(.flex-divider) {
  margin: 1.5rem 0;
}

#study .slide div:not(.flex-divider) > p {
  margin-top: 0.2rem;
}

#study .flex-divider {
  margin: 2rem 0;
}

/* Career */
.ul-list {
  gap: 5rem;
}

.ul-list li {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1rem;
}

.ul-list li:not(:first-child) {
  margin-top: 0.1rem;
}

#career .flex-divider + h2 {
  color: var(--textDark);
  font-size: var(--fontSizeBig);
}

/* Alumni */

.toGrid + a,
.alumni .grid + a {
  margin: 1rem auto;
}

/* Showcase */

.toGrid > div.flex-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.toGrid img {
  display: block;
}

#showcase .container > .flex-col p {
  font-size: var(--fontSizeOK);
  letter-spacing: 1px;
}

#showcase .container > .flex-col .flex-row {
  gap: 2rem;
  justify-content: space-between;
}

#showcase .container > .flex-col svg {
  height: fit-content;
  width: clamp(50px, 10vw, 100px);
}

/* Diploma */

.diploma-banner {
  color: var(--textWhite);
}

.diploma-banner .flex-col > a {
  margin-top: 2rem;
}

.diploma-banner h2 {
  color: var(--textWhite);
  font-size: var(--fontSizeBig);
}

.diploma-banner .grid {
  grid-template-columns: 0.3fr 1fr;
  align-items: center;
}

.subnav-container {
  /* margin: auto; */
}

.container.gap .flex-row.ul-list {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.gap .ul-list ul {
  min-width: 325px;
}

/* splide */

.splide.is-initialized {
  cursor: grab;
}

.splide.is-initialized:active {
  cursor: grabbing;
}

@media only screen and (min-width: 300px) and (max-width: 809px) {
  .oversvg-container.flex-row {
    flex-direction: column;
  }

  .oversvg-container .flex-divider {
    width: 80%;
    height: initial;
    margin: auto;
    border-left: 1px dashed var(--textGrey);
  }
}

@media only screen and (min-width: 768px) and (max-width: 910px) {
  .alumni .flex-col {
    justify-content: flex-start;
    height: clamp(150px, 50%, 300px);
    position: relative;
    top: 50%;
    translate: 0 -50%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 910px) {
  .hero-bg .container {
    justify-content: flex-start;
    /* margin-top: 10%; */
  }

  .hero-bg .text-wrapper svg {
    width: clamp(100px, 30%, 200px);
  }

  .hero-bg .text-wrapper h2 {
    font-size: var(--fontSizeMedium);
  }

  .disclaimer.vertical {
    font-size: 0.8rem;
  }

  .awards {
    padding: 2rem 7vw;
  }

  .toGrid > .flex-row > .img-container {
    flex-shrink: 0;
  }

  .overview h2 {
    line-height: 1;
  }

  .partner label[for*="accordion"] {
    display: inline-block;
  }

  .diploma-banner .grid {
    grid-template-columns: 1fr 1fr;
  }

  .flex-row.ul-list {
    flex-direction: column;
    gap: 0;
  }

  .toGrid > div.flex-row {
    display: flex;
    overflow-x: scroll;
    gap: 1rem;
  }

  #showcase .container > .flex-col svg {
    width: clamp(50px, 30vw, 100px);
  }

  .year.flex-row {
    text-align: center;
  }

  .ul-list li:not(:first-child) {
    margin-top: 0.5rem;
  }

  /* area of study */

  .study light {
    padding-left: unset;
    display: block;
    margin-bottom: 1rem;
  }

  #study.study.diploma > * > div:not(.title-wrapper) > :first-child {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 915px) and (max-width: 1440px) {
  .full-bg-img img {
    /* width: auto !important;
		display: block;
		height: clamp(800px, 115vh, 1200px); */
    max-width: unset;
    position: relative;
    left: 50%;
    translate: -50% 0;
  }
}
