@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
}

@font-face {
  font-weight: normal;
  font-style: normal;
}
h1.intro-start {
  position: fixed;
  margin: -1000px;
}

h3, .h3 {
  font-size: 20px;
}

.newsbox h4 {
  font-weight: bold;
}

p a {
  color: black;
}
p a:hover {
  text-decoration: underline;
  color: black;
}

.team-member {
  padding-top: 40px;
}
.team-member .text-muted {
  color: black;
}
.team-member .text-muted a {
  color: black;
  text-decoration: underline;
}
.team-member .imagefield {
  width: 100%;
}

.download-2 ul.files li {
  list-style: outside none none;
}
.download-2 ul.files li a {
  color: #000000;
  background: transparent url("/assets/images/pdf.png") no-repeat scroll 0 0/20px 20px;
  text-decoration: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  display: block;
  padding-left: 32px;
}

.btn-client {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFF01), to(#FF8000));
  background-image: linear-gradient(to bottom, #FFFF01 0, #FF8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bgc1", endColorstr="$bgc2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border: 1px solid #000;
  font-family: "Frutiger-Bold";
  color: #000;
  -webkit-box-shadow: inset 0 3px 5px 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 3px 5px 0 rgba(255, 255, 255, 0.3);
  padding: 10px;
}
.btn-client:active, .btn-client:hover {
  background-color: #FFFF01;
  color: #fff;
}

.button {
  margin-top: 30px;
  width: 70px;
  height: 35px;
  background-color: #f5e51b;
  margin-bottom: 15px;
  font-size: 20px;
  color: black;
  text-align: center;
  padding-top: 5px;
}
.button.center {
  margin: 0 auto;
}
.button a {
  color: black;
  font-weight: 700;
}
.button a:hover {
  text-decoration: none;
}
.button .newsbox .button {
  width: 300px;
}

.btn {
  color: black;
  border-raius: 4px;
  background-color: #f5e51b;
  padding: 10px 20px;
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 0px;
}

.btn:hover {
  color: black;
  text-decoration: none;
}

* {
  font-family: "Open Sans", sans-serif !important;
}

body {
  background-color: #f5e51b;
  color: black;
  overflow-x: hidden;
  white-space: wrap;
  width: 100%;
}
body .gradient1 {
  background: url("/assets/images/verlauf.jpg") repeat-x;
  min-height: 800px;
  background-color: white;
}
body .gradient1 .content {
  margin-top: 20px;
}
body .imagefield {
  max-width: 100%;
  height: auto;
}
body .gallery li {
  list-style: none;
  margin-bottom: 30px;
}
body .gallery li a img {
  max-width: 100%;
  height: auto;
}
body .m-gallery {
  margin-top: 50px;
}
body .m-gallery .nop-image {
  padding: 0;
  overflow: hidden;
  height: 200px;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}
body .m-gallery .nop-image a img.galerie {
  width: 200px;
  height: auto;
}
body .cookieInfo {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e6e6e6;
  color: black;
  opacity: 0.9;
  padding: 25px 60px;
  text-align: center;
}
body .cookieInfo .acceptcookies {
  font-family: "Open Sans", sans-serif;
  display: block;
  background-color: #f5e51b;
  color: black;
  border: 0;
  padding: 5px 35px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 20px auto 0;
}
@media screen and (max-width: 960px) {
  body .cookieInfo {
    padding: 20px;
  }
}
body header {
  height: 150px;
  width: 100%;
}
body header .container {
  position: relative;
}
body header .dreieck img {
  position: absolute;
  width: 100%;
  height: 8%;
}
body header .logo img {
  max-height: 116px;
  width: 440px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body header .logo img {
    width: 250px;
  }
}
body header .navigation {
  margin-top: 23px;
  padding-right: 0;
}
body header .navigation ul {
  padding-left: 0;
  float: right;
}
body header .navigation ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding-right: 10px;
  padding-bottom: 35px;
  max-width: none;
}
body header .navigation ul li a {
  font-size: 20px;
  color: black;
}
body header .navigation ul li a:hover {
  text-decoration: underline;
}
body header .navigation ul li a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}
body header .navigation ul li a .facebook {
  text-align: center;
}
body header .navigation ul li a .search {
  text-align: center;
}
body header .navigation ul li.active {
  margin-right: 5px;
  margin-left: 5px;
}
body header .navigation ul li.active a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
body header .navigation ul li:last-child {
  padding-right: 0;
}
body .gradient {
  background: url("/assets/images/verlauf.jpg") repeat-x;
  position: relative;
}
body .gradient .dreieckRechts img {
  position: absolute;
  right: 0;
  z-index: 9;
  width: 527px;
  top: -100px;
}
body .gradient .kleinesDreieck {
  background: url("/assets/images/dreieck.png") no-repeat top center;
}
body .gradient .kleinesDreieck .infobox {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 14px;
}
body .gradient .kleinesDreieck .infobox h3 {
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 30px;
  text-transform: uppercase;
}
body .gradient .kleinesDreieck .infobox img {
  width: 100%;
}
body .gradient .kleinesDreieck .infobox:first-child > div {
  width: 100%;
}
body .gradient .kleinesDreieck .infobox:first-child > div > span {
  width: 100%;
}
body .gradient .kleinesDreieck .infobox:first-child > div > span > iframe {
  width: 100%;
}
body .gradient .kleinesDreieck .infobox:last-child iframe {
  width: 100%;
}
body .gradient .kleinesDreieck .infobox.fb.mobile {
  display: none;
}
body .gradient .kleinesDreieck .infobox .button {
  height: 35px;
  position: absolute;
  bottom: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
body .gradient .kleinesDreieck .infobox .button a {
  font-size: 14px;
}
body .gradient .kleinesDreieck .infobox .button a:before {
  content: "> ";
}
body .gradient .kleinesDreieck .infobox p {
  padding-bottom: 70px;
}

@media screen and (max-width: 1200px) {
  .gradient .dreieckRechts img {
    width: 400px !important;
    top: -76px !important;
  }
}
.sitemap ul {
  padding-bottom: 20px;
}
.sitemap ul li {
  list-style: none;
}
.sitemap ul li a {
  color: black;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.sitemap ul li ul {
  margin-left: 15px;
  padding-left: 0;
}
.sitemap ul li ul li a {
  font-weight: bold;
  font-size: 18px;
  text-transform: none;
}
.sitemap ul li ul li ul li {
  padding-left: 0;
}
.sitemap ul li ul li ul li a {
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  body .gradient1 {
    background-color: white !important;
    overflow-x: hidden;
  }
  body header {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  body header .logo img {
    display: none;
  }
  body header .navigation ul li a {
    font-size: 17px;
  }
}
.wrapperfb .singlefb .imgfb .textfb a img {
  padding-bottom: 20px !important;
}

.carousel-control:focus {
  outline: none !important;
  outline-color: #fff;
}

.fbGroup {
  height: 35px;
  bottom: 25px;
  margin-bottom: 0;
  width: auto;
  margin-top: 19px;
  padding: 7px 20px 10px;
  background-color: #ffed00;
  display: inline-block;
}
.fbGroup a {
  color: black;
  text-align: center;
  background-color: #ffed00;
  font-weight: 700;
  font-size: 14px;
}
.fbGroup a:before {
  content: "> ";
  color: black;
  text-align: center;
  background-color: #ffed00;
  font-weight: 700;
  font-size: 14px;
}
.fbGroup a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .gradient .infobox.fb.mobile {
    display: block !important;
  }
  .gradient .infobox:last-child iframe {
    height: 546px;
    max-width: 528px;
  }
  .gradient .infobox img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  body .m-gallery .nop-image {
    float: left;
  }
  body .m-gallery .nop-image a img.galerie {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .gradient .infobox img {
    height: 290px;
  }
}
@media screen and (max-width: 480px) {
  body .slider1 .carousel .carousel-inner .col-item .photo .priceTag {
    padding-top: 6px;
  }
  body .slider1 .carousel .carousel-inner .col-item .photo .priceTag p {
    font-size: 20px !important;
  }
  body .m-gallery .nop-image {
    width: 128px;
    height: 128px;
  }
  .gradient .infobox img {
    height: 220px;
  }
}
@media screen and (max-width: 360px) {
  body .slider1 .carousel .carousel-inner .col-item .photo .priceTag {
    min-height: 0;
    padding-top: 5px;
  }
  body .slider1 .carousel .carousel-inner .col-item .photo .priceTag p {
    font-size: 14px !important;
  }
}
footer {
  margin-bottom: 20px;
  padding-top: 20px;
  background: url("/assets/images/dreieck.png") no-repeat top center;
  font-size: 14px;
  background-color: #f5e51b;
}
footer .footer {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer:last-child {
  padding-right: 0;
}
footer .footer span {
  font-weight: 700;
}
footer .footer h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 10px;
}
footer .footer ul {
  padding-left: 0;
}
footer .footer ul li {
  list-style: none;
}
footer .footer ul li a {
  color: black;
}
footer .footer .icons a img {
  width: 25px;
}

.sliderStart ol.carousel-indicators {
  left: 0 !important;
  margin-right: 0 !important;
  padding-right: 60px !important;
  text-align: right !important;
  width: 100% !important;
  margin-left: 0 !important;
  bottom: 7px;
}
.sliderStart ol.carousel-indicators li.active {
  background-color: #f5e51b;
  border: none;
}
.sliderStart ol.carousel-indicators li {
  background-color: #000;
  border: none;
  margin-right: 5px;
}
.sliderStart .carousel-inner {
  height: 472px;
  background-color: white;
  width: 100%;
  -webkit-box-shadow: 0 4px 25px 3px rgb(194, 192, 194);
  box-shadow: 0 4px 25px 3px rgb(194, 192, 194);
  margin-bottom: -90px;
}
.sliderStart .carousel-inner .Rollerbox .picture {
  height: 467px;
  position: relative;
  background-size: contain;
  background-position: center center !important;
  left: 0;
  width: 100%;
  background-repeat: no-repeat !important;
  display: inline-block;
  top: 0;
}
.sliderStart .carousel-inner .Rollerbox .text {
  height: 472px;
  line-height: 472px;
  text-align: left;
  font-size: 26px;
}
.sliderStart .carousel-inner .Rollerbox .text .vertical {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.sliderStart .carousel-inner .Rollerbox .text .vertical h2, .sliderStart .carousel-inner .Rollerbox .text .vertical .h2 {
  font-size: 44px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  word-break: break-word;
}
.sliderStart .carousel-inner .Rollerbox .text .vertical span {
  display: block;
  padding-top: 10px;
  font-weight: normal;
}
.sliderStart .carousel-inner .Rollerbox .text .vertical p {
  text-align: left;
  font-size: 20px;
}
.sliderStart .carousel-inner .Rollerbox .text .vertical .button {
  display: table;
  max-width: none;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.sliderStart .carousel-inner .Rollerbox .text .vertical .button a {
  font-size: 20px;
}
.sliderStart .carousel-control {
  background: none;
}
.sliderStart .carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 26px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sliderStart .carousel-control .left {
  left: -50px;
}
.sliderStart .carousel-control .right {
  right: -50px;
}
.sliderStart .shadowLeft {
  position: absolute;
  left: -69px;
  bottom: 0;
}
.sliderStart .shadowRight {
  position: absolute;
  right: -72px;
  bottom: 0;
}

.slider1 {
  background-color: white;
  padding-top: 90px;
  padding-bottom: 50px;
}
.slider1 .center {
  text-align: center;
  position: relative;
}
.slider1 .center h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.slider1 .carousel .text-center {
  text-align: center;
}
.slider1 .carousel .text-center h3 {
  margin-top: 60px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}
.slider1 .carousel .carousel-inner .active,
.slider1 .carousel .carousel-inner .item,
.slider1 .carousel .carousel-inner .left,
.slider1 .carousel .carousel-inner .next {
  margin-bottom: 70px;
}
.slider1 .carousel .carousel-inner .active .col-item .photo .priceTag,
.slider1 .carousel .carousel-inner .item .col-item .photo .priceTag,
.slider1 .carousel .carousel-inner .left .col-item .photo .priceTag,
.slider1 .carousel .carousel-inner .next .col-item .photo .priceTag {
  right: 40px;
  bottom: 80px;
  width: auto;
  min-width: 80px;
  min-height: 40px;
  background-color: #f5e51b;
  position: absolute;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.slider1 .carousel .carousel-inner .active .col-item .photo .priceTag p,
.slider1 .carousel .carousel-inner .item .col-item .photo .priceTag p,
.slider1 .carousel .carousel-inner .left .col-item .photo .priceTag p,
.slider1 .carousel .carousel-inner .next .col-item .photo .priceTag p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}
.slider1 .carousel .carousel-inner .active .col-item .photo img,
.slider1 .carousel .carousel-inner .item .col-item .photo img,
.slider1 .carousel .carousel-inner .left .col-item .photo img,
.slider1 .carousel .carousel-inner .next .col-item .photo img {
  width: 350px;
  height: auto;
  min-height: 330px;
  max-height: 330px;
  margin-right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider1 .carousel .carousel-inner .active .col-item .info .price h5,
.slider1 .carousel .carousel-inner .item .col-item .info .price h5,
.slider1 .carousel .carousel-inner .left .col-item .info .price h5,
.slider1 .carousel .carousel-inner .next .col-item .info .price h5 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: white;
}
.slider1 .carousel .carousel-control {
  background: none;
}
.slider1 .carousel .carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 26px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.slider1 .carousel .carousel-control .left {
  left: -50px;
  padding-left: 10px;
}
.slider1 .carousel .carousel-control .right {
  right: -50px;
  padding-right: 10px;
}

.carousel-inner-products a {
  text-decoration: none;
  color: black;
}

.carousel-inner-products .active.left {
  left: -33%;
}

.carousel-inner-products .active.right {
  left: 33%;
}

.carousel-inner-products .next {
  left: 33%;
}

.carousel-inner-products .prev {
  left: -33%;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

@media screen and (max-width: 1200px) {
  .sliderStart .carousel-inner .item {
    width: 100%;
  }
  .sliderStart ol.carousel-indicators {
    bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .gradient .dreieckRechts img {
    display: none;
  }
  .sliderStart .carousel-control .left, .slider1 .carousel-control .left {
    left: 0px !important;
  }
  .sliderStart .carousel-control .right, .slider1 .carousel-control .right {
    right: 0px !important;
  }
  .sliderStart > .item {
    width: 100%;
  }
  .sliderStart .carousel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sliderStart .carousel-inner .Rollerbox {
    height: auto !important;
    min-height: 500px;
  }
  .sliderStart .carousel-inner .Rollerbox > div {
    padding-left: 0;
    padding-right: 0;
  }
  .sliderStart .carousel-inner .Rollerbox .text {
    height: auto !important;
    min-height: 300px;
    padding: 0;
    display: inline;
    vertical-align: top;
  }
  .sliderStart .carousel-inner .Rollerbox .text .vertical {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sliderStart .carousel-inner .Rollerbox .text .vertical h2, .sliderStart .carousel-inner .Rollerbox .text .vertical .h2 {
    font-size: 26px;
  }
  .sliderStart .carousel-inner .Rollerbox .text .vertical p {
    font-size: 16px;
  }
  .sliderStart .carousel-inner .Rollerbox .text .vertical .button {
    max-width: none;
    height: auto;
  }
  .sliderStart .carousel-inner .Rollerbox .picture {
    width: 100%;
    height: 297px;
    padding-right: 0;
    line-height: 0 !important;
  }
  .sliderStart .carousel-inner .Rollerbox .picture img {
    width: 100%;
    height: auto;
  }
  .sliderStart .carousel-indicators {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sliderStart .carousel-inner .Rollerbox {
    padding-left: 0;
    padding-right: 0;
  }
  .sliderStart .carousel-inner .Rollerbox .text {
    line-height: normal;
  }
  .sliderStart .shadowLeft,
  .sliderStart .shadowRight {
    display: none;
  }
  .carousel-inner-products .item .col-sm-4.products:nth-child(n+2) {
    display: none;
  }
}
.carousel-control:focus {
  outline: none !important;
  outline-color: #fff;
}

#carousel-products {
  z-index: 11;
  margin-top: 150px;
  margin-bottom: 40px;
  /*xs*/
  /*sm*/
  /*md*/
}
#carousel-products .col-centered {
  float: none;
  margin: 0 auto;
}
#carousel-products .carousel-control {
  width: 8%;
}
#carousel-products .carousel-control.left,
#carousel-products .carousel-control.right {
  margin-right: -50px;
  margin-left: -50px;
  background-image: none;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #carousel-products .carousel-control.left,
  #carousel-products .carousel-control.right {
    margin-right: -15px;
    margin-left: -15px;
  }
}
#carousel-products .carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}
#carousel-products .carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}
#carousel-products .active > div {
  display: none;
}
#carousel-products .active > div:first-child {
  display: block;
}
@media (max-width: 767px) {
  #carousel-products .carousel-inner .active.left {
    left: -100%;
  }
  #carousel-products .carousel-inner .active.right {
    left: 100%;
  }
  #carousel-products .carousel-inner .next {
    left: 100%;
  }
  #carousel-products .carousel-inner .prev {
    left: -100%;
  }
  #carousel-products .carousel-col {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #carousel-products .carousel-inner .active.left {
    left: -50%;
  }
  #carousel-products .carousel-inner .active.right {
    left: 50%;
  }
  #carousel-products .carousel-inner .next {
    left: 50%;
  }
  #carousel-products .carousel-inner .prev {
    left: -50%;
  }
  #carousel-products .carousel-col {
    width: 50%;
  }
  #carousel-products .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 992px) {
  #carousel-products .carousel-inner .active.left {
    left: -33%;
  }
  #carousel-products .carousel-inner .active.right {
    left: 33%;
  }
  #carousel-products .carousel-inner .next {
    left: 33%;
  }
  #carousel-products .carousel-inner .prev {
    left: -33%;
  }
  #carousel-products .carousel-col {
    width: 33%;
  }
  #carousel-products .active > div:first-child + div {
    display: block;
  }
  #carousel-products .active > div:first-child + div + div {
    display: block;
  }
}
#carousel-products .item.active {
  display: block;
}
#carousel-products .item.prev {
  display: none;
}
#carousel-products .item.next {
  display: none;
}
#carousel-products .item .block {
  width: 306px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#carousel-products .item .block .photo .priceTag {
  left: 20px;
  top: 20px;
  width: auto;
  min-width: 80px;
  min-height: 30px;
  background-color: #f5e51b;
  position: absolute;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 150;
}
#carousel-products .item .block .photo .priceTag p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
  color: black;
}
@media screen and (max-width: 480px) {
  #carousel-products .item .block .photo .priceTag {
    padding-top: 6px;
  }
  #carousel-products .item .block .photo .priceTag p {
    font-size: 20px !important;
  }
  #carousel-products .item .block .photo .priceTag .nop-image {
    width: 128px;
    height: 128px;
  }
  #carousel-products .item .block .photo .priceTag img {
    height: 220px;
  }
}
@media screen and (max-width: 360px) {
  #carousel-products .item .block .photo .priceTag {
    min-height: 0;
    padding-top: 5px;
  }
  #carousel-products .item .block .photo .priceTag p {
    font-size: 14px !important;
  }
}
#carousel-products .item .block .photo img {
  height: 250px;
  max-width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#carousel-products .item .block .info .price .h3 {
  color: black;
  text-align: center;
  margin-top: 20px;
}

.slider-detail .carousel {
  height: 450px;
}
.slider-detail .carousel .carousel-inner {
  overflow: hidden;
  height: 450px;
}
.slider-detail .carousel .carousel-inner .item {
  max-height: 100% !important;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.slider-detail .carousel .carousel-inner .item .detail-slide {
  overflow: hidden;
}
.slider-detail .carousel .carousel-control {
  background: none;
}
.slider-detail .carousel .carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 26px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.slider-detail .carousel .carousel-control .left {
  left: -50px;
}
.slider-detail .carousel .carousel-control .right {
  right: -50px;
}

@media screen and (max-width: 768px) {
  .slider-detail .carousel {
    height: 250px;
  }
  .slider-detail .carousel .carousel-inner {
    height: 250px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

/* ---- inputs / filter options ---- */
.filters {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.button {
  min-width: 70px;
  width: auto;
}

select {
  height: 35px;
  width: 160px;
  margin-left: 1%;
  padding-left: 5px;
  border: grey 0.1px solid;
}

.element-item {
  width: 250px;
  height: 200px;
}
.element-item img {
  width: 100%;
}
.element-item .priceTag {
  left: 20px;
  top: 20px;
  width: auto;
  min-width: 80px;
  min-height: 30px;
  background-color: #f5e51b;
  position: absolute;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 150;
}
.element-item .priceTag p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
}

/* ---- isotope ---- */
/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.element-item {
  position: relative;
  float: left;
  width: 24%;
  padding: 5px;
  background: #888;
  color: #262524;
  margin-bottom: 50px;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;
  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.form label {
  width: 100%;
  margin: 5px 0;
}
.form input {
  width: 100%;
  padding: 5px;
}
.form textarea {
  width: 100%;
  margin-bottom: 25px;
}
.form ul {
  padding: 0;
  list-style: none;
}
.form ul input[type=checkbox] {
  width: auto;
}
.form input[type=submit] {
  width: 100px;
  background: #FFED00;
  color: black;
  -webkit-box-shadow: 0 5px #000;
          box-shadow: 0 5px #000;
  border: 1px solid #FFED00;
  margin-top: 25px;
  padding: 15px;
  font-size: 18px;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .dreieck {
  display: none;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 4px 0 0;
  min-height: 42px;
  z-index: 5;
}

.mean-container .mean-logo {
  height: 46px;
  margin-top: 1px;
  position: relative;
  background-color: white;
  left: 0;
  z-index: 10;
  background-image: url("/assets/images/logo_keller.svg");
  width: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65%;
}
.mean-container .mean-logo:after {
  padding: 0 10px;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 0;
  cursor: pointer;
  color: black;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: black;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  position: absolute;
  float: left;
  width: 100%;
  background: #f5e51b;
  margin-top: 42px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul .mean-icons-moved {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.mean-container .mean-nav ul .mean-icons-moved .micon {
  padding: 1em 0;
  text-align: center;
}
.mean-container .mean-nav ul .mean-icons-moved .micon:first-child {
  padding-left: 5% !important;
}
.mean-container .mean-nav ul .mean-icons-moved .micon a {
  color: #000;
  padding: 5px;
  background-color: black;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  opacity: 0.8;
}
.mean-container .mean-nav ul .mean-icons-moved .micon a.active, .mean-container .mean-nav ul .mean-icons-moved .micon a:hover {
  text-decoration: none;
  opacity: 1;
}
.mean-container .mean-nav ul .mean-icons-moved .micon.search a img {
  width: 14px;
}
.mean-container .mean-nav ul .mean-icons-moved .micon.facebook a img {
  width: 8px;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: black;
  border-top: 1px solid #383838;
  text-decoration: none;
}

.mean-container .mean-nav ul li ul div {
  display: none;
}

.mean-container .mean-nav ul li li a {
  width: 100%;
  border-top: 1px solid #5885be;
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  background-color: #fff;
  color: #f5e51b;
}

.mean-container .mean-nav ul li.mean-last {
  border-bottom: 1px solid black;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 23px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-family: "Frutiger-Bold";
  background: rgba(255, 255, 255, 0);
  border: none !important;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

@media screen and (max-width: 992px) {
  header {
    border: none;
  }
  .mean-container .mean-nav ul li.test a {
    padding: 5px;
    border: 1px solid;
  }
}
@media screen and (max-width: 360px) {
  .mean-logo {
    left: inherit !important;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
}
@media screen and (max-width: 300px) {
  .mean-logo {
    display: none;
  }
}
/*.imageBox {
  margin-top: 50px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.dataBox {
  width: 500px;

}

.descContainerJSON {
  float: none !important;
}

.btnJSON.btn-customJSON.submitForSearch {
    margin: 0;
    margin-top: -17px !important;
    margin-left: 30px !important;
}

#orderSelectSort {
    float: right;
    margin-right: 44px !important;
}

.searchFormTextJSON {
    margin-right: 62px !important;
    text-align: left !important;
}

.leftMarginJSON {
    margin-left: 9px !important;
}

.resultListContainer {
    width: 100% !important;
    padding-bottom: 100px !important;

    // searchbar
    .searchContainer,
    .orderContainerJSON {
        background-color: transparent;
        border          : 0;
    }

    .searchContainer {
        tr {
            height: 35px;
        }

        .tableLabelJSON {
            padding-right: 20px;
            padding-left : 10px;
        }
    }

    input,
    select {
        border-radius   : 0;
        box-shadow      : 0 !important;
        background-image: none;
        width           : 200px;
    }

    select {
        -webkit-appearance: menulist;
    }

    input[type="submit"], button, #kontaktButton {
        width           : 170px;
        height          : 35px;
        background-color: #ffed00;
        margin-bottom   : 15px;
        font-size       : 16px;
        color           : black;
        text-align      : center;
        border          : 0;
        background-image: none;
    }

    #kontaktButton{
        width: 200px;
        text-decoration: none;
        padding-top: 7px;
    }

    // products
    .productBoxJSON,
    .listContainerJSON {
        background-color: transparent !important;
    }

    .productBoxJSON{
            border-top: 1px solid #ccc;
    }

    .productBoxJSON:hover{
        box-shadow: 0 0 0 0 !important;
    }

    .row2JSON{
        max-width: 100%;
    }

    .style-oneJSON{
        margin-bottom: 25px !important;
        background: none;
    }

    .rightPartJSON{
        font-size: 18px;
    }

    // pagination
    #pager{
        position: absolute;
        margin-left: 0 !important;
        height: auto !important;
        left: 50% !important;
        padding: 40px 0 40px 0;
        -ms-transform: translate(-50%, 0) !important;
        -webkit-transform: translate(-50%, 0) !important;
        -moz-transform: translate(-50%, 0) !important;
        -o-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;

        a{
            border: 1px solid #ddd;
            color: black;
        }
    }
}
*/
body.motorapi .button {
  height: auto;
  width: auto;
  min-width: 0;
}

body.detail img.mfp-img {
  width: 850px;
}
body.detail .gradient1 {
  background: url("/assets/images/verlauf.jpg");
  background-repeat: repeat-x;
  background-color: white;
  min-height: 800px;
  padding-bottom: 30px;
}
body.detail .gradient1 .content h1 {
  text-align: center;
  font-weight: 700;
}
body.detail .gradient1 .content h1.pro-title {
  text-align: left;
  padding-left: 0;
}
body.detail .gradient1 .content .title {
  text-align: center;
}
body.detail .gradient1 .content .title h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
body.detail .gradient1 .content .title h1 span {
  font-weight: 800;
}
body.detail .gradient1 .content .title h1 span:after {
  content: " | ";
}
body.detail .gradient1 .content .slider2 {
  position: relative;
  height: auto;
  padding: 20px 0 10px;
}
body.detail .gradient1 .content .slider2 .carousel {
  position: relative;
}
body.detail .gradient1 .content .slider2 .carousel .carousel-inner .item img {
  width: 100%;
  max-height: 472px;
}
body.detail .gradient1 .content .slider2 .carousel .carousel-control {
  background: none;
}
body.detail .gradient1 .content .slider2 .carousel .carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 26px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.detail .gradient1 .content .slider2 .carousel .carousel-control .left {
  left: -50px;
}
body.detail .gradient1 .content .slider2 .carousel .carousel-control .right {
  right: -50px;
}
body.detail .gradient1 .content .center h1 {
  font-weight: 800;
  margin-bottom: 5px;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 18px;
}
body.detail .gradient1 .content .center span {
  font-weight: 300;
}
body.detail .gradient1 .content .center .sisea-search-form fieldset,
body.detail .gradient1 .content .titleleft .sisea-search-form fieldset {
  border: none;
}
body.detail .gradient1 .content .center .sisea-search-form fieldset label,
body.detail .gradient1 .content .titleleft .sisea-search-form fieldset label {
  display: none;
}
body.detail .gradient1 .content .center .sisea-search-form fieldset input[type=submit],
body.detail .gradient1 .content .titleleft .sisea-search-form fieldset input[type=submit] {
  height: 35px;
  width: 35px;
  top: 0;
  background: url("/assets/images/suche.png") no-repeat center center;
  background-color: #f5e51b;
  position: absolute;
  right: 0;
  border: 0;
}
body.detail .gradient1 .content .center .sisea-search-form fieldset input#search,
body.detail .gradient1 .content .titleleft .sisea-search-form fieldset input#search {
  width: 269px;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  padding: 5px;
  border: 0;
}
body.detail .gradient1 .content .titleleft h1 {
  text-align: left;
}
body.detail .gradient1 .content .sisea-results-list .sisea-result h3 a {
  color: black;
}
body.detail .gradient1 .content .filters > .filter {
  margin-bottom: 5px !important;
}
body.detail .gradient1 div.back,
body.detail .gradient1 div.zubehoer {
  background-color: black;
  padding: 8px;
  float: left;
  margin-top: 5px;
}
body.detail .gradient1 div.back a,
body.detail .gradient1 div.zubehoer a {
  color: white;
  text-decoration: none;
}
body.detail .gradient1 .title div.back {
  padding: 8px;
  margin-top: 5px;
}
body.detail .gradient1 .text {
  padding: 15px 15px 15px 0;
  float: left;
  display: block;
}
body.detail .gradient1 .text h3 {
  font-weight: 700;
  text-transform: uppercase;
}
body.detail .gradient1 .text:last-child {
  padding-right: 0;
}
body.detail .gradient1 .text ul {
  padding-left: 0;
  margin-top: 15px;
}
body.detail .gradient1 .text ul li {
  list-style: none;
}
body.detail .gradient1 .text ul li a {
  color: black;
}
body.detail .gradient1 .text ul li a:hover {
  color: black;
}
body.detail .gradient1 .text img.productimg {
  width: 100% !important;
  height: auto;
  max-width: 100%;
}
body.detail .gradient1 .text img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
body.detail .gradient1 .text .youtube-video {
  border: 1px solid #ccc;
}
body.detail .gradient1 .text #anfrage .proname {
  display: none;
}
body.detail .gradient1 .text #anfrage .form fieldset {
  border: 0;
}
body.detail .gradient1 .text #anfrage .form input[type=text] {
  height: 32px;
  width: 100%;
  max-width: 541px;
  padding: 3px;
  border: grey thin solid;
}
body.detail .gradient1 .text #anfrage .form textarea {
  height: 100px;
  max-width: 541px;
  width: 100%;
  padding: 3px;
  border: none;
  border: grey thin solid;
  margin-bottom: 30px;
}
body.detail .gradient1 .text #anfrage .form label {
  width: 120px;
  padding-bottom: 5px;
  padding-top: 15px;
}
body.detail .gradient1 .text #anfrage .form input[type=submit] {
  width: auto;
  background-color: black;
  color: white;
  border-radius: 0;
}
body.detail .gradient1 .text #anfrage .form input[type=submit]:hover {
  background-color: #f5e51b;
  color: black;
}
body.detail .gradient1 .text .onstock {
  width: 175px;
  color: black;
  font-weight: bold;
}
body.detail .gradient1 .text .onstock:before {
  content: "●";
  font-size: 20px;
  color: #5cb85c;
  padding-right: 5px;
}
body.detail .gradient1 .text .gallery {
  padding-top: 64px;
}
body.detail .gradient1 .text .gallery a {
  text-decoration: none;
}
body.detail .gradient1 .text .gallery a:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}
body.detail .gradient1 .text .gallery .minipic {
  min-width: 72px;
  min-height: 72px;
  background-color: white;
  position: relative;
  margin-right: 30px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
}
body.detail .gradient1 .text .gallery .minipic img {
  max-width: 70px;
  width: auto;
  max-height: 70px;
}
body.detail .gradient1 .text .gallery .title {
  opacity: 0;
  position: absolute;
  width: 100%;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  -webkit-transition: opacity ease 500ms, bottom ease 500ms;
  transition: opacity ease 500ms, bottom ease 500ms;
  bottom: -60px;
  height: 60px;
  padding-top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body.detail .gradient1 .text .gallery .preview {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: 430px;
  text-align: center;
}
body.detail .gradient1 .text .gallery .preview .previmg {
  position: relative;
  overflow: hidden;
  background-color: white;
}
body.detail .gradient1 .text .gallery .preview .previmg .productimg {
  -o-object-fit: contain;
     object-fit: contain;
}
body.detail .gradient1 .text .gallery .preview a {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  left: 0;
}
body.detail .gradient1 .text .gallery .preview img {
  margin: 0;
  max-height: 430px;
  min-height: 330px;
  width: auto !important;
}
body.detail .gradient1 .text .gallery .preview:hover .title {
  opacity: 1;
  bottom: 0;
  -webkit-transition: opacity ease 500ms, bottom ease 500ms;
  transition: opacity ease 500ms, bottom ease 500ms;
}
body.detail .gradient1 .text h3.heading {
  text-transform: uppercase;
}
body.detail .gradient1 .text .download ul.files li a {
  background: transparent url("/assets/images/pdf.png") no-repeat scroll 0 0/20px auto;
  display: block;
  margin-bottom: 12px;
  padding-left: 29px;
  color: #000;
  font-size: 14px;
}
body.detail .titleleft {
  padding-left: 0;
}
body.detail .titleleft h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
body.detail .tabelle {
  width: 100%;
}
body.detail .tabelle.content {
  margin: 25px 0;
}
body.detail .tabelle tbody {
  width: 100%;
}
body.detail .tabelle tbody tr {
  border-bottom: 1px solid;
}
body.detail .tabelle tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  vertical-align: top;
}
body.detail .tabelle tbody tr td:first-child {
  min-width: 200px;
  font-weight: 700;
  padding-right: 5px;
}
body.detail .tabelle tbody tr td:first-child:after {
  content: ":";
}
body.detail .button-group {
  margin-bottom: 20px;
}
body.detail .button-group .button {
  height: 25px;
  min-width: 0;
  font-size: 14px;
  border: none;
  margin-top: 10px;
  margin-right: 3px;
  padding: 2px 9px 9px;
}
body.detail .button-group .is-checked {
  background-color: white;
}
body.detail .element-item {
  width: 22%;
  margin: 50px 1% !important;
  background: none;
}
body.detail .element-item a img {
  height: auto;
}
body.detail .element-item .title {
  text-align: left !important;
  font-size: 20px;
  line-height: 17px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 800;
}
body.detail .element-item:nth-child(4n) {
  margin-right: 0;
}
body.detail .product-tabs ul {
  padding-bottom: 20px;
  border: 0;
}
body.detail .product-tabs ul li {
  display: none;
}
body.detail .product-tabs ul li.back, body.detail .product-tabs ul li.zubehoer {
  display: block;
}
body.detail .product-tabs ul li a,
body.detail .product-tabs ul li a:hover {
  background-color: black;
  color: white !important;
  border: 0;
  border-radius: 0;
  height: 30px;
  line-height: 12px;
}
body.detail .product-tabs ul li.active a {
  background-color: #f5e51b;
  color: black !important;
  border: 0;
}
body.detail .product-tabs .tab-content {
  padding-right: 10px;
}

@media screen and (max-width: 1200px) {
  .element-item {
    margin-right: 9px;
  }
}
@media screen and (max-width: 992px) {
  .center,
  .titleleft,
  .detail .gradient1 .container.content {
    padding-left: 15px !important;
    text-align: left;
  }
  .center .sisea-search-form,
  .titleleft .sisea-search-form,
  .detail .gradient1 .container.content .sisea-search-form {
    position: relative !important;
    width: auto !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    top: 0 !important;
  }
  .center .sisea-search-form fieldset input#search,
  .titleleft .sisea-search-form fieldset input#search,
  .detail .gradient1 .container.content .sisea-search-form fieldset input#search {
    width: auto !important;
    top: 0 !important;
    position: relative !important;
    right: 0 !important;
  }
  .center .sisea-search-form fieldset input[type=submit],
  .titleleft .sisea-search-form fieldset input[type=submit],
  .detail .gradient1 .container.content .sisea-search-form fieldset input[type=submit] {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    right: 5px !important;
  }
  .center .center h1.mobile,
  .titleleft .center h1.mobile,
  .detail .gradient1 .container.content .center h1.mobile {
    font-size: 26px;
    text-align: left;
    margin-top: 50px;
  }
  .center .center .back,
  .titleleft .center .back,
  .detail .gradient1 .container.content .center .back {
    margin-top: 0;
  }
  .tabelle tbody tr td {
    text-align: right;
  }
  .tabelle tbody tr td:first-child {
    text-align: left;
    max-width: 50px;
    word-wrap: break-word;
  }
  .element-item {
    margin-right: 7px;
  }
  .detail .gradient1 .content .title h1 {
    font-size: 26px !important;
    margin: 0;
    padding-top: 75px;
    margin-bottom: 25px;
    word-break: break-word;
  }
  body.detail .gradient1 .text {
    padding: 2px 15px 15px 0;
  }
  body.detail .grid .element-item {
    width: 48% !important;
  }
}
@media screen and (max-width: 768px) {
  body.detail .gradient1 .text {
    padding: 0px;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .element-item {
    width: 100% !important;
  }
}
@media screen and (max-width: 540px) {
  body.detail .grid .element-item {
    width: 100% !important;
    height: 332px;
  }
}
@media screen and (max-width: 400px) {
  body.detail .grid .element-item {
    height: 275px;
  }
}
body.produkte .content {
  padding-right: 0;
  padding-left: 0;
}
body.produkte .content .text-center {
  margin-bottom: 25px;
}
body.produkte .content .text-center h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 85px;
  text-align: left;
}
body.produkte .content .text-center h1 span {
  font-weight: 800;
}
body.produkte .content .text-center h1.mobile {
  display: none;
}
body.produkte .content div.back {
  background-color: black;
  padding: 8px;
  float: left;
}
body.produkte .content div.back a {
  color: white;
  text-decoration: none;
}
body.produkte .content .category img {
  margin-top: 50px;
  width: 100%;
  max-height: 255px;
  -webkit-box-shadow: 0 0 31px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 31px -4px rgba(0, 0, 0, 0.4);
}
body.produkte .content .category h3 {
  font-weight: 800;
  text-transform: uppercase;
}
body.produkte .text-center {
  margin-bottom: 40px;
}
body.produkte .text-center fieldset {
  border: none;
}
body.produkte .text-center fieldset label {
  display: none;
}
body.produkte .text-center fieldset input[type=submit] {
  height: 35px;
  width: 35px;
  top: 0;
  background: url("/assets/images/suche.png") no-repeat center center;
  background-color: #f5e51b;
  position: absolute;
  right: 15px;
  border: 0;
}
body.produkte .text-center fieldset input#search {
  width: 269px;
  position: absolute;
  top: 0;
  right: 15px;
  height: 35px;
  padding: 5px;
  border: 0;
}

select {
  /* styling */
  background-color: white !important;
  border: thin solid grey !important;
  display: inline-block !important;
  font: inherit !important;
  line-height: 1.5em !important;
  padding: 0.5em 3.5em 0.5em 1em !important;
  /* reset */
  margin: 0 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #f5e51b, #f5e51b) !important;
  background-position: calc(100% - 17px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat !important;
  margin-right: 15px !important;
}

.resultListContainer select {
  height: 37px !important;
}

.searchTxtJSON {
  height: 37px !important;
  border: black 1px solid;
}

.velocorner_member_bikes_app .velocorner-custom-select-hidden {
  display: none !important;
}

#velocorner_member_bikes_app {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.velocorner-listing-block {
  padding-left: 0;
  padding-right: 0;
}

.detail .gradient1 .content .center h1.mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .content .category {
    margin-bottom: 30px;
  }
  .content .category img {
    max-height: none !important;
  }
  .content .sisea-search-form {
    position: relative !important;
    width: auto !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    top: 0 !important;
    text-align: right;
  }
  .content .sisea-search-form fieldset input#search {
    width: auto;
    top: 0;
    position: relative !important;
    right: 0;
  }
  .content .sisea-search-form fieldset input[type=submit] {
    position: relative;
    right: 0;
    right: 5px;
  }
  body.produkte .content {
    padding-bottom: 50px;
  }
  body.produkte .content .text-center {
    margin-bottom: 0;
  }
  body.produkte .content .text-center h1 {
    display: none;
    font-size: 26px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 0;
  }
  body.produkte .content .text-center h1.mobile {
    display: block;
    margin-left: 0;
  }
  body.produkte .content img {
    margin-top: 15px;
  }
  body.produkte .content .row {
    display: block !important;
  }
  body.produkte .content .back {
    position: absolute;
    z-index: 1;
  }
  .detail .gradient1 .content .center h1 {
    display: none;
  }
  .detail .gradient1 .content .center h1.mobile {
    display: block;
  }
  .detail .gradient1 .center h1.mobile.product {
    margin-bottom: 30px;
  }
  .product-tabs ul li {
    margin-bottom: 5px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 480px) {
  .content .category img {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 426px) {
  .content .category {
    height: 225px;
  }
  fieldset input#search {
    width: 210px !important;
  }
}
@media screen and (max-width: 350px) {
  .content .category {
    height: 210px;
  }
}
.newsbox {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.newsbox h4 {
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 600;
  line-height: normal;
}
.newsbox span {
  font-style: italic;
}
.newsbox .button {
  min-width: 70px;
  width: 160px;
  height: 40px;
}
.newsbox .button a {
  padding-top: 5px;
  font-size: 16px;
}
.newsbox hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 50px;
}

.download ul.files {
  padding-left: 0;
}
.download ul.files li {
  list-style: none;
}
.download ul.files li a {
  color: black;
  background: transparent url("/assets/images/pdf.png") no-repeat scroll 0 0/20px auto;
  display: block;
  margin-bottom: 12px;
  padding-left: 29px;
}

.linktoshop {
  right: 0;
  top: 75px;
  position: absolute;
  background: #ffed00;
  color: black;
  -webkit-box-shadow: 0 5px #000;
          box-shadow: 0 5px #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 175px;
  height: 45px;
  padding-top: 13px;
  text-align: center;
}
.linktoshop:hover {
  background: #ffed00;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0 2px #000;
          box-shadow: 0 2px #000;
}
.linktoshop a {
  color: #000;
  font-weight: bold;
  height: 45px;
  display: block;
}
.linktoshop a:active, .linktoshop a:focus, .linktoshop a:hover {
  text-decoration: none;
  color: #000;
}
.linktoshop a .text {
  padding: 0 !important;
  text-align: center;
  float: none !important;
}

@media screen and (max-width: 992px) {
  .linktoshop {
    top: -40px;
    z-index: 150;
    right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
  .linktoshop .text {
    padding-top: 2px;
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
  }
}
@media screen and (max-width: 992px) {
  .linktoshop {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 0;
    top: -46px;
  }
  .linktoshop:hover {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .linktoshop:hover a .text {
    text-decoration: none;
  }
  .linktoshop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 872px) {
  .linktoshop {
    right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  body .gradient .kleinesDreieck .infobox.laden {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
