<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
 Alpine
 
 Zwart blauw #051c2c / rgba(5, 28, 44, 1)
 Donkerblauw #0c2340 / rgba(12, 35, 64, 1)
 
 Blauw       #091b44 / rgba(9, 27, 68, 1)
 
 Grijs       #d6d6d6 / rgba(0, 0, 0, 0.16)

 orange  #e85111
 
*/

/*
.arialnovalight {
   font-family: 'Arial Nova Light';
}
.alpine {
    font-family: 'Alpine';
}
.alpinelight {
    font-family: 'Alpine Light';
}
.alpinebold {
    font-family: 'Alpine Bold';
}
*/

* {
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    outline:none!important;
    list-style:none;
}
/*
body {
    position:relative;
    min-width:320px;
    margin:0;
    font-size:16px;
    font-family: 'Arial Nova Light',sans-serif;
    font-weight:400;
    line-height:1.3;
    color:#000;
    -webkit-font-smoothing:antialised;
}


h1,h2,h3,h4,h5,h6 {
    font-family:'Arial Nova',sans-serif;
    font-weight: bold;
}
*/
h2 {
    font-size: 150%;
}
h3 {
    font-size: 130%;
}

.big {
    font-size: 3em;
}
.medium {
    font-size: 1.8em;
}

h3.normal {
    font-weight: normal;
}

.ls-12 {
    letter-spacing: 12px;
}
.ls-10 {
    letter-spacing: 10px;
}
.ls-8 {
    letter-spacing: 8px;
}
.ls-4 {
    letter-spacing: 4px;
}

.homet2 {
   font-size: 2em;
   letter-spacing: 8px;
   line-height: 0.8;
}

.homet2sub {
   font-weight: normal;
}
.light {
   font-weight: 200;
}

.slash {
   display: inline-block;
   padding-right: 4px;
}

.blue {
    color: #091b44;
    color: rgba(9, 27, 68, 1);
}

.blackblue {
    color: #051c2c !important;
  }

.black {
  color: #000 !important;
}

.no-padding-lr {
   padding-left: 0;
   padding-right: 0;
}

body input:focus:required:invalid,body textarea:focus:required:invalid {
    color:red;
}

body input:required:valid,body textarea:required:valid {
    color:green;
}

img {
    max-width:100%;
}
a {
    text-decoration:none;
}
a:hover,a:active,a:focus {
    text-decoration:none;
}

.left {
    float:left;
}

.right {
    float:right;
}

.clear {
    clear:both;
}

a {
    -webkit-transition:.8s;
    -o-transition:.8s;
    transition:.8s;
}


.bg-blackblue {
    background-color: #051c2c;
    background-color: rgba(5, 28, 44, 1);
}
.bg-darkblue {
    background-color:#0c2340;
    background-color: rgba(12, 35, 64, 1);
}
.bg-blue {
    background-color: #091b44;
    background-color: rgba(9, 27, 68, 1);
}

.bg-grey {
    background-color: #eee;
}
.bg-round {
    border-radius: 10px;
}

.nopadding {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

main {
    /*padding-top: 140px;*/
}
ul.social {
    padding: 0;
    margin: 0;
    /*padding-top: 120px; /* 120px; */
}
ul.social li {
    display: block;	
    list-style-type: none;
    text-align: center;
}
ul.social a { 
    display: block;
    vertical-align: middle;
    min-height: 40px;
    color: #222; 
}

a.facebook:hover { color: #4C66A4; }
a.twitter:hover { color: #2C77BA; }
a.linkedin:hover { color: #069; }
a.instagram:hover { color: #DD2A7B; }
a.youtube:hover { color: #e61f1e; }

a.atxt {
    color: #e9af00;
    text-decoration: underline;
}
a.atxt:hover {
    color: #ffcc33;
    text-decoration: underline;
}
a.atxtw {
    color: rgb(207,201,196);
    text-decoration: underline;
    font-size: 90%;
}
a.atxtw:hover {
    color: #ffcc33;
    text-decoration: underline;
    font-size: 90%;
}

.orange {
   color:  #e85111;
}


.google-maps {
    min-height: 500px;
    height: 500px;
}

.formcenter a {
  color: #051c2c;
  text-decoration: none;
}
.formcenter a:hover {
  color: #0843a6;
  text-decoration: none;
}
a.btn-rounded {
    background-color: #ddd;
    color: #000;
    display: inline-block;
    border-radius: 50px;   
}

a.btn-rounded.bluelight:hover {
   color: #0843a6; 
   background-color: #eee;
}

a.btn-rounded {
    background-color: #ddd;
    display: inline-block;
    border-radius: 50px;   
}

a.btn-rounded.transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    border-radius: 50px;   
}

a.btn-rounded.transparent:hover {
   color: #0843a6; 
   background-color: #eee;
   border: 1px solid #fff;
}

a.btn-rectangle.transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    border-radius: 0px;   
}

a.btn-rectangle.transparent:hover {
   color: #0c2340; 
   background-color: #eee;
   border: 1px solid #fff;
}

a.btn-rectangle-afspraak.transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    border-radius: 0px;   
    text-align: center;
    font-size: 200%;
}

a.btn-rectangle-afspraak.transparent:hover {
   color: #0c2340; 
   background-color: #eee;
   border: 1px solid #fff;
   text-align: center;
}

.w100 {
    width: 100%;
}

/* NAV */
nav.nav_bar {
    position:absolute;
    top:0;
    left:0;
    right:0;
    /*background-color:transparent;*/
    /*background-color: #fff;*/
    -webkit-transition:height 0.5s,-webkit-transform .5s;
    transition:height 0.5s,-webkit-transform .5s;
    -o-transition:transform 0.5s,height .5s;
    transition:transform 0.5s,height .5s;
    transition:transform 0.5s,height 0.5s,-webkit-transform .5s;
    z-index:100;

    background-image: url(../../images/logo/blauw-transparent.png);
    background-position: bottom center;
    /*background-size:;*/
    background-repeat: repeat-x;
}

nav.nav_bar .row {
    height:122px;
}
nav.nav_bar .row.h40 {
    height: 40px;
}

/*
nav.nav_bar .logo {
    max-height: 70px;
    padding:0 0px;
}
*/
/*
nav.nav_bar .logo .top_logo {
    display:block;
    text-align: center;
}
*/


/*
 Alpine
 
 Zwart blauw #051c2c / rgba(5, 28, 44, 1)
 Donkerblauw #0c2340 / rgba(12, 35, 64, 1)
 
 Blauw       #091b44 / rgba(9, 27, 68, 1)
 
 Grijs       #d6d6d6 / rgba(0, 0, 0, 0.16)
 
*/

.menuright {
   /*position: absolute;
    top: 46px;
    right: 0;*/
}

.menuright li {
    display: inline-block;
    color: #FFF;
    margin-right: -1px;
}

.menuright li a:link, .menuright li a:visited {
    color: #FFF;
}
.menuright li a:hover, .menuright li a:active {
    color: #FFF;
    text-decoration: underline;
}


/*
 Alpine
 
 Zwart blauw #051c2c / rgba(5, 28, 44, 1)
 Donkerblauw #0c2340 / rgba(12, 35, 64, 1)
 
 Blauw       #091b44 / rgba(9, 27, 68, 1)
 
 lichter blauw #0843a6
 
 Grijs       #d6d6d6 / rgba(0, 0, 0, 0.16)
 
*/


.btn-blue {
    background-color: #0843a6;
    color: #fff;
    padding: 8px 30px;
}

.btn-blue:hover {
    background-color: #091b44;
    color: #fff;
    padding: 8px 30px;
}

.btn-transparent {
    background-color: transparent;
    color: #000;
    border: solid 1px #000;
    padding: 8px 30px;
}

.btn-transparent:hover {
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
    padding: 8px 30px;
}

.prijskader {
    position: absolute;
    top: 30px;
    left: 30px;
}

.txt-small {
    font-size: 70%;
}
.text-small {
    font-size: 70%;
    font-style: italic;
}
.mb-lg-30 {
  margin-bottom: 30px;
}
.modal-backdrop {
    background-color: rgba(255,255,255,1) !important;
}

.modal-content {
    background-color: rgba(255,255,255,.00001) !important;
    border: none;
}
.modal-header {
    border: none;
}

.modal-backdrop.show {
    opacity: .75;
}
.close {
    float: right;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;  /*.2;*/
}



/*
.slick-dots li button:before
{
        font-size: 20px;
        line-height: 20px;
}
*/
/**/
.slider {
    margin: 0 auto;
}
.slick-prev {
   z-index: 1039; 
}


.slick-dots{
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 10;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button {
    /*background: url(../../images/homeslider/rectangle.png);*/
    text-indent: -9999px;
    overflow:hidden;
    height: 10px;
    /* more CSS */
}
.slick-dots li.slick-active button:before{
    font-size:15px;
    width: 50px;
    height: 10px;
    color:#fff;
}


.slick-dots li {
    background: none;
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li.slick-active {
    background: url(../../images/homeslider/rectangle.png);
    position: relative;
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.smallblocks .slick-dots li {
  background: none;
  border: 1px solid #fff;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.smallblocks .slick-dots li.slick-active {
  background: url(../../images/homeslider/rectangle.png);
  position: relative;
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}



.bg-home-a110s {
   position: relative;
   /*
   min-height: 344px;
    background-image: none;
    background-position: center top;
    background-size:  cover;
    */
    
}
.model_kader {
  
}

.bg-home-a110s a.model_kader {
    color: #ffffff;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 40px 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
}

.bg-home-a110s a.model_kader::before {
    top: -10px;
    left: 2px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}
.bg-home-a110s a.model_kader::after {
    bottom: -28px;
    right: 2px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    }

.bg-home-a110s a.model_kader::before, .bg-home-a110s a.model_kader::after {
    position: absolute;
    display: block;
    content: "";
    height: 35px;
    width: 35px;
 }
.bg-home-a110s a.model_kader:hover {
   background-position: center right;
}

a.zoomfoto {
   min-height: 600px;
   color: #ffffff;
   background-size: cover;
   background-position: top left;
   background-repeat: no-repeat;
   padding: 40px 25px;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
  justify-content: space-between;
   margin: 9px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: background 1s ease;
   transition: background 1s ease;  
}
a.zoomfoto:hover{
   background-position: top center;
}

a.zoomfoto2 {
  min-height: 450px;
  color: #ffffff;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 40px 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
} 
a.zoomfoto2:hover{
  background-position: bottom right;
}
.zoomfoto3 {
   min-height: 450px;
   color: #ffffff;
   background-size: cover;
   background-position: top center;
   background-repeat: no-repeat;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 0px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: background 1s ease;
   transition: background 1s ease;
} 

.zoomfoto3:hover{
  /*background-position: bottom right;*/
}

.zoomfoto4 {
   position: relative;
   min-height: 300px;
   color: #ffffff;
   background-size: cover;
   background-position: top center;
   background-repeat: no-repeat;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 0px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: background 1s ease;
   transition: background 1s ease;
} 
.zoomfoto4 h3 {
   position: absolute;
   right: 16px;
   bottom: 16px;
   margin-bottom: 0px;  
}
.zoomfoto4:hover{
   background-position: bottom center;
  /*background-position: bottom right;*/
}
.zoomfoto4:hover h3 {
   color: #ccc;
}

.zoomfoto5 {
   position: relative;
   min-height: 285px;
   max-height: 360px;
   color: #ffffff;
   background-size: cover;
   background-position: top center;
   background-repeat: no-repeat;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 0px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: background 1s ease;
   transition: background 1s ease;
} 
.zoomfoto5:hover{
   background-position: bottom center;
  /*background-position: bottom right;*/
}
.zoomfoto5 p {
   position: absolute;
   right: 16px;
   bottom: 16px;
   margin-bottom: 0px;  
}
.zoomfoto5:hover p {
   color: #fff;
}
.zoomfoto5 p.btn:hover {
   color: #000;
}
.zoomfoto5 p.btn {
	border-radius: 0;
}


.formtopfoto {
    position: relative;
    min-height: 100vh;
    /*color: #ffffff;*/
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px;
    text-align: center;
}

/*
.location {
	position: relative;
	min-height: 450px;
	max-height: 500px;
	color: #ffffff;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 1s ease;
	transition: background 1s ease;
}
*/

.cta {
  font-size: 125%;
  font-weight: bold;
}

.nojustify {
  -webkit-box-pack: unset !important;
  -ms-flex-pack: unset !important;
  justify-content: unset !important;
}

.formcenter {
   /*background-color: rgba(255,255,255,0.8);*/
   background-color: rgba(200,200,200,0.8);
   padding: 20px;
}

a.fotohoog {
   background-position: center bottom;
}
a.fotohoog.verkoper {
   background-position: center top;
   margin-bottom: 15px;
}
a.fotohoog:hover{
   background-position: right bottom;
}
a.fotohoog.verkoper:hover{
   background-position: right top;
}


.modeltopfoto {
   position: relative;
}

.menumodel {
   position: absolute;
   bottom: 0px;
}
.menumodel a {
   margin: 0;
   margin-right: -5px;
}

.specs {
   position: absolute;
   top: 20%;
   left:10%;
   display: block;
   width: 400px;
   background-color: rgba(255,255,255,0.7);
   padding: 30px;
}
.specs table td {
   padding: .2rem .2rem;
   border: none;
}
.specs td.tbig {
   font-size: 130%;
   font-weight: bold;  
}

.model-title2 {
   font-size: 180%;
   font-family: 'Arial Nova Light';
}

.blockblue img {
  display: none;
}


/* SERVICE */
.servicebanner {
   position: absolute;
   bottom: 10px;   
}






/* AUTO - DETAIL */

.bgauto { 
    background-color: #051c2c;
    color: #FFF;
}

#auto-detail hr {
    border-color: #FFF;
    color: #fff;
}

#auto-breadcrumb a:link, #auto-breadcrumb a:visited {
    color: #FFF;
}

#auto-breadcrumb a:hover, #auto-breadcrumb a:active {
    color: #FFF;
    text-decoration: underline;
}

#auto-breadcrumb span {
    margin-left: 5px;
    margin-right: 5px;
}

#auto-header h1 {
    color: #FFF;
    font-weight: bold;
    font-family: 'Arial Nova';
    font-size: 2rem;
    margin-bottom: 0px;

}

#auto-header h2 {
    color: #FFF;
    font-family: 'Arial Nova light';
}


#auto-detail h5 {
    font-size: 1.5rem;
    color: #FFF;
    font-weight: normal;
}




/* FINANCIERINGSCALCULATOR */

#financiering-tooltip {
    background-color: #404F68;
    border-color: #404F68;
    color: #FFF;
    border-radius: 30px;
}


#finance-slider-voorschot {
    height: .3em;
    color: #FFF;
    border-color: #FFF;
    background-color: #FFF;
}

#finance-slider-voorschot .ui-slider-handle {
    border-radius: 10px;
    top: -.5em;
}

#finance-slider-restwaarde {
    height: .3em;
    color: #FFF;
    border-color: #FFF;
    background-color: #FFF;
}

#finance-slider-restwaarde .ui-slider-handle {
    border-radius: 10px;
    top: -.5em;
}

.auto-financieringsdetail {
    display: inline-block;
}

.auto-financieringsdetail .titel {
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}

.auto-financieringsdetail .omschrijving {
    padding-top: 5px;
    font-size: 0.7em;
}

.auto-financieringsdetail .selected {
    border-color: #FFF;
}



/* BESTELLING */
#bestelling {
    color: #FFF;
}

#bestelling h1 {
    color: #FFF;
}

.bestelling-verwijder-auto {
    cursor: pointer;
}


/* BESTELLING GEGEVENS */



/* BESTELLING OVERZICHT */
#bestelling-overzicht {
    
}

#bestelling-overzicht h1 {
    color: #FFF;
}


/* BESTELLING SUCCES */
#bestelling-succes {
    
}

#bestelling-succes h1 {
    color: #FFF;
}


/* CLASSES */

.form-group {
    margin-bottom: 1rem;
}

.dib {
    display: inline-block;
}

.prel {
    position: relative;
}

.invis {
    display: none;
}

.mr50 {
    margin-right: 50px;
}

.ptop25 {
    padding-top: 25px;
}

.pt-250 {
    padding-top: 250px;
}

.btn-alpine-blue {
    border-color: #0843a6;
    background-color: #0843a6;
  /*  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);  */
    width: 100%;

}

.btn-alpine-blue span {
   /* -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);  */
    display: inline-block;
}

.btn-alpine-blue:hover {
    border-color: #0843a6;
    background-color: #0843a6;
}


.btn-alpine-darkblue {
    border-color: #0c2340;
    background-color: #0c2340;
  /*  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);  */
    /*width: 100%;*/
}
.btn-alpine-darkblue:hover {
    border-color: #0c2340;
    background-color: #fff;
    color: #0c2340;
}
.btn-alpine-blackblue {
    border-color: #051c2c;
    background-color: #051c2c;
  /*  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
    border-radius: 0;
    /*width: 100%;*/
}
.btn-alpine-blackblue:hover {
    border-color: #051c2c;
    background-color: #fff;
    color: #051c2c;
    border-radius: 0;
}
.btn-alpine-blackblue-rect {
  border-color: #051c2c;
  background-color: #051c2c;
  color: #fff;
 /* -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);*/
  border-radius: 0;
  /*width: 100%;*/
}
.btn-alpine-blackblue-rect:hover {
  border-color: #0843a6;
  background-color: #0843a6;
  color: #fff;
  border-radius: 0;
}



.btn-alpine-white {
    color: #0843a6;
    background-color: #FFF;
    border-color: #FFF;
    color: #051c2c;
/*    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);  */
    width: 100%;

}

.btn-alpine-white span {
  /*  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);  */
    display: inline-block;
}

.btn-alpine-white:hover {    
    color: #0843a6;
    background-color: #FFF;
    border-color: #FFF;
}


.btn-alpine-trans-white {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    border: 1px solid #FFF;
  /*  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
    width: 100%;
}
.btn-alpine-trans-white span {
  /*  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);  */
    display: inline-block;
}

.btn-alpine-trans-white:hover {
    color: #051c2c;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-alpine-white {
    background-color: #FFF;
    border-color: #FFF;
    color: #051c2c;
 /*   -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
    width: 100%;
}

.btn-alpine-white span {
  /*  -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);  */
    display: inline-block;
}

.btn-alpine-white:hover {
     background-color: #FFF;
    border-color: #FFF;
    color: #051c2c;
}


.btn-alpine-blauw-grijs, .btn-alpine-blauw-grijs:hover {
    background-color: #404F68;
    border-color: #404F68;
    color: #FFF; 
    width: 100%;
}

.bold {
    font-weight: bold;
}

.boldnova {
    font-family: 'Arial Nova';
    font-weight: bold;
}

.pbot5 {
    padding-bottom: 5px;
}

.brdee2e6 {
    border-right: 1px solid #FFF;
}


/*
.bg-home-a110s {
    background-image: url(../../images/home/alpine-a110s.jpg);
    background-position: center top;
    background-size:  cover;
    
}
*/





p.h1model {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    font-size: 500%;
    font-weight: bold;
}

a.h1model {
    position: absolute;
    bottom: 10%;
}


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