@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%;
  overflow: hidden;
  text-align: center;
  font-size: var(--font-31-size);
  color: var(--color-4);
  font-family: var(--font-31);
  height: 1620px;
}
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;
  top: calc(230px - 10vw);
  left: 0px;
  width: calc(270px + 20vw);
  text-align: center;
  font-size: var(--subtitle-size);
  color: var(--color-black);
  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);
}

.aanbod-button {
  margin: 0;
  top: 62.3px;
  left: calc(40vw - 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);
}
.home-button {
  margin: 0;
  top: 65px;
  left: calc(20vw - 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);
  color: inherit;
  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;
  font-size: var(--button-size);
  color: inherit;
  display: inline-block;
  font-family: var(--font-31);
  transition: all 0.3s;
}
.contact-button::before,
.home-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,
.home-button:hover::before,
.voeding-button:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}

.contact-button::after,
.home-button::after,
.voeding-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.contact-button:hover::after,
.home-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;
}
.home-button:hover,
.contact-button:hover,
.voeding-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;
}

.section-2 {
  position: relative;
  top: 100px;
  display:flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.section-2-subcontainer {
    flex-basis: 300px;
    height: 500px;
    transition:0.5s;
    margin-left: 40px;
    margin-right: 40px;
  }
.section-2-subcontainer:hover {
  background-color: #99a891;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.section-2-subcontainer-img {
  margin:30px;
  width: 240px;
  height: 180px;

}
.section-2-subcontainer-subtitle {
  top: 235px;
  font-weight: bolder;
  width:300px;
  margin-top:0;
  text-align: center;
  font-family: var(--font-1);
  font-size: 24px;
  color: var(--color-4);
}
.section-2-subcontainer-text {
  justify-content: center;
  margin-left: 50px;
  top: 290px;
  width: 200px;
  font-family: var(--font-helvetica);
  font-size: 16px;
}
#section-2-subcontainer-text-3 {
    top: 320px;
}
.section-2-subcontainer-button {
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 100px;
  top:450px;
  height: 25px;
  background-color: var(--color-4);
  transition: all 0.3s;
  border-right: 100px;
}
.section-2-subcontainer-button-text {
  position: relative;
  font-size: 14px;
  font-family: var(--font-helvetica);
  color: var(--color-3);
  text-align: justify;
  display: inline-block;
  transition: all 0.3s;
  z-index: 1;
}

.section-2-subcontainer-button:hover div {
  letter-spacing: 2px;
  color: var(--color-4);
}
.section-2-subcontainer-button:hover {
  background-color: #99a891;
  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);
}


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

.section-3-dates,
.section-3-title,
.section-3-mail,
.section-3-phone,
.section-3-disclaimer {
  left: 30vw;
  color: var(--color-3);
  position:absolute;

}
.section-3-title {
    top:0px;
    font-size: var(--font-1-size);
    font-family: var(--font-31);
}
.section-3-dates{
    top: 100px;
    font-size: 20px;
    font-family: var(--font-helvetica);
    text-align: left;
}
.section-3-mail{
    top: 210px;
    font-size: 20px;
    font-family: var(--font-helvetica);
    text-align: left;
}
.section-3-phone{
    top: 240px;
    font-size: 20px;
    font-family: var(--font-helvetica);
}
.section-3-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-3-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-3-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-3-email-button:hover div {
    letter-spacing: 2px;
    color: var(--color-3);
  }
  .section-3-email-button:hover::before {
    opacity: 1;
    transform: scale(1, 1);
  }
  .section-3-email-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-color: var(--color-3);
  }
  .section-3-email-button:hover::after {
    opacity: 0;
    transform: scale(0.1, 1);
  }

  .section-3-disclaimer {
    top: 340px;
    font-size: 20px;
    font-family: var(--font-helvetica);
    text-align: left;
  }
  .bottom-info-section {
    position:relative;
    top: 150px;
    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: 1899px) and (min-width: 1140px){
  .desktop-1 {
    height: 2120px;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 760px) {
  .desktop-1 {
    height: 2620px;
  }
}
@media only screen and (max-width: 759px) {
  .desktop-1 {
    height: 3620px;
  }
}

@media only screen and (max-width: 852px) {
.section-3 {
  height:500px;
}
.section-3-calendar-icon {
  display: none;
}
.section-3-email-button {
  position: absolute;
  top: 300px;
  left: 50vw;
}
.section-3-mail {
  top: 220px;
}
.section-3-disclaimer {
  top:380px;
}
}

@media only screen and (max-width: 750px) {
  .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;
  }
  .toggle-menu-list {
    display: inline;
  }
  .section-2 {
    top: 20px;
  }
  .section-3 {
    top: 0px;
  }
  
  .bottom-info-section {
    top: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .desktop-1 {
    height: 3770px;
  }
}
@media only screen and (max-width: 550px) {
  .section-3-calendar-icon {
    display:none;
}
.section-3-dates,
  .section-3-title,
  .section-3-mail,
  .section-3-phone,
  .section-3-disclaimer {
    position: absolute;
    width:94vw;
    left:3vw;
    text-align: center;
  }
.section-3-dates {
  color: var(--color-3);
  top: 80px;
  position:center
}
.section-3-mail {
  top: 200px;
}
.section-3-disclaimer {
  text-align: center;
  position: absolute;
  width:94vw;
  left:3vw;
}
.section-3-title {
    font-size: 40px;
}
.section-3-email-button {
    margin-top: 10px;
    width: 240px;
    height: 60px;
    left:calc(50vw - 120px);
    top: 300px;
  }
  .section-3-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;
  }
}
@media only screen and (max-width: 450px) {
  .desktop-1 {
    height: 3920px;
  }
  .section-3 {
    height: 650px;
  }
  .section-3-calendar-icon {
    display:none;
}
.section-3-dates,
.section-3-title,
.section-3-mail,
.section-3-phone,
.section-3-disclaimer {
  position: absolute;
  width:94vw;
  left:3vw;
  text-align: center;
}
.section-3-title {
    font-size: 40px;
}
.section-3-dates {
  color: var(--color-3);
  top: 80px;
  position:center
}
.section-3-mail {
  top: 250px;
}
.section-3-phone {
  top: 300px;
}
.section-3-email-button {
    margin-top: 10px;
    width: 240px;
    height: 60px;
    left:calc(50vw - 120px);
    top: 380px;
  }
  .section-3-disclaimer {
    text-align: center;
    position: absolute;
    width:94vw;
    left:3vw;
    top: 500px;
  }

}
@media only screen and (max-width: 399px) {
  .desktop-1 {
    height: 4070px;
  }
  .section-3-mail {
    top: 300px;
  }
  .section-3-phone {
    top: 350px;
  }
  .section-3-email-button {
      margin-top: 10px;
      width: 240px;
      height: 60px;
      left:calc(50vw - 120px);
      top: 430px;
    }
}
@media only screen and (min-width: 1500px) {
  .heading-title-name {
    top: 100px;
    width: calc(270px + 20vw);
  }
  .heading-title-yourpersonalcoach {
    top: 40px;
  }
}

@media only screen and (min-width: 551px) and (max-width: 1200px) {
  .section-3-calendar-icon {
    left: 7vw;
}
.section-3-dates,
.section-3-title,
.section-3-mail,
.section-3-phone,
.section-3-disclaimer {
    left: 20vw;
    color: var(--color-3);
    position:absolute;
}
}

