/** 
Copyright (C) 2018 studioILB, http://www.studioILB.nl */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Amiri:400,400i');

ut.change { color: red; border-width: 0px; background-color: lightyellow;}


html, body, p, input, textarea, select, option, label, table {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12pt;
  line-height: 2;
  color: #333;
  cursor: default;
}
body {
  margin: 0px;
  margin-top: 10px;
  cursor: default;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
p {
  margin-top: 0px;
  margin-bottom: 1em;
}
li {
  list-style-type: circle;
  margin-bottom: 0.5em;
}
h1 {
  margin-top: 0;
}
table { 
  border-spacing: 0;
  border-right: 1px solid gray; 
  border-top: 1px solid gray; 
}
thead {
  background-color: lightgray;
}
td{ 
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 5px;
}
input, textarea, select, option {
  -webkit-border-radius: 0px; 
  border-radius: 0px;
  -webkit-appearance: none;
}

div.wrapper {
  width: 1070px;
  margin: 0px auto;
  text-align: justify;
}
div.wrapper img.logo {
  height: 150px;
  float: left;
}
div.wrapper div.welcome {
  margin-top: 20px;
  margin-left: 215px;
  font-size: 125%;
}
div.wrapper div.top:after {
  content: "";
  clear: both;
  display: table;
}
div.wrapper section, div.wrapper p  {
  color: white;
}

div.wrapper div.firstline, div.wrapper div.secline  {
  display: table;
  height: 100%;
  margin-bottom: 70px;
}
div.wrapper section {
  display: table-cell;
  width: calc(33.333% - 80px - (80px/3));
  height: 100%;
  opacity: 0;
  padding: 40px;
  float: left;
  margin-right: 40px;
}
div.wrapper section:nth-of-type(3) {
  margin-right: 0px;
}
div.wrapper section p.insert {
  font-family: 'Amiri', serif;
  color: white;
  text-align: center;
  font-style: italic;
  padding: 0px 20px;
  line-height: 1.5;
  font-size: 150%;
}

div.wrapper div.firstline section:nth-of-type(1) {
  margin-top: calc(70px + 50px); 
  background: #D60F3C;
}
div.wrapper div.firstline section:nth-of-type(2) {
  margin-top: calc(20px + 50px);
  background: #EC6608;
}
div.wrapper div.firstline section:nth-of-type(3)  {
  margin-top: calc(-30px + 50px); 
  background: #FFCD1C;
}
div.wrapper div.secline section:nth-of-type(1) {            
  margin-top: calc(70px + 50px); 
  background: url('pattern.png') -20px -20px/100%;     
}
div.wrapper div.secline section:nth-of-type(2) {
  margin-top: calc(20px + 50px);
  background: #FFCD1C;
}
div.wrapper div.secline section:nth-of-type(3) {
  margin-top: calc(-30px + 50px); 
  background: #D60F3C;
}
div.wrapper div.secline section img {
  width: 100%;
}
div.wrapper div.secline section input[type=text], div.wrapper div.secline section textarea {
  width: 100%;
  border: 1px solid white;
}
div.wrapper div.secline section input[type=button] {
  width: 100%;
  background-color: #D60F3C;
  color: #FFF;
  border: 1px solid white;
}
div.wrapper div.secline section input[type=radio] {
  display: none;
}
div.wrapper div.secline div.security {
  overflow: auto;
}
div.wrapper div.secline div.security:after {
  content: "";
  clear: both;
  display: table;
}
div.wrapper div.secline div.security img {
  float: right;
  width: 75px;
}
div.wrapper div.secline div.securitykey {
  overflow: auto;
}
div.wrapper div.secline div.securitykey:after {
  content: "";
  clear: both;
  display: table;
}
div.wrapper div.secline div.securitykey img {
  width: calc(25% - 13px);
  border: 5px solid #FFCD1C;
}
div.wrapper div.secline div.securitykey input:checked + img {
  border: 5px solid #fff;
}
div.footer {
  padding-top:70px;
  text-align: center;
}
div#backdrop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
div#backdrop > div {
  width: 125px;
  height: 50px;
  position: absolute;
  left: 100%;
}



@media only screen and (max-device-width: 700px) { 
  div.wrapper {
    width: 100%;
    padding-bottom: 100px;
  }
  div.wrapper img.logo {
    float:none;
    margin-left: 20px;
  }    
  div.wrapper div.welcome {
    margin-left: 10px;
    width: calc(100% - 30px);
  } 
  div.wrapper section {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 0px;
    height: auto;
    opacity: 1;
  }
  div.wrapper div.firstline {
    margin: 0px;
  }
  div.wrapper div.firstline section:nth-of-type(1),div.wrapper div.firstline section:nth-of-type(2),div.wrapper div.firstline section:nth-of-type(3),
  div.wrapper div.secline section:nth-of-type(1),div.wrapper div.secline section:nth-of-type(2),div.wrapper div.secline section:nth-of-type(3) {
    margin-top: 120px;
  }
  div.footer {
    padding: 0;
  }
  div.wrapper div.secline section img {
    max-width: 250px;
  }
  
  
}
