/*==========  Mobile First Method  ==========*/
@font-face {
    font-family: 'Adabi';
    src: url('../fonts/AbadiMT-Condensed.woff2') format('woff2'),
        url('../fonts/AbadiMT-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adabi';
    src: url('../fonts/AbadiMT-CondensedExtraBold.woff2') format('woff2'),
        url('../fonts/AbadiMT-CondensedExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Adabi';
    src: url('../fonts/AbadiMT-CondensedLight.woff2') format('woff2'),
        url('../fonts/AbadiMT-CondensedLight.woff') format('woff');
    font-weight: light;
    font-style: normal;
}
/*==========  Mobile First Method  ==========*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #08568e;

}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #ed1b67;
}
::selection {
  color: white;
  text-shadow: none;
  background: #ed1b67;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Adabi', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}	
a {
	color: #ed1b67;
}
a:hover {
	color: #08568e;
	text-decoration: none;
}
.scrollToTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	background-color: #ed1b67;
	color: #ffffff;
	text-align: center;
	
}
.scrollToTop i, .scrollToTop i:before{
	line-height: 45px;
}
.scrollToTop:hover, .scrollToTop:active, .scrollToTop:focus  {
	background-color: #08568e;
	color: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
}

.btn.btn-primary, .badge.badge-primary {
    color: #fff;
    background-color: #ed1b67;
    border-color: #ed1b67;
	white-space: normal;
}
.btn.btn-primary:hover {
    color: #fff;
    background-color: #08568e;
    border-color: #08568e;
}

.btn.btn-blauw {
    color: #fff;
    background-color: #08568e;
    border-color: #08568e;
	white-space: normal;
	border-radius: 0;
	text-transform: uppercase;
}
.btn.btn-blauw:hover {
    color: #fff;
    background-color: #ed1b67;
    border-color: #ed1b67;
}
.btn.btn-info {
    background-color: #08568e;
    border-color: #08568e;    
}
.btn.btn-info:hover {
    color: #fff;
    background-color: #ed1b67;
    border-color: #ed1b67;
}
.alert {
	border-radius: 0;
}
.alert.alert-danger {
	color: #08568e;
	border-color: #dc3545;
}
.alert-info {
    color: rgba(8,86,146,1.2);
    background-color: rgba(8,86,146,0.2);
    border-color: rgba(8,86,146,1.2);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-radio .custom-control-input:checked~.custom-control-label::before{
    background-color: #08568e;
}


.alert-cc {
    padding-left:10%;
    border:none;
 }
.alert-cc:before {
    content: "\f0e5";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size:200%;
    left:2%;
    position:absolute;
    top:-10px;
 }

.w-5 {
  width: 5%
}
.w-10 {
  width: 10%
}
.w-15 {
  width: 15%
}
.w-20 {
  width: 20%;
  overflow: hidden;
}
.w-30 {
}
.w-40 {
  width: 40%;
}
.w-55 {
  width: 55%
}
table.fixed-layout {
  table-layout:fixed;/* will switch the table-layout algorythm */
}
table.table-sm {
    font-size: 80%;
}
table.table .thead-dark  th {
    background-color: #08568e;
    border-color: #08568e;
}

/*/////////////////////////////
HEADER
/////////////////////////////*/

#header  {
	background-color: rgba(255,255,255,1);
	border: none;
	border-bottom: 4px solid #08568e;
	border-radius: 0;
	transition: all 1s;	
}
#header + div {
    padding-top: 85px;
}    
#vv #header + div {
    padding-top: 110px;
}
#vv #header + div.mijnlinkd {
    padding-top: 160px;
}

#backoffice #header + div{
    padding-top: 110px;
}
/*/////////////////////////////
Hoofdmenu
/////////////////////////////*/
#header .navbar-brand img {
    max-height: 60px;
}
#header .navbar-nav .nav-item{
	border-radius: 5px;
}
#header .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 15px;
	padding: 6px 12px;
	border-radius: 5px;
	color: #08568e;
	font-weight: 600;
}


#header .navbar-nav .nav-link:hover, #backoffice  #header .navbar-nav .nav-link:hover {
	color:	#ed1b67;
}
#header .navbar-nav .nav-item.active .nav-link, #backoffice #header .navbar-nav .nav-item.active .nav-link {
    color:	#ed1b67;
}    
#header .navbar-nav .bg-focus .nav-link, #header .navbar-nav .bg-focus.active .nav-link {
	background-color: #ed1b67;
	color: #ffffff;
}
#header .navbar-nav .bg-focus .nav-link:hover {
	background-color: #08568e;
	color: #ffffff;
}
#hoofdmenu {
	//display: block !important;
}
/*/////////////////////////////
Submenu
/////////////////////////////*/
#header #mijnlinkd > div > div{
    border-top: 1px solid rgba(8,86,142,0.6);
    padding-top:10px;
}


#header #mijnlinkd .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 5px;
	color: #08568e;

	font-weight: 600;
}
#header #mijnlinkd .navbar-nav .nav-link:hover {
	color:	#ed1b67;
}
#header #mijnlinkd .navbar-nav .nav-item.active .nav-link {
    color:	#ed1b67;
}  

#header #mijnlinkd .navbar-nav .bg-focus .nav-link {
	background-color: #ed1b67;
	color: #ffffff;
	
}
#header #mijnlinkd .navbar-nav .bg-focus .nav-link:hover {
	background-color: #08568e;
	color: #ffffff;
}


/*/////////////////////////////
SLIDER / HOOFDAFBEELDING
/////////////////////////////*/
#hoofdafbeelding {
	position: relative;
	height: 400px;
}
#vv #hoofdafbeelding {
	height: 435px;
}

#hoofdafbeelding .item {
	position: relative;
    height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}

#vv #hoofdafbeelding .item {
    height: 350px;
}    	
#hoofdafbeelding .carousel-caption {
	padding-bottom: 5px;
    width: 525px;
    max-width: 87.5%;
	bottom: 30px;
	left: 15px;
	right:auto;
	text-align: left;
	color: #000000;
}

#hoofdafbeelding .carousel-caption h2{
	margin: 0;
	color: #ed1b67;
	font-size: 28px;
	
}
#hoofdafbeelding .carousel-caption h1{
	margin-top: 0;
	color: #08568e;
	font-size: 28px;
	text-transform: none;
}
#hoofdafbeelding .carousel-caption .btn{
    text-transform: uppercase;
}
#hoofdafbeelding .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 100%;
}
#hoofdafbeelding .owl-nav .owl-prev  {
	position: absolute;
	left: 10px;
	padding: 6px 12px;
}	
#hoofdafbeelding .owl-nav .owl-next  {
	position: absolute;
	right: 10px;
	padding: 6px 12px;
}
#hoofdafbeelding .owl-nav .owl-prev.disabled, #hoofdafbeelding .owl-nav .owl-next.disabled {
	display:none;
}

#hoofdafbeelding .owl-nav .owl-prev:hover, #hoofdafbeelding .owl-nav .owl-next:hover {
	background-color: #08568e;
}

#hoofdafbeelding .owl-dots {
	position: absolute;
	bottom: 15px;
	bottom:-30px;
	width: 100%;
}	
#hoofdafbeelding .owl-dots .owl-dot span{
	background: #ffffff;
	border:1px solid #08568e;
}
#hoofdafbeelding .owl-dots .owl-dot.active span, #hoofdafbeelding .owl-dots .owl-dot:hover span {
    background: #ed1b67;
}

/*/////////////////////////////
SLOGAN
/////////////////////////////*/
#slogan h2 {
    text-transform: none;
}
#slogan h3 {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 22px;
}

/*/////////////////////////////
CONTENT 
/////////////////////////////*/
#content {
	margin-bottom: 30px;
}
#content .blokken {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 2;
}
#content .blokken .blok >div{
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: rgba(0,0,0, 0.05);

}		
#content .blokken .blok .card-body {
	padding: 0px 30px 20px 30px;
}
#content .blokken .blok.info .card-body {
	padding: 20px 30px 20px 30px;
	color: #08568e;
}
#content .blokken .blok h3.card-title {
	text-transform: uppercase;
	font-size: 35px;
	padding: 20px 30px; 
	color: #08568e;
	margin: 0;
}
#content .blokken .blok.daarom .card-title {
	padding: 20px 60px; 

}
#content .blokken .blok h1  {
    font-size: 35px;    
}
#content .blokken .blok h4  {
	text-transform: uppercase;
	font-size: 25px;
	color: #ed1b67;
	margin-bottom: 0;
	margin-top: 45px;

}
#content .blokken .blok.info #diensten {
	margin-top: 15px;
}
#content .blokken .blok.info #diensten > .dienst{
	line-height: 1.4;
}
#content .blokken .blok.info #diensten > .dienst > div {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #08568e;
	padding: 5px;
	font-size: 14px;
}
#content .blokken .blok.info #diensten > .dienst i.fa{
	font-size: 78px;
	color: #ed1b67;
	margin-bottom: 5px;
}
#content .blokken .blok .list-group-item, #content .klanten-diensten .blok .list-group-item {
	background: none;
	padding: 8px 30px
}
#content .blokken .screen {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: scroll;
    position: relative;
    height: 345px;
}
#content .blokken .screen .over{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(64,64,64,0.5);
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 9px;
}
#content .blokken .screen i{
	font-size: 52px;
	margin-bottom: 5px;
}
#content .blokken .screen:hover .over{
	opacity: 1;
}

#content .blokken .screen .over .stretched-link {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}


#content ul.daarom, #content .daarom ul {
	list-style:none;
	padding: 0;
	text-align: left;
	line-height: 1.4;
}
#content ul.daarom>li, #content .daarom ul>li{
	display: block;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 5px;
	font-size: 15px;
	min-height: 45px;
}
#content ul.daarom>li:before, #content .daarom ul>li:before{
	font-family: FontAwesome;
	//content: "\f055";
	content: "\f067";
	position: absolute;
	left: -40px;
	color: #ed1b67;
	font-size: 22px;
	line-height: 1;
}
#diensten ul.daarom, #diensten .daarom ul {
	list-style:none;
	padding: 0;
	text-align: left;
	line-height: 1.4;
}
#diensten ul.daarom>li, #diensten .daarom ul>li{
	display: block;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 5px;
	
	min-height: 30px;
}
#diensten ul.daarom>li:before, #diensten .daarom ul>li:before{
	font-family: FontAwesome;
	content: "\f067";
	position: absolute;
	top: 2px;
	left: -23px;
	color: #ed1b67;
	font-size: 18px;
}
#content #over-ons h1 {
    position: relative;
    margin-bottom: 45px;
}
#content #over-ons h1:after{
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 105px;
    content: "";
    display: inline-block;
    border-bottom: 4px solid #08568e;
}
#content #over-ons blockquote {
    
    max-width: 100%;
    font-size: 20px;
    font-weight: 600;
}

/*/////////////////////////////
merken 
/////////////////////////////*/
#merken {
     background-color: #08568e;   
}

#merken .blokken .blok >div{
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: rgba(0,0,0, 0.05);

}
.blok.merken .card-body {
	padding: 30px 30px 10px 30px;
}
.blok.merken .row > .merk{
	line-height: 1.4;
}
 .blok.merken .row > .merk > div {
	//background-color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #08568e;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blok.merken .row > .merk img {
	max-height: 100px;
	max-width: 80%;
}
/*/////////////////////////////
Aanmelden
/////////////////////////////*/
#content .blokken .blok.blauw >div {
    background-color: #08568e;
    color: #ffffff;
}
#content .blokken .blok.blauw >div h1, #content .blokken .blok.blauw >div h2,#content .blokken .blok.blauw >div h3,#content .blokken .blok.blauw >div h4,#content .blokken .blok.blauw >div h5,#content .blokken .blok.blauw >div h6 {
        color: #ffffff;
}
#content.aanmelden .blok.merken .card-body{
    padding: 30px 30px 10px 30px;
}

.forminfo {
    position: absolute;
    right: -20px;
    line-height: 1.5;
}


/*/////////////////////////////
Diensten
/////////////////////////////*/
#diensten {
	background-color: #08568e;
	color: #ffffff;
	font-size: 18px;
	line-height: 2;
}
#diensten a {
    color: #ffffff;
    font-weight: 800;   
    text-decoration: underline;
}
#diensten a:hover {
    color: #ffffff;
    opacity: 0.85;
}
#diensten h2 {
    position: relative;
    padding: 0px 30px 10px 30px;
}

#diensten h2:after {
    display: block;
    position: absolute;
    bottom: -0px;
    left: 48%;
    left: calc(50% - 52.5px);
    width: 105px;
    content: "";
    display: inline-block;
    border-bottom: 4px solid #ffffff;
}

#diensten hr {
    border-top: 1px solid rgba(255,255,255,.8);
}
.tijdlijn {
    overflow: hidden;
}
.tijdlijn .teksten .item {
    padding-right: calc(3.5vw + 31px);
    position: relative;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.tijdlijn .teksten .item.pt-1 {
    padding-top: 20px !important;
}
.tijdlijn .teksten .item.pt-2 {
    padding-top: 40px !important;
}
.tijdlijn .teksten .item.pt-3 {
    padding-top: 60px !important;
}
.tijdlijn .teksten .item.pt-4 {
    padding-top: 80px !important;
}



.tijdlijn .teksten .item h5 {
    position: relative;
    font-size: 22px;
    line-height: 22px;
    flex-shrink: 0!important;
    padding-right: 25px;
    text-align: right;
}
.tijdlijn .teksten .item h5:after {
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    bottom: 0;
    content: "\f111";
    right: -1px;
    width: 10px;
    text-align: center;
    display: block;
    line-height: inherit;
}
.tijdlijn .teksten .item p {
    position: relative;
    color: rgba(255,255,255,0.4);
    line-height: 1.4;
    font-size: 14px;
    padding-right: 25px;
    padding-left: 10px;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
    text-align: right;
    padding-bottom: 13px;
}
.tijdlijn .teksten .item p:after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    display: block;
    right: -2px;
    border-right: 4px dotted #ffffff;
}
.tijdlijn .stappen {
    position: relative;
    margin-top: -72px;
    
}
.hex {
    background-image: url('../images/hex.png');
    background-size: cover;
    height: calc(7vw / 52 * 60);
    width: 7vw;
}

.tijdlijn-mobiel .hex {
    height: calc(20vw / 52 * 60);
    height: 23vw;
    line-height: 23vw;
    width: 20vw;
    margin: 0 auto;
}

.hex img{
     max-width: 65%;   
}
.hex.wit {
    background-image: url('../images/hex_wit.png');
}
.hex.blauw {
    background-image: url('../images/hex_blauw.png');
}
.hex.roze {
    background-image: url('../images/hex_roze.png');
}

.hex.mb-1 {
    margin-bottom: 20px !important;
}
.hex.mb-2 {
    margin-bottom: 40px !important;
}
.hex.mb-3 {
    margin-bottom: 60px !important;
}
.hex.mb-4 {
    margin-bottom: 80px !important;
}
.lijn {
  content:"";
  display: block;
  position: absolute;
  top:0%;
  height: 100%;
  width:100%;
  
}
.lijn:after {
content:"";
position:absolute;
top: 25%;
left: 45px;
border-bottom:5px solid #ffffff;
  width: calc(100% - 45px);
  transform: rotate(-3.5deg);
  transform-origin: 100% 100%;
}
/*/////////////////////////////
Call 2 action 
/////////////////////////////*/
#c2a {
	background-color: #08568e;
	color: #ffffff;
	font-size: 18px;
	line-height: 2;
}


/*/////////////////////////////
contact 
/////////////////////////////*/
#contact {
	margin-bottom: 30px;
	color: #08568e;
}
#contact .blokken {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 2;
}
#contact .blokken .blok >div{
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: rgba(0,0,0, 0.05);

}	
#contact .blokken .blok h2 {
	text-transform: uppercase;
	font-size: 28px;
	color: #ed1b67;
	margin-bottom: 0;
}	
#contact .blokken .blok .card-body {
	padding: 0px 30px 20px 30px;
}

#contact .blokken .blok h3.card-title {
	padding: 20px 30px 20px 30px;
	text-transform: uppercase;
	font-size: 25px;
	color: #08568e;
	margin-bottom: 0;
	position: relative;
	margin-bottom: 30px;
}

#contact .blokken .blok h3.card-title:after {
    display: block;
    position: absolute;
    bottom: -0px;
    left: 30px;
    width: 105px;
    content: "";
    display: inline-block;
    border-bottom: 4px solid #08568e;
}


#contact .blokken .blok h4  {
	text-transform: uppercase;
	font-size: 25px;
	color: #ed1b67;
	margin-bottom: 0;
	margin-top: 45px;
}

#contact .blokken .blok  .adres {
	line-height: 1.4;
}

#contact .blokken .blok  .medewerkers h4 {
	color: #08568e;
	font-size: 18px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
#contact .blokken .blok  .medewerkers a {
	color: #08568e;
	font-size: 18px;
}	

/*/////////////////////////////
copyright
/////////////////////////////*/
#copyright {
    background-color: #08568e;
    color: #ffffff;
}    
#copyright  a {
	color: #ffffff;
	display: inline-block;
	margin-right: 10px;
}
#copyright .ondermenu a:after {
	content: '|';
	padding-left: 10px;
}
#copyright a:hover {
	color: #ed1b67;
}
#copyright .ondermenu a:hover:after {
	color: #08568e;
}
#copyright .ondermenu a:last-of-type:after {
	content: '';
}
#copyright .download {
    margin-bottom: 65px;
}
#copyright .download img {
    margin-top: 5px;
    height: 35px;
}
/*/////////////////////////////
Dashbaord
/////////////////////////////*/
.omzet-tabel small {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(8,86,142,0.8);
    color: #ffffff;
    padding: 5px 8px;
    line-height: 1;
}
.omzet-tabel .label{
    font-size: 42px;
}    
.omzet-tabel .huidig {
    min-height: 150px;
}
.omzet-tabel .huidig h2{
    color: #ed1b67;
    font-size: 42px;
}

.omzet-tabel .overig {
    min-height: 100px;
}

.circlebar {
  width: 100px;
  margin: 6px 15px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circlebar canvas {
  vertical-align: top;
}

.circlebar strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 22px;
  font-size: 18px;
}



.circlebar span {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 6px;
}

#dashboard_aanmeldingen {
    width: 100%;
    overflow-x: scroll;
}

/*/////////////////////////////
Mijn linkd
/////////////////////////////*/
.mijnlinkd h5{
    color: #ed1b67;
    font-weight: normal;
    margin-top: 15px;
}


.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}

#faq .card{
    background: none;
    border: none;
    margin-bottom: 10px;
}
#faq .card-header {
    background: none;
    border: none;
    border-bottom: 1px solid  rgba(8,86,142,0.7);
    padding: 0;
}
#faq .card-header button {
    width: 100%;
    text-align: left;
    font-size: 22px;
    padding: 0;
    color: #ed1b67;
    
}
#faq .card-header button:after {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f106";
    height: 35px;
    line-height: 35px;
}

#faq .card-header button.collapsed:after {
    
    content: "\f107";
}    
#faq .card-header button:hover {
    text-decoration: none;
    color: #08568e;
} 
#faq .card-header button:focus {
    text-decoration: none;
}
#faq .card-body {
    padding: 0px !important;
}



#content .blokken #tarieven .table {
    font-size: 13px;
}

.perslink {
	position: relative;
}

#linktekst {
	min-width: 350px;
	min-height: 55px;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 100;
	color: inherit;
	background-color: #eee;
	position:relative;
	border-radius: 4px;
	border:1px solid rgba(0,0,0,0.4);
}

.btn.copy {
	position: absolute;
	right:0;
	bottom: 0;
	font-size: 16px;
	border:1px solid rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0.4);
	color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
}


.is-invalid .m-signature-pad--body {
    border-color: #dc3545;
}


#aangemeld div.row {
	width: 100%;
}
#aangemeld div.row strong {
   padding: 0 15px; 
}
#aangemeld div.row label {
    padding: 0 15px;
	width: 30%;
	display: block;
	float: left;
}
#aangemeld div.row span {
	padding: 0 15px;
	width: 70%;
	display: block;
	float: left;
}



label.fileknop {
	border-radius: 7px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: rgba(40,168,27,1);
	text-align: center;
	border: 2px dashed rgba(40,168,27,1);
	box-sizing: border-box;
	margin-right: 5px;
    vertical-align: middle;
    display: flex;
    text-align: center;
}
label.fileknop:hover {
	cursor: pointer;
	background-color: rgba(40,168,27,0.1);
}
#image-holder{
    position:relative;
    display:block;
	float: none;
}
#image-holder div.image{
    position:relative;
    display:inline-block;
	float: left;
    min-height:140px;
}
.thumb-image {
	max-width: 200px;
	border-radius: 7px;
	margin-right:18px;
}


/*/
menu vanaf de zijkant in laten komen op mobiel
/*/
@media (max-width: 100092px) {
	#backoffice .navbar-collapse {
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 100%;
		height: 100vh;
		background-color: rgba(8,86,142,0.95);
		
		align-items: center;
	}
	
	#backoffice .navbar-collapse.collapsing {
		height: auto;
		-webkit-transition: left 0.3s ease;
		-o-transition: left 0.3s ease;
		-moz-transition: left 0.3s ease;
		transition: left 0.3s ease;
		left: -100%;
	}
	#backoffice .navbar-collapse.show {
		left: 0;
		display: flex;
		-webkit-transition: left 0.3s ease-in;
		-o-transition: left 0.3s ease-in;
		-moz-transition: left 0.3s ease-in;
		transition: left 0.3s ease-in;
	}
	#backoffice .navbar-nav {
	    flex-direction: inherit;
	}
	
	#backoffice #menu {
		width: 100%;
		height: 100vh;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: middle;
	}
	#backoffice #menu .nav-link {
	    color: #ffffff;
	    display: inline-block;
	    margin-bottom: 15px;
	    padding-bottom: 5px;
        border-radius: 0;
    	text-transform: uppercase;
    	font-size: 16px;
    	font-weight: 600;
    }
	#backoffice #menu li.active .nav-link {
	     border-bottom: 2px solid #ffffff;
	} 
	
	#backoffice #menu .icon a {
        font-size: 32px;
        margin-right: 16px;
    }
    #backoffice #menu .icon a:last-of-type {
	    margin-right: 0;
    }
    #hoofdmenu .sluiten {
        font-size: 28px;
        position: absolute;
        right: 22px;
        top: 4px;

    }
}
.featherlight iframe {
    max-width: 90vw;
}

.featherlight,.featherlight:last-of-type {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(14,79,138,0.85);
}

.featherlight .featherlight-close-icon {
	right:16px;
}

#accordion .item {
    position:relative;
    border-bottom: 1px #ed1b67 solid;
    padding-bottom:10px;
}

#accordion a.collapsed {
    font-family: 'Adabi', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    font-size:18px;
    color:rgb(8, 86, 142);
    text-decoration:none;
    padding-left:26px;
}

#accordion a.collapsed:before {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    left: 0;
    color: #ed1b67;
    font-size: 22px;
    line-height: 1;
}


#accordion2 a.colapsebutton {
    background-color: #ed1b67;
    color:#ffffff;
    padding:20px;
}

pre {
    background: #ffffff;
    border: 1px solid #ddd;
    border-left: 3px solid #ed1b67;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0.2em;
    max-width: 100%;
    overflow: auto;
    padding: 2em 1em;
    display: block;
    word-wrap: break-word;
}

#vattenfallvoorkeuren {
    display:none;
}




.borderblock {
	border: 1px #064b94 solid;
	height:130px;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	line-height:20px;
}

.borderblock .label {
	color: rgba(6,75,148,0.6);
	text-transform:uppercase;
	font-size:14px;
}
.borderblock .waarde {
	margin-top:7px;
	font-weight:700;
	font-size:14px;
}
.borderblock .fa, .borderblock .fas, .borderblock .fa-solid {
	font-size:30px;
	margin-bottom:15px;
	color: rgba(6,75,148,0.6);
}

.borderblockpropositie {
	border: 1px #064b94 solid;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	line-height:20px;
	font-size:12px;
	padding:10px 15px;
	height: 100%;
}

.borderblockpropositie  .label {
	color: rgba(6,75,148,0.6);
	text-transform:uppercase;
	font-size:12px;
}
.borderblockpropositie  .waarde {
	margin-top:3px;
	font-weight:800;
	font-size:26px;
	text-transform:uppercase;
	line-height:36px;
}
.borderblockpropositie  .prijs {
	margin-top:3px;
	font-weight:300;
	font-size:18px;
	line-height:30px;
}
.borderblockpropositie  .fa, .borderblockpropositie  .fas, .borderblockpropositie  .fa-solid {
	color: rgba(255,255,255,0.6);
}


.borderblockpropositie ul {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}
.borderblockpropositie li {
  padding-left: var(--icon-space);
}

.borderblockpropositie li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#samenvatting {
		position: absolute;
		right: 40px;
		top: 10px;
	}
}
		

.titel {
	font-size: 110%;
	font-weight:400;
	line-height:25px;
	padding:0;
	color: rgba(6,75,148,1);

}

.totaal {
	font-size: 130%;
	font-weight:700;
	line-height:25px;
	padding:15px 0;
}
.totaal small {
	font-size: 60%;
	font-weight:500;
}
.bg-blue {
	background-color:#064b94;
	color:#ffffff;
	padding-bottom:50px;
}
.vraag {
	border-bottom: 1px #337ab7 solid;
	cursor: pointer;
	line-height:30px;
	padding:10px 0;
}
.vraag:hover {
	background-color:#2c73ba;
}
.vraag i{
	margin-top:10%;
}
.vraag small {
	color: rgba(255,255,255,0.8);
}
#antwoordtoelichting, #antwoordvoorwaarden {
	color: rgba(255,255,255,0.8);
	font-size:16px;
	line-height:24px;
}
#antwoordtoelichting li, #antwoordvoorwaarden li {
	padding:8px 0;
}
#antwoordtoelichting a, #antwoordvoorwaarden a {
	color:#ffffff;
	font-size:16px;
	line-height:24px;
}
.vraag.voorwaarden i {
	margin-top:0;
}



#samenvatting {
	position: relative;
}

#samenvatting .label {
	color: rgba(255,255,255,0.5);
	text-transform:uppercase;
	font-size:12px;
	display:inline-block;
}
#samenvatting .waarde {
	margin-top:7px;
	font-weight:700;
	font-size:12px;
	display:inline-block;
	text-transform:uppercase;
}
#samenvatting .fa, #samenvatting .fas, #samenvatting .fa-solid {
	font-size:12px;
	margin-bottom:5px;
	color: rgba(255,255,255,0.6);
}

#aanvragen {
	background-color:#079000;
}
		
.mt-10 {
	margin-top:5rem;
}
.ml-10 {
	margin-left:4rem;
}
.bg-blue {
    background-color: #064b94;
    color: #ffffff;
    padding-bottom: 50px;
}

.absolute {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(242,242,242, 0.85);
    width: 100%;
}

.blockcenter {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight:700;
}


.modal-dialog {
  max-width: 800px;
}
.modal-body {
  padding: 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
    

	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
		
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {
		#hoofdafbeelding .carousel-caption h2{
			margin: 0;
			color: #ed1b67;
			font-size: 32px;
		}
		#hoofdafbeelding .carousel-caption h1{
			margin-top: 0;
			color: #08568e;
			font-size: 32px;
		}
	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		#header .container {
			max-width:  83.333333%;
			padding: 0;
		}
		#hoofdafbeelding {
        	height: 100vh;

        }
        #vv #hoofdafbeelding {
        	height: 435px;
        }
        
        #hoofdafbeelding .item {
            height: calc(100vh - 85px);
        }
		#hoofdafbeelding .carousel-caption.rechts {
            left: auto;
        	right:0;
        }
		#hoofdafbeelding .carousel-caption h2{
			margin: 0;
			color: #ed1b67;
			font-size: 36px;
		}
		#hoofdafbeelding .carousel-caption h1{
			margin-top: 0;
			color: #08568e;
			font-size: 36px;
		}
		#contact .blokken .blok h2 {
			font-size: 32px;
		}
		
		#c2a .info > p{
            max-width: 75%;
        }
	}
	

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
		#hoofdafbeelding .carousel-caption h2{
			margin: 0;
			color: #ed1b67;
			font-size: 45px;
		}
		#hoofdafbeelding .carousel-caption h1{
			margin-top: 0;
			color: #08568e;
			font-size: 45px;
		}
		#content .blokken .blok.merken .row + .row {
			margin-top: 1.5rem;
		}
		#contact .blokken .blok h2 {
			font-size: 40px;
		}
		#header #mijnlinkd > div > div{
		     border: none;   
		}
		.tijdlijn .teksten .item h5 {
             font-size: 18px;   
        }
        #dashboard_aanmeldingen {
            height: 300px;
            overflow-y: scroll;
        }
		
	}
    /* Large Devices, Wide Screens */
	@media only screen and (min-width : 1024px) {
        .tijdlijn .teksten .item h5 {
             font-size: 19px;   
        }
        #dashboard_aanmeldingen {
            height: 300px;
            overflow-y: scroll;
        }
        
        
	}
    
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
        .tijdlijn .teksten .item h5 {
             font-size: 19px;   
        }
	}
	@media only screen and (min-width : 1280px) {
        .tijdlijn .teksten .item h5 {
             font-size: 20px;   
        }
	}
	
	@media only screen and (min-width : 1350px) {
        .tijdlijn .teksten .item h5 {
             font-size: 22px;   
        }
	}
	@media only screen and (min-width : 1450px) {
        .tijdlijn .teksten .item h5 {
             font-size: 24px;   
        }
	}
	@media only screen and (min-width : 1600px) {
        .tijdlijn .teksten .item h5 {
             font-size: 26px;   
        }
        #dashboard_aanmeldingen {
            overflow-x: hidden;
        }
	}