html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
  font-size: 16px; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select:focus, textarea {
  font-size: 16px !important; }

.form-control {
  font-size: 16px; }

.buiten {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  /* Vertically center the text there */
  background-color: #e80932;
  color: #fff;
  font-size: 12px;
  text-align: center; }

.binnen_tonen img {
  max-width: 100%;
  height: auto; }
  .binnen_tonen table {
    max-width: 100% !important; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.logoDeltalent {
  width: 120px !important;
  max-width: 90% !important;
  margin-left: 30px; }

.navbar {
  border-bottom: 1px solid #ddd; }

.navbar-toggle {
  margin-top: 15px; }
  h2 {
    font-size: 24px;
    margin-top: 20px; }

.kleinBinnen {
  color: #d9d9d9;
  font-size: 18px;
  margin-bottom: 20px; }

.shortcut {
  font-size: 0.8em;
  color: #e80932; }

.resultatenContainer {
  background: #eceeef;
  padding-top: 15px;
  padding-bottom: 15px; }

.nav > li > a {
  padding: 7px 10px; }

.Aligner {
  display: flex;
  align-items: center;
  justify-content: center; }

.Aligner-item--top {
  align-self: flex-start; }

.Aligner-item--bottom {
  align-self: flex-end; }

#invoerPoppup {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  height: 95vh; }
  #invoerPoppup .regel {
    height: 14%;
    clear: both;
    line-height: 1.4em;
    border-left: 1px solid #000; }
    #invoerPoppup .regel a {
      display: block;
      display: flex;
      font-size: 30px;
      font-weight: bold;
      color: #000; }
    #invoerPoppup .regel .num {
      width: 50%;
      height: 100%;
      float: left;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000; }
/* Extra small devices */
/* Small devices Tablets */

/* Medium devices Desktops */

/* Large devices Desktops */

/* Markand: Einde uitzonderingen met media queries */
