/* ************************************ LESS Vars **************************************** */
/* ************************************ AN Vars **************************************** */
/* ************************************ Global CSS **************************************** */
html,
button,
input,
select,
textarea {
  color: #000;
}
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}
html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  font-size: 1em;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}
::-moz-selection {
  background: #fff;
  color: #43a0d0;
  text-shadow: none;
}
::selection {
  background: #fff;
  color: #43a0d0;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
table th {
  text-align: left;
}
table th,
table td {
  vertical-align: top;
}
ul {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
a {
  color: #43a0d0;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
strong {
  font-weight: 600;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
strong {
  font-weight: 600;
}
/* ************************************ Custom CSS **************************************** */
#logo {
  position: fixed;
  top: 0.5em;
  width: 15em;
  height: 15em;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 100;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#logo.small {
  width: 10em;
  height: 10em;
}
.sub a {
  display: block;
}
.sub a #logo {
  position: relative;
  margin: 0 auto;
}
#legal-nav {
  font-size: 0.8em;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 100;
}
section {
  float: left;
  width: 100%;
  height: 100%;
}
/*.fullimg{
	width:100%;
	position: absolute;
}*/
#start,
#kontakt,
.sub {
  background: url(../images/bgs/main-bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#bewerben {
  background: url(../images/bgs/bewerbung-bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#quali {
  background: url(../images/bgs/quali-bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#leistungen {
  background: url(../images/bgs/leistungen-bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content {
  opacity: 0;
  position: relative;
  top: 2em;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 2, 0.91, 1.2) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0.4, 2, 0.91, 1.2) 0.5s;
  -ms-transition: all 0.5s cubic-bezier(0.4, 2, 0.91, 1.2) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0.4, 2, 0.91, 1.2) 0.5s;
  transition: all 0.5s cubic-bezier(0.4, 2, 0.91, 1.2) 0.5s;
}
.content.appeared {
  opacity: 1;
  top: 0;
}
.content h1,
.sub h1 {
  font-weight: 100;
  text-align: center;
}
.no-js .content {
  opacity: 1;
  top: 0;
}
#start .content p {
  font-size: 1.5em;
  max-width: 60rem;
  margin: 0.5em auto;
  text-align: center;
}
#start h1 {
  margin-top: 20rem;
}
#leistungen h1 {
  margin-top: 10rem;
}
.leistung-info {
  display: none;
}
.mytooltip,
.mytooltip_right {
  padding: 1em;
  background: rgba(255, 255, 255, 0.95);
  color: #23678a;
  -webkit-box-shadow: 0 0 1em #184962;
  -moz-box-shadow: 0 0 1em #184962;
  -ms-box-shadow: 0 0 1em #184962;
  -o-box-shadow: 0 0 1em #184962;
  box-shadow: 0 0 1em #184962;
  z-index: 101;
  margin-top: 0.5em;
  max-width: 55em;
}
.mytooltip_right {
  margin-left: -50%;
}
#quali .content p,
#quali .content li {
  max-width: 60em;
  margin: 0 auto;
}
#quali .content .quali {
  margin-top: 1em;
}
#quali .content .quali img {
  max-height: 8em;
}
#quali h1 {
  margin-top: 10rem;
}
#bewerben .content,
#kontakt .content {
  text-align: center;
}
#bewerben h1 {
  margin-top: 14rem;
}
#kontakt h1 {
  margin-top: 18rem;
}
#sub-nav {
  position: fixed;
  bottom: 1em;
  z-index: 100;
  width: 100%;
}
#sub-nav ul {
  text-align: center;
}
#sub-nav li,
#sub-nav a {
  -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;
}
#sub-nav li {
  font-size: 1.2em;
  display: inline-block;
  border: 1px solid #43a0d0;
  margin-right: 0.5em;
  position: relative;
}
#sub-nav li a {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  color: #43a0d0;
  font-weight: 400;
  padding-top: 1.125rem;
}
#sub-nav li a.active,
#sub-nav li a.active:hover {
  background: #43a0d0;
  color: #fff;
}
#sub-nav li a:hover {
  background: rgba(67, 160, 208, 0.15);
  color: #184962;
}
#leistungen-kacheln,
#quali-kacheln {
  width: 100%;
}
#leistungen-kacheln > div,
#quali-kacheln > div {
  text-align: center;
  display: block;
  float: left;
  position: relative;
}
#leistungen-kacheln > div span,
#quali-kacheln > div span {
  font-size: 1.5em;
  font-weight: 100;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#leistungen-kacheln > div:hover span,
#quali-kacheln > div:hover span {
  background: #43a0d0;
  color: #fff;
}
#leistungen-kacheln div .bg,
#quali-kacheln div .bg,
#leistungen-kacheln li:hover .bg,
#quali-kacheln li:hover .bg,
#leistungen-kacheln span,
#quali-kacheln span,
#leistungen-kacheln img,
#quali-kacheln img {
  -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;
}
#leistungen-kacheln > div {
  width: 25%;
  height: 12.5em;
  background: #fff;
}
#leistungen-kacheln > div span {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
  color: #000;
  padding-top: 2rem;
  font-weight: 600;
}
#leistungen-kacheln > div img {
  height: 7rem;
  display: block;
  margin: 0 auto;
}
#leistungen-kacheln > div:hover span {
  background: rgba(67, 160, 208, 0.5);
  color: #184962;
}
#leistungen-kacheln > div:hover img {
  opacity: 0.7;
}
#leistungen-kacheln > div:hover .bg {
  -webkit-filter: grayscale(100%) blur(1px);
  -moz-filter: grayscale(100%) blur(1px);
  -ms-filter: grayscale(100%) blur(1px);
  -o-filter: grayscale(100%) blur(1px);
  filter: grayscale(100%) blur(1px);
  opacity: 0.85;
}
#leistungen-kacheln .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
#quali-kacheln {
  margin-top: 1em;
  max-width: 70em;
  margin: 1em auto 0  auto;
}
#quali-kacheln > div {
  height: 6em;
  width: 24%;
  margin: 0.5%;
  border: 1px solid #43a0d0;
}
#quali-kacheln > div span {
  padding-top: 2rem;
}
#verschweiss-kachel .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/leistungen/verschweissen3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#versand-kachel .bg {
  background: url(../images/leistungen/versand2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#verpacken-kachel .bg {
  background: url(../images/leistungen/verpacken2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#etikettier-kachel .bg {
  background: url(../images/leistungen/etikettieren2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#spezial-kachel .bg {
  background: url(../images/leistungen/special2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#lagerung-kachel .bg {
  background: url(../images/leistungen/lager2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#korrektur-kachel .bg {
  background: url(../images/leistungen/korrektur2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#konfektionierung-kachel .bg {
  background: url(../images/leistungen/konfektionieren3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#imprint-content a {
  display: inline;
}
#pagefooter {
  clear: left;
  padding: 1em 1em 5em 1em;
  text-align: center;
}
/* template classes */
.center {
  margin: 0 auto;
}
.fl {
  float: left;
}
.flr {
  float: right;
}
.block {
  display: block;
}
.w3 {
  width: 3em;
}
.w11 {
  width: 11em;
}
.w12 {
  width: 12em;
}
.w13 {
  width: 13em;
}
.w14 {
  width: 14em;
}
.w15 {
  width: 15em;
}
.w16 {
  width: 16em;
}
.w17 {
  width: 17em;
}
.w18 {
  width: 18em;
}
.w19 {
  width: 19em;
}
.w20 {
  width: 20em;
}
.w21 {
  width: 21em;
}
.w22 {
  width: 22em;
}
.w23 {
  width: 23em;
}
.w24 {
  width: 24em;
}
.w25 {
  width: 25em;
}
.w26 {
  width: 26em;
}
.w27 {
  width: 27em;
}
.w28 {
  width: 28em;
}
.w29 {
  width: 29em;
}
.w30 {
  width: 30em;
}
.w31 {
  width: 31em;
}
.w32 {
  width: 32em;
}
.w33 {
  width: 33em;
}
.w34 {
  width: 34em;
}
.w35 {
  width: 35em;
}
.w36 {
  width: 36em;
}
.w37 {
  width: 37em;
}
.w38 {
  width: 38em;
}
.w39 {
  width: 39em;
}
.w40 {
  width: 40em;
}
.w41 {
  width: 41em;
}
.w42 {
  width: 42em;
}
.w43 {
  width: 43em;
}
.w44 {
  width: 44em;
}
.w45 {
  width: 45em;
}
.w46 {
  width: 46em;
}
.w47 {
  width: 47em;
}
.w48 {
  width: 48em;
}
.w49 {
  width: 49em;
}
.w50 {
  width: 50em;
}
.w51 {
  width: 51em;
}
.w52 {
  width: 52em;
}
.w53 {
  width: 53em;
}
.w54 {
  width: 54em;
}
.w55 {
  width: 55em;
}
.w56 {
  width: 56em;
}
.w57 {
  width: 57em;
}
.w58 {
  width: 58em;
}
.w59 {
  width: 59em;
}
.w60 {
  width: 60em;
}
.w61 {
  width: 61em;
}
.w62 {
  width: 62em;
}
.w63 {
  width: 63em;
}
.w64 {
  width: 64em;
}
.w65 {
  width: 65em;
}
.w66 {
  width: 66em;
}
.w67 {
  width: 67em;
}
.w68 {
  width: 68em;
}
.w69 {
  width: 69em;
}
.w70 {
  width: 70em;
}
.w71 {
  width: 71em;
}
.w72 {
  width: 72em;
}
.max {
  width: 100%;
}
.h18 {
  height: 18em;
}
.h20 {
  height: 20em;
}
.h23 {
  height: 23em;
}
.h34 {
  height: 34em;
}
.relative {
  position: relative;
}
.ml-1 {
  margin-left: -1em;
}
.ml05 {
  margin-left: 0.5em;
}
.ml1 {
  margin-left: 1em;
}
.ml4 {
  margin-left: 4em;
}
.mt-1 {
  margin-top: -1em;
}
.mt1 {
  margin-top: 1em;
}
.mt2 {
  margin-top: 2em;
}
.mt3 {
  margin-top: 3em;
}
.mt4 {
  margin-top: 4em;
}
.mt5 {
  margin-top: 5em;
}
.mt6 {
  margin-top: 6em;
}
.mt7 {
  margin-top: 7em;
}
.mt8 {
  margin-top: 8em;
}
.mt12 {
  margin-top: 12em;
}
.mr1 {
  margin-right: 1em;
}
.mr2 {
  margin-right: 2em;
}
.mr3 {
  margin-right: 3em;
}
.mr4 {
  margin-right: 4em;
}
.mr5 {
  margin-right: 5em;
}
.mr6 {
  margin-right: 6em;
}
.mr7 {
  margin-right: 7em;
}
.mr8 {
  margin-right: 8em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.t0 {
  top: 0;
}
.t05 {
  top: 0.5em;
}
.t1 {
  top: 1em;
}
.t2 {
  top: 2em;
}
.t3 {
  top: 3em;
}
.t4 {
  top: 4em;
}
.r0 {
  right: 0;
}
.r05 {
  right: 0.5em;
}
.r1 {
  right: 1em;
}
.r2 {
  right: 2em;
}
.r3 {
  right: 3em;
}
.r4 {
  right: 4em;
}
.b0 {
  bottom: 0;
}
.b05 {
  bottom: 0.5em;
}
.b1 {
  bottom: 1em;
}
.b2 {
  bottom: 2em;
}
.b3 {
  top: 3em;
}
.b4 {
  bottom: 4em;
}
.l0 {
  left: 0;
}
.l05 {
  left: 0.5em;
}
.l1 {
  left: 1em;
}
.l2 {
  left: 2em;
}
.l3 {
  left: 3em;
}
.l4 {
  left: 4em;
}
.l23 {
  left: 23em;
}
.p0-5 {
  padding: .5em;
}
.p1 {
  padding: 1em;
}
.pb1 {
  padding-bottom: 1em;
}
.pb2 {
  padding-bottom: 2em;
}
.pb4 {
  padding-bottom: 4em;
}
.pb5 {
  padding-bottom: 5em;
}
.pt2 {
  padding-top: 2em;
}
.pt5 {
  padding-top: 5em;
}
.tcenter {
  text-align: center;
}
.tblock {
  text-align: justify;
}
.s48 {
  font-size: 2em;
}
.s36 {
  font-size: 1.5em;
}
.s30 {
  font-size: 1.25em;
}
.s24 {
  font-size: 1em;
}
.s20 {
  font-size: 0.75em;
}
/* **************************** Media Queries ******************************** */
@media only screen and (max-height: 608px), (max-width: 1300px) {
  html.mq {
    font-size: 75%;
  }
}
@media only screen and (min-width: 1600px) and (min-height: 760px) {
  html.mq {
    font-size: 125%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  
}
@media only screen and (max-width: 880px) {
  #logo {
    position: absolute;
  }
  #leistungen-kacheln > div {
    width: 50%;
  }
  #quali-kacheln > div {
    width: 49%;
  }
  .fullimg,
  section {
    height: auto;
  }
  section {
    padding: 0 1em 2em 1em;
  }
  #start h1 {
    margin-top: 35rem;
  }
  #leistungen h1,
  #quali h1,
  #bewerben h1,
  #kontakt h1 {
    margin-top: 2rem;
  }
  #sub-nav {
    position: absolute;
    bottom: auto;
    top: 16rem;
    width: 100%;
    padding: 0 5%;
  }
  #sub-nav li {
    font-size: 1.5em;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #sub-nav li a {
    width: 100%;
  }
  .mytooltip_right {
    margin-left: 0;
  }
  .mqhauto {
    height: auto;
  }
  .mqh10 {
    height: 14em;
  }
  .mqmcenter {
    margin: 0 auto;
  }
  .mqw100 {
    width: 100%;
  }
  .mqw90 {
    width: 90%;
  }
  .mqw44 {
    width: 44%;
  }
  .mqw48 {
    width: 48%;
  }
  .mqp0 {
    padding: 0;
  }
  .mqp5 {
    padding: 5%;
  }
  .mqp2 {
    padding: 2%;
  }
  .mqpt5 {
    padding-top: 5em;
  }
  .mqpb1 {
    padding-bottom: 1em;
  }
  .mqpb1-total {
    padding: 0 0 1em 0;
  }
  .mqm0 {
    margin: 0;
  }
  .mqmt1 {
    margin-top: 1em;
  }
  .mqmt2 {
    margin-top: 2em;
  }
  .mqmb1 {
    margin-bottom: 1em;
  }
  .mqmb2 {
    margin-bottom: 2em;
  }
  .mqmb1-total {
    margin: 0 0 1em 0;
  }
  .mqmb2-total {
    margin: 0 0 2em 0;
  }
  .mqmr2 {
    margin-right: 2%;
  }
  .mqmr4 {
    margin-right: 4%;
  }
  .mqmr12 {
    margin-right: 12%;
  }
  .mqnofl {
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  #leistungen-kacheln > div {
    width: 100%;
  }
  #quali-kacheln > div {
    width: 99%;
  }
}
/* **************************** Helper Classes ******************************** */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* **************************** print ******************************** */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
