/* Text styles */
A:link {color: white; TEXT-DECORATION: none;font-weight: normal;}
A:visited {color: white; TEXT-DECORATION: none;font-weight: normal;}
A:active {color: white; TEXT-DECORATION: none;}
A:hover {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-color: #fff;
  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;
}

.topimage {
    max-width: 100%;
    height: auto;
  image-rendering: high-quality;
     /*border-radius: 5%;*/
     filter: drop-shadow(2px 2px 1px);
}

.topbanner {
  top: 0px;
  align: center;
  background-color: black; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #0080ff, black, black, #0080ff);
  border-style: none;
  position: fixed;
  box-shadow: 0px 5px 16px black;
   text-align:center;
     margin:auto; 
     align-items: center;
     width: 100%;
}


.topspace {
  position: relative;
  top: 0px !important;
  height: 30px;
  background-color: white;
  color: white;
  text-align: center;
  width: 100%;
  opacity: 0.0;
}

.contentimg {
    object-fit: cover;
     border-radius: 5%;
     box-shadow: 0px 5px 16px black;
     display: block;
     margin: auto
}

.contentimg2 {
    object-fit: cover;
     border-radius: 10%;
     box-shadow: 0px 3px 8px black;
     display: block;
     margin: auto
}

.container {
     width: 93%;
     height: 200px;
     border-radius: 5%;
     box-shadow: 0px 5px 16px black;
     object-fit: cover;
     display: block;
     margin: auto
}



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;
}

H4 {
/*  Font-size: 18px;*/
    font-style: none;
    text-align:center;
}


/* gradient line */
.hr-gradient {
      border: none;
      height: 2px;
      background: linear-gradient(90deg, transparent, #0080ff, #000000, #0080ff, transparent);
    }



em {
   color: #0080ff;
}

/* center images */
/*.center {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}  */

.content {
top: 0px !important;
margin-top: 20px;
padding: 30px;
font-size: 18px;
color: #00000;
font-style: italic;
}

.content2 {
font-size: 18px;
color: black;
font-style: italic;
}

.content3 {
font-size: 24px;
color: #000;
font-style: italic;
}

.content4 {
margin-right: 15%;
margin-left: 15%;
margin-top: 34px; /* from top page */
font-size: 18px;
line-height: 2;
background-color: #b0d8ff;
color: black;
padding: 10px;
box-shadow:3px 3px 5px grey;
text-align: center;
}

.content5 {
font-size: 18px;
color: white;
font-style: italic;
}
.content5:hover {
/*color: #b0d8ff; */
color: #D7EBFF;
font-style: italic;
}

/* button Got to Top */
.top-button {
  background-color: #000;
  border: none;
  color: white;
  border-radius: 8px;
  text-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  padding: 5px 10px;
  cursor: pointer;
  vertical-align:baseline;
  box-shadow: 2px 2px 16px black;
  ;
  opacity: 0.3;
}

.top-button:hover {
  box-shadow: 2px 2px 16px black;
  background-color: #0080FF;
  opacity: 1;
}

.top-button:active {
  box-shadow: 2px 2px 5px black;
  transform: translateY(2px);
}

/* 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;
  ;
}
/* end of button Go to Top */


.norm-button {
    display: inline-block;
    font-family: Verdana, sans-serif;
    font-size: 24px;
    font-style: normal;
    padding: 5px 10px;
    background-color: #000;
    color: white;
    cursor: pointer;
    ;
    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);
}

.button-close {
  background-color: #222222;
  border: none;
  color: white;
  padding: 8px 8px;
  text-align: center;
  align-items: center;
  text-decoration: none;
  /* font-size: 24px; */
  margin: 3px 3px;
  cursor: pointer;
  display: inline-flex;
  vertical-align: middle;
  box-shadow: 0px 5px 16px black;
 opacity: 1;
}

.button-close:hover {
  background-color: #600;
}

.button-close:active {
  box-shadow: 2px 2px 5px black;
  transform: translateY(2px);
}


/* button zonder randen */
.clr-button {
  background-color: #b0d8ff;
  border: none; !important
  padding: 0;
  background: none;
  cursor: pointer;
}


li::marker {
  color: #0080FF;
  font-size: 32px;
  list-style: disc inside;
}

.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;
    ;
    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: 58px 20px;
  display: inline-block;
}

/* menu style */
.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;}
 
/* 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(2); }

    /* (A) REARRANGE TABLE ON SMALL SCREENS */
    .gridtable { table-layout: fixed; width: 100%; }
    @media screen and (max-width:768px) {
      .gridtable tr {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 10px;
        margin-bottom: 10px;
      }
    }

    /* (B) NOT IMPORTANT - FOR DEMO */
    /* { font-family: Arial, Helvetica, sans-serif; box-sizing: border-box; }*/
    .gridtable th, .gridtable td {padding: 10px; }
    .gridtable th { }
    .gridtable td {  }

 /* afmetingen foto's */
.image-container img {
  object-fit: contain; /* behoud ratio */
}

#grad1 {
  height: 200px;
  background-color: white; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, white, #D7EBFF, white);
}

#grad1-blogs {
  height: 200px;
  background-color: white; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, white, white, #b0d8ff, white, white, white);
}

#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: 44px;
  background-color: black; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #b0d8ff, #0080ff, black, #0080ff, #b0d8ff);
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 768px) {
  #grad1-blogs {
  background:
  url("./images/blog-degradee.png") no-repeat center/155px;
}
