@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 1280px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 1280px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 1280px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 1280px),
only screen and (                min-resolution: 192dpi) and (max-width: 1280px),
only screen and (                min-resolution: 2dppx)  and (max-width: 1280px) {

  /* Override media query here */
}


.wide {
  width: 100%;
  background-color: lightyellow;
}

#menuitem_li_0-0 {
  display: none;
  visibility: hidden;
}


/* --------------------------------------------------
Common CSS
-------------------------------------------------- */

body, html {
  font-size: 22pt;
}


/* --------------------------------------------------
CSS for Frame containers
-------------------------------------------------- */

div.panelselector {
  width: 100%;
  height: 20px;
  background-color: lightyellow;
}


div.panelselector:before {
  content: "MEDIUM";
  position: absolute;
  font-size: 14pt;
  margin:0;
  padding:0;
}

div.paneltop {
  padding-top: 6pt;
  font-size: 24pt;
  color: white;
  display: flex;
  align-items: center; /* vertical centering */
  gap: 10px; /* optional spacing between image and text */
  line-height: 80px;
}

div.panelmenulogo {
  display: none;
  visibility: hidden;
}

span.top_maak_afspraak {
  display: block;
  visibility: visible;
}

div.panelcontentrow {
}

div.panelcontentleft {
  display: none;
  visibility: hidden;
}

div.panelcontentright {
  display: none;
  visibility: hidden;
}

div.panelcontent {
  padding-left: 10px;
  padding-bottom: 20px;
  width: 100%;
  margin-top: 14pt;
  margin-bottom: 14pt;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14pt;
  padding-bottom: 14pt;
  background-color: #DDDDDD;
}

div.panelrowservices {
  width: 100%;
  margin-top: 14pt;
  margin-bottom: 14pt;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
}

div.paneloccasions {
  width: 100%;
}

div.panelsocialicons {
  width: 100%;
}

#footer_box1 {
  display: none;
  visibility: hidden;
}

#footer_box {
  width: 48%;
  float: left;
  margin-left:auto;
  margin-right:auto;
}

h1 {
  font-size: 24pt;
}

table {
  width: auto;
}

a {
  font-size: 22pt;
}
