a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  width: 100%;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
  color: #111;
  font-family: aller, sans-serif;
}

img {
  height: auto;
}

#page {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}

#content {
  background-color: rgb(193, 225, 144);
  padding: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 500px) {
  #content {
    padding: 1em;
  }
}

header {
  margin: 5em 0 2em 0;
}
@media screen and (max-width: 1200px) {
  header {
    margin: 4em 0 2em 0;
  }
}
@media screen and (max-width: 940px) {
  header {
    margin: 3.5em 0 2em 0;
  }
}
@media screen and (max-width: 750px) {
  header {
    margin: 2em 0 2em 0;
  }
}
@media screen and (max-width: 500px) {
  header {
    margin: 1.5em 0;
  }
}
@media screen and (max-width: 450px) {
  header .flex {
    display: block;
  }
}

#logo {
  flex: 0 0 35%;
  max-width: 35%;
  padding-right: 1em;
  display: block;
  order: 2;
}
@media screen and (max-width: 700px) {
  #logo {
    max-width: 15rem;
    margin: 0 auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 530px) {
  #logo {
    max-width: 60%;
  }
}
@media screen and (max-width: 450px) {
  #logo {
    max-width: 70%;
  }
}

#bogen {
  position: absolute;
  left: -1em;
  width: 95%;
  top: 1em;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1350px) {
  #bogen {
    width: 96%;
  }
}
@media screen and (max-width: 1330px) {
  #bogen {
    width: 97%;
  }
}
@media screen and (max-width: 1300px) {
  #bogen {
    width: 98%;
  }
}
@media screen and (max-width: 1280px) {
  #bogen {
    width: 99%;
  }
}
@media screen and (max-width: 1260px) {
  #bogen {
    width: 100%;
  }
}
@media screen and (max-width: 690px) {
  #bogen {
    display: none;
  }
}

#mainnav {
  flex: 1 1 65%;
  max-width: 37em;
  text-align: right;
  z-index: 5;
  order: 1;
  margin: 0;
}
@media screen and (max-width: 1010px) {
  #mainnav {
    text-align: center;
    margin-top: 1rem;
    max-width: 32em;
  }
}
#mainnav li {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5em;
  margin: 0 1.5em 0 0;
  list-style: none;
}
@media screen and (max-width: 1010px) {
  #mainnav li {
    margin: 0 1em 0 0;
    font-size: 1.4em;
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  #mainnav li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 400px) {
  #mainnav li {
    margin: 0 0.7em 0 0;
  }
}
@media screen and (max-width: 340px) {
  #mainnav li {
    font-size: 1.2em;
  }
}

a {
  transition: color 0.1s ease-in-out;
  text-decoration: underline;
}
a:link, a:visited {
  color: #333;
}
a:hover, a:active {
  color: #eee;
}
a.noUnderline {
  text-decoration: none;
}

h2 a:link, h2 a:visited {
  color: inherit;
}
h2 a:hover, h2 a:active {
  color: #333;
}

.nav a:link, .nav a:visited {
  color: grey;
  text-decoration: none;
}
.nav a:hover, .nav a:active {
  color: rgb(118, 152, 51);
  text-decoration: none;
}
.nav .active a:link, .nav .active a:visited {
  color: rgb(118, 152, 51);
}

h1, h2 {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  h1, h2 {
    text-align: center;
  }
}

h1 {
  font-size: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 500px) {
  h1 {
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 340px) {
  h1 {
    font-size: 1.6em;
  }
}

h2, .largeLink {
  font-size: 1.4em;
  margin: 1em 0 0.3em 0;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  h2, .largeLink {
    margin-top: 0.7em;
  }
}
h2.noMarginBottom, .largeLink.noMarginBottom {
  margin-bottom: 0;
}

.largeLink {
  display: block;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
}

h3 {
  font-size: 1.3em;
  margin: 0.8em 0 0.5em 0;
}
@media screen and (max-width: 500px) {
  h3 {
    text-align: center;
  }
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .smartphone-alignCenter {
    text-align: center;
  }
}

table.marginTop {
  margin-top: 0.5rem;
}
@media screen and (max-width: 500px) {
  table {
    margin-left: auto;
    margin-right: auto;
  }
}

p {
  margin: 0 0 0.7em 0;
  line-height: 1.4;
  font-size: 1.1em;
}
@media screen and (max-width: 500px) {
  p {
    font-size: 1em;
  }
}

ul {
  margin: 0 0 1em 1em;
}

li {
  margin: 0 0 0.2em 1em;
  line-height: 1.3em;
  list-style: disc;
  font-size: 1.1em;
}

.headerbild {
  display: block;
  width: 100%;
}

.titelbild {
  float: left;
  margin: 0 4% 0.1em 0;
  width: 15%;
}

.titelbild_breit {
  float: left;
  margin: 0 4% 0.1em 0;
  width: 30%;
}
@media screen and (max-width: 500px) {
  .titelbild_breit {
    display: block;
    width: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 400px) {
  .titelbild_breit {
    width: 60%;
  }
}

.thumbs img {
  float: left;
  width: 24%;
  margin: 1em 1% 0 0;
}
@media screen and (max-width: 500px) {
  .thumbs img {
    width: 49%;
  }
}

tr {
  line-height: 1.4em;
  text-align: center;
}
tr td {
  font-size: 1.1em;
}

th {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}

.anmerkung {
  font-size: 0.7em;
  font-weight: normal;
}

form {
  max-width: 20em;
}
@media screen and (max-width: 500px) {
  form {
    margin-left: auto;
    margin-right: auto;
  }
}
form section {
  clear: both;
  line-height: 1.65em;
  margin: 0.5em 0;
}
form .desc {
  margin-top: 8px;
}

b, strong, .bold {
  font-weight: bold;
}

fieldset {
  margin-top: 1rem;
}
fieldset label {
  margin-bottom: 4px;
}
fieldset.withErrors input, fieldset.withErrors .radioBoxes {
  border: 2px solid red;
}
fieldset.withErrors input {
  border-left: 10px solid red;
}
fieldset .errors {
  margin-top: 5px;
  color: white;
}

label {
  display: block;
  text-align: left;
}

input, textarea {
  font-size: 1.1em;
  font-family: inherit;
  padding: 0.3em 0.5em;
  border: none;
  width: 100%;
  margin: 0.1em 0 0 0;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  min-height: 3em;
}

input[type=submit] {
  background: #79aa2e;
  font-weight: bold;
  font-size: 0.9em;
  color: white;
  padding: 1em;
  cursor: pointer;
  margin: 0.5em 0;
  transition: background 0.1s ease-in-out;
}
input[type=submit]:hover, input[type=submit]:active {
  background: #abd668;
}

/*
label{
  @media screen and (max-width: 500px) { text-align: center; }
}
 */
#rueckmeldung {
  display: none;
  margin-top: 1em;
}

.hinweis, .errorMsg {
  margin-top: 1rem;
  padding: 10px;
  border: 1px solid white;
  line-height: 1.3;
}
.hinweis#lieferpreis_error, .errorMsg#lieferpreis_error {
  margin-bottom: 1rem;
  background: white;
}

.hidden {
  display: none;
}

.errorMsg {
  border: 2px solid red;
}

#preise {
  display: inline-block;
  width: 66%;
}
@media screen and (max-width: 500px) {
  #preise {
    width: 100%;
  }
}

.vorschauFolder {
  float: left;
  width: 5rem;
  margin-right: 1rem;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 690px) {
  .flex.smartphoneBlock {
    display: block;
  }
}
.flex.justifyEnd {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex.spaceBetween {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.alignEnd {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .flex.startflex {
    display: block;
  }
}
.flex.startflex section {
  flex: 0 1 50%;
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  .flex.startflex section {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    margin-top: 2rem;
  }
}
.flex.startflex section:nth-child(even) {
  padding-left: 1rem;
  padding-right: 0;
  text-align: right;
}
.flex section, .flex > fieldset {
  flex: 0 1 33%;
  max-width: 33%;
  padding-right: 1rem;
}
.flex section.wide, .flex > fieldset.wide {
  flex: 0 1 66%;
  max-width: 66%;
}
@media screen and (max-width: 690px) {
  .flex section.wide, .flex > fieldset.wide {
    max-width: 100%;
  }
}
@media screen and (max-width: 690px) {
  .flex section, .flex > fieldset {
    max-width: 100%;
    padding-right: 0;
  }
  .flex section:not(:first-child), .flex > fieldset:not(:first-child) {
    margin-top: 2rem;
  }
}
.flex section.half {
  flex: 0 1 50%;
  max-width: 50%;
}
@media screen and (max-width: 690px) {
  .flex section.half {
    max-width: 100%;
    padding-right: 0;
  }
}

.kontakt #content .flex {
  gap: 2rem;
}
.kontakt #content .flex section {
  flex: 1;
  max-width: none;
  padding-right: 0;
}

.aktuelles {
  margin-bottom: 2em;
}
@media screen and (max-width: 900px) {
  .aktuelles {
    text-align: center;
  }
}

.bilder {
  margin-top: 2rem;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.bilder img {
  flex: 1 1 25%;
  max-width: 25%;
  display: block;
  cursor: pointer;
}
.bilder img:nth-child(4n+1) {
  padding-right: 6px;
}
.bilder img:nth-child(4n+2) {
  padding-right: 3px;
  padding-left: 3px;
}
.bilder img:nth-child(4n+3) {
  padding-right: 3px;
  padding-left: 3px;
}
.bilder img:nth-child(4n+4) {
  padding-left: 6px;
}
@media screen and (max-width: 690px) {
  .bilder img {
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
}

#overlay {
  line-height: 1;
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 10;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
#overlay.show {
  opacity: 1;
  pointer-events: all;
}

#lightbox {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
}

#lieferungForm, #abholungForm {
  max-width: 100%;
}

#ergebnis, #rueckmeldung {
  margin-top: 2rem;
}

#ergebnis #zustellung {
  display: none;
}
#ergebnis fieldset {
  order: 2;
}

.zeile {
  padding: 2px 0;
}
.zeile .label {
  width: 11em;
  display: inline-block;
  vertical-align: top;
}
.zeile .label.short {
  width: 5rem;
}
.zeile .value {
  display: inline-block;
}
.zeile .value span {
  display: inline-block;
  width: 3.5em;
  text-align: right;
}

#gewicht.zeile .value span {
  width: 8rem;
}

.cc-btn, .cc-banner .cc-message {
  font-family: aller, sans-serif;
}

.folderCover {
  float: left;
  margin-right: 1rem;
  width: 10rem;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.cc-btn {
  text-decoration: none;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

::selection {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

@media print {
  html, body {
    background: white;
    color: black;
  }
  h1, h2 {
    color: black;
  }
}
.radioBoxes {
  min-height: 2.1em;
}
.radioBoxes label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1.25em;
}
.radioBoxes label:has(input[disabled]) {
  color: grey;
}
.radioBoxes input {
  width: auto;
  margin-right: 5px;
}

hr {
  margin: 2rem 0;
}

.rechnungsadresse.hidden {
  display: none;
}

.bestellButtons {
  margin-top: 3rem;
  margin-bottom: 2rem;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 690px) {
  .bestellButtons {
    grid-template-columns: 1fr;
  }
}
.bestellButtons section {
  text-align: center;
}
.bestellButtons a {
  border: 2px solid rgb(118, 152, 51);
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.5em;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.bestellButtons a:link, .bestellButtons a:visited {
  color: black;
  text-decoration: none;
}
.bestellButtons a:hover, .bestellButtons a:active {
  background-color: rgb(118, 152, 51);
  color: black;
}

#zwischensumme .label, #zwischensumme .value {
  border-top: 1px solid black;
}

#map {
  height: 0;
  padding-top: 30%;
  position: relative;
  background-color: white;
}
#map img {
  object-fit: cover;
  object-position: center 15%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.verwaltung li {
  font-size: 1em;
}
.verwaltung header {
  margin-top: 0;
  padding: 0.5em 1em;
  background: rgb(118, 152, 51);
}
.verwaltung header .nav a:link, .verwaltung header .nav a:visited {
  color: white;
}
.verwaltung header ul {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}
.verwaltung #page {
  margin-bottom: 3rem;
}
.verwaltung #mainnav {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1010px) {
  .verwaltung #mainnav {
    margin-top: 0;
  }
}
.verwaltung .schneidetag {
  padding: 1rem;
}
.verwaltung .schneidetag:nth-child(odd) {
  background-color: rgb(118, 152, 51);
}
.verwaltung .schneidetag h2 {
  margin-top: 0;
  margin-bottom: 0.75em;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.verwaltung .schneidetag h2 .gesamt {
  color: black;
  text-transform: initial;
  font-size: 0.8em;
}
.verwaltung .schneidetag .bestellungen {
  margin-left: 0;
}
.verwaltung .schneidetag .bestellungen > li {
  list-style: none;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-bottom: 0.5em;
}
.verwaltung .schneidetag .bestellungen > li:not(:last-child) {
  border-bottom: 1px solid white;
}

.noBullets {
  margin-left: 0;
}
.noBullets li {
  list-style: none;
  margin-left: 0;
}

.kalenderzeile {
  display: grid;
  grid-gap: 6px;
  grid-template-columns: 2fr 5fr 3fr 3fr 1fr;
  margin-bottom: 5px;
}

.actionButtons {
  display: flex;
  justify-content: end;
}
.actionButtons a:not(:last-child) {
  margin-right: 0.5em;
}
.actionButtons svg {
  width: 1.25em;
}

.vorschauBestellung {
  display: grid;
  grid-template-columns: 1fr 2fr 4fr 7fr 2fr;
  align-items: center;
}
.vorschauBestellung .type {
  margin-right: 1em;
  font-size: 1.3em;
}
.vorschauBestellung .actionButtons {
  margin-left: 1em;
}

.schneidedatumVorschlag {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  max-width: none;
}
.schneidedatumVorschlag label, .schneidedatumVorschlag input[name=schneidedatum] {
  margin-right: 0.5em;
}
.schneidedatumVorschlag input[name=schneidedatum] {
  padding: 0;
  width: 13ch;
  font-size: 1em;
}

.tourenUebersicht {
  margin-top: 2rem;
}
.tourenUebersicht li {
  display: grid;
  grid-template-columns: 2fr 2fr 4fr 2fr 4fr 1fr;
  align-items: center;
  grid-gap: 8px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin-bottom: 8px;
}

.palettenaufteilung {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.palettenaufteilung .fahrzeug {
  margin-bottom: 2rem;
}
.palettenaufteilung .beladung {
  display: grid;
  grid-gap: 4px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.palettenaufteilung .beladung .platz {
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.palettenaufteilung .beladung .platz .dropZone {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.palettenaufteilung .beladung .platz .dropZone .palette {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.palettenaufteilung .beladung .vorne, .palettenaufteilung .beladung .hinten {
  display: flex;
  justify-content: center;
  align-items: center;
}
.palettenaufteilung .beladung .vorne .inner, .palettenaufteilung .beladung .hinten .inner {
  transform: rotate(-90deg);
}
.palettenaufteilung .paletten {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 1rem;
  min-height: 90px;
  padding: 5px;
  border: 1px dashed black;
}
.palettenaufteilung .palette {
  width: 80px;
  height: 80px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(118, 152, 51);
}

.grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  row-gap: 0.25rem;
}

.anfrage-verlegung {
  margin-top: 2rem;
}
.anfrage-verlegung form {
  --cols: 3;
  margin-top: 1.5rem;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 900px) {
  .anfrage-verlegung form {
    --cols: 2;
  }
}
@media (max-width: 600px) {
  .anfrage-verlegung form {
    --cols: 1;
  }
}
.anfrage-verlegung fieldset {
  margin-top: 0;
}

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