@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700);

#fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 18px;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  background-attachment: fixed;
  background-color: #000;
}

h1.oneliner {
  line-height: 190% !important;
  margin-top: 60px !important;
  font-size: 1.5em !important;
}

a {
  color: #fff;
  text-decoration: none;
}

a: hover {
  color: #f2d618;
}

a.light:hover,
.light>a:hover,
a.dark:hover,
.dark>a:hover {
  color: #f2d618;
}

.light,
.light>a {
  color: #fff;
}

.dark,
.dark>a {
  color: #000;
}


h1 {
  font-size: 1.5em;
  color: #fff;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 1.0em;
  color: #fff;
  padding: 0;
  margin: 0;
}

p {
  font-size: 1em;
}

.memo,
.voicemail {
  height: 700px;
  background-repeat: no-repeat;
  background-position: top center;
  width: 500px;
  left: 50%;
  margin: 0 0 0 -250px;
  bottom: 0px;
  display: none;
  position: fixed;
  z-index: 1000;
}

.voicemail {
  background-size: contain;
  height: 553px;
  width: 620px;
  margin: 0 0 0 -320px;
}

.memo1,
.memo2,
.memo49a,
.memo49b,
.email,
.organisatieschema {
  display: block;
  left: auto;
  margin: 0;
}

.skype {
  width: 852px;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: none;
  position: absolute;
}

#memo12030 {
  width: 510px;
  z-index: 3;
}

#memo22040 {
  z-index: 3;
}

#organisatieschema2041 {
  z-index: 3;
}

#terugkoppeling_text {
  width: 35%;
  height: auto;
  top: 10%;
  position: relative;
}

#terugkoppeling_text .answer {
  width: auto !important;
}

#terugkoppeling_container {
  padding: 25px;
  color: #FFF;
  font-size: 1.5em;
  line-height: 130%;
  height: auto;
}


#my_einde .eindes {
  width: 600px;
  margin: 0 auto;
  height: 554px;
  margin: -277px auto 0;
  position: absolute;
  top: 50%;
}

.einde_blok {
  width: 250px;
  height: 250px;
  float: left;
  background-color: #000;
  border-radius: 8px;
  border: 1px solid #000;
  color: #ccc;
  font-size: 0.9em;
  line-height: 130%;
  margin-bottom: 50px;
}

.einde_blok>div {
  margin: 20px;
  height: 210px;
  position: relative;
}

.einde_rm {
  margin-right: 50px;
}

.einde_blok .btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 210px;
  padding: 2px 0;
  cursor: pointer;
  font-size: 1.1em;
  color: #444;
  font-weight: 300;
  text-transform: uppercase;
}

.einde_blok img {
  margin: 0 auto;
  display: block;
}

#eindscore h1 {
  padding-top: 50px;
  color: #ccc;
}

#eindscore h2 {
  color: #ccc;
}

#eindscore h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  color: #fff;
}


#eindscore_img {
  background-size: cover;
  width: 400px;
  height: 192px;
}

#eindscore_row {
  width: 80%;
  margin: 0 auto;
  /*  border-bottom: 1px solid #FDCC09;*/
  position: relative;
  padding-top: 20px;
}

#eindscore_row>div {
  width: 100%;
  float: left;
}


#eindscore_row>div>div,
#eindscore_row>div>h2,
#eindscore_row>div>h3 {
  margin: 0 auto;
}

#eindscore .barrel {
  margin: 0 auto;
}

#eindscore .barrel_col {
  float: none;
}

#eindscore_row>div>h3 {
  font-size: 30px;
}

#config {
  text-align: center;
}

#config table {
  width: 90%;
  color: #fff;
  margin: 30px auto
}

#config td {
  text-align: right;
}

#config td.mdl {
  text-align: center;
}

#config input.txt {
  width: 80%;
  height: 30px;
  font-size: 18px;
  border: 1px solid #fff !important;
  margin: 3px 0;
}

#config tr {
  height: 30px
}