<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Theme Name: publitec GmbH
  Author: Marcel Balzuweit - publitec GmbH
  Author URI: https://www.publitec.de
  Version: 1.0
*/
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/roboto-v19-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("webfonts/roboto-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("webfonts/roboto-v19-latin-regular.woff2") format("woff2"), url("webfonts/roboto-v19-latin-regular.woff") format("woff"), url("webfonts/roboto-v19-latin-regular.ttf") format("truetype"), url("webfonts/roboto-v19-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/roboto-v19-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("webfonts/roboto-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("webfonts/roboto-v19-latin-700.woff2") format("woff2"), url("webfonts/roboto-v19-latin-700.woff") format("woff"), url("webfonts/roboto-v19-latin-700.ttf") format("truetype"), url("webfonts/roboto-v19-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/*----------------------------------------------------------------------------
RESET CSS
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------------------------------------------
Allgemein
------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* IE7 image resizing
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* Input-Felder zum anklicken */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0;
}

.is-hidden {
  display: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.alignleft {
  float: left;
  margin: 0.5em 2em 2em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 2em 2em;
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  max-width: 95%;
  height: auto;
}

em {
  font-style: italic;
}

.w100 {
  width: 100%;
  float: none;
  clear: both;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w66 {
  width: 66%;
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w48 {
  width: 48%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w37 {
  width: 37%;
}

.w35 {
  width: 35%;
}

.w33 {
  width: 33.333333%;
}

.w32 {
  width: 32%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w22 {
  width: 22%;
}

.w20 {
  width: 20%;
}

.links {
  float: left;
}

.rechts {
  float: right;
}

.inhalt ul li {
  background: url("images/li-farbe.png") no-repeat 0 10px;
  padding: 0 0 20px 20px;
}

.inhalt ul {
  padding: 0 0 30px 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wp-caption-text {
  color: #9a9a9a;
  font-style: italic;
}

/*----------------------------------------------------------------------------
mixin
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
Variablen
------------------------------------------------------------------------------*/
strong {
  font-family: "Roboto";
}

/*----------------------------------------------------------------------------
Einstellungen
------------------------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-size: 18px;
  line-height: calc(10px + 18px);
  font-weight: 400;
  color: #000;
  background-color: #85CEEE;
}

p {
  padding-bottom: 30px;
}

strong {
  font-weight: 600;
  font-family: "Roboto";
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0 0 30px 0;
  color: #000;
  font-family: "Roboto";
  font-size: 34px;
  text-transform: uppercase;
  line-height: calc(10px + 34px);
  font-weight: 700;
  position: relative;
}

/*----------------------------------------------------------------------------
rahmen
------------------------------------------------------------------------------*/
.rahmen {
  width: 1634px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/*----------------------------------------------------------------------------
Header
------------------------------------------------------------------------------*/
header .rahmen {
  background-image: url("images/flotte.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .logo {
  margin: 0 0;
}

header .logo a {
  display: inline-block;
}

header .zusatz {
  margin-left: 40px;
}

header .zusatz li {
  padding-left: 0;
}

header .zusatz li i {
  color: #63A858;
}

#topmainnavi {
  background-color: #fff;
  border-bottom: solid 1px #85CEEE;
  margin-bottom: 40px;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.sticky + #content {
  padding-top: 40px;
}

#topmainnavi .rahmen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tel {
  text-align: right;
  font-weight: 700;
}

#tel i {
  color: #63A858;
}

#tel a {
  text-decoration: none;
  padding: 0 5px;
}

#slidesucheleistung {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#slidesuche {
  width: 60%;
}

#leistungsbereich {
  width: 58%;
  margin-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

#leistungsbereich article {
  width: 48%;
  height: 47%;
  background-color: #065D7A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 766px) {
  #slidesuche #headerslider {
    margin-bottom: 70px;
  }
  #slidesuche #headerslider .over {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  #slidesuche #headerslider .slick-dots {
    margin: 0;
    text-align: center;
    bottom: -35px;
  }
}
.unterseiten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -2% !important;
  margin-top: 40px;
}

.unterseiten article {
  width: 23%;
  margin-left: 2%;
  padding: 5px;
  background-color: #065D7A;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.unterseiten article div {
  width: 100%;
}

.unterseiten article:nth-child(5) {
  margin-top: 40px;
}

.unterseiten article:nth-child(6) {
  margin-top: 40px;
}

.unterseiten article:nth-child(7) {
  margin-top: 40px;
}

.unterseiten article:nth-child(8) {
  margin-top: 40px;
}

#leistungsbereich article div,
.unterseiten article div {
  width: 100%;
}

#leistungsbereich article img,
.unterseiten article img {
  margin-bottom: 5px;
}

#leistungsbereich article div a,
.unterseiten article div a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0;
  text-decoration: none;
}

#leistungsbereich article div a:hover,
.unterseiten article div a:hover {
  -webkit-animation-name: hovering;
          animation-name: hovering;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes hovering {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes hovering {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
#suche {
  background-color: #065D7A;
  margin-top: 20px;
  padding: 20px;
}

.formschnellsuche {
  display: grid;
  grid-template-columns: 90px 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .formschnellsuche {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .formschnellsuche .beschreibung {
    grid-column: 1/-1;
  }
}

.formschnellsuche h3 {
  color: #fff !important;
}

.formschnellsuche .beschreibung {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.formschnellsuche input::-webkit-input-placeholder {
  color: #000;
}

.formschnellsuche input::-moz-placeholder {
  color: #000;
}

.formschnellsuche input:-ms-input-placeholder {
  color: #000;
}

.formschnellsuche input::-ms-input-placeholder {
  color: #000;
}

.formschnellsuche input::placeholder {
  color: #000;
}

.formschnellsuche input {
  color: #000;
  width: 100%;
}

#suche .submit-btn {
  display: inline-block;
  background: #fff;
  color: #065D7A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 25px;
  border: 1px solid #0087B3;
  font: inherit;
  font-weight: 700;
}

#suche .submit-btn:hover {
  background: #0087B3;
  color: #fff;
}

.formschnellsuche span {
  color: #fff;
}

.textzweispaltig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.textzweispaltig &gt; div {
  width: 48%;
}

/*----------------------------------------------------------------------------
Slider
------------------------------------------------------------------------------*/
#headerslider .over {
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #065D7A;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.highlightslider article .bild {
  position: relative;
}

.highlightslider article h2 {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  background-color: #fff;
}

.highlightslider article h2 a {
  padding: 5% 0 5% 5%;
  display: block;
}

.highlightslider article .over {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  padding: 7%;
  color: #fff;
  background-color: rgba(7, 158, 208, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.highlightslider article:hover .over,
.highlightslider article:focus-visible .over {
  height: 100%;
  top: 0;
}

#highlights {
  margin-top: 40px;
}

#highlights .slick-slide {
  margin: 0 10px;
}

#highlights .slick-list {
  margin: 0 -10px;
}

#highlights a {
  text-decoration: none;
}

#highlights .over a {
  color: #fff;
}

.contentslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.button {
  display: inline-block;
  padding: 5px 10px;
  background-color: #065D7A;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.contentslider a.button[href$=".pdf"] {
  display: inline-block;
  background: url("images/pdf-icon-weiss.png") no-repeat scroll 10px 50% #065D7A;
  padding: 5px 10px 5px 45px;
  margin: 5px 35px 10px 0;
}

/*----------------------------------------------------------------------------
Alle Seiten
------------------------------------------------------------------------------*/
#content .textzweispaltig a {
  color: #065D7A;
}

#meinungen {
  background-color: #0087B3;
  padding: 40px 0;
  margin-top: 40px;
}

#meinungen h2 {
  color: #fff;
  text-align: center;
}

#meinungen article .kasten {
  background-color: #fff;
  padding: 15px;
  margin-top: 20px;
}

#meinungen article .rezension {
  margin-top: 5%;
}

#meinungen .slick-slide {
  margin: 0 10px;
  position: relative;
}

#meinungen .slick-list {
  margin: 0 -10px;
}

#meinungen i {
  position: absolute;
  top: 7px;
  right: 0;
  width: 42px;
  height: 42px;
  color: #63A858;
  font-size: 42px;
}

.meinungslider .slick-prev::before,
.meinungslider .slick-next::before {
  color: #85CEEE;
}

.meinungslider .slick-dots {
  bottom: -25px;
  margin: 0;
  text-align: center;
}

.page-template-referenzen #meinungen .beitraege {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .page-template-referenzen #meinungen .beitraege {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .page-template-referenzen #meinungen .beitraege {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 0 20px;
  }
}

.page-template-referenzen #meinungen .beitraege article {
  margin-bottom: 40px;
  position: relative;
}

#customer-rating {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#customer-rating form {
  text-align: left;
}
#customer-rating form textarea {
  height: 150px;
  resize: vertical;
}
#customer-rating form input[type=submit] {
  font-size: 18px;
  text-transform: uppercase;
  width: auto;
  padding: 10px 15px;
  margin: 20px auto 50px;
  background: #065D7A;
  display: inline-block;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#customer-rating form input[type=submit]:hover {
  background: #000;
}

.add-new-rating {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.add-new-rating:hover {
  color: #63A858 !important;
}

.text {
  background-color: #fff;
  padding: 40px 40px 10px 40px;
  margin-top: 40px;
}

.text ul li {
  background-image: url("images/li.png");
  background-position: 0 7px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.text ul {
  padding-bottom: 30px;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schmal {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.contentslider .text {
  margin-top: 0;
}

#verpackungsmaterial article {
  margin-bottom: 40px;
}

#verpackungsmaterial article .bild {
  width: 30%;
  margin-right: 2%;
}

/*----------------------------------------------------------------------------
Seo Seiten
------------------------------------------------------------------------------*/
.seoseiten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.seoseiten .kasten {
  background-color: #fff;
  padding: 40px;
  width: 23%;
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------------
Pager
------------------------------------------------------------------------------*/
.pager {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager .next a,
.pager .prev a {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0px 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #065D7A;
  color: #fff;
  text-decoration: none;
}

.pager .next a:hover,
.pager .prev a:hover {
  background-color: #63A858;
  color: #fff;
}

/*----------------------------------------------------------------------------
Datei icon
------------------------------------------------------------------------------*/
#content a[href$=".pdf"] {
  display: inline-block;
  background: url("images/pdf-icon-weiss.png") no-repeat scroll 10px 50% #079ED0;
  padding: 8px 10px 8px 40px;
  margin: 0px 20px 15px 0;
}
#content a[href$=".pdf"]:hover {
  background-color: #85CEEE;
}

/*----------------------------------------------------------------------------
Formulare
------------------------------------------------------------------------------*/
input[type=text], input[type=email], input[type=url], select, textarea {
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  border: solid 1px #079ED0;
  font-family: "Roboto";
  font-size: 20px;
}

textarea {
  resize: none;
  height: 180px;
}

select {
  background: transparent;
}

.wpcf7 input[type=submit] {
  background-color: #000;
  color: #fff;
  width: 200px;
  margin-bottom: 40px;
  border: none;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.wpcf7 .privacy-field .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .privacy-field .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7 .privacy-field .wpcf7-list-item label input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 8px;
  margin-right: 10px;
}
.wpcf7 .wpcf7-form-control {
  font: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*----------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/
footer {
  position: relative;
  background-color: #fff;
  margin-top: 40px;
  padding-top: 40px;
}

footer .phone-link {
  color: #000;
  font-family: "Roboto";
  font-size: 34px;
  text-transform: uppercase;
  line-height: calc(10px + 34px);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}
footer .phone-link i {
  color: #63A858;
  text-decoration: none;
}

footer .flexbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .focenter {
  text-align: center;
}

footer .foright {
  text-align: right;
}

footer span {
  color: #575757;
}

footer nav {
  margin-top: 40px;
}

footer .seals {
  margin-right: -15px;
}
footer .seals a {
  display: inline-block;
  margin: 0 15px 30px;
}
footer .seals img {
  width: auto;
}
@media (max-width: 1024px) {
  footer .seals img {
    max-height: 150px;
  }
}
@media (max-width: 380px) {
  footer .seals img {
    max-height: 120px;
  }
}

@media only screen and (max-width: 1282px) {
  footer .sm-links {
    margin-top: 30px;
  }
}
footer .sm-links a {
  display: inline-block;
  text-decoration: none;
  margin-left: 30px;
}

footer .footer-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 60px 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  footer .footer-meta {
    display: block;
  }
  footer .footer-meta__col:first-child {
    margin-bottom: 20px;
  }
}
footer .footer-meta nav {
  display: inline-block;
  margin-top: 0;
}
footer .footer-meta nav li {
  display: inline-block;
  margin-left: 20px;
}

#seo {
  padding: 40px 0 40px 0;
}

#seo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -2% !important;
}

#seo ul li {
  width: 23%;
  margin-left: 2%;
}

#seo ul li a {
  font-size: 16px;
  line-height: calc(10px + 16px);
}

/*----------------------------------------------------------------------------
alert messages
------------------------------------------------------------------------------*/
.sk-message {
  position: relative;
  padding: 30px;
  text-align: center;
  font-weight: 500;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .sk-message {
    margin: 0;
  }
}
.sk-message--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.sk-message--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------------------------------------------
CSS  Imports
------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
Navi Desktop
------------------------------------------------------------------------------*/
#topmainnavi nav ul li {
  float: left;
}

#topmainnavi nav a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  margin-right: 30px;
  display: inline-block;
  text-decoration: none;
}

#topmainnavi .sub-menu {
  position: absolute;
  display: none;
  background-color: #079ED0;
  z-index: 10;
}

#topmainnavi nav ul li &gt; a:hover,
#topmainnavi nav ul .current-page-ancestor &gt; a,
#topmainnavi nav ul .current-menu-item &gt; a {
  color: #065D7A;
}

#topmainnavi .menu-item-has-children:hover .sub-menu,
#topmainnavi .menu-item-has-children:focus-within .sub-menu {
  display: block;
}

#topmainnavi .sub-menu li {
  text-align: left;
  float: none;
}

#topmainnavi .sub-menu li a {
  margin-left: 0;
  color: #fff;
  padding: 7px 20px;
}

#topmainnavi .sub-menu .current-menu-item a {
  color: #fff;
}

/*----------------------------------------------------------------------------
Navi Mobile
------------------------------------------------------------------------------*/
#cd-menu-trigger {
  border: 0;
}

@media screen and (min-width: 1016px) {
  #cd-menu-trigger,
  #cd-lateral-nav {
    display: none;
  }
}
@media screen and (max-width: 1015px) {
  #topmainnavi {
    display: none;
  }
  .cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  /* -------------------------------- 
  Main components 
  -------------------------------- */
  .cd-main-content {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    background-color: #85CEEE;
    z-index: 4;
    padding-top: 80px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    z-index: 5;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  header.is-fixed {
    position: fixed;
  }
  #cd-menu-trigger {
    position: fixed;
    right: 0;
    top: 0;
    height: 79px;
    width: 50px;
    background-color: #079ED0;
    z-index: 5;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  #cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none;
  }
  #cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #FFF;
    /* these are the upper and lower lines in the menu menu */
  }
  #cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
  }
  #cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
  }
  #cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: white;
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cd-menu-trigger.is-clicked {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  #cd-lateral-nav {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    /* the secondary navigation is covered by the main element */
    z-index: 1;
    width: 260px;
    background-color: #002d3b;
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
    -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s 0s;
    transition: visibility 0s 0.4s, -webkit-transform 0.4s 0s;
    transition: transform 0.4s 0s, visibility 0s 0.4s;
    transition: transform 0.4s 0s, visibility 0s 0.4s, -webkit-transform 0.4s 0s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  #cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px;
  }
  #cd-lateral-nav .cd-navigation &gt; li {
    border-bottom: solid 1px #013648;
  }
  #cd-lateral-nav .menu-item-has-children &gt; ul.sub-menu {
    padding: 0 10px 20px 15px;
    display: none;
  }
  #cd-lateral-nav a {
    display: block;
    line-height: 50px;
    padding: 0 16px 0 32px;
    color: #aab5b7;
    font-weight: 600;
    text-decoration: none;
  }
  #cd-lateral-nav a.current {
    background-color: #3a4a4d;
    color: #FFF;
  }
  .no-touch #cd-lateral-nav a:hover {
    color: #FFF;
  }
  #cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
    -webkit-transition: visibility 0s 0s, -webkit-transform 0.4s 0s;
    transition: visibility 0s 0s, -webkit-transform 0.4s 0s;
    transition: transform 0.4s 0s, visibility 0s 0s;
    transition: transform 0.4s 0s, visibility 0s 0s, -webkit-transform 0.4s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
  }
  /* style menu items which have a submenu  */
  #cd-lateral-nav .menu-item-has-children &gt; a {
    position: relative;
    /* this is the right arrow to show that the item has a submenu  */
  }
  #cd-lateral-nav .menu-item-has-children ul a {
    font-weight: 300;
  }
  #cd-lateral-nav .menu-item-has-children &gt; a::after {
    content: "";
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url("images/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #cd-lateral-nav .menu-item-has-children &gt; a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
/*----------------------------------------------------------------------------
Responsiv
------------------------------------------------------------------------------*/
@media only screen and (max-width: 1700px) {
  .rahmen {
    width: 1390px;
  }
  h1, h2, h3, h4, h5, h6 {
    padding: 0 0 30px 0;
    font-size: 30px;
    line-height: calc(10px + 30px);
  }
  .highlightslider article h2 {
    font-size: 19px;
    line-height: calc(10px + 19px);
  }
  input, select, textarea {
    font-size: 19px;
    line-height: calc(10px + 19px);
  }
  html, body {
    font-size: 17px;
    line-height: calc(10px + 17px);
  }
  header .logo {
    width: 380px;
  }
  header .rahmen {
    background-size: 440px auto;
    padding: 30px 0;
  }
  #leistungsbereich article img, .unterseiten article img {
    width: 115px;
    height: auto;
  }
  .unterseiten article {
    height: 230px;
  }
}
@media only screen and (max-width: 1420px) {
  .rahmen {
    width: 1190px;
  }
  h1, h2, h3, h4, h5, h6 {
    padding: 0 0 30px 0;
    font-size: 28px;
    line-height: calc(10px + 28px);
  }
  .highlightslider article h2 {
    font-size: 18px;
    line-height: calc(10px + 18px);
  }
  input, select, textarea {
    font-size: 18px;
    line-height: calc(10px + 18px);
  }
  html, body {
    font-size: 16px;
    line-height: calc(10px + 16px);
  }
  footer .phone-link {
    font-size: 28px;
    line-height: calc(10px + 28px);
  }
  header .logo {
    width: 350px;
  }
  header .rahmen {
    background-size: 400px auto;
    padding: 25px 0;
  }
  #leistungsbereich article img, .unterseiten article img {
    width: 90px;
    height: auto;
  }
  .unterseiten article {
    height: 205px;
  }
}
@media only screen and (max-width: 1282px) {
  .rahmen {
    width: 1000px;
  }
  h1, h2, h3, h4, h5, h6 {
    padding: 0 0 30px 0;
    font-size: 26px;
    line-height: calc(10px + 26px);
  }
  .highlightslider article h2 {
    font-size: 17px;
    line-height: calc(10px + 17px);
  }
  input, select, textarea {
    font-size: 17px;
    line-height: calc(10px + 17px);
  }
  html, body {
    font-size: 15px;
    line-height: calc(10px + 15px);
  }
  header .logo {
    width: 300px;
  }
  header .rahmen {
    background-size: 350px auto;
    padding: 20px 0;
  }
  #leistungsbereich article img, .unterseiten article img {
    width: 70px;
    height: auto;
  }
  .unterseiten article {
    height: 190px;
    width: 31.3%;
  }
  .text {
    padding: 30px 30px 0 30px;
  }
  .page-id-38 .text, .page-id-36 .text {
    padding: 30px;
  }
  .unterseiten article:nth-child(4) {
    margin-top: 40px;
  }
  .unterseiten article:nth-child(5) {
    margin-top: 40px;
  }
  .unterseiten article:nth-child(6) {
    margin-top: 40px;
  }
  .unterseiten article:nth-child(7) {
    margin-top: 40px;
  }
  .unterseiten article:nth-child(8) {
    margin-top: 40px;
  }
  .seoseiten .kasten {
    width: 48%;
  }
}
@media only screen and (max-width: 1015px) {
  .rahmen {
    width: 740px;
  }
  h1, h2, h3, h4, h5, h6 {
    padding: 0 0 30px 0;
    font-size: 22px;
    line-height: calc(10px + 22px);
  }
  .highlightslider article h2 {
    font-size: 16px;
    line-height: calc(10px + 16px);
  }
  input, select, textarea {
    font-size: 16px;
    line-height: calc(10px + 16px);
  }
  html, body {
    font-size: 14px;
    line-height: calc(10px + 14px);
  }
  header {
    background-color: #85CEEE;
    height: 80px;
    border-bottom: solid 1px #fff;
  }
  header .logo {
    width: 220px;
  }
  header .rahmen {
    background-size: 250px auto;
    padding: 20px 0;
    background-position: bottom center;
  }
  header .zusatz {
    display: none;
  }
  footer .phone-link {
    font-size: 22px;
    line-height: calc(10px + 22px);
  }
  #leistungsbereich article img, .unterseiten article img {
    width: 40px;
    height: auto;
  }
  .unterseiten article {
    height: 100px;
    width: 48%;
  }
  #slidesucheleistung {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #slidesuche {
    width: 100%;
  }
  #leistungsbereich {
    width: 100%;
    margin-left: 0%;
  }
  #leistungsbereich article {
    height: 100px;
    margin-top: 40px;
  }
  .unterseiten article:nth-child(3) {
    margin-top: 40px;
  }
  .unterseiten article:nth-child(4) {
    margin-top: 40px;
  }
  .unterseiten article:nth-child(5) {
    margin-top: 40px;
  }
  .unterseiten article:nth-child(6) {
    margin-top: 40px;
  }
  .unterseiten article:nth-child(7) {
    margin-top: 40px;
  }
  .unterseiten article:nth-child(8) {
    margin-top: 40px;
  }
  .contentslider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .w50 {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .rahmen {
    width: 360px;
  }
  header .rahmen {
    background: none;
  }
  footer .foleft {
    width: 100%;
  }
  footer .foright {
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
  footer .rahmen.flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #seo ul li {
    width: 48%;
    margin-left: 2%;
  }
  .unterseiten article div a {
    font-size: 10px;
  }
  #leistungsbereich article div a {
    font-size: 12px;
  }
  .unterseiten {
    margin-top: 30px;
  }
  .unterseiten article:nth-child(3) {
    margin-top: 30px;
  }
  .unterseiten article:nth-child(4) {
    margin-top: 30px;
  }
  .unterseiten article:nth-child(5) {
    margin-top: 30px;
  }
  .unterseiten article:nth-child(6) {
    margin-top: 30px;
  }
  .unterseiten article:nth-child(7) {
    margin-top: 30px;
  }
  .unterseiten article:nth-child(8) {
    margin-top: 30px;
  }
  #highlights {
    margin-top: 30px;
  }
  .contentslider {
    margin-bottom: 30px;
  }
  #meinungen {
    padding: 30px 0;
    margin-top: 30px;
  }
  .text {
    padding: 30px 30px 0 30px;
    margin-top: 30px;
  }
  #verpackungsmaterial article {
    margin-bottom: 30px;
  }
  footer {
    margin-top: 30px;
    padding-top: 30px;
  }
  footer nav {
    margin-top: 30px;
  }
  #seo {
    padding: 30px 0 30px 0;
  }
  #leistungsbereich article {
    margin-top: 30px;
  }
  .textzweispaltig &gt; div {
    width: 100%;
  }
  .textzweispaltig &gt; div {
    width: 100%;
  }
  .seoseiten .kasten {
    width: 100%;
  }
  .page-id-38 .text, .page-id-36 .text {
    padding: 15px;
  }
}
@media only screen and (max-width: 370px) {
  .rahmen {
    width: 300px;
  }
}
.page-id-36 .cd-main-content .rahmen,
.page-id-38 .cd-main-content .rahmen {
  max-width: 1190px;
}
.page-id-36 .cd-main-content .schmal,
.page-id-38 .cd-main-content .schmal {
  text-align: center;
  width: auto;
}

.moving-form {
  color: #666;
}
.moving-form .spinner {
  display: none;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 5px;
}
.moving-form .spinner.visible {
  display: inline-block;
}
.moving-form__column-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1015px) {
  .moving-form__column-group {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.moving-form__column {
  background: #f2f2f2;
  padding: 30px;
  margin: 10px;
}
@media (max-width: 1015px) {
  .moving-form__column {
    padding: 30px 15px 15px;
    margin: 0 0 30px;
  }
}
.moving-form__column-1-1 {
  width: 100%;
}
.moving-form__column-1-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 15px);
          flex: 1 1 calc(50% - 15px);
}
.moving-form .your-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .moving-form .your-data {
    display: block;
  }
}
.moving-form .your-data &gt; * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33333%;
          flex: 1 1 33.33333%;
}
@media (max-width: 1200px) {
  .moving-form .your-data &gt; * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.moving-form__group-zip-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .moving-form__group-zip-city {
    display: block;
  }
}
.moving-form__group-zip-city .col__zip {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.moving-form__group-zip-city .col__city {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.moving-form__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .moving-form__input-group {
    display: block;
  }
}
.moving-form__input-group &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.moving-form .field-group,
.moving-form .field {
  padding: 5px;
}
.moving-form .field__room-size {
  font-weight: 700;
  color: #000;
  display: inline-block;
  float: right;
  padding: 3px 0;
  border-bottom: 2px solid #63a858;
}
.moving-form__select-wrap {
  position: relative;
  padding: 5px;
}
.moving-form__select-wrap:after {
  content: "";
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -14px;
  border: solid #63a858;
  border-width: 0 0 2px 2px;
  display: block;
  width: 12px;
  height: 12px;
}
.moving-form__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 45px;
  border-radius: 0 !important;
  cursor: pointer;
  background: #fff !important;
}
.moving-form input {
  font: inherit;
  color: #575757;
}
.moving-form input[type=radio], .moving-form input[type=checkbox] {
  width: auto;
  margin: 0;
}
.moving-form input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.moving-form input[type=number]::-webkit-inner-spin-button, .moving-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.moving-form input:-moz-read-only {
  cursor: not-allowed;
  -moz-user-select: none;
       user-select: none;
}
.moving-form input:-moz-read-only, .moving-form input:read-only {
  cursor: not-allowed;
  -moz-user-select: none;
       user-select: none;
}
.moving-form select,
.moving-form textarea {
  font: inherit;
  color: #575757;
  margin-bottom: 10px;
}
.moving-form textarea {
  height: 150px;
  resize: vertical;
}
.moving-form__type-choice {
  padding: 20px 5px;
}
.moving-form__type-choice .field-radio:first-child {
  margin-left: 0;
}
.moving-form__radio-list {
  padding: 20px 5px;
}
.moving-form__radio-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #065D7A;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 766px) {
  .moving-form__radio-list .item {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 16px;
  }
}
.moving-form__radio-list .item__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 766px) {
  .moving-form__radio-list .item__inputs {
    padding-top: 5px;
  }
}
.moving-form__radio-list .item__inputs input {
  margin-left: 15px;
}
.moving-form__radio-list .item__text .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.moving-form__radio-list .item__text .field label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.moving-form__radio-list .item__text .field input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 140px;
}
.moving-form .field-radio {
  margin-left: 20px;
}
.moving-form .field-radio:first-child {
  margin-left: 0;
}
.moving-form .field-radio__label {
  cursor: pointer;
}
.moving-form .field-radio__wrap {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.moving-form .field-radio__wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.moving-form .field-radio__wrap input:checked ~ .field-radio__checkmark:after {
  opacity: 1;
  visibility: visible;
}
.moving-form .field-radio__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #065D7A;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1015px) {
  .moving-form .field-radio__checkmark {
    top: 0;
  }
}
.moving-form .field-radio__checkmark:after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background: #065D7A;
}
.moving-form .field-checkbox {
  position: relative;
  width: 22px;
  display: inline-block;
}
.moving-form .field-checkbox--with-label {
  width: auto;
  padding-left: 30px;
  display: block;
}
.moving-form .field-checkbox__label {
  cursor: pointer;
}
.moving-form .field-checkbox__label-text {
  position: relative;
  top: -4px;
}
.moving-form .field-checkbox__wrap {
  display: inline-block;
}
.moving-form .field-checkbox__wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.moving-form .field-checkbox__wrap input:checked ~ .field-checkbox__checkmark {
  background: #065D7A;
}
.moving-form .field-checkbox__wrap input:checked ~ .field-checkbox__checkmark:after {
  opacity: 1;
  visibility: visible;
  border-color: #fff;
}
.moving-form .field-checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #065D7A;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1015px) {
  .moving-form .field-checkbox__checkmark {
    top: -1px;
  }
}
.moving-form .field-checkbox__checkmark:after {
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  margin-top: -6px;
  border: solid #065D7A;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moving-form__info-text {
  padding: 10px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moving-form__info-text &gt; * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.moving-form__info-text img {
  margin-top: 5px;
  margin-right: 20px;
}
.moving-form h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #065D7A;
  padding: 0 5px 15px;
  line-height: 1.2;
}
.moving-form__submit {
  font-size: 18px;
  text-transform: uppercase;
  width: auto;
  padding: 10px 15px;
  margin: 20px auto 50px;
  background: #065D7A;
  display: inline-block;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.moving-form__submit:hover {
  background: #000;
}
.moving-form__detail-btn {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #065D7A;
  color: #065D7A;
  text-decoration: none;
  padding: 5px 15px 25px;
  display: inline-block;
  margin: 20px auto auto;
}
.moving-form__detail-btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #065D7A;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  margin-left: -5px;
  bottom: 12px;
}
.moving-form__detail-btn:hover:after {
  bottom: 10px;
}
.moving-form__privacy-policy {
  padding-top: 50px;
}
.moving-form__privacy-policy h2 {
  padding-left: 0;
  padding-top: 15px;
}
.moving-form__info-wunschpaket {
  margin-top: -15px;
  padding: 5px;
  font-size: 14px;
}
.moving-form__info-wunschpaket li {
  background: none !important;
  padding-left: 0 !important;
  display: inline-block;
  margin-right: 5px;
}
.moving-form__info-wunschpaket li:after {
  content: ", ";
  color: #000;
}
.moving-form__info-wunschpaket li:last-child:after {
  content: none;
}
.moving-form__section {
  margin-bottom: 100px;
}
.moving-form__section-wohnzimmer {
  margin-top: 50px;
}
.moving-form__section .number-field {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.moving-form__section .number-field::-webkit-inner-spin-button, .moving-form__section .number-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.moving-form__section .number-field.not-valid {
  border-color: #f00;
}
.moving-form__section .table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.moving-form__section .table__row {
  display: table-row;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.moving-form__section .table__row--first {
  color: #fff;
  background: #0087B3;
  position: sticky;
  top: 48px;
  z-index: 10;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 1015px) {
  .moving-form__section .table__row--first {
    top: 80px;
  }
}
.moving-form__section .table__row--first:hover {
  background: #0087B3 !important;
}
.moving-form__section .table__row:nth-child(even) {
  background: #f2f2f2;
}
.moving-form__section .table__row:nth-child(2n+3) {
  background: #dfdfdf;
}
.moving-form__section .table__row:hover {
  background: #ccc;
}
.moving-form__section .table__td {
  display: table-cell;
  padding: 5px;
}
.moving-form__section .table__td__stueck {
  width: 80px;
}
@media (max-width: 766px) {
  .moving-form__section .table__td__stueck {
    width: 55px;
  }
}
.moving-form__section .table__td__stueck input {
  width: 45px;
  text-align: center;
}
.moving-form__section .table__td__demontage-montage {
  text-align: center;
  width: 100px;
}
@media (max-width: 766px) {
  .moving-form__section .table__td__demontage-montage {
    width: 75px;
  }
}
.moving-form .calc-results {
  margin-bottom: 60px;
}
.moving-form .calc-results .packing-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 766px) {
  .moving-form .calc-results .packing-columns {
    display: block;
  }
}
.moving-form .calc-results .packing-columns:nth-child(2n+3) {
  background: #dfdfdf;
}
.moving-form .calc-results .packing-columns:hover {
  background: #ccc;
}
.moving-form .calc-results .packing-columns input {
  width: 60px;
  margin: 5px 10px;
  text-align: center;
}
@media (max-width: 766px) {
  .moving-form .calc-results .packing-columns input {
    width: 45px;
  }
}
.moving-form .calc-results .packing-columns__column {
  padding: 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media (max-width: 766px) {
  .moving-form .calc-results .packing-columns__column {
    display: block;
    padding: 15px;
  }
}
.moving-form .calc-results .packing-columns__column--first {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.moving-form .calc-results .packing-columns__column--center {
  white-space: nowrap;
  min-width: 70px;
  margin-right: 5%;
  margin-left: 5%;
}
@media (max-width: 766px) {
  .moving-form .calc-results .packing-columns__column--center {
    margin: 0;
  }
}
.moving-form .calc-results .packing-columns__column--center input {
  margin-left: 0;
}
.moving-form .calc-results .packing-columns__column--last {
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 766px) {
  .moving-form .calc-results .packing-columns__column--last {
    text-align: left;
  }
}
.moving-form .calc-results .packing-columns__column--last span {
  display: inline-block;
  text-align: left;
  min-width: 50px;
}
@media (max-width: 766px) {
  .moving-form .calc-results .packing-columns__column--empty {
    display: none;
  }
}
@media (max-width: 766px) {
  .moving-form .calc-results .packing-columns__field-desc {
    width: 90px;
    display: inline-block;
  }
}
@media (max-width: 766px) {
  .moving-form .calc-results .packing-columns--two-cols {
    padding: 15px;
  }
}
@media (max-width: 766px) {
  .moving-form .calc-results .packing-columns--two-cols .packing-columns__column {
    padding: 0;
  }
  .moving-form .calc-results .packing-columns--two-cols .packing-columns__column input {
    margin: 10px 5px 0 0;
  }
}
.moving-form .calc-results .field__room-size {
  margin-top: 40px;
}
.moving-form__calculation-total {
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
}
.moving-form__calculation-total .field__room-size {
  float: none;
  border: 2px solid #63a858;
  padding: 4px 8px;
}
.moving-form .payment .field-radio {
  margin-left: 0;
}
.moving-form .payment .field-radio,
.moving-form .payment .field-checkbox {
  display: block;
  margin-bottom: 5px;
}
.moving-form .moving-form-accordion {
  padding: 20px 0;
}
.moving-form .moving-form-accordion__item {
  margin-bottom: 30px;
}
@media (max-width: 766px) {
  .moving-form .moving-form-accordion__item {
    margin-bottom: 20px;
  }
}
.moving-form .moving-form-accordion__trigger {
  font-size: 1.8rem;
  position: relative;
  color: #fff;
  background: #065D7A;
  font-weight: 300;
  padding: 30px;
  cursor: pointer;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 766px) {
  .moving-form .moving-form-accordion__trigger {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.moving-form .moving-form-accordion__trigger::after {
  content: "\f13a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 766px) {
  .moving-form .moving-form-accordion__trigger::after {
    right: 20px;
  }
}
.moving-form .moving-form-accordion__trigger.open::after {
  content: "\f139";
}
.moving-form .moving-form-accordion__content .moving-form__section {
  margin-top: 0;
}
.moving-form .moving-form-accordion.uploads {
  margin-top: 80px;
}
.moving-form .moving-form-accordion.uploads h2 {
  background: #065D7A;
}
.moving-form .moving-form-accordion.uploads .file-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.moving-form .moving-form-accordion.uploads .file-input-wrap.clone {
  display: none;
}
.moving-form .moving-form-accordion.uploads .file-input-wrap.clone input {
  display: none;
}
.moving-form .moving-form-accordion.uploads .file-input {
  cursor: default;
  font: inherit;
}
.moving-form .moving-form-accordion.uploads .uploads-content {
  background: #f2f2f2;
  padding: 30px;
}
.moving-form .moving-form-accordion.uploads .add-file,
.moving-form .moving-form-accordion.uploads .remove-file {
  font: inherit;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
.moving-form .moving-form-accordion.uploads .add-file {
  color: #63a858;
}
.moving-form .moving-form-accordion.uploads .add-file span {
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}
.moving-form .moving-form-accordion.uploads .remove-file {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #f00;
  margin-left: 20px;
}</pre></body></html>