*{
  text-decoration: none;
  {box-sizing: border-box}
  body {font-family: Verdana, sans-serif; margin:0}
  .mySlides {display: none}
  img {vertical-align: middle;}
}

body{
  font: 15px/1.5 Arial, Helvetica, sans-serif;
  padding:0;
  margin:0;
  background-color: #f4f4f4;
  }

.container{
  width: 80%;
  margin:auto;
  overflow:hidden;
}

.ImgStyle{
  width:170px;
  height:170px;
  margin-right:15px;
  float: left;
}

.test{
  margin-bottom: 50px;
}

ul{
  margin:0;
  padding:0;
}

/*Header*/
header{
  background:#2296cc;
  color:#ffffff;
  padding-top: 25px;
  min-height: 70px;
  border-bottom: blue 5px solid;
  padding-bottom: 10px;
}

header a{
  color:#ffffff;
  text-transform: uppercase;
  font-size: 16px;
}

header li{
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

header #logo{
  float: left;
}

header #branding h1{
  margin:0;
}

header nav{
  float:right;
  margin-top: 35px;
  font-style: normal;
  text-decoration: none;
}

header .highlight, header .current a{
    color: #3a23bd;
    font-weight: bold;
}

header a:hover{
  color:#ffffff;
  font-weight: bold;
}

.InfoTekst{
  font-size: 20px;
  font-family: sans-serif;
}

.ImgStyle{
  width: 150px;
  height: 150px;
}

/*Background Picture*/
#BackgroundPicture{
  min-height: 400px;
  background:url('./afb/stem.png') no-repeat;
  background-size: 1550px 400px;
  text-align:left;
  color: #ffffff;
}

#BackgroundPicture h1{
  margin-left: 1px;
  margin-top:100px;
  font-size:20px;
  margin-top: 20px;
  margin-bottom:10px;
}

/*Contact*/
.Contact{
  padding:13px;
  color:#ffffff;
  background:#2296cc;
  margin-bottom: 20px;
}

.Contact h1{
  float:left;
}

.Contact form{
  float:right;
  margin-top:1px;
}

/*Boxes*/
#boxes{
  margin-top: 20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width: 31%;
  padding:10px;
  font-size: 20px;
  font-family: sans-serif;
}

#boxes img{
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

/*Footer*/
footer{
  padding:20px;
  margin-top:5px;
  color:#ffffff;
  background:#2296cc;
  text-align: center;
}

input[type=text]{
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  outline: none;
}

input[type=text]:focus, .vraagText:focus{
  border: 3px solid blue;
}

input[type=submit]{
  width: 370px;
  background-color: blue;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  margin-top: 20px;
}


.vraagText{
  width: 50%;
  height: 150px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  outline: none;
}


.fieldset{
  text-align: center;
}

.fieldset p{
  text-align: left;
  margin-left: 25%;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


.styled-select {
   /*background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;*/
   height: 29px;
   overflow: hidden;
   width: 240px;
   margin-left: 25%;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-left: 25%;
}

.blue { background-color: #3b8ec2; }

.blue select { color: #000000; }

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

select{
  display: block;
  margin: 0 auto;
}

.dark{
  padding:15px;
  background:#4ae1e6;
  color:#000000;
  margin-top:10px;
  margin-bottom:10px;
  text-align: center;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  margin: 5px;
}

.info {
  border-color: #2196F3;
  color: dodgerblue
}

.info:hover {
  background: #2196F3;
  color: white;
}

.img-style{
  width: 300px;
  height: 300px;
  top: 130px;
  right: 610px;
  text-align: center;
  border:2px solid blue;
}

#content {
    position: relative;
}

.text-info{
  margin-top: 10px;
}
