:root {
  --bg: #d6cdcd;
  --text: #333;
  --lines: #8a8a8a;
  --purple: #531a65;
  --bg-darker: #b9afaf;
}

.body {
  background-color: var(--bg);
  color: var(--text);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.holder-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.image-in-list.radius {
  border-radius: 5px;
}

.navbar {
  border-bottom: 1px solid var(--lines);
  justify-content: center;
  width: 100%;
  height: 120px;
  display: flex;
}

.rightsidenav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.holder-lang-pick {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}

.languageflag {
  width: 20px;
  height: 20px;
}

.downarrow {
  transform: rotate(90deg);
}

.bg-popup {
  z-index: 10000;
  position: fixed;
  inset: 0%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.popup-holder {
  z-index: 10001;
  position: fixed;
  inset: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-holder-inner {
background-color: var(--bg-darker);
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  min-height: 200px;
  max-width: 90vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup-close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--text);
  padding: 18px;
  font-size: 10px;
  color: white;
}
.popup-close-button:hover {
  background-color: var(--purple);
}

.lang-link {
  text-decoration: none;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: var(--bg);
  color: var(--purple);
  font-size: 12px;
  padding-right: 20px;
  width: 100%;
}

.lang-link:hover {
  background-color: var(--purple);
  color: white;
}

.lang-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}


.holder-lang-pick {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}

.languageflag {
  width: 20px;
  height: 20px;
}

.logolink {
  height: 120px;
}

.logo {
  max-height: 100%;
}

.containcenter {
  width: 90%;
}

.containcenter.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.containcenter.small {
  width: 70%;
}

.containcenter.centered {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.containcenter.footer {
  justify-content: space-around;
  display: flex;
}

.section {
  border-bottom: 1px solid var(--lines);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.leftrightelement {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.leftrightelement.equipment-align {
  justify-content: center;
  text-align: center;
}

.side-div {
  width: 45%;
}

.side-div.sticky {
  position: sticky;
  top: 40px;
  width: 55%;
  padding-bottom: 40px;
}

.side-div.likesticky {
  width: 55%;
  padding-bottom: 40px;
}

.side-div.images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 30%;
}

.headings {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: gelica, sans-serif;
}

.headings.h1 {
  color: var(--purple);
  margin-bottom: 40px;
}

.images {
  border-radius: 10px;
}

.small-title {
  color: var(--purple);
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.small-title.centered {
  text-align: center;
}

.small-title.smaller {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

/* .nameholder {
  text-align: right;
  margin-top: 20px;
  font-style: italic;
  font-weight: 700;
} */

.nameholder {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.navlinks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--text);
  padding: 10px;
  text-decoration: none;
}

.classesholder {
  justify-content: center;
  display: flex;
  gap: 40px;
}

.button {
  background-color: var(--purple);
  border-radius: 10px;
}

.class {
  color: var(--text);
  width: 22%;
  text-decoration: none;
}

.class.shop {
  width: 20%;
}

.class-image {
  object-fit: cover;
  width: 100%;
  height: 25vw;
  box-shadow: 0 2px 5px #0003;
  border: 1px solid var(--bg-darker);
  border-radius: 20px;
}

.class-image.reformer {
  height: auto;
}

.class-image.chair {
  border-radius: 50%;
}

.class-image.mat {
  border-radius: 20px 20px 100%;
}

.class-image.trapeze {
  border-radius: 20px 20px 50% 50%;
}

.classtitle {
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 600;
}

.content-class {
  padding-top: 20px;
  padding-bottom: 0;
}

.spacer {
  height: 10px;
}

.smallbox {
  flex-flow: column;
  align-items: center;
  width: 600px;
  max-width: 100%;
  display: flex;
}

.boldtext {
  font-weight: 700;
}

.boldtext.smallpaddbottom {
  margin-bottom: 5px;
}

.footer {
  min-height: 200px;
}

.footerpart {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 32%;
  padding: 20px;
  display: flex;
}

.logo-footer {
  width: 180px;
}

.basiclink {
  color: var(--text);
  text-decoration: none;
}

.maps {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.dividerline {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.referencesholder {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.referencelogo {
  height: 40px;
}

.referencelogo.smaller {
  height: 35px;
}

.menuicon {
  width: 100px;
  display: none;
  position: relative;
  z-index: 101;
}

.menuicon svg {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.instagramicon {
  width: 16px;
}

.verticalflex {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.embedeversports {
  width: 100%;
}

.inputfields {
  border-radius: 5px;
}

.inputfields.message {
  height: 100px;
}

.label {
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.certificatelist {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.certificate {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--bg-darker);
  color: var(--text);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #531a651a;
}

.downloadbtn {
  width: 24px;
}

.purplelink {
  color: var(--purple);
}

.equipment {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  width: 80%;
}

.equipmentimage {
  object-fit: cover;
  border-radius: 5px;
  width: 200px;
  min-width: 200px;
  min-height: 100px;
}

@media screen and (max-width: 991px) {
  .logo {
    z-index: 101;
    position: relative;
  }

  .containcenter.small {
    width: 90%;
  }

  .navlinks {
    z-index: 100;
    background-color: var(--bg);
    flex-flow: column;
    justify-content: center;
    overflow: hidden;
    height: 0vh;
    transition: all 1s ease;
    position: absolute;
    inset: 0%;
    opacity: 0;
  }

  .navlinks.open {
    height: 100vh;
    opacity: 1;
  }

  .navlink {
    font-size: 22px;
    line-height: 26px;
  }

  .menuicon {
    display: block;
  }

  .instagramicon {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 16px;
    line-height: 24px;
  }
  .containcenter.footer, .leftrightelement {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .leftrightelement.reversedphone {
    flex-direction: column-reverse;
  }

  .leftrightelement.equipment-align {
    justify-content: flex-start;
    text-align: left;
  }

  .side-div {
    width: 100%;
  }

  .side-div.sticky {
    position: static;
    width: 100%;
  }

  .side-div.likesticky {
    width: 100%;
  }

  .side-div.images {
    width: 100%;
  }

  .classesholder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .content-class {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .class {
    width: 100%;
  }
  .class.shop {
    width: 100%;
  }

  .class-image {
    width: 250px;
    height: auto;
  }

  .footerpart {
    width: 100%;
    padding: 0;
  }

  .equipment {
    align-items: flex-start;
    flex-flow: column;
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
  }

  .equipmentimage {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .referencesholder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .logo-footer {
    width: 120px;
  }

  .logolink {
    height: 85px;
  }

  .holder-images {
    display: flex;
    flex-direction: column;
  }

  .image-in-list {
    width: 100%;
  }
}


