/* BROWSER RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** //BROWSER RESET **/



:root {
    font-size: 16px;

    /* STYLE */
    --accent-color-gold: #D5C1B4;

    --color-lightgold: #ECE2DB;
    --color-lightgray: #F3EFEC;

    --text-color-light: white;
    --text-color-dark: #292828;
}

@font-face {
    font-family: "inter";
    src: local("inter"),
      url("font/Inter-VariableFont_slnt\,wght.ttf") format("truetype");
  }

  body {
    font-family: 'inter';
    background-color: #fafafa;
    color: var(--text-color-dark);
  }
  
  .navbar {
    display: flex;
    padding: 0 30px;
  }

  .logo {
    flex-basis: 8%;
  }

  .menu-container {
    flex-basis: 60%;
    display: flex;
  }

  .menu-container nav {
    display: flex;
    flex-basis: 100%;
  }

  .menu-container nav ul {
    flex-basis: 100%;
    display: flex;
    gap: 40px;
    padding-left: 120px;
    padding-top: 60px;
  }

  .menu-container nav ul a {
    text-decoration: none;
    color: var(--text-color-dark);
  }

  .menu-container nav ul a span {
    color: var(--accent-color-gold);
    padding: 0px 30px;
  }

  #buehne {
    padding-left: calc(8vw + 145px);
    padding-right: 36vw;
  }

i {
  font-style: italic;
  font-size: 12px;
  line-height: 150%;
}
b {
  font-weight: 700;
}

  header {
    background-image: url("img/dsd-6.png");
    height: 100vh;
    background-repeat: no-repeat;
    background-position: right top;
  }

  .header-socials {
    position: absolute;
    left: 55px;
    top: 200px;
  }

  .header-socials svg {
    margin-bottom: 60px;
  }

  .header-socials div {
    text-align: center;
    border: 1px solid #D5C1B4;
    margin-bottom: 40px;
    align-content: center;
    display: flex;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
  }

  .header-socials svg {
    margin-bottom: 60px;
    display: flex;
    align-self: first baseline;
    padding-top: 17px;
  }

  h1 {
    font-size: 81px;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-top: 50px;
  }

  h1 span, h2 span {
    color: var(--accent-color-gold);
  }

  #buehne p {
    width: 330px;
    line-height: 160%;
    padding: 30px 0;
  }

  #buehne p a {
    color: var(--text-color-dark);
    border-bottom: 2px solid #D5C1B4;
    text-decoration: none;
  }

  #buehne button {
    border: 2px solid #D5C1B4;
    font-size: 28px;
    font-weight: 200;
    border-radius: 5px;
    padding: 20px 20px;
    background-color: transparent;
  }

  .overlay-linear {
    height: 238px;
    background-image: url(img/overlay-linear.png);
    margin-top: -238px;
    background-size: cover;
    background-position: top;
  }

  main {
    padding-left: calc(8vw + 145px);
    padding-right: calc(8vw + 145px);
  }

  main h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 41px;
    text-transform: uppercase;
    line-height: 140%;
    letter-spacing: 5px;
  }

  main h3 {
    font-size: 31px;
  }

  #smilemakeover .content-dsd-logo {
    margin: 30px 0;
  }

  .smilemakeover-intro p {
    width: 50%;
    padding: 30px 0;
    line-height: 140%;
  }

  .smilemakeover-intro p a {
    color: var(--text-color-dark);
    border-bottom: 2px solid #D5C1B4;
    text-decoration: none;
  }

  .smilemakeover-intro {
    background-image: url("img/smilemakeover-5.png");
    background-size: 300px auto;
    background-position: right center;
    background-repeat: no-repeat;
  }

  .ablauf-nav {
    display: flex;
  }

  .ablauf-nav > div {
    flex-basis: 25%;
    padding: 40px;
    display: flex;
  }

  .step-intro-active .ablauf-nav-intro {
    background-color: var(--color-lightgray);
    border-radius: 0 30px 0 0;
  }

  .ablauf-nav-intro {
    font-size: 22px;
  }

  #ablauf {
    padding-top: 120px;
  }

  .step-nbr {
    font-size: 61px;
    color: var(--accent-color-gold);
  }
  .step-txt {
    padding-left: 12px;
    font-size: 21px;
    padding-top: 6px;
  }

  .step-txt span {
    font-size: 16px;
    line-height: 37px;
  }

  .ablauf-content-intro {
    display: flex;
  }

  .ablauf-content-intro > div {
    flex-basis: 50%;
  }

  .ablauf-c-left h4, .ablauf-c-left p, .ablauf-c-left button {
    margin: 30px 10vw;
  }

  .ablauf-c-left {
    background-color: var(--color-lightgold);
    height: 400px;
  }
  .ablauf-c-right {
    background-color: var(--color-lightgray);
    height: 400px;
  }

  .ablauf-content-intro > div {
    flex-basis: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
  }

  .ablauf-c-left h4 {
    font-size: 31px;
    color: var(--text-color-dark);
  }

  .ablauf-c-left h4 span {
    color: var(--accent-color-gold);
  }

  .ablauf-content button {
    width: 300px;
    padding: 20px 0;
    color: var(--accent-color-gold);
    background-color: var(--text-color-dark);
    border: 0;
    border-radius: 10px;
  }

  .ablauf-c-left h4, .ablauf-c-left p, .ablauf-c-left button {
    margin-left: calc(8vw + 145px);
  }

  .after-ablauf-inner {
    padding: 30px;
      padding-right: 30px;
      padding-left: 30px;
    padding-left: calc(8vw + 145px);
    padding-right: calc(8vw + 145px);
  }

  h5 {
    font-size: 41px;
  }

  h5 span, .name span {
    color: var(--accent-color-gold);
  }

  .small {
    padding: 30px 0;
  }

  .name {
    font-size: 31px;
    padding: 10px 0;
  }

  .after-ablauf-inner {
    display: flex;
  }

  .aal-txt {
    line-height: 140%;
    padding: 30px 0;
  }

  .aal-link a {
    color: var(--text-color-dark);
    border-bottom: 2px solid #D5C1B4;
    text-decoration: none;
  }

  .after-ablauf-right {
    display: flex;
    align-items: end;
    background-image: url("img/soundwave-2.svg.png");
  }

  .after-ablauf-inner {
    padding-bottom: 0;
    padding-top: 110px;
  }

  .after-ablauf-right {
    display: flex;
    align-items: end;
    background-image: url("img/soundwave-2.svg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }

  .ablauf-c-left p {
    line-height: 180%;
  }

  .big-img-inner {
    display: flex;
  }

  .big-img-left, .big-img-right {
    flex-basis: 50%;
  }

  .big-img-left img {
    width: 50vw;
    height: auto;
  }

  .big-img {
    background-color: #1a1a1a;
  }

  .big-img-right {
    display: flex;
  }

  .big-img-right {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .big-img-right p {
    width: 30vw;
    font-size: 51px;
    line-height: 120%;
    margin-bottom: 40px;
  }

  .big-img-right p {
    width: 30vw;
    font-size: 51px;
    line-height: 120%;
    margin-bottom: 40px;
    color: #fafafa;
  }

  .big-img-right p span {
    color: var(--accent-color-gold);
  }

  .big-img-right button {
    background-color: transparent;
    border: 2px solid;
    font-size: 21px;
    padding: 20px 20px;
    border-color: var(--accent-color-gold);
    color: var(--accent-color-gold);
    border-radius: 10px;
  }

  .team-inner {
    display: flex;
    padding: 110px 0;
      padding-right: 0px;
      padding-left: 0px;
    padding-left: calc(8vw + 145px);
    padding-right: calc(8vw + 145px);
  }

  .team-inner h6 {
    font-size: 41px;
    padding-bottom: 30px;
  }

  .team-inner h6 span {
    color: var(--accent-color-gold)
  }

  .team-left p {
    line-height: 140%;
  }

  .team-socials {
    display: flex;
    gap: 50px;
    padding-top: 40px;
  }

  .team-socials div {
    border: 2px solid;
    border-color: var(--accent-color-gold);
    height: 70px;
    display: flex;
    align-content: center;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    width: 70px;
    border-radius: 100%;
  }

  .team-socials div svg {
    align-self: initial;
    margin: 0 auto;
  }

  .team-left {
    flex-basis: 50%;
  }

  .team-right {
    display: flex;
    flex-basis: 50%;
  }

  #team {
    background-image: url("img/teamimg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 110px 0;
  }

  .footer-inner {
    padding: 110px 0;
      padding-right: 0px;
      padding-left: 0px;
    padding-left: calc(8vw + 145px);
    padding-right: calc(8vw + 145px);
    display: flex;
    gap: 50px;
  }

  .footer-logo {
    flex-basis: 50%;
  }

  .footer-txt, .footer-right {
    flex-basis: 25%;
    padding-top: 60px;
    line-height: 170%;
  }

  .footer-icons {
    display: flex;
    gap: 50px;
    margin-bottom: 42px;
  }

  footer {
    background-color: #1a1a1a;
    color: #fafafa;
    background-image: url("img/smilemakeover.png");
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  footer a {
    color: #fafafa;
    text-decoration: none;
    border-bottom: 2px solid;
    border-color: var(--accent-color-gold); 
}

.footer-txt span {
    color: var(--accent-color-gold);
}



.line-left svg {
    width: calc(8vw + 140px);
  }

  .line-left {
    position: absolute;
    margin-top: 40px;
    transform: translateX(-38vw);
    transition: all 1s;
  }

  .turn_on .line-left {
    transform: translateX(calc(-30vw + 140px));
  }

  .line-right svg {
    width: calc(8vw + 140px);
  }

  .smilemakeover-intro .line-right {
    position: absolute;
    margin-top: 40px;
    transform: translateX(138vw);
    transition: all 1s;
  }

  .turn_on .smilemakeover-intro .line-right {
    transform: translateX(calc(17vw - 140px));
    right: 0;
  }

  .line-right svg {
    width: calc(18vw + 140px);
  }

  .line-right svg {
    vertical-align: -24px;
  }

  body {
    overflow-x: hidden;
  }

  .header-socials {
    transform: translateX(-20vw);
    transition: all 1s;
  }

  #start.turn_on .header-socials {
    transform: translateX(0vw);
  }


  h1 span, h2 span {
    color: var(--text-color-dark);
    transition: all 1s;
  }

  h1, h2 {
    letter-spacing: 0 !important;
    transition: all 1s;
  }

  .turn_on h1, .turn_on h2 {
    letter-spacing: 6px !important;
    transition: all 1s;
  }

  .turn_on h1 span, .turn_on h2 span {
    color: var(--accent-color-gold);
    transition: all 1s;
  }

  .navbar::before {
    content: " ";
    background-image: url("img/soundwave-1.svg.png");
    height: 190px;
    width: 180px;
    position: absolute;
    background-size: cover;
    left: 0;
    z-index: -1;
    animation: pulse 2s infinite
  }


  @keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}


#buehne button {
    animation: pulse-border 3s infinite;
}


@keyframes pulse-border {
	0% {
		transform: scale(0.98);
		box-shadow: 0 0 0 0 #d5c1b4ab;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 3px #d5c1b4ab;
	}

	100% {
		transform: scale(0.98);
		box-shadow: 0 0 0 0 #d5c1b4ab;
	}
}


.big-img-right p {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    background-image: url("img/background-gold.png");
    background-size: 100% 0%;
    background-repeat: no-repeat;
    transition: all 2s;
  }

  .big-img.turn_on p {
    background-size: 100% 100%;
  }

  .big-img p span {
    transition: all 1s;
  }

  .big-img.turn_on p span {
    color: #fafafa;
  }

  .ablauf-c-right img {
    filter: blur(10px);
    transition: all 1.5s;
  }

  .turn_on .ablauf-c-right img {
    filter: blur(0px);
  }

  .after-ablauf-right img {
    backdrop-filter: blur(10px);
    transition: all 3s;
  }

  .turn_on .after-ablauf-right img {
    backdrop-filter: blur(0px);
  }

  nav li {
    transition: all 0.8s;
  }
  nav li:hover {
    color: var(--accent-color-gold);
  }

  .team-socials {
    transform: translateY(500px);
    transition: all 1s;
  }

  .turn_on .team-socials {
    transform: translateY(0);
  }

  .after-ablauf-left img {
    transform: scale(0.8);
    transition: all 1.8s;
  }

  .turn_on .after-ablauf-left img {
    transform: scale(1);
  }

  .header-socials svg * {
    transition: all 1s;
  }

  .header-socials svg:hover * {
    stroke: var(--text-color-dark);
  }

  .header-socials div {
    transition: all 1s;
    cursor: pointer;
  }

  .header-socials div:hover {
    border-color: var(--text-color-dark);
  }


  .ablauf-content-intro > div {
    height: 460px !important;
  }

  .ablauf-content-one, .ablauf-content-two, .ablauf-content-three, .ablauf-content-four {
    position: absolute;
    margin-top: -460px;
    height: 460px;
  }

  .ablauf-content-one, .ablauf-content-two, .ablauf-content-three, .ablauf-content-four {
    transform: translateX(-100vw);
    transition: all 1.5s;
  }

  .ablauf-step-one-active .ablauf-content-one {
    transform: translateX(0vw);
  }

  .ablauf-step-two-active .ablauf-content-two {
    transform: translateX(0vw);
  }

  .ablauf-step-three-active .ablauf-content-three {
    transform: translateX(0vw);
  }

  .ablauf-step-four-active .ablauf-content-four {
    transform: translateX(0vw);
  }

  .ablauf-content-intro button {
    width: 300px;
    padding: 20px 0;
    color: var(--accent-color-gold);
    background-color: var(--text-color-dark);
    border: 0;
    border-radius: 10px;
  }


  .ablauf-step-one-active .ablauf-content .ablauf-c-right img, .ablauf-step-two-active .ablauf-content .ablauf-c-right img, .ablauf-step-three-active .ablauf-content .ablauf-c-right img, .ablauf-step-four-active .ablauf-content .ablauf-c-right img {
    display: none;
  }

  .ablauf-step-one-active .ablauf-step.ablauf-step-one {
    background-color: #b89d80;
    border-radius: 0px 30px 0 0;
  }

  .ablauf-step-two-active .ablauf-step.ablauf-step-two {
    background-color: #b89d80;
    border-radius: 0px 30px 0 0;
  }

  .ablauf-step-three-active .ablauf-step.ablauf-step-three {
    background-color: #b89d80;
    border-radius: 0px 30px 0 0;
  }


  .ablauf-step-four-active .ablauf-step.ablauf-step-four {
    background-color: #b89d80;
    border-radius: 0px 30px 0 0;
  }

  .ablauf-step-one-active .ablauf-nav-intro, .ablauf-step-two-active .ablauf-nav-intro, .ablauf-step-three-active .ablauf-nav-intro, .ablauf-step-four-active .ablauf-nav-intro {
    border-radius: 0 !important;
  }

  .ablauf-nav > div {
    cursor: pointer;
  }

  h5 span, .name span {
    transition: all 1s;
    color: var(--text-color-dark);
  }

  .turn_on h5 span, .turn_on .name span {
    color: var(--accent-color-gold) !important;
  }


  #buehne button {
    color: var(--text-color-dark);
  }

.header-socials div a {
  height: 68px;
}

.team-socials a {
  width: 68px;
}



.footer-icons a {
  text-decoration: none !important;
  border: 0 !important;
}

.footer-icons {
    display: flex;
    gap: 50px;
    margin-bottom: 32px;
  }