@charset "UTF-8";
.table-container {
  display: block;
  margin: 2em auto;
  width: 90%;
  max-width: 600px;
}

.carlist > div {
  margin-top: 40px;
  white-space: normal;
}

.flex-table {
  font-size: 0.85em;
  display: flex;
  flex-flow: row wrap;
  transition: 0.5s;
  position: relative;
}
.flex-table.header {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.flex-table.header > div {
  background: #8dd404;
  color: #000;
  border-color: #8dd404;
  font-weight: bold;
  font-size: 1.1em;
}
.flex-table.row:nth-child(odd) {
  background: #f4f2f1;
}
.flex-table > div {
  box-sizing: border-box;
  text-align: left;
  padding: 0.5em 0.5em;
  border-bottom: solid 1px #d9d9d9;
}
.flex-table > div:nth-child(1) {
  width: 16.6666666667%;
}
.flex-table > div:nth-child(2) {
  width: 16.6666666667%;
}
.flex-table > div:nth-child(3) {
  width: 8.3333333333%;
}
.flex-table > div:nth-child(4) {
  width: 8.3333333333%;
}
.flex-table > div:nth-child(5) {
  width: 8.3333333333%;
}
.flex-table > div:nth-child(6) {
  width: 8.3333333333%;
}
.flex-table > div:nth-child(7) {
  width: 8.3333333333%;
}
.flex-table > div:nth-child(8) {
  width: 8.3333333333%;
}
.flex-table > div:nth-child(9) {
  width: 8.3333333333%;
}
.flex-table > div:nth-child(10) {
  width: 8.3333333333%;
}

@media all and (max-width: 1199px) {
  .carlist > div {
    margin-top: 72px;
  }
  .flex-table > div:nth-child(1) {
    width: 33.3333333333%;
  }
  .flex-table > div:nth-child(2) {
    width: 33.3333333333%;
  }
  .flex-table > div:nth-child(3) {
    width: 33.3333333333%;
  }
  .flex-table > div:nth-child(4) {
    width: 16.6666666667%;
  }
  .flex-table > div:nth-child(5) {
    width: 16.6666666667%;
  }
  .flex-table > div:nth-child(6) {
    width: 16.6666666667%;
  }
  .flex-table > div:nth-child(7) {
    width: 16.6666666667%;
  }
  .flex-table > div:nth-child(8) {
    width: 16.6666666667%;
  }
  .flex-table > div:nth-child(9) {
    width: 8.3333333333%;
  }
  .flex-table > div:nth-child(10) {
    width: 8.3333333333%;
  }
}
@media all and (max-width: 767px) {
  .carlist > div {
    margin-top: 104px;
  }
  .flex-table > div:nth-child(1) {
    width: 50%;
  }
  .flex-table > div:nth-child(2) {
    width: 33.3333333333%;
  }
  .flex-table > div:nth-child(3) {
    width: 16.6666666667%;
  }
  .flex-table > div:nth-child(4) {
    width: 33.3333333333%;
  }
  .flex-table > div:nth-child(5) {
    width: 33.3333333333%;
  }
  .flex-table > div:nth-child(6) {
    width: 33.3333333333%;
  }
  .flex-table > div:nth-child(7) {
    width: 33.3333333333%;
  }
  .flex-table > div:nth-child(8) {
    width: 33.3333333333%;
  }
  .flex-table > div:nth-child(9) {
    width: 16.6666666667%;
  }
  .flex-table > div:nth-child(10) {
    width: 16.6666666667%;
  }
}
@media all and (max-width: 575px) {
  .carlist > div {
    margin-top: 166px;
  }
  .flex-table > div:nth-child(1) {
    width: 100%;
  }
  .flex-table > div:nth-child(2) {
    width: 50%;
  }
  .flex-table > div:nth-child(3) {
    width: 50%;
  }
  .flex-table > div:nth-child(4) {
    width: 50%;
  }
  .flex-table > div:nth-child(5) {
    width: 50%;
  }
  .flex-table > div:nth-child(6) {
    width: 50%;
  }
  .flex-table > div:nth-child(7) {
    width: 50%;
  }
  .flex-table > div:nth-child(8) {
    width: 50%;
  }
  .flex-table > div:nth-child(9) {
    width: 50%;
  }
  .flex-table > div:nth-child(10) {
    width: 100%;
  }
  .flex-table.header > div:nth-child(10) {
    display: none;
  }
}
html, body {
  margin: 0;
}

.x-item-description-child {
  font-size: 0;
}

.atg {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #004427;
}
.atg a {
  text-decoration: none;
}
.atg p {
  margin-top: 0;
}
.atg h1 {
  font-size: 20px;
  font-weight: bold;
  color: #004427;
}
.atg h2 {
  font-size: 17px;
  font-weight: bold;
  color: #004427;
}
.atg ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.atg .red {
  color: #f30;
}
.atg .btn {
  display: inline-block;
  font-size: 11px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 5px;
  background-color: transparent;
  margin-right: 10px;
}
.atg .btn.big {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
  border: #79C108 2px solid;
  background-color: #79C108;
  padding: 20px 0;
  text-align: center;
  border-radius: 20px;
}
.atg .btn.big.contact {
  background-color: transparent;
  color: #79C108;
}
.atg .btn.big.contact:hover {
  background-color: rgba(121, 193, 8, 0.1);
}
.atg .btn.big.dense {
  margin: 10px 0;
  padding: 10px 0;
}
.atg .btn:hover {
  background-color: #649f07;
}
.atg .numbers {
  font-size: 0.85em;
  padding-top: 15px;
  padding-bottom: 15px;
}
.atg .numbers + .numbers {
  padding-top: 0;
}
.atg .container {
  max-width: 90vw;
  margin: 0 auto;
}
.atg .img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.atg .img-infos {
  margin-bottom: 30px;
}
.atg .galleryHolder .gallery {
  margin: 0 !important;
}
.atg .galleryHolder .thumbs {
  margin: 0 !important;
  -ms-transform: scale(1.0125);
  transform: scale(1.0125);
}
.atg .galleryHolder .thumbs ul > li {
  width: 20% !important;
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.atg .galleryHolder .thumbs ul > li > label {
  margin-bottom: 0 !important;
}
.atg .galleryHolder .thumbs ul > li > label > div {
  overflow: hidden;
  border: 1px solid #ccc;
}
.atg .galleryHolder .stage {
  margin-bottom: 5px;
}
.atg .galleryHolder .stage > ul > li {
  border: 1px solid #ccc;
}
.atg #galleryHolder .stage {
  padding-bottom: 50%;
}
.atg .info-container {
  margin-top: 30px;
  background-color: #f8f8f8;
}
.atg .info-container ul {
  margin: 0;
}
.atg .info-container li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.atg .info-container li::before {
  font-weight: bold;
  font-size: 0.8em;
  display: inline-block;
  width: 23px;
  min-width: 23px;
  height: 23px;
  position: absolute;
  top: 2px;
  left: 0;
  content: "▶";
  color: #004427;
  background-size: 23px 23px;
}
.atg .info-container .pad {
  padding: 15px;
}
.atg .head {
  font-size: 20px;
  font-weight: bold;
}
.atg .head.border {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.atg .head.small {
  font-size: 18px;
}
.atg .overflow {
  overflow-x: auto;
}
.atg .overflow table {
  overflow: auto;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.atg .overflow th {
  font-weight: bold;
  padding: 10px;
  text-align: left;
}
.atg .overflow td {
  padding: 10px;
  white-space: nowrap;
}
.atg .overflow td a {
  text-decoration: underline;
  color: #8dd404;
}
.atg .overflow td a:hover {
  text-decoration: none;
  color: #004427;
}
.atg .hinweis {
  line-height: 1.8;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.atg .hinweis img {
  max-width: 236px;
  margin: 20px auto;
}
.atg .pay-del {
  font-size: 14px;
  line-height: 1.5;
}
.atg .pay-del .img {
  margin-bottom: 20px;
}
.atg .pay-del .box {
  padding: 15px;
  background-color: #f8f8f8;
}
.atg .pay-del .head {
  margin-bottom: 15px;
}
.atg .payment p:last-child, .atg .delivery p:last-child {
  margin-bottom: 0;
}
.atg .payment {
  margin-bottom: 30px;
}
.atg .delivery ul {
  font-size: 18px;
}
.atg .delivery li {
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
}
.atg .delivery li::before {
  display: inline-block;
  width: 23px;
  min-width: 23px;
  height: 23px;
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  background-size: 23px 23px;
}
.atg .delivery-logos {
  padding-top: 5px;
  display: block;
  width: 100%;
  text-align: center;
}
.atg .delivery-logos img {
  margin: 5px 5px 0 5px;
  display: inline-block;
  max-width: 100px;
}
.atg .cross-selling {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.atg .cross-selling .items {
  text-align: center;
}
.atg .cross-selling .item {
  display: block;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #004427;
}
.atg .cross-selling .item span:not(.btn) {
  display: block;
  padding: 0 15px;
}
.atg .cross-selling .item span:not(:last-child) {
  margin-bottom: 15px;
}
.atg .cross-selling .item:hover .btn {
  background-color: #004427;
}
.atg .cross-selling img {
  display: block;
  margin: 0 auto;
}
.atg .cross-selling .preis {
  font-weight: bold;
}
.atg .cross-selling .m-auto {
  margin-top: auto;
}
.atg .copy {
  font-size: 12px;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  color: #ccc;
}
.atg .vehicle-btn {
  width: 100%;
  margin-top: 10px;
  padding-right: unset;
  padding-left: unset;
}
.atg .vehicle-btn span {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #galleryHolder .stage {
    padding-bottom: 100%;
  }
}
@media (min-width: 992px) {
  .atg h1 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .atg h1 {
    font-size: 34px;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .atg .btn.big {
    display: inline-block;
    padding: 20px 60px;
  }
}
@media (min-width: 992px) {
  .atg .img-infos {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .atg .img-infos {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .atg .img-container, .atg .info-container {
    width: 48%;
  }
  .atg .img-container {
    order: 1;
  }
  .atg .info-container {
    order: 2;
  }
}
@media (min-width: 992px) {
  .atg .info-container {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .atg .info-container li {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .atg .info-container .pad {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.atg .info-container .pad-bottom {
  padding-bottom: 30px;
}

.atg .info-container .pad-bottom.dense {
  padding: 15px;
}

@media (min-width: 1200px) {
  .atg .info-container .pad {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .atg .head {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .atg .head.border {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .atg .overflow th {
    padding: 20px 10px;
  }
}
@media (min-width: 992px) {
  .atg .overflow td {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .atg .hinweis {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .atg .hinweis {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .atg .hinweis .text {
    width: 300px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .atg .hinweis .text {
    font-size: 24px;
    width: 400px;
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  .atg .hinweis img {
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .atg .pay-del {
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .atg .pay-del {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .atg .pay-del .img {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .atg .pay-del .box {
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}
@media (min-width: 992px) {
  .atg .pay-del .box {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .atg .payment, .atg .delivery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 48%;
  }
}
@media (min-width: 768px) {
  .atg .payment {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .atg .delivery li {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .atg .cross-selling {
    margin-top: 60px;
  }
}
@media (min-width: 544px) {
  .atg .cross-selling .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media (min-width: 544px) {
  .atg .cross-selling .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .atg .cross-selling .item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .atg .cross-selling .title {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .atg .cross-selling .title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .atg .copy {
    line-height: 1;
    padding-top: 30px;
  }
}
.header {
  display: none;
}
.header .inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  -ms-flex-align: center;
  align-items: center;
}
.header .inner .contact--button {
  display: inline-block;
  position: absolute;
  right: 0;
}
.header .inner .contact--button .btn {
  margin-right: 0;
}
.header .banner--1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 20px 0;
  -ms-flex-align: center;
  align-items: center;
}
.header .btn {
  font-size: 18px;
  margin-top: 20px;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background-color: #004427;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .btn.dark:hover, .header .btn:hover {
  background-color: #000;
}
.header path {
  fill: #fff;
}
.header svg {
  width: 32px;
  height: 16px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .header .inner {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .banner--1 {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 40px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .header .banner--1 {
    padding: 0 0 60px 0;
  }
}
@media (min-width: 992px) {
  .header .inner {
    padding: 40px 0 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #79C108;
  }
  .header .btn {
    width: auto;
    margin-top: 0;
    padding: 10px 20px;
    display: inline-block;
  }
  .atg .vehicle-btn {
    width: 100%;
    margin-top: 10px;
    padding-left: unset;
    padding-right: unset;
  }
}
@media (min-width: 768px) {
  .header {
    display: block;
  }
}
.pad li:first-child {
  color: red;
  font-weight: bold;
}
.pad li:first-child:before {
  color: red;
}

.ul {
  padding-bottom: 20px;
}
.ul li {
  padding: 2px 0 5px 10px;
  list-style: disc;
  margin-left: 20px;
}

.small {
  font-size: 14px;
}

@media (min-width: 481px) {
  .atg .vehicle-container {
    display: block;
  }
}
.atg .lackhinweis {
  line-height: 1.6;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ccc;
  /*border-bottom: 1px solid #ccc;*/
}

.atg .overflow {
  max-height: 300px;
}

@media (min-width: 768px) {
  .atg .lackhinweis {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .atg .lackhinweis .text {
    width: 700px;
    font-size: 15px;
    line-height: 1.7;
    margin-right: 30px;
  }
  .atg .overflow {
    max-height: 350px;
  }
}
@media (min-width: 1200px) {
  .atg .lackhinweis {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 55px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .atg .lackhinweis .text {
    font-size: 14px;
    width: 1100px;
  }
  .atg .overflow {
    max-height: 400px;
  }
}
.atg .lackhinweis img {
  max-width: 236px;
  margin: 20px auto;
}

@media (min-width: 768px) {
  .atg .lackhinweis img {
    margin-right: 60px;
    /*margin: 20px 0;*/
  }
}
#main {
  display: none;
}

#galleryHolder .stage ul > li > input + div,
#galleryHolder .thumbs ul > li > label > div,
#galleryHolder .thumbs ul > li > label > img,
.stage ul > li div {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#galleryHolder .stage ul > li > input + div,
#galleryHolder .thumbs ul > li,
#galleryHolder .thumbs ul > li > label > img,
#galleryHolder .thumbs ul > li > label > img:after {
  background-color: rgb(255, 255, 255);
}

#galleryHolder .thumbs ul > li {
  width: 25%;
  width: 25%;
  float: left;
}

#galleryHolder .stage ul > li > input,
#galleryHolder .stage ul > li[data=""] {
  display: none;
}

#galleryHolder .gallery {
  margin: 0 0.5rem;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-order: 1;
  order: 1;
}

#galleryHolder .stage {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 100%;
}

#galleryHolder .stage ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#galleryHolder .stage ul > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.stage ul > li div {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  opacity: 0;
  background-color: #fff;
}

#galleryHolder .stage ul > li > input + div {
  display: block;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease 0s;
  opacity: 0;
}

#galleryHolder .stage ul > li > input:checked + div {
  opacity: 1;
}

#galleryHolder .thumbs {
  position: relative;
  z-index: 1;
  margin: 0 -0.25rem;
}

#galleryHolder .thumbs:after {
  content: " ";
  display: table;
  clear: both;
}

#galleryHolder .thumbs ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#galleryHolder .thumbs ul > li:only-child,
#galleryHolder .thumbs ul > li[data=""] {
  display: none;
}

#galleryHolder .thumbs ul > li {
  margin: auto 0;
}

#galleryHolder .thumbs ul > li > label {
  position: relative;
  display: initial;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#galleryHolder .thumbs ul > li > label > div {
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  background-color: transparent;
  box-sizing: border-box;
}

#galleryHolder .thumbs ul > li > label > div:before {
  font-size: 0;
  display: block;
  padding-top: 100%;
  content: " ";
}

#galleryHolder .thumbs img {
  position: relative;
  z-index: 4;
  max-width: 95%;
  height: auto;
  cursor: pointer;
}

.mto_cat_item_text_counter {
  display: none;
}

.lightbox_control,
.lightbox_control:visited {
  color: rgb(255, 255, 255);
}

input:checked + .lightbox > a.lightbox_link {
  cursor: -webkit-zoom-in;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

#galleryHolder .stage ul > li > input + div.lightbox:target,
.lightbox_overlay,
.stage ul > li > input + div.lightbox {
  transition: none !important;
}

.lightbox_overlay {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
}

:target .lightbox_overlay {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox_overlay > .lightbox_content {
  opacity: 0;
  overflow: visible;
  max-height: 80vh;
  max-width: 80%;
  position: relative;
}

.lightbox_overlay > .lightbox_figure {
  transition: opacity 2s;
}

:target .lightbox_overlay > .lightbox_content {
  opacity: 1;
}

:target .lightbox_overlay > .lightbox_figure {
  display: block;
  margin: 1.5em;
}

.lightbox_figure img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto !important;
}

:target .lightbox_overlay .lightbox_figure,
:target .lightbox_overlay .lightbox_image {
  max-width: 80vw;
  background-position: center 0;
  max-height: 80vh;
  opacity: 1;
  position: relative;
}

:target .lightbox_overlay .lightbox_figure {
  position: absolute;
  margin-top: 100px;
  width: 80vw;
  top: 0;
  left: 0;
  right: 0;
  margin: 100px auto 0 !important;
}

:target .lightbox_overlay .lightbox_figure * {
  margin: 0 auto;
}

:target .lightbox_overlay .lightbox_image {
  opacity: 1;
  display: none;
  padding-top: 0;
}

.lightbox_control {
  position: absolute;
}

.lightbox_control_icons .lightbox_control {
  position: absolute;
  width: 3em;
  height: 3em;
  background-position: 50%;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.lightbox_close {
  top: 1em;
  right: 1em;
}

.lightbox_control_icons .lightbox_close {
  top: 2.5em;
  right: 2.5em;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.7%2010.3c-0.4-0.4-1-0.4-1.4%200l-4.3%204.3-4.2-4.2c-0.4-0.4-1-0.4-1.4%200-0.4%200.4-0.4%201%200%201.4l4.2%204.2-4.3%204.3c-0.4%200.4-0.4%201%200%201.4%200.4%200.4%201%200.4%201.4%200l4.3-4.3%204.2%204.2c0.4%200.4%201%200.4%201.4%200%200.4-0.4%200.4-1%200-1.4l-4.2-4.2%204.3-4.3C22.1%2011.3%2022.1%2010.7%2021.7%2010.3zM16%200C7.2%200%200%207.2%200%2016s7.2%2016%2016%2016c8.8%200%2016-7.2%2016-16S24.8%200%2016%200zM16%2030C8.3%2030%202%2023.7%202%2016S8.3%202%2016%202s14%206.3%2014%2014S23.7%2030%2016%2030z%22%2F%3E%3C%2Fsvg%3E);
  mix-blend-mode: difference;
}

.lightbox_control_icons .lightbox_close:hover {
  opacity: 0.5;
}

.lightbox_close_around {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: default;
}

.lightbox_next,
.lightbox_prev {
  top: 50%;
  margin-top: -1.5em;
  opacity: 0.2;
}

.lightbox_prev {
  left: 2em;
}

.lightbox_next {
  right: 2em;
}

.lightbox_control_icons .lightbox_next,
.lightbox_control_icons .lightbox_prev {
  margin-top: -1.5em;
  transition: opacity 0.2s;
  opacity: 1;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2244.1%22%20height%3D%2294.7%22%20viewBox%3D%220%200%2044.1%2094.7%22%20enable-background%3D%22new%200%200%2044.088%2094.67%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M44.1%2047.3L1.5%2094.7%200%2093.3l41.4-46L0%201.3%201.5%200%2044.1%2047.3z%22%2F%3E%3C%2Fsvg%3E);
}

.lightbox_control_icons .lightbox_prev {
  left: 2em;
  transform: rotate(180deg);
}

.lightbox_control_icons .lightbox_figure > .lightbox_next {
  right: -3em;
  margin-top: -18px !important;
}

.lightbox_control_icons .lightbox_figure > .lightbox_prev {
  left: -3em;
  margin-top: -18px !important;
}

.lightbox_next:focus,
.lightbox_next:hover,
.lightbox_prev:focus,
.lightbox_prev:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
}

.lightbox_untarget {
  position: fixed;
  top: 0;
}

.lightbox_content {
  overflow: auto;
  max-height: 100%;
}

.lightbox_html {
  padding: 2em;
  max-width: 80%;
  background-color: #fff;
}

div[class*=" csslider"],
div[class^=csslider] {
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  #galleryHolder .stage ul > li > input + div.lightbox:target {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 991px) {
  #galleryHolder .stage ul > li > input + div.lightbox *,
  #galleryHolder .stage ul > li > input + div.lightbox:target * {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .lightbox_figure img {
    max-width: 100%;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
#menu {
  font-size: 0.85em;
  width: 265px;
  float: left;
  padding-right: 45px;
  background-color: #fff;
}
#menu a {
  color: #004427;
  display: block;
}
#menu li {
  padding: 3px 5px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}
#menu li:hover > a, #menu li:active > a, #menu li:focus > a {
  color: #8dd404;
}
#menu .hidden {
  display: none;
}

#menu > ul > li {
  position: relative;
  font-size: 0.9em;
}
#menu > ul > li label {
  color: #004427;
  display: block;
}
#menu > ul > li label:hover {
  cursor: pointer;
  color: #8dd404;
}
#menu > ul > li label:hover + input + div {
  border-top: solid 6px #8dd404;
}
#menu > ul > li ul {
  overflow: hidden;
  font-size: 0.85em;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
#menu > ul > li ul div {
  padding: 0;
  height: 0;
  width: 0;
  border-left: solid 6px #004427;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  float: left;
  margin: 5px 10px -5px 0;
}
#menu > ul > li input:checked + div + ul {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}
#menu > ul > li input + div {
  padding: 0;
  height: 0;
  width: 0;
  border-top: solid 6px #004427;
  border-right: solid 6px transparent;
  border-left: solid 6px transparent;
  transform: rotate(0deg);
  transition: transform 0.5s ease-out;
  border-bottom: none;
  position: absolute;
  right: 0;
  top: 10px;
}
#menu > ul > li input:checked + div {
  transform: rotate(180deg);
  transition: transform 0.5s ease-out;
}

@media (max-width: 543px) {
  #menu {
    display: none;
  }
}
.atg .btn.big {
  display: block;
}

.atg .overflow td {
  padding: 5px;
}

.atg .overflow tr {
  border-bottom: solid 1px #ddd;
}

.atg .copy {
  background-color: #eee;
  border: solid 1px #ddd;
  color: #aaa;
  padding: 15px !important;
  margin-bottom: 25px;
}

.kbasearch input {
  padding: 5px;
  font-size: 1.1rem;
  display: block;
}
.kbasearch form {
  padding-bottom: 5px;
}
.kbasearch label {
  font-size: 0.8em;
  color: #004427;
  text-align: center;
}
.kbasearch button {
  float: right;
  background-color: #8dd404;
  margin-top: 10px;
  border: none;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  margin-right: -3px;
}
.kbasearch button:hover {
  background-color: #004427;
  cursor: pointer;
}
.kbasearch .kbahelp {
  float: left;
  clear: left;
  margin-top: 10px;
  padding-left: 5px;
  font-size: 0.7em;
}
.kbasearch .preview {
  width: 50%;
}
.kbasearch .big {
  position: absolute;
  left: 110px;
  top: 80px;
  display: none;
  z-index: 200;
}
.kbasearch .preview:hover + .big {
  display: block;
}

.carlist {
  font-size: 0.85em;
  position: relative;
  overflow-x: auto;
  max-height: 25em;
}
.carlist + .pad {
  margin-top: 20px;
}
.carlist + .pad .btn.big {
  margin: 0;
}
.carlist > div {
  height: 300px;
  min-height: 200px;
  max-height: 400px;
  width: 100%;
  overflow: auto;
  left: 0;
  right: 0;
}
.carlist > div::-webkit-scrollbar, .carlist > div::-webkit-scrollbar-track {
  width: 8px;
  height: 8px;
  background-color: #ddd;
}
.carlist > div::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
.carlist::-webkit-scrollbar, .carlist::-webkit-scrollbar-track {
  width: 8px;
  height: 8px;
  background-color: #ddd;
}
.carlist::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
.carlist table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.9em;
}
.carlist td {
  empty-cells: show;
}
.carlist th, .carlist td {
  word-wrap: break-word;
  padding: 3px;
  border-right: solid 1px rgba(50, 50, 50, 0.1);
}
.carlist th.nowrap, .carlist td.nowrap {
  word-wrap: normal;
  white-space: nowrap;
}
.carlist th:last-child, .carlist th.last, .carlist td:last-child, .carlist td.last {
  border-right: none;
}
.carlist thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #79C108;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0.5em 0.5em;
}
.carlist thead, .carlist tbody {
  text-align: left;
  font-size: 0.85em;
}
.carlist tbody tr {
  border-bottom: solid 1px #ddd;
}
.carlist tbody tr.last {
  border-bottom: solid 1px #ccc;
}
.carlist tbody tr:nth-child(odd) {
  background-color: rgba(150, 150, 150, 0.1);
}
.carlist tbody tr td {
  padding: 0.2em 0.5em;
}
.carlist a {
  color: #8dd404;
}
.carlist a:hover {
  color: #004427;
}

.sm-btns a {
  margin-bottom: 15px;
}

li.mobile, div.mobile {
  display: block;
}

@media (min-width: 481px) {
  .mobile,
  .atg .btn.mobile {
    display: none;
  }
}
tr.gray {
  background-color: #eee;
}

tr.bold td {
  font-weight: bold;
}

.mobile.bottom {
  padding-top: 15px;
  font-size: 12px;
}

.atg a.btn.mobile {
  margin-top: 0;
}

.atg .carlist ~ .btn.mobile {
  margin-top: 30px;
}

.carlist ~ .info-container .btn {
  margin-bottom: 0;
}

.xm {
  display: none;
}

.md {
  display: none;
}

.lg {
  display: none;
}

.hidden {
  display: none;
}

@media (max-width: 620px) {
  a.btn.contact {
    display: none;
  }
  .atg .info-container {
    margin-top: 15px;
  }
}
@media (min-width: 481px) {
  tr.xs, th.xs, td.xs {
    display: none;
  }
  tr.xm {
    display: table-row;
  }
  td.xm, th.xm {
    display: table-cell;
  }
}
@media (min-width: 621px) {
  tr.xs, th.xs, td.xs {
    display: none;
  }
  tr.xm, th.xm, td.xm {
    display: none;
  }
  tr.md {
    display: table-row;
  }
  td.md, th.md {
    display: table-cell;
  }
}
@media (min-width: 961px) {
  tr.xs, th.xs, td.xs {
    display: none;
  }
  tr.xm, th.xm, td.xm {
    display: none;
  }
  tr.md, th.md, td.md {
    display: none;
  }
  tr.lg {
    display: table-row;
  }
  td.lg, th.lg {
    display: table-cell;
  }
}
/**
 * Autor:   Rico Wunglueck <r.wunglueck@autoteile-gocht.de>
 * Datum:   08.06.2021
 * Zeit:    06:28
 * Datei:   _tweak_202106040711.scss
 */
.header .btn {
  background-color: #79C108;
}
.header .dark.btn {
  background-color: #004427;
}

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