/* ########################################################################## */
/* # BOF layout.css */
/* # StyleSheet für alle Webseiten */
/* ########################################################################## */

/*
  # Projekt-Colors
  Farbe 1: #bd1320  rgb(190, 20, 33)    (c 15 m 100 y 90 k 10)  (rot: CD-Farbe)
  Farbe 2: #b59847  rgb(182, 152, 71)   (c 17 m 28 y 75 k 23)   (gold: CD-Farbe)
  Farbe 3: #9c9c9c  rgb(156, 156, 156)  (c 0 m 0 y 0 k 50)      (grau: CD-Farbe)
  Farbe 4: #eae8e4  rgb(234, 232, 228)  (c 0 m 1 y 3 k 8)       (hellgrau: Hintergrund-Farbe)
  Farbe 5: #3c3c3b  rgb(60, 60, 59)     (c 0 m 0 y 0 k 90)      (dunkelgrau: Fliesstextfarbe)
  
  Farbe 6: #6b6b6b  (grau: Shadow-Farbe)

  # Schrift-Art
  Headlines:
  font-family: 'Open Sans', sans-serif; font-weight: 600;
  Auszeichnungsschrift:
  font-family: 'Satisfy', cursive;
  Fliesstext:
  font-family: 'Open Sans', sans-serif;

  # LOGO
  font-family: 'Cinzel', serif;
  font-family: 'Open Sans Condensed', sans-serif;
  
*/

html {
  box-sizing: border-box;
 }

 *,
 ::after,
 ::before {
  box-sizing: inherit;
 }


/* Scroll-Balken */
html {
  overflow-y: scroll;
  line-height: 1.4;
}

/* Schrift-Farbe / Schrift-Art / Hintergrund */
html, button, input, select, textarea {
  background-color: #fff;
  color: #3c3c3b;
  font-family: Arial, Helvetica, sans-serif;
}

img, audio, video, embed, object {
  height: auto;
  max-width: 100%;
  width: auto;
}

img {
  display: block;
}

p {
  margin-top: 5px;
}

a {
  color: #bd1320;
  text-decoration: none;
  outline:none;
}

a:hover {
  text-decoration: underline;
}

a.footer-link {
  color: #3c3c3b;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}


.wrapper-outer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
}

.wrapper-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

#page-header {
  /* background-color: #eae8e4;*/
  background-color: #666666;
  z-index: 1;
}

#page-header-top {
  display: none;
  background-color: #bd1320;
  color: #fff;
  text-align: center;
  padding: 1em;
  box-shadow: 2px 6px 4px -2px #6b6b6b;
  position: relative;
  z-index: 10;
}

.page-logo {
  margin: 0 auto;
}

#page-header-nav {
  color: #3c3c3b;
  background-color: #fff;
  position: relative;
  min-height: 50px;
}


/* NAV */

.nav-main,
.nav-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-main a {
  color: #3c3c3b;
}
.nav-main a:hover {
  color: #bd1320;
  text-decoration: none;
}

.nav-main > li {
  position: relative;
}

.nav-main > li > ul {
  display: none;
}

.nav-main > li:hover > ul {
  display: block;
  position: absolute;
  left:0;
  z-index:10;
}

.nav-main > li > ul > li {
  background-color: rgba(255,255,255,0.9);
  margin-top: 4px;
  line-height: 40px;
  white-space: nowrap;
}

.nav-main li a {
  padding: 0 16px;
  display: block;
}


#page-header-main {
  /* background-position: bottom right; */
  background-position: center center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 2px 6px 4px -2px #6b6b6b;
}

.page-header-slogan {
  color: #fff;
  font-size: 2em;
  /* text-shadow: 0 0 24px rgba(0, 0, 0, 0.75); */
  text-shadow: 0 0 12px rgba(0, 0, 0, 1);
  font-family: 'Satisfy', cursive;
  max-width: 70%;
}

#page-main {
  flex: 1 1 auto;
  margin: 0 auto;
  /* max-width: 1500px;  Anpassen auf maximale weite  */
  width: 100%;
  display: flex;
  flex-direction: column;
}

.slider-container {
  padding: 1em;
  position: relative;
}
.slider-wrapper {
  padding: 40px 20px;
}

.slider-wrapper-item {
  outline: none;
  padding: 10px;
}

.slider-item {
  display: flex;  
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
}

.slider-item-txt-combination {
  flex: 1 1 auto;
}

.slider-item header {
  display: flex;
  /*margin-bottom:20px;*/
}

.slider-item .slider-item-title {
  padding: 20px 20px 0;
  align-self: center;
}

.slider-item .slider-item-title .title-t1 {
  text-transform: uppercase;
  color: #bd1320;
  white-space: nowrap;
  display: block;
  padding-right:0.25em;
}
.slider-item .slider-item-title .title-t1 > span {
  color: #b59847;
}
.slider-item .slider-item-title .title-t2 {
  color: #3c3c3b;
  display: block;
  font-weight:normal;
}

.slider-item-image {
  margin: 0 auto;
  flex: 0 1 265px;
  display: none;
}

.slider-item-icon {
  min-width: 40px;
  flex: 0 0 40px;
}

.slider-item .slider-item-image img {
  border: 15px solid #ccc;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0px #6b6b6b;
}

.slider-item .slider-item-txt {
  margin: 0;
  max-width: 600px;
}
.slider-item-txt > p {
 margin-bottom: 5px;
}
.slider-item-txt > a.more-link {
 font-weight: bold;
}

.slick-prev,
.slick-next {
  color: #9c9c9c;
  font-size:16px;
  width:50px;
  height:80px;
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display:none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus{
  color: #bd1320;
}



.category-container {
  background-color: #eae8e4;
  position: relative;
}

.offers-container {
  padding: 1em;
  position: relative;
}

.content-container {
  flex: 1 1 auto;
}

.info-container {
  padding: 1em;
  position: relative;
  flex: 1 1 auto;
   
}

#page-footer {
  background-color: #eae8e4;  
  padding: 2em 1em;
  text-align: right;
  border-top: 1px solid #fff;
  margin-top: 3em;
}


.font-cinzel {
  font-family: 'Cinzel', serif;
}

.font-osc {
  font-family: 'Open Sans Condensed', sans-serif;
}

.font-osr {
  font-family: 'Open Sans', sans-serif;
}

.font-ossb {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

/* NAV */

.nav-main {
  display: none;
}
.nav-main.active {
  display: block;
  position:absolute;
  background-color: rgba(255, 255, 255,0.9);
  width:100%;
}

.nav-main.active > li {
margin:0.5em;
}

.menu-link {
  display: block;
  padding: 6px 8px;
  font-size: 1.75em;
  top: 0;
  color: #3c3c3b;
  box-sizing: border-box;
  height:50px;
  position: absolute;
  right:0;
  
}

.kachel-container {
  margin-bottom: 10px;
}

.sortiment-list {
  margin:0;
  padding:0;
  list-style:none;
  display: flex;
  flex-wrap:wrap;
  /*justify-content: space-between;*/
  justify-content: flex-start;
}

.sortiment-list.layout-130 {
  justify-content: center;
}

.sortiment-list > li {
  max-width: 50%;
  box-sizing: border-box;
  padding:20px;
  flex: 1 1 auto;
}

.sortiment-list.layout-130 > li {
  padding: 4px;
}

.sortiment-image {
  display: none;
}

.sortiment-list.layout-120 .sortiment-image {
    display: block;
}
.sortiment-list.layout-130 .sortiment-image {
    display: block;
}

.sortiment-list.layout-120 .sortiment-image a:hover img {
    transform: scale(1.05);
}
.sortiment-list.layout-130 .sortiment-image a:hover img {
    transform: scale(1.05);
}



.sortiment-image img {
  border: 15px solid #fff;
  box-sizing: border-box;
}

.layout-130 .sortiment-image img {
  border: 2px solid #fff;
}

.sortiment-list.layout-120 .sortiment-image a:hover img.bild-1,
.sortiment-list.layout-120 .sortiment-image img.bild-1 {
    display: block;
}
.sortiment-list.layout-120 .sortiment-image a img.bild-1 {
    display: none;
}
.sortiment-list.layout-120 .sortiment-image a:hover img.bild-2,
.sortiment-list.layout-120 .sortiment-image img.bild-2 {
    display: none;
}
.sortiment-list.layout-120 .sortiment-image a img.bild-2 {
    display: block;
}

.sortiment-list.layout-130 .sortiment-image a:hover img.bild-1,
.sortiment-list.layout-130 .sortiment-image img.bild-1 {
    display: block;
}
.sortiment-list.layout-130 .sortiment-image a img.bild-1 {
    display: none;
}
.sortiment-list.layout-130 .sortiment-image a:hover img.bild-2,
.sortiment-list.layout-130 .sortiment-image img.bild-2 {
    display: none;
}
.sortiment-list.layout-130 .sortiment-image a img.bild-2 {
    display: block;
}

.sortiment-list.layout-120 .sortiment-text h3 {
    display: none;
}

.sortiment-list.layout-130 .sortiment-text h3 {
    display: none;
}

.sortiment-text > p {
  display: none;
  margin-bottom: 5px;
}

.sortiment-text > a.more-link {
  display: none;
}

.sortiment-content {
  display: flex;
  flex-direction: column;
  /*padding-top:20px; */
}

.sortiment-icon {
  background-color: #fff;
  height: 120px;
  width: 120px;
  min-width: 80px;
  box-sizing: border-box;
  padding: 10px;
  flex: 1 0 auto;
}

.sortiment-text  {
  flex-grow: 10;
}

.sortiment-icon img {
  margin: 0 auto;
  max-height: 100%;
}

h1 {
  margin: 0;
  padding: 30px 20px 10px;
  color: #bd1320;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 2em;
}

h2 {
  margin: 0;
  padding: 30px 20px 10px;
  color: #bd1320;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 2em;
}

h3 {
  margin: 0;
  color: #bd1320;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

h1 + h2 {
  font-size: 1.5em;
  padding-top: 0;
}

.ce-headline-center {
  text-align: center;
}

.frame-space-after-large {
  margin-bottom: 3rem;
}

.logo-small {
  width: 220px;
}

.logo-large {
  display: none;
  width: 260px;
}

.sortiment-text h3 {
  font-size:0.875em;
  padding: 5px 0;
}


/* Responsive Iframe */
.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}


.article-list {
  margin:0;
  padding:0;
  list-style:none;
}

/* ARTIKEL-ITEM */
.article-item {
 display:flex;
  /*flex-wrap: wrap;*/
  margin: 1rem 0;
  padding: 1rem;
  flex-direction:column;
  box-sizing: border-box;
}
.article-item:nth-child(even) {
  background-color: #fdfdfd;
}
.article-item:hover {
  background-color: #eae8e4;
}
.article-item dl {
  margin:0;
  padding:0;
  display:flex;
}
.article-item dl dt {
  width: 160px;
  box-sizing:border-box;
}
.article-item dl dd {
  margin-left: 0;
  width: 70%;
  box-sizing:border-box;
}
.article-image {
width: 240px;
height: 240px;
flex: 0 1 auto;
padding: 10px;
}
.article-image img {
 max-height: 100%;
  margin: 0 auto;
}
.article-item-content {
  flex: 1 1 50%;
  padding: 10px;
  position: relative;
}

.article-item-number {
font-size:0.875em;
}
.article-item-title h3{
margin-bottom: 0.5em;
}
.article-item-title h3 span {
font-weight: normal;
}

h3 ~ h4 {
    margin-top:0.25em;
}

.frame-space-after-small { margin-bottom: 1em; }
.frame-space-before-small { margin-top: 1em; }

.frame-space-after-medium { margin-bottom: 2em; }
.frame-space-before-medium { margin-top: 2em; }

.frame-type-html {
  padding-left: 20px;
  padding-right: 20px;
}

.frame h3,
.frame h4,
.frame h5 {
 padding: 0 20px;
}

.frame .article-item-title h3,
.frame .article-item-title h4,
.frame .article-item-title h5 {
  padding: 0;
}


.ce-bodytext > p {
  padding: 0 20px;
}


input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select {

    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    padding: 4px;
    width: 100%;

}
html, button, input, select, textarea {

    font-family: "Open Sans",Arial,Helvetica,sans-serif;

}
textarea, input, input[type="search"], select {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
button, input, optgroup, select, textarea {
    line-height: 1.55;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.75rem;
    width: 100%;
}

input[type="checkbox"], input[type="radio"] {
  margin: 0.5rem 0.25rem;
}

.btn {
  padding: 0.75rem 1rem;
  cursor: pointer;
}
.btn:hover {
  color: #fff;
  background-color: #bd1320;
}

.frame-type-form_formframework form {
  padding: 0 1.25rem;
}


.tx-powermail .powermail_form h3 {display:none;}
.powermail_fieldset {border:none; padding: 0 20px;}
.powermail_fieldset legend {display:none;}
.powermail_fieldwrap {
 margin: 0.5em 0;
}
.tx-powermail .nolabel label.powermail_label { display:none; }

.tx-powermail .powermail_fieldwrap_va {
    margin-bottom: 1em;
 }
.tx-powermail .powermail_fieldwrap_va .checkbox {
  margin:0.5em 0;
  padding:0.25em;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.tx-powermail .powermail_fieldwrap_va .checkbox:hover {
  background-color: #eee;
}
.tx-powermail .powermail_fieldwrap_va .checkbox label {
  display: block;
}


span.article-sold-out2 {
  font-weight: bold !important;
  color: #3c3c3b;
  display: inline-block;
  margin-top: 0.5rem;
}
.va-price {
  font-style: italic;
  background-color: #bd1320;
  color: #fff;
  padding: 0.5rem 0.75rem;
  font-weight: bold;
  font-size: 1.1em;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.va-price-variant {
  font-size: 0.75em;
}

.va-price-hidden {
  display:none;
}
.frame-layout-120 .va-price-hidden {
  display:inline-block;
}

.frame-layout-120 .description,
.article-item-type-100 .description,
.article-item-type-110 .description {
  padding-bottom: 1rem;
}


.ce-intext.ce-right .ce-gallery {
  margin-left: 20px;
  margin-right: 20px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-check {
  margin: 0.25rem 0;
}

.sortiment-list.layout-130 > li {
  max-width: 24%;
}

@media screen and (min-width:480px) {
  .sortiment-list.layout-120 > li {
    max-width: 33.33%;
  }
  .sortiment-list.layout-130 > li {
    max-width: 16%;
  }
}

@media screen and (min-width:640px) {
  
  .sortiment-list.layout-120 > li {
    max-width: 25%;
  }
  
  .sortiment-list.layout-130 > li {
    max-width: 12%;
  }
  
  
  #page-header-top {
    display: block;
  }

  #page-header-logo {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    box-shadow: 2px 2px 8px 0px #6b6b6b;
  }

  .logo-large {
    display: block;
  }

  .logo-small {
    display: none;
  }

  .menu-link {
    left: 0;
    right: auto;
  position:relative;
  }

  #page-header-nav {
    background-color: #eae8e4;
  }

  .page-header-slogan {
    font-size: 3em;
    max-width: 90%;
  }

  .sortiment-text  {
    margin-left: 20px;
  }

  .sortiment-text > p {
    display: block;
  }

  .sortiment-text > a.more-link {
    display: inline-block;
    font-weight: bold;
  }

  .sortiment-content {
    flex-direction: row;
  }


.sortiment-text h3 {
  font-size:1.2em;
}

  .slider-item {
    flex-direction: row;
  }

  .slider-item-txt-combination {
    width: 80%;
  }

.slider-item-image {
  display: block;
}

  .slider-item-icon {
   /* min-width: 80px; */
    flex: 0 0 auto;
  }
  
  .slider-item .slider-item-txt {
    margin: 0 100px 0;
  }

.article-item {
  flex-direction:row;
}

}




@media screen and (min-width:960px) {
    
    .sortiment-list.layout-120 > li {
        max-width: 16.66%;
    }
    
    .sortiment-list.layout-130 > li {
        max-width: 8%;
    }
    
  .nav-main,
.nav-main.active {
    margin:0;
    padding:0;
    list-style:none;
    display: flex;
    line-height: 50px;
  background-color: transparent;
  }
  a.shorty {
    cursor: default;
  }

  .menu-link {
    display:none;
  }

  .sortiment-list > li {
    max-width: 25%;
  }

  .sortiment-image {
    display: block;
  }

  .sortiment-icon {
    background-color: transparent;
    width: auto;
    padding: 0;
  }

  .sortiment-content {
    padding-top: 20px;
  }

  .sortiment-text  {
    margin-left: 10px;
  }

  .slider-item .slider-item-title .title-t1,
  .slider-item .slider-item-title .title-t2 {
    display: inline-block;
     font-size: 2em;
  }

#c297 div.ce-bodytext {
    display: flex;
    flex-wrap: wrap;
}
#c297 div.ce-bodytext p {
    flex: 1 1 30%;
}

}


/*
@media screen and (min-width:1500px){
  
  #page-header-main {
    height: 600px;
  }

}
*/




/* ########################################################################## */
/* # EOF layout.css */
/* ########################################################################## */