﻿/* Financial lease calculator klant styles */

@import url(https://fonts.googleapis.com/css?family=Rokkitt:700&#038;subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese);

body { 
	font-family: Arial, sans-serif; 
	font-size: 0.8em; line-height: 1.6em;
	color: #333333;
	}
	
	
.shade {
    display: block;
    height: 10px;
    margin-top: -13px;
    background: none;
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
    border-top: 12px solid #003e7e;
	margin-left: 50%;
	-ms-transform: translate(-12px, 0px); /* IE 9 */
    -webkit-transform: translate(-12px, 0px); /* Safari */
    transform: translate(-12px, 0px);
}

.shade.button { display: none; }

#autoprijs.slider,
.row.inleg,
#slottermijn.slider,
.row.tefinancieren
{ display: none!important; }


h1, h2, h3 { 
	color: #003e7e;
	font-family: 'Rokkitt', 'Arial', cursive !important;
    font-weight: bold;
    font-style: normal;
	}
	
h2 {
	font-size: 20px;
	color: #003e7e;
	}	
	
h3{
    font-size: 1.8em;
    line-height: 2em;
    margin-bottom: 0.6em;
}
		
.row input { color: #003e7e; }

.leasetermijn { 
	margin-top: 29px;
	background: #003e7e;
	padding-bottom: 21px; 
	}

.row.leasetermijn .slider-text { text-shadow: none; }

.row.leasetermijn #leasetermijn {
	font-family: 'Rokkitt', 'Arial', cursive !important;
	font-size: 34px!important;
	font-style: normal;
	margin-top: 14px;
	text-shadow: none;
	}

.offerte { margin-top: 47px; }
.offerte { background: #4db545; }
.offerte:hover { background: #41963a; }

a.button { 
	color: #ffffff;
	background: transparent;
	font-family: 'Rokkitt', 'Arial', cursive !important;
	font-size: 16px!important;
	padding: 10px 18px;
	line-height: 20px;
	font-weight:normal;
	text-transform: none;
	/*text-shadow: 1px 1px 0px #d38e00;*/
	}

i.fa { color: #eba921;}


.tooltip .tooltiptext  p strong {
	color: #003e7e;
	font-family: 'Rokkitt', 'Arial', cursive !important;
    font-weight: normal;
    font-style: normal;
	font-size: 16px!important
	}
	
.tooltip .tooltiptext {
    border: 1px solid #003e7e;
	}
	
.tooltip .tooltiptext::after {
    border-color: transparent transparent transparent #003e7e;
}
	

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