/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Basics */
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Droid Sans"), local("DroidSans"), url("http://themes.googleusercontent.com/static/fonts/droidsans/v4/s-BiyweUPV0v-yRb-cjciL3hpw3pgy2gAi-Ip7WPMi0.woff") format("woff");
}
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Droid Sans Bold"), local("DroidSans-Bold"), url("http://themes.googleusercontent.com/static/fonts/droidsans/v4/EFpQQyG9GqCrobXxL-KRMXbFhgvWbfSbdVg11QabG8w.woff") format("woff");
}
body {
  background-color: #ddd;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Structure */
#wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  margin: 0 auto;
  width: 960px;
}
.container {
  padding: 0 20px;
}
#main {
  padding: 30px 0;
}
#content {
}
.content-single {
  float: right;
  width: 719px;
}
#footer {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding: 10px 0;
}
.logo {
  display: block;
  margin-bottom: 30px;
}


/* Navigation */
#navigation {
  float: left;
  margin-right: 20px;
  min-height: 1px;
  width: 180px;
}
#navigation .nav li {
  float: none;
  margin: 0;
}
.nav {
  margin: 0;
  padding: 0;
}
.nav li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}
.nav li a,
.logout {
  color: #000;
  text-decoration: none;
}
.nav li a:hover,
.logout:hover {
  color: #d2232a;
  text-decoration: underline;
}
.nav .active a {
  color: #d2232a;
}
.nav-lvl1 > li > a {
  font-weight: bold;
}
.nav-lvl2 {
  margin-left: 1em;
}
#breadcrumb {
  border-bottom: 1px dotted #666;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#breadcrumb a {
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #d2232a;
  text-decoration: underline;
}
.logout {
  display: block;
  margin-top: 20px;
}

/* Content */
h1,
h2,
h3 {
  color: #d2232a;
}
h1 {
  margin: 0 0 .3em 0;
}
.csc-firstHeader,
.news-single h2,
tx-felogin-pi1 h1 {
  margin-top: 0;
}
h2 {
  margin: 1.5em 0 .3em 0;
}
h3 {
  font-size: 1.143em;
  margin: 2em 0 .3em 0;
}
p {
  line-height: 180%; 
  margin: 0 0 1em 0;
}
.content ul {
  padding-left:.9em;
}
.content a {
  color: #d2232a;
  font-weight: 700;
}
.content a:hover,
.content a:focus {
  color: #FF7600;
}
dt {
  clear: left;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  width: 160px;
}
dd {
  float: left;
}
table {
  font-size: .875em;
  width: 100%;
}
th,
td {
  border: 1px solid #aaa;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
th {
  background-color: #666;
  color: #fff;
}
.auftrag,
.bestellung,
.erhalten,
.lieferung {
  text-align: right;
}
td.auftrag,
td.bestellung,
td.erhalten,
td.lieferung {
  background-color: #efefef;
}
.auftrag {
  border-left: 3px solid #aaa;
}
.lieferung {
  border-right: 3px solid #aaa;
}

/* Form fields */
html, button, input, select, textarea {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tx-felogin-pi1 label {
  display: inline-block;
}
.tx-felogin-pi1 div {
  margin-bottom: 15px;
  overflow: auto;
}
label {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
input {
  height: 30px; 
}
textarea {
  height: 200px;
}
input,
textarea,
select {
  background-color: #fafafa;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
  padding: 4px 6px;
  width: 69%;
}
input:focus,
textarea:focus {
  background-color: transparent;
}
input[type="file"] {
  font-size: .875em;
  height: auto;
}
input[type="submit"] {
  background-color: #d2232a;
  border: none;
  color: white;
  font-weight: bold;
  float: none;
  width: auto;
}


/* Portal */
.anmeldeinfo {
  display: block;
  font-size: .75em;
  font-style: italic;
  margin: -1em 0 10px;
  text-align: right;
}

/* Administration */
.administration label {
  width: 30%;
}
.administration input {
  float: none;
  margin-bottom: 2em;
  width: 57%;
}
.administration input[type="submit"] {
  height: 40px;
  width: auto;
}

/* Popup */
.popup {
  background-color: #fff;
  margin: 0 auto;
  max-width: 719px;
}
.popup h3 {
  border-bottom: 1px dotted #666;
  margin-top: 0;
  padding-bottom: 10px;
}
.popup h4 {
  margin-bottom: .2em;
}
.popup ul.trackingnummern {
  margin: .5em 0;
}

/* Details */
.details table:not(:last-child) {
  margin-bottom: .5em;
}

/* Search */
.search form:first-child {
  margin-top: 1em;
  margin-bottom: -1em;
}
.search label {
  width: 37%;
}
.search input {
  float: none;
  margin-bottom: 2em;
  width: 50%;
}
.search input[type="submit"] {
  height: 40px;
  width: auto;
}

/* Search results */
.search-results .backlink {
  display: block;
  font-size: .875em;
  margin: .5em 0 2em;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   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 styles
   ========================================================================== */

@media print {
  * {
      background: transparent !important;
      color: #000 !important;
      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) ")";
  }
  */
  .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;
  }

  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;
  }
}



/* Aktualisiertes CSS | 27.08.24 -NW- */

#subheader .tx-felogin-pi1 form{
  display: none;
}