body {
/*	background-color: #262626; */
	background-color: #fff;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}

h2 {
	font-size: 23px;
	color: #034676;
	font-weight:bold;
	font-style: italic;
}

h3, h4 {
	font-size: 20px;
	color: #0775c5;
	font-weight:bold;
}

h4 {
	font-size: 18px;
	font-weight: normal;
}

.full-width.color1,
.full-width_parent.color1{
	background-color: #a0c8ea;
}

.full-width.color2,
.full-width_parent.color2{
	background-color: #1363a8;
	color: #fff;
}

.full-width.color3,
.full-width_parent.color3 {
	background-color: #ffc107;
	color: #000;
}
.full-width.color4,
.full-width_parent.color4 {
	background-color: aliceblue;

}

.full-width.pad30,
.full-width_parent.pad30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.full-width_parent.pad30 .container {
	padding-left: 15px;
	padding-right: 15px;
}

.div50 {
	height:50px;
}
#banner_geld_lenen_kost_geld {
	width: 100%;
/*	display: none; */
}
#main-content {
	background-color: #333;
}
.container #main-content {
	background-color: #fff;
	position: relative;
    color: #333;
	padding-bottom: 20px;
    min-height: calc(100vh - 330px);
    padding: 15px;
	margin-top:10px;
}

.content-full {
	background-color: #262626;
	padding-top: 30px;
	padding-bottom: 30px;
}

.content-full .container {
}

body.common-home .content.container-fluid {
	background-color: #444;
	background-color: #fff;
}

nav#top {
	height: 70px;
	padding-top: 10px;
	background-color: #fff;
/*	border-bottom: 1px solid #676767; */
/*	background-image: linear-gradient(#111, #262626); */
	z-index: 9;
}

nav#top.sticky {
	box-shadow: 0 0 9px 3px #29292940;
	position: fixed;
	width: 100%;
}

#nav-spacer {
	height: 70px;
}

nav#top img.logo {
	height: 50px;
}

.navbar {
	margin-top: 0;
/*	background-image: linear-gradient(#262626, #444); */
	background-color: #034676;
}

.navbar img.logo {
	max-height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar.no-v-padding {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar ul {
	width: 100%;
}

.navbar ul li {
	min-height: 80px;
	line-height: 62px;
}
.navbar ul li a {
	font-weight: 300;
	color: #fff;
	border-top: 1px solid transparent;
}

.navbar:hover ul li a:hover {

}

.navbar ul li a:hover {
/*	background-color:#444;
	background-color:#ffd107;
	color: #fff;
	color: #333;
 */
	color: #ffc107;
	/* text-decoration: underline; */
	/*border-top: 1px solid #00c3ff; */
}

.navbar ul li a:hover img {
	background-color: #034676;
}
.navbar ul li:last-child {
/*
	width: 100%;
	text-align:right;
 */
}

.navbar ul li:last-child a {
/*	font-weight:bold; */
}

a.nav-link:focus {
	color: #eee;
}

a.nav-link.active {
	color: #00a1ff;
}

a.nav-link i.fa,
a.nav-link i.fas,
a.nav-link i.far {
	margin-left:12px;
}

.nav-item:first-of-type {
	padding-left: 0;
}
.nav-item {
	padding-left: 10px;
	padding-right: 10px;
}

.nav-item:last-of-type:before {
	border-right: 0;
}

.nav-item:before {
	content : "";
	position: absolute;
	right   : 0;
	bottom  : 0;
	top  	: 10px;
	height  : 50%;
	width   : 2px;  /* or 100px */
	border-right: 1px solid #666;
}
#menu.navbar {
	background-color: #fff;

}

.dd-menu {
	display:none;
	background-color: #fafbfc;
	background-color: #444;
	color:#fff;
	position: absolute;
	left: 0;
	width: 100%;
	height: 400px;
	padding-top:15px;
	top: 40px;
/*	box-shadow: 1px 1px 8px #cdcdcd; */
}

#system-alert {
	background-color: #b300ff;
	background-color: #ffc107;
	color: #fff;
	color: #000;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 0 9px 3px #29292940;
	text-align: center;
}

.alerts .alert:first-of-type {
	margin-top: 15px;
}

.alerts .alert {
	margin-bottom: 0;
}

.rainbow-line {
	height: 4px;
	width: 100%;
	background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
}

#banner_fp1 h1 {
	color: #333;
	font-size: 36px;
	font-weight: bold;
}

#banner_fp1 ul li {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	list-style-type: none;
	line-height: 60px;
	text-shadow: 1px 1px #333;
}

#banner_fp1 .fa-lg {
	font-size: 0.8em;
}

#banner_fp1 .fa.fa-inverse {
	color: #1363a8;
}

#banner_fp1 ul li span.text {
	text-shadow: 1px 1px #1363a8;
}

/* Frontpage */
.boxes {
	display: flex;
}

.box {
	width: calc(33.33% - 20px);
	min-height: 100px;
/*	border-radius: 10px; */
	background-color: #fff;
	background-color: #ffff99;
	color: #1363a8;
	margin-right: 15px;
	margin-left: 15px;
	font-style: italic;
	padding: 10px;
	color: #333;
	position: relative;
	padding-top: 40px;
}

.box .box_name_score {
	font-style: normal;
	position: absolute;
	top: 10px;
	font-weight: bold;
	width: calc(100% - 20px);
}

.box .review_name {
	color: #1363a8;
	font-weight: bold;
	float: left;
}

.box .review_score {
	float: right;
}

.box:first-child {
	margin-left: 0;
}

.box:last-child {
	margin-right: 0;
}

.table-responsive tr {
	border-color: #46637f;
	border-bottom: 1px solid #ddd;
}
.table-responsive tr:first-of-type {
	background-color: #ffc107;
}
#div_fp_lenen_tables table {
	width: 100%;
	background-color: #fff;
/*	border-radius: 10px; */
}

#div_fp_lenen_tables h3,
#top_rentes_row h3 {
	width: fit-content;
	background-color: #034676;
	padding: 10px 30px;
	color: #fff;
	margin-bottom: 0;
}

#top_rentes_row h3 {
	margin-bottom: 20px;
}
.table_note {
	font-size: 12px;
	font-style: italic;
	padding-left: 50px;
}

	/* Footer */
#copyright {
	text-align: left;
/*	padding: 0px 0px 20px 0px; */
	line-height: 50px;
	color: #ccc;
}

#logo_footer {
	margin-right: 20px;
}

footer {
	background-color: #0775c5;
	color: #fff;
	border-top: solid 5px #ffc107;
}

footer .container {
	padding-top: 20px;
}

#footer-bottom {
	background-color: #262626;
	background-color: #433e3e;
/*	border-top: 5px solid #034676; */
}

#footer-bottom .container {
	padding-top: 15px;
	padding-bottom : 15px;
	border-top: 1px solid #515e68;
}

footer hr {
	border-top: 1px solid #444;
}

footer .menu-heading {
    color: #fff;
    font-weight: bold;
	font-size: 19px;
}

footer ul {
	list-style: none;
	padding-inline-start: 0;
}

footer ul li a {
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover {
	color: #bac8d3;
	text-decoration: none;
}

footer .footer-bottom-link {
	line-height: 30px;
}

footer .footer-bottom-link a {
	color: #bac8d3;
	text-decoration: none;
}

footer .footer-bottom-link a:hover {
	color: #fff;
}

footer #footer-bottom-part2 {

}

footer #footer-bottom-part2 > div {
	padding: 0 8px;
	line-height: 50px;
	font-size: 13px;
}

footer #footer-bottom-part2 i {
	font-size: 6px;
	color: #444;
}
.footer-bottom-dot {
    display: none;
}
.footer-block hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

footer .footer-block ul li,
footer .footer-block ul li a {
	font-size: 17px;
	line-height: 32px;
}

footer .footer-block ul li i.fa {
	margin-right: 10px;
	font-size: 14px;
	color: #ffc107;
}

footer ul#footer_3rd {
	text-align: center;
}

footer ul#footer_3rd img.wwih_logo {
	width: 200px;
	margin-top: 20px;
}

footer ul#footer_3rd img {
	margin-top: 20px;
}

footer ul#footer_3rd li:first-child img {
	margin-top: 0;
	margin-bottom: 15px;
}

footer #afm_footer {
	font-size: 13px;
	text-align: center;
}
/**
 ** Content pages
 */

.top_banner {
	max-width: 100%;
	height: 350px;
	margin-bottom: 30px;
	border-top-right-radius: 500px;
}

h1.content-header {
	color: #0775c5;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	padding-bottom: 20px;
	position:absolute;
	left:30px;
	color:#fff;
	text-shadow: 2px 2px #333;
}

/**
 **  Error-not_found
 */
body.error-not_found .btn-error-page {
    color: #fff;
    background-color: #2b447d;
    border-color: #2b447d;
}

body.information-contact label {
	float: left;
}

body.information-contact div.form-group > div {
	float: right;
}

#menu .nav.navbar-nav {
	background-color: #0775c5;
}

.fp_image1 img {
	height: 400px;
	height: 320px;
}

body.information-contact ul.documenten {
	list-style: none;
	padding-inline-start: 0;
}

body.information-contact ul.documenten li a {
	font-size: 15px;
}

body.information-contact ul li i.fa {
	padding-right: 15px;
}

body.information-contact ul li a {
	text-decoration: none;
}

body.information-contact ul.documenten li img {
	height: 36px;
}
#banner_glkg {
	padding-bottom: 1px;
}

ul.no_bullets {
	list-style: none;
}

ul.ul_yellow {
	line-height: 60px;
}

ul.ul_yellow li span .fa:first-of-type {
	color: #ffc107;
}

.flex {
	display: flex;
}
.blocks2 {
	flex: 1;
	padding:0;
  }
.blocks2_p {
	flex: 0;
	min-width: 50px;
}
.background_image_image {
	margin-bottom: 40px;
	margin-top: 30px
}
.background_image_image img {
	max-width: 100%;
}
.background_image_image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 100%);
}

#top_rentes_row {
	margin-top: 30px;
	padding-bottom: 15px;
}

#reviews .container {
	position: relative;
}

#top_rentes_row .comment {
	margin-top: 15px;
	font-size: 0.65em;
	font-style: italic;
	color: #034676;
	margin-bottom: 0;
	padding-bottom: 0;
}

#reviews .logo_advieskeuze {
	position: absolute;
	top: -10px;
	right: 15px;
}

#reviews .logo_advieskeuze img {
	width: 130px;
}

#reviews h2 {
	margin-bottom: 20px;
}

#top_rentes {
	display: flex;
	justify-content: space-evenly;
}
.top_rente {
	width: fit-content;
	padding: 20px;
	background-color: #034676;
	border-radius: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}

.top_rente div {
	font-size: 12px;
}

.top_banner {
	height: auto;
}

footer .footer-block ul#ul_contact li:first-child {
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    footer #footer-bottom-part2 {
        display: flex;
        justify-content: center;
    }

	nav#top img.logo {
		height: 50px;
		border-right: 1px solid #666;
		padding-right: 20px;
	}

	.row.mobile {
		display: none;
	}

	#logo {
		display: initial;
	}

	#banner_glkg.mobile {
		display:none;
	}

	.full-width_parent {
		margin-left: calc(-100vw / 2 + 720px / 2);
		margin-right: calc(-100vw / 2 + 720px / 2);
	}
}

@media only screen and (min-width: 992px) {
	.full-width_parent {
		margin-left: calc(-100vw / 2 + 960px / 2);
		margin-right: calc(-100vw / 2 + 960px / 2);
	}
}

@media only screen and (max-width: 991px) {
	.nav-item.latest {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.full-width_parent {
		margin-left: calc(-100vw / 2 + 1140px / 2);
		margin-right: calc(-100vw / 2 + 1140px / 2);
	}

    footer #footer-bottom-part2 {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
    }

    footer #footer-bottom .container > div{
        display: flex;
        width: 100%;
    }

    .footer-bottom-dot {
        display: block;
    }
}

@media only screen and (min-width: 1400px) {
	.full-width_parent {
		padding: 20px;
		margin-left: calc(-100vw / 2 + 1320px / 2);
		margin-right: calc(-100vw / 2 + 1320px / 2);
	}
}

@media (min-width: 768px) {
	.table-responsive th, .table-responsive td {
		padding: 0.5em !important;
	}

	.table-responsive th, .table-responsive td {
		margin: 0.5em 1em;
	}

	.table-responsive th, .table-responsive td {
		display: table-cell;
		padding: 0.25em 0.5em;
/*		width: 23%; */
		text-align: center;
	}
}

@media (max-width: 768px) {
	.top_banner {
		height: auto;
	}

	.boxes {
		display: block;
	}

	.box {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
		margin-left: 0;
		margin-left: 0;
	}
	.box:first-child {
		padding-left: 15px;
	}

	.box:last-child {
		padding-right: 15px;
	}

	#div_fp_lenen_tables {
		display:none;
	}


	body.information-contact div.form-group > div {
		float: none;
	}
	#logo {
		display: none;
	}

	 .navbar ul li {
		text-align: center;
		 min-height: auto;
		 line-height: 38px;
	}
	.navbar ul li a {
		font-weight: 300;
		color: #fff;
		text-decoration: none;
		font-weight: bold
	}

	.navbar ul li:last-child {
		width: initial;
		text-align: center;
	}

	#menu.navbar {
		background-color: #0775c5;
		justify-content: initial;
	}
	#menu.navbar .btn {
		color: #fff;
	}
	#menu .btn-check:focus+.btn, .btn:focus {
		outline: 0;
		box-shadow: none;
	}

	#menu .btn.btn-navbar.navbar-toggle i.fa {
		font-size: 32px;
	}

	#logo_mobile {
		width: calc(100% - 55px);
		text-align: center;
	}

	#footer_3rd {
		margin-top: 50px;
	}

	.fp_image1 img {
		height: 100%;
		opacity: 0.15;
		width:100%;
	}
	ul.fp-banner1 {
		padding-left: 1em;
	}
	#banner_fp1 ul.fp-banner1 li {
		font-size: 19px;
	}

	#copyright {
		font-size: 15px;
	}

	.flex {
		display: block;
	}

	.full-width_parent {
		margin-left: initial;
		margin-right: initial;
	}

	#banner_glkg.desktop {
		display:none;
	}

	#top_rentes {
		flex-wrap: wrap;
	}
	.top_rente {
		margin: 10px;
	}

	#top_rentes_row h3 {
		margin: auto;
	}

	ul.no_bullets.ul_yellow {
		padding-left: 55px;
	}

	ul.no_bullets.ul_yellow li {
		text-indent: -55px;
		margin-left: 20px;
		line-height: 1.2em;
		margin-bottom: 30px;
	}

	ul.no_bullets.ul_yellow li .fa-stack {
		height: 20px;
	}

	#reviews h2 {
		margin-bottom: 10px;
	}
	#reviews .logo_advieskeuze {
		position: initial;
		margin-bottom: 20px;
		text-align: center;
	}

	#banner_fp1 ul li {
		text-indent: -45px;
		margin-left: 40px;
	}

	#banner_fp1 ul li:last-child {
		margin-top: 10px;
		line-height: 30px;
	}
}