body {
  background-repeat: no-repeat;
  background-position: center 70px;
  background-color: powderblue;
  color: 6b6b6b;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-image: url(media/pics/BgFoto-m.jpg);
}

div.fixed-l {
  position: fixed;
  top: 1;
  left: 1;
/*width: 300px;
  border: 3px solid #73AD21;*/
}

div.fixed-r {
  position: fixed;
  top: 1;
  right: 1;
/*width: 300px;
  border: 3px solid #73AD21;*/
}

.normalText {
  font-size: 15px;
}

body.bodyNoImg {
  background-image: none;
  background-color: white;
  color: black;
}

body.noImgBlack {
  background-image: none;
  background-color: black;
  color: white;
}

a {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

.aGrey {
  color: 6b6b6b;
}

.noWhite {
  color: black;
}

/* Tbv de link naar inspriratie.html in repertoire.html */
a.noUnderline {
  text-decoration: none;
}

/* Tbv inspriratie.html */
.tsp {
  border-spacing: 5px;
}

/* Tbv inspriratie.html */
.bezig {
  border-spacing: 5px;
  color: #33ff88;
}

.hdr90 {
  font-family: 'Goudy Old Style';
  font-weight: bold;
  font-size: 50px;
}

.hdr75 {
  font-family: 'Goudy Old Style';
  font-weight: bold;
  font-size: 75px;
}

.hdr50 {
  position: relative;
  font-family: Copperplate, Papyrus, fantasy;
  ffont-family: 'Lucida Handwriting';
  font-weight: bold;
  font-size: 40px;
  top: 10;
}

.img_h1 {
  position: relative;
  top: 10;
}

.info_h1 {
  position: relative;
  top: 10;
}

.topnav {
  overflow: hidden;
/*  background-color: #333; */
  text-align: center;
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0; 
}

.topnavBlack {
  color: black;
}

.topnav a {
  float: left;
  color: #d86a75;
  text-align: center;
  padding: 11px 13px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #d86a75;
  color: white;
}


.demo-error {
	color:#00e109;
    font-size: 1.3em;
    font-style: italic;
	font-weight: bold;
}

.demo-success {
    margin-top: 5px;
    color: #478347;
    background: #e2ead1;
    padding: 10px;
    border-radius: 5px;
}
.captcha-input {
	background: #999 url(./captchaImageSource.php) repeat-y left center;
    padding-left: 85px;
}

.button {
  background-color: #d86a75; 
  border: none;
  color: white;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.button2 {
  background-color: #fe4254; 
}

.button:hover {
  background-color: #ddd; /* Green */
  color: black;
}

.form-head {
    color: #191919;
    font-weight: normal;
    font-weight: 400;
    margin: 0;
    text-align: center;
    font-size: 1.8em;
}

.error-message {
    padding: 7px 10px;
    background: #fff1f2;
    border: #ffd5da 1px solid;
    color: #d6001c;
    border-radius: 4px;
    margin: 30px 10px 10px 10px;
}

.demo-table {
    background: #ffffff;
    border-spacing: initial;
    margin: 15px auto;
    word-break: break-word;
    table-layout: auto;
    line-height: 1.8em;
    color: #333;
    border-radius: 4px;
    padding: 30px;
    width: 380px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.demo-table .label {
    color: #888888;
}

.demo-table .field-column {
    padding: 15px 10px;
}

.demo-input-box {
    padding: 13px;
    border: #CCC 1px solid;
    border-radius: 4px;
    width: 100%;
}

.demo-input-box30 {
    padding: 13px;
    border: #CCC 1px solid;
    border-radius: 4px;
    width: 30%;
}
.btnLogin {
    padding: 13px;
    background-color: #5d9cec;
    color: #f5f7fa;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    border: #5791da 1px solid;
    font-size: 1.1em;
}

.btnLogin30 {
    padding: 13px;
    background-color: #5d9cec;
    color: #f5f7fa;
    cursor: pointer;
    border-radius: 4px;
    width: 30%;
    border: #5791da 1px solid;
    font-size: 1.1em;
}

.textDiv {
  margin: auto; 
  width:90%;
}

.divLan {
  position: absolute;
  top: 10px;
  right: 20px;
}

/* 
 * Responsive settings voor alles behalve audioWidth 
 */

@media screen and (min-device-width: 769px), screen and (min-width: 769px) {
  body {
    background-size: 850px;
  }
  .normalText {
    font-size: 15px;
  }
  .textDiv {
    margin: auto; 
	width:50%;
  }
  .hdr90 {
    font-size: 90px;
  }
  .hdr50 {
    font-size: 35px;
  }
  .img_h1 {
    width: 600px;
  }
  .hImgWidth {
    width: 700;
  }
  .vImgWidth {
    width: 450;
  }
}

@media screen and (min-device-width: 581px) and (max-device-width: 768px), screen and (min-width: 581px) and (max-width: 768px) {
  body {
    background-size: 500px;
  }
  .normalText {
    font-size: 15px;
  }
  .hdr90 {
    font-size: 70px;
  }
  .hdr50 {
    font-size: 27px;
  }
  .img_h1 {
    width: 500px;
  }
  .hImgWidth {
    width: 520px;
  }
  .vImgWidth {
    width: 350;
  }
}

@media screen and (min-device-width: 381px) and (max-device-width: 580px), screen and (min-width: 381px) and (max-width: 580px) {
  body {
    background-size: 500px;
  }
  .normalText {
    font-size: 14px;
  }
  .hdr90 {
    font-size: 70px;
  }
  .hdr50 {
    font-size: 20px;
  }
  .img_h1 {
    width: 400px;
  }
  .hImgWidth {
    width: 520px;
  }
  .vImgWidth {
    width: 350;
  }
}

@media screen and (max-device-width: 380px), screen and (max-width: 380px) {
  body {
    background-size: 420px;
  }
  .normalText {
    font-size: 13px;
  }
  .hImgWidth {
    width: 380px;
  }
  .vImgWidth {
    width: 210;
  }
  .hdr50 {
    font-size: 15px;
  }
  .img_h1 {
    width: 300px;
  }
}


/* 
 * Responsive settings voor audioWidth 
 */

@media screen and (min-width: 769px) {
  .audioWidth {
    width: 600px;
  }
}

@media screen and (min-width: 501px) and (max-width: 768px) {
  .audioWidth {
    width: 400px;
  }
}

@media screen and  (max-width: 500px) {
  .audioWidth {
    width: 200px;
  }
}

/* Popup container - can be anything you want */
.popup2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup2 .popuptext {
  visibility: hidden;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  width: 260px;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -180px;
}

/* The actual popup */
.popup2 .popuptextOnder {
  visibility: hidden;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  width: 260px;
  z-index: 1;
  top: 125%;
  left: 50%;
  margin-left: -180px;
}

/* Popup arrow */
.popup2 .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup2 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Popup container - can be anything you want */
.popup3 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup3 .popuptext {
  visibility: hidden;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  width: 360px;
  text-align: left;
  top: -300%;
  left: 150%;
  margin-left: -280px;
}

/* Popup arrow */
.popup3 .popuptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0%;
  margin-left:  55px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup3 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
</style>
