/* Import our master theme*/
/*  ==============================
      FONTS
    ============================== */
/*  ==============================
      LESS FUNCTIONS
    ============================== */
/* Lighten or Darken background */
/* Scalable image. @par: max-width */
/* Scalable image snapped to parent container */
/* Vertical aligns a component. @par: percentage from top */
/*  ==============================
      PREDEFINED CLASSES
    ============================== */
/* Full width container */
.container-full {
  margin: 0 auto;
  width: 100%;
}
/* Horizontally aligns absolute component in relative/absolute container */
.h-align {
  left: 0;
  right: 0;
  margin: auto;
}
/* Vertically aligns absolute container in relative/absolute container */
.v-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Default link */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Default button */
a.button {
  background: #006600;
  display: inline-block;
  color: #fff;
  padding: 12px 16px;
}
a.button:hover {
  background: #ff6600;
  text-decoration: none;
}
a.button:focus {
  text-decoration: none;
}
/* Scalable image */
img.scale {
  max-width: 100%;
  height: auto;
}
/*  ==============================
      MAIN LAYOUT
    ============================== */
body {
  color: #000;
}
a {
  color: #5c2a86;
}
a:hover,
a:focus {
  color: #f49907;
  text-decoration: none;
}
a.button {
  background-color: #0066ff;
}
a.button:hover {
  color: #fff;
  background-color: #ff0066;
}
/*  ===============
    Social
    =============== */
.social li {
  display: inline-block;
}
.social img {
  width: 32px;
  height: 32px;
}
/*  ===============
    PARALLAX
    =============== */
.parallax.has-overlay {
  position: relative;
}
.parallax .overlay {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.parallax .overlay .content {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.parallax .overlay .content h1,
.parallax .overlay .content p {
  text-shadow: 1px 1px 1px #000;
}
/*  ===============
    KOLOMMEN
    =============== */
.kolom .text-wrapper {
  margin-bottom: 20px;
}
.kolom .image-wrapper {
  margin-bottom: 20px;
}
/*  GALERIJ  */
.galerij-wrapper .galerij-blok {
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.galerij-wrapper .galerij-blok img {
  max-width: 100%;
  height: auto;
}
/*  ===============
    FAQ
    =============== */
.faq dd {
  padding: 0 25px;
  margin: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  max-height: 0;
  transition: all .4s ease;
}
.faq dd.expand {
  max-height: 200px;
  padding: 10px 25px;
}
.faq dt {
  cursor: pointer;
}
/* 400px and lower */
@media (max-width: 400px) {
  .galerij-wrapper .galerij-blok {
    width: 100%;
  }
}
/* GForm breakpoint */
@media (min-width: 601px) {
  .gform_wrapper .column-count-1-of-2 {
    padding-right: 8px !important;
  }
  .gform_wrapper .column-count-2-of-2 {
    padding-left: 8px !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .col-sm-c5 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 767px) {
  .container .row .inner {
    width: auto !important;
  }
  .parallax .overlay .content {
    width: 100% !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .wpmm-force-bg {
    background: transparent !important;
  }
  .col-md-c5 {
    width: 20%;
    float: left;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-lg-c5 {
    width: 20%;
    float: left;
  }
}
/*  ==============================
      TELLER
    ============================== */
.teller {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
}
/*  ==============================
      MAIN TEMPLATE
    ============================== */
.margin-both,
.margin-top {
  margin-top: 40px;
}
.margin-both,
.margin-bottom {
  margin-bottom: 40px;
}
.margin-none {
  margin-top: 0;
  margin-bottom: 0;
}
#colofon {
  text-align: center;
  padding: 10px;
  font-size: 11px;
}
#colofon img {
  width: 18px;
}
/*  ==============================
      DEFAULTS (DON'T TOUCH)
    ============================== */
/* Browser upgrade message */
.browser-upgrade {
  background: #ccc;
  color: #000;
  padding: 4px 0;
  text-align: center;
}
/* Reset List styles */
.gform_wrapper ul,
.gform_wrapper li,
.mainmenu,
.mainmenu ul,
.mainmenu li,
.nostyle,
.nostyle li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
/* Mobile icon in mobile navbar */
#mobile-icon {
  position: relative;
  float: right;
  right: 10px;
}
#mobile-icon a {
  background: none;
}
#mobile-icon a img {
  width: 22px;
  height: 22px;
}
/* Relative */
.rel {
  position: relative;
}
/* Extra 5-column layout */
.col-xs-c5,
.col-sm-c5,
.col-md-c5,
.col-lg-c5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-c5 {
  width: 20%;
  float: left;
}
/* Full-width container */
.container-full {
  margin: 0 auto;
  width: 100%;
}
/* ANIMATIE */
.element-animation {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
@font-face {
  font-family: 'Schoolbell';
  src: url('https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../fonts/Schoolbell.eot');
  src: url('https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../fonts/Schoolbell.eot?#iefix') format('embedded-opentype'), url('https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../fonts/Schoolbell.woff') format('woff'), url('https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../fonts/Schoolbell.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-family: 'Schoolbell';
}
.menudiv {
  min-height: 90px;
}
#logo img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 997px) {
  #logo img {
    width: 150px;
  }
}
.tijdelijkediv {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 60px;
}
.wrapper {
  overflow: hidden;
}
h1 {
  font-family: Schoolbell, Arial, sans-serif;
}
#header {
  position: relative;
  z-index: 1;
}
.menudiv {
  background-color: #5c2a86;
}
.mainmenu ul {
  display: none;
}
.mainmenu {
  font-family: Schoolbell, Arial, sans-serif;
  z-index: 9999;
  margin-top: 80px;
}
.mainmenu > li {
  box-sizing: border-box;
  width: 19%;
  position: relative;
  text-align: left;
  display: inline-block;
  font-size: 20px;
  padding-bottom: 10px;
}
.mainmenu > li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
}
.mainmenu > li.yellow.current-menu-item a,
.mainmenu > li.yellow.current-menu-parent a {
  color: #000;
}
.mainmenu > li > ul > li {
  padding: 8px 0;
  line-height: 20px;
}
.mainmenu > li > ul > li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mainmenu > li:after {
  content: "";
  z-index: 1;
  bottom: 0;
  position: absolute;
  margin: 0 -9999px;
  padding: 5px 9999px;
  display: none;
}
.mainmenu > li.current-menu-parent:after,
.mainmenu > li.current-menu-item:after,
.mainmenu > li:hover:after {
  display: block;
  z-index: 0;
}
.mainmenu > li:hover:after {
  z-index: 1;
}
.mainmenu > li.orange.current-menu-parent,
.mainmenu > li.orange.current-menu-item,
.mainmenu > li.orange:hover,
.mainmenu > li.orange.current-menu-parent:after,
.mainmenu > li.orange:hover:after,
.mainmenu > li.orange.current-menu-item:after {
  background: #f49907;
}
.mainmenu > li.blue.current-menu-parent,
.mainmenu > li.blue.current-menu-item,
.mainmenu > li.blue:hover,
.mainmenu > li.blue.current-menu-parent:after,
.mainmenu > li.blue:hover:after,
.mainmenu > li.blue.current-menu-item:after {
  background: #009fe3;
}
.mainmenu > li.green.current-menu-parent,
.mainmenu > li.green.current-menu-item,
.mainmenu > li.green:hover,
.mainmenu > li.green.current-menu-parent:after,
.mainmenu > li.green:hover:after,
.mainmenu > li.green.current-menu-item:after {
  background: #86bc25;
}
.mainmenu > li.yellow.current-menu-parent,
.mainmenu > li.yellow.current-menu-item,
.mainmenu > li.yellow:hover,
.mainmenu > li.yellow.current-menu-parent:after,
.mainmenu > li.yellow:hover:after,
.mainmenu > li.yellow.current-menu-item:after {
  background: #ffee00;
}
.mainmenu > li.pink.current-menu-parent,
.mainmenu > li.pink.current-menu-item,
.mainmenu > li.pink:hover,
.mainmenu > li.pink.current-menu-parent:after,
.mainmenu > li.pink:hover:after,
.mainmenu > li.pink.current-menu-item:after {
  background: #e6455e;
}
.mainmenu li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
}
.mainmenu li:hover.yellow a {
  color: #000;
}
.mainmenu li:hover.orange > ul {
  background: rgba(244, 153, 7, 0.7);
}
.mainmenu li:hover.blue > ul {
  background: rgba(0, 159, 227, 0.7);
}
.mainmenu li:hover.green > ul {
  background: rgba(134, 188, 37, 0.7);
}
.mainmenu li:hover.yellow > ul {
  background: rgba(255, 238, 0, 0.7);
}
.mainmenu li:hover.pink > ul {
  background: rgba(230, 69, 94, 0.7);
}
#content {
  padding: 128px 0 64px;
  font-size: 16px;
}
#content.home {
  padding-top: 32px;
  padding-bottom: 0;
}
#content.home .bottom-image {
  background: #009fe3;
  opacity: 0.75;
}
#content.home .bottom-image img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 250px;
}
.cursus .left {
  text-align: center;
}
.cursus .middle {
  color: #fff;
  font-weight: 300;
}
.cursus header {
  margin-bottom: 24px;
}
.cursus h1 {
  font-size: 32px;
  margin-top: 0;
  color: #ffee00;
}
.cursus h2 {
  color: #ffee00;
}
.cursus .subtitle {
  font-family: Schoolbell, Arial, sans-serif;
  color: #f49907;
  font-size: 24px;
}
.cursus .cursusdetails {
  padding: 12px;
  border: 8px solid #5c2a86;
  border-radius: 20px;
  background: #fff;
  line-height: 24px;
  margin-top: 32px;
  font-size: 14px;
}
.cursus .cursusdetails h2 {
  color: #5c2a86;
  margin-top: 0;
}
.cursus .cursusdetails p {
  margin-bottom: 0;
}
.cursus .cursusdetails .details > div:nth-child(odd) {
  font-weight: bold;
}
.cursus .buttons {
  text-align: center;
  margin-top: 40px;
}
.cursus-button {
  font-family: Schoolbell, Arial, sans-serif;
  text-align: center;
  padding: 8px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
  width: 80%;
  display: inline-block;
  border: 8px solid #5c2a86;
  border-radius: 20px;
}
.cursus-button:hover {
  color: #fff;
}
.cursus-button.one {
  background: #e6455e;
}
.cursus-button.one:hover {
  background: #e95b71;
}
.cursus-button.two {
  background: #86bc25;
}
.cursus-button.two:hover {
  background: #95d129;
}
.cursus-button.three {
  color: #000;
  background: #ffee00;
}
.cursus-button.three:hover {
  background: #fff566;
}
.welkom {
  color: #5c2a86;
  padding-top: 30px;
  padding-bottom: 30px;
}
.welkom h1 {
  margin: 10px 0 20px;
}
.welkom .name-wrapper {
  margin-bottom: 20px;
}
.welkom .name {
  font-size: 28px;
  font-family: Schoolbell, Arial, sans-serif;
}
.welkom .right {
  background: #e6455e;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: 300;
}
.welkom .right h2 {
  font-family: Schoolbell, Arial, sans-serif;
  margin: 0 0 20px;
  color: #ffee00;
}
.welkom .right a {
  color: #5c2a86;
}
.welkom .right a:hover {
  color: #f49907;
}
.bxslider img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 400px;
}
body .bx-wrapper .bx-pager {
  bottom: 30px;
}
body .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
body .bx-wrapper .bx-pager.bx-default-pager a:hover,
body .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffee00;
}
.praktisch {
  background: #ffee00;
  padding-top: 32px;
  padding-bottom: 32px;
}
.praktisch h2 {
  color: #e6455e;
  margin: 0 0 32px;
}
.praktisch .inschrijven {
  text-align: center;
}
.praktisch .inschrijven .cursus-button {
  width: 300px;
  margin-top: 48px;
  position: relative;
}
.praktisch .inschrijven .cursus-button:after {
  content: url("https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../images/pink-arrow.png");
  position: absolute;
  top: -30px;
  right: -140px;
}
.overaline {
  font-weight: 300;
  color: #fff;
  background: #86bc25;
}
.overaline:not(#content) {
  padding-top: 30px;
  padding-bottom: 30px;
}
.overaline .left {
  text-align: center;
}
.overaline h1 {
  margin-top: 0;
  color: #ffee00;
}
.overaline .image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-bottom: 30px;
}
.overaline .button-wrapper {
  text-align: center;
}
.overaline .cursus-button {
  background: #ffee00;
  color: #000;
  max-width: 300px;
}
.overaline .cursus-button:hover {
  background: #f49907;
}
.cursusinformatie {
  background: #fff;
  padding: 16px;
  border: 6px solid #009fe3;
  border-radius: 16px;
}
.cursusinformatie .intro {
  color: #5c2a86;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 32px;
}
.cursusinformatie .label {
  color: #86bc25;
  font-weight: bold;
}
.cursusinformatie a {
  color: #e6455e;
  font-weight: bold;
}
.cursusinformatie a:hover {
  color: #f49907;
}
.cursusinformatie .info-blok {
  margin-top: 20px;
}
.cursusinformatie > .row:first-of-type > .info-blok:first-of-type {
  margin-top: 0;
}
.ervaringen {
  background: #ffee00;
}
.ervaringen h1 {
  color: #e6455e;
  margin: 0 0 60px;
}
.ervaringen .entry-content {
  padding: 24px 16px;
  border: 8px solid #5c2a86;
  border-radius: 20px;
  background: #fff;
}
.ervaringen .entry-content p:nth-child(odd) {
  color: #5c2a86;
}
.ervaringen .entry-content p:nth-child(even) {
  color: #e6455e;
}
.cursussen {
  background: #009fe3;
  color: #fff;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cursussen .entry-title {
  font-family: Schoolbell, Arial, sans-serif;
  margin-bottom: 48px;
}
.cursussen .titles {
  text-align: center;
}
.cursussen h2 {
  margin-top: 0;
}
.cursussen .titel {
  color: #ffee00;
}
.cursussen .subtitel {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Schoolbell, Arial, sans-serif;
}
.cursussen p a {
  font-weight: 700;
  color: #5c2a86;
}
.cursussen p a:hover {
  color: #ffee00;
}
.cursussen .image-container {
  text-align: center;
}
.cursussen .image-container .button-wrapper {
  display: block;
}
.cursussen .image-container .cursus-button {
  margin: 60px 0;
  transform: rotateZ(15deg);
  width: 200px;
  color: #ffee00;
  border-color: #86bc25;
  background: #5c2a86;
}
.cursussen .image-container .cursus-button:hover {
  background: #f49907;
}
.cursussen .image-container .cursus-button:after {
  content: url("https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../images/yellow-arrow.png");
  position: absolute;
  transform: rotateZ(-130deg);
  top: -90px;
  left: -330px;
}
.cursussen .image-container img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.cursussen .page-summary {
  margin-bottom: 20px;
}
.cursussen .cursus-button {
  background: #f49907;
  max-width: 350px;
  color: #5c2a86;
  border-color: #e6455e;
  position: relative;
}
.cursussen .cursus-button:hover {
  background: #ffee00;
}
.cursussen .cursus-button:after {
  content: url("https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../images/pink-arrow.png");
  position: absolute;
  transform: rotateZ(10deg);
  top: -30px;
  right: -140px;
}
#content.overview.cursussen,
#content.cursus {
  background: linear-gradient(rgba(0, 159, 227, 0.8), rgba(0, 159, 227, 0.7)), url("https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../images/cursus-bg.jpg") center;
  background-size: cover;
}
#content.overview.praktisch {
  background: linear-gradient(rgba(255, 238, 0, 0.8), rgba(255, 238, 0, 0.7)), url("https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../images/cursus-bg.jpg") center;
}
.cursussen .image-container img {
  border: 8px solid #ffee00;
  -webkit-border-radius: 14px 14px 14px 14px;
  border-radius: 14px 14px 14px 14px;
}
.media .title {
  font-family: Schoolbell, Arial, sans-serif;
  margin: 30px 0;
  text-align: center;
}
.media .title h2 {
  color: #5c2a86;
  margin: 0;
}
.media .title .type-title {
  color: #e6455e;
  font-size: 28px;
  line-height: 33px;
}
.media .photos .photo-wrapper {
  padding-left: 8px;
  padding-right: 8px;
}
.media .photos img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 16px;
}
.media .videos .video-wrapper {
  font-size: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.media .videos iframe {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
#footer {
  padding: 40px 0;
}
#footer h3 {
  font-size: 32px;
  font-family: Schoolbell, Arial, sans-serif;
  color: #ffee00;
}
#footer h3,
#footer p {
  margin: 0;
}
#footer .right {
  text-align: right;
}
#footer a {
  color: #ffee00;
}
#footer a:hover {
  color: #fff;
}
#colofon {
  padding: 80px 0 32px;
  color: #fff;
  background-color: #5c2a86;
  text-align: center;
  font-size: 13px;
}
#colofon a {
  color: #fff;
}
#colofon a:hover {
  color: #ffee00;
}
.gform_button {
  font-family: Schoolbell, Arial, sans-serif;
  text-align: center;
  padding: 8px;
  font-size: 24px !important;
  color: #fff;
  margin-bottom: 16px;
  background: #e6455e;
  width: 80%;
  display: inline-block;
  border: 8px solid #5c2a86;
  border-radius: 20px;
}
/* Extra small devices (424px and lower */
@media (max-width: 424px) {
  .xxs-full {
    width: 100%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cursusinformatie > .row > div:not(:first-of-type) {
    margin: 0;
  }
  .cursusinformatie .np {
    padding: 0;
  }
  .media .title {
    text-align: left;
  }
  #footer .right {
    text-align: center;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #logo img {
    position: absolute;
    z-index: 9999;
    text-align: left;
  }
  .cursus .cursusdetails {
    margin-top: 0;
  }
  .cursussen .image-container .cursus-button:after {
    transform: rotateZ(-130deg);
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
body {
  font-family: 'Open Sans';
}
.header_overlay {
  position: absolute;
  top: 280px;
  width: 100%;
  padding-left: 15px;
}
.header_overlay h1 {
  font-weight: bold;
  font-size: 60px;
  margin: 0px;
  color: white;
  text-shadow: 1px 1px 0 #000000;
  margin-bottom: 30px;
  text-align: left;
}
.header_overlay h4 {
  font-size: 25px;
  margin: 0px;
  color: white;
  position: relative;
  bottom: 30px;
  text-shadow: 1px 1px 0 #000000;
  margin-bottom: 10px;
  text-align: left;
}
a.button {
  margin-bottom: 20px;
  font-family: Schoolbell, Arial, sans-serif;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
  color: black;
  background-color: transparent;
  background-image: url("https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../../assets/images/buttonwrap.png");
  background-size: 100% 100%;
  max-width: 200px;
  background-repeat: no-repeat;
}
a.button:hover {
  background-color: transparent;
  background-image: url("https://muziekopschootdeventer.nl/wp-content/themes/sieronline_child/assets/less/../../assets/images/buttonwrapa.png");
  background-size: 100% 100%;
  color: black;
  max-width: 200px;
  background-repeat: no-repeat;
}
.current-menu-item a {
  font-weight: bold !important;
}
.footerstyle {
  background-color: #e5455e;
  color: white;
}
.footerstyle a:hover {
  color: #5c2a86;
}
.over_style {
  position: relative;
  padding-top: 30px;
  color: white;
}
.over_style h2 {
  color: #ffee00;
}
.over_style p {
  margin-top: 20px;
}
