/****** CSS RESET *****/

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,
q:before, q:after {
  content: '';
  content: none;
  }

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







/****** Main ********/



body {
	font-size:62.5%;
	font-family: Arial, sans-serif;
	color:#FFF;
	}



dt {	font-size:2.3em;	}

dd {	font-size:1.9em;
	padding:0.6em 0 0.9em 0;
	}


p {  	padding:0.4em 0 0.4em 0;
	font-size: 2.4em;
	line-height: 1.7em;
	letter-spacing: .9px;
	}

a:link,
a:visited {
	color:#FFF;
	text-decoration:none;
	}

a:hover,
a:focus,
a:active { text-decoration:underline; }


a.back:link,
a.back:visited {
	font-size:1.3em;
	line-height:4em;
	position:absolute;
	left:40px;
	bottom:25px;
	}

header {  padding-bottom: 5em; }



.panel {
	position: relative;
	border-bottom:1px solid #666;
	/*overflow-x: hidden;*/
	}

.inner {
	width:780px;
	margin:0 auto;
	}


.options .inner,
.methods-continued .inner,
.methods .inner {  padding-bottom:45px; }



pre {
  background:rgba(0,0,0,0.2);
  padding:1.5em 0 1.5em 0;
  font-size:2.1em;
  margin-top:0.7em;
  margin-bottom: 1.6em;
  overflow-x:auto;
  }

pre.single {
  padding:0.7em 0.5em 0 0.5em;
  font-size:2.1em;
  margin-top:0.8em;
  margin-bottom: 0.3em;
  /*display:inline-block;*/
  max-width:80%;
  }




.textleft {
    float: left;
   width: 390px;
	text-align: left; 
}

.imageleft {
    margin: 20px;
    float: left;
    width: 320px; 
    text-align: center;
}

.imageleft img {
   width: 270px; 
}


@media only screen and (max-width: 720px) {

.textleft {
    float: left;
   width: 390px; 
}

.imageleft {
    float: left;
    width: 280px;
    text-align: center;
}

.imageleft img {
    width: 250px; 
    margin-left: 0px 0xp 0px 20px;
	}
}

	

.slant{
    position:absolute;
    top:0px;
    left:0;
    width:250px;
    padding:10px 10px;
    background-color:purple;
    font-size:20px;
    z-index:9999;
}


.slant:after {
  width:50px;
  background:purple;
  position:absolute;
  height:100%;
 z-index:-1;
  content:' ';
  right:-22px;
 bottom:0;
transform: skew(160deg);
}





/****** SCROLLER ********/


.scroll {
  position:absolute;
  bottom: 20px;
  font-size:1.3em;
  margin-top:20px;
  display:inline-block;
  height:100px;
  }


.scroll:hover {
  text-decoration:none;
  }

.scroll:after {
  background-image: url("../img/icon-scroll.svg");
  background-repeat: no-repeat;
  content:'';
  width:30px;
  height:48px;
  position:absolute;
 /* margin:auto; */
  top:10px;
  left:15px;
  -webkit-animation:3s arrow infinite ease;
  animation:3s arrow infinite ease;
  }


.stroll {
  position:relative;
  top: 20px;
  font-size:1.3em;
  margin-top:20px;
  display:inline-block;
  height:100px;
  }


.stroll:hover {
  text-decoration:none;
  }

.stroll:after {
  background-image: url("../img/icon-scroll.svg");
  background-repeat: no-repeat;
  content:'';
  width:30px;
  height:48px;
  position:absolute;
 /* margin:auto; */
  top:10px;
  right:0;
  left:50px;
  -webkit-animation:3s arrow infinite ease;
  animation:3s arrow infinite ease;
  }



.mouse {
  position:absolute;
  bottom: 20px;
  font-size:1.3em;
  margin-top:20px;
  display:inline-block;
  height:100px;
  }


.mouse:hover {
  text-decoration:none;
  }

.mouse:after {
  background-image: url("../img/icon-scroll.svg");
  background-repeat: no-repeat;
  content:'';
  width:30px;
  height:48px;
  position:absolute;
 /* margin:auto; */
  top:10px;
  left:15px;
  -webkit-animation:3s arrow infinite ease;
  animation:3s arrow infinite ease;
  }



.next {	clear: both;
	text-align: center;
	margin-right: 40px;
	}


@-webkit-keyframes arrow {
  0%,100% {    top:10px; }
  50% {  top:30px; }
}

@keyframes arrow {
  0%,100% { top:10px;  }
  50% { top:30px; }
}




/**** SCREEN LARGE  ****/


@media (max-width:960px) {

	.inner {    width: 99%; }



#sortable li {	margin-left: 30px;}

}



/**** SCREEN MEDIUM  ****/


@media (max-width:600px) {

	.home .inner {  padding-bottom:140px; }


}




/* HEEL KLEINE SCHERMPJES?? */


@media (max-width:360px) {

	a.back:link, a.back:visited {    left:30px; }

	p {    font-size: 1.7em;  }

}






/* MEERKEUZE VRAGEN */



.butmit {
	padding: 14px;
	color: #fff!important;
	font-size: 1.8em;
	width: 264px;
	display: block;
	cursor: pointer;
	clear: both;
	}

.butmit { 
	background-color: #0000FF;
	border: 1px solid #0000FF;;
	}

.butmit:hover { 
	background-color: #0000FF;
	border: 1px solid navy;
	}





.groep {
	display: flex;
	flex-flow: row wrap; 
	}

.input-group-border {     flex-basis: 50%; }


.input-group-border label {

    color: #1c1d1d;
    font-size:1.4em;
    letter-spacing: .8px;
    padding: .875rem 1.563rem .75rem 1.25rem;
    margin: 0px 20px 12px 0px;
    display: block;
    text-align: left;
    width: 280px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    background-color: #fff;
    }




@media (max-width: 960px) {

    .input-group-border label {     margin: 0px 0px 10px 0px; }

    .groep { margin-left: 30px; }

    .sorteer { margin-left: 20px; }

}




@media (max-width: 675px) {

    .input-group-border .label-bg {   height: 180%; 	}

}




@media (max-width: 390px) {

    
    .input-group label:after,.input-group:nth-child(even) label:after {
        display:none; 
	}

    .input-group-border { margin: 0 .625rem .625rem 0; }

    .input-group-border label { border-width: 3px; }

    .input-group-border .label-bg { display: none; }

}




.base-button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    padding: calc(11px - 0.1ex) 28px calc(11px + 0.1ex);
    width: 220px;
    background: #0000FF;
    color: #fff;
    cursor: default;
    margin-top: 90px;
}

