body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.topfold {
  border: 1px solid #000;
}

.body {
  border-radius: 8px;
  background-image: none;
  font-size: 16px;
}

.middle-section {
  height: 1800px;
}

.footer-section {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  float: none;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #42515f;
  font-family: myriad-pro, sans-serif;
}

.topmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hamburger-div {
  width: 25%;
  height: 75px;
}

.middle-div {
  width: 50%;
  height: 75px;
}

.social-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 75px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.embed-hamburger {
  z-index: 30000;
  display: block;
  height: 100%;
  padding-left: 15px;
}

.fullscreenmenudiv {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7635b), to(#e7635b));
  background-image: linear-gradient(180deg, #e7635b, #e7635b);
  background-position: 0px 0px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
}

.fsmd---top-div {
  display: block;
  height: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fsmd---closebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}

.close-fsmd {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 58px;
  font-weight: 900;
}

.hambcontainer {
  position: fixed;
  z-index: 5000;
  width: 100px;
  height: 75px;
  margin-left: 10px;
  padding: 30px 15px 25px;
  cursor: pointer;
}

.hambbartop {
  height: 5px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 10px;
  background-color: #333;
}

.hambarmid {
  height: 5px;
  margin: 5px;
  border-radius: 10px;
  background-color: #333;
}

.hambarbottom {
  height: 5px;
  margin: 5px;
  border-radius: 10px;
  background-color: #333;
}

.fsm---bar-1 {
  display: inline-block;
  width: 33.33333333%;
  height: 10%;
  margin-top: 1em;
  padding-top: 33px;
  color: #ffc94a;
  font-size: 40px;
  text-align: center;
}

.fsm---bar-1.menutitle {
  width: 100%;
  height: 10%;
  margin-top: 0em;
  padding-top: 0px;
}

.fsm---bar-1.menutitle.vincenticon {
  display: inline-block;
  height: 25%;
  margin-top: 1.5em;
}

.fsm---bar-1.blog {
  width: 33%;
}

.fsm---bar-1.home {
  display: block;
  width: 100%;
  padding-top: 37px;
}

.fsm---bar-1.barllinks {
  text-align: right;
}

.fsm---bar-1.barrechts {
  margin-top: 1rem;
  text-align: left;
}

.fsm---bar-1.barhome {
  display: block;
  width: 100%;
}

.fsm-link {
  font-family: Montserrat, sans-serif;
  color: #42515f;
  font-weight: 600;
  text-decoration: none;
}

.fsm-link:hover {
  direction: ltr;
  color: #e7635b;
  text-decoration: underline;
}

.fsm-link.w--current {
  color: #e7635b;
  font-weight: 700;
}

.heading {
  color: #e7635b;
}

.vincenticonsvg {
  min-height: 100%;
}

.text-span {
  color: #ffc94a;
}

.text-span-2 {
  color: #ffc94a;
}

.text-span-3 {
  color: #ffc94a;
}

.yellowdot {
  color: #e7635b;
}

.fsm-tagline {
  font-family: Montserrat, sans-serif;
  color: #abc2c9;
  font-weight: 500;
}

.fsm-h1 {
  font-family: Montserrat, sans-serif;
  font-size: 51px;
}

.barvinsvg {
  height: 250px;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

.socialmediaicon {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 5001;
  display: block;
  width: 100px;
  height: 150px;
  padding: 40px 15px 25px;
  cursor: pointer;
}

.socialmediacross1 {
  width: 40px;
  height: 5px;
  border-radius: 10px;
  background-color: #333;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.socialmediacross2 {
  width: 40px;
  height: 5px;
  margin-top: -6px;
  border-radius: 10px;
  background-color: #333;
}

.socialmcontainer {
  position: fixed;
  z-index: 5002;
  display: none;
  width: 100px;
  height: 150px;
  margin-top: 53px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.smdl {
  width: 100%;
}

.smdr {
  width: 50%;
}

.smi {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: -1px;
  padding-left: 0px;
}

.topbannerbands {
  margin-top: -75px;
  text-align: center;
}

.embedbands {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 400px;
  height: 400px;
  text-align: center;
}

.lesbiostudiodiv {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 450px;
}

.lesicoondiv {
  position: static;
  display: inline-block;
  width: 25%;
  height: 100%;
}

.bioicoondiv {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding-top: 159px;
  float: none;
  clear: none;
  text-align: center;
}

.studioicoondiv {
  display: inline-block;
  width: 25%;
  height: 100%;
}

.embeduil {
  display: block;
  width: 100%;
  height: 100%;
}

.embedmic {
  height: 100%;
}

.embedmic.vanimation {
  padding-right: 0px;
}

.embedmic.uilles {
  padding-right: 0px;
  padding-left: 5px;
}

.embedmic.studio {
  padding-right: 25px;
}

.embedmic.studio.home {
  padding-right: 0px;
}

.vinmainimg {
  text-align: center;
}

.linkuil {
  position: relative;
  left: 70px;
  top: 221px;
  z-index: 1999;
  display: inline-block;
  float: left;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.catlinks {
  font-family: 'Fira Sans', sans-serif;
  color: #dde7e9;
  font-size: 3em;
  font-weight: 700;
  text-decoration: none;
}

.linkmic {
  position: relative;
  top: 222px;
  right: 38px;
  z-index: 1999;
  display: inline-block;
  float: right;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.herosection {
  margin-top: 50px;
  margin-bottom: 250px;
}

.heroimgcontainer {
  display: block;
  height: 50vh;
  text-align: center;
}

.heroimgcontainer.notmain {
  height: 50vh;
  margin-top: 20px;
}

.heroheadertextcontainer {
  text-align: center;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #ffc94a;
  font-size: 3em;
}

.heading-2.subtitle {
  color: #abc2c9;
  font-size: 2.5em;
  font-weight: 600;
}

.heading-2.red {
  color: #e7635b;
}

.headingundertxt {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #abc2c9;
  font-size: 31px;
  text-align: center;
}

.headingundertxt.notmain {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 600;
}

.scroll-v {
  text-align: center;
}

.scroll-v.notmain {
  margin-top: 100px;
}

.rowbioblog {
  display: block;
  height: 400px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.columnbio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
}

.columnblog {
  display: inline-block;
  width: 50%;
  height: 250px;
}

.imgbg {
  position: absolute;
  display: inline-block;
  margin-top: 129px;
}

.imgbg.bands {
  margin-top: -47px;
}

.imgfg {
  position: absolute;
  z-index: 1;
  display: inline-block;
}

.imgfg.bands {
  margin-top: 17px;
}

.imgfg.blogtourdatesrow {
  position: static;
  display: block;
}

.imgfg.bioicon {
  width: 100%;
  height: 100%;
}

.image {
  margin-left: 50px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image.blog {
  margin-top: -191px;
  margin-left: 7px;
}

.image.bands {
  margin-top: 25px;
  margin-left: 66px;
}

.image.bands.tourdates {
  margin-top: -299px;
  margin-left: 52px;
}

.image.studio {
  margin-top: 16px;
  margin-left: 23px;
}

.image.lessen {
  margin-top: 58px;
  margin-left: 118px;
}

.image-2 {
  margin-left: 50px;
}

.image-2.blog {
  margin-top: 0px;
  margin-left: 237px;
}

.image-2.tourdates {
  margin-top: -144px;
  margin-left: 0px;
}

.image-2.studio {
  margin-top: -16px;
}

.image-2.bands {
  margin-top: -16px;
}

.biotxt {
  display: inline-block;
  width: 70%;
  padding-left: 41px;
}

.biotxt.bands {
  width: 100%;
  height: 100%;
  padding-right: 0px;
}

.biotxt.bands.blog {
  padding-right: 5px;
  padding-left: 5px;
}

.biotxt.notmain {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  text-align: center;
}

.imgcontainer {
  position: relative;
  left: 0px;
  top: 0px;
  width: 30%;
  height: 250px;
  text-align: center;
}

.imgcontainer.bands {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.imgcontainer.bioimgcontainer {
  width: 40%;
}

.imgcontainer.tourdatesblogcolumn {
  width: 100%;
}

.biocontenttxt.disciplines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7.5%;
  padding-left: 7.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.biobutton.tourdates {
  text-align: left;
}

.biobutton.blog {
  text-align: center;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  color: #ffc94a;
  font-size: 2.4em;
}

.heading-3.biotitle {
  font-family: Montserrat, sans-serif;
  font-size: 2.4em;
  text-align: left;
}

.heading-3.blogtourdates {
  position: relative;
  left: 0px;
  top: 78px;
  right: 0px;
  text-align: center;
}

.heading-3.notbiotitle {
  font-family: Montserrat, sans-serif;
  font-size: 2.4em;
  text-align: center;
}

.heading-3.notbiotitle.disciplinesub {
  display: inline-block;
  width: 50%;
  margin-bottom: 75px;
  color: #abc2c9;
  font-size: 2em;
}

.heading-3.red {
  margin-top: -7px;
  margin-bottom: 0px;
  color: #e7635b;
  font-size: 2em;
}

.heading-3.red.yellow {
  color: #ffc94a;
}

.heading-3.red.blue {
  color: #42515f;
}

.heading-3.red.detailsmeerinfotitel {
  font-size: 1.3em;
  font-weight: 600;
}

.heading-3.cvtitle {
  color: #42515f;
  font-size: 2.6em;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  max-width: 700px;
  margin-top: 25px;
  margin-right: 10px;
  margin-bottom: 35px;
  font-family: myriad-pro, sans-serif;
  color: #42515f;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
}

.paragraph.blogtourdates {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.button {
  width: 300px;
  height: 40px;
  background-color: #cddadf;
  font-family: myriad-pro, sans-serif;
  color: #42515f;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #ffc94a;
  color: #42515f;
}

.button:active {
  background-color: #e7625b;
  color: #fff;
}

.button.blueflipcardbutton {
  background-color: #f5f5f5;
  color: #e7625b;
  font-size: 21px;
  font-weight: 700;
}

.button.button_red {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e7635b;
  color: #f5f5f5;
}

.button.button_red.yellow {
  background-color: #ffc94a;
  color: #42515f;
}

.button.button_red.blue {
  background-color: #bde5f9;
  color: #42515f;
}

.button.button_red.black {
  background-color: #000;
}

.button.button_red.lightblack {
  background-color: #42515f;
}

.rowblog {
  height: 400px;
  margin-bottom: 100px;
}

.rowblog.les {
  margin-bottom: 25px;
}

.blogcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blogcolumn.disciplines {
  display: block;
  overflow: visible;
}

.rowbands {
  margin-bottom: 100px;
}

.bandscolumn {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}

.rowtourdates {
  height: 400px;
}

.everythingcontent {
  background-color: #f5f5f5;
  font-family: myriad-pro, sans-serif;
}

.footercolumnl {
  width: 25%;
  min-width: 400px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footercolumnm {
  width: 45%;
  height: 100%;
  min-width: 350px;
  margin-right: 50px;
  margin-left: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footercolumnr {
  width: 100%;
  height: 100%;
  min-width: 400px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footertitle {
  margin-left: 50px;
}

.footertitle.mid {
  height: 65px;
}

.footertitle.right {
  height: 50px;
}

.image-3 {
  margin-top: 56px;
  margin-left: 100px;
}

.paragraph-2 {
  display: inline-block;
  width: 50%;
  color: #cddadf;
  font-size: 1.2em;
  line-height: 25px;
}

.error-message {
  background-color: #e7625b;
}

.form {
  display: none;
  margin-top: 50px;
}

.text-field {
  margin-bottom: 20px;
  background-color: #abc2c9;
  color: #42515f;
  font-weight: 600;
}

.text-field.formfooter {
  width: 100%;
  border-radius: 3px;
}

.text-field.formfooter:focus {
  border-style: none;
}

.text-field-2 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #abc2c9;
  color: #42515f;
  font-size: 14px;
  font-weight: 600;
}

.textarea {
  width: 100%;
  min-height: 150px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #abc2c9;
  color: #42515f;
  font-weight: 600;
}

.map-api {
  max-height: 327px;
  margin-top: 50px;
  border-radius: 3px;
}

.submit-button {
  width: 100%;
  border: 2px solid #abc2c9;
  border-radius: 3px;
  background-color: #42515f;
  color: #abc2c9;
  font-size: 1.4em;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #abc2c9;
  color: #42515f;
}

.submit-button:active {
  background-color: #e7625b;
}

.redfootertxtmarker {
  color: #e7625b;
  font-size: 1em;
  font-weight: 700;
}

.footerspacerl {
  width: 12.5px;
  height: 100%;
  min-width: 12.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footerspacerr {
  width: 25px;
  height: 100%;
  min-width: 15%;
}

.image-4 {
  background-color: #f5f5f5;
}

.image-4.notmain {
  margin-top: 40px;
}

.blogsubcolumn {
  display: inline-block;
  width: 45%;
  margin-right: 25px;
  margin-left: 25px;
}

.blogsubcolumn.tourdates {
  width: 80%;
}

.tourdatessubcolumn {
  display: inline-block;
  width: 50%;
  height: 284px;
}

.image-5 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-6 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-7 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-8 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-9 {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image-9.blogtourdates {
  left: 0px;
  top: 0px;
  right: 0px;
}

.image-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-11.studiomic {
  margin-top: 52px;
}

.unordered-list {
  width: 40%;
}

.unordered-list.discplines {
  display: none;
  width: 40%;
  padding-left: 0px;
  font-family: 'Fira Sans', sans-serif;
  list-style-type: none;
}

.list-item {
  color: #e7625b;
  font-size: 25px;
  font-weight: 600;
}

.title-level5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #ffc94a;
  font-size: 30px;
  font-weight: 600;
}

.listitemimage-disciplines {
  position: relative;
  margin-top: 25px;
  margin-bottom: 75px;
}

.discipline-list-img {
  position: relative;
  top: 0px;
  right: 0px;
  width: 325px;
  text-align: right;
}

.discdiv1 {
  width: 50%;
}

.discdiv1.recording {
  position: relative;
}

.discdiv1.mastering {
  position: relative;
}

.discdiv2 {
  position: relative;
  width: 50%;
}

.iconplaceholder {
  margin-right: 10%;
  margin-bottom: 15%;
  margin-left: 10%;
}

.iconplaceholder.redbg {
  display: block;
  background-color: #e7625b;
}

.iconplaceholder.yellowbg {
  background-color: #ffc94a;
}

.iconplaceholder.bluebg {
  background-color: #bde5f9;
}

.discrow1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1250px;
  perspective: 1250px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.discrow2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-perspective: 1250px;
  perspective: 1250px;
}

.flipcardbackdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  min-height: 76.5%;
  margin-right: 10%;
  margin-bottom: 15%;
  margin-left: 10%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #e7625b;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flipcardbackdiv.mixing {
  background-color: #ffc94a;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flipcardbackdiv.mastering {
  background-color: #bde5f9;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flipcardtitle {
  padding-top: 10px;
}

.heading-4 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #abc2c9;
  font-size: 1.8em;
  font-weight: 600;
}

.heading-4.bigred {
  color: #e7635b;
  font-size: 2.2em;
}

.heading-4.cvsubtitle {
  color: #e7625b;
  font-size: 1em;
  font-weight: 500;
}

.heading-4.cvheader {
  margin-top: 0px;
  font-family: myriad-pro, sans-serif;
  color: #e7625b;
  font-size: 1.3em;
  font-weight: 700;
}

.heading-4.jaartal {
  margin-bottom: 0px;
  font-family: myriad-pro, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
}

.heading-4.cvtitleberoep {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: myriad-pro, sans-serif;
  color: #e7625b;
  font-size: 1.2em;
  font-weight: 400;
}

.heading-4.cvberoeptitle {
  margin-top: 0px;
  font-family: myriad-pro, sans-serif;
  color: #42515f;
  font-size: 1.2em;
  font-weight: 400;
}

.heading-4.cvberoeptitle.skillsub {
  width: 25%;
  padding-left: 15px;
}

.heading-4.headcattitle {
  font-family: myriad-pro, sans-serif;
  color: #42515f;
  font-size: 1.2em;
  font-weight: 400;
}

.heading-4.skillssubcattitle {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: myriad-pro, sans-serif;
  color: #788590;
  font-size: 1.1em;
  line-height: 0.7em;
  font-weight: 400;
}

.heading-4.studioinfoheader {
  text-align: center;
}

.flipcardtitleheading {
  margin-top: 27.5%;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-size: 3em;
  letter-spacing: 2px;
}

.flipcardtxt {
  margin-top: 39px;
}

.flipcardparagraph {
  font-family: myriad-pro, sans-serif;
  font-size: 17px;
}

.flipcardparagraph.red {
  margin-bottom: 34px;
  padding-top: 32px;
  color: #f5f5f5;
}

.flipcardbuttondiv {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 7.5%;
}

.image-13 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -5;
}

.image-14 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.div_row {
  position: relative;
  display: block;
  max-width: 1450px;
  margin: 75px auto 50px;
  text-align: center;
}

.div_row.lastrow {
  height: 120px;
}

.div_title_row {
  text-align: center;
}

.heading-1 {
  font-family: Montserrat, sans-serif;
  color: #ffc94a;
  font-size: 3.4em;
}

.div_centertitle {
  text-align: center;
}

.div_l {
  display: inline-block;
  width: 50%;
  height: 250px;
}

.div_icon {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 50%;
  height: 400px;
  min-width: 600px;
  text-align: center;
}

.div_text {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 50%;
  min-height: 400px;
  min-width: 600px;
}

.curr_icon {
  width: 75%;
}

.curr_icon.redbg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 75%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e7635b;
}

.curr_icon.redbg.yellow {
  background-color: #ffc94a;
}

.curr_icon.redbg.blue {
  background-color: #bde5f9;
}

.div_textcontainer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: auto;
}

.div_textcontainer.lesfold {
  min-height: 300px;
}

.div_title {
  height: 25%;
}

.div_title.studiotitle {
  height: 45px;
}

.div_p {
  height: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.div_p.lesfoldsub {
  height: auto;
}

.div_p.lesfoldsub.hidden {
  display: none;
  height: auto;
}

.div_p.keyboardlesfoldsub {
  height: auto;
}

.div_p.keyboardlesfoldsub.hidden {
  display: none;
}

.div_p.synthesefold.hidden {
  display: none;
}

.div_p.lesdiv_p {
  height: auto;
}

.div_p.lesdiv_p.hidden {
  display: none;
}

.div_p.recfoldtext.hidden {
  display: block;
}

.divbutton {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 25px;
}

.divbutton.lesfoldbutton {
  position: relative;
  height: 65px;
  margin-top: 33px;
}

.divbutton.recfoldbutton {
  position: relative;
  height: 40px;
  margin-top: 25px;
}

.divbutton.divbuttonbands {
  position: relative;
  height: 65px;
}

.curr_p {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.curriconmainheader {
  height: 40vh;
  margin-top: 49px;
}

.linkcontdiv {
  margin-top: 15px;
}

.linkcontdiv.rowunder {
  margin-top: 51px;
}

.footerlink {
  color: #cddadf;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.fsm-container {
  width: 100vw;
  height: 100%;
  padding-top: 8%;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.fsm-social {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  text-align: center;
}

.link {
  position: relative;
  top: 15px;
  padding: 5px 25px;
  color: #f1a19d;
  font-size: 2.5em;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: #ffc94a;
}

.link.w--current {
  color: #ffc94a;
}

.fsm-linkcontainer {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 50px;
  margin-bottom: 25px;
}

.divcolumnsocial {
  width: 33.33333333%;
  min-width: 150px;
  float: right;
  clear: left;
  text-align: center;
}

.socialicon {
  width: 75px;
}

.sociallink {
  padding: 25px 25px 25px 12px;
  font-family: myriad-pro, sans-serif;
  color: #f5f5f5;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
}

.resumecont {
  margin-top: 100px;
  text-align: left;
}

.resume {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 75px;
  background-color: #fff;
  box-shadow: 1px -1px 26px 15px rgba(97, 97, 97, 0.05);
  text-align: center;
}

.cvpic {
  width: 200px;
  border: 15px solid #fff;
  border-radius: 100px;
  text-align: left;
}

.div-block {
  text-align: left;
}

.imgdiv {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.textcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 2px solid #fff;
}

.textblocklinks {
  min-width: 250px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  text-align: right;
}

.textblocklinks.skills {
  text-align: left;
}

.midguidelineblock {
  width: 75px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  text-align: center;
}

.midguidelineblock.skills {
  border: 1px solid #000;
}

.textblockrechts {
  min-width: 250px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  text-align: left;
}

.guidelinered {
  width: 1px;
  height: 100%;
  background-color: #e7625b;
}

.werkervaringblock {
  margin-top: 25px;
  margin-bottom: 50px;
}

.cvparagraphtext {
  font-size: 1em;
}

.skillsheadcat {
  margin-bottom: 25px;
}

.skillssubcat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.skillssubcattitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 15px;
}

.maincatskillbar {
  width: 70%;
  height: 15px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.percentageskill {
  width: 75%;
  height: 15px;
  border-radius: 10px;
  background-color: #ffc94a;
}

.percentageskill._90 {
  width: 90%;
}

.percentageskill._85 {
  width: 85%;
}

.percentageskill._80 {
  width: 80%;
}

.percentageskill._78 {
  width: 78%;
}

.percentageskill._60 {
  width: 60%;
}

.percentageskill._87 {
  width: 87%;
}

.percentageskill._83 {
  width: 83%;
}

.percentageskill._35 {
  width: 35%;
}

.skillset {
  margin-bottom: 25px;
}

.divmeerinfo {
  margin-bottom: 75px;
}

.divrowmeerinfo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1450px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.divsouncloudplaylist {
  position: relative;
  display: inline-block;
  width: 70%;
  min-width: 600px;
  margin-bottom: 25px;
  text-align: center;
}

.divdetailsmeerinfo {
  display: inline-block;
  width: 50%;
  min-width: 600px;
  text-align: center;
}

.embedsoundcloud {
  position: relative;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.divdetailsmeerinfotxt {
  margin-top: 25px;
}

.detailsmeerinfolink {
  color: #8fb3c5;
  font-weight: 600;
  text-decoration: underline;
}

.body-2 {
  padding-bottom: 250px;
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
}

.detailsmeerinfop {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.meerinfoul {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  color: #8fb3c5;
  text-align: center;
  list-style-type: disc;
}

.meerinfoli {
  margin-bottom: 5px;
}

.text-span-5 {
  font-weight: 700;
}

.divmeerinfocontainer {
  display: none;
}

.link-2 {
  display: inline;
  color: #42515f;
}

.link-2:hover {
  color: #e7625b;
}

.link-3 {
  color: #cddadf;
  text-decoration: underline;
}

.divbiointro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph-3 {
  text-align: justify;
}

.pbiointro {
  width: 45%;
  min-width: 350px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.pbiointro.r {
  text-align: left;
}

.pbiointro.disciplinestoelichting {
  min-width: 350px;
  text-align: left;
}

.divbiotagline {
  margin-top: 50px;
  margin-bottom: 35px;
}

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

.pstudiointro {
  width: 40%;
  min-width: 350px;
  margin-right: 15px;
  margin-left: 15px;
}

.linknolink {
  color: #cddadf;
  text-decoration: none;
}

.minderbuttontxt {
  display: none;
}

.minderkeyboardbuttontxt {
  display: none;
}

.mindersynthesebutton {
  display: none;
}

.minderhammondbuttontxt {
  display: none;
}

.bandsintownwidget {
  max-width: 800px;
  margin: 25px auto 50px;
}

.divmeerinfocontainer-mixing {
  display: none;
}

.divmeerinfocontainer-mastering {
  display: none;
}

.divmeerinfocontainer-muziekproductie {
  display: none;
}

.heading-5 {
  margin-top: -11px;
  margin-bottom: -5px;
  font-family: Montserrat, sans-serif;
  font-size: 22.4px;
  font-weight: 500;
}

html.w-mod-js *[data-ix="viniconvstanim"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="hidefsm"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="vincentmicroscrollanim"] {
  opacity: 0;
  -webkit-transform: translate(0px, -63px);
  -ms-transform: translate(0px, -63px);
  transform: translate(0px, -63px);
}

html.w-mod-js *[data-ix="blogscrollanim"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="txtslide1"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="bandsscrollanim"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="scrollanim"] {
  opacity: 0;
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}

@media (max-width: 991px) {
  .footer-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fullscreenmenudiv {
    height: 100vh;
  }
  .fsm---bar-1.barllinks {
    text-align: center;
  }
  .fsm---bar-1.barrechts {
    text-align: center;
  }
  .fsm---bar-1.barhome {
    display: block;
  }
  .barvinsvg {
    height: 200px;
  }
  .embedmic.studio.home {
    width: 100%;
  }
  .herosection {
    display: block;
    margin-bottom: 0px;
  }
  .heroimgcontainer {
    display: inline-block;
    width: 100%;
  }
  .heroimgcontainer.notmain {
    display: block;
  }
  .heading-2.subtitle {
    font-size: 2.3em;
  }
  .scroll-v {
    display: block;
  }
  .scroll-v.notmain {
    display: block;
  }
  .rowbioblog {
    margin-top: 69px;
  }
  .columnbio {
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .imgbg {
    left: 206px;
  }
  .imgfg {
    left: 208px;
  }
  .image.blog {
    padding-top: 17px;
    padding-right: 36px;
    padding-left: 0px;
  }
  .image-2 {
    position: static;
  }
  .image-2.blog {
    position: relative;
    left: -211px;
    padding-right: 35px;
  }
  .biotxt {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .imgcontainer {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .imgcontainer.bioimgcontainer {
    width: 100%;
  }
  .imgcontainer.tourdatesblogcolumn {
    margin-top: -78px;
  }
  .biocontenttxt {
    display: inline-block;
    text-align: center;
  }
  .biocontenttxt.disciplines {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .biobutton {
    margin-top: 15px;
  }
  .heading-3 {
    display: block;
    margin-bottom: 23px;
    text-align: center;
  }
  .heading-3.biotitle {
    display: none;
  }
  .heading-3.notbiotitle {
    position: relative;
    z-index: 10;
    margin-left: 0px;
    text-align: center;
  }
  .heading-3.bandsh3 {
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph.blogtourdates {
    max-width: 700px;
  }
  .blogcolumn {
    display: block;
    margin-top: 200px;
  }
  .blogcolumn.studio {
    margin-top: 100px;
  }
  .bandscolumn {
    margin-top: 150px;
  }
  .footercolumnl {
    width: 80%;
  }
  .footercolumnm {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .footercolumnr {
    width: 80%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footertitle {
    margin-left: 0px;
    padding-left: 0px;
  }
  .contactimgdiv {
    display: block;
  }
  .image-3 {
    display: none;
  }
  .image-4 {
    max-width: 80%;
  }
  .blogsubcolumn {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .blogsubcolumn.tourdates {
    padding-right: 0px;
  }
  .image-9 {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .image-11 {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .discdiv1.mastering {
    width: 50%;
  }
  .flipcardtitleheading {
    font-size: 2.8em;
  }
  .heading-1 {
    font-size: 3.2em;
  }
  .div_icon {
    margin-bottom: 30px;
  }
  .curr_icon.redbg {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
  }
  .div_textcontainer {
    width: 100%;
  }
  .footerlink {
    color: #cddadf;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
  }
  .fsm-container {
    height: 100vh;
  }
  .fsm-social {
    bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .divcolumnsocial {
    width: 33.33333333%;
    min-height: 100px;
    min-width: 200px;
    padding-right: 25px;
    padding-left: 25px;
    float: right;
    clear: left;
  }
  .resume {
    width: 90%;
  }
  .textblocklinks {
    text-align: center;
  }
  .textblocklinks.skills {
    text-align: center;
  }
  .midguidelineblock {
    width: 100%;
    height: 15px;
  }
  .midguidelineblock.skills {
    width: 100%;
    height: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .textblockrechts {
    text-align: center;
  }
  .guidelinered {
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .divrowmeerinfo {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .divsouncloudplaylist {
    position: relative;
    float: none;
  }
  .divdetailsmeerinfo {
    position: relative;
    float: none;
  }
  .embedsoundcloud {
    width: 85%;
  }
  .divmeerinfocontainer {
    margin-top: -75px;
  }
  .divmeerinfocontainer-mixing {
    margin-top: -75px;
  }
  .divmeerinfocontainer-mastering {
    margin-top: -75px;
  }
  .divmeerinfocontainer-muziekproductie {
    margin-top: -75px;
  }
}

@media (max-width: 767px) {
  .fsm---bar-1.barllinks {
    font-size: 35px;
    text-align: left;
  }
  .fsm---bar-1.barrechts {
    font-size: 35px;
    text-align: right;
  }
  .fsm---bar-1.barmid {
    font-size: 35px;
  }
  .fsm---bar-1.barhome {
    display: block;
  }
  .barvinsvg {
    height: 150px;
  }
  .heroimgcontainer {
    display: none;
  }
  .scroll-v {
    display: none;
  }
  .biotxt {
    padding-right: 25px;
    padding-left: 25px;
  }
  .biotxt.bands.blog {
    padding-right: 25px;
    padding-left: 25px;
  }
  .bioheader {
    display: none;
  }
  .paragraph {
    text-align: left;
  }
  .discdiv1.recording {
    width: 100%;
  }
  .discdiv1.mastering {
    width: 100%;
  }
  .discdiv2.mixing {
    width: 100%;
  }
  .discrow1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .discrow2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div_icon {
    min-width: 100%;
  }
  .div_text {
    min-width: 100%;
  }
  .fsm-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fsm-social {
    display: none;
    height: 30vh;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .link {
    font-size: 1.5em;
  }
  .link.w--current {
    font-size: 1.6em;
  }
  .fsm-linkcontainer {
    width: 50vw;
    margin-right: auto;
    margin-bottom: 11px;
    margin-left: auto;
  }
  .divcolumnsocial {
    min-height: 100px;
    min-width: 150px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .body {
    font-size: 10px;
  }
  .footer-section {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
  .fullscreenmenudiv {
    height: 100vh;
    margin-top: 0px;
  }
  .fsmd---top-div {
    height: 10%;
  }
  .hambcontainer {
    padding-top: 30px;
  }
  .fsm---bar-1.menutitle {
    display: none;
    height: auto;
  }
  .fsm---bar-1.barllinks {
    width: 100%;
    margin-top: 0em;
    font-size: 2.5em;
    text-align: center;
  }
  .fsm---bar-1.barrechts {
    width: 100%;
    margin-top: 0rem;
    font-size: 2.5em;
    text-align: center;
  }
  .fsm---bar-1.barmid {
    width: 100%;
    margin-top: 0em;
    font-size: 2.5em;
    text-align: center;
  }
  .fsm---bar-1.barhome {
    display: block;
    width: 100%;
    height: 7.5%;
    margin-top: -59px;
    padding-top: 16px;
    font-size: 2.5em;
  }
  .fsm-link {
    font-weight: 500;
  }
  .fsm-link.w--current {
    color: #e7635b;
    font-weight: 600;
  }
  .barvinsvg {
    display: none;
  }
  .socialmcontainer {
    display: none;
  }
  .heroheadertextcontainer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-2.subtitle {
    font-size: 1.4em;
  }
  .rowbioblog {
    height: auto;
    margin-top: 25px;
  }
  .biotxt.notmain {
    padding-right: 0px;
  }
  .heading-3 {
    position: relative;
    text-align: center;
  }
  .heading-3.notbiotitle {
    margin-bottom: 0px;
  }
  .heading-3.notbiotitle.disciplinesub {
    width: 100%;
    margin-bottom: 50px;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph.blogtourdates {
    text-align: center;
  }
  .button {
    width: 100%;
    height: auto;
  }
  .button.button_red {
    width: 80%;
  }
  .rowblog {
    padding-top: 25px;
  }
  .rowblog.les {
    height: auto;
  }
  .rowblog.bands {
    height: auto;
  }
  .rowblog.studio {
    height: auto;
    padding-bottom: 0px;
  }
  .blogcolumn {
    margin-top: auto;
  }
  .blogcolumn.studio {
    margin-top: auto;
  }
  .blogcolumn.muziekles {
    margin-top: auto;
  }
  .bandscolumn {
    margin-top: auto;
  }
  .everythingcontent {
    display: block;
    font-size: 14px;
  }
  .footercolumnl {
    width: 100%;
    min-width: auto;
  }
  .footercolumnm {
    width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footercolumnr {
    width: 100%;
    min-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footertitle.mid {
    height: 25px;
  }
  .footertitle.right {
    height: 25px;
  }
  .footertxt1 {
    text-align: center;
  }
  .paragraph-2 {
    display: inline-block;
    width: 100%;
  }
  .redfootertxtmarker {
    font-size: 18px;
    font-weight: 600;
  }
  .blogsubcolumn {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div_row {
    display: block;
    height: 930px;
    margin-bottom: 125px;
  }
  .heading-1 {
    font-size: 2.5em;
  }
  .div_icon {
    height: 310px;
    min-width: 100%;
  }
  .div_text {
    display: inline-block;
    margin-top: 25px;
  }
  .curr_icon.redbg {
    width: 100%;
    height: 100%;
  }
  .div_textcontainer {
    height: 100%;
  }
  .div_textcontainer.lesfold {
    overflow: visible;
  }
  .div_title {
    height: 15%;
  }
  .div_p {
    height: 60%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .div_p.lesfoldsub.hidden {
    display: none;
  }
  .div_p.studiodivp {
    height: auto;
  }
  .divbutton {
    position: relative;
  }
  .linkcontdiv {
    margin-top: 0px;
    text-align: center;
  }
  .linkcontdiv.rowunder {
    margin-top: 0px;
  }
  .fsm-container {
    height: 100vh;
  }
  .fsm-social {
    display: none;
    height: 45%;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .link {
    font-size: 1.8em;
  }
  .link.w--current {
    font-size: 1.8em;
  }
  .fsm-linkcontainer {
    width: 100vw;
    min-width: 100px;
    margin-bottom: 5px;
  }
  .divcolumnsocial {
    min-height: 50px;
    min-width: 100px;
    margin-bottom: 11px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .resume {
    padding-right: 5px;
    padding-left: 5px;
  }
  .textblocklinks {
    min-width: 100%;
  }
  .textblockrechts {
    min-width: 100%;
  }
  .skillssubcattitle {
    width: 30%;
  }
  .divsouncloudplaylist {
    min-width: 100%;
  }
  .divdetailsmeerinfo {
    min-width: 95%;
  }
  .divmeerinfocontainer {
    margin-top: -25px;
  }
  .pbiointro {
    min-width: 270px;
  }
  .pbiointro.disciplinestoelichting {
    min-width: 280px;
  }
  .divstudiointro {
    max-width: 100%;
  }
  .pstudiointro {
    max-width: 100%;
    min-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .divmeerinfocontainer-mixing {
    margin-top: -25px;
  }
  .divmeerinfocontainer-mastering {
    margin-top: -25px;
  }
  .divmeerinfocontainer-muziekproductie {
    margin-top: -25px;
  }
}

