:root {
  --purple: #5e2365;
}


@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 500;
  src: local("Segoe_UI_Semibold"),
    url("Segoe_UI_Semibold.woff") format("woff");
}
@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 350;
  src: local("Segoe_UI_Semilight"),
    url("Segoe_UI_Semilight.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  max-width: 100%;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  overflow-x: hidden !important;
  width: 100vw;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  width: 100vw;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 85px;
  width: 100%;
  z-index: 100;
}


h2 {
  font-size: 46px;
}
sup{
  line-height: 0;
  font-size: 60%
}
p {
  font-weight: 350 !important
}
.page-headline sup {
  font-size: 70%;
}

.hidden {
  display: none;
}
.nav-row {
  max-width: 1280px;
  width: 100%;
}

.nav-link-row {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 auto 0;
}
.nav-link-row.section-wrapper{
  max-width: 1070px;
}

.menu-icon-container {
  display: none;
}
.logos{
  display: flex;
  align-items: center;
}
.logo {
  max-height: 75px;
  margin-right: 15px;
}
.logo-02{
  display: inline-block;
  opacity: 60%;
  transition: 0.3s ease;
}
.logo-02 img{
  max-width: 150px;
}
.logo-02:hover{
  opacity: 100%;
}
a {
  text-decoration: none;
  color: unset;
}
ul {
  list-style: none;
}
nav ul {
  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 50%;
}
nav ul li a {
  color: var(--purple);
  text-decoration: none;
  margin: 10px;
}
.menu-icon-container {
  display: none;
  cursor: pointer;
  margin-right: 20px;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.login-body {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../assets/images/loginscreen-bg.png);
  background-size: cover;
}

.login-container {
  position: relative;
  width: 660px;
  max-width: 90%;
  min-width: 300px;
  border-radius: 10px;
  background-color: #fff;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-container > img{
  position: absolute;
  right: 10px;
  top: 100%;
  transform: translateY(-40%) rotate(-2deg);
}

@media (max-width: 767.98px){
  .login-container{
    padding-bottom: 90px;
  }
}

.login-container h2,
h4,
input,
button {
  margin: 10px;
  font-weight: 350;
}

.login-container form {
  margin: 10px auto;
  text-align: center;
  font-weight: 350;
}
.login-container input {
  height: 40px;
  background-color: #efefef;
  border: none;
  text-align: center;
}
.login-container .purple-btn {
  width: 50%;
  padding: 10px 0;
}
.section-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .section-wrapper {
    padding: 0 20px;
    z-index: 5;
  }
  .nav-link-row {
    max-width: 1080px;
  }
  .material-list-row li {
    width: 100% !important;
  }
  .header4rs-video-text{
    padding: 0 20px;
  }
  .header-slider-image {
    height: 500px !important;
  }
}
.swiper {
  margin-left: unset !important;
  overflow: visible !important;
}
#header-slider {
  position: relative;
  padding-top: 10vh;
}
.header-slider-image {
  width: 100vw;
  height: 550px;
  object-fit: cover;
}
.header-slider-textbox {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: transparent;
  height: 50%;
  width: 48%;
  z-index: 2;
}
.purple-banner {
  background-color: var(--purple);
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
  height: 62px;
  font-weight: 350;
}
.r-text {
  position: relative;
  overflow: visible;
}
.r-sign {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -25%);
}
.purple-banner h2 {
  font-size: 24px !important;
  width: 450px;
  margin-left: auto;
  margin-right: 20px;
  font-weight: 350 ;
  margin-top: 12px;
  margin-bottom: 17px;
  line-height: 40px;
}
#rezepte-headline {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.banner-textbox {
  background-color: #fff;
  height: calc(100% - 60px);
  align-items: center;
  width: 100%;
  margin-right: auto;
  text-align: left;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.banner-textbox p {
  margin-left: auto;
  font-size: 16px;
  max-width: 450px;
  margin-top: 15px;
  margin-right: 21px;
  line-height: 20px;
  font-weight: 350;
}

.purple-btn {
  outline: none;
  border: 2px solid var(--purple);
  border-radius: 5px;
  color: var(--purple);
  background-color: #fff;
  cursor: pointer;
  height: 50px;
}

.purple-btn:hover {
  cursor: pointer;
  background-color: var(--purple);
  color: #fff;
}

.header-banner-interactive {
  margin-bottom: 20px;
  margin-right: 21px;
  margin-top: auto;
  max-width: 450px;
  width: 100%;
  margin-left: auto !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.banner-anchor {
  width: 100%;
}
.banner-btn {
  width: 240px;
  margin: 0px !important;
  padding: 10px 10px;
  margin-bottom: 10px;
  margin-left: auto;
  font-weight: 500;
}
.slider-btn-con {
  width: 180px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.slide-btn {
  width: 30px !important;
  height: 30px !important;
  background: #fff !important;
  background: transparent;
  outline: none;
  border: 0;
  cursor: pointer
}
.slide-btn img {
  width: 100%;
  height: 100%;
}

#qutenza {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: auto
}


.anwendung-video-margin {
  margin: 0 auto;
  display: block !important;
}




.qutenza-text {
  max-width: 1280px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.text-right {
  text-align: right;
  margin-left: auto;
}
.text-right {
  text-align: right;
  margin-right: auto;
}

.qutenza-agenda-text {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}
.qutenza-agenda-text h5 {
  font-size: 20px;
}
.qutenza-agenda-text a {
  margin: 5px 0;
  font-size: 16px;
  text-decoration: underline;
}
.qutenza-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  
}
.qutenza-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin: 0 auto 125px auto;
}




#anwendung {
  height: 100%;
  position: relative;
}

.anwendung-bg {
  position: relative;
  height: 100%;
  z-index: -1;
}
.anwendung-content {
  position: relative;
  top: 0;
  left: 0;
}
.anwendung-content h2 {
  text-align: center;
  margin: 40px;
  font-size: 46px;
  font-weight: 350;
}

.anwendung-content h4 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 350;
  max-width: 50%;
}
.bg-layer {
  height: 100%;
  width: 100vw;
  position: absolute;
  overflow: visible;
  z-index: 0;
}
.bg-layer-small {
  height: 50%;
  width: 100vw;
  position: absolute;
  overflow: visible;
  z-index: 0;
}
.rectangle {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(
    25% 9%, 75% 9%, 100% 50%, 75% 91%, 25% 91%, 0% 50%
  );
  clip-path: polygon(25% 9%, 75% 9%, 100% 50%, 75% 91%, 25% 91%, 0% 50%);
}
.rectangle-outer{
  position: absolute;
  
}
.rectangle-mini {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-clip-path: polygon(
    25% 9%, 75% 9%, 100% 50%, 75% 91%, 25% 91%, 0% 50%
  );
  clip-path: polygon(25% 9%, 75% 9%, 100% 50%, 75% 91%, 25% 91%, 0% 50%);
}
.qutenza-green {
  background-color: #6cb535;
}
.green {
  background-color: #abd68b;
}
.pink {
  background-color: #a97eae;
}
.golden{
  background-color: #ecb940
}
.purple{
  background-color: #5E2365
}

#rectangle-1 {
  top: -50px;
  left: 100px;
  width: 100px;
  height: 100px;
  filter: blur(10px)
}
#rectangle-2 {
  bottom: -200px;
  right: -200px;
  width: 400px;
  height: 400px;
  filter: blur(15px)
}
#rectangle-3 {
  top: -150px;
  right: -60px;
  width: 300px;
  height: 300px;
  filter: blur(10px)
}
#rectangle-4 {
  bottom: -50px;
  left: 100px;
  width: 100px;
  height: 100px;
}
#rectangle-5 {
  top: -150px;
  left: -100px;
  width: 300px;
  height: 300px;
  filter: blur(15px)
}
#rectangle-6 {
  top: -150px;
  left: -150px;
  width: 360px;
  height: 360px;
  filter: blur(15px);
  z-index: 2;
}
#rectangle-7 {
  top: 100px;
  right: -100px;
  width: 300px;
  height: 300px;
  filter: blur(15px)
}
.blur-filter {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  opacity: 0.7;
  z-index: 1;
}
.videos-rectangle{
  position: relative;
  height: auto;
}


.anwendung-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.section-half-left {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  z-index: 3
}

.section-half-right {
  max-width: 640px;
  width: 100%;
  margin-right: auto;
  
}

/* start Backtion & Moment */
.legal-checkbox-label {
  font-size: 14px;
  line-height: 18px;
  padding-left: 2.5em;
  padding-top: 0.5em;
  position: relative;
}
.legal-checkbox-label input[type="checkbox"] {
  left: 0;
  position: absolute;
  top: 0;
}
section#backtion,
section#moment {
  margin-top: 60px;
}
#backtion .section-wrapper,
#moment .section-wrapper {
  max-width: 1042px;
}
.backtion-header,
.moment-header {
  position: relative;
}
.backtion-header h2,
.moment-header h2 {
  bottom: 1em;
  color: #ffffff;
  position: absolute;
}
.backtion-wrapper,
.moment-wrapper {
  display: flex;
  gap: 50px;
  margin-top: 42px;
}
.backtion-wrapper > div,
.moment-wrapper > div {
  flex-basis: 50%;
}
#backtion h3,
#moment h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--purple);
}
.backtion-instructions,
.moment-instructions {
  margin-top: 40px;
}
.backtion-instructions p,
.moment-instructions p {
  margin-bottom: 1.5em;
  padding-left: 1.2em;
  position: relative;
}
.backtion-instructions p strong,
.moment-instructions p strong {
  left: 0;
  position: absolute;
}
#backtion form,
#backtion form label,
#backtion form input[type="text"],
#backtion form input[type="submit"],
#backtion form textarea,
#moment form,
#moment form label,
#moment form input[type="text"],
#moment form input[type="submit"],
#moment form textarea {
  display: block;
}

#backtion form,
#moment form {
  position: relative;
}
#backtion form.loading:after,
#moment form.loading:after {
  background: rgba(255, 255, 255, 0.75);
  content: "Einen Moment bitte...";
  display: flex;
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  left: -1em;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
#backtion form.success:after,
#moment form.success:after {
  background: #fff;
  content: "✓";
  color: var(--purple);
  display: flex;
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  left: -1em;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  font-weight: 900;
}
#backtion form.error:after,
#moment form.error:after {
  background: #fff;
  content: "✕";
  color: #f00;
  display: flex;
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  left: -1em;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  font-weight: 900;
}

#backtion form.success,
#backtion form.error,
#moment form.success,
#moment form.error {
  max-height: 200px;
  overflow: hidden;
}

.failed-message-1,
.success-message-1{
  max-height: 380px;
  overflow: hidden;
  text-align: center;
}

.failed-message-2,
.success-message-2{
  max-height: 380px;
  overflow: hidden;
  text-align: center;
}


#failed-message{
  color: #f00;
}

#success-message{
  color: var(--purple);
}

#backtion form label[for],
#moment form label[for] {
  font-weight: bold;
  margin-top: 0.4em;
}

#backtion form input[type="text"],
#backtion form textarea,
#moment form input[type="text"],
#moment form textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
  padding: 14px 16px;
  width: 100%;
}

#backtion form textarea,
#moment form textarea {
  margin-bottom: 20px;
}

#backtion form input[type="submit"],
#moment form input[type="submit"] {
  background: #ffffff;
  border: 2px solid var(--purple);
  border-radius: 5px;
  color: #5e2365;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  line-height: 20px;
  margin: 40px auto;
  padding: 8px 0;
  text-align: center;
  width: 239px;
}
#backtion form input[type="submit"]:hover,
#moment form input[type="submit"]:hover {
  background: var(--purple);
  color: #fff;
}

#backtion form input[type="file"],
#moment form input[type="file"] {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: relative;
  left: 17em;
  top: 6.5em;
}
#backtion h3 strong,
#moment h3 strong {
  display: block;
  font-size: 46px;
  line-height: 46px;
  margin-top: 60px;
}

.file-upload-label {
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 20px #00000029;
  border-radius: 10px;
  cursor: pointer;
  display: flex !important;
  gap: 1em;
  padding: 18px 25px;
}
.file-upload-label img {
  flex-shrink: 0;
}
.file-upload-label span {
  color: var(--purple);
  flex-grow: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.preview-gallery {
  margin: 40px 0 60px 0;
}
.preview-gallery:after {
  content: "";
  clear: both;
  display: table;
}
.preview-gallery > img {
  display: block;
  float: left;
  width: 16.666666667%;
}
/* end Backtion & Moment */

.anwendung-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  font-size: 16px;
  margin: 0;
}
.anwendung-part p {
  margin: 0 20px;
}
.video-disabled {
  pointer-events: none;
  
  filter: blur(8px);
  width: 300px;
  height: 400px;
  position: relative;
}
.anwendung-img {
  width: 100%;
  margin: 20px auto;
  border-radius: 10px;
}

.anwendungs-video-container {
  max-width: 1280px;
  padding: 50px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  background-color: #EFEFEF;
  justify-content: space-between;
  z-index: 2;
  overflow: visible;
}
.anwendung-video-text {
  display: flex;
  flex-direction: column;
  max-width: 409px;
  margin-right: 20px;
  margin-left: 140px;
}

.anwendung-video-text h4 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-top: 10px;
  text-align: left;
  font-weight: 500 !important;
}

.anwendungs-video-text p {
  font-size: 16px;
  max-width: 300px;
  width: 300px;
}

.anwendungs-videos {
  display: flex;
  flex-direction: row;
  overflow: visible;
  width: 320px;
  margin: 0 auto 0 20px;
}

.swiper-slide {
  height: 100%;
}
.swiper-wrapper {
  max-width: 1000px;
  margin-left: auto;
}
.video-card {
  width: 300px;
  height: 400px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.video-card img {
  width: 100%;
  height: 100%;
}
.dp-slider {
  display: flex;
  flex-direction: row;
}
.video-card-number {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  font-size: 40px;
  font-weight: 900 !important;
  color: #fff;
}
.bg-gray2{
  background-color: #EFEFEF;
}
.bg-golden {
  background-color: #da9900
}
.video-card-number-right {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  font-size: 40px;
  font-weight: 900 !important;
  color: #fff;
}
.video-card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px !important;
  height: 60px !important;
  pointer-events: none;
}

.videos-container-golden {
  display: flex;
  flex-direction: row;
  background-color: #da9900;
  max-width: 1280px;
  margin: 0 auto
}

.videos-container-left {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
}

.videos-container-right {
  overflow: visible;
}

.golden-rectangle {
  background-color: #da9900;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
  height: 50px;
  width: 40%;
  font-weight: lighter;
}
.videos-container-content {
  color: #fff;
  height: 100%;
  width: 409px;
  max-width: 50vw;
  margin-right: 20px;
  margin-left: 140px;
  z-index: 3;
}
.videos-content-wrapper {
  width: 100%;
  height: 100%;
  max-width: 404px;
}
.videos-container-content h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  
}
.videos-content-wrapper p {
  max-width: 409px;
  font-weight: 350 !important;
  padding: 20px 0;
  font-size: 16px;
}
.video-small-text{
  font-size: 12px !important;
  font-weight: 350;
}
#video-slider-btn-container{
  
}
.videos-container-right {
  display: flex;
  max-width: 50%;
  overflow: visible;
}
.transparent-banner {
}
.golden-section{
  background-color: #da9900;
  display: flex;
  margin: 0 auto
}
.golden-videos-container {
  max-width: 1280px;
  padding: 50px 0;
 
  display: flex;
  flex-direction: row;
 
  justify-content: space-between;
  z-index: 2;
  overflow: visible;
}
#anwendung-text {
  margin-bottom: 3rem;
}




.yellow {
  background-color: #ecb940;
}
.purple {
  background-color: var(--purple);
}
.videos-row {
  margin-top: 0px;
}

.videos-row ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

#quiz {
  height: 900px;
  background-color: #da9900;
}
.quiz-wrapper {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
.quiz-wrapper h3 {
  font-weight: 350;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
#quiz-iframe {
  border: none;
  width: 100%;
  min-height: 600px;
}
#abgabematerialien {
  background-image: url(../assets/images/stage_abgabematerial.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.abgabematerial-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.abgabematerial-wrapper h2 {
  color: #fff;
  font-weight: 500;
  padding: 100px 0 10px 0;
  padding-top: 50px;
}
.abgabematerial-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  width: 100%;
  padding-bottom: 25px;
}
.abgabematerial-header p {
  font-size: 24px;
  color: #fff;
  width: 100%;
  max-width: 749px;
  line-height: 32px;
}
.abgabematerial-header button {
  padding: 10px 20px;
  margin: 0 !important;
}
.abgabematerial-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.material-btn-row {
  margin-top: 20px;
  max-width: 1280px;
  color: #fff;
  margin: 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.material-btn-row h5 {
  min-width: 50%;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
.purple-white-btn {
  background-color: var(--purple);
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 15px 0;
}
.material-list-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.material-list-row a {
  flex: 1 0 48%;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.material-list-row a {
  align-self: baseline;
  justify-self: baseline;
}
.material-list-row a:nth-child(2) {
  margin: 0 0 0 auto;
}
.material-list-row a:nth-child(4) {
  margin: 0 0 0 auto;
}
.material-list-row h5 {
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
}

.material-list-row a {
  text-decoration: none;
  color: unset;
}
.material-list-row a:nth-child(3) {
  margin-right: auto;
  max-width: calc(50% - 5px);
}
.material-list-row a {
  margin-right: 10px;
  max-width: 100%;
}

.material-row-wrapper {
  margin-right: 10px;
}

.material-item {
  background-color: #fff;
  border: 1px solid #efefef;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  max-width: 494px;
  transition: .4s;
}
.material-list-one .material-item{
  max-width: 50%;
}

.material-item:hover {
  color: #fff;
  background-color: var(--purple);
}
.material-item:hover span {
  color: #fff;
}
.material-item .link-img{
  background-image: url("../assets/images/ui_external_link_purple.svg");
  border: 2px solid #5E2365
}
.material-item:hover .link-img{
  border: 2px solid #fff;
  background-image: url("../assets/images/ui_external_link.svg")
}
.material-item p {
  padding: 15px;
  font-weight: 350 !important;
  font-size: 14px;
}
.material-item img {
  width: 40px;
  height: 40px;
}
.material-item span {
  font-size: 14px;
  color: var(--purple);
  padding: 15px;
}

#schulungsmaterialien {
  position: relative;
  padding: 100px 0;
}

.schulungsmaterialien-bg-layer {
  z-index: 0;
  pointer-events: none;
}




.schulungsmaterialien-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.schulungsmaterialien-text {
  color: #000;
  font-weight: 350;
  margin: 0 auto 0 0;
  max-width: 800px;
  width: 60%;
}
.schulungsmaterialien-text h2 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 46px;
}
.schulungsmaterialien-text p {
  font-size: 24px;
  font-weight: 500;
  max-width: 664px;
  width: 100%;
}
.schulungsmaterialien-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.uppercase {
  text-transform: uppercase;
}
.header-arrow-container {
  position: absolute;
  top: 50vh;
  left: 30vw;
}
.link-img {
  margin: 10px 10px 10px auto;
  padding: 5px;
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  border: 2px solid #fff;
  border-radius: 999px;
  background-image: url('../assets/images/ui_external_link.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.link-img:hover g {
  border: 2px solid #5e2365;
  background-image: url('../assets/images/ui_external_link_purple.svg')
}
.big-purple-btn {
  display: grid;
  grid-template-columns: 3fr 6fr 3fr;
  color: var(--purple);
  font-weight: 350;
  height: 70px;
  width: 100%;
  max-width: 324px;
  min-width: 300px;
  font-size: 14px;
  line-height: 16px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 20px -20px #000;
  cursor: pointer;
  margin: 0;
  align-items: center;
  transition: .4s
}
.big-purple-btn p{
  
}
.big-purple-btn:hover {
  background-color: #5E2365;
  color: #fff;
}
.big-purple-btn img{
  margin: 0 auto;
}

.big-purple-btn .big-dl-img {
  margin: 0 auto;
  padding: 0;
  width: 30px;
  height: 30px;
  
  border-radius: 9999px;
  background-image: url("../assets/images/download.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-purple-btn:hover .big-dl-img {
  background-image: url("../assets/images/download_white.svg");
  background-color: transparent;
  
}

.schulungsmaterialien-content ul {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 6fr));
}

.schulungsmaterialien-content li {
  width: 100%;
  margin: 0 auto 0 0;
  border: none;
}
.schulungsmaterialien-content a {
  text-decoration: none;
  color: black;
}
.schulungsmaterialien-content .material-item {
  border: none;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid#efefef;
}
.material-item p {
  max-width: 55%;
}
.material-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.material-row div {
  width: 100%;
}

#leitfaden {
  background-image: url(../assets/images/stage_leitfaden.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}
#leitfaden h2 {
  color: #fff;
  font-weight: 350;
  font-size: 46px;
  font-weight: 500;
  margin: 30px 0;
}
.leitfadentext {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  width: 70%;
  max-width: 664px;
  margin: 0 auto;
  max-width: 690px;
  line-height: 32px;
}
.leitfaden-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 100px;
}
.leitfaden-btn-container a{
  margin-right: 20px;
}
.leitfaden-btn-container a:last-child{
  margin-right: 0;
}
#team {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  transition: 0.5s;
}

#team h2 {
  margin-top: 50px;
  font-weight: 500 !important;
}


.team-image-container {
  display: flex;
  flex-direction: row;
  grid-gap: 0;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: center;
}

.team-card {
  flex-grow: 16.6%;
  width: 200px;
  height: 200px;
  transition: 0.2s ease-in;
}
.team-card img {
  max-width: 200px;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.team-card p {
  padding-left: 10px;
  background-color: var(--purple);
  color: white;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.team-card:hover {
  overflow: hidden;

  position: relative;
}
.team-card:hover img {
  transform: scale(1.1);
}
.team-card:hover p {
  display: block;
}

.black-p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

#rezepte {
  width: 100vw;
  height: auto;
  object-fit: cover;
  position:relative
}

.rezepte-wrapper {
  width: 100%;
  max-width: 1004px;
  height: auto;
  margin: 0 auto;
}
.rezepte-header-image {
  width: 100%;
}
.rezepte-header {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
}

.quiz-frame {
  background-color: white;
  color: #da9900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 46px;
}

#rezepte-headline {
  position: absolute;
  bottom: 50px;
  font-weight: 350;
}
.slider-btn-container button {
  width: 50px;
  height: 50px;
}
.arrow-img {
  width: 50px;
  height: 50px;
}
#rezepte-sub-headline {
  margin: 40px 0;
  font-size: 24px;
}
.rezepte-content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: var(--purple);
  font-weight: 350;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  font-size: 32px;
  text-align: left;
  border: 1px solid #efefef;
  border-radius: 10px;
  outline: none;
  transition: 0.4s;
  margin: 10px 10px 0 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 20px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px -14px rgba(0, 0, 0, 0.75);
}
.accordion :nth-child(1) {
  margin-right: 30px;
}
.accordion div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
  background-color: #efefef;
}
.accordion-img {
  width: 50px;
  height: 50px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  background-color: white;
  display: none;
  overflow: hidden;
  overflow: visible;
}

.recipe {
  background-color: #fff;
  overflow: visible;
}

.recipe-image-container {
  height: 350px;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.recipe-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(450px, 6fr));
  border: 1px solid #efefef;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 10px 10px 20px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 20px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 20px -14px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
  overflow: visible;
}

.recipe-text p {
  margin: 30px;
}
.recipe-image {
  width: 100%;
  height: 100%;
}
.recipe-list {
  margin: 30px auto 0 auto;
  width: 80%;
}

.recipe-list li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.material-list-row {
  flex-grow: 100%;
  flex-direction: row;
}
.recipe-list li:nth-child(2n + 2) {
  background-color: #efefef;
}

.recipe-list li :nth-child(2) {
  text-align: left;
  color: var(--purple);
  width: 50%;
}

.recipe-list li :nth-child(1) {
  text-align: right;
  width: 50%;
  margin-right: 20px;
}

footer {
  background-color: var(--purple);
  max-height: 150px;
  color: #fff;
  height: 10%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer ul {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  text-align: center;
}
footer li:nth-child(1) {
  border-left: none;
}
footer li {
  border-left: 1px solid #fff;
  text-decoration: underline;
  margin: 20px 0;
  padding: 0 10px;
}
footer p {
  margin: 0 0 20px 0;
  text-align: center;
}

.freigabe-white {
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  text-align: left;
}

.scroll-up {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 20;
}
.scroll-btn {
  background-image: url(../assets/images/scroll-up.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  width: 55px;
  height: 55px;
  outline: none;
  cursor: pointer;
  z-index: 20;
}
.scroll-btn:hover {
  background-image: url(../assets/images/scroll-up-h.svg);
  width: 55px;
  height: 55px;
}
#video-modal {
  z-index: 15;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-wrapper {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#video-modal video {
  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.hidden {
  display: none !important;
}
.text-small {
  text-align: center;
  max-width: 1004px;
  padding: 0 20px;
  font-size: 12px !important;
}
.video-wrapper {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 50%;
}
.video-wrapper video {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#closeVideo {
  margin-left: auto;
  z-index: 16;
}
#closeVideo img {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
#freigabenummer p {
  margin: 30px 0;
}
.freigabe-white {
  margin-left: 20px;
}

.header-banner-interactive {
  margin-left: 20px;
  margin-bottom: 30px;
}
.videos-content-wrapper {
  display: flex;
  flex-direction: column;
}
.videos-row {
  padding-top: 0 !important;
}
.slider-btn-container {
  order: 4;
  
}
#video-slider-btn-container {
  order: 4;
}
.swiper {
  width: 300px;
  overflow: visible;
  position: relative;
  margin-top: 100px;
}
.swiper-slide {
  max-width: 300px;
  margin: 10px;
  overflow: hidden;
}

.swiper-slide {
}
.slider-btn-container {
  margin-top: auto;
  
  display: flex;
  flex-direction: row;
}

.object-right{
  object-position: right;
}

@media only screen and (max-width: 1080px) {
  .nav-link-row ul {
    display: none;
    list-style: none;
    position: fixed;
    top: 0;
    left: 0;
  }
  #navigation-list {
    position: fixed;
    top: 75px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    left: 0;
    text-align: center;
  }
  #navigation-list li {
    margin: 20px 0;
  }
  .menu-icon-container {
    display: block;
  }
}

@media only screen and (max-width: 900px) {

  .leitfaden-btn-container a {
    margin: 5px;
  }


  .slider-btn-container img {
    width: 60px;
    height: 60px;
  }
  .videos-content-wrapper{
    padding-left: 0;
    margin-left: 0;
  }
  .videos-text-padding{
    padding-left: 30px ;
    margin: 0 !important;
  }
  nav {
    overflow: visible;
  }
  .videos-container-left {
    margin-left: unset
  }
  .header-slider-image {
    height: 450px !important;
    
  }

  .anwendung-video-margin {
    margin: 0 auto;
    margin-left: 100%;
    display: block !important;
  }
  
  .r4-video-container {
    flex-direction: column !important;

  }
  .r4-videos{
    margin: 0 auto 0 20px;
    padding-right: 200px;
  }
  .cards__container-r4{
    margin-right: 100px;
  }
  .header-slider img {
    object-fit: cover;
  }
  .header-slider-textbox {
    width: 95%;
  }
  .header-slider-textbox h2 {
    font-size: 28px !important;
  }
  .team-image-container {
    justify-content: start;
    align-items: center;
    justify-self: center;
    align-self: center;
  }
  .material-list-row {
    flex-direction: column;
  }
  .team-card {
    width: 150px;
    height: 150px;
    overflow: hidden;
  }
  .team-card img {
    width: 150px;
    height: 150px;
  }
  .material-list-row a {
    flex-grow: 95%;
  }
  .schulungsmaterialien-content .material-item {
    max-width: 100% !important;
  }
  .videos-container-golden {
    flex-direction: column;
  }
  .videos-container-content {
    width: 100%;
    max-width: unset;
    padding-right: 0 !important;
  }
  .videos-container-right {
    padding-left: 20px !important;
  }
  .section-half-left{
    max-width: unset;
  }
  .section-half-right {
    padding-top: 1rem !important;
  }
  #rezepte-sub-headline {
    margin-top: 50px;
  }
  .accordion {
    font-size: 18px;
  }
  .banner-textbox {
    align-items: baseline;
  }
  .banner-textbox p {
    margin-left: 20px;
    max-width: 450px;
  }

  .banner-textbox .purple-btn {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .purple-banner h2 {
    margin-left: 20px;
    width: 100%;
  }

  h2 {
    font-size: 40px;
  }
  footer {
    height: unset;
    max-height: unset;
  }
  footer ul {
    flex-direction: column;
  }
  footer li {
    border: none;
    margin: 10px;
  }
  footer p {
    margin: 20px;
  }

  .material-row {
    flex-direction: column;
  }
  .qutenza-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #rezepte-headline {
    padding-left: 20px;
    bottom: 80px;
  }
  .schulungsmaterialien-content ul {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 6fr));
  }
  .qutenza-row {
    height: auto;
  }
  .qutenza-left {
    background-color: #6cb535;
    height: 500px;
    width: 100vw;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%);
  }

  .qutenza-right {
    background-color: #da9900;
    height: 700px;
    margin-top: -300px;
    width: 100%;
    -webkit-clip-path: polygon(50% 25%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    clip-path: polygon(50% 25%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
  }

  .qutenza-center {
    justify-self: center;
    align-self: center;
    height: 200px;
    width: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .qutenza-text-layer {
    height: 100%;
  }
  .qutenza-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .qutenza-agenda-text {
    margin: 40px;
    text-align: center;
  }
  .qutenza-agenda-text:nth-child(2) {
    margin-bottom: 130px;
  }
  .qutenza-container {
    width: 90%;
  }
  .qutenza-text-container {
    
    width: 95%;
  }
  .qutenza-text-container h4 {
    text-align: center;
  }
  .anwendungs-video-container {
    display: flex;
    flex-direction: column;
  }
  .anwendung-video-text {
    width: 90vw;
    overflow: hidden;
  }
  .video-wrapper {
    width: 80%;
  }

  .abgabematerial-header {
    flex-direction: column;
  }
  .abgabematerial-header p {
    width: 80%;
    margin-bottom: 20px;
  }
  .videos-container-content {
    justify-content: center;
    height: auto !important;
  }
  .videos-container-content p {
    margin: 20px 0;
    padding: 0;
  }
  .videos-row {
    padding-top: 0;
    margin: 0 auto;
  }
  .schulungsmaterialien .schulungsmaterialien-btn-container {
    align-self: flex-end;
  }
  .schulungsmaterialien-header {
    flex-direction: column;
  }
  .schulungsmaterialien-text {
    width: 80%;
  }
  .schulungsmaterialien-btn-container {
    margin-right: auto;
    margin-top: 20px;
  }
  #leitfaden {
    height: calc(auto * 2);
  }
  
  .anwendung-content h4 {
    width: 100%;
    padding: 0px;
    margin: 0;
    max-width: unset;
  }
  .leitfadentext {
    width: 90%;
  }
  .leitfaden-btn-container {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .leitfaden-btn-container button {
    margin: 10px auto;
  }
  #team {
    height: auto;
  }
  .team-image-container {
    width: 95%;
    height: auto;
    margin: 0 auto 50px auto;
  }
  .team-img {
    width: 100%;
  }
  .header-banner-interactive {
    margin-left: 20px !important;
  }
  .rezepte-header {
    height: 100%;
  }
  .recipe-content {
    display: flex;
    flex-direction: column !important;
  }
  .recipe-list {
    order: 1;
    min-width: 300px;
    width: 100%;
    margin: 30px;
  }

  .text-justify {
    text-align: justify;
  }
  .recipe-image-container {
    height: 200px;
  }
  .recipe-image {
    object-fit: cover;
    height: 200px;
  }
  .recipe-text {
    order: 2;
  }
  .rezept-zutaten {
    min-width: 300px;
    width: 60%;
  }
  .material-item {
    max-width: 100%;
  }
  .material-list-one .material-item{
    max-width: 100%;
  }
  .material-row {
    width: 100%;
  }
  .material-row-wrapper {
    margin: 0;
  }
  .material-list-row a:nth-child(2) {
    margin-right: 10px;
  }
  .material-list-row a:nth-child(3) {
    margin-right: 10px;
    max-width: 100%;
  }
  .section-half-right {
    padding-top: 0;
  }
  .golden-videos-container {
    flex-direction: column;
    
  }
  .section-half-left {
    margin-left: 15px;
    margin-right: auto;
    max-width: 90vw;
  }
  /* start Backtion & Moment */
  .backtion-wrapper,
  .moment-wrapper {
    flex-direction: column;
  }
  .preview-gallery > img {
    width: 25%;
  }
  /* end Backtion & Moment */
}


@media only screen and (max-width: 450px) {
  .qutenza-container {
    width: 100%;
  }

  .qutenza-text-container {
   
    width: 95%;
  }

  h2 {
    font-size: 36px !important;
  }
  
  /* start Backtion & Moment */
  .backtion-header h2,
  .moment-header h2 {
    font-size: 28px !important;
  }
  .preview-gallery > img {
    width: 33.3333333334%;
  }
  /* end Backtion & Moment */
}

#favoriteRecipeModal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(15px);
}

#recipe-inner {
  width: 80%;
  height: 80vh;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.recipe-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  border: 1px solid #aaaaaa;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px;
  color: var(--purple)
}

#recipeName {
  text-align: left;
}

#recipe-icon{
  width: auto;
  height: 40px;
}

#recipeClose{
  width: 30px;
  height: 30px;
}
#anwendung-section{
  background-color: #EFEFEF
}
#Header4Rs{
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 50px;
}

.card-text-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

.card-text{
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 18px;
  font-weight: 500 !important;
  color: #fff;
  max-width: 100%;
  max-height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 100;
}

.video-card-number-r4 {
  font-size: 40px;
  font-weight: 900 !important;
  color: #fff;
  margin-right: 10px;
}

.video-card-text {
  max-width: 110px;
  font-weight: 500;
  font-size: 18px;
}

#r4-headline {
  font-size: 24px;
  font-weight: 500; 
  transition: 2000ms;
}
#r4-subheadline{
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  transition: 2000ms;
}

.header4rs-video-text{
  max-width: 431px;
  max-height: 400px;
  min-height: 300px;
  position: relative;
  transition: 500ms;
  margin-left: 140px;
}

.r4-btn-container{
  position: absolute;
  bottom: 10px;
  display: flex;
  flex-direction: row;
}

.r4-videos {
  display: flex;
  flex-direction: row;
  overflow: visible;
  width: 0;
}

.r4-video-container {
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 2;
  max-width: 1280px;
  overflow: visible;
}

.page-headline{
  color: #6CB535;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 46px;
  font-weight: 500;
}

.r-sign{
  padding-top: 50px;
}
.qu-text{
  max-width: 824px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.con-row{
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1004px;
  margin-bottom: 50px;
}

.qu-con{
  max-width: 500px;
  width: 48%;
  margin: 0 8px;
}
.qu-con-header{
  padding: 14px;
  text-align: center;
  line-height: 22px;
  padding: 0;
  margin: 0 auto;
}
.qu-con-header h4 {
  font-size: 24px;
  margin: 0 auto;
  padding: 7px 0 3px ;
  font-weight: 500;
}
.qu-con-header h5{
  font-size: 16px;
  margin: 0;
  padding:0;
  font-weight: 500;
}
.qu-con-text{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}
.qu-con-text p {
  padding: 10px 0;
  width: 70%;
  margin: 0 auto;
  line-height: 20px;
  font-weight: 350;
}
.qu-con-text p:first-child{
  padding-top: 20px;
}
.qu-con-text p:last-child{
  
}

.border-green {
  border-radius: 20px;
  color: #fff;
}

.text-green{
  color: #6cb535;
  height: auto;
  border-bottom: 3px solid #6cb535;
  border-left: 3px solid #6cb535;
  border-right: 3px solid #6cb535;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 232px
}

.bg-green {
  background-color: #6cb535;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.border-gray {
  border-radius: 20px;
  color: #fff;
}

.text-gray{
  color: #707070;
  border-bottom: 3px solid #CCCCCC;
  border-left: 3px solid #CCCCCC;
  border-right: 3px solid #CCCCCC;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.bg-gray{
  background-color: #CCCCCC;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#dpnTraining{
  position: relative;
  width: 100%;
  padding-bottom: 150px;
  background-image: url('../assets/images/stage_dpn.jpg');
  background-size: cover;
  background-position: center bottom;
  color: #fff;
}
.section-headline{
  padding-top: 50px;
  font-weight: 500
}
.desktop-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 600 !important;
}
.dpn-row-left{
  max-width: 664px;
}

.desktop-row p{
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}

.purple-link{
  background-color: #5E2365;
  font-size: 14px;
  max-width: 324px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 12px;
  transition: .4s;
}
.purple-link:hover {
  background-color: #fff;
  color: #5E2365;
  cursor: pointer;
}


.purple-link p{
  padding: 17px 0px 17px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}
.link-icon {
  margin: 20px;
  padding: 15px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 999px;
  background-image: url('../assets/images/ui_external_link.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.purple-link:hover .link-icon{
  border: 2px solid #5e2365;
  background-image: url('../assets/images/ui_external_link_purple.svg')
}

.dpn-info-con{
  padding-top: 100px;
}
.pdf-con{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 1004px; /* Maximalbreite des Containers */
  margin: 0 auto; /* Zentrieren des Containers */
  box-sizing: border-box;
}

.pdf-con a {
  margin-top: 20px;
}
.pdf-con p {
  font-size: 14px;
  font-weight: 500;
}
.fw-light {
  font-weight: 350
}
.padding-md-top {
  padding-top: 60px;
  padding-bottom: 20px;
}
.dpm-bottom-row {
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dpm-bottom-row a {
  width: 48%
}
.dpm-bottom-row a .material-item {
  max-width: 494px;
  
}
.section-wrapper{
  max-width: 1004px;
  margin: 0 auto;
}

@media only screen and (max-width: 950px){
  .con-row{
    flex-direction: column
  }
  .con-row .qu-con{
    max-width: unset;
    width: 90%;
    margin: 20px;
  }
  #dpnTraining {
    height: auto;
  }
  .desktop-row {
    flex-direction: column
  }
  .dpn-row-right {
    margin-top: 20px;
  }
  .dpn-info-con{
    padding-top: 20px;
  }
  .pdf-con{
    justify-content: center;
  }
  .pdf-con a {
    margin: 20px 5px 0 5px;
  }
  .dpm-bottom-row {
    padding-bottom: 20px;
    flex-direction: column;
  }
  .dpm-bottom-row a {
    width: 100%;
    margin-bottom: 10px;
  }
}



#die4Rs::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}
#programm::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}
#dpnTraining::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}
#team::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}

@media only screen and (max-width: 1201px){
  .pdf-con{
    justify-content: space-evenly;
    align-items: flex-start;
  }

}