:root {
  --basiskleur1: #10438A;
  --basiskleur2: #cf0c12;
}

html, body {
	font-family: 'Roboto', Arial;
	overflow-x:hidden;
	position:relative;
	min-height:100vh;

}

body {
	padding-bottom:20px;
}

a {
	color:#0056B3;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

body a:focus {
  outline: 2px solid blue;
}

body button:focus, body .btn:focus, body .form input:focus {
  outline: 3px solid var(--basiskleur1);
  outline-offset: 3px;
  box-shadow:none;
}

nav {
	height:90px;
	padding:23px;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	z-index:999;
	width:100%;
	top:0;
}

nav .topbarbtn {
	color:var(--basiskleur1);
	text-transform:uppercase;
	padding: .375rem 1rem;
	display:inline-block;
}

nav .btn {
	color:var(--basiskleur1);
	border:1px solid var(--basiskleur1);
	border-radius:20px;
	text-decoration:none;
}


nav .logo {
	max-height:38px;
	max-width:100%;
}

nav .gemeente {
	display: block;
    height: auto;
    margin: 0 auto;
    margin-top: -6px;
}

nav .hamburger {
	float:right;
	height:24px;
	width:30px;
	cursor:pointer;
	position:relative;
	display:block;
	overflow:hidden;
	transition:.3s;
	-webkit-transition:.3s;
	background:none;
	border:0;
	padding:0;
	margin-top:9px;
}
nav .hamburger .line {
	width:30px;
	height:4px;
	position:absolute;
	background:var(--basiskleur1);
	transition:.3s;
	-webkit-transition:.3s;
}
nav .hamburger .line.l1 { top:5px; }
nav .hamburger .line.l2 { top:10px; }
nav .hamburger .line.l3 { top:15px; }

nav .hamburger:hover {
	cursor:pointer;
}
nav .hamburger.opened .line.l1 { transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); top:11px;  }
nav .hamburger.opened .line.l2 { transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); top:11px; }
nav .hamburger.opened .line.l3 { transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); top:11px;  }

nav .submenu {
	display:none;
	width:calc(100% + 20px);
	margin-top:7px;
	margin-left:-10px;
}

nav .submenu a {
	display:block;
	padding:10px 25px;
	color:#ffffff;
}

.row-eq-height {
  display: flex;
}

.full-height {
	flex:1;
}

.bg-blue {
	background-color: var(--basiskleur1);
}

.bg-dblue {
	background-color: #014c83;
}

.bg-grey {
	background-color: #fcfcfc;
}

.bg-white {
	background-color: #ffffff;
}

.no-padding {
	padding-left:0;
	padding-right:0;
}

.fill-image {
	object-fit: cover;
	max-width:100%;

}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: var(--basiskleur1);
    border-color: var(--basiskleur1);
}

.border-primary {
    border-color: var(--basiskleur1)!important;
}

h1 {
	color:var(--basiskleur2);
}


h1 .dot {
	width:20px;
	height:20px;
	border-radius:20px;
	display:inline-block;
	margin:0px 0px 0px -30px;
	background-color:var(--basiskleur2);
	position:relative;
	overflow:visible;
	animation:setLine 1s 1;
	-webkit-animation:setLine 1s 1;
}
h1 .dot.unset {
	animation:none;
	-webkit-animation:none;
}
h1 .dot .line {
	width:0px;
	transition:.7s;
	-webkit-transition:.7s;
	position:absolute;
	right:20px;
	height:2px;
	background-color:var(--basiskleur2);
	top:calc(50% - 1px);
}

h1.challenge {
	color:var(--basiskleur2);
}

h2 {
	color:var(--basiskleur2);
	margin-top:40px;
	font-size:20px;
}

h2 .dot {
	width:20px;
	height:20px;
	border-radius:20px;
	display:inline-block;
	margin:0px 0px 0px -30px;
	background-color:var(--basiskleur2);
	position:relative;
	overflow:visible;
	animation:setLine 1s 1;
	-webkit-animation:setLine 1s 1;
}
h2 .dot.unset {
	animation:none;
	-webkit-animation:none;
}
h2 .dot .line {
	width:0px;
	transition:.7s;
	-webkit-transition:.7s;
	position:absolute;
	right:20px;
	height:2px;
	background-color:var(--basiskleur2);
	top:calc(50% - 1px);
}

h2.challenge {
	color:var(--basiskleur2);
}

h3 {
	color:#000000;
	text-align:center;
}

@keyframes setLine {
	0% { box-shadow:0px 0px 0px 0px rgba(0,140,203, 1); }
	100% { box-shadow:0px 0px 0px 30px rgba(0,140,203, 0); }
}
@-webkit-keyframes setLine {
	0% { box-shadow:0px 0px 0px 0px rgba(0,140,203, 1); }
	100% { box-shadow:0px 0px 0px 30px rgba(0,140,203, 0); }
}

.logobar {
	margin-top:58px;
}

.logos {
	margin:10px 0;
}

.logobar img {
	margin:10px;
}

.skiplink {
	position:absolute;
	left:20px;
	top:20px;
	color: #fff;
  	background-color: var(--basiskleur1);
  	border-color: var(--basiskleur1);
  	padding:0;
  	text-decoration:none;
  	display:inline-block;
  	border-radius:0.25rem;
  	width:0;
	height:0;
	clip: rect(1px,1px,1px,1px);
}

.skiplink:hover {
	color:#ffffff;
	text-decoration:none;
}

.skiplink:focus {
	width:auto;
	height:auto;
	clip:auto;
	padding:5px 15px;

}

section {
	padding:50px 0;
}

section#intro,
section#login,
section#register,
section#forgot-password {
	padding:0;
}

section#breadcrumb {
	padding:50px 0 25px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	section#login,
	section#register {
		padding:0;
	}
}

section#login .fill-image,
section#register .fill-image,
section#forgot-password .fill-image {
	background-color: #001620;
}

.intro-image {
	margin-top:100px;
}

.intro-phrase {
	font-weight:bold;
	color:var(--basiskleur1);
	margin-top:0;
	text-align:center;
	font-size:30px;
}

.intro-phrase-big {
	font-weight:bold;
	color:var(--basiskleur1);
	margin-top:100px;
	text-align:center;
	font-size:38px;
}




.btn-intro {
	font-weight:bold;
	font-size:30px;
	width:250px;
	border-radius: 30px;
	text-align:center;
	background-color:var(--basiskleur2);
	text-transform: uppercase;
	padding:8px 16px;
	display:block;
	color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	margin-bottom:20px;
	z-index: 2000;
  	position: relative;
  	text-decoration:none;
}

.btn-intro:hover {
	text-decoration:none;
	color:#ffffff;
}

.afbeelding-zijkant { /* wcag */
	width:100%;
	background-position:center;
	background-size:cover;
	height:calc(100vh - 134px);
	text-align:center;
}

.afbeelding-zijkant img {
	max-width:460px;
}

@media (min-width: 768px) and (max-width: 991.98px) {

	section#intro {
		background-size:auto 100%;
	}


	.intro-image {
		margin-top:100px;
	}

	.btn-intro {

	}
}

@media (min-width: 576px) and (max-width: 767.98px) {

	section#intro {
		background-size: auto 100%;
	}

	.intro-phrase {
		font-weight:bold;
		color:#ffffff;
		margin-top:0;
		text-align:center;
		font-size:26px;
	}


	.intro-image {
		margin-top:50px;
	}

	.btn.btn-intro {
		font-size:26px;
	}
}

@media (max-width: 575px) {

	section#intro {
		background-size: auto 100%;
		height:100vh;
	}

	.intro-phrase {
		font-size:20px;
	}

	.intro-phrase-big {
		font-size:28px;
	}

	.btn.btn-intro {
		font-size:18px;
	}
}

section#dashboard-video {
	padding-top:0px;
}

section#lesson-video {
	padding-top:0px;
}

.playvlak {
	height:80%;
	margin-top:20px;
	padding:20px;
	padding-left:150px;
	background-repeat:no-repeat;
	background-position:20px center;
	cursor:pointer;
	background-image:url(../images/play.png);
	border-radius: 20px;
	background-color:#0a343d;
	width:100%;
	border:2px solid #fff;
}

.playvlak:focus {
	outline:2px solid white;
	outline-offset:6px;
}

.playvlak h3 {
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	font-size:40px;
}

.playvlak p {
	color:#ffffff;
	text-transform:uppercase;
}

@media (max-width: 767px) {
	section#dashboard-video .container-fluid{
		padding-top:30px;
	}

	section#lesson-video .container-fluid{
		padding-top:30px;
	}
}

@media (min-width: 768px) {
	.v-center {
		position: absolute;
		  top: 50%;
		  transform: translateY(-50%);
	}
}

.tabs {
	margin-top:20px;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	box-sizing: border-box;
	white-space:nowrap;
	display:flex;
	flex-direction:row;
}

.tabs .tab {
	width:calc(50% - 2px);
	padding:10px 0 10px 20px;
	text-align:left;
	 box-sizing: border-box;
	 display:inline-block;
	 border: 1px solid #fff;
	 border-bottom:1px solid #ddd;
	flex:1;
}

.tabs .tab.activetab {

	background-color:#fcfcfc;
	color:var(--basiskleur1);
	font-weight:bold;
	border: 1px solid #ddd;
	border-bottom:0px;
}

.form {
	padding:20px 0;
	background-color:#fcfcfc;
	text-align:center;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
border: 1px solid #ddd;
border-top:0px;
}

.form a {
	color:var(--basiskleur1);
}

@media (min-width: 768px) and (max-width: 991.98px) {

	.form {
		padding:15px 0;
	}
}

.form input {
	text-align:center;
	border-radius:20px;
	border:1px solid #000000;
	display:block;
	padding:10px;
	width:74%;
	margin-left:13%;
	margin-bottom:10px;
}


.form input[type="submit"]{
	width:50%;
	margin-left:25%;
	margin-top:20px;
	color:#ffffff;
	text-transform:uppercase;
	background-color:var(--basiskleur1);
	font-weight:bold;
}

.form input.error {
	border:2px solid #AD1616;
}

.form .agree_container {
  width: 74%;
  margin-left: 13%;
  margin-bottom: 10px;
}

.form .agree_container.error {
	border:2px solid #AD1616;
	border-radius:20px;
}

.login-phrase {
	position:absolute;
	text-align:center;
	top:400px;
	left:0;
	right:0;
	font-weight:bold;
	color:#ffffff;
	margin-top:0;
	text-align:center;
	font-size:28px;
	text-shadow: 2px 2px #000000;
}

.login-phrase-mobile {
	position:relative;
	font-size:22px;
	color:#000000;
}

#feedback.active {
	color:#AD1616;
	border:2px solid #AD1616;
	padding:10px;
	text-align:center;
	width: 74%;
  	margin-left: 13%;
  	margin-top:20px;
  	margin-bottom:20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.login-phrase {
		font-size:22px;
	}
}

.login-intro {
	margin-top:40px;
}

.login-intro a {
	color: #004794;
}

@media (max-width: 991.98px) {

	.login-intro {
		margin-top:20px;
	}
}


.welkom {
	background-color:darkgreen;
	color:#ffffff;
	padding:15px;
	border-radius:20px;
}

.redbar {
	background-color:var(--basiskleur2);
	height:0px;

}

.btn-lesson {
	border-radius: 20px;
	text-align:center;
	color:#ffffff;
	text-transform: uppercase;
	font-weight:500;
	padding:8px 16px;
	display:inline-block;
	width:100%;
	text-decoration:none;
	font-size:16px;
	position:absolute;
	bottom:15px;
	margin-top:20px;
	width:calc(100% - 40px);
}

.btn-lesson:hover {
	color:#ffffff;

}

.btn-niveau {
	border-radius: 20px;
	text-align:center;
	color: var(--basiskleur1);
	text-transform: uppercase;
	font-weight:500;
	padding:8px 16px;
	display:inline-block;
	width:220px;
	border:2px solid var(--basiskleur1);
	background-color:#ffffff;
	margin:0 25px;
	cursor:pointer;
}

.btn-niveau.actief {
	position: relative;
	color:#ffffff;
	background-color:var(--basiskleur1);
}

.btn-niveau.actief:before {
	content:"";
	position:absolute;
	top:calc(50% - 5px);
	left:15px;
	width:10px;
	height:10px;
	background-color:#ffffff;
	border-radius:50%;
}

.gevorderd-waarschuwing {
	display:none;
}

#gevorderd {
	display:none;
}

.poweredby img {
	margin-top:50px;
	max-width:100%;
}

.btn-start {
	background-color:var(--basiskleur2);
}

.btn-continue {
	background-color:#024C83;
	color:#ffffff;
}


.btn-completed {
	background-color:#007500;
}

.btn-opnieuw {
	background-color:#007500;
}

.card {
	margin-top:40px;
	border-radius:0px;
	border:0px;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	min-height: calc(100% - 40px);
	min-height: calc(100% - 40px);
  padding-bottom: 50px;
}

.card .card-text {
	min-height:100px;
}

#header-video {
	width:100%;
	height:550px;
	padding:0;
	position:relative;
}

#header-video .header-image {
	object-fit:cover;
	width:100%;
	height:550px;
	margin-top:0px;
}


#header-image {
	width:100%;
	height:400px;
	padding:0;
	position:relative;
}


#header-image .header-image {
	object-fit:cover;
	width:100%;
	height:400px;
	margin-top:0px;
}



.quiz-card {
	border-radius:10px;
	display:none;
	padding-bottom:0;
}

.quiz-card:first-of-type {
	display:block;
}

.quiz-card .card-header {
	background-color:var(--basiskleur2);
	color:#ffffff;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	font-size:18px;
	font-weight:500;
}

.quiz-card h3 { /* wcag */
	font-size:18px;
	color:#ffffff;
	text-align:left;
	margin-bottom:0;
}

.quiz-card ul {
	list-style:none;
	padding-left:0;
	margin-left:-30px;
	margin-bottom:20px;
}

.quiz-card ul li {
	padding:10px;
	border-radius:20px;
	border:1px solid #000000;
	font-size:14px;
	margin-bottom:10px;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
	cursor:pointer;
}

.quiz-card ul li:focus {
	outline: 2px solid var(--basiskleur1);
	outline-offset: 3px;
}

.quiz-card ul li.selected {
	background-color:var(--basiskleur1);
	color:#ffffff;
}

.quiz-card ul li label {
	margin:0;
	pointer-events:none;
}
.quiz-card ul li input {
	visibility:hidden;
	height: 0;
	float:left;
}

.quiz-card .card-img {
	border-bottom-left-radius:10px;
	object-fit: cover;
    height: 100%;
}


.progression {
	position:absolute;
	bottom: 18px;
  right: 130px;
  width: 100px;
  height: 40px;
}

.progress-number {
	display:inline-block;
	height:40px;
	vertical-align: bottom;
	margin-right:20px;
}


.progress-number span { /* wcag */
	font-weight:bold;
}

.progress {
	display:inline-block;
  width: 40px;
  height: 40px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.progress-icon {
	background-image:url(../images/hacker@2x.png);
	background-size:cover;
	width:20px;
	height:20px;
	margin:10px;
}

.tryagain, .nextquestion, .revideo {
	margin-top:20px;
	border-radius:20px;
	cursor:pointer;
}

.btn-submit {
	margin-top:20px;
	background-color:#2CCDE6;
	color:#ffffff;
}

.btn.answer {
	margin-bottom:20px;
	border-radius:20px;
}

.score-card {
	border-radius:10px;
}

.score-card .card-header {
	background-color:var(--basiskleur2);
	color:#ffffff;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	font-size:18px;
	font-weight:500;
}

.score-card .card-body {
	border-radius:10px;
}

.card-body-correct-answer, .card-body-wrong-answer {
	display:none;
	margin-bottom: 50px;
}

#profiel {
	margin-top:58px;
}

.list-group p {
	margin:0;
}

.status {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:5px;
	background-color:red;
}

.status.afgerond {
	background-color:green;
}

.btn-profiel {
	width:150px;
	color:#ffffff;

}

#privacy {  /* wcag */
	margin-top:58px;
	margin-bottom:58px;
}

#privacy section { /* wcag */
	padding:0;
}

#videoModal {
	padding:30px;
}

#videoModal .modal-dialog {
	max-width:800px;
	width:auto;
	margin: 1.5rem auto;
}

#videoModal .modal-content {
	border:0;
}

#videoModal .btn-close {
	margin-top:20px;
	background-color:var(--basiskleur2);
	color:#ffffff;
	border-radius:20px;
	cursor:pointer;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer {
	background-color:var(--basiskleur2);
	color:#ffffff;
	padding:10px;
	text-align:center;
	width: 100%;
	position: absolute;
	bottom: 0;
	margin-top:20px;
}

.footer a {
	color:var(--white);

	font-size:12px;
}

.noconsent {
	display:block;
	text-align:center;
	margin-top:28%;
	color:#000000;
}

#cookieconsent {
	position: fixed;
	font-size:14px;
	width:500px;
	height:250px;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	z-index:9999;
	border-top:1px solid #eee;
	background-color:#ffffff;
	text-align:center;
	padding:25px;
	max-width:100%;
}

#cookieconsent button {
	background-color:#007500;
	color:#ffffff;
	border-radius:5px;
	border:0;
	padding: 5px 15px;
}

#cookieconsent .close {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

#cookieconsent .close:after{
  display: inline-block;
  content: "\00d7";
}

@media (max-width: 575.98px) {

	nav {
		height:auto;
		padding:5px;
	}

	nav .gemeente {
		height:auto;
		margin-top:5px;
		max-height:30px;
	}

	h1 {
		font-size:28px;
		margin-left:30px;
	}

	.login-phrase-mobile {
		margin-left:0;
	}

	#header-video {
		height:250px;
	}

	#header-video .header-image {
		height:250px;
	}

	#header-image {
		height:150px;
	}

	#header-image .header-image {
	   height:150px;
  	}

	.card {
	    margin-top: 15px;
   	}

   	.quiz-card ul {
	    margin-left: 0;
	}

	section {
	    padding: 50px 0 20px 0;
	}

	.playvlak {
		background-size:100px;
		background-position: center 20px;
		padding-left:20px;
		padding-top:140px;
	}

	.playvlak h3 {
		font-size:20px;
		text-align:center;
	}

	.justify-content-center {
		display:block !important;
	}

	.justify-content-center .btn {
		width:calc(100% - 50px);
		margin-bottom:10px;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {

	nav {
		height:auto;
		padding:5px;
	}
	nav .container {
		max-width:100%;
	}
	nav .gemeente {
		height:auto;
		margin-top:5px;
	}
	p {
		font-size:13px;
	}

	.card {
	    margin-top: 30px;
   	}

	.card-text {
		min-height:200px;
	}

	.btn {
		font-size:14px;
	}

	#header-video {
		height:400px;
	}

	#header-video .header-image {
		height:400px;
	}

	#header-image {
		height:250px;
	}

	#header-image .header-image {
	   height:250px;
  	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	nav .topbarbtn  {
		font-size: 12px;
		margin-top:5px;
	}

	nav .gemeente {
		height:auto;
		margin-top:5px;
	}

	.card-text {
		min-height:200px;
	}

	#header-image {
		height:250px;
	}

	#header-image .header-image {
	   height:250px;
  	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {

	.card .card-text {
		min-height:120px;
	}

}

#preview {
	image-rendering: crisp-edges;
	width:100%;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
}

#preview canvas {
	width:100%;
	height:100%;
}

#htmldata {
	position: relative;
	left:-99999px;
}

#htmldata p {
	margin-top:1em;
	margin-bottom:1em;
}

.sheet {
  margin: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  page-break-after: always;
}


#htmldata .A4.landscape .sheet {

  width: 300mm;
  height: 210mm;
  position:absolute;
}

.regel1 {
	position:absolute;
	width:100%;
	top:80mm;
	text-align:center;
	font-size:20px;
	z-index:10;
}

.regel2 {
	position:absolute;
	width:100%;
	top:83mm;
	text-align:center;
	font-size:50px;
	font-weight:bold;
	z-index:10;
}

.regel3 {
	position:absolute;
	width:100%;
	top:125mm;
	text-align:center;
	font-size:20px;
	z-index:10;
}


.img-background {
	position:absolute;
	top:0;
	bottom:0mm;
	left:0mm;
	right:0;
	width:297mm;
	height:210mm;
}



#certificaat-share .container-fluid {
	background-color:#f7f7f7;
}

#certificaat-share img {
	width:100%;
}

#certificaat-download .container-fluid {
	background-color:#f7f7f7;
	padding:30px 0;
}

#certificaat-download img {
	width:172px;
	height:172px;
}

#download {
	background:none;
	border:0;
}


.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em 0;
  width:19%;
}


.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}


.btn-danger {
	background-color: var(--basiskleur2);
    border-color: var(--basiskleur2);
}