/* reset/normalize begin, inspired by normalize.css 2011-09-14T10:27 UTC - http://github.com/necolas/normalize.css */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
  display: block;
}

audio,canvas,video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body,button,input,select,textarea {
  font-family: sans-serif;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:focus {
  outline: thin dotted;
}

a:hover,a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,code,kbd,samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,input {
  line-height: normal;
  *overflow: visible;
}

table button,table input {
  *overflow: auto;
}

button,input[type="button"], input[type="reset"],input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* reset end */

/* base styling */

a,a:visited {
  color: #35210b;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* selector for external links */
a[href^='http://'] {}

a[href^='http://']:before {
  /*content: '→';*/
}

body {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #35210b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {}

/* classes, misc. */

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {clear: both;}

.clearfix {zoom: 1;} /* IE < 8 */

.double {
  float: left;
  margin-right: 20px;
  width: 620px;
}

.separator {
  border: 0;
  background-color: #35210b;
  color: #35210b;
  height: 1px;
}

.single {
  float: left;
  margin-right: 20px;
  width: 300px;
}

.menubox {
  background: #fff;
  border: 1px solid #c6c6c6;
  font-size: 11px;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
  width: 288px;
}

.menubox a {
  color: #efbb33;
  text-decoration: none;
}

.menubox .boxlink {
  background: url(../img/layout/blank.png);
  display: block;
  height: 88px;
  left: 0;
  position: absolute;
  top: 0;
  width: 298px;
  z-index: 1000;
}

.menubox .boxlink span {
  display: none;
}

.menubox h2 {
  color: #ebaa00;
  font-size: 12px;
}

.menubox.active h2 {
  color: #35210b;
}

.menubox img {
  float: right;
  margin-left: 10px;
}

.lightbox {
  position: relative;
}

.lightbox:not(.no-magnifier):hover:after {
  bottom: 0;
  content: url(../img/layout/icon_lupe.png);
  left: 0;
  position: absolute;
}

.smallfont {
  font-size: 11px;
}

.largefont {
  font-size: 13px;
}

.versal {
  text-transform: uppercase;
}

/* custom styles */

#wrapper {
  margin: 0 auto;
  width: 980px;
}

header {
  padding-top: 25px;
}

#mainsloagan {
  /*background: url(../img/layout/mainsloagan.png);*/
  float: left;
  height: 20px;
  margin: 65px 0 0 20px;
  width: 571px;
}

#mainsloagan span {
  display: none;
}

#mainmenu {
  background: url(../img/layout/semi.png);
  color: #efbb33;
  float: left;
  font-size: 14px;
  height: 56px;
  line-height: 24px;
  margin-top: 60px;
  padding: 20px 0 0 20px;
  width: 640px;
}

#wrapper.nobg #mainmenu {
  background: none;
}

#mainmenu a {
  color: #efbb33;
  color: #35210B;
  text-decoration: none;
}

#mainmenu a:hover {
  color: #35210b;
}

#mainmenu a.active {
  color: #35210b;
  font-weight: bold;
}

#submenu {
  background: url(../img/layout/semi.png);
  clear: left;
  color: #c41116;
  font-size: 14px;
  height: 21px;
  padding-left: 20px;
  width: 640px;
}

#wrapper.nobg #submenu {
  background: none;
}

#submenu a {
  background: #c41116;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
  text-transform: uppercase;
}

#submenu a:hover,
#submenu a.active {
  background: #35210b;
}

#logo_container {
  background: url(../img/layout/bg_logo_container.png) bottom no-repeat;
  float: right;
  width: 320px;
}

#wrapper.nobg #logo_container {
  background: none;
}

#logo {
  background: url(../img/layout/logo.png);
  display: block;
  height: 221px;
  margin-left: 40px;
  width: 221px;
}

#logo span {
  display: none;
}

.langmenu {
  float: right;
  padding: 190px 20px 0 0;
}

.langmenu a {
  float: left;
  margin: 0 0 0 5px;
  opacity: 0.6;
}

.langmenu a:hover,
.langmenu a.active {
  opacity: 1;
}

.langmenu a img {
  display: block;
}

#content {
  background: url(../img/layout/semi.png);
  clear: both;
  padding: 40px 0 20px 20px;
  width: 960px;
}

#wrapper.nobg #content {
  background: none;
}

footer {
  background: url(../img/layout/semi.png);
  clear: both;
  padding: 0 0 95px 20px;
  width: 960px;
}

#wrapper.nobg footer {
  background: none;
}

.footerlink {
  display: block;
  height: 110px;
  width: 300px;
}

.footerlink span {
  display: none;
}

#footerlink1 {
  background-image: url(../img/layout/bg_footerlink1.png);
  background-position: 0px 0px;
}

#footerlink1:hover, #footerlink1.active {
  background-position: 0px -110px;
}

#footerlink1.en {
  background-image: url(../img/layout/bg_footerlink1-en.png);
}

#footerlink2 {
  background-image: url(../img/layout/bg_footerlink2.png);
  background-position: 0px 0px;
}

#footerlink2:hover, #footerlink2.active {
  background-position: 0px -110px;
}

#footerlink2.en {
  background-image: url(../img/layout/bg_footerlink2-en.png);
}

#footerlink3 {
  background-image: url(../img/layout/bg_footerlink3.png);
  background-position: 0px 0px;
}

#footerlink3:hover, #footerlink3.active {
  background-position: 0px -110px;
}

#footerlink3.en {
  background-image: url(../img/layout/bg_footerlink3-en.png);
}

.imprint {
  float: right;
  padding: 5px 20px 5px 0px;
}

.imprint a {
  float: right;
  text-decoration: none;
}

#socials {
  clear: both;
  float: left;
  padding-top: 15px;
}

#youtube {
  float: left;
  margin-right: 10px;
}

.fb-like {
  float: left;
}

/* Videos */

#video_menu a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}

#video_menu a span {
  color: #35210b;
}

#video_menu a.active {
  color: #35210b;
}

/* Kontakt */

#content_kontakt {
  /*color: #fff;*/
}

#content_kontakt a {
  /*color: #fff;
  font-weight: bold;
  text-decoration: underline;*/
}

#holland {
  background: url(../img/layout/Flag-NL.jpg) 0px 3px no-repeat;
  padding-left: 35px;
  width: 280px;
}

#holland span {
  float: left;
  width: 50%;
}

table.kontakt td {
  vertical-align: top;
}

table.kontakt img {
  float: left;
  margin-right: 3px;
  margin-top: 2px;
}

/* NEWS */

.heading {
  display: block;
  height: 33px;
  margin-bottom: 20px;
  width: 300px;
}

.heading span {
  display: none;
}

#heading_aktuelles {
  background: url(../img/layout/heading_aktuelles.png);
}

#heading_medien {
  background: url(../img/layout/heading_medien.png);
}

#heading_neuigkeiten {
  background: url(../img/layout/heading_neuigkeiten.png);
}

#news_medien a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

/* FAHRZEUGE */

.push {
  padding-top: 30px
}

.fahrzeuge {
  width: 100%;
}

.fahrzeuge td {
  padding: 1px
}

.fahrzeuge a {
  text-decoration: none;
}

.fahrzeuge a.mark {
  text-decoration: underline;
}

[class*="fahrzeug--bild"] {
  margin-bottom: 20px;
}

.fahrzeug--bild__3 {
  margin-bottom: 0;
}

.fahrzeuge-liste {
  margin: 0;
  padding: 0;
}

/* CMS */

.cms-eintrag {
  padding-bottom: 20px;
}


.cms-eintrag img {
  margin-top: 10px;
}

/* SLIDER HOMEPAGE */
.nivoo-slider, .nivoo-slider-holder {
  height: 444px;
  overflow: visible;
  position: relative;
  width: 620px;
}

.nivoo-slider.got-control-nav {
  height: 444px;
}

div.control-nav {
  bottom: -30px;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}

div.control-nav a {
  font-size: 30px;
  text-decoration: none;
  text-shadow: none;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -webkit-transition: none;
}

.nivoo-slider p {
  display: none;
}

.direction-nav-left a {
  background: none;
}

.direction-nav-right a {
  background: none;
}