html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'rotissemisanscnbold';
  src: url("../fonts/rotissemsanbolcn-webfont.eot");
  src: url("../fonts/rotissemsanbolcn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rotissemsanbolcn-webfont.woff2") format("woff2"), url("../fonts/rotissemsanbolcn-webfont.woff") format("woff"), url("../fonts/rotissemsanbolcn-webfont.ttf") format("truetype"), url("../fonts/rotissemsanbolcn-webfont.svg#rotissemisanscnbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'rotissemisanscnregular';
  src: url("../fonts/rotissemsancn-webfont.eot");
  src: url("../fonts/rotissemsancn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rotissemsancn-webfont.woff2") format("woff2"), url("../fonts/rotissemsancn-webfont.woff") format("woff"), url("../fonts/rotissemsancn-webfont.ttf") format("truetype"), url("../fonts/rotissemsancn-webfont.svg#rotissemisanscnregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.animate {
  /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);*/
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  position: absolute; }

.animate.ng-enter,
.animate.ng-leave {
  -webkit-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all; }

.animate.ng-enter {
  overflow: hidden;
  width: 0px;
  left: 100%;
  position: absolute;
  display: block;
  opacity: 0;
  background-color: #fff; }

.animate.ng-enter button {
  display: hidden;
  opacity: 0;
  height: 0; }

.animate.ng-enter-active {
  left: 0px;
  opacity: 1;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #fff; }

.animate.ng-enter-active button {
  opacity: 1;
  position: relative; }

.animate.ng-leave {
  overflow-y: hidden;
  width: 100%;
  position: absolute;
  float: left; }

.animate.ng-leave-active {
  overflow: hidden;
  opacity: 0;
  /*width: 0px;*/
  float: left; }

.animate.ng-leave button {
  width: 0; }

.animate.ng-leave-active button {
  /*max-height: 68px;*/
  opacity: 0; }

.infoAnimationContainer {
  position: relative;
  width: 100%;
  display: block;
  background-color: #FFF; }
  .infoAnimationContainer #canvas {
    margin: 0 auto;
    width: 100%; }

@media (min-width: 768px) {
  .infoAnimationContainer #canvas {
    padding: 0 50px; } }
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  transition: all 0.30s ease-in-out; }

html, body, input, button {
  background: #e4dede;
  color: #776861;
  font-family: 'rotissemisanscnregular', sans-serif;
  font-size: 1em;
  line-height: 1.500em; }

html, body {
  min-height: 100vh; }

h1 {
  font-size: 2em;
  display: block;
  line-height: 1em;
  padding: 22.5px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #6a6a6a;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

h2 {
  display: block;
  font-size: 1.250em;
  padding: 15px 15px 0 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

p {
  display: block;
  padding: 15px 15px 22.5px 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a {
  -webkit-tap-highlight-color: transparent;
  color: #acc5ed; }

form {
  padding: 15px; }

label {
  display: block;
  font-size: 16px !important;
  padding-bottom: 5px; }

input, button, textarea {
  -appearance: none;
  background: #e4dede;
  border-radius: 0px !important;
  border: 0;
  outline: none;
  margin: 0;
  padding: 15px;
  width: 100%; }

input {
  border: 1px solid #776861;
  margin-bottom: 15px; }

input:focus {
  background: #f4f0f0; }

button {
  background: #acc5ed;
  color: white;
  cursor: pointer;
  font-size: 1.3em;
  /*margin-top: $base-margin*3/2;*/
  padding: 10px; }

/*button:hover {
	background: $button-hover-color;
}*/

.half{
	opacity:0.3;
}

img {
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  img.inline {
    padding: 0 15px; }

.container {
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 768px;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  position: relative; }

#main-header {
  background: white;
  position: fixed;
  width: 100%;
  max-width: 768px;
  top: 0;
  z-index: 1500;
  height: 70px;
  -webkit-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.2); }

#logo {
  float: left;
   margin: 20px;
   width: 130px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#info {
  float: right !important; }

#spacer {
  background: #e4dede;
  height: 90px; }
  #spacer.expand {
  height: 160px; }
  #spacer button#nl{
	  position: absolute;
		left: 5%;
		top: 90px;
		width: 40%;
  }
  #spacer button#en{
	  position: absolute;
		right: 5%;
		top: 90px;
		width: 40%;
  }

.form-group {
  padding: 10px 0; }

.forgot-password {
  margin-top: 15px;
  text-align: center; }

.icon {
  padding: 15px;
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .icon img:not(.half){
  cursor:pointer; }

.icongear {
  padding: 3px;
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fat {
  font-family: 'rotissemisanscnbold', sans-serif;
  font-size: 20px; }

.content h1 {
  margin: 0 15px !important; }
  
 .allowformat ul{
	 list-style: disc;
	 margin-left: 30px;
 }

.list-item {
  border-top: #6a6a6a 1px solid;
  cursor: pointer;
  height: 70px; }
  .list-item-search {
  border-top: #6a6a6a 1px solid;
  cursor: pointer;}
  .list-item:hover,.list-item-search:hover {
    background: #f4f0f0; }
	.highlightedText{
    font-weight: bold;
	color:#ACC5ED}
  .list-item .icon,.list-item-search .icon {
    left: 0; }
  .list-item .content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/icon-arrow.svg") no-repeat;
    background-position: right;
    background-size: 40px 40px; }
	.list-item-search .searchcontent {
    position: relative;
    top: 50%;
    background: url("../img/icon-arrow.svg") no-repeat;
    background-position: 100% 75%;
	line-height: 1.1em;
    background-size: 40px 40px; }
	.list-item-search .searchcontent img{
	float: right;
    width: 50px;
    margin: 15px; }
	.list-item-search .searchcontent  .filterspecs{
		font-size: 12px;
		font-weight: bold;
		color: #acc5ed;
		line-height: 15px;
		margin-bottom: 10px;
    }
  .list-item-search a,.list-item a {
    color: #776861;
    display: block;
    padding: 15px;
	padding-right: 30px;
    text-decoration: none;
    width: 100%; }
  .list-item p {
    margin: 0 0 0 15px;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .list-item .indented {
    padding-right: 30px;
    padding-left: 60px; }
  .list-item .indentedgears {
    padding-right: 30px;
    padding-left: 80px; }
  .list-item:last-child {
    border-bottom: #6a6a6a 1px solid; }

.pages {
  background-color: #fff;
  display: block;
  padding-bottom: 70px; }

.route {
  width: 100%;
  height: 40px;
  padding-top: 15px; }

.backButton {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  line-height: .75em;
  height: 20px;
  width: 25%; }
  .backButton a {
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    line-height: 1em;
    color: #776861;
    font-size: .75em;
    float: left;
    height: 100%;
    margin-left: 20px;
    margin-top: 4px; 
	word-break: break-all;}

.arrowLeft {
  position: absolute;
  height: 20px;
  width: 20px;
  padding: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.gears {
  position: relative;
  margin: 0 auto;
  display: block;
  height: 20px;
  width: 180px; }

.gearActive {
  position: relative;
  margin: 0 2.5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-gear.svg");
  background-size: cover;
  text-align: center;
  font-size: .75em;
  line-height: 1.7em;
  color: #FFFFFF; }

.gearInactive {
  position: relative;
  margin: 0 2.5px;
  display: inline-block;
  opacity: .3;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-gear.svg");
  background-size: cover;
  text-align: center;
  font-size: .75em;
  line-height: 1.7em;
  color: #FFFFFF; }

.tabsContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto; }
  .tabsContainer .active {
    background-color: #acc5ed;
    color: #FFF;
    -webkit-box-shadow: 7px 2px 9px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 7px 2px 9px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 7px 2px 9px 0px rgba(50, 50, 50, 0.4);
    z-index: 2; }

.tabs {
  position: relative;
  float: left;
  display: inline-block;
  width: 33.3333333%;
  color: #776861;
  background-color: #ede7e7;
  height: 100%;
  text-align: center;
  padding: 25px 0;
  font-size: 1.2em; }
  .tabs:hover {
    cursor: pointer; }

.homeButton {
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  margin-right: 30px;
  line-height: 1.2em;
  text-decoration: none; }

.box-one {
  padding: 15px 0 70px 0;
  min-height: 100vh;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 100;
  background-color: #FFF; }
  .box-one div {
    position: relative; }
  .box-one .close {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto; }
    .box-one .close:hover {
      cursor: pointer; }
    .box-one .close img {
      width: 100%; }
  .box-one .tabsContainer {
    margin-top: -15px;
    display: inline-block;
    width: 100% !important;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.1); }
    .box-one .tabsContainer .tabs .active {
      -webkit-box-shadow: 10px 0px 1px 0px rgba(50, 50, 50, 0.1) !important;
      -moz-box-shadow: 10px 0px 1px 0px rgba(50, 50, 50, 0.1) !important;
      box-shadow: 10px 0px 1px 0px rgba(50, 50, 50, 0.1) !important; }
  .box-one .ikwijwereldTeksten {
    padding: 15px;
    background-color: #FFF;
    z-index: 110;
    margin-top: -7px; }
  .box-one canvas {
    position: relative;
    display: block;
    width: 75%;
    background-color: #FFF;
    margin: 0 auto 25px auto; }

.ng-hide {
  opacity: 0; }

.ng-show {
  opacity: 100; }

.staticTexts {
  position: absolute;
  display: block;
  background-color: #FFF;
  height: 100px;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  z-index: 120; }

@media (min-width: 768px) {
  button {
    font-size: 2em; }

	#spacer.expand {
	height: 190px; }
	#spacer button#en, #spacer button#nl{
		top: 95px;
  }
	#logo {
	margin: 15px;
   width: 200px;}
	
  .tabsContainer {
    left: 50%;
    max-width: 768px;
    margin-left: -384px; }

  button:hover {
    background: #a8c5eb; } }

/*# sourceMappingURL=app.css.map */
