div.slidepanel-box {
  position: relative;
  background: #000;
  font-weight: bold;
}

ul.slidepanel-textlist {
  display: none;
}

div.slidepanel-panel {
  position: absolute;
  height: 100%;
  width: 50%;
  word-wrap: break-word;
  z-index: 10;
}

div.slidepanel-panel.left {
  background: #1d1d1d;
  color: white;
  font-size: 4vw;
}

div.slidepanel-box.big {
  line-height: 200%;
}

div.slidepanel-box.big > div.slidepanel-panel.left {
  font-size: 6vw;
}

div.slidepanel-box.inverted > div.slidepanel-panel.left {
  left: 50%;
}

div.slidepanel-panel.right {
  background: #bcd000;
  color: #1d1d1d;
  font-size: 0px;
  left: 50%;
  text-align: left;
}

div.slidepanel-box.inverted > div.slidepanel-panel.right {
  left: 0px;
}

center {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  padding: 5%;
}

div.slidepanel-panel.right > center {
  text-align: left;
}

/*------------------------*/

.font-size15vw {
  font-size: 1.5vw;
}

body.body {
  margin: 0;
  font-family: Helvetica, Tahoma, Geneva, Verdana, sans-serif;
  background: #000;
}

div.body {
  width: 100%;
  min-width: 320px;
  max-width: 1280px;
  margin: auto;
  margin-top: 10px;
}

div.flex-layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.col12p {
  width: 12.5%;
}
.col25p {
  width: 25%;
}
.col50p {
  width: 50%;
}
.col62p {
  width: 37.5%;
}
.col75p {
  width: 75%;
}

img {
  display: block;
  width: 100%;
  /* height: 100%; */
}

div.img {
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div.img.pic1 {
  background-image: url("img/der-neue-swift.jpg");
}
div.img.pic2 {
  background-image: url("img/suzuki-logo.jpg");
}
div.img.pic3 {
  background-image: url("img/suzuki-swift-theswiftlist.jpg");
}

.hide-on-load {
  display: none;
}

.hide-on-mobile {
  display: initial;
}
.only-on-mobile {
  display: none;
}

.default-height-header {
  height: 149px;
}

.default-height-body {
  height: 640px;
}

.position-relative {
  position: absolute;
}

.btn {
  /* padding: 4px 14px; */
  font-size: 14px;
  line-height: 24px;
  text-shadow: none;
  font-weight: normal;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #bcd000;
}

.btn:hover {
  text-decoration: none;
}

.btn.btn-hero {
  border: none;
  line-height: 38px;
  text-transform: uppercase;
  /* padding: 0 25px; */
  outline: none;
  text-shadow: 0 1px #1d1d1d, 0 1px #1d1d1d, 0 1px #1d1d1d;
  text-decoration: none;
}

a > .btn.btn-hero:hover {
  text-decoration: underline;
}

div.footer {
  position: fixed;
  width: 1280px;
  height: 38px;
  bottom: 0;
  background: #1d1d1d;
}

@media only screen and (min-width: 1250px) {
  h1 {
    font-size: 2.2em;
  }
  h3 {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
  h1 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 720px) {
  /* For mobile phones: */
  body.body {
    margin-left: 0%;
    margin-right: 0%;
  }
  div.body {
    margin-top: 0;
  }

  div.footer {
    position: relative;
    width: 360px;
  }

  .col12p {
    width: 25%;
  }
  .col25p {
    width: 50%;
  }
  .col50p {
    width: 100%;
  }
  .col62p {
    width: 75%;
  }

  .hide-on-mobile {
    display: none;
  }
  .only-on-mobile {
    display: initial;
  }

  div.slidepanel-panel.left {
    font-size: 10vw;
  }

  div.slidepanel-box.big > div.slidepanel-panel.left {
    font-size: 14vw;
  }

  .font-size15vw {
    font-size: 3.5vw;
  }

  div.slidepanel-box.big {
    line-height: initial;
  }

  .default-height-header {
    height: 86px;
  }

  .default-height-body {
    height: 360px;
  }
}

@media only screen and (min-width: 1280px) {
  div.slidepanel-panel.left {
    font-size: 64px;
  }
  div.slidepanel-box.big > div.slidepanel-panel.left {
    font-size: 96px;
  }

  .font-size15vw {
    font-size: 24px;
  }
}