/*-------------------------------------------------------------------------------------

  Copyright (c) 2014 Pixelzauber GmbH, Switzerland
  CSS definition for basic layout

-------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400&display=swap");

/* Start CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
select,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
html {
  height: 100%;
  font-size: 16px;
  line-height: 23px;
}
body {
  height: 100%;
  line-height: 1;
}
body ol,
body ul {
  list-style: none;
  margin-bottom: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a,
a:active,
a:focus,
button,
button:focus,
button:active {
  outline: none;
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
ul,
ol {
  padding: 0;
  margin-left: 25px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 8px;
}

/*-----------------------------------------------
 *  Layout
 *---------------------------------------------*/
header,
section,
nav,
article,
main,
address,
footer {
  position: relative;
  float: left;
  width: 100%;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1178px;
  height: auto;
}

.mobile {
  display: none;
}
.desktop {
  display: block;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.white {
  background-color: rgb(255, 255, 255);
}
.black {
  background-color: rgb(0, 0, 0);
}
.grey,
.gray {
  background-color: rgb(241, 241, 241);
}
.content {
  margin: 0;
  width: 100%;
}
.column-left,
.spalte-links {
  float: left;
  width: calc(100% - 400px);
}
.column-right,
.spalte-rechts {
  float: right;
  width: 378px;
}
.goTop {
  cursor: pointer;
}
.goMore {
  cursor: pointer;
}

.block,
.block_05,
.block_10,
.block_15,
.block_20,
.block_25,
.block_30,
.block_33,
.block_35,
.block_40,
.block_45,
.block_50,
.block_55,
.block_60,
.block_65,
.block_66,
.block_70,
.block_75,
.block_80,
.block_85,
.block_90,
.block_95,
.block_100 {
  float: left;
  height: auto;
}
.block {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 0 -11px;
  width: calc(100% + 22px);
}
.block > .block {
  margin: 0 11px;
  display: block;
}
.block.border {
  margin: 11px;
}
.block.half {
  width: calc(50% - 22px);
}
.block.third {
  width: calc(33.3333% - 22px);
}
.block.two-third {
  width: calc(66.6666% - 22px);
}
.block.quarter {
  width: calc(25% - 22px);
}
.block.three-quarter {
  width: calc(75% - 22px);
}
.block.fifth {
  width: calc(20% - 22px);
}
.block.two-fifth {
  width: calc(40% - 22px);
}
.block.three-fifth {
  width: calc(60% - 22px);
}
.block.four-fifth {
  width: calc(80% - 22px);
}
.block.full {
  width: calc(100% - 22px);
}
.block.addr {
  float: right;
  margin: 0 11px;
  width: calc(40% - 22px);
}
.block.form {
  margin: 0 11px;
  width: calc(60% - 22px);
}
.block_05 {
  width: 5%;
}
.block_10 {
  width: 10%;
}
.block_15 {
  width: 15%;
}
.block_20 {
  width: 20%;
}
.block_25 {
  width: 25%;
}
.block_30 {
  width: 30%;
}
.block_33 {
  width: 33.3333%;
}
.block_35 {
  width: 35%;
}
.block_40 {
  width: 40%;
}
.block_45 {
  width: 45%;
}
.block_50 {
  width: 50%;
}
.block_55 {
  width: 55%;
}
.block_60 {
  width: 60%;
}
.block_65 {
  width: 65%;
}
.block_66 {
  width: 66.6666%;
}
.block_70 {
  width: 70%;
}
.block_75 {
  width: 75%;
}
.block_80 {
  width: 80%;
}
.block_85 {
  width: 85%;
}
.block_90 {
  width: 90%;
}
.block_95 {
  width: 95%;
}
.block_100 {
  width: 100%;
}

#copyright {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 20px;
  height: 500px;
  z-index: 3;
}
#copyright .rotate {
  display: block;
  width: 500px;
  height: 20px;
  transform: rotate(90deg) translatex(-20px);
  transform-origin: left bottom;
}
#copyright .rotate .rotate180 {
  transform: rotate(180deg);
}

header {
  position: fixed;
  float: left;
  top: 0;
  left: 0;
  padding: 0;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 200;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
header .inner {
  display: flex;
  justify-content: space-between;
}

.logo {
  float: left;
  margin: 0;
  height: 80px;
}
footer .logo {
  width: 100%;
  margin-bottom: 20px;
}
.logo.logo_ext {
  margin: 10px 0 30px 0;
  height: 60px;
}
.logo img {
  float: left;
  width: auto;
  height: 100%;
}

#navTop {
  float: right;
  margin-top: 34px;
  width: auto;
  height: 46px;
}

#navMobile {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgb(255, 255, 255);
  z-index: 195;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: none;
  overflow-x: hidden;
  overflow-y: auto;
}

#navMobile.open {
  right: 0;
}

#intro {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#video-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#video-frame video {
  float: left;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.vimeo-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#gradient-top {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
}
#gradient-bottom {
  position: absolute;
  padding: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
#brands {
  position: absolute;
  padding: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background-color: rgba(255,255,255,0.0);
}
#brands h1,
#brands h2,
#brands h3 {
  color: rgb(255,255,255);
}

.brands-box {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}
.brands-box img {
  flex-grow: 1;
  max-height: 60px;
}

#mouse {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 24px;
  height: 38px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 14px;
  transform: translateX(-50%);
  cursor: pointer;
}
#mouse::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  top: 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  -webkit-animation: mouse 2s infinite;
  -moz-animation: mouse 2s infinite;
  -o-animation: mouse 2s infinite;
  animation: mouse 2s infinite;
}
@keyframes mouse {
  from {
    opacity: 1;
    top: 6px;
  }
  to {
    opacity: 0;
    top: 16px;
  }
}

#headerImg {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  height: 50%;
  background: rgb(181, 172, 164) url("../images/image_000000.jpg") center
    no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}
#headerImg img {
  margin-bottom: 9vh;
  height: 31%;
}

main {
  padding: 90px 0 80px 0;
  min-height: calc(50% - 160px);
  background: rgb(255, 255, 255) url(../images/icon_triangle.svg) center top
    no-repeat;
  background-size: 44px auto;
}
.home main {
  background-image: none;
}

footer {
  padding-bottom: 33px;
  position: relative;
  height: auto;
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(180deg, rgb(197, 8, 23) 80px, white 80px);
}

footer .block.some {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#goUp {
  display: none;
  position: fixed;
  bottom: 44px;
  right: 0;
  height: 40px;
  width: 40px;
  z-index: 100;
  cursor: pointer;
  border-radius: 3px;
  background: rgb(197, 8, 23) url("../images/icon_up.svg") center no-repeat;
  background-size: 16px auto;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
}

#react-cookie-banner {
  position: fixed;
  padding: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: rgb(231, 120, 21);
  z-index: 9000;
}

.bubble {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 20vh;
  right: 10vw;
  padding: 40px;
  width: 320px;
  height: 320px;
  max-width: 80vw;
  max-height: 80vw;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgb(197, 8, 23);
  transform: rotate(10deg);
  z-index: 80;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* Standard Images */
.image-wrapper,
.image-wrapper-left,
.image-wrapper-right,
.image-wrapper-big {
  float: right;
  margin: 0 0 10px 30px;
  width: 40%;
  max-width: 280px;
  height: auto;
}
.image-wrapper-left {
  float: left;
  margin: 4px 30px 10px 0;
}
.image-wrapper-big {
  float: left;
  margin: 4px 0 0 0;
  width: 100%;
  max-width: inherit;
}
.image-wrapper-right {
  float: right;
  margin: 4px 0 10px 30px;
}
.image-wrapper img,
.image-wrapper-left img,
.image-wrapper-right img,
.image-wrapper-big img {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

/* Images */
.imageFrame {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.05);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.imageFrame::before {
  content: "";
  display: block;
  padding-top: 70%;
}

/* Video */
.iframe {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 0px;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------
 *  Text Basics
 *---------------------------------------------*/
body {
  font-family: "Overpass", Arial, Helvetica, sans-serif;
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  -webkit-text-size-adjust: none;
  line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Overpass", Arial, Helvetica, sans-serif;
  margin: 20px 0 10px 0;
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1em;
  text-transform: uppercase;
}
h1,
.h1 {
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 1.6rem;
}
h3,
.h3 {
  font-size: 1.4rem;
}
h4,
.h4 {
  font-size: 1.2rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-weight: 400;
  font-size: 1rem;
}
.first {
  margin-top: 0;
}
.center {
  text-align: center;
}

p {
  line-height: 1.3;
  margin-bottom: 8px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
a:hover {
  color: rgb(197, 8, 23);
  text-decoration: underline;
}
a.active {
}
a[name],
a[name]:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
}

em {
  font-style: italic;
}

pre {
  padding: 10px 19px;
  margin: 18px 0 12px 0;
  line-height: 20px;
  width: auto;
  color: rgb(0, 0, 160);

  border: 1px solid rgb(200, 200, 200);
  background-color: rgb(240, 240, 240);

  overflow: auto;
  overflow-y: hidden;
}

sup {
  line-height: 1em;
}

blockquote {
  display: inline-block;
  position: relative;
  padding: 20px 28px 18px 28px;
  margin: 11px 22px;
  width: auto;
  max-width: calc(100% - 44px);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  color: rgb(110, 110, 110);
  border-radius: 8px;
  background-color: rgb(241, 241, 241);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote::before,
blockquote::after {
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 1;
  font-size: 80px;
}
blockquote::before {
  content: "\201C";
  top: 10px;
  left: -20px;
}
blockquote::after {
  right: -16px;
  bottom: 0;
  content: "\201D";
}
blockquote cite {
  left: 40px;
  margin-bottom: 8px;
  font-size: 1em;
  color: rgb(179, 179, 179);
}
blockquote cite:before {
  content: "\2014 \2009";
}

ol,
ul {
  margin: 0;
  padding: 0 0 15px 0;
  width: 100%;
}
ul ul,
ol ol {
  margin: 0;
  padding: 0;
  width: 100%;
}
ul li {
  list-style: none;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 18px;
}
ul li::before {
  float: left;
  content: "\25CF";
  color: rgb(0, 0, 0);
  margin: 0 0 -10px -14px;
  display: block;
  font-size: 0.65em;
}
ol li {
  margin-left: 30px;
  line-height: 1.5em;
  list-style: decimal;
}
@media print {
  ol {
    margin: 0 0 0 24px;
    padding: 0;
    list-style: decimal;
  }
  ul {
    margin: 0 0 0 17px;
    padding: 0;
    list-style: disc;
  }
  ol li,
  ul li {
    margin: 0;
    padding: 0;
    background: none;
  }
}

b,
strong {
  font-weight: 600;
}

hr {
  padding: 0 0 20px 0;
  margin: 20px 0 0 0;
  height: 0;
  border: 0;
  border-top: 1px dotted rgb(0, 0, 0);
}

table {
  margin-bottom: 10px;
  font-family: "Overpass", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
table th {
  border-bottom: 1px dotted rgb(0, 0, 0);
  font-weight: 800;
  padding: 2px 0;
  text-align: left;
}
table td {
  padding: 4px 0;
}
table.none,
table.none td {
  padding: 0px;
  margin-bottom: 0px;
}
table.zebra thead tr {
  background-color: rgb(233, 233, 233);
}
table.zebra tbody tr:nth-child(even) {
  background-color: rgb(243, 243, 243);
}

.column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

/*-----------------------------------------------
 *  Text Customising
 *---------------------------------------------*/
.content a.pdf,
.content a:hover.pdf {
  background: transparent url("../images/icon_files_pdf.svg") 0 0 no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  padding-right: 0;
}
.content a.doc,
.content a:hover.doc,
.content a.docx,
.content a:hover.docx {
  background: transparent url("../images/icon_files_doc.svg") 0 0 no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  padding-right: 0;
}
.content a.xls,
.content a:hover.xls,
.content a.xlsx,
.content a:hover.xlsx {
  background: transparent url("../images/icon_files_xls.svg") 0 0 no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  padding-right: 0;
}
.content a.ppt,
.content a:hover.ppt,
.content a.pptx,
.content a:hover.pptx {
  background: transparent url("../images/icon_files_ppt.svg") 0 0 no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  padding-right: 0;
}
.content a.jpg,
.content a:hover.jpg {
  background: transparent url("../images/icon_files_img.svg") 0 0 no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  padding-right: 0;
}
.content a.zip,
.content a:hover.zip {
  background: transparent url("../images/icon_files_zip.svg") 0 0 no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  padding-right: 0;
}
.content a.mp4,
.content a:hover.mp4 {
  background: transparent url("../images/icon_files_mp4.svg") 0 0 no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  padding-right: 0;
}
.content a.xd,
.content a:hover.xd {
  background: transparent url("../images/icon_files_xd.svg") 0 0 no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  padding-right: 0;
}
.content a.none,
.content a:hover.none {
  background: none;
  padding-right: 0px;
  padding-left: 0px;
}

p.button {
  padding: 20px 0 30px 0;
}
p.button a,
p.button a.external {
  padding: 9px 50px 5px 15px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: none;
  background-color: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
  border-radius: 3px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  background-image: url(../images/icon_nav_forward.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 14px auto;
}
p.button a:hover,
p.button a.external:hover {
  color: rgb(255, 255, 255) !important;
  border: 2px solid rgb(197, 8, 23);
  background-color: rgb(197, 8, 23);
  text-decoration: none;
  line-height: 1;
}
.service p.button {
  padding: 222px 0 0 0;
}
.service p.button a {
  padding: 10px 20px 6px 20px;
  background-image: none;
  background-color: rgb(197, 8, 23);
  border: 2px solid rgb(197, 8, 23);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
}
.service p.button a:hover {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  color: rgb(0, 0, 0) !important;
}

blockquote {
  padding: 40px 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
}
blockquote::before {
  top: -12px;
  left: -15px;
  height: 60px;
  width: 60px;
  content: "";
  background-image: url(../images/icon_quote.svg);
  background-size: 60px auto;
  background-repeat: no-repeat;
}
blockquote::after {
  right: inherit;
  bottom: inherit;
  content: "";
}

.brands {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px 22px -11px;
  width: calc(100% + 22px);
}
.brands img {
  margin: 0 11px;
  width: calc(33.3333% - 22px);
}

.toggle {
  float: left;
  margin-bottom: 25px;
  padding: 10px 0 0 0;
  width: 100%;
  border-bottom: 1px solid rgb(209, 209, 209);
  cursor: pointer;
}
.toggle h3 {
  margin: 0;
  padding: 10px 0 10px 30px;
  text-transform: none;
  line-height: 1em;
  background: transparent url(../images/icon_nav_forward.svg) left center
    no-repeat;
  background-size: 16px auto;
}
.toggle .display {
  display: none;
  position: relative;
  float: left;
  padding: 10px 0;
  margin-left: 30px;
  width: calc(100% - 30px);
}
.toggle.open h3 {
  background: transparent url(../images/icon_nav_down.svg) left center no-repeat;
  background-size: 16px auto;
}

#map {
  height: 500px;
  background: rgb(242, 242, 242);
}

footer a {
  text-decoration: none;
}

#react-cookie-banner {
  font-size: 1.1em;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
#react-cookie-banner a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
#react-cookie-banner a:hover {
  color: rgb(200, 200, 200);
}
#react-cookie-banner .button {
  float: right;
  margin: 0;
  margin-top: -20px;
}
#react-cookie-banner .button a {
  text-decoration: none;
}

.bubble h1,
.bubble h2,
.bubble h3,
.bubble h4,
.bubble a,
.bubble p {
  color: rgb(255, 255, 255);
}
.bubble a:hover {
  color: rgb(0, 0, 0);
}

/*-----------------------------------------------
 *  Navigation
 *---------------------------------------------*/

/*  Navigation Desktop  */
#navTop ul {
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
  display: inline;
  z-index: 1000;
  font-weight: 400;
}
#navTop ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  right: 0%;
  display: inline;
  list-style: none;
  background: none;
}
#navTop ul li::before {
  content: none;
}
#navTop ul li a {
  position: relative;
  float: left;
  margin: 0;
  padding: 10px 15px 0 0;
  margin-right: 15px;
  height: 36px;
  display: block;

  font-family: "Overpass", Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  text-decoration: none;
}
#navTop ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
#navTop ul li a:hover,
#navTop ul li.active a {
  color: rgb(197, 8, 23);
}

/* Level 2 */
#navTop ul li ul {
  position: absolute;
  float: left;
  padding: 0 0 10px 0;
  margin: 0;
  left: -20px;
  top: 46px;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  display: none;
}
/*
#navTop ul li:hover ul {
	display: block;
}
*/

#navTop ul li ul li {
  margin: 0;
  padding: 0 20px;
  left: 0;
  height: auto;
  white-space: nowrap;
  width: calc(100% - 40px);
  clear: both;
}

#navTop ul li ul li a,
#navTop ul li.active ul li a {
  float: left;
  padding: 4px 0;
  margin: 0;
  height: auto;
  width: 100%;
  min-width: 160px;
  background: none;
  display: block;

  font-family: "Overpass", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1;
  color: rgb(51, 51, 51);
  text-transform: none;
  text-align: left;
}
#navTop ul li ul li a:before {
  content: "";
}

#navTop ul li ul li a:hover,
#navTop ul li ul li.active a {
  color: rgb(197, 8, 23);
}

/*  Navigation Mobile  */
.navMobileIcon {
  display: none;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 20px;
  right: 0px;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  outline: 0;

  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;

  background-color: transparent;
}
.navMobileIcon:hover,
.navMobileIcon:focus {
  background-color: transparent;
  outline: none;
}
.navMobileIcon span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgb(0, 0, 0);
}
.navMobileIcon span:before,
.navMobileIcon span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(0, 0, 0);
  content: "";
}
.navMobileIcon span:before {
  top: -8px;
}
.navMobileIcon span:after {
  bottom: -8px;
}

.navMobileIconX span {
  transition: background 0s 0.3s;
}
.navMobileIconX span:before,
.navMobileIconX span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.navMobileIconX span:before {
  transition-property: top, transform;
}
.navMobileIconX span:after {
  transition-property: bottom, transform;
}

.navMobileIconX.is-active span {
  background: none;
}
.navMobileIconX.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
.navMobileIconX.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.navMobileIconX.is-active span:before,
.navMobileIconX.is-active span:after {
  transition-delay: 0s, 0.3s;
}

#navMobile ul {
  position: relative;
  float: left;
  margin: 100px 0 0 0;
  padding: 0;
  width: 100%;
}
#navMobile ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;

  background-image: none;
}
#navMobile ul li::before {
  content: none;
}
#navMobile ul li a {
  position: relative;
  float: left;
  margin: 0;
  padding: 12px 20px;
  width: calc(100% - 40px);
  display: block;
  font-size: 28px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

/* Level 2 */
#navMobile ul li ul {
  padding: 0;
  margin: 0 0 10px 0;
  width: 100%;
  border: none;
  display: none;
}
#navMobile ul li ul li {
  padding: 0;
  border-bottom: none;
}
#navMobile ul li ul li a {
  position: relative;
  float: left;
  margin: 0;
  padding: 8px 0 8px 35px;
  width: calc(100% - 35px);
  display: block;
  text-transform: none;
  font-size: 20px;
  color: rgb(0, 0, 0);
}

/* Level 3 */
#navMobile ul li ul li ul li a {
  padding: 5px 0 5px 50px;
  font-size: 1em;
}

#navMobile a.starter_active,
#navMobile a.active {
  color: rgb(197, 8, 23);
}

#navMobile ul li .openSubmenu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

#navMobile ul li.level-1 > ul.menu {
  display: none;
}
#navMobile ul li.level-1.starter_active > ul.menu,
#navMobile ul li.level-2 > ul.menu {
  display: block;
}
#navMobile ul li.level-1 .plus {
  background-image: url("../images/icon_nav_plus.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px auto;
}
#navMobile ul li.level-1 .minus {
  background-image: url("../images/icon_nav_minus.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px auto;
}

/**
 * socialmedia
 *
 */
ul.socialmedia {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: auto;
  list-style: none;
}
article ul.socialmedia {
  margin: 11px 0;
  justify-content: left;
}
ul.socialmedia li {
  position: relative;
  margin: 0 5px;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
ul.socialmedia li::before {
  content: none;
}
ul.socialmedia li a {
  display: block;
  padding-left: 100%;
  width: 100%;
  height: 100%;
  background-size: 40px auto;
  background-position: top left;
  background-repeat: no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
}
ul.socialmedia li.linkedin a {
  background-image: url(../images/icon_socialmedia_linkedin_black.svg);
}
ul.socialmedia li:hover.linkedin a {
  background-color: rgb(0, 0, 0);
  background-image: url(../images/icon_socialmedia_linkedin_white.svg);
}
ul.socialmedia li.instagram a {
  background-image: url(../images/icon_socialmedia_instagram_black.svg);
}
ul.socialmedia li:hover.instagram a {
  background-color: rgb(0, 0, 0);
  background-image: url(../images/icon_socialmedia_instagram_white.svg);
}
ul.socialmedia li.facebook a {
  background-image: url(../images/icon_socialmedia_facebook_black.svg);
}
ul.socialmedia li:hover.facebook a {
  background-color: rgb(0, 0, 0);
  background-image: url(../images/icon_socialmedia_facebook_white.svg);
}
ul.socialmedia li.youtube a {
  background-image: url(../images/icon_socialmedia_youtube_black.svg);
}
ul.socialmedia li:hover.youtube a {
  background-color: rgb(0, 0, 0);
  background-image: url(../images/icon_socialmedia_youtube_white.svg);
}

/*
ul.socialmedia li:last-child a {
	padding-right: 0;
}
li.facebook a {
	background-image: url(../images/icon_sm_facebook.svg);
}
li.linkedin a {
	background-image: url(../images/icon_sm_linkedin.svg);
}
li.youtube a {
	background-image: url(../images/icon_sm_youtube.svg);
}
li.instagram a {
	background-image: url(../images/icon_sm_instagram.svg);
}
*/

/*-----------------------------------------------
 *  Formular
 *---------------------------------------------*/
form,
fieldset {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
fieldset {
  margin: 0 0 10px 0;
  width: 100%;
}
label,
legend {
  float: left;
  margin: 0 11px;
  padding-top: 15px;
  width: calc(30% - 22px);
  line-height: 1.3;
}
.group {
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 70%;
}
/*
fieldset .group {
	float: right;
	margin: 0 15px;
	width: calc(70% - 30px);
}
fieldset .group label {
	margin: 0 0 5px 0;
	width: 100%;
}
*/
.required {
  color: rgb(190, 0, 0);
}
select,
input,
textarea {
  float: left;
  margin: 0 11px 5px 11px;
  padding: 6px 11px 0 11px;
  width: calc(70% - 22px);
  height: 48px;
  border-radius: 3px;
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(241, 241, 241);
  outline: none;

  font-family: "Overpass", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.plz {
  margin-right: 5px;
  width: 100px;
}
input.ort {
  margin-left: 0;
  width: calc(70% - 127px);
}
select {
  padding-right: 46px;
  background-image: url("../images/icon_down.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select:required:invalid {
  color: rgb(179, 179, 179);
}
select option[value=""][disabled] {
  display: none;
}
select option,
select:required:invalid option {
  color: rgb(51, 51, 51);
}
textarea {
  padding-top: 12px;
  height: 145px;
}
/*
input[type="text"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  -webkit-padding-before: 2px;
  -webkit-padding-after: 2px;
}
*/
::-webkit-input-placeholder {
  color: rgb(204, 204, 204);
}
:-moz-placeholder {
  color: rgb(204, 204, 204);
  opacity: 1;
}
::-moz-placeholder {
  color: rgb(204, 204, 204);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgb(204, 204, 204) !important;
}
::-ms-input-placeholder {
  color: rgb(204, 204, 204);
}
::placeholder {
  color: rgb(204, 204, 204);
}
select.placeholder,
input.placeholder {
  color: rgb(204, 204, 204);
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  float: left;
  /*
	margin-left: calc(30% + 15px);
	*/
  margin-top: 10px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  width: calc(35% - 22px);

  border: none;
  border-radius: 3px;
  background-color: rgb(0, 0, 0);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  transform: translate(0, 0);
  transition: all 0.2s ease;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: rgb(197, 8, 23);
}

.container {
  display: block;
  position: relative;
  margin: 5px 11px 4px 11px;
  padding: 0 0 0 35px;
  width: calc(100% - 22px);
  min-height: 24px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.group.rail .container {
  width: auto;
  margin-right: 33px;
}
.container input {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  width: 0;
  height: 0;
}
.checkmark,
.radiomark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(241, 241, 241);
  border-radius: 3px;
}
.radiomark {
  border-radius: 50%;
}
.error .checkmark,
.error .radiomark {
  border: 1px solid rgb(190, 0, 0);
}

.checkmark:after,
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.container:hover input ~ .checkmark:after,
.container input:checked ~ .checkmark:after,
.container:hover input ~ .radiomark:after,
.container input:checked ~ .radiomark:after {
  display: block;
}
.container:hover .checkmark:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid rgb(222, 222, 222);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container .checkmark:after,
.container:hover input:checked ~ .checkmark:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid rgb(0, 0, 0);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container:hover .radiomark:after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(222, 222, 222);
}
.container .radiomark:after,
.container:hover input:checked ~ .radiomark:after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(0, 0, 0);
}

form p {
  /* Pflichtfeld */
  float: left;
  margin-right: 11px;
  margin-left: calc(30% + 11px);
  width: calc(70% - 22px);
}
div.error {
  display: none;
  float: left;
  margin: 0;
  width: 100%;
  color: rgb(190, 0, 0);
}

.block.addition {
  margin-top: -10px;
  height: 0px;
  overflow: hidden;
}

/*-----------------------------------------------
 *  Search
 *---------------------------------------------*/
.navSearchIconX {
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 38px;
  right: 30px;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;

  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;

  background-color: transparent;
}
.navSearchIconX span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background: none;
}
.navSearchIconX span:before,
.navSearchIconX span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(255, 255, 255);
  content: "";
}
.navSearchIconX span:before {
  top: 0;
  transform: rotate(45deg);
}
.navSearchIconX span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.search form {
  margin: 0;
  padding: 8px;
  margin-left: calc(50% - 300px);
  width: 584px;
  background: rgb(241, 241, 241);
  /*
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	*/
}
.search input {
  float: left;
  border: none;
  margin: 0;
  padding: 5px 10px;
  height: 44px !important;
  width: calc(100% - 44px);
  color: rgba(51, 51, 51, 1);
  border: none;
  background: transparent;
}
.search input:focus {
  color: rgba(51, 51, 51, 1);
}
.search input[type="submit"] {
  float: left;
  margin: 0;
  padding: 0;
  height: 44px !important;
  width: 44px;
  background: transparent url("../images/icon_search.svg") center no-repeat;
  background-size: 25px auto;
  box-shadow: none;
}
.search input[type="submit"]:hover {
  border: none;
}

.searchForm {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.searchForm input {
  float: left;
  margin: 0;
  height: 50px;
  width: 66.6666%;
}
.searchForm input[type="submit"] {
  float: left;
  margin: 0;
  height: 50px;
  width: 33.3333%;
}
.searchResult {
  float: left;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 100%;
  cursor: pointer;
}
.searchResult h3,
.searchResult p {
  margin: 0;
}
.searchResult p .resultPath {
  color: rgb(150, 150, 150);
}

/*-----------------------------------------------
 *  Loader
 *---------------------------------------------*/
.loader {
  position: relative;
  margin: 0 auto;
  top: 35%;
  width: 60px;
  height: 70px;
  text-align: center;
}
.loader > div {
  background-color: rgb(200, 0, 0);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: loader 1.2s infinite ease-in-out;
  animation: loader 1.2s infinite ease-in-out;
}
.loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loader .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes loader {
  0%,
  60%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  30% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes loader {
  0%,
  60%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  30% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*-----------------------------------------------
 *  Module
 *---------------------------------------------*/
/*  Headlines  */
.headlines {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 0 -11px 80px -11px;
  width: calc(100% + 22px);
}
.headlines > .block {
  position: relative;
  margin: 0 11px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 500px;
  overflow: hidden;
  cursor: pointer;
}
.headlines > .block:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
}
.headlines .imgFrame {
  margin-bottom: 12px;
}

.headlines .block .background {
  width: 100%;
  height: 100%;
  background-image: url(../images/image_000000.jpg);
  background-position: center;
  background-size: cover;
  transition: all 0.5s;
  filter: brightness(0.7) grayscale(50%);
}
.headlines .block:hover .background {
  transform: scale(1.1);
  filter: brightness(1) grayscale(0);
}
.headlines .block .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
}
.headlines .block:hover .content {
  /*opacity: 0;*/
}
.headlines .block .content.bottom {
  top: inherit;
  bottom: 0;
  padding-bottom: 20px;
}

.headlines .block .content h2,
.headlines .block .content h3,
.headlines .block .content h4,
.headlines .block .content p {
  margin-top: 0;
  color: rgb(255, 255, 255);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.headlines .block .content h2 {
  font-size: 36px;
}

.news article {
  background-color: rgb(241, 241, 241);
}
.news article .bild {
  height: 479px;
}

section.imgSpacer {
  width: 100%;
  padding: 120px 0 100px 0;
}
section.imgSpacer img {
  float: left;
  width: 100%;
  height: 34vw;
  object-fit: cover;
}

section.content {
  margin: 0 calc(50% - 389px);
  width: 778px;
  height: auto;
}
section.produkte {
  margin: 0 calc(50% - 589px);
  width: 1178px;
  height: auto;
}
.produkte article {
  display: flex;
  margin: 11px 0;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.produkte article:nth-child(odd) {
  flex-direction: row-reverse;
}
.produkte article .bild {
  float: left;
  width: 479px;
  min-height: 479px;
  background-color: rgb(0, 0, 0);
  background-position: center;
  background-size: 200px auto;
  background-repeat: no-repeat;
}
.produkte article .bild img {
  object-fit: cover;
}
.produkte article.service .bild {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/icon_service_white.svg);
}
.produkte article.fork .bild {
  background-image: url(../images/icon_fork_white.svg);
}
.produkte article.shocks .bild {
  background-image: url(../images/icon_shocks_white.svg);
}
.produkte article.seatpost .bild {
  background-image: url(../images/icon_seatpost_white.svg);
}
.produkte article .bild img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.produkte article .text {
  position: relative;
  width: calc(100% - 479px);
  padding: 66px 66px 33px 66px;
  background-color: rgb(241, 241, 241);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.produkte article.service .text {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.produkte article.service .text img {
  float: left;
  margin: 0;
  width: 30%;
}
.produkte article .text::before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: -16px;
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
  background-color: rgb(241, 241, 241);
}
.produkte article:nth-child(odd) .text::before {
  left: inherit;
  right: -16px;
}

section.produkte.gallery {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-rows: auto;
  gap: 22px;
}
section.produkte.gallery a {
  position: relative;
  float: left;
  width: calc(100% - 2px);
  border: 1px solid rgb(0, 0, 0);
  overflow: hidden;
  border-radius: 3px;
}
section.produkte.gallery a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
section.produkte.gallery a:first-child {
  position: relative;
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  background-image: url(../images/icon_search.svg);
  background-position: top 15px right 15px;
  background-size: 22px auto;
  background-repeat: no-repeat;
}
section.produkte.gallery img {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.produkte.gallery a:first-child img {
  object-fit: contain;
}

section.produkte.gallery img:hover {
  transform: scale(1.1);
}

/*  Service  */
.service fieldset {
  position: relative;
  float: left;
  margin: 0 0 23px 0;
  padding: 40px 50px;
  width: 100%;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgb(241, 241, 241);
}
.service fieldset.next::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
  background-color: rgb(241, 241, 241);
}

.service .square {
  position: relative;
  margin: 11px;
  width: calc(33.3333% - 26px);
  border: solid 2px rgb(0, 0, 0);
  border-radius: 3px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0.5;
}
.service .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.service .square .content {
  position: absolute;
  bottom: 15%;
  width: 100%;
  height: auto;
  font-family: "Overpass", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: rgb(255, 255, 255);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.service .square:hover {
  opacity: 1;
}
.service .square.active {
  opacity: 1;
}
.service .square.fork {
  background-image: url(../images/icon_service_fork_black.svg);
}
.service .square.shocks {
  background-image: url(../images/icon_service_shocks_black.svg);
}
.service .square.seatpost {
  background-image: url(../images/icon_service_seatpost_black.svg);
}

.service fieldset p {
  margin-left: 0;
  width: 100%;
}

.service input[type="text"],
.service input[type="phone"],
.service input[type="email"],
.service select,
.service textarea {
  background-color: rgb(255, 255, 255);
}
.service .checkmark,
.service .radiomark {
  background-color: rgb(255, 255, 255);
}
.service input[type="submit"] {
  margin: 0 auto;
  text-align: center;
}
.service2 input[type="submit"] {
  margin: 0 11px;
  text-align: center;
}

.service .container.service-container {
  width: calc(50% - 22px);
}

.service .container.shipping {
  width: calc(100% - 22px);
  min-height: 60px;
  padding-right: 180px;
  margin-top: 22px;
  background-position: top right 20px;
  background-repeat: no-repeat;
  background-size: 120px auto;
}

.service .container.shipping-1 {
  background-image: url(../images/icon_shipping_1.svg);
}
.service .container.shipping-2 {
  background-image: url(../images/icon_shipping_2.svg);
}
.service .container.shipping-3 {
  background-image: url(../images/icon_shipping_3.svg);
}
.service .container.shipping-4 {
  background-image: url(../images/icon_shipping_4.svg);
}
.service .container.shipping-5 {
  background-image: url(../images/icon_shipping_5.svg);
}

.service .service-order {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}

.service .service-order-info {
  width: calc(100% - 200px);
}
.service .service-order-price {
  width: 200px;
  text-align: right;
}

.service .group p {
  margin: 5px 0 8px 11px;
  width: auto;
}

.references-label {
  float: left;
  box-sizing: border-box;
  padding: 15px 0 0 60px;
  margin: 30px 0;
  width: 100%;
  height: 50px;
  background-image: url(../images/icon_service_black.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50px auto;
}
.references {
  display: flex;
  flex-wrap: wrap;
  margin: 44px -11px 22px -11px;
  width: calc(100% + 22px);
}
.references article {
  margin: 8px 33px 22px 11px;
  padding-top: 3px;
  width: calc(33.3333% - 44px);
}
.references article.service {
  background-image: url(../images/icon_service_black.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50px auto;
}

.references article a {
  text-decoration: none;
}

/*  Order Form  */
.orderblock {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 10px 0;
  width: 100%;
}
.orderblock .row1 {
  margin: 0;
  width: 50%;
}
form .orderblock p {
  margin: 0 0 8px 0;
  width: 100%;
}
.orderblock .row2 {
  margin: 0 20px 0 0;
  width: 80px;
}
.orderblock .row3 {
  margin: 0;
  width: calc(50% - 100px);
}
.orderblock .row4 {
  margin: 0 10px 0 0;
  width: calc(25% - 60px);
}
.orderblock .row5 {
  margin: 0 0 0 10px;
  width: calc(25% - 60px);
}

.orderblock label {
  margin: 0;
  padding: 0;
  width: 100%;
}
.orderblock input,
.orderblock select {
  margin: 0;
  width: 100%;
}

/*-------------------------------------------------------------------------------------
  CSS DEFINITIONS FOR FancyBox
-------------------------------------------------------------------------------------*/
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0,
    4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}

/*-----------------------------------------------
 *  Responsive
 *---------------------------------------------*/
@media only screen and (max-width: 1160px) {
  #navTop ul li a {
    padding-right: 0;
    margin-right: 10px;
  }
  section.produkte {
    margin: 0 20px;
    width: calc(100% - 40px);
  }

  .produkte article .bild {
    width: 40%;
    height: auto;
    min-height: inherit;
    background-size: 40% auto;
  }
  .produkte article .text {
    padding: 40px 30px 20px 30px;
    width: 60%;
  }

  .produkte article.service .bild::before,
  .produkte article.fork .bild::before,
  .produkte article.shocks .bild::before,
  .produkte article.seatpost .bild::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .service p.button a {
    font-size: 20px;
  }

  #brands {
    height: 130px;
  }
  .brands-box {
    margin-top: 16px;
    column-gap: 18px;
  }
	.brands-box img {
	  max-height: 50px;
	}


}
@media only screen and (max-width: 960px) {

  #brands {
    height: 160px;
  }
  .brands-box {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #brands h3 {
      font-size: 1.0rem;

  }
  .brands-box img {
    max-height: 45px;
  }



  .navMobileIcon {
    display: block;
  }
  #navTop,
  #navigation,
  .home #headerImgMore,
  #copyright,
  .home footer .block.ext {
    display: none;
  }
  header .inner {
    justify-content: left;
  }
  .logo {
    margin-right: 22px;
  }
  footer .block.ext,
  footer .block.some {
    width: calc(100% - 22px);
  }
  footer .block.some {
    padding: 15px 0 0 0;
  }
  footer .logo.logo_ext {
    margin-bottom: 20px;
  }
  .headlines .block .content {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 860px) {
  .headlines > .block {
    min-height: 350px;
  }
  .headlines .block.third {
    margin-bottom: 22px;
    width: calc(100% - 22px);
  }
  section.content {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  section.imgSpacer {
    padding: 40px 0;
  }
  section.imgSpacer img {
    height: 40vw;
  }

  section.produkte.gallery {
    margin-top: 0px;
    margin-bottom: 20px;
    gap: 12px;
  }
  .produkte article,
  .produkte article:nth-child(odd) {
    flex-direction: column;
  }
  .produkte article .bild {
    width: 100%;
  }

  .produkte article .text {
    padding: 25px 20px 15px 20px;
    width: 100%;
  }

  .produkte article .text::before,
  .produkte article:nth-child(odd) .text::before {
    top: -16px;
    left: calc(50% - 16px);
  }

  .service p.button {
    padding-top: 40vw;
  }
  .references article {
    margin: 8px 11px 22px 11px;
    width: calc(50% - 22px);
  }
}
@media only screen and (max-width: 660px) {
  header {
    height: 60px;
    background-color: rgba(255, 255, 255, 1);
  }
  .logo {
    height: 60px;
  }
  .logo.logo_ext {
    margin: 10px 0 0 0;
    height: 42px;
  }
  .navMobileIcon {
    top: 15px;
  }
  #navMobile ul {
    margin-top: 80px;
  }
  footer {
    background-image: linear-gradient(180deg, rgb(197, 8, 23) 60px, white 60px);
  }

  .service fieldset {
    padding: 20px;
  }
  .service .square {
    margin: 0 11px 11px 11px;
    width: calc(100% - 22px);
  }
  .service .square:after {
    padding-bottom: 100px;
  }
  .service .square .content {
    font-size: 14px;
  }
  .service .service-order {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 580px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  #headerImg {
    height: 48vh;
  }
  main {
    padding: 50px 0 40px;
  }

  .references article {
    width: calc(100% - 22px);
  }
  section.produkte.gallery {
    margin-bottom: 10px;
    gap: 4px;
  }
  section.produkte.gallery a:first-child {
    background-position: top 5px right 5px;
    background-size: 18px auto;
  }

  /* Formulare */
  label,
  legend {
    padding-top: 5px;
    margin: 5px 11px 0 11px;
    width: calc(100% - 22px);
  }

  label.noCaption {
    width: calc(100% - 25px);
  }
  input,
  textarea,
  select {
    font-size: 1.1em;
    margin: 0 11px 5px 11px !important;
    width: calc(100% - 22px) !important;
    height: inherit;
    padding: 10px 3% !important;
  }
  input[type="submit"],
  input[type="button"],
  input[type="resete"] {
    padding: 15px 0;
    height: auto;
  }
  input[type="checkbox"],
  input[type="radio"] {
    padding: 0;
    width: auto !important;
  }

  form p {
    margin: 0 0 5px 0;
    width: 100%;
  }

  .service .container.service-container {
    width: calc(100% - 22px);
  }
  .service .container.shipping {
    padding-right: 0;
    padding-top: 65px;
    margin-top: 15px;
    background-position: top left 38px;
  }
  .service .container.shipping .radiomark {
    top: 60px;
  }
  .service textarea.service-description {
    height: 200px;
  }

  .search input {
    width: calc(100% - 44px) !important;
  }
  .search input[type="submit"] {
    width: 44px !important;
  }

  .block_05,
  .block_10,
  .block_15,
  .block_20,
  .block_25,
  .block_30,
  .block_33,
  .block_35,
  .block_40,
  .block_45,
  .block_50,
  .block_55,
  .block_60,
  .block_65,
  .block_66,
  .block_70,
  .block_75,
  .block_80,
  .block_85,
  .block_90,
  .block_95,
  .block_100 {
    margin: 0;
    width: 100%;
  }
  .block.half,
  .block.third,
  .block.two-third,
  .block.quarter,
  .block.three-quarter,
  .block.fifth,
  .block.two-fifth,
  .block.three-fifth,
  .block.four-fifth,
  .block.full,
  .block.addr,
  .block.form {
    width: calc(100% - 22px);
  }

  /* Texte */
  h1,
  .h1 {
    font-size: 30px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  h2,
  .h2,
  h3,
  .h3 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  blockquote {
    margin: 11px 0;
    padding: 25px;
    max-width: calc(100% - 50px);
  }
  blockquote::before,
  blockquote::after {
    font-size: 60px;
  }
  blockquote::before {
    left: -10px;
  }
  blockquote::after {
    right: -20px;
  }

  .column {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
}
