/* Text styles */
A:link {color: black; TEXT-DECORATION: none;font-weight: normal;}
A:visited {color: black; TEXT-DECORATION: none;font-weight: normal;}
A:active {color: black; TEXT-DECORATION: none;}
A:hover {color: #0080FF; TEXT-DECORATION: none;font-weight: none;}


/* This removes the translate tooltip pop-up and stops highlighting the text */
#goog-gt-tt {display: none !important;}
.goog-tooltip {display: none !important;}
.goog-tooltip:hover {display: none !important;}
#goog-gt-popupShown {display: none !important;}
font {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* End of This removes the translate tooltip pop-up and stops highlighting the text */

/* Hide the Google Translate iframe and its data  */
/* cannot remove the white space at the top (yet) */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

#gt-nvframe {
    display: none !important;
}
/* End of Hide the Google Translate iframe and its data  */



*{
box-sizing: content-box;
line-height: 1.6;
}

.active {
  background-color: #eee;
}

body {
  top: 0px !important;
  margin-top: 0px !important;
  margin: 0%;
  padding: 0px;
  background-image: url("./images/bgnd-left-s.webp"), url("./images/bgnd-right-s.webp");
  background-repeat: no-repeat;
   background-attachment: fixed;
  background-color: transparent;
  background-position: 10% 30%, 80% 80%;
  font-family: Arial, sans-serif;
  font-style: normal;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  color: #000;
}

.black-link {
           color: black;
           font-weight: bold;
}

.black-link:hover {
           color: #0080FF;
           font-weight: bold;
}

.topimg {
    max-width: 100%;
    height: auto;
  image-rendering: high-quality;
     border-radius: 5%;
}

.topbanner {
  top: 0px;
  align: center;
  background-color: black;
  border-style: none;
  position: fixed;
  box-shadow: 0px 5px 16px black;
  width: 100%;
}

.topspace {
  position: relative;
  top: 0px !important;
  height: 20px;
  background-color: white;
  color: white;
  text-align: center;
  width: 100%;
  opacity: 0.0;
}

.contentimg {
    height: 80%;
     border-radius: 5%;
     box-shadow: 0px 5px 16px black;
     /* background-image: linear-gradient(to bottom, white,  white, white, #b0d8ff, white, white, white); */
}



.container {
     width: 100%;
     height: 200px;
     border-radius: 5%;
     box-shadow: 0px 5px 16px black;
     object-fit: cover;
     display: block;
}

H1 {
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  Font-size: 28px;
  font-style: normal;
  text-align:center;
}

H2 {
  Font-size: 18px;
  font-style: italic;
  text-align:center;
}


H3 {
  font-family: Verdana, sans-serif;
  font-style: normal;
  text-align:center;
}

/* gradient line */
.hr-gradient {
      border: none;
      height: 2px;
      background: linear-gradient(90deg, transparent, #0080ff, #000000, #0080ff, transparent);
    }



em {
   color: #0080ff;
}

.content {
margin-top: 35px;
padding: 30px;
font-size: 18px;
color: #00000;
font-style: italic;
}


.content2 {
font-size: 18px;
color: black;
font-style: italic;
padding: 30px;
}

.content3 {
font-size: 28px;
color: #000;
font-style: italic;
}


/* button Got to Top */
.top-button {
  background-color: #000;
  border: none;
  color: white;
  border-radius: 8px;
  padding: 5px 10px;
  text-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  cursor: pointer;
  display: contents;
  vertical-align: middle;
  box-shadow: 0px 5px 16px black;
  text-shadow: 2px 2px 4px #000000;
  opacity: 0.3;
}

.top-button:hover {
  box-shadow: 0px 5px 16px black;
  background-color: #0080FF;
  opacity: 1;
}

.top-button:active {
  box-shadow: 2px 2px 5px black;
  transform: translateY(2px);
}
/* end of button Go to Top */


.norm-button {
    display: inline-block;
    margin-left: 40px;
    font-family: Verdana, sans-serif;
    font-size: 24px;
    font-style: normal;
    padding: 10px;
    background-color: #000;
    color: white;
    cursor: pointer;
    text-shadow: 2px 2px 4px #000000;
    box-shadow: 0px 5px 16px black;
    border-radius: 8px;
    border: 0px;
}

.norm-button:hover {
  background-color: #0080ff;
  color: white;

}

.norm-button:active {
  box-shadow: 2px 2px 5px black;
  transform: translateY(2px);
}

.clr-button {
  background-color: #b0d8ff;
  border: none; !important
  padding: 0;
  background: none;
  cursor: pointer;
}

/* go to top-button position */
#myBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  vertical-align: middle;
  z-index: 1;
  outline: none;
  TEXT-DECORATION: none;
  text-shadow: 2px 2px 4px #000000;
}
/* end of button Go to Top */


ul {
  list-style: none; /* Remove HTML bullets */
  padding: 0px;
  margin: 0;
}

li {
  display: grid;
  padding-left: 20px;
  padding: 5px;
  background-color: rgba(00,128,255,0.0);
}

.bottom {
  font-family: Verdana, sans-serif;
  position: fixed;
  bottom: 0px;
  padding: 5px;
  font-size: 12px;
  background-color: black;
  color: white;
  text-align: center;
  width: 100%;
}

/* menu button */
.dropbtn {
  font-family: Verdana, sans-serif;
    font-size: 24px;
    font-style: normal;
    padding: 5px 7px;
    background-color: #000;
    color: white;
    cursor: pointer;
    text-shadow: 2px 2px 4px #000000;
    box-shadow: 0px 5px 16px black;
    border-radius: 8px;
    border: none;
     opacity: 0.3;
}

.dropbtn:active {
  box-shadow: 2px 2px 4px black;
  transform: translateY(2px);
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #0080FF;
  opacity: 1;

}

/* position of menu-button */
.dropdown {
  position: fixed;
  top: 0px !important;
  padding: 50px 20px;
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 220px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
  left: 40;
  z-index: 1;
   border-radius: 8px;

}
/* menu style */
.dropdown-content a {
  font-size: 18px;
  font-style: normal;
  color: #000;
  padding: 5px 16px;
  font-weight: bold;
  display: block;

}

.dropdown a:hover {
    background-color: rgba(00,128,255,0.3);
    color: #000;
}

.show {display: block;}

/* DIV tables */
.table
{
   display:table;
   text-align: center;
}

.table-row
{
   display:table-row;

}

.table-cell
{
   display:table-cell;
   padding:5px;
}


/* Zoom on image */
 #zoomA {
  /* (A) OPTIONAL DIMENSIONS */
/*  width: 600px;
  height: auto;*/
 
  /* (B) ANIMATE ZOOM */
  /* ease | ease-in | ease-out | linear */
  transition: transform ease-in-out 0.3s;
}
 
/* (C) ZOOM ON HOVER */
#zoomA:hover { transform: scale(1.8); }

/* For devices with a minimum width of 768px (Large) */
@media screen and (min-width: 768px) {
  body {
    background-image: url("./images/bgnd-left.webp"), url("./images/bgnd-right.webp");
  background-repeat: no-repeat;
   background-attachment: fixed;
  background-color: transparent;
   background-position: 10% 40%, 90% 90%;
  }
}

/* For devices with a minimum width of 1100px (super Large) */
@media screen and (min-width: 1100px) {
  body {
    background-image: url("./images/bgnd-left-b.webp"), url("./images/bgnd-right-b.webp");
  background-repeat: no-repeat;
   background-attachment: fixed;
  background-color: transparent;
   background-position: 10% 50%, 90% 90%;
   }
}

/* instellingen voor collapse list */
summary::marker {
  color: #0080FF;
  font-size: 24px;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
}

details > summary {
  padding: 5px 10px;
  width: auto;
  background-color: rgba(0, 128, 255, 0.3);
  border: none;
  font-weight: bold;
  /*box-shadow: 2px 2px 4px black;*/

  cursor: pointer;
}

details > ul {
 background-color: rgba(175, 216, 255, 0.3);
 margin: 0;
 }
 
 

#grad1 {
  height: 100%;
  background-color: rgba(255,255,255,0.0); /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.0), rgba(215,235,255,0.8), rgba(255,255,255,0.0));
}


#grad1-fotos {
  height: 200px;
  background-color: rgba(255,255,255,0); /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.1),rgba(255,255,255,0.3),rgba(255,255,255,0.5), rgba(255,255,255,0.7), rgba(176,216,255,0.9), rgba(255,255,255,0.7),  rgba(255,255,255,0.5),rgba(255,255,255,0.3),rgba(255,255,255,0.1));
}


#grad2 {
  height: 100px;
  background-color: #b0d8ff; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, #b0d8ff, white, #b0d8ff);
}

#grad3 {
  height: 100px;
  background-color: #b0d8ff; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, #b0d8ff, #0080ff, #b0d8ff);
}

#grad-top {
  height: 35px;
  background-color: white; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #0080ff, black, black, #0080ff);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
#grad1-fotos {
  background:
 url("./images/blog-degradee-2.webp") no-repeat center/140px;
}