@font-face {
  font-family: OpelSansCondensed;
  src: url(fonts/OpelSansW01-Condensed.eot);
}
@font-face {
  font-family: OpelSansCondensed-Bold;
  src: url(fonts/OpelSansW01-BoldCondensed.eot);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: OpelSansCondensed;
  src: url(fonts/OpelSansW01-Condensed.eot) format("eot");
  src: url(fonts/OpelSansW01-Condensed.eot?#iefix) format("embedded-opentype"), url(fonts/OpelSansW01-Condensed.woff) format("woff"), url(fonts/OpelSansW01-Condensed.ttf) format("truetype"), url(fonts/OpelSansW01-Condensed.svg#OpelSansCondensed) format("svg");
}
@font-face {
  font-family: OpelSansCondensed-Bold;
  font-weight: bold;
  font-style: normal;
  src: url(fonts/OpelSansW01-BoldCondensed.eot) format("eot");
  src: url(fonts/OpelSansW01-BoldCondensed.eot?#iefix) format("embedded-opentype"), url(fonts/OpelSansW01-BoldCondensed.woff) format("woff"), url(fonts/OpelSansW01-BoldCondensed.ttf) format("truetype"), url(fonts/OpelSansW01-BoldCondensed.svg#OpelSansCondensed-Bold) format("svg");
}
div.privacy-msg p {
  width: 300px;
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.inhaltAnzeigen {
  font-family: "OpelSansCondensed-Bold", sans-serif;
  font-weight: 800;
  color: red;
}

/* Slider */
* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
#placeholder-header {
  height: 3rem !important;
}

.ticker-wrap {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  height: 3rem;
  background-color: rgba(247, 255, 20, 0.9);
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  color: #000;
  font-family: OpelSansCondensed-Bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* General */
html, body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

a, span, div, ul, li, td, th, form, fieldset, input, select, textarea, p, h1, h2, h3, h4 {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: none;
  border: 0;
}

img {
  border: 0;
  border-radius: 5px;
}

.maps {
  width: 300px;
  height: 300px;
  border: 0;
  padding: 5% 0;
}

.accordion {
  display: inline-block;
  grid-auto-flow: column;
  background-color: #f7ff14;
  cursor: pointer;
  padding: 8px;
  width: 275px;
  margin: 0px;
  border: none;
  border-radius: 5px;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 8px 10px;
  float: left;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.4s ease-in-out;
}

.active:before {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  transition: transform 0.4s ease-in-out;
}

.accordion:hover {
  background-color: #f7ff14;
}

.panel {
  padding: 0;
  margin: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.shadow {
  box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.37);
}

.shadow .light {
  box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.2);
}

.btn-single {
  width: 302.14px !important;
}

.btn-group button {
  background-color: #f7ff14;
  border: 1px solid black;
  padding: 6px 18px;
  cursor: pointer;
  border-radius: 5px;
}

.btn-group-2lines {
  display: block !important;
  margin: 24px auto !important;
  padding: 0 !important;
  width: 728px !important;
}
.btn-group-2lines > *:not(:last-child) {
  padding: 14px 14px 14px 14px !important;
}

.btn-single-long-frame {
  display: block !important;
  padding: 14px 14px 14px 14px !important;
  width: 728px !important;
}

.btn-single-long {
  width: 100% !important;
  max-width: 692.14px;
}

.pulse {
  animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(140, 118, 38, 0.8);
  }
  70% {
    -webkit-box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.2), 0 0 0 15px rgba(140, 118, 38, 0);
  }
  100% {
    -webkit-box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(140, 118, 38, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(140, 118, 38, 0.8);
  }
  70% {
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.2), 0 0 0 15px rgba(140, 118, 38, 0);
  }
  100% {
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(140, 118, 38, 0);
  }
}
.btn-group button:not(:last-child) {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 115.6px;
}

.btn-group button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 186.53px;
}

.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:hover {
  background-color: #e0c500;
}

.left {
  float: left;
}

.right {
  float: right;
}

.btn-single-padding {
  padding: 0 0 10px 0 !important;
}

/* Main */
#main,
#footer {
  margin: 0 auto;
  max-width: 1136pt;
}

#main {
  position: relative;
  text-align: center;
}

#main:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.opel {
  width: 113px;
  height: 100px;
  margin: 30px 30px 30px 15px;
  clear: right;
}

.gus {
  width: 217px;
  height: 60px;
  margin: 50px 15px 30px 30px;
  clear: left;
}

/* Textstyle */
h1 {
  margin: 0 auto;
  max-width: 90%;
  clear: both;
  font-family: OpelSansCondensed-Bold, sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

h2 {
  margin: 0 auto 30px auto;
  max-width: 90%;
  font-family: OpelSansCondensed, sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

h3 {
  font-family: OpelSansCondensed-Bold, sans-serif;
  font-size: 17.6px;
  line-height: 22px;
  text-align: center;
}

h3 span {
  display: inline-block;
}

.header {
  font-family: OpelSansCondensed-Bold, sans-serif;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.yellow {
  color: #f7ff14 !important;
}

.animationtext {
  vertical-align: middle;
  text-align: center;
  font-size: 17.6px;
  color: #000000;
  background: linear-gradient(110deg, #000000 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #fff 34%, #ff0000 34%);
  background-size: 400%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.animationtext {
  animation: Gradient 8s ease infinite;
  -webkit-animation: Gradient 8s ease infinite;
  -moz-animation: Gradient 8s ease infinite;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 10% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
#main div {
  display: inline-block;
  width: 350px;
  background: #f7ff14;
  border-radius: 5px;
  font-family: OpelSansCondensed, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 5px 0 10px 0;
}

@media screen and (min-width: 778px) {
  #main {
    padding-bottom: 255px;
  }
  #main:before {
    height: 420px;
    background: url("img/bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  #main div:first-of-type {
    margin-right: 25px;
  }
  /*  #main div:nth-of-type(2) {
      margin-right: 25px;
    }*/
  .responsive {
    display: none !important;
  }
}
@media screen and (max-width: 777px) {
  #main {
    padding-bottom: 245px;
    padding-bottom: 50vw;
  }
  #main:before {
    height: 732px;
    background: url("img/bg2.jpg") center bottom no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .btn-group {
    margin-bottom: 0 !important;
  }
  #main div {
    display: block;
    margin: 0 auto 25px;
  }
  h1 span {
    display: block;
  }
  .btn-group-2lines, .btn-single-long-frame {
    width: 350px !important;
  }
}
@media screen and (max-width: 419px) {
  .opel {
    width: 113px;
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .gus {
    width: 217px;
    height: 60px;
    margin: 10px 15px 30px 15px;
    float: none !important;
  }
  .opel:after {
    content: "";
    display: block;
  }
}
#main div b {
  font-family: OpelSansCondensed-Bold, sans-serif;
}

#main div img {
  display: block;
  margin: 0 auto 10px auto;
}

#main div span {
  display: block;
  width: 100%;
  height: 10px;
  line-height: 10px;
}

/* Footer */
#footer {
  clear: both;
  padding: 10px 10px;
}

#footer li {
  display: inline-block;
  color: #B4BBBF;
  text-transform: uppercase;
}

#footer li.opel {
  font-family: OpelSansCondensed-Bold, sans-serif;
  color: #f7ff14;
  font-size: 11px;
  text-transform: none;
}

#footer li:nth-child(1n+2):before {
  content: "/";
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #f7ff14;
}

#footer li a {
  color: #000;
}

#footer li a:hover {
  color: #B4BBBF;
  text-decoration: underline;
}

/*# sourceMappingURL=style.scss.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
