.nayla-team-member {
  display: -webkit-box;

  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2em;
  margin-bottom: 7em;
  height: 100%;
  max-height: 520px;
}
.team-member-image {
  width: 100%;
  background-color: #000;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
  border: 1.5px solid #000;
  border-radius: 11px;
  max-width: 380px;
  height: 520px;
  position: relative;
}
.team-member-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3px;
}
.team-member-name {
  width: 100%;
  font-size: 22px;
  margin-bottom: 5px;
}
.team-member-title {
  display: block;
  float: left;
  opacity: 0.5;
  line-height: 1;
}
.cv-toggle {
  display: inline-block;
  font-variation-settings:
    "FILL" 0,
    "wght" 100,
    "GRAD" 0,
    "opsz" 48;
  margin-left: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition:
    transform 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 1;
}
.cv-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--mainBackground);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.nayla-team-member.active .cv-toggle {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.cv-toggle span {
  font-size: 25px;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  line-height: 25px;
  height: 25px;
}
.team-member-cv {
  display: none;
  float: left;
  margin-top: 50px;
  width: 90%;
  opacity: 0;
  position: relative;
}
.team-member-cv::after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #191919;
  opacity: 0.1;
}
.team-member-socials {
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.nayla-team-member.active .team-member-socials,
.nayla-team-member:hover .team-member-socials {
  opacity: 1;
}
.nayla-team-member.overlay .team-member-card {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  width: auto;
}
.nayla-team-member.overlay .team-member-title.text-h6 {
  opacity: 1;
}
.nayla-team-member.overlay .team-member-cv::after {
  background: #fff;
}
.single-image {
  display: block;
  width: var(--width);
  height: var(--height);
  margin-bottom: 30px;
  --width: 100%;
  --height: auto;
  --mobileWidth: 100%;
  --mobileHeight: auto;
}
.single-image.align-right {
  margin-left: auto;
}
.single-image.align-center {
  margin-left: auto;
  margin-right: auto;
}
.single-image img {
  width: 100%;
  height: var(--height);
  -o-object-fit: cover;
  object-fit: cover;
}
.caption {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
.nayla-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
}
.nayla-list.underlined ul li {
  position: relative;
  padding-bottom: 1em;
}
.nayla-list.underlined ul li::after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  width: 100%;
  height: 1px;
  background-color: var(--mainColor);
  left: 0;
  opacity: 0.2;
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.nayla-list ul.animate li:after {
  width: 0%;
}
.nayla-list ul.animate li.is-inview:after {
  width: 100%;
}
.nayla-list ol {
  list-style: decimal;
}
.nayla-list ol li::marker {
  font-size: 0.8em;
}
.nayla-list ol li {
  padding-left: 10px;
}
.justify-text {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-text .anim_line {
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-text .anim_line:last-child {
  -moz-text-align-last: unset;
  text-align-last: unset;
}
#smooth-content {
  position: relative;
  will-change: transform;
}
#page {
  visibility: visible;
  display: block;
  overflow: hidden;
  position: relative;
}
.section.strech-wrappers {
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
div#content {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: auto;
}
.hide_desktop {
  display: none;
}
.wrapper,
.wrapper-full,
.wrapper-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.wrapper-small {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
.wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.wrapper-full {
  width: 100%;
  margin-bottom: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 25px;
}
.section {
  width: 90%;
  margin: auto;
  margin-bottom: 100px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  max-width: 1250px;
}
.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.section.anim-bg {
  padding-top: 0;
}
.section.fullscreen {
  min-height: 100vh;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section.fullscreen .wrapper,
.section.fullscreen .wrapper-full,
.section.fullscreen .wrapper-small {
  margin-bottom: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  z-index: auto;
  height: auto;
}
.section.fullscreen .wrapper > div,
.section.fullscreen .wrapper-full > div,
.section.fullscreen .wrapper-small > div {
  margin-bottom: 0;
}
.align-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.section.has-bg {
  margin-bottom: 350px;
  padding-top: 100px;
  margin-top: 350px;
}
.page-content .section:last-child {
  margin-bottom: 0;
}
.send-back {
  z-index: -2;
}
.section.send-back {
  z-index: -9;
}
.wrapper:after,
.wrapper-small:after,
.wrapper-full:after,
section:after {
  display: table;
  clear: both;
  content: "";
}
.c-col-1,
.c-col-2,
.c-col-3,
.c-col-4,
.c-col-5,
.c-col-6,
.c-col-7,
.c-col-8,
.c-col-9,
.c-col-10,
.c-col-11,
.c-col-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-gap {
  padding-left: 0;
  padding-right: 0;
}
.c-col-1 {
  width: 8.333333%;
}
.c-col-6 {
  width: 50%;
}
.c-col-4 {
  width: 33.333333%;
}
.c-col-8 {
  width: 66.666666%;
}
.c-col-3 {
  width: 25%;
}
.c-col-2 {
  width: 16.6666666%;
}
.c-col-5 {
  width: 41.666666%;
}
.c-col-10 {
  width: 83.333333%;
}
.c-col-9 {
  width: 75%;
}
.c-col-12 {
  width: 100%;
}
.no-margin {
  margin-bottom: 0 !important;
}
.align-center {
  text-align: center;
}
.col-center {
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .wrapper {
    max-width: 90%;
    margin-bottom: 25px;
  }
  .wrapper-small {
    max-width: 90%;
    margin-bottom: 25px;
  }
  .wrapper-full {
    margin-bottom: 100px;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-4 {
    width: 33.333333%;
  }
  .sm-8 {
    width: 66.666666%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-2 {
    width: 16.6666666%;
  }
  .sm-5 {
    width: 41.666666%;
  }
  .sm-10 {
    width: 83.333333%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-12 {
    width: 100%;
  }
  .fit-col {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 900px) {
  .md-6 {
    width: 50%;
  }
  .md-4 {
    width: 33.333333%;
  }
  .md-8 {
    width: 66.666666%;
  }
  .md-3 {
    width: 25%;
  }
  .md-2 {
    width: 16.6666666%;
  }
  .md-5 {
    width: 41.666666%;
  }
  .md-10 {
    width: 83.333333%;
  }
  .md-9 {
    width: 75%;
  }
  .md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .wrapper {
    max-width: 90%;
  }
  .wrapper-small {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 90%;
  }
  .wrapper-small {
    max-width: 88%;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper {
    max-width: 1014px;
  }
  .wrapper-small {
    max-width: 790px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1274px;
  }
  .wrapper-small {
    max-width: 950px;
  }
}
@media only screen and (min-width: 1600px) {
  .wrapper {
    max-width: 1500px;
  }
  .wrapper-small {
    max-width: 1200px;
  }
}
span.empty-space {
  display: block;
  width: 100%;
  float: revert;
  clear: both;
}
.has-parallax {
  will-change: transform;
}

#intro {
  padding: 100px;
}

#stickerd {
  display: block;
  height: 100%;
  position: relative;
  background: #1b1a1a;
}

#stickerd .pin-image-wrapper {
  position: sticky;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#stickerd .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: stretch;
  gap: 100px;
}

#stickerd .feature-headline {
  position: sticky;
  grid-column: span 2;
  right: 0;
  bottom: 7vh;
  font-size: 9rem;
  font-weight: bold;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

#stickerd .image-mask {
  height: 70vh;
  aspect-ratio: 16/9;
  object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

#stickerd .image-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  z-index: 99;
  max-width: 250px;
  padding: 12px 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7px);
  font-size: 16px;
  color: #111;
  opacity: 0;
}

#stickerd .pin-image-fade-in {
  opacity: 0;
}

#stickerd img {
  width: 100%;
  z-index: 5;
  position: relative;
  overflow: hidden;
}

#about-intro {
  max-width: 1500px;
  margin: auto;
  min-height: 60vh;
}

#pinx {
  background: #0e0e0e;
  padding-bottom: 10%;
  height: auto;
  z-index: 10;
  position: relative;
  overflow: hidden;
}

#xcounts {
  margin-top: 0vh;
  max-width: 675px;
  margin-left: auto;
  margin-right: 5vw;
  text-align: center;
  margin-bottom: 0vh;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 13vh;
}

#pinna {
  padding-right: 0;
}

#tmbtn:hover  {
  background: #fff !important;
  color: #000 !important;
}

/* KARRIERE */

.modal .modal-dialog {
  margin: 10% auto;
  background: #111010;
  padding: 5% 4%;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.46);
}

.modal .modal-content {
  background: transparent;
  border: none;
  padding: 0 30px;
}

.modal .btn-close {
  position: absolute;
  right: 0%;
  top: -1.5%;
  background: transparent var(--bs-btn-close-bg) center/1.5em auto no-repeat;
  height: 70px;
  width: 70px;
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
  border-radius: 500px;
}

.modal .btn-close:hover {
  transform: scale(1.1);
}

.modal .intros {
  font-size: 1.11rem;
  line-height: 1.6;
  opacity: 0.8;
}

.modal h1 {
  font-weight: bold;
  margin: 30px 0;
  max-width: 85%;
}

.modal h3 {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}

.modal .display-6 span {
  color: #377dff;
  font-size: 50%;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.modal .ent {
  text-align: center;
  max-width: 80%;
  margin: auto;
}

body.modal-open {
  overflow: hidden;
}

.filter-result .job-box {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  transition: 0.4s;
  padding: 12px 30px;
  min-height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.41);
}

.filter-result .job-box:hover {
  border-color: #fff;
}

ul:not(.list-unstyled) {
  font-size: 20px;
}

.list-disk li {
  list-style: none;
  margin-bottom: 12px;
}

.list-disk li:last-child {
  margin-bottom: 0;
}

.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #4e63d7;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(78, 99, 215, 0.9)),
    to(#5a85dd)
  );
  background-image: linear-gradient(
    to right,
    rgba(78, 99, 215, 0.9) 0%,
    #5a85dd 100%
  );
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 65px;
  float: left;
}

.job-content {
  text-align: left;
}

.career-title {
  background-color: #4e63d7;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(78, 99, 215, 0.9)),
    to(#5a85dd)
  );
  background-image: linear-gradient(
    to right,
    rgba(78, 99, 215, 0.9) 0%,
    #5a85dd 100%
  );
}

.job-overview {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .job-overview {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}

.job-overview .job-detail ul {
  margin-bottom: 28px;
}

.job-overview .job-detail ul li {
  opacity: 0.75;
  font-weight: 600;
  margin-bottom: 15px;
}

.job-overview .job-detail ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.job-overview .overview-bottom,
.job-overview .overview-top {
  padding: 35px;
}

.job-left .col-lg-3 {
  margin-right: 0;
  margin-left: auto;
  max-width: 200px;
}

.job-content ul li {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  font-family: "NettoOT-Bold", sans-serif;
  width: 45%;
  float: left;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .job-content ul li {
    border-bottom: 0;
    padding: 0;
  }
}

.job-content ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}

.job-content ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.mb-30 {
  margin-bottom: 30px;
}

.lh-carr {
  line-height: 1.7;
}

.job-box h2 {
  font-size: 1.9rem !important;
  line-height: 1.4 !important;
  font-family: "NettoOT" !important;
  font-weight: 400 !important;
  padding-right: 0;
  color: #ffffff;
}
.modal h2, 
.modal h3, 
.modal p, 
.modal li,
.modal hr
{
  color: white;
}

.modal hr
{
  color: white;
}

.modal footer{
  border-top: none;
}

.job-content-wrapper {
    overflow-wrap: break-word;
    word-break: break-word;
}

@media screen and (max-width:768px) {
  .modal .btn-close {
    right: 1.5%;
    top: 0;
  }

  .modal .modal-content {
    padding: 0px 0px !important;
  }

}