.button {
  display: inline-block;
  text-decoration: none;
  border: 1px solid transparent;
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  color: var(--black);
  padding: 12.5px 12px 11.5px 12px;
  border-radius: var(--radius);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.small-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  /* float: none; */
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: nowrap;
  /* padding-left: 10px; */
}
.team-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 50%;
  justify-content: center;
  gap: 100px;
}

.team-item {
  /* Occupies 50% of the container width initially */
  flex: 1 1 50%; /* Occupies 50% of the container width initially */
  align-items: center;
  text-align: center;
  flex: 0 0 calc(50% - 20px); /* Adjust the width and margin as needed */ /* Adjust the margin as needed */
  flex: 1;
}
.team-item img {
  max-height: 370px;
  width: 388px;
  border-radius: 10px;
  object-fit: cover;
}

.team-item {
  flex: 1; /* Adjust the flex property to distribute space between items */
  /* Adjust the margin as needed to reduce the spacing */
}

.team-item:last-child {
  margin-right: 0; /* Remove the margin on the last item to avoid extra spacing */
}
.team-item .item {
  max-width: 100%;
}

.narrow {
  width: 45%;
  height: 30%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.2;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 22px;
  color: var(--gray-text);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
}

.narrow-2 {
  width: 80%;
  margin-top: 20px;
  /* height: 30%; */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.2;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 22px;
  color: var(--gray-text);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
}

.team-item h3 {
  margin-top: 20px;
  font-size: 16px;
}

.grid-container p {
  font-size: 16px;
  line-height: 22px;
  color: var(--gray-text);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  max-width: 40%;
  line-height: 1.4;
}

.grid-container h3 {
  font-size: 16px;
  line-height: 22px;
  color: var(--gray-text);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 650;
  margin-top: 30px;
}

.grid-item {
  max-width: 600vh;
}

.small-row h3 {
  font-size: 16px;
  line-height: 22px;
  color: var(--gray-text);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.small-row img {
  margin-bottom: 15px;
}

.center-row {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.video-container {
  position: relative;
  padding-bottom: 10px; /* Set the aspect ratio (16:9) for responsive scaling */
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  margin-right: 0;
  margin-left: 0;
}

.video-container video {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.video-container-small {
  position: relative;
  padding-bottom: 10px; /* Set the aspect ratio (16:9) for responsive scaling */
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  margin-right: 0;
  margin-left: 0;
}

.video-container-small video {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.partners {
  padding-top: 60px;
  padding-bottom: 10px;
  background-color: var(--gray-bg);
}
.partners .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin-bottom: 40px;
}
.partners .row a {
  display: flex;
  border-radius: 0 0 10px 10px;
  box-shadow: var(--shadow);
  place-content: center;
  place-items: center;
  overflow: hidden;
}
.partners .row img {
  display: block;
  max-width: 300px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: auto;
}
.partners .action .button {
  max-width: 375px;
}

.space-up {
  margin-top: 40px;
}

.video-container-small {
  display: none;
}
/*  */
/*  */
/*  */
/* FAQ SECTION */

.box-faq h3 {
  font-size: 20px;
  font-weight: 700;
  margin-left: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.box-faq {
  max-width: 80%;
  border-style: solid;
  border-color: rgb(200, 200, 200);
  border-radius: 5px;
  border-width: 1px;
  box-shadow: var(--shadow);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
  display: block;
}

.arrow-down {
  position: absolute;
  right: 20px;
  top: 30px;
}

.box-faq h3 {
  font-size: 20px;
  font-weight: 700;
  margin-left: 60px;
  margin-top: 40px;
}

.box-faq p {
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 20px;
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

input {
  appearance: none;
}

/* ACCORDION */

/* .description {
  width: 85%;
  margin-top: 20px;
  padding-top: 10px;
  margin-left: 60px;
  margin-right: 20px;
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
} */

/* .accordion {
  max-width: 1350px;
  width: 100%;
  overflow: hidden;
  min-height: 20px;
  border-style: solid;
  border-color: rgb(200, 200, 200);
  border-radius: 5px;
  border-width: 1px;
  box-shadow: var(--shadow);
  margin: 0 15px;
  padding: 15px;
} */

/* .accordion .accordion-content {
  margin: 10px 0;
 
  overflow: hidden;
} */

/* .accordion-content .inside-header {
  height: 10px;
  padding: 0 15px;
  display: flex;
  margin-bottom: 70px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
} */

/* .title {
  font-size: 22px;
  font-weight: 600;
  margin-left: 60px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 0;
} */

/* .accordion-content {
  padding-bottom: 30px;
} */

/* .inside-header {
  margin-top: 10px;
  padding-bottom: 30px;
} */

/* .accordion-content .description {
  transition: all 0.2s linear;
  padding: 0 15px;
} */

/* .acc-cont {
  min-height: 22vh;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* NEW TRY */

h2 {
  margin-top: 50px;
}

.acc-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.accordion {
  border-style: solid;
  border-color: rgb(200, 200, 200);
  border-radius: 5px;
  border-width: 1px;
  box-shadow: var(--shadow);
  margin-left: 200px;
  max-width: 1350px;
  width: 100%;
  margin: 5px 15px;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.description {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  width: 95%;
  word-wrap: break-word;
}
.accordion .accordion-content {
  margin: 10px 0;
  border-radius: 4px;
  /* padding-left: 20px; */
  border: 1px solid --gray-text;
  overflow: hidden;
}

.accordion-content .inside-header {
  display: flex;
  min-height: 50px;
  /* padding: 15px 30px; */
  padding: 15px 20px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
.accordion-content.open .inside-header {
  min-height: 35px;
}
.accordion-content .inside-header .title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.accordion-content .inside-header i {
  font-size: 15px;
  color: #333;
}
.accordion-content .description {
  height: 0;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  padding: 0 30px;
  /* margin-top: 10px; */
  transition: all 0.2s linear;
}

.accordion-content.open .description {
  padding-top: 15px;
}

/* IMPRESSUM */
.impr-container {
  /* max-width: 1000px; */
  /* justify-content: center; */
  max-width: 1200px;
  margin-top: 66px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  /* background-color: grey; */
}
.impr-title h2 {
  font-size: 16px;
  text-align: start;
  margin-bottom: 10px;
}

.impr-director {
  margin-top: 30px;
}

.impr-contact {
  margin-top: 30px;
}

.disclaimer-title h2 {
  font-size: 16px;
  text-align: start;
  margin-bottom: 10px;
  margin-top: 30px;
}

.disclaimer-content {
  word-wrap: break-word;
  justify-content: inherit;
}
