@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(2800px - 50vw);  
  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;
  color: inherit;
  position:relative;
  text-decoration: none;
  display: block;
  list-style-type: none;
  list-style: none;
  padding: 12px 16px;
}
.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);
}

.home-button {
  margin: 0;
  top: 62.3px;
  left: calc(20vw - 75px);
  width: 150px;
  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;
}
.voeding-button {
  text-decoration: none;
  position: absolute;
  top: 65px;
  left: calc(60vw - 60px);
  width: 120px;
  font-size: var(--button-size);
  display: inline-block;
  font-family: var(--font-31);
  color:inherit;
  transition: all 0.3s;
}
.contact-button {
  text-decoration: none;
  position: absolute;
  top: 65px;
  left: calc(80vw - 50px);
  width: 100px;
  font-size: var(--button-size);
  color:inherit;
  display: inline-block;
  font-family: var(--font-31);
  transition: all 0.3s;
}
.contact-button::before,
.aanbod-button::before,
.voeding-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,
.voeding-button:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}

.contact-button::after,
.aanbod-button::after,
.voeding-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,
.voeding-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,
.voeding-button:hover {
  animation: 1s step-start 0s 1 normal none scale-up;
}
.aanbod-button,
  .contact-button,
  .home-button,
  .voeding-button {
    color:black;
  }
.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;
}

.section-1 {
  position: relative;
  left: 5vw;
  background-color: var(--color-3);
  width: 90vw;
  top: 130px;
  height: calc(1300px - 44vw);
  box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.4);
}
.section-1-image {
  right: 0px;
  width: 34vw;
  object-fit: cover;
  position: absolute;
  top: 0px;
  height: calc(1300px - 44vw);
}
.section-1-title {
  position: absolute;
  margin:0;
  top: 35px;
  left: 5vw;
  font-size: var(--font-1-size);
  font-family: var(--font-31);
  color: var(--color-4);
}
.section-1-text {
  position: absolute;
  top: 100px;
  left: 6vw;
  font-size: 16px;
  line-height: 25px;
  font-family: var(--font-helvetica);
  text-align: justify;
  width: 44vw;
  height: 400px;
}
.email-button {
  cursor: pointer;
  border:0;
  position: absolute;
  bottom: calc(5vw - 20px);
  left: calc(28vw - 100px);
  width: 200px;
  height: 60px;
  transition: all 0.3s;
  background-color: var(--color-3);
}
.email-button-text {
  position: relative;
  font-size: var(--subtitle-size);
  font-family: var(--font-1);
  color: var(--color-3);
  text-align: center;
  transition: all 0.3s;
  z-index: 1;
}
.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-4);
  border-bottom-color: var(--color-4);
  transform: scale(0.1, 1);
}
.email-button:hover div {
  letter-spacing: 2px;
  color: var(--color-4);
}
.email-button:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.email-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: var(--color-4);
}

.email-button:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}

.section-2 {
  position:relative;
  top: 200px;;
  left: 0px;
}
.dumbell-background-picture {
  position:relative;
  object-fit: cover;
}

.section-2,
.dumbell-background-picture {
  height: calc(880px - 20vw);
  width: 100vw;
}

.section-2-textbox-area {
  position:absolute;
  height: calc(730px - 20vw);
  width: 55vw;
  top: 75px;
  left: 25vw;
  background-color: var(--color-3);
}

.section-2-title {
  font: var(--subtitle-size);
  font-family: var(--font-31);
  color: var(--color-4);
  top: 0px;
  text-align: center;
  margin-top: 15px;
  margin-bottom:  15px;
}
.section-2-textblock {
  height: calc(160px - 5vw);
  position:absolute;
  width: 55vw;
  left:0px;
}
#section-2-textblock-1 {
  top: 75px;
}
#section-2-textblock-2 {
  top: calc(320px - 10vw);
}
#section-2-textblock-3 {
  top: calc(460px - 13.5vw);
}
#section-2-textblock-4 {
  top: calc(620px - 19vw);
}
.section-2-textblock-text {
  font-family: var(--font-helvetica);
  font-size: 16px;
  color: var(--color-4);
  text-align: justify;
  display: inline-block;
  height: calc(160px - 5vw);
  width:40vw;
  margin:0;
}
.section-2-textblock-symbol {
  position:absolute;
  height: 30px;
  width: 30px;
  left: calc(3px + 2.5vw);
}
#section-2-symbol-1 {
  top: calc(65px - 2.5vw);
}
#section-2-symbol-2 {
  top: calc(40px - 2.5vw);
}
#section-2-symbol-3 {
  top: calc(45px - 2.5vw);
}
#section-2-symbol-4 {
  top: 15px;
}
.section-3 {
  position: relative;
  top: 280px;
  width: 90vw;
  left:5vw;
  background-color: var(--color-3);
  height: calc(1150px - 25vw);
  box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.4);
}
.section-3-image {
  position:absolute;
  top:0px;
  left:0px;
  height: calc(1150px - 25vw);
  object-fit: cover;
  width: 34vw;
}
.section-3-title {
  position:absolute;
  top:0px;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  font-family: var(--font-31);
  font-size: var(--font-1-size);
  color:inherit;
  width:50vw;
  left: 37vw;
}
.section-3-text {
  position:absolute;
  margin-top: 20px;
  left: 39vw;
  top:calc(240px - 10vw);
  width: 46vw;
  height: 500px;
  display: inline-block;
  text-align: justify;
  font-family: var(--font-helvetica);
  font-size: 16px;
  color:inherit;
  line-height: 25px;
}
.section-3-info-button {
  position: absolute;
  top: calc(1152px - 38vw);
  left: calc(56vw - 55px);
  cursor: pointer;
  border: 0;
  padding: 0;
  width: calc(208px + 8vw);
  height: calc(52px + 2vw);
  background-color: var(--color-3);
  transition: all 0.3s;
}
.section-3-info-button-text {
  position: relative;
  top:10px;
  font-size: 22px;
  font-family: var(--font-helvetica);
  color: var(--color-3);
  text-align: justify;
  display: inline-block;
  z-index: 1;
  transition: all 0.3s;
}
.section-3-info-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);
}
.section-3-info-button:hover div {
  letter-spacing: 2px;
  color: var(--color-4);
}
.section-3-info-button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.section-3-info-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: var(--color-4);
}
.section-3-info-button:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}

.bottom-info-section {
  position:relative;
  top: 220px;
  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: 750px) {
  .desktop-1 {
    height: calc(3020px - 105vw);
  }
  .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;
  }
  .section-1 {
    top:40px;
    height: calc(1520px - 100vw);
  }
  .toggle-menu-list {
    display: inline;
  }
  .section-1-text {
    padding-top: calc(50px + 10vw);
    margin-left:6vw;
    width:78vw;
    position:static;
    left: 6vw;
  }
  .section-1-title {
    font-size: 32px;
  }
  .section-1-image {
    height:calc(5px + 40vw);
    width: calc(4px + 30vw);
    padding: 3vw;
    padding-top: 30px;
    float:right;
    position:static;
  }
  .email-button {
    left: calc(38vw - 15px);
    bottom: calc(-20px + 10vw);
    width:150px;
    height:50px
  }
  .email-button-text {
    font-size: 28px;
  }
  .section-2 {
    top: 100px;;
  }
  .section-2-title {
    font-size: 32px;
  }
  .section-2-textbox-area {
    width: 80vw;
    left:10vw;
  }
  .section-2-textblock {
    height: calc(160px - 5vw);
    width: 80vw;
  }
  .section-2-textblock-text {
    height: calc(160px - 5vw);
    width:65vw;
  }
  #section-2-text-4 {
    padding-top: calc(52px - 2vw);
  }
  .section-2-textblock-symbol {
    left: calc(-10px + 4vw);
    height:20px;
    width:20px;
  }
  #section-2-symbol-1 {
    top: calc(65px - 5vw);
  }
  #section-2-symbol-2 {
    top: calc(40px - 4vw);
  }
  #section-2-symbol-3 {
    top: calc(60px - 6vw);
  }
  #section-2-symbol-4 {
    top: calc(50px - 2vw);
  }
  .section-3 {
    top: 170px;
    height: calc(1450px - 80vw);
  }
  .section-3-title {
    font-size: 32px;
  }
  .section-3-image {
    height:calc(5px + 40vw);
    width: calc(4px + 30vw);
    padding: 3vw;
    padding-top: 30px;
    float:left;
    position:static;
    margin:0;
  }
  .section-3-text {
    padding-top: calc(200px - 10vw);
    margin-left:0vw;
    width:78vw;
    position: static;
    display:block;
    padding-left:6vw;
  }
  .section-3-info-button {
    top: calc(1420px - 90vw);
    left: calc(45vw - 117px);
    width: calc(208px + 8vw);
    height: calc(52px + 2vw);
  }
  .bottom-info-section {
    top: 110px;
  }
}
@media only screen and (max-width: 599px) {
  .desktop-1 {
    height: calc(3300px - 130vw);
  }
  .section-3-info-button {
    top: calc(1500px - 125vw);
  }
}
@media only screen and (max-width: 399px) {
  .desktop-1 {
    height: calc(3450px - 130vw);
  }
}
@media only screen and (min-width: 1350px) {
  .section-1, .section-1-image {
    height:calc(950px - 15vw);
  }
  
}
@media only screen and (min-width: 1500px) {
  .desktop-1 {
    height: calc(2350px - 22vw);
  }
  .heading-title-name {
    top: 100px;
    width: calc(270px + 20vw);
  }
  .heading-title-yourpersonalcoach {
    top: 40px;
  }
  #section-2-textblock-2 {
    top: calc(335px - 10vw);
  }
  .section-2,
  .dumbell-background-picture {
    height: 570px;
    width: 100vw;
  }
  
  .section-2-textbox-area {
    position:absolute;
    height: 420px;
    width: 55vw;
    top: 75px;
    left: 25vw;
    background-color: var(--color-3);
  }
  .section-3-text {
    top:130px;
  }
  .section-3-info-button {
    bottom: 50px;
    top:unset;
  }
}
@media only screen and (min-width: 1700px) {
  .desktop-1 {
    height:calc(2300px - 22vw);
  }
  .email-button {
    bottom: 10px;
    left: calc(60vw - 550px);
    width: 200px;
    height: 60px;
  }
  .section-1, .section-1-image {
    height: calc(870px - 15vw);
  }
  .section-1-image {
    object-position: 0px -150px;
  }
  .section-2-textblock {
    height: 90px;
  }
  #section-2-textblock-1 {
    top: 75px;
  }
  #section-2-textblock-2 {
    top: 165px;
  }
  #section-2-textblock-3 {
    top: 255px;
  }
  #section-2-textblock-4 {
    top: 325px;
  }
  .section-2-textblock-symbol {
    position:absolute;
    height: 30px;
    width: 30px;
    left: calc(20px + 2.5vw);
  }
  #section-2-symbol-1 {
    top: 20px;
  }
  #section-2-symbol-2 {
    top: 0px;
  }
  #section-2-symbol-3 {
    top: 0px;
  }
  #section-2-symbol-4 {
    top: 15px;
  }
}
@media only screen and (min-width: 2000px) {
  .desktop-1 {
    height: calc(2370px - 20vw);
  }
  .section-1 {
    height: calc(1000px - 18vw);
  }
  .section-1-image {
    height: calc(1000px - 18vw);
  }
  .section-1-text {
    font-size: 18px;
  }
  .email-button {
    bottom: calc(-20px + 2vw);
  }
  .section-2-textblock-text {
    font-size: 18px;
  }
  .section-3-text {
    font-size: 18px;
    top:100px;
  }
  .section-3-info-button {
    bottom: 50px;
    top:unset;
    width: 300px;
    height: 85px;
  }
}
@media only screen and (min-width: 2400px) {
  .section-1-title {
    left: 3vw;
  }
  .section-1-text {
    left:4vw;
    width: 48vw;
  }
  .section-3-info-button {
    left: 75vw;
    bottom:15px;
  }
}