* {
    box-sizing: border-box;
    
/*   font-family: 'Roboto', sans-serif; font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    */
}

.headerpicture {
    background:transparent;
    box-shadow: none;
    margin: auto;
}


img {
    display: block;
    width: 100%;
}

body {
   background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
    margin: 0;
    
    font-family: 'Open Sans', sans-serif;
    width:96%;
    margin:auto;

}

h1,h2,h3 {
    margin:0;
}

p {
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #FFF;
}
.navtop {
    background-color: #000;
    font-size: 1.2em;
    border: 0;
    margin: auto;
    margin-top: 5px;
}

.navtop ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;

}

.navtop li {
    color: #FFF;
}
.navtop div {
    display: flex;
    color: #ebedee;
}

.top {
    background-color: #000;
    font-size: 1.5em;
    border: 2px solid #000;
    margin: auto;
    margin-top: 5px;
    color: #FFF;
    padding: 10px;
    
}

.top.yellow {
    border: 4px solid #E3C444;
}

.top.blue {
    border: 4px solid #2227E3;
}

.mid {
    background-color: #000;
    font-size: 1.5em;
    border: 2px solid #000;
    margin: auto;
    margin-top: 5px;
    color: #FFF;
    padding: 10px;
    border: 4px solid #FFF;
}

form {
    margin: 0;
}

#rescode {
    font-size: 20px;
    margin: 10px auto 10px 30px;
    width: 250px;
    padding: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.resinput {
    -webkit-appearance: none;
    
    display: block;
    font-size: 20px;
    padding: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 100%;
}

.resinputpersoon {
    -webkit-appearance: none;
    
    display: block;
    font-size: 20px;
    width: 50px;
    padding: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.resbutton {
    -webkit-appearance: none;
    
    display: block;
    font-size: 20px;
    margin: 10px 10px 10px auto;
    width: 200px;
    padding: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
}

.resbutton.widebutton {
    width: 250px;
}

.resbutton.blue {
    background-color: #2227E3;
    color: #FFF;
}

.resbutton.yellow {
     background-color: #E3C444;
}

.alert {
    display: block;
    color: #E4432D;
    font-weight: bold;
}

.foot{
    background-color: #B3B4B3;
    margin: .5rem auto;
    padding:0;
}

.foot > p {
    bottom:0;
    text-align:center; 
    font-size: 1em;
}

/*Enkel voor manifest bonform
 Add a black background color to the top navigation */
.topnav {
   font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
  overflow: hidden;
  background-color: #FFF;
  margin: auto;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #E4432D;
  text-align: center;
  padding: .5rem;
  margin: .5rem;
  text-decoration: none;
  font-size: 1.3rem;
   border-radius: 5px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #B3B4B3;
  color: #000;
}

/* Add a color to the active/current link */
.topnav .active {
  background-color: #E4432D;
  color: #FFF;
}

#avshow {
    font-weight: bold;
    cursor: pointer;
}

#av {
    display: hidden;
    padding: 1em;
    top: 30px;
    left: 5%;
    right: 5%;
    background-color: #FFF;
    position: fixed;
    max-width: 1000px;
    margin: auto;

}
#av>div {
    height: calc(100vh - 70px);
    overflow: auto;
}

.avhide {
    float: right;
    color: #E4432D;
    cursor: pointer;
    margin-right: 10px;
}



#popup {
    display: hidden;
    padding: 1em;
    top: 30px;
    left: 5%;
    right: 5%;
    height: 10rem;
    background-color: #FFF;
    position: fixed;
    max-width: 1000px;
    margin: auto;

}
#popup>div {
    height: calc(100vh - 70px);
    overflow: auto;
}

#popuphide {
    float: right;
    color: #E4432D;
    cursor: pointer;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    body {
        width: 80%;
    }
}

@media only screen and (min-width: 1000px) {
    body {
        width: 60%
    }
}

