./* html */
body {
	font-weight:300;
	font-size:15px;
	line-height:26px;
}

a {
	color:#0788c4;
}

.btn-danger {
	background: #e30057;
}

/* author */

.author .alignleft {
	margin-bottom:10px !important;
}
	

/*single content*/
.entry-content a {
	text-decoration:underline;
}

.entry-content a.btn {
	text-decoration:none;
}

p, span, li, ul, a, td, tr, table, label {
	font-weight:300;
	font-size:15px;
	line-height:23px;
}

  
h1, h2, h3, h4, h5 {
	font-weight:400;
	font-size:28px;
	color:#0788c4;
	margin-top:0px;
	font-style:normal !important;
	margin-top:20px;
	margin-bottom:15px;
}

h2 {
	font-size:28px;
	font-weight:500;
}

h3 {
	font-size:22px;
}

h4 {
	font-size:20px;
}

h5 {
	font-size:18px;
}

strong {
	font-weight:500;
}

.img-left, .alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-bottom: 12px;
}

.img-right, .alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 12px;
}

/* nav */

.navbar-white {
	background-color: white !important;
}

.navbar-brand {
	font-size:24px !important;
	color:black !important;
	padding-top:0.7rem;
	padding-bottom:0.7rem;
    color: #333;
}

.navbar-dark .navbar-nav .nav-link {
	color:white;
}


/* breadcrumb */

.bread {
	background:whitesmoke;
}

.archive .bread {
	border-bottom:1px solid #e3e1e1;
}

.breadcrumb {
	padding: 5px 0px 5px 0px;
    color: #0788c4;
    border-radius: 0px;
    background:whitesmoke;
    margin:0px;
}

.breadcrumb ol {
	padding:5px 0px;
	margin-bottom:0px;
}

.breadcrumb li {
	list-style:none;
	display:inline-block;
	color:#0788c4;
}

.breadcrumb a {
	color: #0788c4 !important;
}


/*ondernav*/

.pink {
	background: #0788c4;
	color:white;
	padding-top:10px;
	padding-bottom:1px;
}

.quote p {
	font-size:20px;
	margin-top:5px;
}

.pink form {
	position:relative;
}

.fa-search {
	position:absolute;
	top:12px;
	right:12px;
	color:#4e3164;
}


/* header image */

.headerimage {
	overflow:hidden;
	position:relative;
	text-align:center;
	
}

.headerimage img.size-header{
	width:100%;
	height:auto;
	position:absolute;
	left:0px;
	z-index:-1;
}

.headerimage h1 {
	font-size:32px;
	font-weight:400;
	color:white;
	margin-top:15px;
	text-shadow: 1px 1px 2px #383C3D;
	padding:25px;
}

.headerimage h1 span {
	font-weight: 700;
    font-size: 37px;   
    color:white !important; 
}

/* apps */

.app {
	width:100%;
	background:whitesmoke;
	border-radius:5px;
	max-width:350px;
	margin: 15px auto;
}

.app h3 {
	margin:0px;
	padding:10px;
	width:100%;
	background:#191919;
	color:white;
}

.app .logo {
	background:white;
	text-align:center;
	padding:10px;
}

.app ul {
	padding:20px 20px 0px 20px;
	text-align:left;
}

.app li {
	list-style:none;
}

.app .logo img {
	height:33px;
	width:auto;
	display:block;
	margin: 20px auto;
}

.app .out {
	padding:20px;
}

.app .btn {
	width:100%;
}


.app .fa-thumbs-up {
	background:none;
	color:#333;
	margin:0px;
	padding:6px;
}

.app .review {
	color:#555;
	font-size:13px;
	text-decoration: underline;
}

.app .review:hover {
	color:black;
}

.white {
	color:white;
	font-size:16px;
	padding:10px;
	border:1px solid white;
	display: block;
	width:200px;
	margin: 20px auto 35px auto;
}

.white:hover {
	background:white;
	color:#333;
	text-decoration:none;
}
/* intro p */

.intro, .intro a {
	font-size:17px;
	text-align:center;
}

/* Uitgelichit */

.uitgelicht h2 {
	text-align:center;
}

.uitgelicht ul {
	padding:0px;
	margin:0px;
}

.uitgelicht li {
	list-style:none;
}

.uitgelicht li a {
	color:#333;
}

.uitgelicht .image {
	position:relative;
}

.uitgelicht .icon {
	position:absolute;
	bottom:0px;
	left:0px;
	padding:10px;
	font-size:30px;
	line-height:35px;
	color:white;
	background:#0788c4;
    min-width: 55px;
    text-align: center;
}

.uitgelicht img {
	width:80%;
	height:auto;
}

.uitgelicht a {
	text-decoration:underline;
}

.uitgelicht a:hover {
	color:#0788c4;
	text-decoration:none;
}
/* Artikelen overzicht */

.artikelen {
	background:whitesmoke;
}

.artikelen h2 {
	text-align:center;
}

.artikelen .onderwerp {
	margin-top:10px;
}

.artikelen ul {
	padding: 12px 20px;
}

.artikelen ul li {
	list-style: none;
}

.artikelen ul li a {
	border-bottom: 1px solid whitesmoke;
    width: 100%;
    display: block;
    padding-bottom: 12px;
    padding-top: 12px;
    color: black;
	font-size: 16px;  
}

.artikelen h5 {
	margin: 0px 0px 10px 0px;
}

.artikelen img {
	width:100%;
	height:auto;
}

.artikelen h5 a{
	background: #0788c4;
    padding: 10px;
    font-size: 18px;
    display: block;
    color: white;
}

.artikelen .excerpt {
	background:white;
	padding:15px;
}

.artikelen .button {
	text-align:center;
}

.onderwerp .relative-url {
	position: relative;
}

.onderwerp .relative-url h5 {
	position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    width: 90%;
    padding: 2% 5%;
}

.onderwerp .relative-url a:hover h5{
	text-decoration: underline;
	color: whitesmoke;
}

.onderwerp .titelborder h2 {
	font-weight: 600;
    border-bottom: 3px solid;
    display: inline-block;
    font-family: inherit !important;
    line-height: 40px; 
    margin-bottom: 0;   
    font-size: 23px;
}

.onderwerp .titelborder h2 {
	font-size: 20px;
}

.onderwerp .titelborder h2:hover {
	color: #2b95cd;
	border-color: whitesmoke;
}

.onderwerp .titelborder h2 {
	font-size: 20px;
}

.onderwerp .titelborder h2:hover {
	color: #2b95cd;
	border-color: whitesmoke;
}

.onderwerp .titelborder {
	position: relative;
	display: inline-block;
	line-height: 0;
}

.onderwerp .topblok {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(28,28,28,.07);
    letter-spacing: -.02em;
    font-size: 18px;
    line-height: 40px;  
    margin-bottom: 20px;  
}

.onderwerp .topblok {
	margin-bottom: 8px;  
}

.onderwerp .relative-url .overlay-gradient {
	width: 100%;
	height: 100%;
	position:absolute;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+29,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.88) 99%, rgba(0,0,0,0.88) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.88) 99%,rgba(0,0,0,0.88) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.88) 99%,rgba(0,0,0,0.88) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.onderwerp .onderwerp-blokje {
	background: white;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}

.btn-more {
    width: 100%;
    margin-top: 11px;
    color: #000;
}

/* tekst */

.tekst img {
	width:100%;
	height:auto;
	margin-top:20px;
}

/* footer */

footer h4 {
	color:white;
	padding-bottom:5px;
}

footer .icon {
	display: inline;
    float: left;
    margin-right: 10px;
    font-size: 42px;
}

footer .home {
	font-weight:500;
}

footer {
	padding-top:30px;
	padding-bottom:30px;
	background:#0788c4;
	color:white;
	font-weight:100;
}

footer ul {
	padding-left:0px;
}

footer ul li {
	list-style:none;
}

.articles {
	padding-left:0px;
}

.articles li {
	list-style:none;
    clear: both;
    margin-bottom: 12px;
    min-height: 40px;
    line-height: 20px;
}

.articles li a {
	    line-height: 20px;
}

.articles img {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
	margin-right:10px;
	margin-bottom:10px;
	    float: left;
}

.onderfooter {
	background:#075b8a !important;
	padding:10px;
	color:white;
	text-align:center;
	font-size:14px;
}

.onderfooter a, footer a{
	color:white !important;
}

footer a.btn {
	color: #222 !important;
}

/* sidebar */
.single-sidebar .top5 h3 {
	color:#333;
}

.single-sidebar .top5 .articles li a {
	background:white;
	padding: 10px 13px;
	color:#333;
	display:block;
	position:relative;
	border-radius:4px;
	text-decoration:none !important;
	border:1px solid white;
}

.single-sidebar .top5 .articles li a:hover {
	border:1px solid #0788c4;
}

.single-sidebar .top5 .articles li span {
	display:block;
	font-size:18px;
	margin-left:0px;
}

.single-sidebar .top5 .stars {
	margin-top:5px;
	margin-bottom:5px;
}

.single-sidebar .top5 .articles img {
	position: absolute;
    right: 0px;
    top: 10px;
    width: 60px;
    height: 60px;
}

.single-post .single-sidebar .top5.well {
	margin-top:-10px;
}

.single-post .top5 {
	position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

/* btn-primary */

.btn-primary, .btn-primary:visited {
	background:#fb1056;
	border-color: #fb1056;
}

.btn-primary:hover, .btn-primary:active {
	background:#e3084a;
	border-color: #e3084a;
}


.top10item .btn {
	width: 100%;
	margin-bottom: 10px;
}

.top10item .btn-light {
	border: 1px solid #cccccc;
}


/* archive */


.archive .btn-archive {
	margin-bottom: 10px;
}

.single .news ul li a {
	color: #428bca !important;
	font-size:14px;
	font-weight: 400;
}

.single .news ul li a:hover {
	color: #2a6496 !important;
}

.news h3 a{
	font-size:20px;
}

.news_item {
	background: whitesmoke;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom:20px;
    padding-right:10px;
    padding-left:10px;
}

.news_item img{
	width:100%;
	height: auto;
}

.news_item:after {
    display: table;
    content: " ";
    clear:both;
}

.news_item .terms {
	margin-bottom:5px;
}

.news_item h2.news_title_blog {
	margin-bottom:5px;
	margin-top:0px;
}

.news_item h2.news_title_blog a {
	font-size:24px;
	font-weight:400;
	color:#565656;
}

.news_item .news_span {
	font-size: 15px;
	color:grey;
	font-style:italic;
}

.news_item .fa {
	font-size:14px !important;
	margin-right:5px;
}

.news_title {
	font-size:16px;
	display: inline-block;
	color:#333;
	font-weight: 300;
	width: 100%;
}

.side_image {
	border-radius:5px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 12px;
    vertical-align: top !important;
}

/* single */

.single .entry-content img {
    border: 1px solid grey;
    padding: 5px;
    border-radius: 5px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.img-artikelen {
    margin-bottom: 15px;
    max-width:100%;
    height:auto;
}

.category .content {
	margin-top:0px;
}

.single .thumbnail {
    padding: 30px;
}

.single .entry-content img{
	max-width:100%;
	height:auto;
}

.single .img-screenshot {
	width:240px;
	height:auto;
}

.btn-100 {
	width:100%;
	clear:both;
	margin-top:20px;
}

/* sidebar */

.single-sidebar .clear {
	clear:both;
}

.single-sidebar .sticky {
	position:sticky;
	position: -webkit-sticky;
	top:0px;
	background:#ffeaff;
	padding:10px;
	z-index:1;
	margin-bottom:10px;
}

.single-sidebar .sticky strong {
	font-weight:700;
}

.single-sidebar .app .logo img {
	width: 60%;
    display: block;
    margin: 10px auto;
    height: auto;
}

.single-sidebar .app {
	border:1px solid black;
	text-align:center;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

.single-sidebar .app .out {
	margin-top:-30px;
	padding:10px;
}


/* Navigation */

.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 4px;
}

.page-numbers > li {
  display: inline;
}

.page-numbers > li > a,
.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
  background-color: #eeeeee;
}

.page-numbers a.current,
.page-numbers span.current,
.page-numbers a.current:hover,
.page-numbers span.current:hover,
.page-numbers a.current:focus,
.page-numbers span.current:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.page-numbers > .disabled > span,
.page-numbers > .disabled > a,
.page-numbers > .disabled > a:hover,
.page-numbers > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.prevnext {
	width:100% !important;
}

.prevnext .previous {
	float:left !important;
}

.prevnext .next {
	float:right !important;
}


/* single */
.entry-content, .entry-content p, .entry-content li, .entry-content ul, .entry-content td, .entry-content a, .entry-content span {
	font-size:16px;
	line-height:30px;
}

.entry-content a.btn-lg {
	font-size:1.25rem;
}

.entry-content h2 {
	margin-top:35px;
	margin-bottom:25px;
	vertical-align: top;
	display:block;
}

.entry-content h3, .entry-content h4 {
	font-size:22px;
	margin-top:30px;
	margin-bottom:20px;
}

.entry-content p {
	margin-bottom:25px;
}

.entry-content ul {
	margin-bottom:35px;
}

.entry-content ul ul{
	margin-bottom:0px;
}

.entry-content .news ul li a {
	font-size:16px;
}


.entry-content .badge {
	font-size:14px;
}

/* single apps er in */


.single .screens {
	margin-bottom:20px;
	border: 1px solid lightgrey;
}

.single .icon {
	border-radius:4px;
}

.single .voordelen, .single .nadelen {
	background:#f3fbf5;
	padding:15px;
}

.single .nadelen {
	background:#fef4f3;
}

.single .voordelen ul, .single .nadelen ul {
	padding:0px;
	margin:0px;
}

.single .voordelen li, .single .nadelen li {
	list-style:none;
}

.waarom {
	padding:20px;
	margin-bottom:20px;
	font-size:20px;
	margin-top: 0px;
}

.waarom strong {
	margin-bottom:15px;
	display:block;
	font-size: 22px;
}

.waarom ul {
	margin:0px;
	padding:0px;
}

.waarom li {
	list-style:none;
	font-size:16px;
	margin-bottom:8px;
	font-size: 18px;
}

.waarom .btn-danger {
	margin-bottom:5px !important;
}

.fa-hand-point-right {
	padding: 6px;
    margin: 5px;
    border-radius: 30px;
    color: white;
    background: #155724;
}

.waaromtop10 .fa-hand-point-right {
	background: #0788c4;
}

.single-zakelijk .btn-mobile {
	display:none;
}

.type-post .fa-thumbs-up {
	padding:6px;
	margin:5px;
	border-radius:30px;
	color:white;
	background:#74ce9d;
}

.fa-thumbs-down {
	padding:6px;
	margin:5px;
	border-radius:30px;
	color:white;
	background:#e99f8a;
}


.stars {
	background: url('img/starsbg.png');
	height:25px;
	width:123px;
	display:inline-block;
	position:relative;
	margin-bottom: -5px;
    margin-left: 5px;
}

.stars .width {
	position:absolute;
	max-width:123px;
	background: url('img/stars.png');
	height:25px;
	top:0px;
	left:0px;
}

/* backtotop */
.backtotop {
	z-index:30000;
	position:fixed;
	background:#075b8a;
	padding: 8px 13px;
    right: 20px;
    bottom: 20px;
    border-radius: 24px;
    color:white;
    display:none;
}

.backtotop:hover {
	background:#0788c4;
	color:white;
}

.size-app_autoheight, video {
	width:30%;
	border:1px solid lightgrey;
	border-radius:4px;
}

.top10head h1 {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.top10head p {
	margin-bottom: 20px;
	padding-bottom: 15px;
	color: #fff;
}

.waaromtop10 {
	padding: 0;
	margin:0;
}

.waaromtop10 li {
	font-size: 14px;
	margin-bottom: 0;
}

.top10item .badge {
	font-size: 15px;
}

.top10item {
	background: white;
	border: 15px solid whitesmoke;
	position: relative;
}

.top10item .stars {
	margin-bottom: 10px;
	margin-top: 4px;
}

.top10item h2.news_title_blog a {
	font-size: 30px;
    font-weight: 700;
    color: #0788c4;
}

.zondermargin {
	margin-bottom: 0;
}

.top10number {
	position: absolute;
    background: #0788c4;
    color: #fff;
    left: -50px;
    top: 26px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 500;
    padding: 8px 0px 0px 0px;
    text-align:center;
}

.post-type-archive-review .news {
	padding-top: 15px;
}

.btn-light {
	margin-bottom: 20px;
    margin-top: 0px;
    background:whitesmoke;
}

/* promo */
.promoitem {
	background:whitesmoke;
	border-radius:4px;
	margin-bottom:10px;
	text-align:center;
}

.promoitem img {
	width:80px;
	height:auto;
	margin:0px;
}

.promoitem h4 {
	margin:10px 0px 10px 0px;
}

/* plus & min */

.plusmin {
	margin-bottom:20px;
}

.plusmin .plus {
	background: #f3fbf5;
    padding: 15px;
    border-radius:5px;
}

.plusmin .min {
	background:#fef4f3;
	padding: 15px;
    border-radius:5px;
}

.plusmin h2 {
	margin-top:10px;
}

.plusmin ul {
	margin:0px;
	padding:0px;
}

.plusmin ul li {
	list-style:none;
	font-size:14px;
	line-height: 20px;
	display: flex;
    flex-direction: row;
    align-items: center;
}

.plusmin ul li .fas {
	padding: 5px 5px 5px 5px;
	border-radius: 100%;
	color:white;
	background:#e99f8a;
	margin: 10px 8px 10px 0;
}

.plusmin ul li .fa-plus-circle {
	background: #74ce9d;
}

.plusmin strong {
	    margin-bottom: 10px;
    display: block;
}

/* modal */
.modal {
	text-align:center;
}

.modal-header {
	margin-bottom: -60px;
}

.modal-body .logo img {
	border:1px solid #e9ecef;
	margin-bottom: 10px;
	background:white;
	padding:10px;
}

.badge-pill {
	font-size:14px;
}

.border-top td {
	border-top:4px solid darkgrey !important;
}

td {
	white-space:nowrap;
}

td.title {
	white-space: normal;
}

.btn-outline-dark, .btn-outline-primary, .btn-dark,  .btn-warning {
	margin-right:5px;
	margin-bottom:5px;
	padding: 3px 5px;
}
/* responsive */

@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 991px) {
	p, span, li, ul, a, td, tr, table, label { font-weight:300; font-size:14px; line-height:22px; }
	/*onderheader*/
	.quote p { font-size:14px; }
	/*footer*/
	.latest { display:none; }
	
	/*header*/
	.headerimage img { display:none; }
	.headerimage { height:auto; background:url('https://www.leningreview.nl/wp-content/uploads/2020/11/foto-1024x750.jpg'); }
	.app .logo img { height: 33px; width: auto; }
	.app-3 { display:none; }
	
	/* waarom */
    .single-zakelijk .waarom li { font-size: 16px; }
    
    /* sidebar */
    .single-post .single-sidebar .top5.well { margin-top:20px; }
    
    /* vaste button */
    .single-zakelijk .btn-mobile { display:block; position:fixed; bottom:0px; left:0px; width:100%; border-radius:0px; padding: 13px; z-index: 10000; }
	.single-zakelijk .backtotop { bottom:80px; }

}

@media screen and (max-width: 767px) {
	/* onderheader */
	.quote p { display:none; }
	.pink { padding-top:7px; padding-bottom:7px; }	
	/*tussenkopje*/
	.app-3 { display:block; }
	
	/*footer*/
	footer .col-md-4 { margin-bottom:20px; }
	footer .footermenu { margin-bottom:-10px !important; }
	/* archive image */
	.archive .news_item img { width: 120px; float: none !important; margin-right: 10px; }
	.card-deck { display: none; }
	
	/* homepage images width */
	.home .tekst img { width:150px; margin:0 auto; }
	
	/* uitgelicht */
    .uitgelicht { text-align:center; } 
    .uitgelicht .deel { margin-bottom:30px; }
    .uitgelicht .image { text-align:center; } 
    .uitgelicht img { width:120px; height:auto; }
    .uitgelicht .icon { left:15%; }
  	.top10item h2.news_title_blog a { font-size: 24px; }
	.top10item .badge { font-size: 12px; }
	.top10item .starswidth { width:100%; }
	.top10number { z-index: 99; top: 0px; left: -15px; }
	.top10logo { border-top: 4px solid whitesmoke; border-bottom: 4px solid whitesmoke; text-align: center; background: whitesmoke; margin: -16px -36px 16px -16px; padding-top: 5px; padding-bottom: 10px; max-width: none; width: calc(100% + 32px); }
    .top10item { padding: 0; }
    .archive .top10item img { width: 78px; }
    .top10buttons { display: block; float: none; margin-top:14px; margin-bottom: 10px; margin-left: 0; }
    
    /* promo */
    .promoitem { padding:10px; }
    .promoitem img { float:left; }
}