/* Algemeen */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*body algemeen*/
  body
{
  background-color: rgba(182, 235, 242, 0.526);
  color: rgb(93, 83, 95);
  font-family:"Roboto",'Trebuchet MS', sans-serif;
  font-size: 1.05em;
}

  h1
{
  color: blueviolet;
  font-size: 2.5em;
}

h2
{
  color: rgb(196, 145, 199);
  font-size: 1.5em;
  margin-bottom: 1em;
}

article
{
  margin-top: 7.3em;
  margin-bottom: 4em;
}

section
{
  padding: 1em;

}


.oneven, .laatste
{
  background-color: rgb(182, 235, 242);
}
.even
{
  background-color: rgb(143, 223, 233);
}

/*body - header*/
.header-container
{
    height: 6em;
    width: 100%;
    color: white;
    background-color: rgb(82, 116, 203);
    position: fixed;
    top: 0;
}

.headertitel
{
  font-size: 2em;
  height: 40%;
  margin-top: 0.2em;
  margin-left: 0.5em;
  display: flex;
  justify-content: left;
}

.headersubtitel
{
  margin-left: 1em;
  margin-bottom: 1em;
  height: 30%;
  font-size: 1em;
  font-style: italic;
  display: flex;
  justify-content: left;
}

.logo
{
  display: none;
}

nav
{
  height: 40%;
  padding-right: 10em;
  display: flex;
  justify-content:left;
  align-items: center;
  background-color: rgb(196, 145, 199);
}

/*hamburger menu*/
.fa-burger
  {
    padding-left: 1em;
  }

#menulijst
{
  display: none;
}

#toonmenu
{
  display: none;
}

#toonmenu:checked ~ #menulijst
{
 display: block;
 position: fixed;
 background-color: rgb(196, 145, 199);
 padding-top: 0;
 margin-top: 26em ;
 width: 10em;
}

.donkermenuitem, .nietDonkerMenuItem
{
  height: 3em;
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 1em;
}

.nietDonkerMenuItem
{
  background-color: rgb(190, 106, 196);
}

/*banner hoofdpagina*/
blockquote 
{
  margin-top: 6.8em;
  padding-top: 1.5em;
  padding-left: 1em;
  height: 25em;
  background-image: url("afbeeldingen/banner_640.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blockquoteitem1
{
  font-size: 1.5em;
  color: rgb(6, 206, 250);
}

cite
{
  padding-left: 1.1em;
  color: bisque;
}

/*link opmaak*/

a,a:visited
{
    text-decoration-line: none;
    color: whitesmoke;
}

a:hover,#disclaimerContact:hover, .tipLinks:hover 
{
  color:lightblue;
}

a.tipLinks, #disclaimerContact
{
  color: blueviolet;
}

/*link afbeeldingen hoofdpagina opmaak*/

.linkContainer
{
  margin-top: 0;
}
figure
{
  padding-top: 2em;
  padding-bottom: 2em; 
  text-align: center;
}

figcaption
{
  color: blueviolet;
}

img.main
{
  width: 15em; 
}
/*opmaak afbeeldingen model*/
.model
{
  padding-top: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*opmaak overige afbeeldingen*/
img
{
  width:90%;
  margin-top: 1em;
}

.topFoto
{
  margin-left: 3em;
}

/*opmaak formulier*/
.contactwrapper
{
  margin-top: 7em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.contactTitel
{
  color: rgb(82, 116, 203);
  margin-bottom: 0;
}
.contactSubtitel
{
  color: rgb(196, 145, 199);
}

label.radioKnop
{
  color: rgb(196, 145, 199);
}

form
{
  display: grid;
  color: rgb(82, 116, 203);
  grid-template-columns: 0.5fr 0.5fr;
  grid-row-gap: 1em;
  grid-column-gap: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 2em;
}

::placeholder 
{
  color: rgb(199, 145, 145);
  opacity: 1; 
}

.tweekolommen
{
  grid-column-start: 1;
  grid-column-end: 3;
}

textarea
{
  grid-column-start: 1;
  grid-column-end: 3;
  height: 10em;
}

option 
{ 
  background-color: rgba(196, 145, 199, 0.6);
}

input[type=submit], input[type=reset]  
{
  background: rgb(196, 145, 199);
  color: white;
  border-style: outset;
  border-color: rgb(196, 145, 199);
  height: 4em;
  font: bold15px arial,sans-serif;
  }

input[type=submit]:hover, input[type=reset]:hover  
{
  background: rgb(196, 145, 199);
  color: white;
  border: 1px solid #eee;
  border-radius: 20px;
}

/*opmaak websitelijst tips*/
li.websiteLijst
{
  margin-left: 1em;
  list-style-type: circle;
  margin-top: 1em;
}

/*opmaak footer*/
footer
{
  position: fixed;
  bottom: 0;
  width : 100%;
  height: 4em;
  color: white;
}

.footeritem1
{
  width: 100%;
  height: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgba(196, 145, 199);
}
.item2container
{
  padding-left: 0.5em;
  padding-right: 0.5em;
  height:50%;
  width: 100%;
  background-color: rgb(82, 116, 203);
}

.footeritem2
{
  height: 100%;
  display: flex;
  justify-content:space-between;
  align-items: center; 
}


@media screen and (min-width: 768px)
{
    /*algemeen*/
  body
  {
    font-size: 1.1em;
  }

  h1
  {
    margin-left: 11em;
  }

  /*opmaak header & nav*/
  .headertitel,.headersubtitel, nav
  {
    justify-content: center;
    align-items: center;
  }

  .headersubtitel
  {
    margin-left: 9.5em;
  }

  .logo
  {
    display: block;
    position: relative;
    right: 34%;
    width: 2.5em;
    height: 2.5em;
  }

  nav
  {
    padding: 0;
    align-items: center;
  }

  #menulijst
  {
    display: flex;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
  }

  .fa-burger
  {
    display: none;
  }

  .donkermenuitem, .nietDonkerMenuItem
  {
    display: inline;
    align-items: center;
    padding: 0;
    background-color: rgba(196, 145, 199);
    height: 100%;
  }
  
   /*opmaak banner*/
  blockquote{
   max-width: 1200px;
   margin-left: auto;
   margin-right: auto;
   background-image: url(afbeeldingen/banner.jpg);
   background-repeat: repeat; 
   background-size:contain;
  }
 
  
  /*opmaak foto(links)*/
  .linkContainer
  {
    margin-left: auto;
    margin-right: auto; 
    max-width: 1200px;
    display: grid;
    grid-template-columns: auto auto auto; 
  }

 .laatste
 {
  grid-column-start: 2;
  grid-column-end: 3;
  background-color: rgb(143, 223, 233);
 }

 section > img
 {
    height: 50%;
 }

 .topFoto
{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

  /*opmaak niet-hoofd pagina's*/
  article
  {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto; 
  }
  
  .model
  {
    width: 60%;
  }
 .contactwrapper
 {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
 }

  .contactTitel, .contactSubtitel
  {
    margin-left: auto;
    margin-right: auto;
  }

  /*opmaak footer*/

  .item2container
  {
    display: flex;
    justify-content: center;
  }

  .footeritem2
  {
    width: 100%;
    max-width: 1200px;
  }
}

@media screen and (min-width: 1100px)
{
  .headersubtitel
  {
    margin-left: 0;
  }
}