@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('fonts/Roboto-Italic.woff2') format('woff2'),
        url('fonts/Roboto-Italic.woff') format('woff'),
        url('fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'),
        url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff'),
        url('fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



* {
 font-smoothing: always;
 font-family: 'Roboto', 'Open Sans', Calibri, sans-serif;
}


html {
 width: 100%;
 height: 100%;
 --blauw: #0000ff;
}
h1 {
 margin:0;
}
h1 span {
 display:none;
}

img {
 /*
  pointer-events: none;
 */
 display: block;
 margin: 0;
 border: 0;
 user-select: none; 
 -o-user-select: none; 
 -moz-user-select: none; 
 -khtml-user-select: none; 
 -webkit-user-select: none; 
}


body {
 margin: auto;
 padding: 0;
 text-align: center;
 zoom: 1;
 width: 100%;
 height: 100%;
 overflow: hidden;
 background:#000;
}

#container {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: auto;
 padding: 0;
 text-align: center;
 top: 0;
 left: 0;
 #background-color: #0000ff;
}

#pic1 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 top: 0;
 left: 0;

 background-image: url(fotos/2024/foto001.webp);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fotos/2024/foto001.webp', sizingMethod='scale');
 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fotos/2024/foto001.webp', sizingMethod='scale')";
 z-index:1;


  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#pic2 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 top: 0;
 left: 0;

 background-image: url(fotos/2024/foto002.webp);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fotos/2024/foto002.webp', sizingMethod='scale');
 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fotos/2024/foto002.webp', sizingMethod='scale')";
 z-index:2;

  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}


.transparent {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;

}

.opaque {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1.0;

  /* Safari 1.x */
  -khtml-opacity: 1.0;

  /* Good browsers */
  opacity: 1.0;

}



.semitransparent {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";

  /* IE 5-7 */
  filter: alpha(opacity=65);

  /* Netscape */
  -moz-opacity: 0.65;

  /* Safari 1.x */
  -khtml-opacity: 0.65;

  /* Good browsers */
  opacity: 0.65;

}



#xgrijs {
 margin: auto;

 position: absolute;
 top: 0;
 left:50%;
 margin-left: -320px;
 margin-top: 9%;
 z-index: 3;

 width: 640px;
 height: 500px;

 background-color: #888;

-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

 user-select: none; 
 -o-user-select: none; 
 -moz-user-select: none; 
 -khtml-user-select: none; 
 -webkit-user-select: none; 
}


#mads {
 margin: auto;

 position: absolute;
 top: 50%;
 left:50%;
 z-index: 4;
 width: 940px;
max-width: 96%;
height:auto;
 min-height: 273px;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);

 user-select: none; 
 -o-user-select: none; 
 -moz-user-select: none; 
 -khtml-user-select: none; 
 -webkit-user-select: none; 


}


#cafemads {
 margin: auto;

/*
 position: absolute;
 top: 0;
 left:50%;
 margin-left: -307px;
 margin-top: 25%;
 z-index: 4;

 width: 614px;
 height: 273px;

 #background-color: #888;
 #background-color: rgba(136,136,136,0.5);
 padding: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

*/

 #width: 540px;
 #height: 273px;

 user-select: none; 
 -o-user-select: none; 
 -moz-user-select: none; 
 -khtml-user-select: none; 
 -webkit-user-select: none; 


}

#deli {
 margin: auto;

 position: absolute;
 bottom: 0;
 left:50%;
 margin-left: -307px;
 margin-top: 10%;
 z-index: 4;

 width: 614px;
 height: 221px;

 user-select: none; 
 -o-user-select: none; 
 -moz-user-select: none; 
 -khtml-user-select: none; 
 -webkit-user-select: none; 

 background-color: #888;
 background-color: rgba(136,136,136,0.5);
 padding: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

}











#construction {
 color: #FFF;
 font-family: Calibri, Tahoma, Arial;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 width: 100%;
 height: 30px;
 position: fixed;
 left: 0;
 bottom: 0;
}

.notice {
  background: rgba(255,255,255, 0.85);
  border-radius: 6px;
  padding: 6px;
  margin: 30px auto 0px auto;
  font-family: helvetica, arial;
  font-size: 14px;
  color: #2c6b24;
}

@media (orientation: portrait) {
 #cafemads {
  #transform: scale(0.7);
 }
}


.madslogo {
 width: 100%;
 height: auto;
 max-width: 540px;
 margin: auto;
 display: block;
}

#mads-text {
  background: #FFF;
  padding: 12px 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 color: var(--blauw);
 font-weight: bold;
 font-size: 13px;
 border-radius: 8px;
 margin: 12px auto 0 auto;
 #font-variant: small-caps;

  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;

 row-gap:20px;

}

.half {
  flex: 2 240px;
}

.top {
 min-height: 70px;
}
.bottom {
  min-height: 22px;
}

#mads-text .half h2 {
 margin:0;
 text-transform: uppercase;
 font-variant: normal;
 font-size: 15px;
 font-weight: 900;
}

#mads-text .half p {
 margin-top: 6px;
 margin-bottom: 6px;
}

#mads-text .half p i {
 text-transform: uppercase;
}

#mads-text .half a {
 text-decoration: none;
 color: currentColor;
 border-radius: 3px;
}

#mads-text .half a:hover {
}

#mads-text .half a.fba {
 margin-right: 6px;
}

#mads-text .half a img {
 border: 0;
 display: inline-block;
}

#mads-text .half a.menukaart {
 display:inline-block;
 width: fit-content;
 text-transform: uppercase;
 padding: 3px 6px;
 background: var(--blauw);
 color: #FFF;
 margin-left: auto;
 margin-right: auto;
}


@media (orientation: portrait) {
 #mads {
  #top: 40%;
 }
 #mads-text {
  background: transparent;
  display:block;
  #font-size: 20px;
  padding: 0;
 }
 #mads-text .half {
  background: #FFF;
  padding: 12px 8px;
  border-radius: 8px;
 }
 #mads-text .half h2 {
  #font-size: 24px;
 }
 #mads-text .half {
  margin-bottom: 12px;
 }
 #mads-text .half a img {
  #transform: scale(1.4);
 }
 #mads-text .half a.fba {
  margin-right: 16px;
 }
 .top {
  min-height:auto;
 }
}



.opening-hours {
  display: inline-grid;                    /* prevents full-width expansion   */
  grid-template-columns: max-content max-content;  /* both columns size to content */
  column-gap: 0.75rem;
  row-gap: 0.25rem;
  text-align: left;
}

.opening-hours .day {
  font-weight: 600;
}
.opening-hours .time {
  font-weight: 300;
}
