html {
  overflow-x: hidden;
  overflow-y: scroll;
}
.seo {
  font-weight: inherit;
}
.top {
  overflow: hidden;
  padding: 0 1em;
  background: #111;
}
header {
  color: #eee;
}
header nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2d2d), color-stop(50%, #000000), color-stop(51%, #202020), color-stop(100%, #252525));
  text-align: center;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header li {
  display: inline-block;
  padding: 0.6em 0;
  width: 30%;
  font-weight: bold;
}
header li.active {
  background: #eee;
  color: #000;
}
header a {
  color: inherit;
}
.more {
  display: block;
  text-align: center;
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #FFF;
  padding: 1em;
  font-size: 14px;
  overflow: hidden;
  background: #efefef;
  text-shadow: 0 1px 0 #fff;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.more:active {
  background: #ccc;
}
#logo {
  background: url('http://www.autovandaag.nl/Autovandaag/assets/logo/logo.png') no-repeat;
  display: block;
  width: 205px;
  height: 31px;
  margin: 14px auto;
}
body {
  line-height: 20px;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
a {
  color: #222;
  text-decoration: none;
}
.hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6 & 7 */

  clip: rect(1px, 1px, 1px, 1px);
}
article {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #FFF;
  padding: 1em;
  font-size: 14px;
  overflow: hidden;
  background-color: #efefef;
}
article header {
  color: inherit;
}
article h1 {
  font-size: 15px;
  text-shadow: 0 1px 0 #fff;
  color: #222;
}
article .media {
  float: left;
  margin: 10px 1em 10px 0;
}
article .media img {
  border: 1px solid #b0b0b0;
  border-radius: 5px;
}
article .intro {
  font-weight: bold;
}
.block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block a {
  color: inherit;
}
.block li {
  font-size: 14px;
  overflow: hidden;
  padding: 0.5em 0;
  color: inherit;
}
.block li h1 {
  font-size: 16px;
  text-shadow: 0 1px 0 #fff;
  color: inherit;
}
.block li img {
  margin: 0 1em 0 0;
  border: 1px solid #000;
  float: left;
  border-radius: 5px;
}
.coverstory,
.winactie {
  padding: 0;
  position: relative;
  border: 0;
}
.coverstory img,
.winactie img {
  width: 100%;
}
.coverstory header,
.winactie header {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.coverstory h1,
.winactie h1 {
  text-shadow: 0 1px 0 #fff;
  margin: 0;
  padding: 10px;
}
.coverstory a,
.winactie a {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.review {
  background: rgba(26, 156, 156, 0.2);
}
section > article:first-child {
  border-top: 0;
  background: red;
}
section > h1 {
  padding: 0 1em;
}
#slider-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#slider-wrapper div {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#slider-wrapper img {
  width: 100%;
  height: auto;
}
ul#slider-thumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
ul#slider-thumbs li {
  display: inline;
}
ul#slider-thumbs li a {
  background: url('/Autovandaag/assets/img/mobile-slide.png') no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
ul#slider-thumbs .activeSlide a {
  background: url('/Autovandaag/assets/img/mobile-slide-active.png') no-repeat;
}
#comments-container article {
  background: transparent;
}
img.slide {
  width: 100%;
  height: auto;
}
label {
  display: block;
  margin: 1em 0 0 0;
}
input[type=text],
textarea {
  padding: 5px;
  border: 1px solid #ccc;
  width: 90%;
}
input[type=submit] {
  margin: 0.5em 0;
}
img.captcha {
  display: block;
  margin: 0.5em 0;
}
.pagination {
  overflow: hidden;
  padding: 10px 1em;
  font-size: 16px;
}
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}
footer {
  border-top: 1px solid black;
  background: #222;
  box-shadow: inset 0px 10px 20px black;
  padding: 20px;
  color: #e3e3e3;
}
.homepage article {
  background: #efefef url('../../img/ios-arrow.png') right center no-repeat;
}
.homepage article h1 a {
  display: block;
  padding-right: 30px;
}
.homepage article.volvo {
  background: #efefef url('../../img/volvo-button.png') right center no-repeat;
}
.homepage article.volvo h1 a {
  padding-right: 90px;
}
.button {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777777;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}
.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
}
.button:active {
  position: relative;
  top: 1px;
}
.desktop {
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 70%;
}
.win img {
  width: 40%;
  height: auto;
  margin: 1em 0 1em 1em;
}
.body {
  overflow: hidden;
}
small {
  display: block;
}
.error {
  color: #bc0000;
}
.socialmedia ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.socialmedia li {
  display: inline-block;
  width: 24%;
  text-align: center;
}
.socialmedia li a {
  display: block;
  text-align: center;
}
.socialmedia li img {
  width: 50%;
  height: auto;
}
@media (min-width: 500px) {
  #slider-wrapper {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  #slider-wrapper div {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  #slider-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (orientation: landscape) {
  .top-home {
    display: none;
  }
}


.banner-mobile {
	margin-left: -14px;
	width: calc(100% + 28px);
	text-align: center;
}