/*********************
  DEFAULT COLORS
**********************/
.bgcolor-primary {
  background-color: rgba(0, 124, 176, 0.1)!important;
}

.bgcolor-primary-buttons {
  background-color: rgb(0, 124, 176)!important;
}

.color-primary-buttons {
	color: #ffffff!important;
}

.color-primary-icons, .color-primary-icons svg  {
  color: rgb(0, 124, 176)!important;
}

.color-primary-links  {
  color: rgb(0, 124, 176)!important;
}

.bgcolor-secondary {
  background-color: rgb(29, 29, 27)!important;
}

.color-secondary {
  color: rgb(0, 124, 176)!important;
}

/*********************
  RESPONSIVE GENERAL
**********************/

#debug-info,
#debug2-info {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
  border: solid 1px #cccccc;
  z-index: 99;
}
#debug2-info {
  bottom: 2.5rem;
}

.error {
	color: #CB171A;
	font-weight: bold;
}

.ui.segment.error {
	padding: 0.5em 0.5em;
}

html body,
.ui.cards > .card > .content > .header, 
.ui.card > .content > .header,
.ui.header,
.ui.button,
.ui.menu {
  font-family: 'Lato', Trebuchet MS, Arial, Helvetica, sans-serif!important;
}

.article-detail .ui.image > .ribbon.label, 
.article-detail .ui.card .image > .ribbon.label {
  z-index: 1000;
}

html body, html body .ui.menu {
  background: none;
}

html body div.pusher.mainContentArea {
  background: #ffffff;
}

html body #mainContent {
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}

.mainContent a {
 /* color: #933588; */
}

html body a:hover {
  color: #575756;
}

body.page_9 #mainContent > div.ui.grid.padded > .wide.column.ui.breadcrumb {
  padding-top: 0.5rem;
}

body.page_15 #mainContent > div.ui.grid.padded > .wide.column.right.aligned,
body.page_15 #mainContent > div.ui.grid.padded > .wide.column.ui.breadcrumb {
  padding-top: 0;
}

html body .ui.vertical.menu div.content {
  min-height: auto;
}

html body .ui.modal > .content {
  min-height: auto;
}

.header-bottom {
  background-color: #575756!important;
  margin: 0!important;
  padding: 0.75rem 0 0.75rem 0!important;
  border-radius: 4px!important;
}

.header-bottom.ui.text.menu a.item,
.header-bottom.ui.text.menu div.item {
  color: #ffffff;
  font-weight: bold;
}

.header-bottom.ui.text.menu a.aktiv.item,
.header-bottom.ui.text.menu div.aktiv.item,
.header-bottom.ui.text.menu a.item:hover,
.header-bottom.ui.text.menu div.item:hover span.text,
.header-bottom.ui.text.menu div.item:hover i.icon {
  color: #8c8c8c;
}

.header-bottom.ui.text.menu .item .menu a.item.aktiv,
.header-bottom.ui.text.menu .item .menu a.item:hover,
.ui.vertical.menu .item .menu a.item.aktiv,
.ui.vertical.menu .item .menu a.item:hover {
  background-color: #575756!important;
  color: #ffffff!important;
}

#topFiltersMobile a.item i.icon {
  display: none;
}

#topFiltersMobile a.item.aktiv i.icon {
  display: block;
}

.header-bottom .ui.dropdown .menu > .divider {
  margin: 0;
}

html body .ui.menu.header-bottom > .item,
html body .ui.menu.header-bottom > .left.item,
html body .ui.menu.header-bottom > .left.top.item {
  margin-right: 0.25rem!important;
}

.ui.container.message.topbar {
	margin: 0.25rem auto 0.75rem auto;
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	color: #575756;
	box-shadow: none;
}

.ui.container.message.topbar .row {
	margin: 0;
	padding: 0;
}

.footerarea {
  background: #f5f5f5!important;
  box-shadow: 0 0 0 1px #f5f5f5 inset, 0 0 0 0 #f5f5f5!important;
}

.ui.container.message.footerarea {
  padding-left: 1rem;
  padding-right: 1rem;
}

.black.message.sos-top-msg div.column {
  color: #333333;
}

.footerarea .footermenu a {
  color: #000000;
  display: block;
  cursor: pointer;
}

.footerarea .footermenu h4.ui.header {
  margin-bottom: 1rem;
}

.footerarea .footerline {
	text-align:center;
	margin-top: 2rem;
	margin-bottom: 0;
}

.footerarea .logo-grid img {
  margin-bottom: 0.75rem;
}

.ui.button.round-navigation {
  height: auto;
  background-color: #933588;
}

.ui.button.round-navigation i {
  color: #ffffff;
}

div a.button {
  color: #ffffff;
}

.bg-soft-border {
  border-radius: 4px!important;
  border: 1px solid #9c9d9f;
}

.margin-top-0 {
  margin-top: 0!important;
}

.margin-right-0 {
  margin-right: 0!important;
}

.t-down, .ui.menu .item.t-down {
  display: none;
}

.sm-up, .ui.menu .item.sm-up {
  display: block;
}

.header-top .sm-up, .header-top.ui.menu .item.sm-up {
  display: flex;
}

#loginOrRegister_modal {
	padding: 0 1em 1em 1em;
}

.loginregister-area {
	background-color: #f8f8f9;
}

.loginregister-area span.form-error {
  display: none;
}

.ui.segment.loginregister-area {
	border: none;
	box-shadow: none;
	padding: 0;
}

.ui.modal>.content {
  margin: 0;
}

.ui.message .content {
  margin: 0;
  font-weight: normal;
}

.slick-track {
  padding-top: 0.25rem!important;
  padding-bottom: 0.25rem!important;
}

/*********************
  PRIMARY BUTTON

.ui.primary.buttons .button,
.ui.primary.button {
  background-color: #933588;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.primary.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

.ui.primary.buttons .button:hover,
.ui.primary.button:hover {
  background-color: #933588;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.primary.buttons .button:focus,
.ui.primary.button:focus {
  background-color: #933588;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.primary.buttons .button:active,
.ui.primary.button:active {
  background-color: #933588;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.primary.buttons .active.button,
.ui.primary.buttons .active.button:active,
.ui.primary.active.button,
.ui.primary.button .active.button:active {
  background-color: #933588;
  color: #FFFFFF;
  text-shadow: none;
}
**********************/

/*********************
  LAYOUT HEADER
***********************/
.top-header {
  margin-top: 2rem;
}

.bg-mark-style-content {
  background-image:url('../grafik/layout/Marke-quer_middle.png');
  background-size:100%;
  background-repeat:repeat-y;
  padding: 1rem 3rem 0 3rem;
  /* display:flex; */
}

.left-line-first {
  width: 6px;
  height: 100vh;
  position: fixed;
  margin-left: -40px;
}
.left-line-second {
  width: 6px;
  height: 100vh;
  position: fixed;
  margin-left: -50px;
}

.header-top {
  padding-top: 3rem;
  align-items: flex-end;
}

.header-top, .header-bottom {
  border: none!important;
  box-shadow: none!important;
}

.design-now {
  width: 10rem;
}
.design-now .arrow {
  padding: 0 0.5rem 0 0!important;
}
.design-now .coop-img {
  padding: 0.5rem 0 0 0.5rem!important;
}
.design-now .action-button {
  padding: 0.5rem 0 0 0!important;
}
.design-now .action-button .ui.button {
  padding: 0.5rem!important;
  text-transform: uppercase;
}
.design-now.big {
  width: 100%;
  margin: 0;
}
.design-now.big .action-button .ui.button {
  padding: 1rem 1.5rem!important;
  font-size: 2rem;
  border-radius: 1rem;
}

.header-logo {
  padding: 0 1.75rem 0 0!important;
}

.header-logo img {
  max-width: 20rem;
  max-height: 8rem;
}

.no-margin {
  margin: 0!important;
}

.header-top .menu.right .item {
  padding-top: 0;
  padding-bottom: 0;
  align-items: flex-end;
}

.header-top .menu.right .item i.icon.big {
  font-size: 1.75rem;
}

.header-top .shopping-cart-area {
  text-align: right;
  margin-right: 0.75rem;
}

.header-top .menu.right .item.list {
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-top .menu.right .item.start.list {
  border-radius: 0.5rem 0 0 0.5rem;
  margin-left: 1rem;
}

.space-mr-1 {
  margin-right: 0.5rem!important;
}

.search-item {
  border-right: solid 1px #dedede;
  cursor: pointer;
}

#suchformular-mobile > .ui.icon.input {
  width: 100%;
}

#suchbegriffe {
  position: absolute;
}

#suchbegriffe .ui.vertical.menu > .item {
  padding-top: 0;
  padding-bottom: 0;
}

.ui.menu .item > i.dropdown.icon {
  margin-left: 0.25rem;
}

.ui.breadcrumb a, .ui.breadcrumb a:visited {
  color: #333333;
}
.ui.breadcrumb a:hover {
  color: #933588;
}

.ui.grid .ui.card, 
#home-slider-wrapper .ui.card {
  width: auto;
}

.ui.cards > .card > .content > .description,
.ui.grid .card .content .description {
  float: none;
  margin: 0;
  width: auto;
  height: auto;
  text-align: left;
}

/* .ui.grid h3.ui.header {
  text-align: center;
}*/ 

.ui.cards > .card > .attached.button,
.ui.grid .card .attached.button {
  height: auto;
  background-color: #933588;
  color: #ffffff;
  text-align: left;
}

/*********************
  HOME
**********************/
#home-slider {
  margin: 0 -1rem;
}

#home-slider .slick-slide {
  margin: 0 1rem;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: #933588;
}

.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
} 

#home-slider-wrapper {
  margin-bottom: 35px;
}

.sos-home-card-title {
  flex-grow: unset!important;
}

/* Artikeltitel und Überschriften */

.startseite .ui.card > .content > .header:not(.ui),
.startseite .ui.grid h3.ui.header {
	font-size: 1em;
}


/*********************
  ARTICLE OVERVIEW
**********************/
.ui.menu.filter_bar {
  border: none;
  box-shadow: none;
}

.ui.menu.filter_bar div.ui.dropdown {
  background-color: #575756;
}

.ui.menu.filter_bar .ui.dropdown:not(.button) > .default.text, 
.ui.menu.filter_bar .ui.dropdown:not(.button) > .text,
.ui.menu.filter_bar .ui.dropdown:not(.button) > i.icon {
  color: #ffffff!important;
}

.field-item-label {
  padding: 0rem 0.25rem 0 0;
}

.ui.grid h3.ui.header.overview-title {
  text-align: left;
}

.item-label {
  padding: 0 0 0 1rem;
  font-weight: bold;
}

.dd-item-label {
  /*border-top: solid 1px #d4d4d5;*/
  margin-top: 0.5rem;
  padding-right: 1rem!important;
}

.cards .card div.content,
.ui.grid .column div.content {
  min-height: auto!important;
}

.cards .card .content .preis {
  color: #000000;
  font-weight: bold;
}

div.artikel_uebersicht {
  display: block!important;
  margin: 1.5rem 0;
}

.meinkonto .ui.compact.menu {
  margin: 1.5rem 0;
}

#f-m-general {
  min-width: auto;
}

.ui.selection.dropdown {
  min-width: 12em;
}

.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover {
  border-color: #933588;
}

.ui.selection.dropdown:focus .menu,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown:hover .menu {
  border-color: #CCCCCC;
}

/*********************
  ARTICLE DETAIL
**********************/

.artikel-detailansicht #breadcrumb-top-level {
	display: inline-block;
}

.artikel-detailansicht .counter {
	display: inline-block;
}

.artikel-detailansicht .counter-mobile {
	display: none;
}

#quantity_decrement, #quantity_increment {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

#quantity_select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent;
}

.item.preis .preis {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}

.item.preis .preis-info {
  margin-top: 0.5rem;
  font-style: italic;
}
.article-info-table tr td {
  padding-top: 0.2rem!important;
  padding-bottom: 0.2rem!important;
}

.article-detail .item.auswahl {
  margin-bottom: 1rem!important;
}

.article-detail .special-links i.icon {
  color: #877f7b!important;
}

.product-detail .info {
  font-size: 0.75rem;
  margin-top: 0;
  overflow: hidden;
}

div.buttons.item.product-detail {
  width: auto;
  padding-top: 0;
}

.article-detail #hinweis-eindruck-mobile {
	font-size: 0.9em;
	display: none;
}

.article-detail div.column a, .article-detail div.column a:visited {
  color: #333333;
}
.article-detail div.column a:hover {
  color: #933588;
}

table.borderless tr,
table.borderless tr td {
  border: none!important;
}

table tr td.top-aligned {
  vertical-align: top;
}

.ui.image > .ribbon.label.ribbon-pos-down {
  bottom: 1rem;
  top: auto;
}

.ui.image > .ribbon.label.ribbon-pos-top-0 {
  top: 1rem;
}

.ui.image > .ribbon.label.ribbon-pos-top-1 {
  top: 3rem;
}

.ui.image > .ribbon.label.ribbon-pos-top-2 {
  top: 5rem;
}

.ui.image > .ribbon.label.ribbon-pos-top-3 {
  top: 7rem;
}

.ui.image > .ribbon.label.ribbon-pos-top-4 {
  top: 9rem;
}

.ui.image > .ribbon.label.ribbon-pos-top-5 {
  top: 11rem;
}

.ui.image > .ribbon.label.sos-special {
  background-color: #575756;
  border-color: #a2a2a2;
  color: #ffffff;
  font-family: 'Lato', Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: right;
}

.ui.image > .ribbon.label.sos-special i.icon,
.ui.image > .ribbon.label.sos-unavailable i.icon {
  border-right: solid 1px #ffffff;
  padding-right: 5px;
  margin-right: 5px;
}

.ui.image > .ribbon.label.sos-unavailable {
  background-color: #575756;
  border-color:#a2a2a2;
  color: #ffffff;
  font-family: 'Lato', Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: right;
}

.imageModuleGetStarted {
  width: auto!important;
  height: auto!important;
}

.imageModuleGetStarted .imagePreview {
  margin-top: -8px!important;
  margin-left: 75px!important;
}

.textModuleGetStarted {
  width: auto!important;
}

#textfilter .ausg_format {
  max-height: 14rem;
  overflow: hidden;
}

div.ansichten.editor {
  padding-top: 0;
}

/************************
  WARENKORB
************************/
div.buttons.rechts {
  clear: none;
  float: right;
  padding: 0;
  text-align: right;
}

div.buttons.rechts .link-standard {
  margin-right: 0.5rem;
}

.warenkorb .artikelinfo img {
  max-width: 75px;
}

.warenkorb .artikelinfo .thumb {
  max-width: 75px;
}

.warenkorb table tr.controls td,
.warenkorb table tr.liefertermin td {
  border-top: none;
}

.warenkorb table tr.controls td a.link-standard img {
  margin-right: 0.3rem;
}

.warenkorb table tr td span.artikelname,
.warenkorb table tr td.betrag {
  font-weight: bold;
}

.warenkorb table .row.liefertermin {
  font-weight: bold;
  /** color: #2b7b18; **/
  color: red;
}

.warenkorb table .menge div.quantity input.menge {
  width: 4rem;
}

.button-warenkorb .ui.button {
  height: auto;
  background-color: #933588;
  color: #ffffff;
}

.button-warenkorb .ui.button:hover { 
	background-color: #933588;
}

#article-detail-s-n .slick-slide {
  width: auto;
  margin: 1rem 1rem 0 0;
}

.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.checkbox {
  margin-top: 0.25em;
}

.ui.form input.valid, .ui.form select.valid {
  background: url(../grafik/icon_form_valid.png) no-repeat scroll right 5px center #e3ffe5;
  border: 1px solid #96b796 !important;
  color: #002f00;
}

#form_letzter_check {
  margin-top: 1rem;
}

#form_letzter_check .clearing > #liefertermin {
  padding: 0.65rem 0 0 0.25rem;
}

div.bestell-bestaetigung div.bestellinfo a {
  color: #2B7B18;
}

.bestell-bestaetigung .ui.info.message.icon {
  webkit-box-shadow: 0 0 0 1px #575756 inset, 0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 1px #575756 inset, 0 0 0 0 rgba(0,0,0,0);
  background-color: #ffffff;
  color: #575756;
}

.bestell-bestaetigung .ui.info.message.icon .header {
  color: #575756;
}

.checkout-process .step .content {
  margin: 0;
  min-height: auto;
}

.checkout-process .step.active,
.checkout-process .step.active:after {
  background-color: #575756!important;
}

.checkout-process .step.active i.icon, 
.checkout-process .step.active div.content .title {
  color: #ffffff!important;
}

.checkout-addressbook .extra.content form {
  display: inline-block;
}

.hide-important {
  visibility: hidden!important;
}

/*********************
	ADRESSDATEN
**********************/

#lieferadresse .ui.message:first-child,
#adressbuch .ui.message:first-child {
	margin-top: 1em;
}

/*********************
	KONTAKTFORMULAR
**********************/

/* Honeypot-Feld ausblenden */
#website {
	display: none;
}

/*********************
  DRUCKFREIGABE
**********************/
#druckfreigabe_artikelbilder {
  padding: 1rem;
  background-color: #DBDEE2;
}

#imprint_3d {
  width: auto;
}

#imprint_3d img {
  width: 100%;
}

/**********************
  STATIC PAGES
***********************/
.spenden-statt-schenken .linke-spalte.schmal {
  float: right;
}

/**********************
  ADMINBEREICH SLIDER
***********************/

#subshop-slider .message.ignored {
	padding: 0.7em 1.5em;
}



/*********************
  RESPONSIVE MOBILE
**********************/
/* MOBILE */
@media only screen and (max-width: 767px) {
  .sos-top-msg {
    display: none!important;
  }
  .header-logo img.ui.image {
    max-width: 45vw;
  }

  .slick-prev, .slick-next {
    display: none!important;
  } 
  
	.artikel-detailansicht #breadcrumb-top-level {
		display: none;
	}
	
	.artikel-detailansicht .pager {
		text-align: center;
	}

	.artikel-detailansicht .counter {
		display: none;
	}
	
	.artikel-detailansicht .counter-mobile {
		text-align: center;
		margin-top: 0.5em;
		display: block;
	}
	
	.article-detail #hinweis-eindruck-mobile {
		display: block;
  } 
  
  .warenkorb table .menge div.quantity input.minus,
  .warenkorb table .menge div.quantity input.plus {
    display: none;
  }

  .ui.segment.summen {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-on-mobile {
    display: none!important;
  }
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* MOBILE AND TABLET */
@media only screen and (max-width: 991px) {
  .header-top .shopping-cart-area {
    display: none!important;
  }
  .ui.menu.header-top {
    margin-bottom: 0;
  }
  .ui.menu.header-bottom {
    display: none!important;
  }
  .t-down, .ui.menu .item.t-down {
    display: block;
  }
  .header-top .t-down, .header-top.ui.menu .item.t-down {
    display: flex;
  }
  .sm-up, .ui.menu .item.sm-up {
    display: none!important;
  }

}

/* SMALL MONITOR */
@media only screen and (max-width: 1200px) {
  
}

/* LARGE MONITOR */
@media only screen and (min-width: 1201px) {
  
}