/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans|Source+Sans+Pro&display=swap");
@font-face {
  font-family: UniontownDemoRegular;
  src: url("/fonts/UniontownDemoRegular.ttf");
}
@font-face {
  font-family: Raleway;
  src: url("/fonts/Raleway-Regular.ttf");
}

/* variables */
:root {
  --color-hover: rgb(201, 201, 199);
  --color-hover-button: rgb(90, 90, 90);
  --color-dropdown: #2f2f2f;
  --color-shadow: rgba(0, 0, 0, 0.2);
  --color-background-input: rgba(210, 210, 210, 0.5);
  --color-background: rgb(200, 200, 200);
  --box-shadow-shallow: 0px 8px 16px 0px var(--color-shadow);
  --box-shadow-shallow1: 0px 8px 16px 0px rgb(51, 51, 51);
  --box-shadow-shallow2: 0px 2px 4px 0px black;
  --text-shadow: 5px 5px 5px var(--color-shadow);
  --text-shadowBlack: 3px 4px 5px #000000;
  --logo-font: "UniontownDemoRegular";
  --menu-font: "Raleway";
  --fontcolor1: #ffffff;
  --fontcolor2: #ff9100;
  --fontcolor4: #bda27e5e;
  --frontcolor3: #db7d021f;
  --background: #000000;
  --backgroundForText: rgba(255, 255, 255, 0.384);
  --border: #000000;
  --header: #003464;
  --tr-even: #363636;
  --tr-odd: #202020;
  --tr-hover: #0674a0;
  --header-color: #2f2f2f;
  --facebookblauw: rgb(19, 156, 248);
  --twitterblauw: rgb(255, 255, 255);
  --whatsappgroen: rgb(63, 220, 91);
  --instagramrood: rgb(218, 47, 116);
  --pinterestrood: rgb(230, 0, 35);
}

body {
  font-family: var(--menu-font);
  font-size: 14px;
  margin: 0 auto;
  background-color: var(--background);
  width: 100%;
}

.hidden {display:none;}

.grid {
  /* max-width: 2560px; */
  width: 100%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 5% 1fr 1fr 5%;
  grid-template-rows: min-content auto min-content;
  grid-template-areas:
    "hd hd hd hd"
    "main main main main"
    "ft ft ft ft";
}

a {
  text-decoration: none;
}

A:link {
  color: var(--fontcolor1);
}
A:visited {
  color: var(--fontcolor1);
  background-color: var(--background);
}

article a:link {
  color: var(--fontcolor1);
}

article a:visited {
  color: var(--fontcolor1);
}

figcaption {
  margin-top: 0.6rem;
}

A:active {
  color: var(--fontcolor1);
  background-color: var(--background);
}

.blogNaarPortfolio {
  display: block;
  text-align: center;
}

.blogNaarPortfolio:hover {
  color: var(--fontcolor2);
}

.socialsdelen {
  display: block;
  text-align: center;
  color: var(--fontcolor1);
} 

/* Header items */
header {
  grid-area: hd;
  position: fixed;
  width: 100%;
  z-index: 2;
  height: fit-content;
  background-color: var(--header-color);
}

header a {
  color: var(--background);
  text-decoration: none;
}

/* hoofdcontainer van de header */
.wrapper {
  margin: auto auto auto auto; 
  width: 100%;
  max-width: 2650px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  min-height: 75px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    height: fit-content;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* Dit is voor het logo */
.logocontainer {
  box-sizing: border-box;
  position: relative;
  margin-left: 1rem;
  text-align: left;
  min-width: 220px;
  font-family: var(--logo-font);
  flex: initial;
}

@media screen and (max-width: 767px) {
  .logocontainer {
    width: fit-content;
  }
}

/* eerste regel logo container */
.firstline {
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0.5rem 0 0 0;
  text-shadow: 2px 2px #000000;
}

.firstline:hover {
  color:#fde9c5;  
}

/* tweede regel logo container */
.secondline {
  position: absolute;
  top: 48px;
  font-weight: 500;
  font-size: 0.8rem;
  margin-left: 9.2rem;
  font-family: var(--menu-font);
  color: var(--fontcolor2);
  text-shadow: 2px 2px #000000;
}

/* menu */
/* nav : navigatie container */
@media screen and (max-width: 767px) {
  nav {
    top: 90px;
  }
}

@media screen and (min-width: 1280px) {
  nav {
    box-sizing: border-box;
    text-shadow: var(--text-shadow);
    color: black;
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.3rem;
    width: min-content;
    margin-right: 0.5rem;
    font-family: var(--menu-font);
    align-self: center;
  }
}

@media screen and (max-width: 1279px) {
  nav {
    background-color: var(--color-dropdown);
    box-shadow: var(--box-shadow-shallow);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 75px;
  }
}


.menu > li > ul {
  text-shadow: initial;
}

@media screen and (max-width: 767px) {
  .menu {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1279px) {
  .menu {
    margin: 0;
    display: none;
    width: 100%;
    height: min-content;
    padding: 0;
  }

  .menu > li {
    box-sizing: border-box;
    padding: 0.5rem;
    margin: 0;
    width: 25%;
    list-style: none;
    margin-left: 0.2rem;
    font-size: 1.2rem;
    text-align: center;
  }

  .menu > li:hover {
    background: var(--color-hover);
    border-bottom: none;
    transition: all 0.5s ease-in-out;
  }


  /* effecten bij aanwijzen van de menu items */
  .menu > li:hover {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
}

@media screen and (min-width: 1280px) {
  /* menu item container */
  ul {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    list-style: none;
    padding-left: 0;
    /* width: 100%; */
    flex: 2;
  }

  /* menu items */
  .menu > li {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    width: 25%;
    min-width: min-content;
    text-align: center;
    font-size: 1.1rem;
  }

  .menu a:hover {
    color: var(--fontcolor2);
    transition: all 0.5s ease-in-out;
  }

  /* text in het menu */
  .menu a {
    min-width: fit-content;
    padding: 1rem;
    flex-wrap: nowrap;
    flex: auto;
  }

  #mobilemenulist {
    display: flex;
  }
}

/* mobile menu */
@media screen and (max-width: 767px) {
  #mobileWrapper {
    display: flex;
    width: fit-content;
    margin: 1rem;
  }

  #mobileWrapper .fa-search {
    color: white;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  #mobileWrapper .fa-search {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .mobilemenu {
    color: white;
    box-sizing: border-box;
    width: min-content;
    height: min-content;
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  .mobilemenu {
    display: none;
  }
}

/* menu icon  */
@media screen and (max-width: 1279px) {
  /* creates the hamburger manu */

  /* stripes of the mobile menu */
  .bar1,
  .bar2,
  .bar3 {
    background-color: white;
    height: 5px;
    margin: 6px 6px;
    transition: 0.4s;
    width: 35px;
  }

  /* verandert de lijnen in een kruis */
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .underline {
    border-bottom: 1px solid lightgrey;
  }
}


/* searchbox */
#searchWrapper {
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .autocomplete {
    position: relative;
    background-color: rgba(228, 228, 224, 0.562);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    max-width: 750px;
    border-radius: 10px;
    flex: 3;
    margin-left: auto;
    margin-right: auto;
  }

  .extendBorder {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (max-width: 1279px) {
  #searchWrapper {
    align-self: center;
    text-shadow: var(--text-shadow);
  }
}


/* mobile search box */

/* extended search box styles */
#aextendedSearchbox {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #extendedSearchbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #extendedSearchbox #searchBox {
    width: 90%;
    align-self: flex-end;
    text-shadow: var(--text-shadow);
  }
}

@media screen and (min-width: 768px) {
  #extendedSearchbox {
    display: flex;
    flex-wrap: nowrap;
    flex: 20;
  }
}

@media screen and (max-width: 767px) {
  #searchbarWrapper {
    display: flex;
    border-bottom: 2px solid grey;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #searchbarWrapper {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .autocomplete {
    display: none;
  }
}

.fa-search {
  color: black;
}

@media screen and (max-width: 767px) {
  .fa-search {
    width: min-content;
    align-self: center;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  #searchWrapper .fa-search, 
  #searchWrapper .fa-tags, 
  #searchWrapper .fa-trash {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #searchWrapper .fa-search, 
  #searchWrapper .fa-tags, 
  #searchWrapper .fa-trash {
    align-self: center;
    font-size: 1.5rem;
    padding: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .mobileZoekMenu {
    background-color: var(--fontcolor1);
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0;
    align-items: baseline;
    justify-content: space-evenly;
    width: 100%;
    height: 1000px;
  }

  #terugNaar {
    display: flex;
    justify-content: center;
    width: 10%;
    padding: 0.5rem;
    margin-left: 0.5rem;
  }

  #terugNaar .fa-angle-left {
    align-self: center;
  }
}

@media screen and (min-width: 768px)  {
  #terugNaar {
    display: none;
  }
}

#searchBox {
  height: 2.2rem;
  background: transparent;
  border: hidden;
  width: 75%;
  font-size: 1.3rem;
  font-weight: 900;
  font-family: var(--menu-font);
  text-align: center;
  outline: none;          
}

@media screen and (max-width: 767px) {
  #searchBox {
    height: 100%;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .autocomplete-items {
    position: absolute;
  }
}

.autocomplete-items {
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  display: flow-root;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #searchBoxautocomplete-list div {
    border-bottom: 2px solid grey;
    font-size: 1.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .autocomplete-items div {
    padding: 6px;
    cursor: pointer;
    background-color: rgba(214, 214, 214, 0.9);
    color: black;
    border-bottom: 1px solid #d4d4d4;
  }
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: var(--tr-hover) !important;
    color: #ffffff;
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: var(--tr-hover) !important;
    color: #ffffff !important;
  }
}

#searchWrapper input::placeholder {
  opacity: 0.7;
  color: black;
}


#taglist {
  color: white;
  font-size: 0.8rem;
  list-style-type: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  list-style: none;
  padding-left: 0;
  width: 100%;
}


#taglist li{
  padding: 5px; 
  margin: 5px; 
  background-color: #575757;
  border-radius: 5px;
}

#taglist li:hover{
  background-color: var(--fontcolor2);
}

#mapdiv {
  position: absolute;
  top: 75; 
  right: 0; 
  bottom: 25; 
  left: 0;
  width: 100%;
  height: 100%;
}

.markerContent {
  display: flex;
  flex-wrap: wrap;
  color: black;
  font-size: 24px;
  font-weight: bold;
  width:500px;
  height:fit-content;
}

.markercontent a{
  color: black;
  font-size: 18px;
}

.markerContent img{
 width:95%;
}

/* stijl voor de artikelen op de vermeldingen pagina */
.articleWrapper {
  margin: 0.2rem auto 50px auto;
  width: 100%;
  max-width: 2650px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: min-content;
}

.articleWrapper img{
  border-radius: 10px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  margin-top: 7px;
  font-size: 0.9rem;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgb(255, 255, 255) transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/* articles */
@media screen and (max-width: 767px) {
  article {
    width: 99%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  article {
    width: 49%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  article {
    width: 49%;
  }
}

@media screen and (min-width: 1366px) {
  article {
    width: 33%;
  }
}

article {
  background-color: rgba(0, 0, 0, 0.801);
  min-width: 300px;
  height: min-content;
  margin: 0.2rem;
  padding-bottom: 25px;
}

article a {
  width: 100%;
  color: var(--fontcolor1);
  font-family: var(--menu-font);
  font-size: 1.1rem;
}

article header {
  position: static;
  width: 95%;
  margin: 1rem auto 0 auto;
  background-color: transparent !important;
}

figure {
  width: 95%;
  margin: 0 auto 0 auto;
}
article img {
  max-width: 100%;
}


.fa-home, .fa-address-card, .fa-table, .fa-pen-to-square, .fa-images, .fa-table-cells-large, .fa-earth-americas, .fa-medal {
  text-shadow: 3px 3px #000000;
}

/* laat zien op welke pagina je bent*/
.effect > a {
  text-decoration: solid;
  color: var(--fontcolor2);
}

/* kleur van envelope */
.fa-envelope:hover, .fa-facebook:hover, 
.fa-instagram:hover, .fa-whatsapp:hover, 
.fa-twitter:hover, .fa-500px:hover {
  transform: scale(1.1);
  color: var(--fontcolor2);
}

/* kleur van facebook */
.fa-facebook {
  transform: scale(1.1);
  color: var(--facebookblauw);
}

/* kleur van instagram */
.fa-instagram {
  transform: scale(1.1);
  color: var(--instagramrood);
}

/* kleur van twitter */
.fa-twitter {
  transform: scale(1.1);
  color: var(--twitterblauw);
}

/* kleur van whatsapp */
.fa-whatsapp {
  transform: scale(1.1);
  color: var(--whatsappgroen);
}

/* kleur van 500 */
.fa-500px {
  transform: scale(1.1);
  color: #119e1d;
}

/* fa effects */
.fa-tags {
  width: min-content;
  align-self: center;
  color: black;
  padding-right: 5px;
  padding-left: 5px;
}

.fa-tags:hover {
  color: green;
  transition: all 0.5s ease-in-out;
}

.fa-trash {
  width: min-content;
  align-self: center;
  color: black;
  padding-right: 5px;
  padding-left: 5px;
}

.fa-trash:hover {
  color: red;
  transition: all 0.5s ease-in-out;
}

/* Gallery page */
.mainGallery {
  margin-bottom: 30px;
  max-width: 2650px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
   /* Gallery main page */
  .mainGallery {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    height: min-content;
  }

  .galleryPiece {
    max-width: 40%;
    width: 40%;
  }

  .galleryPiece img {
    max-width: 100%;
    width: 1365px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* maximale schermbreedte van 767px */

  /*!! Gallery main page */
  .mainGallery {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    height: min-content;
  }

  .galleryPiece {
    max-width: 100%;
    width: 100%;
  }

  .galleryPiece img {
    max-width: 100%;
    width: 767px;
    border-radius: 10px;
  }

}

/* main */
main {
  grid-area: main;
  margin: 5rem auto 0 auto;
  width: 100%;
  background-color: var(--background);
}

#portfolioWrapper {
  display: flex; /* zet de display property naar flex zodat deze container de items flexibel neerzet */
  flex-wrap: wrap; /* zorgt ervoor dat als de blokken te groot zijn ze verder gaan op de volgende regel */
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

/* De divs waar jouw blokken ingaan */
.odd {
  min-height: min-content;
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  border: 2px solid black;
}

.odd img {
  width: 100%;
}

.even {
  min-height: min-content;
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  border: 2px solid black;
}

.box-exif {
  display: flex;
  flex-wrap: wrap;
}

/* scherm tot 768 pixels */
@media screen and (max-width: 1365px) {
  /* de divs waar jouw blokken ingaan */
  .odd {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    border: 2px solid black;
  }

  .even {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    border: 2px solid black;
  }
}

/* footer */
footer {
  grid-area: ft;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  flex-wrap: wrap;
  background-color: #2f2f2f;
  color: white;
  font-family: var(--menu-font);
  font-size: 0.9rem;
  text-align: center;
  min-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactWrapper {
  margin-left: 0.5rem;
  height: min-content;
}

/* Contact */
/* (A) NOTIFICATION */
#notify {
  background: var(--background);
  padding: 5px;
  margin-bottom: 5px;
}

/* (B) FORM */
#mail {
  margin: 1rem 0 1rem 0;
  min-height: fit-content;
  background-color: rgb(0, 0, 0);
  box-sizing: border-box;
  border: 2px solid rgb(0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  color: var(--fontcolor1);
  font-family: var(--menu-font);
  font-size: 14px;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  #mail {
    width: 90%;
    max-width: 1024px;
  }

  #cform {
    width: 50%;
    float: right;
    margin: 2rem 1rem 2rem 1rem;
  }

  #contactFormWrapper {
    background-position: bottom 60% right 25%;
  }
}
@media screen and (max-width: 1023px) {
  #mail {
    width: 100%;
  }

  #cform {
    width: 100%;
    padding: 5px;
    margin: 0.2rem 0 0.2rem 0;
  }

  #contactFormWrapper {
    background-size: 230%;
    background-position: 60%;
  }
}

#contactFormWrapper {
  background-image: url("../pictures/vogels/huismus1.jpg");
  background-repeat: no-repeat;
  width: 100%;
  display: flow-root;
  min-height: fit-content;
}

#cform label,
#cform input,
#cform textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 5px; 
  margin: 0.2rem 0 0.2rem 0;
  resize: none;
}

#cform input,
#cform textarea {
  margin-bottom: 5px;
  box-shadow: var(--box-shadow-shallow1);
  border: 2px outset black;
  background-color: rgba(12, 12, 12, 0.7);
  color: white;
  font-family: var(--menu-font);
}

#cform input[type="submit"] {
  border: outset 2px black;
  margin-top: 5px;
  opacity: 1;
  color: white;
  box-shadow: var(--box-shadow-shallow1);
  background-color: var(--fontcolor2);
}

#cform input[type="submit"]:active {
  border: inset 2px black;
  color: white;
  background-color: var(--frontcolor3);
  box-shadow: var(--box-shadow-shallow2);
}

.g-recaptcha {
  border-radius: 0;
  margin-left: 0.2rem;
}

/* Gallery main page */
@media screen and (min-width: 1366px) {
  .mainGallery {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    height: min-content;
    padding-bottom: 30px;
  }

  .galleryPiece {
    max-width: 40%;
  }

  .galleryPiece img {
    max-width: 100%;
    border-radius: 10px;
  }
}

/* Gallery */

.gallery {
  display: grid;
  grid-template-columns: repeat(3, auto); /* 3 IMAGES PER ROW */
  grid-gap: 10px;
  max-width: 90%;
  margin: 10 auto; /* HORIZONTAL CENTER */
  margin-bottom: 30px;
}

.gallery img {
  max-width: 100%;
  border-radius: 10px;
}

.pagination {
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  /* font-family: Arial, Helvetica, sans-serif; */
}

.pagination a {
  font-size: 1.5rem;
  margin-right: 0.8rem;
}

.pagination :hover {
  color: var(--fontcolor2);
}

.currentpage  {
  color: var(--fontcolor2);
  font-size: 1.5rem;
  margin-right: 0.8rem;
}

/* Gallerij scherm tot 640px */
@media screen and (max-width: 640px) {
  .gallery {
    grid-template-columns: repeat(2, auto); /* 2 IMAGES PER ROW */
  }

}
.titel {
  width: 100%;
  text-align: center;
  color: #ffffff;
}

/* Gallerij foto's */
.gallery img {
  width: 100%;
  /* height: 250px; */
  cursor: pointer;
  object-fit: cover;
}
.gallery img:fullscreen {
  object-fit: contain;
}

.gallery img:hover {
  cursor: zoom-in;
  opacity: 0.9;
}

/* Het modal */

/* Het modal scherm hoofdcontainer. Opend over de pagina heen. */
.modal {
  position: fixed;
  display: flex;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 767px) {
  .modal {
    flex-wrap: wrap;
  }
}

/* modal close button */
/* modal close button algemeen */
.modalClose {
  position: absolute;
  color: #f1f1f1;
  font-weight: bold;
  z-index: 3;
}

/* modal close button scherm tot 767px */
@media screen and (max-width: 767px) {
  .modalClose {
    top: 1%;
    right: 4%;
    font-size: 6rem;
  }
}

/* modal close button scherm van 768px tot 1599px */
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .modalClose {
    top: 0.5rem;
    right: 1rem;
    font-size: 4rem;
  }
}

@media screen and (width: 1024px) and (height: 768px) {
  .modalClose {
    top: 1.8rem;
    right: 1rem;
    font-size: 4rem;
  }
}

/* modal close button scherm vanaf 1600px */
@media screen and (min-width: 1280px) {
  .modalClose {
    top: 0.5%;
    right: 0.5%;
    margin: 0.5rem 0.5rem 0 0;
    font-size: 2.8rem;
    transition: 0.3s;
  }

  .modalClose:hover,
  .modalClose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
}

@media screen and (width: 1366px) and (height: 1024px) {
  .modalClose {
    top: 1rem;
    right: 1rem;
    font-size: 4rem;
  }
}

@media screen and (max-height: 650px) {
  .modalClose {
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
  }
}

/* Modal image wrapper */

/* Modal image wrapper algemeen */
#mijnVogelNaam {
  z-index: 4;
  font-family: var(--menu-font);
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  #mijnVogelNaam {
    font-size: 1.5rem;
    color: white;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
  }
}

/* Modal image wrapper scherm tot 767px */
@media screen and (max-width: 767px) {
  #modalImgWrapper {
    width: 100%;
    height: fit-content;
    margin-top: auto;
    margin-bottom: 0;
  }

  /* Modal Content (image) */
  .modal-img {
    margin: auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
/* Modal image wrapper scherm van 768px tot 1599px */
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #modalImgWrapper {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: auto;
  }

  /* Modal Content (image) */
  .modal-img {
    position: relative;
    margin: auto auto 0 auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}

/* Modal image wrapper scherm van 1600px */
@media screen and (min-width: 1280px), (max-height: 650px) {
  #modalImgWrapper {
    position: relative;
    display: flex;
    width: fit-content;
    height: 98%;
    margin: auto;
    flex-wrap: wrap;
  }

  /* Modal Content (image) */
  .modal-img {
    position: relative;
    align-self: center;
    height: 100%;
    max-width: 100%;
  }

  /* tekst op de foto */
  #mijnVogelNaam {
    margin: 0;
    position: absolute;
    bottom: 1%;
    Left: 1%;
    height: fit-content;
    color: black;
    background-color: var(--backgroundForText);
  } 
}

/* Share dropdown wrapper */

/* Share dropdown wrapper algemeen */
.shareDropdown {
  background-color: var(--fontcolor4);
  box-shadow: var(--box-shadow-shallow);
  color: white;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.shareDropdown p {
  display: none;
  margin: auto 1rem auto 0.5rem;
  font-size: 1.5rem;
}

.shareButton {
  align-self: center;
}

/* Share dropdown wrapper Scherm tot 767px */
@media screen and (max-width: 767px) {
  .shareDropdownWrapper {
    display: none;
  }
}

/* Share dropdown wrapper Scherm vanaf 768px tot 1599px */
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .shareDropdownWrapper {
    display: none;
  }
}

/* Share dropdown wrapper scherm vanaf 1600px */
@media screen and (min-width: 1600px) {
  /* deelknop op de galerij fotos */
  /* container voor de hele share dropdown in de galerij  */
  .shareDropdownWrapper {
    position: absolute;
    top: 1%;
    right: 1%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    height: fit-content;
    width: 150px;
  }

  /* container voor de deelknop */
  .shareDropdown {
    display: flex;
    width: fit-content;
    min-width: 4rem;
    height: 4rem;
  }
  /* tekst van de deelknop */
  .shareButton {
    align-self: center;
    margin-right: auto;
    margin-left: auto;
  }
  /* container voor het delen uitklapmenu */
  .dropdown-content {
    display: none;
    text-align: left;
    width: fit-content;
    height: fit-content;
  }
  /* facebook deeltegel */
  #facebookWrapper {
    background-color: var(--facebookblauw);
  }

  /* WhatsApp deeltegel */
  #whatsappWrapper {
    background-color: var(--whatsappgroen);
  }

  /* twitter deeltegel */
  #twitterWrapper {
    background-color: blue;
  }
  /* instagram deeltegel */
  #instagramWrapper {
    background-color: var(--instagramrood);
  }

  /* pinterest deeltegel */
  #pinterestWrapper {
    background-color: var(--pinterestrood);
  }

  /* stijl voor alle deeltegels */
  #facebookWrapper, #twitterWrapper, 
  #instagramWrapper, #whatsappWrapper,
  #pinterestWrapper {
   height: 3rem;
   width: fit-content;
   box-sizing: border-box;
   margin-bottom: 0.5rem;
   display: flex;
  }
  /* tekst in de deeltegels */
  #facebookWrapper p, #twitterWrapper p, 
  #instagramWrapper p, #whatsappWrapper p,
  #pinterestWrapper p {
    color: white;
    font-size: 1.5rem;
    margin: auto auto auto 0.5rem;
    padding: 0;
  }
  /* stijl voor de iconen in de deeltegels */
  .facebookIconModal, .twitterIconModal, 
  .instagramIconModal, .whatsappIconModal,
  .pinterestIconModal {
    color: white;
    font-size: 1.5rem;
    margin: auto 0.5rem auto 0.5rem;
    align-self: baseline;
  }
  /* deel menu stijl bij hover */
  .shareDropdownWrapper:hover .shareButton {
    display: block;
    background-color: var(--fontcolor2);
  }
  
  .shareDropdownWrapper:hover .dropdown-content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  
  .shareDropdownWrapper:hover .shareDropdown {
    background-color: var(--fontcolor2);
    height: 3rem;
  }
  
  .shareDropdownWrapper:hover .fa-share {
    margin-right: 0.5rem;
  }

  .shareDropdownWrapper:hover {
    cursor: pointer;
  }

  #facebookWrapper:hover, .shareDropdown:hover, 
  #twitterWrapper:hover, #instagramWrapper:hover, 
  #whatsappWrapper:hover, #pinterestWrapper:hover {
    box-shadow: 10px 10px 5px 0px black;
    position: relative;
  }
}

/* Next & previous buttons */

/* Next & previous buttons voor scherm tot 767px */
@media screen and (max-width: 767px) {
  .modalPrev,
  .modalNext {
    cursor: pointer;
    width: 50%;
    color: white;
    font-size: 6rem;
    height: fit-content;
    padding: 0;
    margin-top: 1rem;
  }

  .modalPrev i {
    float: right;
    padding-right: 0.5rem;
  }

  .modalNext i {
    padding-left: 0.5rem;
  }
}

/* Next & previous buttons voor scherm van 768px tot 1599px */
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .modalPrev,
  .modalNext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 5rem;
    border-radius: 0 3px 3px 0;
  }

   /* Position the "next button" to the right */
   .modalPrev {
    left: 0;
  }

  .modalNext {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
}

/* Next & previous buttons voor scherm vanaf 1600px */
@media screen and (min-width: 1600px) {
  /* Next & previous buttons */
  .modalPrev,
  .modalNext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 6rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  .modalPrev:hover,
  .modalNext:hover,
  .modalPrev:focus,
  .modalNext:focus {
    color: var(--fontcolor2);
    text-decoration: none;
    cursor: pointer;
  }

  /* Position the "next button" to the right */
  .modalPrev {
    left: 0;
  }

  .modalNext {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
}

@media screen and (max-height: 650px) {
  .modalPrev,
  .modalNext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -1.1rem;
    color: white;
    font-size: 3rem;
  }

  .modalPrev {
    left: 0.2rem;
  }

  .modalNext {
    right: 0.2rem;
  }
}

/* Map styles */
/* opmaak voor de landkaart */
#map {
  height: 220px;
  width: 100%;
  /* -moz-border-radius: 15px; */
  /* border-radius: 15px; */
  border: 1px solid var(--border);
  overflow: hidden;
}
#map:-moz-full-screen {
  height: 100%;
}
#map:-webkit-full-screen {
  height: 100%;
}
#map:-ms-fullscreen {
  height: 100%;
}
#map:fullscreen {
  height: 100%;
}

/* Over mij */
/* Algemeen */
#ik {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--fontcolor1);
  font-family: var(--menu-font);
  font-size: 1rem;
  text-align: left;  
}

.myText {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

#gear {
  color: var(--fontcolor1);
  font-family: var(--menu-font);
  font-size: 2rem;
  text-align: left;
  margin-bottom: 2rem;
}

#gear table {
  margin-bottom: 0.5rem;
  box-sizing: border-box;
}

#buitengear caption, #insectengear caption, 
#aantallen caption {
  color: white;
  font-family: var(--menu-font);
  text-align: left;
  font-size: 1.5rem;
  margin: 0.2rem 0 0.2rem 0.2rem;
}

#gear th {
  text-shadow: var(--text-shadowBlack);
}

#gear td {
  text-shadow: var(--text-shadowBlack); 
}

#fotoik {
  max-width: 100%;
}

/* Over mij voor schermen tot 767px */
@media screen and (max-width: 767px) {
  #ik {
    width: 100%;
  }

  #gear {
    width: 100%;
  }

  #gear table {
    width: 100%;
  }

  #gear td {
    font-size: 0.8rem;
  }

  #buitengear caption, #insectengear caption, 
  #aantallen caption {
    font-size: 1.2rem;
  }
}

/* Over mij voor schermen van 768px tot 1365px */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #ik {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
  }

  .myFoto {
    box-sizing: border-box;
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .myText {
    box-sizing: border-box;
    width: 50%;
    margin-top: 1rem;
    font-size: 1rem;
  }

  #gear {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
  }

  #gear th, #gear td {
    font-size: 1rem;
  }
}

/* Over mij voor schermen vanaf 1024px */
@media screen and (min-width: 1024px) {
  #ik {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .myFoto {
    box-sizing: border-box;
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .myText {
    box-sizing: border-box;
    width: 50%;
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  #gear {
    box-sizing: border-box;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  #gear th, #gear td {
    font-size: 1.2rem;
  }
}

/* Scherm tussen de 1024px en 1365px */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  #ik {
    width: 90%;
  }

  #gear {
    width: 90%;
  }
}

/* Scherm vanaf 1600px */
@media screen and (min-width: 1600px) {
  #ik {
    width: 54%;
    justify-content: space-between;
  }

  .myText {
    font-size: 1.1rem;
  }

  #gear {
    width: 54%;
  }

  .myFoto {
    width: 43%;
  }

  #gear th, #gear td {
    font-size: 1rem;
  }
}

/* Voor schermen vanaf 2560px */
@media screen and (min-width: 2560px) {
  .myText {
    font-size: 1.6rem;
  }

  #gear th, #gear td {
    font-size: 1.3rem;
  }
}


