@charset "UTF-8";
/**************************************************************************
 * Farben
 *************************************************************************/
.megared, #center .title {
  color: #e41723;
}

.attribut_overnight {
  color: #dc3545;
}

.attribut_express {
  color: #f89406;
}

.attribut_gruene_produktion {
  color: #28a745;
}

.btn-default, .btn-default > a {
  background-color: #828282;
  border-color: #6c757d;
  color: white !important;
}

/**************************************************************************
 * Badges
 *************************************************************************/
.badge.badge-error {
  color: var(--white);
  background-color: #e41723;
}
.badge.badge-error:hover, .badge.badge-error:active {
  color: var(--white);
  background-color: #cb2341;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.badge.badge-warning {
  background-color: #f89406;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.badge.badge-warning:hover, .badge.badge-warning:active {
  background-color: #c67605;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.badge.badge-success {
  background-color: #5cb85c;
}
.badge.badge-success:hover, .badge.badge-success:active {
  background-color: #356635;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.badge.badge-info {
  background-color: #3a87ad;
}
.badge.badge-info:hover, .badge.badge-info:active {
  background-color: #2d6987;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.badge.badge-default {
  color: var(--white);
  background-color: var(--gray);
}
.badge.badge-default:hover, .badge.badge-default:active {
  background-color: var(--gray);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.badge.badge-inverse {
  background-color: #333333;
}
.badge.badge-inverse:hover, .badge.badge-inverse:active {
  background-color: #1a1a1a;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.badge.pill {
  border-radius: 11px !important;
  padding: 0 4px;
}

body:not(.mod-skin-light):not(.mod-skin-dark):not(.mod-skin-colordark) #skin-default:before {
  display: flex;
}

body, html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 15px;
}

body:not(.dark) #main_container {
  background-color: #ffffff;
  color: #333;
}
body:not(.dark) a:not(.btn) {
  color: #333;
}
body:not(.dark).background {
  background-image: url(/layout/megadruck/img/background.jpg);
  background-size: 133%;
  background-repeat: no-repeat;
  background-position: 56% 23%;
  background-attachment: fixed;
}
body:not(.light) {
  background: #333;
  background-image: none;
}
body:not(.light) #main_container #center img {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
body:not(.light) .table-hover tbody tr:hover {
  background-color: rgb(76.5, 76.5, 76.5);
  color: #ececec;
}
body:not(.light) .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.25);
}
body:not(.light) .table, body:not(.light) .modal-content, body:not(.light) #main_container {
  background-color: #333;
  color: #ececec;
}
body:not(.light) .table .card, body:not(.light) .modal-content .card, body:not(.light) #main_container .card {
  background-color: rgb(30.6, 30.6, 30.6);
}
body:not(.light) input, body:not(.light) input:focus, body:not(.light) textarea, body:not(.light) textarea:focus, body:not(.light) select, body:not(.light) select:focus {
  background-color: #333;
  color: #ececec;
}
body:not(.light).background {
  background-image: url(/layout/megadruck/img/background_dark.jpg);
  background-size: 133%;
  background-repeat: no-repeat;
  background-position: 56% 23%;
  background-attachment: fixed;
}
body:not(.light) .callout {
  background-color: rgba(0, 0, 0, 0.25);
}
body:not(.light) a:not(.btn) {
  color: #ececec;
}
body:not(.light) #right .card {
  background-color: #333;
}
body:not(.light) .page-link,
body:not(.light) .page-item {
  background: #333;
  color: #ececec;
}

#main_container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 30px #000;
  -moz-box-shadow: 0 0 30px #000;
  box-shadow: 0 0 30px #000;
}

@media (max-width: 574px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 800px;
  }
}

.popover .arrow {
  display: none;
}
.popover {
  background-color: #1a1a1a;
  box-shadow: 0 0 5px black;
}
.popover span {
  color: #ffffff;
}
.popover .megared, .popover #center .title, #center .popover .title {
  color: #e41723;
}

/* Passwort Position des Auges */
.togglePassword {
  position: absolute;
  top: 0.9em;
  cursor: pointer;
  right: 0.3em;
  z-index: 100;
}

.fa-circle-info {
  cursor: pointer;
}

#header {
  background: #0d0f0c;
  color: #ffffff;
}
#header a {
  color: #ffffff;
}
@media (max-width: 575px) {
  #header .header-buttons {
    height: 40px;
  }
  #header .header-buttons .row {
    height: 100%;
  }
  #header .header-buttons .row div {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  #header .header-buttons {
    height: 40px;
  }
  #header .header-buttons .row {
    height: 100%;
  }
  #header .header-buttons .row div {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .header-buttons {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header .header-buttons {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1200px) {
  #header .header-buttons {
    margin-top: auto;
    margin-bottom: auto;
  }
}
#header .header-buttons {
  /* Anzahl Artikel im Warenkorb */
}
#header .header-buttons .card-notify {
  background: #e41723;
  position: absolute;
  top: -13px;
  left: 58%;
  font-size: 11px;
  color: #ffffff;
  opacity: 90%;
}
#header .header-buttons div.col {
  padding-left: 5px;
  padding-right: 5px;
}
#header .header-buttons div.col:not([hidden]):not(:last-child) {
  border-right: 1px solid #ffffff;
}
#header .header-buttons div.col:hover i, #header .header-buttons div.col:active i {
  transform: scale(1.1);
  color: #e41723;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  -moz-transition: -moz-transform 100ms ease-in-out;
  -o-transition: -o-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
}
#header .menue:not(.light), #header .nav:not(.light) {
  background: #333;
  color: #ececec;
}
#header .menue:not(.light) a, #header .nav:not(.light) a {
  color: #ececec;
}
#header .menue:not(.dark), #header .nav:not(.dark) {
  background: #ffffff;
  color: #333;
}
#header .menue:not(.dark) a, #header .nav:not(.dark) a {
  color: #333;
}

#left.debug {
  background-color: #cccccc;
}
#left {
  padding: 10px 0 10px 0;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  max-width: 100%;
}
#left #artikel_menu, #left .left_menu {
  padding-left: 15px;
}
#left #artikel_menu a, #left .left_menu a {
  text-decoration: none;
  font-size: 1rem;
}
#left #artikel_menu ul, #left .left_menu ul {
  padding-left: 0;
}
#left #artikel_menu .kategorie_block,
#left #artikel_menu .seite_block, #left .left_menu .kategorie_block,
#left .left_menu .seite_block {
  margin-bottom: 10px;
}
#left #artikel_menu .kategorie_block .debug,
#left #artikel_menu .seite_block .debug, #left .left_menu .kategorie_block .debug,
#left .left_menu .seite_block .debug {
  border-bottom: 1px solid green;
}
#left #artikel_menu li, #left .left_menu li {
  line-height: 15px;
  font-size: 13px;
}
#left #artikel_menu li.active, #left .left_menu li.active {
  font-weight: 700;
}
#left #artikel_menu li.active a span::after, #left .left_menu li.active a span::after {
  /* For Icons see https://fontawesome.com/v4/icons/ */
  content: " \f00c";
  font-size: 1rem;
  vertical-align: center;
  margin-left: 2px;
  font: normal normal normal 14px/1 FontAwesome;
}
@media (min-width: 768px) and (max-width: 992px) {
  #left #artikel_menu li .entwurf_1_skalierung, #left .left_menu li .entwurf_1_skalierung {
    font-size: 0.75rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #left #artikel_menu li .entwurf_1_skalierung, #left .left_menu li .entwurf_1_skalierung {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 1200px) {
  #left #artikel_menu li .entwurf_1_skalierung, #left .left_menu li .entwurf_1_skalierung {
    font-size: 0.98rem;
    line-height: 1.1rem;
  }
}
#left #artikel_menu li.level-1.active::before, #left .left_menu li.level-1.active::before {
  content: "";
}
#left #artikel_menu li.level-1.active::after, #left .left_menu li.level-1.active::after {
  content: "";
}
#left #artikel_menu li.level-1, #left .left_menu li.level-1 {
  font-size: 16px !important;
  line-height: 18px !important;
}
#left #artikel_menu li.level-1 h3, #left .left_menu li.level-1 h3 {
  font-size: 16px !important;
  line-height: 18px !important;
}
#left #artikel_menu li.level-1 .nav-link-text.debug, #left .left_menu li.level-1 .nav-link-text.debug {
  background-color: yellow;
}
#left #artikel_menu li.level-1 .nav-link-text, #left .left_menu li.level-1 .nav-link-text {
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 2px solid #e41723;
}
#left #artikel_menu li.level-3 .nav-link-text, #left .left_menu li.level-3 .nav-link-text {
  padding-left: 5px;
}
#left #artikel_menu li.level-4 .nav-link-text, #left .left_menu li.level-4 .nav-link-text {
  padding-left: 10px;
}
#left #artikel_menu .menue .menueSub a, #left .left_menu .menue .menueSub a {
  color: black;
  font-size: 1.3rem;
}
#left .sidebar-title {
  font-weight: bold;
}
#left .sidebar-title hr {
  border: 0.5px solid #e41723;
  margin: 0 0 6px 0;
}
#left span.nav-link-text:hover span, #left span.nav-link-text:active span {
  transform: scale(1.1);
}
#left span.nav-link-text:hover, #left span.nav-link-text:active {
  color: #e41723;
}
@media (max-width: 450px) {
  #left {
    width: 100%;
  }
}
@media (min-width: 450px) and (max-width: 768px) {
  #left {
    width: 60%;
  }
}
@media (max-width: 767px) {
  #left {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    overflow-x: hidden;
    z-index: 9999;
    padding-right: 10px !important;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 30px #000;
    -moz-box-shadow: 0 0 30px #000;
    box-shadow: 0 0 30px #000;
  }
}

#center {
  padding: 10px 15px 20px 15px;
  font-size: 14px;
  line-height: 18px;
}
#center hr {
  margin: 3px 0 6px 0;
  width: 100%;
  border-top: 0.5px solid #e41723;
  border-bottom: 0.5px solid #e41723;
}
#center .zoomout:hover {
  transform: scale(0.9);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  -moz-transition: -moz-transform 200ms ease-in-out;
  -o-transition: -o-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
}
#center img {
  max-width: 100%;
  height: auto;
}
#center .card {
  background-color: rgb(241.6, 241.6, 241.6);
}
#center .top_header {
  margin-bottom: 12px;
  border-bottom: 2px solid #e41723;
}
#center .title {
  text-align: center;
  font-weight: bold;
}
#center h1.title,
#center h2.title {
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 5px;
}
#center .untertitel {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
#center .kleinertitel {
  font-size: 13px;
  text-align: center;
}
#center iframe#kalkulator_iframe {
  min-height: 1370px;
  z-index: 1010;
}

#right {
  background: #e41723;
  padding-top: 10px;
}
#right hr {
  margin: 3px 0 6px 0;
  width: 100%;
  border: 0.5px solid #ffffff;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
  color: #ffffff;
}
#right .card-body h1, #right .card-body h2, #right .card-body h3, #right .card-body h4, #right .card-body h5, #right .card-body h6 {
  color: #e41723;
}
#right .card-body {
  padding: 0.8rem;
}
#right .switch-dark label {
  cursor: pointer;
}

#footer {
  margin-top: auto;
  background-color: #0e0f0d;
  color: #ffffff;
  font-size: 0.9em;
  padding-top: 12px;
}
#footer a {
  color: #ffffff;
}
#footer hr {
  margin: 3px 0 6px 0;
  width: 100%;
  border: 0.5px solid #e41723;
}
#footer .footer-title {
  padding-left: 10px;
}
#footer span, #footer .footer-title {
  text-align: center;
  font-weight: bold;
}
#footer ul {
  padding-left: 10px;
}

/* War im Megaadmin schon über SmartAdmin geladen aus den Komponenten */
.modal-dialog-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border-width: 0;
}
.modal-dialog-right .modal-content {
  min-height: 100%;
  border-width: 0;
  border-radius: 0;
}

#warenkorb-table .artikelDiv.odd .row {
  background-color: rgba(0, 0, 0, 0.05);
}
#warenkorb-table a:hover i, #warenkorb-table a:active i {
  transform: scale(1.4);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  -moz-transition: -moz-transform 100ms ease-in-out;
  -o-transition: -o-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
}

#warenkorb-berechnung {
  border-top: 1px solid #dee2e6;
}
#warenkorb-berechnung div.row:not(:nth-child(1)) div {
  border-top: 1px solid #dee2e6;
}
#warenkorb-berechnung div.row div {
  text-align: right;
  padding: 0.75rem;
}

/**************************************************************************
 * Häufige Suchbegriffe
 *************************************************************************/
ul.suchwolke {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.searchcard {
  cursor: pointer;
}
.searchcard:hover {
  transform: scale(1.03);
  color: #e41723;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  -moz-transition: -moz-transform 100ms ease-in-out;
  -o-transition: -o-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
}

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