@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900|Roboto:400,400i,500,500i');

@font-face {
    font-family: 'Doctor Soos';
    src: url('../fonts/DoctorSoosBold.woff') format('woff'),
        url('../fonts/DoctorSoosBold.ttf') format('truetype'),
        url('../fonts/DoctorSoosBold.svg#DoctorSoosBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/***** SHARED *****/
html, body{
	margin:0px;
	padding:0px;
	height:100%;
	background:#f4f4f4;
	overflow: hidden;
}

* {
    transform-origin: 50% 50%!important
}

*[text-align='left']{
	text-align: left;
}


*[text-align='center']{
	text-align: center;
}

*[text-align='right']{
	text-align: right;
}

button:disabled{
	opacity:.5;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#logo img{
	width:13.59375vw;
	height:auto;
}

img#laks{
	width:8.75vw;
	height:auto;
}

/***** HEADER CONTENT FOOTER *****/
header, footer{
	display:table;
	position: absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index:2;
	vertical-align: middle
}

footer > div,
header > div{
	display: table-cell;
	vertical-align: middle;	
	height:100%;	
}

header > div{
	width:33.3333%;		
}

footer > div:first-child, footer > div:last-child{
	width:20%;		
}

header > div:not(:first-child),
content > div:not(:first-child){
	margin-left:-4px;
}

header.standaard{
	max-height:calc(20% + 1px);
	height:calc(20% + 1px);
	background:#064893 url('../images/background-welkom.png') center center / 100% 100% no-repeat;
	overflow:hidden;
}

footer.standaard{
	padding:0 32px;
	top:87.166666666666667%;
	height:12.833333333333333%;
	background:#064893 url('../images/background-welkom.png') center center / 100% 100% no-repeat;
}

content{
	display:block;
	position: absolute;
	width: calc(100% - 58px);
	left:0px;
	z-index:2;
	padding:0px 32px;
}

.description, content > div{
	background:#fff;
	/*padding:32px;*/
	font-size: 2.5vh;
	line-height: 2.9vh;
	font-family: 'Roboto', sans-serif;
	display: table;
	color:#064893;	
	
}

content > div .column{
	/*display: inline-block;*/
	height:100%;
	display:table-cell;
	vertical-align: middle;
}

content > div .column:first-child{
	padding: 2.5vw 5.2083333333vw;
	/*width:54%;*/
}


#thema content > div .column:first-child{
	padding: 2.5vw 0vw 2.5vw 5.2083333333vw;
	width:54%;
}

content > div .column.spacer{/* 7,8125 */
	width:5%;
	background: url("../images/divider.svg") 50% 35% / 50% 50% no-repeat;
}
content > div .column:last-child{	
	width:41%;
	padding:29px;
}

content > div .column h3.kader{
	display:inline-block;
	color:#fff;
	font-family: 'Montserrat', sans-serif;	
	font-weight:900;
	padding:16px 28px;
	font-size:40px;
	background: url("../images/bg-title.svg") 100% 100% / cover no-repeat;
	margin:0px;
}

contents > divs .columns:last-child h3{
	display:inline-block;
	color:#fff;
	font-family: 'Montserrat', sans-serif;	
	font-weight:900;
	padding:16px 28px;
	font-size:31px;
	background: url("../images/bg-title.svg") 100% 100% / cover no-repeat;
	margin-bottom:0px;
}

content > div .column:last-child h3{
	font-family: 'Montserrat', sans-serif;	
	font-weight:900;
	padding:16px 28px;
	font-size:30px;
	color:#fff;
	background: url("../images/bg-title.svg") 100% 100% / cover no-repeat;
}
/*
	div.moeilijkheidsgraad h3{
	width:17.90625vw;
	height:4.5vw;
	text-align: center;
	font-family: 'Montserrat', sans-serif;	
	font-size:2.222916666666667vw;
	color:#fff;
	line-height:3.854166666666667vw;
	margin:0px;
}

*/
ol, content > div .column:last-child ul li{
	color:#064893;
	font-family: 'Roboto', sans-serif;
	font-size: 2.5vh;
	line-height: 2.9vh;
}

content > div .column:last-child ul{
	margin:21px 0 0 0;
	padding:0px;
}

li{
	list-style-type: none;
}

content > div .column:last-child ul li{
	list-style-type: none;
	line-height: 35px;
	margin-left:62px;
	margin-bottom:9px;
}

content > div .column:last-child  ul li:before{
   content: '';
   display: inline-block;
   sleft:0px;
   transform: translate(-62px, 8px);
   position: absolute;
   height: 35px;
   width: 41px;
   background: url("../images/check.svg") no-repeat;
}

#view-stop button{
	transform-origin: 0% 50%!important;
	border: none;
    width: 228px;
    height: 83px;
    position: relative;
    background: url(../images/view-controls-button-stop-bg.svg) no-repeat;
    font-size: 24.2px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
}
/*
	#modal button{
	border:none;
	width:11.875vw;
	height:4.322916666666667vw;
	position: relative;
	background:url('../images/view-controls-button-stop-bg.svg') no-repeat;
	font-size:1.260416666666667vw;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;	
	font-weight: 700;
	color: #fff;
}

#modal button span{
	transform: translateX(-15px);
	position: relative;
	display: inline-block;
}

#modal button:before{
	content:"";
	width:2.5vw;
	height:3vw;
	background:url("../images/view-controls-button-stop.svg") no-repeat;
	position: absolute;
	right:0px;
	top:-0.5vw;
	transform: translate(-1.3vw,50%);	
}
*/

#view-stop button span{
	transform: translateX(-15px);
	position: relative;
	display: inline-block;
}

#view-stop button:before{
	content:"";
	width:42px;
	height:40px;
	background:url("../images/view-controls-button-stop.svg");
	position: absolute;
	right:0px;
	top:0px;
	transform: translate(-16px,50%);	
}

#view-controls button{
	/*transform: translateX(-166px);*/
	border:none;
	width:228px;
	height:83px;
	position: relative;
	background:url('../images/view-controls-button-bg.svg') no-repeat;
	font-size:24.2px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;	
	font-weight: 700;
	color: #0b4a91;
}

#view-controls button.previous{
	margin-right:2.1875vw;
	transform-origin: 100% 50%!important;
}

#view-controls button:focus {
    outline: 0;
    filter: brightness(0.9);
    border: 0px;
}

#view-controls button.previous span{
	transform: translateX(15px);
	position: relative;
	display: inline-block;
}

#view-controls button.previous:before{
	content:"";
	width:25px;
	height:40px;
	background:url("../images/view-controls-button-arrow.svg");
	position: absolute;
	left:0px;
	top:0px;
	transform: translate(16px,50%) rotate(180deg);
}

#view-controls button.next{
	transform-origin: 0% 50%!important;
}

#view-controls button.next span{
	transform: translateX(-15px);
	position: relative;
	display: inline-block;
}

#view-controls button.timer[title='volgende']:before,
#view-controls button.next:before{
	content:"";
	width:25px;
	height:40px;
	background:url("../images/view-controls-button-arrow.svg");
	position: absolute;
	right:0px;
	top:0px;
	transform: translate(-16px,50%);
}

#view-controls button.timer{
	width:288px;
	height:83px;
	position: relative;
	background:url('../images/timer-controls-button-bg.svg') no-repeat;
}

#view-controls button.timer span{
	transform: translateX(-25px);
	position: relative;
	display: inline-block;
}

#view-controls button.timer[title='stop de tijd']:before,
#view-controls button.timer[title='start de tijd']:before{
	content:"";
	width:43px;
	height:48px;
	background:url("../images/timer-controls-timer.svg");
	position: absolute;
	right:0px;
	top:-9px;
	transform: translate(-16px,50%);
}

/***** WOORDVOERDERS *****/
header.woordvoerders{
	max-height:33%;
	height:33%;
	overflow:hidden;
}

footer.woordvoerders.Makkelijker,
header.woordvoerders.Makkelijker{
	background:#4e9a54 url('../images/background-woordvoerders-makkelijker.png') 100% 100% / cover  no-repeat;
}

footer.woordvoerders.Moeilijker,
header.woordvoerders.Moeilijker{
	background:#b23970 url('../images/background-woordvoerders-moeilijker.png') 100% 100% / cover  no-repeat;
}


footer.woordvoerders{
	padding:0 32px;
	top:87.69%;
	height:12.31%;
}

svg#woordvoerders{
	width:1674px;
	height:auto;
}

.svg-smalltitle{
	font-family: 'Doctor Soos';
	font-size:70px;
	letter-spacing:-2px;
}

.svg-title{
	font-family: 'Doctor Soos';
	font-size:90px;
	letter-spacing:-2px;
}

.svg-bigtitle{
	font-family: 'Doctor Soos';
	font-size:6.3vw;
	letter-spacing:-3px;
}

#woordvoerders h2, #thema h2 {
    color: #064893;
    font-size: 65px;
    font-family: 'Doctor Soos';
    margin-bottom: 0px;
    line-height: 5.5vw;
}

#discussie h1{
	color:#064893;
	font-size: 130px;
	font-family: 'Doctor Soos';
	margin:0px;
	line-height:110px;
}

#discussie h2{
	color:#064893;
	font-size: 70px;
	font-family: 'Doctor Soos';
	margin:0;
	line-height:110px;
}

#discussie h3{
	color:#064893;
	font-size:45px;
	font-family: 'Doctor Soos';
	margin:0px
}

/***** ALERT ****/
alert{
	display:block;
	font-family: 'Doctor Soos';
    font-size:40px;    
    /*transform: translateX(500px);*/
    margin:60px 0 0 110px;
}

alert:before{
	margin: 0px 16px 0 0;
    content:"";	    
    color:#fff;
    width:82px;
    height:83px;
    display: inline-block;
    text-align: center;
    margin:-20px 0 0 -110px;
    position: absolute;
}

alert.rood{
	color:#c72d1e;
}

alert.oranje{
	color:#f9b441;
}
	
alert.rood:before{
	background:url('../images/rode-alert.svg');
	
}

alert.oranje:before{
	background:url('../images/oranje-alert.svg');
}

.woord{
	font-family: 'Doctor Soos';
	color:#fff;
	background:transparent;
	position:absolute;
}

/***** SCOREBORD  *****/
#school{
	position: relative;
	width:1103px;
	height:813px;
	margin: auto;
	background: url('../images/scorebord.png') no-repeat;
	padding-left:18px;
}

#wrapper{
	width:calc(100% - 0px);
	height:100%;
	position: relative;
	vesrtical-align:bottom;
}
#portretten{
	width:1000px;
	height:220px;
	z-index:4;
	left:50%;
	transform: translate(calc(-50% + 10px),1px);
	position: absolute;
	background:url('../images/portretten.svg') no-repeat;	
}

.muur{
	position:relative;
	float:left;
	height:811px;
	display: flex;
	flex-direction: column-reverse;
}

.muur:nth-child(even){
	sbackground:rgba(0,255,255,.4)
}

.muur:nth-child(odd){
	sbackground:rgba(255,0,255,.4)
}

.muur > div{
	width:100%;
	margin-bottom:0px;
}

.score-controls{
	text-align: center;
	position:absolute;
	bottom:0px;
	transform: translateY(50%);
	z-index:3;
	width:100%;
	height:74px;
}


.score-controls button{
	border:none;
	display: inline-block;
	transform: translateY(-65%);
	width:68px;
	height:74px;
	background: url('../images/score-button-bg.svg');
	line-height: 70px;
	font-size:49.4px;
	font-family: 'Montserrat', sans-serif;	
	font-weight: bold;
	color: #0b4a91;
}

.score-controls button:first-child{
	margin-right:11px;
}

.hijskraan {
    display: none;
    width: 15vw;
    height: auto;
    position: absolute;
    top: 0%;
    transform: translate(1.041666666666667vw, 0%);
}

.hijskraan.firstload{
	display:block;
	animation: omhoog 8s normal forwards linear;
}

@keyframes omhoog{
    0% {
        opacity: 1;
        transform: translate(20px, 0%);
        position: absolute;
     
    }
	90% {
        opacity: 1;
        transform: translate(20px, 0%);
        position: absolute;
     
    }
    99% {
	    opacity: 0;
        transform: translate(20px, -100%);
    }
    
    100%{
	    opacity: 0;
    }
}

/***** KIES JE THEMAS ******/
div.smoeilijkheidsgraad{
	width:267px;
	display: inline-block;
	height:100%;
	vertical-align: top;
}
/*
div.moeilijkheidsgraad:first-child{
	margin-right:138px;
}
*/
div.moeilijkheidsgraad h3{
	width:17.90625vw;
	height:4.5vw;
	text-align: center;
	font-family: 'Montserrat', sans-serif;	
	font-size:2.222916666666667vw;
	color:#fff;
	line-height:3.854166666666667vw;
	margin:0px;
}

div.moeilijkheidsgraad.Makkelijker h3{
	background: url('../images/makkelijker.svg') 100% 100% / cover  no-repeat;
}	

div.moeilijkheidsgraad.Moeilijker h3{
	background: url('../images/moeilijker.svg') 100% 100% / cover  no-repeat;
}

div.moeilijkheidsgraad ul{
	margin:0px;
	padding:0px;
}

div.moeilijkheidsgraad ul li{
	list-style-type: none;
	padding: 8px 0;
	line-height: 1.2vw;
}

/***** HET SPEL ******/
.rol{
	width:168px;
	display:inline-block;
	font-family: 'Doctor Soos';
	font-size:51px;
	text-align: center;
	line-height: 50px;
}

.rol:not(:last-child){
	margin-right:42px;
}


/***** THEMA ******/
ol {
    margin:0px;
    padding:0px;
    list-style-type: none;
    counter-reset: listStyle;
}

ol li {
    margin-left: 1em;
    counter-increment: listStyle;
    margin: 0px 0px 30px 90px;
    padding: 0px;
    line-height: 4vh;
}
ol li::before {
    margin: 0 1.1em 0 -90px;
    content: counter(listStyle, upper-alpha);
    background:url('../images/ol.png');
    font-family: 'Doctor Soos';
    font-size:37.3px;
    position: absolute;
    line-height:52.3px; 
    color:#fff;
    width:48px;
    height:47px;
    display: inline-block;
    text-align: center;
}

.zandloper{
	position:relative;
	width:21.875vw;
	height:24.010416666666667vw;
}

.zandloper .afbeelding{
	width:100%;
	height:100%;
	position: absolute;
	z-index:2;
	transition: all .3s ease;

  	transform-origin: center;
}

.zandloper .afbeelding.loper.start{
	transform: rotate(-180deg);
}

.zandloper .afbeelding.loper{
	background:url('../images/zandloper.svg') no-repeat;
}

.zandloper .afbeelding.bel{
	background:url('../images/bel.svg') no-repeat;
	animation: schudden 0.55s cubic-bezier(.36,.07,.19,.97);
	-webkit-animation: schudden 0.55s cubic-bezier(.36,.07,.19,.97);
  	transform: rotate(0);
  	animation-iteration-count: 8;
  	animation-timing-function: linear;
  	transform-origin: center;
  	
  	-webkit-transform: rotate(0);
  	-webkit-animation-iteration-count: 8;
  	-webkit-animation-timing-function: linear;
  	-webkit-transform-origin: center;
  	
}

.zandloper-tijd{
	position: absolute;
	left:14.583333333333333vw;
	top:calc(50% - 4.2vw);
	width:11.25vw;
	height:11.25vw;
	border-radius: 50%;
	background:#064893;
	color:#fff;
	font-size:3.125vw;
	font-family: 'Doctor Soos';
	text-align: center; 
	line-height:11.458333333333333vw;
	z-index:3;
}

.zandloper-tijd.bel{
	color:#ff0000;
}

@keyframes schudden {
  30% {
     transform: rotate(-15deg);
     -webkit-transform: rotate(-15deg);
  }
  90% {
     transform: rotate(8deg);
     -webkit-transform: rotate(8deg);
  }
  100% {
     transform: rotate(0deg);
     -webkit-transform: rotate(8deg);
  }
}

#thema-nummer-bg{
	position: absolute;
    right: -1px;
    top: -1px;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 24.270833333333333vw;
	border-right-width: 0px;
	border-top-width: 24.270833333333333vw;
	z-index:2;
}

#thema-nummer{
	position: absolute;
	right:0px;
	top:0px;
	font-family: 'Doctor Soos';
    font-size:60px;
	width:14.0625vw;
	height:14.0625vw;
	color:#fff;
	text-align: center;
	z-index:3;
	line-height: 8.854166666666667vw;
}

#thema-nummer span{
	font-size:8.333333333333333vw;
	display: block;
	line-height: 20px;
}

/***** CHECKBOX ******/
.container {
  display: block;
  position: relative;
  padding-left: 56px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 27px;
  background:url("../images/checkbox.png") 0 0 / cover;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgba(6,72,147,.3);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 4px;
  top: -2px;
  width: 25px;
  height: 21px;
  background: url("../images/check-yellow.svg");
}


/****** #modalEN ******/
#modal-backdrop{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:3;
}

#modal{
	position: relative;
	width:56.5625vw;
	height:37.2916666667vw;
	margin:6vw auto 0 auto;
	z-index:4;
	padding:1.666666666666667vw;
	opacity: 1;
	transition: all .3s ease-in;	
}

#ssmodal{
	position: relative;
	width:1086px;
	height:716px;
	margin:6vh auto 0 auto;
	z-index:4;
	padding:32px;
	opacity: 1;
	transition: all .3s ease-in;
}
#modal .ng-scope{
	width:100%;
	height:100%;
}

#modal .ng-scope * div{
	padding:6vw;
}
#modal button{
	border:none;
	width:11.875vw;
	height:4.322916666666667vw;
	position: relative;
	background:url('../images/view-controls-button-stop-bg.svg') no-repeat;
	font-size:1.260416666666667vw;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;	
	font-weight: 700;
	color: #fff;
}

#modal button span{
	transform: translateX(-15px);
	position: relative;
	display: inline-block;
}

#modal button:before{
	content:"";
	width:2.5vw;
	height:3vw;
	background:url("../images/view-controls-button-stop.svg") no-repeat;
	position: absolute;
	right:0px;
	top:-0.5vw;
	transform: translate(-1.3vw,50%);	
}
/*

#modal{
	position: relative;
	width:1086px;
	height:716px;
	margin:6vh auto 0 auto;
	z-index:4;
	padding:32px;
	opacity: 1;
	transition: all .3s ease-in;	
	
	
#modal h1{
	color:#064893;
	font-size: 130px;
	font-family: 'Doctor Soos';
	margin:0px
}
*/
.kanskaart > div { 
    padding: 6vw 8vw 6vw 4vw;
}

#modal h1, .kanskaart h1 {
    color: #064893;
    font-size: 4.6875vw!important;
    font-family: 'Doctor Soos';
    margin: 0px;
}

#modal p {
    color: #064893;
    font-size: 1.3541666667vw;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0px;
}

#modal_wrapper{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:1;
}

#modal.ng-hide-remove{
	opacity: 0;
	transform: translateY(-100%)
}

#modal.ng-hide-remove-active{
	opacity: 1;
	transform: translateY(-0%)
}


#modal.ng-hide-add-active{
	opacity: 0;
	transform: translateY(-100%)
}


/***** ANIMATIONS *****/
#ui-view{
	width:100%;
	display: block;
	height: 100%;
	padding:0;
	overflow-y:auto;
	overflow-x: hidden!important;
}

#ui-view{
	position: relative;
}

#ui-view.ng-enter,
#ui-view.ng-leave{
	transition: all .4s ease;
  -webkit-transition:all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  opacity:0.5;
  position:absolute;
  opacity:0;
}

#ui-view.backwards.ng-enter{
  transform: translateX(-100%);	
}

#ui-view.backwards.ng-enter.ng-enter-active {
  transform: translateX(0%);
  opacity: 1;
}

#ui-view.backwards.ng-leave{
	transform: translateX(0%);
	opacity: 1;
}

#ui-view.backwards.ng-leave.ng-leave-active {
  transform: translateX(100%);
  opacity: 0;
}

#ui-view.forwards.ng-enter{
  transform: translateX(100%);	
}

#ui-view.forwards.ng-enter.ng-enter-active {
  transform: translateX(0%);
  opacity: 1;
}

#ui-view.forwards.ng-leave{
	transform: translateX(0%);
	opacity: 1;
}

#ui-view.forwards.ng-leave.ng-leave-active {
  transform: translateX(0%);
  opacity: 0;
}

.animateOnce {
    animation: splash 2s linear;
}

@keyframes splash {
    from {
        opacity: 0;
        transform: scale(0, 0) translate(0%, 0%);
        left:10%;
        top:30%;
        position: absolute;
     
    }
    25% {
        opacity: .25;
        transform: scale(.7, .7) stranslate(10%, 10%);
        left:20%;
        top:10%;
        position: absolute;
    }
    
    50% {
        opacity: .5;
        transform: scale(1.2, 1.2) stranslate(10%, 10%);
        left:70%;
        top:30%;
        position: absolute;
    }
    
    75% {
        opacity: .75;
        transform: scale(1.7, 1.7) stranslate(10%, 10%);	
        left:50%;
        top:80%;
        position: absolute;
    }
    to {
        transform: scale(1, 1) translate(0%, 0%);
    }
}


img.raadspel {
    	width: 70vh;
    	height: auto;
	    margin: 32px;
	}

@media only screen and (max-width: 1425px){
	
	#view-stop button {
		transform: scale(0.67);
	}
	#view-stop button:before {
    	transform: scale(0.85) translate(-16px,55%);
    }		
	#view-controls button {
	    transform: scale(0.67) translateX(0);
	}		
	.checkmark {
		height: 22px;
		width: 22px;
	}
	.checkmark:after {
	    left: 2px;
	    top: -2px !important;
	    width: 22px !important;
	    height: 19px !important;
	    background: url(../images/check-yellow.svg);
	}	
	ol li {
		line-height: 3vh !important;
	}
	.zandloper {
	    transform: scale(0.9);
	    z-index: 2;
	    margin-top: 15vh;
	}
	.column img.divider-thema {
		height: 27px !important;
	    width: inherit !important;
		margin: 25px 0 !important;
	}
	header.woordvoerders #bigtitle {
    	height: 19vh;
    	width: auto;
	}
	header.woordvoerders {
    	height: 25vh;
    }
	svg#woordvoerders {
    	height: 90%;
    	width: auto;
	}
	#woordvoerders content {
		top: calc(23vh - 1px) !important;
		height: calc(65vh + 1px) !important;
	}
	#woordvoerders h2, #thema h2 {
    	color: #064893;
    	font-size: 35px;
   	}
   	#stoppen div#view-stop {
    	padding: 0 !important;
	}
	#stoppen #view-stop button {
    	transform: scale(1) !important;
	}
	.container {
		display: block;
  		position: relative;
  		padding-left: 2.916666666666667vw;
  		margin-bottom: 0.520833333333333vw;
  		font-size: 1.195833333333333vw;
  	}
	.description, content > div {
    	font-size: 16px;
    	line-height: 22px;
	}
	
	#welkom content > div .column:first-child {
	    width: 44% !important;
	}
	content > div .column:first-child {
    	padding: 24px;
	    width: auto !important;
	}	
	content > div .column.opsommingen {
	    width: 56%!important;
	    padding: 29px 9px 29px 29px;
	}
	
	content > div .column.opsommingen div{
		margin-bottom:24px;
	}
	content > div .column h3.kader, content > div .column:last-child h3 {
    	padding: 15px 17px;
    	font-size: 19px;
    	margin-top: 0px;
	}
	content > div .column:last-child ul li {
    	line-height: 22px;
	}
	content > div .column:last-child ul li:before {
    	transform: translate(-30px, 8px);
		height: 19px;
		width: 23px;
	}
	
	div.moeilijkheidsgraad h3 {
	    width: 12.90625vw;
	    height: 4.814583333333333vw;
	    text-align: center;
	    font-family: 'Montserrat', sans-serif;
	    font-size: 1.822916666666667vw;
	    color: #fff;
	    line-height: 4.5vw;
	    margin: 0px;
	}
	
	div.moeilijkheidsgraad ul li {
    	list-style-type: none;
    	padding: 0.416666666666667vw;
    	line-height: 1.5vw!important;
	}
	
	.woord {
    	transform: scale(0.6);
	}
	
	ol, content > div .column:last-child ul li {
    	font-size: 14.5px;
    	margin-left: 29px;
	}

	alert {
    	font-size: 20px;
    	margin: 50px 0 0 55px;
	}

	alert:before {
	    margin: 0px 16px 0 0;
	    content: "";
	    color: #fff;
	    width: 41px;
	    height: 41px;
	    display: inline-block;
	    text-align: center;
	    margin: -10px 0 0 -55px;
	    position: absolute;
	}
	
	.rol {
		width: 80px;
	    font-size: 24px;
	    line-height: 31px;
	    padding-right: 12px;
	    margin-right: 0 !important;	    
	}
	.rol:not(:last-child) {
	    padding-right: 20px;
	}
	
	#score-container{
	    transform-origin: 50% 15%!important;
	    transform: scale(0.7) !important;
	}		
}
