html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #555;
	text-decoration: none;
}
a:hover .highlight {
	color: #555 !important;
}

.tekst {
	font-size:14px;
}
.titel {
	padding: 15px;
}
.formulier {
	font-size:15px; margin: 5px 0;;
}
.menu {
	font-size:13px; 
	letter-spacing:1px; 
	color:#333;
	text-align: center;
	min-width: 450px;
}
.menu a { 
	color:#333;	
	margin: 0 5px;
}
.link {
	font-size:15px;
}
body > .bottom {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
    font-size: 12px;
    color: #999;
    padding: 2em 0 10px;
    background: #EEE;
    margin-top: 2em;
}
.bottom a {
	color:#333;
}
table a {
	color:#333;
}
h1 {
	font-size:20px; font-weight:bold; 
}
.partners {
	background: #555;
	color: #f2f2f2;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	margin-bottom: 1em;
}
.partners a, .partners a:hover {
	color: #f2f2f2;
}
.partners span {
	margin: 0 5px;
}

.block {
	border: 1px solid #CCC; padding: 10px; background-color: #F2F2F2;
}


.highlight {
	color: #990000;
}

.numbers ul {
	padding-left: 15px;
}

.numbers li {
	list-style: none;
    padding: 5px 0;
}

.number {
    background: #999;
    border-radius: 38px;
    font-size: 44px;
    line-height: 40px;
    text-align: right;
    font-weight: 800;
    color: #F2F2F2;
    width: 38px;
    display: inline-block;
    height: 38px;
    padding-right: 2px;
    vertical-align: middle;
}

.ad {
	max-width: 320px;
}

.ad > div {
	width:300px; 
	height:600px; 
	margin: 0px 10px;
}

.custom-control-input:checked~.custom-control-indicator {
  background-color: #727b84!important;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important;
}

.help .btn {
    width: 204px;
    text-align: left;
}

.help .btn .material-icons {
    font-size: 50px;
    vertical-align: middle;
    color: #999;
    margin-left: 5px;
    line-height: 40px;
    float: right;
}

.downarrow {
	font-size: 5em;
	color: #777;
}

.forwardarrow {
	vertical-align: bottom;
}

.help-question
{
    font-size: 20em;
    font-weight: 900;
    text-align: right;
    color: #DDD;
    line-height: .8;
    text-shadow: rgba(150, 150, 150, 0.09) 10px 10px 7px;
}