/* Artikelnummer entfernen */
.table--add-product.add-product--form.block-group{
  display: none;
}

.is--intern .navigation-main .js--menu-scroller{
  background: #FFFFD9;
}

.is--intern .navigation-main .navigation--list{
  background: #FFFFD9;
}


.navigation-main .js--menu-scroller{
  background: #F7F7F7;
  padding: 0 100px;
}

.advanced-menu{
  max-width: calc(78.75rem - 200px);
}


.advanced-menu .button-container{
  display: none;
}

.startseite-box .panel{
	background: rgba(255,255,217,1);
	border: 0 none;
}

.startseite-box .panel--title{
	background: #FFEF58;
	text-align: center;
	font-size: 18px;
	padding: 1.11em 0.56em;
	font-weight: 700;
	border-bottom: 0 none;
	margin: 0;
}

.startseite-box ul{
	list-style: none;
}

.startseite-box li{
	margin-bottom: 10px;
}

.startseite-box a{
	color: #333;
}
.startseite-box li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.67em 0 0.67em 0;
}
.startseite-box li:first-of-type{
  border-top: 1px solid rgba(0, 0, 0, 0.3);

}
.startseite-box a:before {
    content: "\e60f";
    font-family: 'shopware';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.7;
    background: #333;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 8px;
    color: #FFF;
    position:relative;
    top: -1px;
    width: 16px;
    height: 16px;
    display:inline-block;
    text-align: center;
}

.emotion--html.has--border{
  border: 0 none;
}
.startseite-text .panel--title.is--underline{
	font-size: 28px;
	font-weight: 500;
	border-bottom: 0 none;
	margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.5em;
  padding: 0;
}
.startseite-text .panel--body.is--wide{
  padding: 0;
}
.spacer--top-black:before{
  content: " ";
  background: #333;
  display: block;
  height: 3px;
  position: absolute;
  width: 300%;
  top: -16px
}

.page-wrap--cookie-permission .cookie-permission--container {
    text-align: left !important;
}

.alert.is--success {
    color: #000;
    background: #fff;
}

.alert .alert--icon {
    color: #000;
}