.container {
  max-width: 100%;
}

body {
  font-family: 'Roboto', Calibri, Arial !important;
}

html {
  height: 100%;
}

body {
  background: none;
  background-color: #fff;
}

app-root {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#appContent {
  flex: 1 1 auto;
}

#loginMatDialog .company-brand,
#loginMatDialog .company-brand-middle,
#loginMatDialog .company-brand,
#changePasswordMatDialog .company-brand,
#changePasswordMatDialog .company-brand #changePasswordMatDialog .company-brand {}

#loginMatDialog #errorDialog {}

#loginMatDialog .btn {}

#loginMatDialog .companiesSelect {}

#loginMatDialog .companiesSelect select {}

#loginMatDialog i {}

#loginMatDialog .form-control {}

#loginMatDialog .label {}

#loginMatDialog .agb-checkbox {}

#loginMatDialog .agb-text {
  /*   font-size: 1.2em;*/
}

.company-brand,
.company-brand-middle,
.company-brand-large {
  background: url("../../Images/csb-logo-new.svg");
  -ms-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.company-brand {
  height: 128px;
  width: 169px;
}

.company-brand-middle {
  height: 195px;
  width: 256px;
}

.company-brand-large {
  height: 390px;
  width: 512px;
}

#home {
  margin-top: 30px;
}

#home .paddingleftright {
  padding-left: 15px;
  padding-right: 15px;
}

#home h2 {
  color: #0076bd;
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 10px;
}

#home li,
#home p {
  font-weight: 300;
  font-size: 16px;
}

#home .highlight {
  color: #0076bd;
  font-weight: 400;
}

#home .text-container {
  /* margin-left: 3em;
  margin-right: 3em; */
  text-align: left;
}

#home .btn-primary {
  margin-bottom: 2.9em;
}

#advantages ul>li {
  padding-bottom: 1em;
}

.defaultblock {
  display: flex;
  flex-wrap: wrap;
}

.block2 {
  background-color: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
}

#banner.container {
  padding-right: 15px;
  padding-left: 15px;
}

#banner div {
  height: 530px;
}

.filled-blue {
  background: url("../Images/filled_blue.PNG");
  background-size: 100% 100%;
}

.middle_banner {
  background: url("../Images/banner_2.jpg");
  background-size: 100% 100%;
}

.filled-light-blue {
  background: url("../Images/filled_light_blue.PNG");
  background-size: 100% 100%;
}

.bannerContainer .imageBanner {
  background: url("../../Images/Keyvisual_Software_UEbersicht.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.bannerContainer {
  margin-bottom: 100px;
}

.bannerContainer .imageBanner p {
  text-align: center;
  color: #fff;
  font-size: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 200px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
  font-weight: 100;
}

.bannerContainer .imageBanner .greyoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.bannerContainer .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-size: center;
  background-position: 50% 100%;
}

/*-- START Webshop header --  Navigation --*/

.searchbox {
  top: 0 !important;
}

/*-- START Landscape Darstellung --*/

#header-navigation .navbar-nav {}

/* Webshop header -- Navigationsliste*/

#header-navigation .navbar-nav li {}

/* Webshop header -- Navigationsliste*/

#header-navigation .navbar-nav li:hover {}

#header-navigation .navbar-nav li a:active {}

#header-navigation .navbar-nav li a,
#header-navigation .navbar-nav li i,
.sidebar-item a {}

#header-navigation .navbar-nav li a:hover {}

#header-navigation .navbar-nav li a:before {}

#header-navigation .navbar-nav li a:hover:before {}

/* -- END Landscape Darstellung --*/

/* -- START Portrait Darstellung*/

.main {}

.sidebar {}

.bar {}

.button {}

.nav-right {}

.nav-right.visible-xs {}

.hidden-xs {}

.middle {}

.nav-right.visible-xs .active .bar {}

.button.active .top {}

.button.active .bottom {}

.button.active .middle {}

.move-to-right {}

.move-to-left {}

nav {}

.navbar-nav li a:active {}

#slidebar-btn {}

.sidebar-list {}

.sidebar-item {}

.sidebar-item:hover {}

.sidebar-item:first-child {}

.sidebar-item:nth-child(2) {}

.sidebar-item:nth-child(3) {}

.sidebar-item:nth-child(4) {}

.sidebar-item:nth-child(5) {}

.sidebar-item:last-child {}

.sidebar-item.active {}

.sidebar-anchor {}

.sidebar-anchor:before {}

.sidebar-anchor:hover:before {}

.portrait {}

/* -- END Portrait Darstellung*/

/*-- END Webshop header --  Navigation --*/

/*-- START Webshop buttons --*/

.btn-success {}

.btn {}

.btn-primary {}

.close-btn {}

.close-btn:hover {}

.close-btn:after {}

/*-- END Webshop buttons --*/

/*-- START Seitenübergreifend --*/

#errorDialog {}

.label {}

/* page title*/

.title {}

/*-- Aktuelle Adresse --*/

.block {}

.mat-dialog-container {
  max-width: none !important;
}

/*-- END Seitenübergreifend --*/

/*-- START customer page --*/

ul.custom {
  list-style: none;
  padding-left: 0;
  width: 100%;
  display: inline-flex !important;
  flex-wrap: wrap;
}

ul.custom li {
  background-color:
    /*#d1d2d3;*/
    #efeff0;
  width: 50%;
  height: 100px;
}

ul.custom li:hover {
  background-color: #f6f7f9;
}

ul.custom li>div,
ul.custom li>p {
  width: 100%;
  text-align: center;
}

ul.custom li>p:hover {
  font-size: 20px;
}

#customTemplate .btn {
  background-color: #26415d;
  color: #ffffff;
  display: inline-block;
  height: 65px;
  width: 65px;
  -webkit-box-shadow: inset 5px 15px 12px #0075bf, inset 0px 15px 2px rgba(50, 144, 203, .5), inset 25px 12px 25px #0075bf;
  -moz-box-shadow: inset 5px 15px 12px #0075bf, inset 0px 15px 2px rgba(50, 144, 203, .5), inset 25px 12px 25px #0075bf;
  box-shadow: inset 5px 15px 12px #0075bf, inset 0px 15px 2px rgba(50, 144, 203, .5), inset 25px 12px 25px #0075bf;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  -webkit-text-shadow: 1px 1px 1px rgb(0, 0, 0);
  -moz-text-shadow: 1px 1px 1px rgb(0, 0, 0);
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#customTemplate .btn:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background-color: rgba(76, 131, 187, 1.3);
  color: #ffffff;
}

#customTemplate p {
  font-size: 20px;
  display: inline-block;
  margin-top: 20px;
}

#customTemplate .btn i {
  font-size: 24px;
  padding-top: 10px;
}

/*-- END customer page --*/

/**** START Item Tile/Row *******/

.description1 {}

.description2 {}

.description13 {}

.description4 {}

.price {}

.tax {}

.total {}

.listPrice {}

.orderUnit {}

.priceUnit {}

.orderCount {}

.orderDate {}

.orderQuantity {}

.inventory {}

.itemOption {}

.priceUntil {}

.convFactor {}

.itemPriceSum {}

.itemPlanningShelfLife {}

.itemRealShelfLife {}

.itemText {}

.itemDetails {}

.item-detail-view .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #0076bd !important;
  color: #fff !important;
}

.item-detail-view .nav-pills a {
  color: #0076bd !important;
}

/**** END Item Tile *******/

/**** START Catalogue Menu *******/

#catalogueCollection {}

#catalogueCollection .dropdown {}

#catalogueCollection .dropdown-menu {}

#catalogueCollection .headerButton {}

#catalogueCollection .menuListItem {}

#catalogueCollection .catalogueGroup {}

#catalogueCollection .catalogue {}

#catalogueCollection .catalogueDescription2 {}

#catalogueCollection .catalogueCount {}

/**** END Catalogue Menu *******/

/*-- START catalogue page --*/

.dropdown {}

.dropdown-menu {}

.dropdown-menu li {}

.item-table-header {}

/*-- END catalogue page --*/

/*-- START catalogue/lastorder/basket page --*/

.table-responsive {
  display: table !important;
}

#pagination-container {}

#pagination-container ul {}

.page-link {}

/*-- START catalogue/lastorder/basket page --*/

/*-- START Bestelldatum --*/

.date-group {}

/*-- END Bestelldatum --*/

/*-- START Webshop Footer--*/

#footer .link-container {
  background-color: #262626;
  /*min-height: 100%;*/
  /* height: 100%; */
  padding-top: 15px;
}

#footer.container {
  padding-right: 15px;
  padding-left: 15px;
}

#footer h4 {
  font-size: 1.2em;
  color: #0076bd;
}

#footer h6 {
  font-size: 0.8em;
}

#footer h6,
#footer h6 a,
#footer h6 a:focus,
#footer h6 a:hover {
  color: #9d9c9c;
  text-decoration: none;
}

/*-- START Retour Page --*/

#delivery-returns .item-table-header {
  background-color: #0076bd;
  color: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/*-- END Retour Page --*/

/*-- END Webshop Footer --*/

@media (max-width: 768px) {
  #header-navigation .landscape .navbar-nav {
    width: 100%;
  }

  #header-navigation .landscape .navbar-nav li {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #banner div {
    height: 20.95em;
  }

  .navbar,
  .navbar-nav,
  .container-fluid {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }

  #header-navigation .navbar-nav li {
    display: block !important;
    text-align: center;
    border-radius: 0.25rem;
    ;
  }

  #header-navigation .top-navigation .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    transform: translateY(0px) !important;
    top: auto !important;
  }

  .bannerContainer .overlay {
    background-position: 57% 100% !important;
  }

  .bannerContainer .imageBanner p {
    font-size: 40px;
    margin-top: 80px;
  }
}

@media (max-width:574px) {
  .landscape {
    display: none;
  }

  .portrait {
    display: block;
  }
}

@media (max-width: 467px) {
  .main {
    width: 100%;
    left: -100%;
  }

  .sidebar {
    width: 100%;
    left: -100%;
    z-index: 200;
  }

  .bar {
    height: 3px;
    width: 35px;
    margin: 8px auto;
  }

  .button.active .top {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -moz-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotateZ(45deg);
    -o-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg);
  }

  .button.active .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
  }
}

@media (min-width: 768px) {
  .nav-right {
    position: absolute;
  }

  .hidden-xs {
    display: block;
  }

  .visible-xs {
    display: none;
  }
}

@media (min-width: 480px) {
  .nav-list {
    display: block;
  }

  ul.custom {
    display: block;
  }

  p {
    font-size: 14px;
  }
}

.nonDisplay {
  display: none;
}

.text-center {
  text-align: center !important;
}

.print {
  display: none;
}

@media print {
  header {
    background: #bbb;
    width: 100%;
    /*/position: fixed;*/
    left: 0;
    top: 20px;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  footer {
    background: #bbb;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    /*border-bottom:1px solid #666;*/
    border-top: 1px solid #666;
  }

  header div {
    width: 100%;
  }

  header div span {
    width: 30%;
  }

  .content {
    margin-bottom: 25px;
  }

  .no-print {
    display: none;
    height: 0
  }

  .print {
    display: inline-block !important;
  }

  .itemtable .itemtable-header td,
  .itemtable .itemtable-body td {
    border-right: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
  }

  .itemtable .itemtable-header td {
    border-top: 1px solid #4D4D4D !important;
    border-left: 1px solid #4D4D4D !important;
  }

  .itemtable .itemtable-header {
    font-size: 12px !important;
    font-weight: bold;
    background-color: gainsboro;
    border-left: 1px solid #4D4D4D;
  }

  .itemtable .itemtable-body td {
    font-size: 12px !important;
    border-top: 1px solid #4D4D4D !important;
    border-left: 1px solid #4D4D4D !important;
  }

  .itemtable .itemtable-body td {
    height: auto;
    max-width: 140px !important;
  }

  .itemtable .itemtable-col-unit button {
    display: block !important;
    background: none !important;
    border: none !important;
    font-size: 11px;
    color: inherit !important;
  }

  .itemtable input {
    border: none !important;
  }

  .itemtable #pagination-container {
    display: none !important;
  }

  button {
    display: none;
  }
}

/*Toggle switch for subquantities of retour*/
input:checked + .slider {
  background-color: #0076bd;
}

/* .cat29 #header-navigation .navbar-nav li{
  background-color: chocolate!important;
}

.cat29 .bannerContainer .imageBanner {
  background: url('https://www.prinz.cc/media/wysiwyg/slider-alte-sorten-original-prinz.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}

.cat29 #banner div {
  height: 300px;
}

.cat29 .bannerContainer .imageBanner p {
  margin-top: 100px;
} */

/*AB HIER FÜR DELICIA*/

/* .item-row {
  grid-template-columns: auto auto 1fr auto !important;
  grid-template-areas:
    "desc1 desc1 desc1 ."
    "img . . ."
    "img . . ."
    "img . . ."
    "img price conv ."
    "img quantity units ."
    "img . . ."
    "img . . ."
    "img . . buttons" !important
}

.item-row--itemkey {
  display: none;
}

.item-row--image {
  grid-area: img;
}

.item-row--image .item-image {
  height: 100px !important;
}

.item-row--description1 {
  grid-area: desc1;
}

.item-row--description2 {
  display: none;
}

.item-row--description3 {
  display: none;
}

.item-row--description4 {
  display: none;
}

.item-row--description5 {
  display: none;
}

.item-row--featuredesc1 {
  display: none;
}

.item-row--featuredesc2 {
  display: none;
}

.item-row--sortgroup {
  display: none;
}

.item-row--alcohol {
  display: none;
}

.item-row--frozenflag {
  display: none;
}

.item-row--preorderflag {
  display: none;
}

.item-row--itemtextinfo {
  display: none;
}

.item-row--shorttext {
  display: none;
}

.item-row--price {
  grid-area: price;
}

.item-row--priceandtax {
  display: none;
}

.item-row--convfactor {
  grid-area: conv !important;
}

.item-row--inventory {
  display: none;
}

.item-row--promotiondate {
  display: none;
}

.item-row--measure {
  display: none;
}

.item-row--measuresum {
  display: none;
}

.item-row--density {
  display: none;
}

.item-row--conditiontabl {
  display: none;
}

.item-row--quantity {
  grid-area: quantity;
}

.item-row--units {
  grid-area: units;
}

.item-row--buttons {
  grid-area: buttons;
} */
