/* 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');
/*
* VOORBEELD CSS
*/

html 	{
  background-color: #3a3a3a;
  
}

.bg-color {
  background-color: #3a3a3a;
}


ul {
  padding: 0
}

li {
  list-style: none
}

h2 {
  font-size: 26px;
  margin: 20px 0;
  color: #e40606;
}

header {
  padding: 10px 0;
  background: white
}

header .content-wrapper {
  position: relative
}

h1 {
}

h1 span.title  {
  position: absolute;
  text-indent: -99999px;
}

.main-content	{
  margin: 0 -15px; 
}

#header-telefoon p {
  margin: 0
}

#background {
  height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: url("//svl.autodealers.nl/upload/3416_header-tyre_03.jpg") no-repeat center center / cover
}

#header-telefoon {
  position: absolute;
  bottom: 0;
  right: 15px
}

#header-telefoon strong {
  color: #231d79;
  font-size: 18px;
}

#background #belmij {
  padding: 15px 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  background: #b40000;
  opacity: 0.7;
  filter: alfa(opacity=90);
  transition: opacity 400ms ease-in-out 0s;
}

#background #belmij:hover {
  opacity: 1;
  filter: alfa(opacity=100);
}

strong.title.large {
  color: white;
}
.glyphicon-ok {
  color: green
}

.panel {
  min-height: 340px
}


#map {
  color: #000000;
  width: 100%;
}

.content-blok {
  background: #fff;
  border-radius: 5px;
}

.content-blok1 {
  background: #fff;
  height: 240px;
  border-radius: 5px;
}


footer {
  background: none;
  font-size: 12px;
  text-align: center;
  color: #777777;
}

.overflow-hidden	{
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}


/* Nav */



.navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  min-height: 39px;
}



.navbar li a:hover {
  color: #fff; 
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  
}

.navbar-inverse .navbar-brand {
  color: #fff!important;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff!important;
}


/*
* xs style
*/
@media(max-width:767px){
  
  .site-title-holder {
    width: 150px;
  }
  
  #map {
    height: 200px
  }
  
  #background {
    height: 200px;
    background-position: left center
  }
  
  #background #belmij {
    opacity: 1;
    filter: alfa(opacity=100);
    margin-top: 50px
  }
  
  .col-xs-12 {
    margin-bottom:20px;
  }
  
  
  .navbar-header {
    background: #000;
  }
  ul.nav.navbar-nav {
    background: #000;
  }
  .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #E40605;
    background-color: transparent;
  }
}

/*
* sm style
*/
@media(min-width:768px){
  
  #map {
    height: 300px
  }
  
  #background {
    height: 300px;
    background-position: left center
  }
  
  #background #belmij {
    margin-top: 236px
  }
  
  #logolink	{
  position: absolute;
  display: block;
  width: 470px;
  height: 60px;
  
}
#logolink1 {
  position: absolute;
  display: block;
  width: 230px;
  height: 25px;
  margin-top: 60px;
}
  
  /* Navigatie */
  
  .navbar li a:hover {
    background: url("//svl.autodealers.nl/upload/3416_hover-tyre_03.png") repeat-x center bottom;
  }
  
  .navbar-nav>li>a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  
  .navbar-nav>li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
  }
  
  
  .navbar-wrapper {
    background: #8a8a8a;
  }
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar	{
  background: none;	 
}
.navbar-inverse {
  border-color: none;
}


}

/*
* md style
*/
@media(min-width:992px) {
  #map {
    height: 538px
  }
  
  #map.contact-map {
    height: 304px
  }
  
  #background {
    height: 300px;
  }
  
  #background #belmij {
    margin-top: 236px;
  }
  
  
}

/*
* lg style
*/
@media(min-width:1200px) {
  #map {
    height: 538px
  }
  
  #map.contact-map {
    height: 304px
  }
  
  #background {
    height: 300px;
  }
  
  #background #belmij {
    margin-top: 236px;
  }
}

