@keyframes scale-up {
    0% {
      transform: scale(1);
    }
    to {
      transform: scale(1.2);
    }
  }
  @keyframes shadow-inset-center {
    0% {
      box-shadow: inset 0 0 0 0 transparent;
    }
    to {
      box-shadow: inset 0 0 14px 0 rgb(0 0 0/50%);
    }
  }
  .desktop-1 {
    position: relative;
    background-color: var(--color-2);
    width: 100%;
    height: calc(4170px - 37vw);
    overflow: hidden;
    text-align: center;
    font-size: var(--font-31-size);
    color: var(--color-4);
    font-family: var(--font-31);
  }
  body {
    margin: 0;
    line-height: normal;
  }
  .heading-bar {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 320px;
  }
  
  .logo {
    cursor: pointer;
    border: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    left: 10vw;
    width: 280px;
    height: 280px;
  }
  .logo-img{
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.4);
    width: 280px;
    height: 280px;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .heading-title-block {
    position: relative;
    width: calc(270px + 20vw);
    height: 200px;
    left: calc(90px + 35vw);
    top: 80px;
  }
  
  .heading-title-yourpersonalcoach {
    margin: 0;
    top: 2vw;
    left:0px;
    font-size: var(--font-1-size);
    font-weight: 400;
    font-family: var(--font-1);
    color: var(--color-black);
    width: calc(270px + 20vw);
    height: 67px;
    position: absolute;
    text-align: center;
    line-height: 55px;
  }
  .heading-title-name {
    margin: 0;
    color: var(--color-black);
    top: calc(230px - 10vw);
    left: 0px;
    width: calc(270px + 20vw);
    text-align: center;
    font-size: var(--subtitle-size);
    font-weight: 400;
    font-family: var(--font-1);
    position: absolute;
  }
  
  .button-container {
    position:relative;
    top:120px;
    width:100%;
    height:150px;
    width: 150px;
  }
  
  .menu-icon-container {
    position: absolute;
    top:40px;
    height: 70px;
    left: calc(50vw - 85px);
    width:170px;
    display: none;
    border-style: none;
    border-color: var(--color-4);
  }
  .menu-icon-container:hover {
    cursor: pointer;
    background-color: #99a891;
  }
  .menu-icon-container:onclick {
    cursor: pointer;
    background-color: #99a891;
  }
  
  .button-menu-icon {
    position:absolute;
    height: 50px;
    width: 50px;
    top: 10px;
    left: 20px;
    border-width: 2px;
    border-color: var(--color-4);
  }
  .menu-icon-text {
    position: absolute;
    font-family: var(--font-31);
    font-size: var(--button-size);
    left: 85px;
    margin:0;
    top:18px;
  }
  
  .toggle-menu-list {
    position:absolute;
    min-width:80vw;
    height:205px;
    top:100px;
    left: 10vw;
    background-color: var(--color-3);
    list-style-type: none;
    list-style: none;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
    display: none;
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  #menuList {
   overflow: hidden;
   transition:  0.5s;
  }
  
  .toggle-menu-list a {
    font-family: var(--font-helvetica);
    font-size:var(--dropdown-list-size);
    font-weight:bold;
    position:relative;
    text-decoration: none;
    display: block;
    list-style-type: none;
    list-style: none;
    padding: 12px 16px;
    color: inherit;
  }
  .toggle-menu-list a:hover {
    background-color: #ddd;
    cursor: pointer; 
  }
  .toggle-menu-list a:onclick {
    background-color: #ddd;
  }
  
  .toggle-menu-list hr {
    position:relative;
    margin:0;
    left:15vw;
    width:50vw;
    border-width: 1px;
    border-color: var(--color-4);
  }
  
  .voeding-button {
    margin: 0;
    top: 62.3px;
    left: calc(60vw - 60px);
    width: 120px;
    font-size: var(--scaled-button-size);
    font-weight: 400;
    font-family: var(--font-31);
    position: absolute;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: var(--color-4);
    border-bottom-color: var(--color-4);
  }
  .aanbod-button {
    margin: 0;
    top: 65px;
    left: calc(40vw - 50px);
    width: 100px;
    font-size: var(--button-size);
    font-weight: 400;
    font-family: var(--font-31);
    position: absolute;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
  }
  .home-button {
    text-decoration: none;
    position: absolute;
    top: 65px;
    left: calc(20vw - 60px);
    width: 120px;
    color: inherit;
    font-size: var(--button-size);
    display: inline-block;
    font-family: var(--font-31);
    transition: all 0.3s;
  }
  .contact-button {
    text-decoration: none;
    position: absolute;
    top: 65px;
    left: calc(80vw - 50px);
    width: 100px;
    color: inherit;
    font-size: var(--button-size);
    display: inline-block;
    font-family: var(--font-31);
    transition: all 0.3s;
  }
  .contact-button::before,
  .aanbod-button::before,
  .home-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: var(--color-4);
    border-bottom-color: var(--color-4);
    transform: scale(0.1, 1);
  }
  .contact-button:hover::before,
  .aanbod-button:hover::before,
  .home-button:hover::before {
    opacity: 1; 
    transform: scale(1, 1); 
  }
  
  .contact-button::after,
  .aanbod-button::after,
  .home-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
  }
  
  .contact-button:hover::after,
  .aanbod-button:hover::after,
  .home-button:hover::after {
    opacity: 0; 
    transform: scale(0.1, 1);
  }
  
  .aanbod-button:hover,
  .contact-button:hover,
  .home-button:hover,
  .voeding-button:hover {
    cursor: pointer;
    opacity: 1;
    letter-spacing: 2px;
  }
  .aanbod-button:hover,
  .contact-button:hover,
  .home-button:hover {
    animation: 1s step-start 0s 1 normal none scale-up;
  }
  
  .aanbod-lijst {
    position:absolute;
    background-color: var(--color-3);
    min-width: 400px;
    height:0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 100px;
    left: calc(40vw - 200px);
    list-style-type: none;
    list-style: none;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
    text-align: center;
  }
  
  .aanbod-lijst a {
    position: relative;
    color: var(--color-black);
    font-size: var(--dropdown-list-size);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    list-style-type: none;
  }
  
  .aanbod-lijst a:hover {background-color: #ddd;}
  
  .dropdown:hover .aanbod-lijst {
    height: 240px;
  }
  
  .dropdown {
    font-size: var(--button-size);
    display: inline-block;
  }

  .main-picture-section {
    position: relative;
    top:120px;
    height: 400px;
  }
  .main-picture-section-image {
    position:relative;
    top:0px;
    width:80vw;
    height: 400px;
    object-fit: cover;
    box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.4);
  }
  .main-picture-section-title {
    position: absolute;
    top:0px;
    width: 80vw;
    left:10vw;
    height:300px;
    color: var(--color-3);
    font-family: var(--font-31);
    font-size: var(--aanbod-title-size);
    text-align: center;
    margin-top: calc(200px - 5vw);
  }
  .section-2 {
    position:relative;
    top:200px;
    height: calc(730px - 15vw);
    width:90vw;
    left:5vw;
    background-color: var(--color-3);
    box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.4);
  }
.section-2-image {
    position: absolute;
    top: 0px;
    left:0px;
    height: calc(730px - 15vw);
    width: 33vw;
    object-fit: cover;
}
.section-2-text-container,
.section-2-background {
  position:absolute;
  left: calc(34vw + 20px);
  height: calc(930px - 20vw);
  width: calc(52vw - 20px);
}
.section-2-background {
  left:0;
}
.section-2-title {
    position:absolute;
    left: 30px;
    width: 300px;
    text-align:left;
    font-size: var(--font-1-size);
    font-family: var(--font-31);
    margin-top:30px;
    margin-bottom:30px;
}
.section-2-text {
    position: absolute;
    top:100px;
    width: calc(52vw - 20px);
    font-size:16px;
    font-family: var(--font-helvetica);
    text-align:justify;
    line-height: 20px;
}
.section-3 {
    position:relative;
    top:280px;
    background-color: var(--color-3);
    height: calc(940px - 20vw);
    width:80vw;
    left:10vw;
    box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.4);
}
.section-3-text-container,
.section-3-background {
  position:absolute;
  left: calc(2vw + 10px);
  height: calc(940px - 20vw);
  width: calc(43vw - 20px);
  z-index: 1;
}
.section-3-background {
  left:0;
  z-index: 0;
}
.section-3-title {
    position: absolute;
    left: calc(-2vw - 10px);
    width: 80vw;
    text-align:center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: var(--font-1-size);
    font-family: var(--font-31);
}
.section-3-text {
    position: absolute;
    top: 120px;
    width: calc(43vw - 20px);
    text-align: justify;
    font-family: var(--font-helvetica);
    font-size: 16px;
    line-height: 20px;
    margin-top:0;
}
.section-3-image {
    position: absolute;
    right:0;
    top:0;
    height:calc(940px - 20vw);
    width:33vw;
    object-fit: cover;
    align-items: right;
    opacity: 0.6;
}
.section-4 {
    position:relative;
    height:600px;
    top:380px;
    transition:0.3s;
}
.section-4-aanbod-button {
  display:none;
  width: 35vw;
  height: 20vw;
  position: absolute;
  left: 10vw;
  background-color: var(--color-3);
  border-radius:2vw;
  box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.4);
}
.section-4-aanbod-button:hover {
  background-color: #ddd;
  cursor: pointer;
}
.section-4-aanbod-button:active {
  background-color: #ddd;
}
.section-4-aanbod-button-icon {
  position: absolute;
  width: 8vw;
  height: 8vw;
  color: var(--color-4);
  left:13.5vw;
  top: 1vw;
}
.section-4-aanbod-button-text {
  position:absolute;
  width:35vw;
  text-align: center;
  height:6.5vw;
  top:8vw;
  color: var(--color-4);
  font-size: 6vw;
  margin:0;
  margin-top:5px;
}
.section-4-aanbod-button-extra {
  position: absolute;
  width:35vw;
  text-align: center;
  font-size: 3vw;
  color: var(--color-4);
  top:13vw;
  font-family: var(--font-helvetica);
}

#section-4a-button-id,
#section-4b-button-id {
  display:none;
  top: calc(50px + 20vw);
  width: 90vw;
  left: 5vw;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
  transition:  0.3s;
}

#section-4a-title-id,
#section-4a-text-id,
#section-4b-title-id{
  display:inherit;
  width:90vw;
  left:0;
  text-align: center;
  margin-top: 2vw;
}
#section-4a-list-id {
  left: 10vw;
  width: 60vw;
}
#image-apple-id {
  left: calc(20vw - 32px);
}
#image-deadlift-id {
  left: calc(45vw - 32px);
}
#image-banana-id {
  left: calc(70vw - 32px);
}
#section-4b-text-id {
  width: 80vw;
  left:5vw;
}
#section-4b-image-info-id {
  height:80px;
  width:80px;
  left: calc(45vw - 40px);
}
#section-4b-title-id {
  top:70px
}
#section-4b-list-id {
  top:400px;
  width: 90vw;
  right: 0;
  top: calc(450px - 10vw);
}

.section-4a {
    position: absolute;
    top:0px;
    height: 600px;
    width: 38vw;
    left:7vw;
    background-color: var(--color-3);
    box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.4);
}
.section-4a-title {
    position:absolute;
    width:38vw;
    top:40px;
    text-align: center;
    margin-top:30px;
    font-family: var(--font-31);
    font-size: var(--font-1-size);
}
.section-4a-text {
    position: absolute;
    top:120px;
    left:6vw;
    width:26vw;
    text-align:justify;
    font-family: var(--font-helvetica);
    font-size: 16px;
    line-height: 20px;
}
.section-4a-list {
    position: absolute;
    top:200px;
    left:6vw;
    width:26vw;
    text-align:justify;
    font-family: var(--font-helvetica);
    font-size: 16px;
    line-height: 30px;
}
.section-4a-image {
    position:absolute;
    height: 64px;
    width:64px;
    top:450px
}
#image-apple {
    left: calc(10vw - 32px);
}
#image-deadlift {
    left: calc(19vw - 32px);
}
#image-banana{
    left: calc(28vw - 32px);
}

.section-4-info-button {
  display:none;
  width: 35vw;
  height: 20vw;
  position: absolute;
  right: 10vw;
  background-color: var(--color-3);
  border-radius:2vw;
  box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.4);
}
.section-4-info-button:hover {
  background-color: #ddd;
  cursor: pointer;
}
.section-4-info-button:active {
  background-color: #ddd;
}
.section-4-info-button-icon {
  position: absolute;
  width: 8vw;
  height: 8vw;
  color: var(--color-4);
  left:13.5vw;
  top: 1vw;
}
.section-4-info-button-text {
  position:absolute;
  width:35vw;
  text-align: center;
  height:6.5vw;
  top:8vw;
  color: var(--color-4);
  font-size: 6vw;
  margin:0;
  margin-top:5px;
}
.section-4-info-button-extra {
  position: absolute;
  width:35vw;
  text-align: center;
  font-size: 3vw;
  color: var(--color-4);
  top:13vw;
  font-family: var(--font-helvetica);
}

.section-4b {
    position: absolute;
    top:0px;
    height: 600px;
    width: 38vw;
    left:55vw;
    background-color: var(--color-3);
    box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.4);
}
#section-4b-button-id {
  display:none;
}
.section-4b-image-info {
    position: absolute;
    height:80px;
    width:80px;
    left: calc(19vw - 40px);
    top:20px;
}
.section-4b-title {
    position:absolute;
    font-size: var(--font-1-size);
    font-family: var(--font-31);
    top: 80px;
    width:38vw;
    text-align: center;
}
.section-4b-text {
    position:absolute;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 25px;
    font-family: var(--font-helvetica);
    top: 200px;
    width: 26vw;
    left: 6vw;
    text-align: justify;
}
.section-4b-list {
    position: absolute;
    margin-top: 20px;
    top: 370px;
    font-family: var(--font-helvetica);
    font-size: 16px;
    line-height: 25px;
    width:26vw;
    left:6vw;
    text-align: left;
}

.section-5 {
    position:relative;
    top:480px;
    height: 450px;
    width:100vw;
    background-color: var(--color-4);
}
.section-5-calendar-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 22vw;
    top: 45px;
}

.section-5-dates,
.section-5-title,
.section-5-mail,
.section-5-phone,
.section-5-disclaimer {
    left: 30vw;
    color: var(--color-3);
    position:absolute;
}
.section-5-title {
    top:0px;
    font-size: var(--font-1-size);
    font-family: var(--font-31);
}
.section-5-dates{
    top: 100px;
    font-size: 20px;
    font-family: var(--font-helvetica);
    text-align: left;
}
.section-5-mail{
    top: 210px;
    font-size: 20px;
    font-family: var(--font-helvetica);
}
.section-5-phone{
    top: 240px;
    font-size: 20px;
    font-family: var(--font-helvetica);
}
.section-5-email-button {
    top: 210px;
    left: 250px;
    cursor: pointer;
    border: 0;
    padding: 0;
    position: relative;
    width: 240px;
    height: 60px;
    background-color: var(--color-4);
    transition: all 0.3s;
  }
  .section-5-email-button-text {
    position: relative;
    font-size: 22px;
    font-family: var(--font-helvetica);
    color: var(--color-4);
    text-align: justify;
    display: inline-block;
    z-index: 1;
    transition: all 0.3s;
  }
  .section-5-email-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: var(--color-3);
    border-bottom-color: var(--color-3);
    transform: scale(0.1, 1);
  }
  .section-5-email-button:hover div {
    letter-spacing: 2px;
    color: var(--color-3);
  }
  .section-5-email-button:hover::before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .section-5-email-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-color: var(--color-3);
  }
  .section-5-email-button:hover::after {
    opacity: 0;
    transform: scale(0.1, 1);
  }
  .section-5-disclaimer {
    top: 340px;
    font-size: 20px;
    font-family: var(--font-helvetica);
    text-align: left;
  }
  
  .bottom-info-section {
    position:relative;
    top: 500px;
    height: 150px;
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .bottom-info-section-block {
    flex-basis:200px;
    height: 150px;
  }
  .bottom-info-section-block-title {
    font-family: var(--font-31);
    font-size: var(--button-size);
    color: var(--color-4);
  }
  .bottom-info-section-block-text {
    font-family: var(--font-helvetica);
    font-size: 14px;
    color: var(--color-4);
  }


  @media only screen and (max-width: 1310px) {
  .section-4b-image-info {
      height: 6vw;
      width:6vw;
      left: calc(18vw - 20px);
  }
  .section-4b-title {
      top: 6vw;
  }
  .section-4b-text {
      top: calc(10vw + 120px);
  }
  .section-4b-list {
      top: calc(555px - 10vw);
      left:calc(10px + 4vw);
  }
  .section-5-calendar-icon {
    left:7vw;
  }
  .section-5-dates,
  .section-5-title,
  .section-5-mail,
  .section-5-phone,
  .section-5-disclaimer {
    left: 15vw;
  }
  .section-5-mail {
    top: 220px;
  }
  .section-5-phone {
    top: 250px;
  }
  }

  @media only screen and (max-width: 850px) {
    .desktop-1 {
      height: calc(3760px - 40vw);
    }
    #section-4a-id {
      display: none;
    }
    .section-4-aanbod-button {
      display: inline;
    }
    #section-4b-id {
      display: none;
    }
    .section-4-info-button {
      display: inline;
    }
    .section-4 {
      top:350px;
      height:calc(20vw + 10px);
    }
    #section-4a-button-id,
    #section-4b-button-id {
      display:inline;
    }
    .section-5 {
      height:500px;
      top:400px;
    }
    .section-5-calendar-icon {
      display: none;
    }
    .section-5-email-button {
      position: absolute;
      top: 300px;
      left: 50vw;
    }
    .section-5-disclaimer {
      top:380px;
    }
    .bottom-info-section {
      top:430px;
    }
  }

  @media only screen and (max-width: 800px) {
    .desktop-1 {
      height: calc(3660px - 40vw);
    }
    .section-3 {
      top:280px;
      height: calc(900px - 30vw);
      width:80vw;
      left:10vw;
  }
  .section-3-text-container,
  .section-3-background {
    left: 5vw;
    height: calc(900px - 30vw);
    width: 70vw;
  }
  .section-3-background {
    left:0;
    background: var(--color-3);
    opacity: 0.85;
  }
  .section-3-title {
      left: calc(-2vw - 10px);
      width: 80vw;
      z-index: 1;
  }
  .section-3-text {
      width: 64vw;
      left:3vw;
  }
  .section-3-image {
      height: calc(900px - 30vw);
      left:0;
      width:80vw;
  }
  }

  @media only screen and (max-width: 750px) {
    .desktop-1 {
      height: calc(3400px - 40vw);
    }
    .logo {
      position: relative;
      left:0px;
    }
    .heading-title-block {
      display: none;
    }
    .heading-title-yourpersonalcoach {
      display: none;
    }
    .heading-title-name {
      display: none;
    }
    .button-container {
      top: 40px;
    }
    .menu-icon-container {
      display: inline;
    }
    .home-button,
    .voeding-button,
    .aanbod-button,
    .contact-button {
      display:none;
    }
    .toggle-menu-list {
      display: inline;
    }
    .main-picture-section {
      top: 40px;
    }
    .main-picture-section-image,
    .main-picture-section {
      height:300px;
    }
    .main-picture-section-title {
      font-size: 60px;
      margin-top:80px;
      
    }
    .section-2 {
      top:120px;
      height: calc(630px - 15vw);
    }
  .section-2-image {
      height: calc(630px - 15vw);
      width: 90vw;
  }
  .section-2-text-container,
  .section-2-background {
    height: calc(630px - 15vw);
      width:70vw;
      left:10vw;
  }
  .section-2-background {
    left:0;
    background: var(--color-3);
    opacity: 0.85;
  }
  .section-2-title {
      width: 70vw;
      left:0;
      text-align: center;
      margin-top:20px;
      margin-bottom:20px;
      z-index:1;
  }
  .section-2-text {
      top:80px;
      width: 64vw;
      left: 3vw;
      z-index:1;
  }
  .section-3-title,
  .section-2-title {
    font-size: 42px;
  }
  .section-3 {
    top:200px;
  }
  .section-4 {
    top:260px;
  }
  .section-5 {
    top:300px;
  }
  .bottom-info-section {
    top:330px;
  }
  }

  @media only screen and (max-width: 600px) {
    .desktop-1 {
      height: calc(3500px - 40vw);
    }
  }

  @media only screen and (max-width: 531px) {
    .desktop-1 {
      height: calc(4450px - 200vw);
    }
    .section-3 {
      height: calc(1400px - 130vw);
  }
  .section-3-text-container,
  .section-3-background {
    left: 0;
    height: calc(1400px - 130vw);
    width: 80vw;
  }
  .section-3-title {
      left: 0;
      width: 80vw;
      z-index: 1;
  }
  .section-3-text {
      width: 74vw;
      left:3vw;
      top:150px;
  }
  .section-3-image {
      height: calc(1400px - 130vw);
  }
  .section-5 {
    height: 650px;
  }
  .section-5-dates {
    color: var(--color-3);
    top: 100px;
    position:center
  }
  .section-5-mail {
    top: 250px;
  }
  .section-5-phone {
    top: 300px;
  }
  .section-5-email-button {
    left:calc(50vw - 120px);
    top: 380px;
  }
  .section-5-disclaimer {
    top: 500px;
  }
  }

  @media only screen and (max-width: 500px) {
    .section-2,.section-2-image,.section-2-text-container,
    .section-2-background {
      height: calc(970px - 100vw);
      width:100vw;
      left:0;
    } 
  .section-2-background {
    opacity: 0.85;
  }
  .section-2-title {
      font-size: 42px;
      width: 100vw;
      margin-top:20px;
      margin-bottom:20px;
  }
  .section-2-text {
      top:80px;
      width: 90vw;
      left: 5vw;
  }
  .section-5-dates,
  .section-5-title,
  .section-5-mail,
  .section-5-phone,
  .section-5-disclaimer {
    position: absolute;
    width:94vw;
    left:3vw;
    text-align: center;
  }
  .section-5-title {
    font-size: 36px;
  }
  .section-5-email-button {
    left:calc(50vw - 120px);
    top: 420px;
  }
  .section-5-mail {
    top: 300px;
  }
  .section-5-phone {
    top: 340px;
  }
  }
  @media only screen and (max-width: 400px) {
    .desktop-1 {
      height: calc(4500px - 200vw);
    }
  }
  @media only screen and (min-width: 1500px) {
    .heading-title-name {
      top: 100px;
      width: calc(270px + 20vw);
    }
    .heading-title-yourpersonalcoach {
      top: 40px;
    }
    .section-3-title {
      width: 500px;
      left: 2vw;
      text-align: left;
    }
    
  }
  @media only screen and (min-width: 2500px) {
    .desktop-1 {
      height: 3400px;
    }
    .section-2 {
      height: 450px;
    }
  .section-2-image {
      height: 450px;
  }
  .section-2-text-container,
  .section-2-background {
    height: 450px;
  }
  .section-3,
  .section-3-image {
    height: 450px;
}
.section-3-text-container,
.section-3-background {
  height: 450px;
}

  }
  @media only screen and (max-width: 340px) {
    .section-3-mail {
      top: 230px;
    }
    .section-3-phone {
      top:260px;
    }
  }