<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-- style.css ------------------------------------ */
/*@import url(https://fonts.googleapis.com/css?family=Changa+One);*/
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url("reset.css");
@import url("layout.css");
body{
	font-size : 100%;
	font-family : 'Roboto',sans-serif;
	color: #666;
	/*background : #D4D5D7 url(../images/background.png) fixed no-repeat center top;*/
	/*background : #EEE8AA url(../images/background-wooden.png) repeat fixed center;*/
	background : #E2E2E2 url(../images/background.png) repeat-x fixed top;
}
a {
	color: #4E4E4E;
	text-decoration : underline;
}
a:hover {
	color: #282828;
	text-decoration : none;
}
h1, h2, h3, h4 {
	color : #333333;
	font-weight : bold;
}
h1 {
	font-size : 24px;
}
h2 {
  margin-bottom : 30px;
  font-size : 18px;
}
p+h2 {
	margin-top : 35px;
}
h3 {
	margin-bottom : 25px;
	font-size : 16px;
}
p+h3 {
	margin-top : 30px;
}
h4 {
	margin-bottom : 20px;
	font-size : 14px;
}
p+h4 {
	margin-top : 25px;
}
h5 {
	margin-bottom : 10px;
	font-size : 14px;
}

b, strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
p {
	margin-bottom : 20px;
}
.alt-slider p {
	margin-bottom : 0px;
}
.alt-slider img {
	margin-bottom : 0px!important;
	margin-top : 20px!important;
}
p+ul, p+ol {
	margin-top : 20px;
}	
ul+p, ol+p {
	margin-top : 20px;
}
ol ol, ul ul {
	margin-top : 15px;
	margin-left : 14px;
}
li {
	margin-bottom : 1px;
	margin-left : 20px;
}
ul li {
	list-style : disc outside;
}
ol li {
	list-style : decimal outside;
}
.padding-right {
	padding-right : 20px;
}
.right .padding-right {
	padding-left : 20px;
}
.right .padding-right [class*="col-"] {
	float : left;
}
.fl-right {
	float : right;
}
.text-right {
	text-align : right;
}
.red {
	color : Red;
}
blockquote {
	padding-left : 2%;
	font-style : oblique;
	font-size : 13px;
	overflow : hidden;
	margin-bottom : 20px;
	border-left : thick solid #CFCFCF;
}
blockquote p:last-child {
	margin-bottom : 0px;
}
blockquote:before {
	font-family:'FontAwesome';
	font-size: 100%;
	content:'\f10d';
	float: left;
	margin-right: 10px;
}
#wrapper {
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	margin: 5px auto 50px auto;
}
.chrome {
	background-color : White;
}

/* --- header ----------------------------------------*/

#header {
	background-image :url(https://www.motorini.nl/nl/data/uploads/header/header-new.jpg);
	background-repeat:  no-repeat;
	background-size:100%;
	background-color : White;
	padding-top : 100px;
	padding-bottom : 10px;
}
#logo a img {
	padding:0;
}
	
#logo a {
	font-family: 'Roboto', cursive;
	margin-left:20px;
	color : #A4A4A4;
	text-decoration : none;
	font-size : 40px;
	text-shadow: 1px 2px 3px #666;
}
#logo span {
	color:#C0C0C0;
	position : relative;
	font-size : 13px;
	line-height : 26px;
	padding-left : 8px;
	margin-left : 8px;
	top : -20px;
}
.top-contact {
	position : relative;
	top : 0px;
}
.phone {
	color:#C0C0C0;
	font-size : 15px;
	font-weight : bold;
	vertical-align : bottom;
	text-align : right;
	padding-right:20px;
}

.phone a {color:#C0C0C0;font-size: 13px;}
.phone a:hover {color:#00337F;}

/* --- navigation -------------------------*/

nav {
	background-color : White;
}
nav .col-12 {
	margin-bottom : 0px;
}
#navigation {
	background: #231F20;
	display: block;
	width: 100%;
	float: left;
	max-height: 60px;
	position : relative;
}
#navigation ul, #navigation li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
#navigation ul li{
	float:left;
	position:relative;
	padding-left : 0px;
}
#navigation ul li a { 
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 17px 23px;
	background: url(../images/navigation-border.png) no-repeat right 50%;
}
#navigation ul li a:before {
	content:' '!important;
}
#navigation ul li a:hover {
	background-color: #0082C8 ;
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#navigation .current, #navigation .currentpath {
	background-color: #0082C8  !important;
	color: #fff !important;
	background-image : none!important;
}
#navigation .current a, #navigation .currentpath a {
	background-image : none!important;
}
.current a {
	cursor : default;
}
.current li a {
	cursor : pointer;
}
#navigation ul ul {
	position: absolute;
	display: none;
	top: 51px;
	left: 0;
	background-color: #231F20;
	z-index: 999;
}
#navigation ul ul li a {
	color: #aaa;
}
#navigation ul ul .currentpath, #navigation ul ul .currentpath, #navigation ul .currentpath .current, #navigation ul ul .currentpath .current {
	background-color: #E63F49!important;
}
#navigation ul .currentpath .current a, #navigation ul ul .currentpath a, #navigation ul ul .currentpath .current a{
	color : White;
}
#navigation ul .current a:hover, #navigation ul .current:hover a {
	background-color : transparent;
}
#navigation ul .current li a:hover {
	background-color: #0082C8 ;
}
#navigation ul ul li a:hover {
	color: #fff;
}
#navigation ul ul li a {
	display: block;
	width: 150px;
	margin: 0;
	padding: 9px 18px;
	font-weight: normal;
	font-size: 13px;
	border-bottom: 1px solid #404040;
	background: none;
}
#navigation ul ul ul { 
	position: absolute; 
	top:0px; 
	left:100%; 
	z-index: 999;
}
#navigation ul ul ul li a { 
	border-bottom: 1px solid #404040 !important;
	border-top: 1px solid transparent;
	background: none;
}
#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {
	border-bottom: 1px solid transparent;
}
#navigation ul ul ul li:last-child a {
	border-bottom: 1px solid transparent !important;
}
#navigation ul li:hover&gt;ul {
	opacity: 1; 
	position:absolute; 
	top:99%; 
	left:0;
}
#navigation ul ul li:hover&gt;ul {
	position:absolute; 
	top:0; 
	left:100%; 
	opacity: 1; 
	z-index:497;
}
#navigation ul li:hover &gt; a {
	background: #0082C8 ;
}
#navigation ul ul li:hover &gt; a {
	color: #fff;
}
.no-js #navigation ul li:hover&gt;ul {
	display : block;
}


/* ////////////////////////////////////////*/


/* --- page title ---------------------------------*/

#page-title {
	border-bottom: 1px solid #e9e9e9;
	display: block;
	margin: -50px 0 25px 0;
}
#page-title h1 {
	font-weight: normal;
	padding: 11px 0 26px 0;
	font-family: 'Fugaz One', cursive;
}
#bold-line {
	height: 3px;
	width: 100px;
	display: block;
	background: #0082C8 ;
	margin-bottom: -1.8px;
}

/* --- content ------------------------------*/

#content {
	background-color : White;
	padding-top : 20px;
}
.article img {
	margin-bottom : 10px;
	display : inline;
}
.article p img {
	float : left;
	margin : 5px 3% 5px 0;
	/*width : 33%!important;*/
}

.article p#logos img {
	float : left;
	margin : 5px 13px 5px 0;
}


.article img.fl-right {
	float : right;
	margin : 5px 0 5px 3%;
	width : 33%!important;
}

/* --- slider -------------------------------------*/

#slider {
	background-color : White;
}

/* --- forms -------------------------------*/

form {
	width : auto!important;
}
textarea {
	
	max-width: 90%!important;
	height: 180px;
	margin: 5px 0 15px 0;
	padding : 8px 10px;
	border : 1px solid #DADADA;
	position : relative;
}
input[type="text"] {
	
	max-width : 90%!important;
	margin-bottom: 15px;
	padding : 8px 10px!important;
	border : 1px solid #DADADA;
}

input[type="text"]:focus, textarea:focus {
	border: 1px solid #A6A6A6;
}
input[type="submit"] {
	padding: 9px 12px!important;
	display: inline-block;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background-color : #0082C8 ;
	color : White;
	text-decoration : none;
}
input[type="submit"]:hover {
	background-color : #aaa;
	color : White;
}

/* --- sidebar -------------------------------------------------*/

#sidebar h3 {
	margin-bottom : 10px;
}
#sidebar .widget {
	margin-bottom : 30px;
}
#sidebar p {
	margin-bottom : 0px;
}

/* --- promo -----------------------------------*/

#promo {
	padding : 16px 0px 0px 0px;
	background : #E63F49;
}
#promo, #promo a{
	color: #fff;
	line-height: 0px;
	font-weight:normal;
}

/* --- copy -----------------------------------*/

#copy {
	padding : 10px 0px 10px 0px;
	background : #0082C8;
}
#copy, #copy a{
	color: #fff;
	font-weight:bold;
}
#copy img {
	opacity:0.5;
	margin : 0;
	padding : 0;
}
#copy img:hover {
	opacity:0.9;
}
#cms {
	margin-left : 10px;
	margin-right : auto;
	width : 31px;
	height : 31px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position : relative;
	display : inline-block;
	top:-5px;
	right : 0px;
	background-color : #272727;
}
#cms a {
	display : block;
	width : 20px;
	text-transform : uppercase;
	height : 20px;
	line-height : 20px;
	text-align : center;
	font-size : 9px;
	position : absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-decoration : none;
	color : #CCCCCC;
}
#cms .gs {
	left : -1px;
	top : -1px;
	background-color : #171717;
}
#cms .ru {
	bottom :-1px;
	right : -1px;
	background-color : #363636;
}
#cms a:hover {
	color : #242424;
	background-color : #EFEFEF;
}

/* --- go to top ------------------------------- */

#gotoTop {
    display: none;
    position: fixed;
    z-index: 150;
    top: 80%;
    right: 1%;
    width: 32px;
    height: 32px;
    transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;    
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    text-align : center;
    line-height : 30px;
    font-size : 18px;
	background-color : #0082C8 ;
	color : White;
	text-decoration : none;
}


.sliderItem { position:relative; }

#text-banner {
padding:30px;
background:#0082C8 ;
text-align:center;
color:#fff;
}	

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

img#foto {margin: auto;}

.BUTTON_JFI {
background: #3D94F6;
background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color: #FFFFFF;
font-family: Roboto;
font-size: 16px;
font-weight: 100;
padding: 5px 10px 5px 10px;
box-shadow: 1px 1px 20px 0px #000000;
-webkit-box-shadow: 1px 1px 20px 0px #000000;
-moz-box-shadow: 1px 1px 20px 0px #000000;
text-shadow: 1px 1px 20px #000000;
border: solid #337FED 1px;
text-decoration: none;
display: inline-block;
cursor: pointer;
}

.BUTTON_JFI:hover {
background: #1E62D0;
background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
text-decoration: none;
}

/* aanvullende code voor SimpleCatalog */
.crumbs ul li {
    list-style: none;
}	

.crumbs li {
    list-style: none;
}

.crumbs li {
margin-left: 0px;	
}	

.crumbs li.active {
    list-style: none;
}	


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

.tags li {
margin-left: 0px;	
}

</pre></body></html>