html, body {
  margin: 0;
  background-color: #0B090A;
  color: #F5F3F4;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
}
* {
  margin: 0;
  box-sizing: border-box;
}
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  display: none;
}
a {
  color: #E5383B;
}
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
section.start {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/assets/img/bg.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
section.start .left, section.start .right {
  width: 10%;
  height: 100vh;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
section.start .left { left: 0; background-image: url('/assets/img/left.svg'); }
section.start .right { right: 0; background-image: url('/assets/img/right.svg'); }
section.start h1 {
  font-size: 5rem;
  font-weight: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 25px;
  padding-bottom: 10px;
}
section.start h2 {
  font-weight: 300;
  letter-spacing: 5px;
  margin-left: 5px;
}
.hero-down-button {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 18px 25px 18px 30px;
  letter-spacing: 5px;
  opacity: 0.5;
  transform: translateY(80%);
  position: relative;
  transition: opacity 0.2s;
}
.hero-down-button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 40px;
  height: 40px;
  background-image: url('/assets/img/down.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-down-button:hover {
  opacity: 0.7;
}
.navbar {
  position: sticky;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar li {
  display: inline-block;
}
.navbar li:not(li:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 25px;
  padding-left: 25px;
}
.navbar li a {
  text-decoration: none;
  color: #F5F3F4;
}
section#boldHeadline {
  padding: 120px 60px 40px 60px;
  text-align: center;
}
section#boldHeadline h1 {
  font-weight: 500;
  position: relative;
}
section#boldHeadline h1::before, section#boldHeadline h1::after {
  content: '';
  width: 10px;
  border-left: 2px solid #E5383B;
  border-right: 2px solid #E5383B;
  height: 1.3em;
  position: absolute;
  top: 50%;
}
section#boldHeadline h1::before {
  left: 0;
  transform: translateX(-200%) translateY(-50%) skew(-30deg);
}
section#boldHeadline h1::after {
  right: 0;
  transform: translateX(200%) translateY(-50%) skew(-30deg);
}
.client-logos {
  margin-top: 60px;
  display: flex;
  flex-flow: wrap;
  gap: 60px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.client-logos img {
  height: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  display: block;
  text-align: center;
  transition: opacity 0.3s;
}
.client-logos img:hover {
  opacity: 1;
}
.client-logos img#brand-givenchy {
  height: 30px;
}
section#about {
  padding: 120px 40px 40px 40px;
}
section#about .about {
  max-width: 800px;
  margin: auto;
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
section#about h3 {
  margin-bottom: 10px;
  line-height: 1.5em;
  font-weight: 500;
  opacity: 0.9;
}
.about-me-audio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  margin-bottom: 60px;
}
.about-me-audio-img {
  background-color: #161A1D;
  padding: 10px;
  display: flex;
  border-radius: 1rem;
}
.about-me-audio-img img {
  max-width: 70vw;
  width: 500px;
  margin: 0;
  border-radius: 1rem;
}
.about-me-audio-player {
  width: 100%;
  max-width: 250px;
}
.moreofme-group {
  margin: 20px 0 20px 0;
}
.moreofme-group .btn {
  margin: 0 10px 10px 10px;
}
section#service .service {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  display: grid;
  justify-items: center;
  grid-gap: 40px;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 400px);
  align-items: center;
}
section#service .serviceItem {
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 10vh 0;
}
section#service h2 {
  font-weight: 300;
  font-size: 2.5rem;
  margin: 20px 0 20px 5px;
  letter-spacing: 5px;
}
section#service h3 {
  font-size: 1.5rem;
}
section#service h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
section#service .serviceItem > div {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 150px;
  width: 100%;
}
section#service .serviceMic {
  background-image: url('/assets/img/mic.svg');
}
section#service .serviceLicence {
  background-image: url('/assets/img/paper.svg');
}
section#service .serviceTranslate {
  background-image: url('/assets/img/translate.svg');
}
section#portfolio {
  background-color: rgba(22, 26, 29, 0.5);
  padding: 120px 0;
}
section#portfolio .examples {
  margin-top: 40px;
  width: 100%;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: grid;
  justify-items: center;
  align-items: center;
  column-gap: 40px;
  row-gap: 120px;
  grid-template-columns: repeat(auto-fit, 400px); */
}
button#moreexamples {
  margin-top: 80px;
}
section#about h1, section#service h1, section#portfolio h1, section#hireme h1 {
  font-weight: 300;
  font-size: 3rem;
  padding: 0 10px;
  letter-spacing: 5px;
  margin-left: 5px;
  border-bottom: 1px solid #E5383B;
}
section#portfolio h2 {
  font-weight: 300;
  font-size: 2rem;
  margin: 20px 0;
}
section#portfolio h3, #modal h3 {
  font-weight: 700;
  font-size: 1.4rem;
  opacity: 0.7;
}
.examp-item {
  max-width: 400px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
button.examp-play, button.player-btn {
  border: 0;
  outline: 0;
  background-color: transparent;
  background-image: url('/assets/img/play.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 50%;
  cursor: pointer;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  position: relative;
}
.examp-duration {
  width: 100%;
  padding: 5px;
  margin-top: 20px;
}
.examp-duration .examp-duration-line-container {
  background-color: #374149;
  width: 100%;
  height: 3px;
}
.examp-duration .examp-duration-line-container .examp-duration-line {
  background-color: #E5383B;
  width: 0%;
  height: 100%;
  transition: width 0.1s;
}
#modal .examples {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#modal .examp-item {
  max-width: 300px;
  margin-bottom: 40px;
}
#modal button.examp-play {
  height: 100px;
  width: 100px;
}
#modal h2 {
  margin: 10px 0 5px 0;
  font-weight: 300;
  font-size: 1.5rem;
}
button.examp-play::before, button.player-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #E5383B;
  border-right: 5px solid #E5383B;
  content: '';
  border-radius: 50%;
  transform: rotate(45deg);
  transition: transform 0.5s;
}
button.examp-play:hover::before, button.player-btn:hover::before {
  transform: rotate(-45deg);
}
button.examp-play:active::before, button.player-btn:active::before, button.player-btn:focus::before, section#portfolio button.examp-play:focus::before, #modal button.examp-play:focus::before {
  transform: rotate(360deg);
}
section#hireme h1 {
  margin-bottom: 80px;
}
section#hireme {
  padding: 120px 40px;
}
section#hireme .hireme {
  max-width: 800px;
  margin: auto;
  width: 100%;
}
.non-binding-text {
  margin-bottom: 10px;
  opacity: 0.7;
  font-weight: 500;
}
input, textarea, select {
  border: 0;
  outline: 0;
  background-color: #161A1D;
  padding: 20px 30px;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  color: #F5F3F4;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-bottom: 3px solid #161A1D;
  border-top: 3px solid #161A1D;
  border-left: 3px solid #161A1D;
  border-right: 3px solid #161A1D;
  transition: border-bottom 0.3s;
}
input:focus, textarea:focus, select:focus {
  border-bottom: 3px solid #E5383B;
}
textarea {
  resize: vertical;
}
#hireStatus {
  margin-bottom: 20px;
  display: none;
}
.btn {
  outline: 0;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  color: #F5F3F4;
  background-color: #E5383B;
  padding: 18px 25px 18px 30px;
  letter-spacing: 5px;
  font-size: 1.1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 0.9;
}
.inputGroup {
  display: flex;
}
.inputGroup input:not(input:first-child) {
  margin-left: 20px;
}
.modal-box {
  background-color: #161A1D;
  padding: 40px;
  margin: 20px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  position: relative;
}
.modal-box h1 {
  font-weight: 300;
  padding: 0 10px;
  letter-spacing: 5px;
  margin-left: 5px;
  border-bottom: 1px solid #E5383B;
}
.modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  background-image: url('/assets/img/close.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  border: 0;
  outline: 0;
  opacity: 0.7;
  cursor: pointer;
  transform: translateX(-50px) translateY(40px);
  transition: opacity 0.2s;
}
.modal-close-btn:hover {
  opacity: 1;
}
.modal-box::-webkit-scrollbar {
  width: 10px;
}
.modal-box::-webkit-scrollbar-track {
  background: transparent;
}
.modal-box::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}
.modal-box::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.15);
}
footer {
  display: flex;
  background-color: #000;
}
footer > div {
  width: 100%;
  padding: 80px 40px;
}
footer h1, footer h2 {
  font-weight: 400;
  letter-spacing: 5px;
}
footer p {
  font-weight: 400;
  letter-spacing: 3px;
}
footer h2 { margin: 40px 0 10px 0; }
footer > .legal a {
  text-decoration: none;
  color: #E5383B;
  display: block;
  margin-bottom: 40px;
}
.goup {
  text-decoration: none;
  width: 100%;
  height: 50px;
  display: block;
  background-image: url('/assets/img/up.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
.back-btn-float {
  position: fixed;
  top: 0;
  left: 0;
}
.back-btn {
  display: block;
  text-decoration: none;
  width: 200px;
  height: 100px;
  background-image: url('/assets/img/left.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.back-btn img {
  width: 40px;
  margin: 17px 0 0 10px;
}
.back-btn p {
  position: absolute;
  color: #fff;
  top: 14px;
  left: 64px;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 500;
}
section.imprint, section.privacy {
  margin: auto;
  max-width: 1000px;
  text-align: center;
}
section.imprint h1, section.privacy h1 {
  font-weight: 300;
  font-size: 3rem;
  padding: 0 10px;
  letter-spacing: 5px;
  margin-left: 5px;
  border-bottom: 1px solid #E5383B;
}
section.imprint h2, .privacy .sub {
  font-weight: 400;
  opacity: 0.7;
  margin: 20px 0 40px 0;
}
section.privacy h2 {
  font-weight: 400;
  position: relative;
  margin: 60px 0 20px 0;
}
section.privacy h2 span {
  color: #E5383B;
  position: absolute;
  left: -30px;
  font-weight: 500;
}
section.imprint h3, section.privacy h3 {
  font-weight: 500;
  margin-bottom: 10px;
}
section.imprint p {
  line-height: 1.5rem;
}
section.privacy p, section.privacy ul {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}
section.subpage#about,
section.subpage#service,
section.subpage#portfolio,
section.subpage#hireme {
  padding: 140px 40px 40px 40px;
}
.slideshow {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 40px;
}
.slideshow .prev-btn, .slideshow .next-btn {
  position: absolute;
  top: 50%;
  /* transform: translateY(-100%); */
  background-color: #E5383B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 100%;
  font-family: inherit;
  z-index: 5;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}
.slideshow .prev-btn {
  display: none;
  right: 50%;
  background-image: url('/assets/img/nav_before.svg');
  transform: translateY(-50%) translateX(-400px);
}
.slideshow .next-btn {
  left: 50%;
  background-image: url('/assets/img/nav_next.svg');
  transform: translateY(-50%) translateX(400px);
}
.slideshow-item {
  flex-shrink: 0;
  display: none;
  transition: transform 0.2s;
}
.slideshow-item.current, .slideshow-item.sibling {
  display: block;
}
.slideshow-item.current {
  z-index: 2;
}
.slideshow-item.sibling {
  position: absolute;
  z-index: 1;
  opacity: 0.3;
  pointer-events: none;
}
.slideshow-item.sibling.left {
  transform: translateX(-60%) scale(0.7);
}
.slideshow-item.sibling.right {
  transform: translateX(60%) scale(0.7);
}
.player {
  width: 900px;
  padding: 0 40px;
  margin: auto;
}
.player-container {
  background-color: rgba(0, 0, 0, 1);
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.player-container iframe, .player-container > .player-overlay, .player-container > video, .player-container > audio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.player-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
  background-color: #0B090A;
  transition: opacity 0.3s;
}
.player-overlay-thumbnail {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.player-overlay-additionalinfo {
  position: absolute;
  text-align: center;
  bottom: 0;
  transform: translateY(-25%);
}
.player-overlay-title {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 2em 0 1em 3px;
  display: block;
}
.player-overlay-tags {
  display: flex;
}
.player-portfolio-brand-logo {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
}
.player-portfolio-nda-signed {
  margin-top: 20px;
  font-weight: 500;
  border-top: 1px solid #E5383B;
  border-bottom: 1px solid #E5383B;
  padding: 5px 0;
}
.player-overlay-tags span {
  margin: 0 0.5em;
  padding: 0.5em 1.5em;
  background-color: #161A1D;
  border-radius: 10em;
  display: block;
  border: 2px solid #eee;
}
.player-container > p[data-player-notice] {
  opacity: 0;
  font-size: 1.2em;
  font-weight: 600;
  transition: opacity 0.4s;
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(100%);
}
.player-container > .player-portfolio-brand-logo {
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(-150%);
}
.tab-group .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #E5383B;
}
.tab-group .tabs button {
  background-color: transparent;
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: inherit;
  padding: 1em 3em;
  cursor: pointer;
  transition: background-color 0.2s;
}
.tab-group .tabs button:not(:last-child) {
  border-right: 1px solid #E5383B;
}
.tab-group .tabs button:hover, .tab-group .tabs button.active {
  background-color: rgba(230, 56, 59, 0.3);
}
.side-by-side {
  margin: 1.5em 0;
  display: flex;
}
.side-by-side > div {
  width: 100%;
}
.side-by-side ul {
  text-align: left;
  line-height: 1.5;
}
#tabContent2 {
  display: none;
}
@media only screen and (max-width: 1800px) {
  .slideshow-item.sibling {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  section#service .service {
    grid-gap: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .slideshow .prev-btn {
    top: 0;
    right: initial;
    transform: translateY(25%) translateX(-100%);
  }
  .slideshow .next-btn {
    top: 0;
    left: initial;
    transform: translateY(25%) translateX(100%);
  }
}
@media only screen and (max-width: 900px) {
  section.start .left, section.start .right {
    display: none;
  }
  .slideshow-item {
    flex-shrink: initial;
    width: 100%;
  }
  button.player-btn {
    width: 100px;
    height: 100px;
  }
  #portfolio .player {
    max-width: 900px;
    width: 100%;
  }
}
@media only screen and (max-width: 705px) {
  footer {
    display: block;
  }
  section#service .serviceItem {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 690px) {
  section.start h1 {
    font-size: 3.5rem;
  }
  section.start h2 {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .inputGroup {
    display: block;
  }
  .inputGroup input:not(input:first-child) {
    margin-left: 0;
  }
  .player-overlay-additionalinfo {
    transform: translateY(80%);
  }
  .slideshow {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .side-by-side {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .navbar li:not(li:first-child) {
    margin-left: 10px;
    padding-left: 10px;
  }
}
