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);
}

.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;
}

.topnav {
  overflow: hidden;
/*  background-color: #333; */
  text-align: center;
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0; 

/*
  position: 0%; 
  left: 50%;
  color: #777777;
*/
}

.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 {
  font-family: 'Goudy Old Style';
  font-weight: bold;
  font-size: 50px;
}

.topnavBlack {
  color: black;
}

.topnav a {
  float: left;
  color: #d86a75;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 19px;
}

.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: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.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: 50px;
  }
  .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: 40px;
  }
  .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: 35px;
  }
  .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: 30px;
  }
}


/* 
 * 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;
  }
}

