/* Autodealers.nl CSS voor de dealerwebsite */
@import url('//svl.autodealers.nl/css/responsive2/bootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');
@import url('//svl.autodealers.nl/css/responsive2/style.min.css');
h1{
 text-transform:uppercase; 
  font-family: 'Montserrat', sans-serif;
  color:#22224B;

}

h2{

  font-family: 'Montserrat', sans-serif;
  color:#0f928d;
  margin-top:0;
font-size:26px;
}

h3.green {
    color: #0f928d;
    font-weight: 500;
    margin-top: 20px;
}
h3 {
    margin-bottom: 12px;
    font-weight: 300;
    color: #444;
    font-size: 16px;
    line-height: 24px;
}

span.green {
    color: #0f928d;
}

span.strong {
    font-weight: 400;
}

ul.cmt {
    margin-top: 20px;
    color: #444;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 300;
  line-height: 24px;
}

h4{
  color:#11aea8;
  
}

body {
    background: transparent;
  font-family: 'Montserrat', sans-serif;
  color:#22224B;
    padding-top: 0px;
}

a, a:hover, a:focus, a:active {
    color: #0f928d;
    text-decoration: none;
}

img.bg-plaat {
    position: absolute;
    top: -100px;
    right: 0;
    width: 100%;
}

.overlay {
    background: url(//svl.autodealers.nl/upload/17340_shutterstock_360330758_mob.jpg);
    background-size: auto 100%;
    background-position: center right;
  min-height:100vh;
}





/*
https://image.shutterstock.com/z/stock-vector-vector-illustration-red-car-in-the-form-of-heart-background-with-space-for-text-356376173.jpg

https://image.shutterstock.com/z/stock-photo-background-with-miniature-blue-toy-car-carrying-a-heart-on-blue-painted-wooden-planks-place-for-404436652.jpg

https://image.shutterstock.com/z/stock-photo-valentine-s-day-holiday-celebration-with-toy-car-and-heart-shape-360330758.jpg

https://image.shutterstock.com/z/stock-photo-valentines-day-incoming-miniature-red-car-carrying-heart-552640588.jpg

*/

.bg-transparent {
    background: rgba(255,255,255,0.9);
    padding: 30px;
  margin-top:30px;
}

.btn.btn-primary {
    background: #11aea8;
    border-color: #11aea8;
  border-radius:0;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active{
    background: #0f928d;
    border-color: #0f928d;
}

.input-group {
    width: 100%;
}

.has-feedback .form-control, input.form-control {
    border-radius: 0;
}

textarea.form-control {
    min-height: 82px;
}

.panel-body {
    padding: 15px 0;
}


.overlay{
 position:relative;
  overflow:hidden;
}

.btn.btn-success {
    border-radius: 0;
}


.footer-tekst h5, .footer-tekst p {
    font-size: 10px;
}

div#cookie-melding {
    display: none !important;
}

/* tot Mobiel (col-xs) */
@media(max-width:767px) {
	
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {
	
}

/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media(min-width: 992px) {
	
}

/* Vanaf computerscherm (col-lg) */
@media(min-width: 1200px) {
  
  .overlay {
    background: url(//svl.autodealers.nl/upload/17340_shutterstock_360330758_4.jpg );
    background-size: auto 100%;
    background-position: center center;
  min-height:100vh;
}
	
}