html {}

.screenborder {
  max-width: 100vw;
  padding: 0;
  margin: 0;
  position: relative;
  height: auto;
  overflow: hidden;
}

.body {
  background-color: #75A9D0;
  font-family: Apfelgrotezk, sans-serif;
  font-size: 22px;
  line-height: 1.4;
}

.nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  padding-top: 20px;
  z-index: 5000000;
}

.header {
  min-height: 570px;
  padding-top: 40px;
  padding-bottom: 140px;
  background-image: url('../images/header.jpg');
  background-position: -200px 0%;
  color: #ffebd2;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.new {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  min-width: 120vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #006937;
  -webkit-transform: rotate(-7.5deg);
  -ms-transform: rotate(-7.5deg);
  transform: rotate(-7.5deg);
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100vw;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-new {
  z-index: 3;
  margin-top: -100px;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #ffd219;
}

.container.container-new a {
  color: #ffd219;
}

.container.container-verwacht {
  z-index: 4;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #8c6437;
}

.container.container-gusu {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #ffebd2;
}

.footer {
  min-height: 500px;
  padding-top: 260px;
  margin-top: -200px;
  padding-bottom: 0px;
  background-image: url('../images/footer.jpg');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffedd2;
  background-color: #6ea5cd;
}

.verwacht {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  min-width: 120vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffebd2;
  -webkit-transform: rotate(-7.5deg);
  -ms-transform: rotate(-7.5deg);
  transform: rotate(-7.5deg);
}

.gusu {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  min-width: 120vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff8cc8;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.gusu-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 160%;
  max-width: 100vw;
  margin-top: -17%;
  background-image: url('../images/gusu.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-p {
  position: relative;
  z-index: 5;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  text-align: center;
}

.title {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Integralcf, sans-serif;
  line-height: 1.3;
  letter-spacing: 1px;
}

.link {
  display: inline-block;
  color: #ffd219;
  text-transform: uppercase;
}
.btn-link {
  display: inline-block;
  color: #006937 !important;
	background: #FFD218;
  text-transform: uppercase;
	text-decoration: none;
	padding: 7px 15px;
	margin-bottom: 15px;
	margin-top: 35px;
	
	transition: all 0.5s ease;
}
.btn-link:hover {
	padding: 7px 35px;
	margin-bottom: 15px;
	margin-top: 35px;
	transition: all 0.2s ease;
}

.nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link {
  display: inline-block;
  padding: 10px 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ffedd2;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  -webkit-transform: rotate(-7.5deg);
  -ms-transform: rotate(-7.5deg);
  transform: rotate(-7.5deg);
}

.gurus {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.guru-block {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.guru-block:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
  -webkit-transform: rotate(-7.5deg);
  -ms-transform: rotate(-7.5deg);
  transform: rotate(-7.5deg);
}

.guru-img {
  width: 160px;
  margin-bottom: 10px;
  border-radius: 100%;
}

.link-footer {
  color: #ffedd2;
}

.footer-logos {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo-img {
  width: 100px;
}

.footer-logo-img.sabam {
  width: 120px;
}

.footer-logo-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.footer-logo-link:hover {
  -webkit-transform: rotate(-7.5deg);
  -ms-transform: rotate(-7.5deg);
  transform: rotate(-7.5deg);
}

.insta {
  position: absolute;
  left: auto;
  top: 26px;
  right: 40px;
  bottom: auto;
}

.close {
  display: none;
}

.insta-mobile {
  position: absolute;
  left: auto;
  top: 26px;
  right: 40px;
  bottom: auto;
}

.openlink {
  display: none;
}

a.ticketbtn {
  background-color: #ffd219;
  color: #006937 !important;
  text-decoration: none;
  transition: all 300ms ease-out;
  line-height: 1;
  padding: 0px 5px;
}

a.ticketbtn:hover {
  background-color: #ff8cc8;
  color: #006937;
}

@media screen and (max-width: 1120px) {
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    font-size: 22px;
  }

  .header {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #6ea5cd;
    background-position: 20% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .footer {
    background-position: -40% 100%;
  }

  .gusu-bg {
    background-position: 240px 50%;
    background-size: cover;
  }



  .insta {
    top: 26px;
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .insta-mobile {
    top: 26px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 880px) {

  .nav-content {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6ea5cd;
  }

  .nav-link {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .insta {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 20px;
    display: none;
    width: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .close-img {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 20px;
  }

  .insta-mobile {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 20px;
    width: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .openlink {
    z-index: 19;
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .open-img {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 20px;
  }

  .gurus {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    background-position: -270px 100%;
    background-size: cover;
  }

  .noscroll {
    overflow: hidden;
    height: 100vh;
  }

  .header {
    padding-top: 0px;
    background-position: 30% 0%;
  }

  .verwacht {
    min-width: 170vw;
  }

  .gusu {
    min-width: 150vw;
  }

  .gusu-bg {
    margin-top: -30%;
    background-position: 140px 50%;
    background-size: cover;
  }

  .content {
    width: 100%;
    padding-top: 100px;
  }


  .footer-logos {
    max-width: 350px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

}

@media screen and (max-width: 479px) {
  .body {
    font-size: 20px;
  }

  .header {
    min-height: auto;
    padding-top: 40px;
  }

  .new {
    min-width: 180vw;
  }

  .footer {
    background-position: -220px 0%;
    background-size: cover;
  }

  .verwacht {
    min-width: 180vw;
  }

  .gusu {
    min-width: 160vw;
  }

  .gusu-bg {
    background-position: 0% 50%;
  }

  .content {
    padding: 60px 20px;
  }

  .title {
    font-size: 30px;
  }

  .gurus {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

#w-node-a32a9f37-73ab-8cec-957f-a4163cb1a772-238ef941 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21fef201-3447-21b7-6621-a5a4db32eb6b-238ef941 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b1bb81e-2ee3-20f2-8b82-92577d2edaef-238ef941 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f27df74-48e1-fb70-139c-8cadd9f12566-238ef941 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53308ae0-8130-ceb0-6ee6-e6145cd9e0fe-238ef941 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9aa5fb3f-0d82-b8b7-a450-0b0e761f9b04-238ef941 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a7463c5-95f5-5451-56da-a346439680a3-238ef941 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Apfelgrotezk';
  src: url('../fonts/ApfelGrotezk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}