body {
  background-color: #F1F5FD;
}

.topside {
  background-color: white;
  box-shadow: 0px 10px 6px -6px #ccc;
  position: relative;
  top: -11px;
  width: 101%;
  height: 200px;
}

@media all and (max-width: 800px) {

.form-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    position: relative;
    top: 20px;
}

.input-container {
  position: relative;
  text-align: center;

  --background-color: blue;
}

.submit-container {
  position: relative;
  margin: auto;
  top: 5px;
  --background-color: green;
}

.submit {
  padding: 4px;
  display: grid;
  justify-content: center;
  width: 280px;
  height: 36px;
  border-radius: 18px;
  background-color: #DA131A;
  border: solid 1px transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  transition: all .1s ease-in-out;
  &:hover {
    background-color: transparent;
    border-color: #fff;
    transition: all .1s ease-in-out;
  }
  
}

.header {
  position: relative;
  top: 10px;

  margin-bottom: 5px;

  font-family: 'Arial';
  font-size: 30px;
  text-align: center;
  color: #DA131A;
  font-weight: bold;
}

.subheader {
  font-family: 'Segoe UI';
  font-size: 12px;
  text-align: center;
  color: #144BB0;
  font-style: oblique;
}

}

@media all and (min-width: 800px) {

.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    position: relative;
    top: 20px;
}

.input-container {
  position: relative;
  text-align: right;

  --background-color: blue;
}

.submit-container {
  position: relative;
  top: 5px;
  --background-color: green;
}

.submit {
  padding: 4px;
  display: block;
  width: 280px;
  height: 36px;
  border-radius: 18px;
  background-color: #DA131A;
  border: solid 1px transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  transition: all .1s ease-in-out;
  &:hover {
    background-color: transparent;
    border-color: #fff;
    transition: all .1s ease-in-out;
  }
  
}

.header {
  position: relative;
  top: 10px;

  font-family: 'Arial';
  font-size: 50px;
  text-align: center;
  color: #DA131A;
  font-weight: bold;
}

.subheader {
  font-family: 'Segoe UI';
  font-size: 18px;
  text-align: center;
  color: #144BB0;
  font-style: oblique;
}

}


input {
  height: 48px;
  width: 280px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
}

.label {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
  display: flex;
  align-items: center;
  pointer-events: none;
}

input, .label .text {
  font-family: 'Segoe UI';
  font-size: 16px;
}

.label .text {
  transition: all 0.20s ease-out;
  color: grey;
}

input:focus {
  outline: none;
  border: 2px solid #DA131A;
}

input:focus + .label .text, :not(.fname[value=""]) + .label .text {
  font-size: 12px;
  transform: translate(-35%, -150%);
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
}

input:focus + .label .text {
  color: #DA131A;
}


.waord-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  --background-color: yellow;
}

.veur {
  font-family: "Georgia","Times New Roman", Times, serif;
  font-size: 15px;
  text-align: right;
  color: grey;
  font-style: oblique;

  position: relative;
  top: 15px;
  --background-color: green;
  height: 20px;
}

.waord {
  text-align: left;
  font-family: "Georgia","Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: bold;
  --background-color: red;
}

.gezoch {
  text-align: center;
  font-family: "Georgia","Times New Roman", Times, serif;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 25px;
}

.spelling {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
  text-decoration-color: blue;
	text-underline-offset: 3px;
	position: relative;
}

.spelling:hover {
  background-color: #d4ebf2;
  --text-decoration-line: underline;text-decoration-thickness: 2px;
}

.info {
    --background: none repeat scroll 0 0 #F8F8F8;
    --border: 5px solid #DFDFDF;
    --color: #717171;
    --font-size: 13px;
    --height: 30px;
	--width: 200px;
    --letter-spacing: 1px;
    --line-height: 30px;
    --margin: 0 auto;
    position: absolute;
    --text-align: center;
    --text-transform: uppercase;
    top: -80px;
    left:0px;
    display:none;
    --padding:50 20px;
}

.info::after{
    --content:'';
    --position:absolute;
    --bottom:-10px;
    --width:10px;
    --height:10px;
    --border-bottom:5px solid #dfdfdf;
    --border-right:5px solid #dfdfdf;
    --background:#f8f8f8;
    --left:50%;
    --margin-left:-5px;
    ---moz-transform:rotate(45deg);
    ---webkit-transform:rotate(45deg);
    --transform:rotate(45deg);
}

.spelling:hover .info{
    display:block;
}

.berich {
  text-align: center;
  font-family: "Georgia","Times New Roman", Times, serif;
  font-size: 15px;
  padding-bottom: 10px;
  
  width: 60%;
  margin: 30px;
  border-color: #4472C4;
  border-style: solid;
  border-width: 2px;
  background-color: #BDD7EE;
}

.berich2 {
  text-align: center;
  font-family: "Georgia","Times New Roman", Times, serif;
  font-size: 15px;
  padding-bottom: 10px;
  
  width: 60%;
  margin: 30px;
  border-color: #ED7D31;
  border-style: solid;
  border-width: 2px;
  background-color: #F8CBAD;
}

.veldeke {
  text-align: left;
  font-family: Verdana;
  font-size: 10px;
  padding: 10px;
  /* padding-bottom: 10px; */
  
  width: 40%;
  margin: 30px;
  border-left-color: #4472C4;
  border-style: solid;
  border-width: 0px;
  border-left-width: 6px;
  background-color: #BDD7EE;
  margin: 0 auto;
}

.resultaat {
  text-align: center;
  font-family: "Georgia","Times New Roman", Times, serif;
  font-size: 16px;
  color: grey;
  font-style: oblique;
  padding-bottom: 35px;
}

