:root {
  --brandcolor: rgba(184,24,24,1);
  --brand-color-2: rgba(184, 24, 24, 0.8);
  --brand-color: rgba(184, 24, 24, 1);
  --card-spacer-y: .5rem;
  --card-spacer-x: .5rem;
  --card-title-spacer-y: 0.5rem;
  --card-border-width: 1px;
  --card-border-radius: .5rem;
  --card-box-shadow: 0 2px 15px -3px rgba(0,0,0,0.2),0 10px 20px -2px rgba(0,0,0,0.1);
  --card-inner-border-radius: calc(.5rem - 1px);
  --card-cap-padding-y: 0.75rem;
  --card-cap-padding-x: 1.5rem;
  --card-cap-bg: hsla(0,0%,100%,0);
  --card-bg: #fff;
  --card-img-overlay-padding: 1.5rem;
  --card-group-margin: 0.75rem;
  --card-height: 410px;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.h-100 {
  height: 100% !important;
}
@font-face {
  font-family: 'Merriweather';
  src: url('/templates/fs_v5/themes/snackys/fonts/Merriweather-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Varela';
  src: url('/templates/fs_v5/themes/snackys/fonts/varela.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
    font-family: 'Varela', sans-serif;
}
#footer.mt-md {
    margin-top: 0 !important;
}
.mgm .mgm-fw:hover .mgm-c, .mgm .dropdown-multi:hover .mgm-c {
    margin-top: 1px;
}

.hidden, .control-hidden {
    display: none !important;
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
    left:20px;
    right: auto;
}

#content-wrapper.mw-container {
    margin-bottom: 2rem;
}

input, button, select, textarea{
    font-family: 'Varela', sans-serif;
}
.mgm .home-icon svg {
    width: 4rem;
    height: 2rem;
    position: relative;
    top: -.1rem;
    fill: #fff;
    stroke-width: 1px;
    stroke: #fff;
    transition: .3s ease;
}
.start {
}
.img-ct:not(.icon) img {
    background: white;
}
.post-module {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--card-bg);
  background-clip: border-box;
  border: var(--card-border-width) solid var(--card-border-color);
  border-radius: var(--card-border-radius);
  margin: var(--card-spacer-y);
  min-height: 166px;
}

.post-module:hover,
.hover {  
  box-shadow: var(--card-box-shadow);
  border-radius: var(--card-border-radius);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  transform: scale(1.1);
  opacity: .6;
  border-radius: var(--card-border-radius);
}
.post-module .thumbnail {
  height: 400px;
  overflow: hidden;
  border-radius: var(--card-border-radius);
  background: rgba(250,250,250);
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background:var(--brandcolor);
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%; 
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: rgba(238,238,238);
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  border-bottom-left-radius: var(--card-border-radius);
  border-bottom-right-radius: var(--card-border-radius);
}
.post-module .post-content .category {
  position: absolute;
  top: -40px;
  left: 0;
  background:var(--brandcolor);
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  margin-bottom: -10px;
  padding: 0 0 10px;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Merriweather';
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color:var(--brandcolor);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Merriweather';
  font-style: italic;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 0 0;
  color:var(--brandcolor);
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color:var(--brandcolor);
  text-decoration: underline;
  
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.start-cards.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  max-width: 1500px;
}
@media (min-width: 768px) {
    .start .row-cols-md-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
}
 
.faq .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--card-bg);
  background-clip: border-box;
  border: var(--card-border-width) solid var(--card-border-color);
  border-radius: var(--card-border-radius);
  box-shadow: var(--card-box-shadow);
  transition: transform 0.5s, box-shadow 0.5s;
  max-width: 350px;
}
.faq .card:hover {
  transform: translateY(-0.5rem) scale(1.025);
  box-shadow: var(--card-box-shadow);
}
.faq .card-img,.faq .card-img-top {
  border-top-left-radius:var(--card-inner-border-radius);
  border-top-right-radius:var(--card-inner-border-radius);
}
.faq .card-title a{
  font-family: merriweather;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--brand-color);
  text-decoration-color: var(--brand-color);
}
.faq .card-text {
  color: #9E9E9E;
  font-family: merriweather;
}


/*
.startitem h2 {
    font-size: 1.7em;
    min-height: 2.5em
}

.startitem h5 {
    min-height: 2em;
    margin-top: .5em
}
*/

.desc-toplist li img {
    max-height: 30px
}

.designer .price span {
    font-weight: 600;
    color: #c02942;
    font-size: 2rem
}

.designer .h4 {
    font-size: 1rem
}

.image-box.designer {
    height: 380px
}

.rahmen img,
.fpd-view-stage {
    position: relative !important;
    border: solid 2px;
    border-bottom-color: #ffe;
    border-left-color: #eed;
    border-right-color: #eed;
    border-top-color: #ccb;
    max-width: 100% !important;
    max-height: 100% !important;
}

.rahmen,
.fpd-product-stage {
    background: url(data:image/png;base64,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);
    border: solid 6px #eee;
    border-color: #eee;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25) inset, 0 2px 5px 2px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    position: relative;
    text-align: center;
    line-height: normal !important;
    &:before {
        border-radius: 2px;
        bottom: -2vmin;
        content: "";
        left: -2vmin;
        position: absolute;
        right: -2vmin;
        top: -2vmin
    }
    &:after {
        border-radius: 2px;
        bottom: -2.5vmin;
        content: "";
        left: -2.5vmin;
        position: absolute;
        right: -2.5vmin;
        top: -2.5vmin
    }
}

.rahmen {
    background: #f3f3f3
}

.designer .image-content {
    box-shadow: 0;
}



#logo {
    height: 100px
}
#logo-footer img {
    max-width: 12.5rem !important;
}


#logo img {
    max-height: 100px;
    width: auto;
}

.left {
    float: left;
}

.left img {
    width: 100%;
    border-radius: 2rem;

}

.start_header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.start_header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #cb1d2d;
    left: 0;
    z-index: 0;
    margin-top: 40px
}
.video-background {
    position: relative;
    display: none; /* gegen slider getauscht */
}
.hero, .panel-slider .htmlcaption {
    position: absolute;
    bottom: 3rem;
    left: 10rem;
    background: transparent;
}
.hero .marker {
    display:none;
    position: relative;
    width: 4rem;
    height: 4rem;
    background: #b81818;
    border-radius: 50%;
    border: .25rem solid white;
    opacity: 0.8;
    margin-left: 100%;
    margin-top: 1rem;
}
.hero .text p, .panel-slider p.desc {
    font-family: 'Permanent Marker', cursive;
    width: 32rem;
    font-size: 3rem;
    color: white;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
    rotate: -5deg;
    line-height: 2.5rem;
    margin-top: 2rem !important;
}
.panel-slider p.desc {
    background: rgba(255,255,255,0.0);
    backdrop-filter: blur(0.2rem);
    padding: 1rem;
    border-radius: 1rem;
}
.hero button, .panel-slider .htmlcaption .title.block {
    background: var(--brandcolor);
    color: white;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: .5rem;
    display: inline;
    box-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
/*
.col-md-3 {
    width: 24%;
}
*/
.start .col-md-3.col-xs-6.left {
    margin-bottom: 1rem;
}

h1,
.h1 {
    font-size: 2rem
}

.hidden-sm.hidden-md.hidden-lg.menu-title.dpflex-a-center.dpflex-j-between.nowrap img {
    width: 66%;
    margin-top: 10px
}

#footer {
    background-color: #1a242f;
    color: #cfcfcf;
    position: absolute;
    width: calc(100vw - 0.66rem);
    left: 0;
}

#footer a {
    color: #cfcfcf !important
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer .h1,
#footer .h2,
#footer .h3,
#footer .h4,
#footer .h5 {
    color: #fff !important
}

#footer-boxes {
    border-bottom: 0;
    padding-top: 1rem !important;
    border: 0;
    border-top: none !important;
}

#footer-boxes>.row {
    justify-content: left
}

.wir {
    margin-top: 20px;
    border-bottom: 1px dotted #eee;
    margin-bottom: 30px;
    padding-bottom: 2rem;
    font-style: italic;
    display: flex;
}

.wir h3 {
    color: #fff;
    margin-top: -5px
}

#content h1 {
    margin-top: 0
}

.start_header h2 {
    display: inline-block;
    padding: .75rem;
    background: #fff;
    position: relative;
    font-size: 2em;
    text-align: center
}

.start_header h2 small {
    font-size: .5em;
    margin-top: -4px
}

.fragen {
    color: #fff;
}
.fragen svg {
    max-height: 1.5rem;
}

.chat-info {
    position: fixed;
    bottom: 14px;
    right: 120px;
    z-index: 3
}

.chat-head {
    position: absolute;
    float: left;
    height: 3em;
    width: 3em;
    margin-top: 300px;
    margin-left: -70px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 9px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 9px 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 9px 4px;
}

.chat-head img {
    width: 2.8em;
    height: 2.8em
}

.chat-bubble {
    float: left;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 10px;
    font-size: .8rem;
    line-height: 1.3;
    margin: 0 auto 60px;
    max-width: 260px;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 9px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 9px 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 9px 4px;
    z-index: 9999999999999 !important
}

.chat-bubble a {
    color: #b81819
}

.chat-bubble .close {
    color: #000;
    margin-top: -5px;
    border: 0;
    font-size: 1rem;
    float: right
}

.chat-bubble p {
    margin: 0 0 10px
}

.chat-bubble strong {
    font-size: 1.2em
}

.chat-bubble p:last-of-type {
    margin-bottom: 0
}

.chat-bubble::after {
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: 0;
    content: "";
    position: absolute;
    left: -12px;
    transform: rotate(90deg)
}

.zammad-chat {
    right: 2em !important;
    bottom: 2em !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important
}

.zammad-chat-header {
    border-radius: 50% !important;
    height: 60px !important;
    padding-top: 8px !important
}

.zammad-chat.zammad-chat-is-open {
    border-radius: 0 !important;
    height: 30em !important;
    right: 1em !important;
    bottom: 1em !important;
    width: 350px !important
}

.zammad-chat.zammad-chat-is-open .zammad-chat-header {
    border-radius: 0 !important
}

.zammad-chat-welcome .zammad-chat-icon {
    width: 40px !important;
    height: 40px !important;
    margin-left: -2px !important;
    margin-top: 2px !important
}

.zammad-chat-is-open .zammad-chat-welcome .zammad-chat-icon {
    width: 2em !important;
    height: 2em !important;
    margin-right: 5px !important;
    margin-top: 5px !important
}

.zammad-chat .zammad-chat-welcome-text,
.zammad-chat .zammad-chat-header-icon-open,
.zammad-chat .zammad-chat-modal {
     /* display: none */
}

.arrow {
    margin-top: 0 !important
}


.card-body button {
    border: 0;
    background: none;
    padding: 10px
}

.formaus {
    padding: 5px
}

.formaus svg {
    height: 50px;
    width: 50px
}

.formaus img {
    width: 50px;
    margin-top: 0
}

#blueprint-canvas {
    margin-bottom: 1em;
    overflow: hidden
}

#grid {
    max-height: 600px;
    overflow: visible;
    position: absolute;
    width: calc(100% - 24px);
    display: none
}

.grid-line-1 {
    stroke: #5b9de3;
    opacity: .6
}

.grid-line-10 {
    stroke: #5b9de3;
    opacity: .8
}

.axis_y {
    transform: rotate(270deg);
    position: absolute;
    float: left;
    margin-top: 270px;
    margin-left: -42px
}

.axis_x {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -26px
}

.maker_canvas {
    padding: 20px;
    width: 100%;
    height: 600px;
    float: left;
    display: block
}

.append_si {
    margin-top: 10px;
    margin-right: -100px;
    float: right
}

#maker_control {
    margin-left: -30px
}

#maker_control .col-md-12 {
    padding-left: 0
}

#maker_control .form-control {
    width: 150px;
    float: right
}

#maker_control label {
    font-style: italic;
    font-size: 1.5em;
    float: left
}

#maker_control .control_panel div {
    margin-top: 10px
}

#maker_control .horizontal {
    height: 8px;
    border-bottom: 1px solid #ecf0f1
}

#formselect_wrapper {
    min-height: 230px;
    max-width: 100%;
    margin-left: -16px
}

#formselect_wrapper h2 {
    font-size: 14px;
    margin-left: 12px
}

#formselect_wrapper button {
    border: 0;
    background: 0;
    padding: 20px;
    padding-bottom: 16px;
    border-radius: 50%
}

#formselect_wrapper button:hover,
#formselect_wrapper button:active,
#formselect_wrapper button:hover svg path {
    background: #f9cdad;
    z-index: 999999
}

#formselect_wrapper button:hover svg path {
    fill: #fff;
    stroke: #fff
}

#formselect_wrapper button:hover svg rect,
#formselect_wrapper button:hover svg polygon,
#formselect_wrapper button:hover svg circle,
#formselect_wrapper button:hover svg ellipse {
    stroke: #fff
}

.strength_select_drop {
    width: 24.5%
}

.strength_select {
    float: right;
    margin-top: -20px
}

#maker_control .strength_select label {
    float: right
}

#text_controls #text_writing {
    width: 100% !important
}

#text_controls #font_writing {
    width: 59% !important
}

#upload_controls {
    padding-left: 0 !important
}

#upload_controls .dxf_upload input {
    width: .1px;
    height: .1px;
    padding: 10px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

#upload_controls .dxf_upload .inputfile+label {
    cursor: pointer;
    display: inline-block;
    margin-top: -2px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: #2c3e50;
    border: 1px solid #2c3e50;
    color: #fff;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#upload_controls .dxf_upload .inputfile+label svg {
    left: calc(50% - 12px) !important
}

#upload_controls .dxf_upload .inputfile:focus+label,
#upload_controls .dxf_upload .inputfile+label:hover {
    background-color: red;
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

#upload_controls .dxf_upload .inputfile+label * {
    pointer-events: none
}

#download_controls {
    margin-top: 20px;
    padding-left: 12px !important
}

#download_controls .dxf_export {
    cursor: pointer;
    display: inline-block;
    margin-top: -2px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: url(img/dxf-file.svg);
    background-repeat: no-repeat;
    background-position: 12px 12px;
    height: 86px;
    width: 146px;
    background-color: #2c3e50;
    border: 1px solid #2c3e50;
    color: #fff;
    white-space: nowrap;
    padding: 10px 60px;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left
}

#download_controls .dxf_export:hover {
    background-color: red;
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.drop_hr {
    display: none
}


#mm-dropdown li.is-lth {
    display: none
}

#category-nav-wrapper .mm-mainlink {
    font-size: 1.25rem;
    padding: .6rem .8rem
}

.megamenu-content .description .row {
    display: none
}

.xs-tel {
    display: none
}

.xs-footer {
    display: none
}





/**** Zuschnittsseite *****/

.zuschnitte_steps {
	width:100%; 
	border: 1px solid #F7F7F7; 
	border-radius: .3rem; 
	padding: 1rem; 
	background: #F7F7F7; 
    margin-bottom: 1rem; 
    overflow:auto;
    position: relative;
    }
  .img-stuhl {
  	padding:0;
    position: absolute;
    bottom: 0rem;
    right: 0rem;
  }
  .img-stuhl img {
  	border-radius:.3rem;
  }
  .steps-padding {
    padding: .25rem;
    float: left;
  }  
.whatfor-padding {
    padding: .25rem;
    float: left;
    width: 20%;
  }
  .steps {
  	padding: 0;
  	overflow: auto;
  	width: calc(100% + 1rem);
  	margin-left: -.5rem;
  }
  .step {
    position: relative;
    overflow: auto;
    border: 1px solid #F7F7F7; 
    border-radius: .3rem; 
    padding: 1rem; 
    background: #F7F7F7; 
    margin: .5rem;
    min-height: 980px;
    padding-bottom: 300px;
  }  
.whatfor {
    position: relative;
    overflow: auto;
    border: 1px solid #F7F7F7; 
    border-radius: .3rem; 
    background: #F7F7F7; 
    margin: .5rem;
    min-height: 800px;
    padding-bottom: 300px;
  }
  .step_icon i {
  	font-size:2rem; 
  	margin-left:-40px;
  	color:#f7f7f7;
  	margin-top:10px; 
  	position:absolute;
  }
  .step_icon.center {
  	text-align: center;
  }
  .step img {
    border-radius: .3rem;
    margin: -1rem; 
    width: calc(100%);
    position: absolute;
    bottom: 1rem;
  }  
.whatfor img {
    border-radius: 1rem;
    width: calc(100%);
    position: absolute;
    left: 0;
    bottom: 0rem;
  }
  .step.final {
    min-height: 300px;
    width: calc(100% - 1.5rem);
    margin-left: .75rem;
    }
  
  .step.final h3 {
    text-align: center;
  }
  .img-kitten {
    position: absolute;
    bottom: 0;
    right: 16px;
  }
  .img-kitten img {
    position: absolute;
    right: 0;
  }
  .whatfor .pointer {
    width: 2rem;
    display: inline-block;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    transform: rotate(-20deg);
    color: #333;
}

/*
.zuschnitte_swatch .label-variation {
	min-width: 200px;
	max-width: 200px;
}
*/
/**** Zuschnittsseite Ende *****/

/**** kategorien ****/
.pl-heading .desc .product-border .img-ct {
  border: none !important;
}
.cat_sample_bilder .item {
    margin:  1rem;
    float: left;
    width: calc(33% - 2rem);
}

.cat_sample_bilder .caption {
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #eee;
    color: #767676;
    text-decoration-skip-ink: auto;
}
.cat_sample_bilder img {
    max-width: 400px;
    border-radius: .8rem
    
}

/**** kategorien ende ****/
/*** artikeldetail ***/

.shortdesc li a, .desc a, .context {
    font-style: italic;
    color: #B81818 !important;
    text-decoration: underline;
    text-decoration-style: dashed;
}
.shortdesc li a:hover, .desc a:hover, .context:hover  {
    font-style: italic;
    color: #B81818 !important;
    text-decoration: underline;
    text-decoration-style: solid;
}
.desc h3 {
    font-family: 'Merriweather', serif;
    color: #B81818 !important;
    font-style: italic;
    text-decoration: underline;

}
.avatar img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  margin-left: -2rem;
  margin-top: -1rem;
}
.review-comment {
    margin-left: 3rem;
}
.var-it .swatches .btn-img.btn-default {
    max-width: 100px;
}

/** artikeldetail ende **/
#tab-wp {
    max-width: 100% !important;
}


/* Polysound Seite */

.cat-header {
    background-color: #e6f2ed;
    float: left;
    border-radius: 1rem;
    padding: 1rem;
    margin: 1rem;
    font-family: 'Merriweather', serif;
    width: calc(100% - 3rem);
}
.cat-header h1 {
    color: #83AF9B;
    text-decoration: underline;
}
.cat-header a {
    font-style: italic;
    color: #B81818 !important;
    text-decoration: underline;
      text-decoration-style: solid;
    text-decoration-style: dashed;

}
.story {
    float: left;
    border-radius: 1rem;
    padding: 1rem;
    margin: 1rem;
    width: calc(33% - 2rem);
    font-family: 'Merriweather', serif;

}
.story h3 {
    text-decoration: underline;
    font-family: 'Merriweather', serif;

}
.story:nth-child(1) {
    background-color: #fef1f0;
}
.story:nth-child(1) h3 {
    color: #f55700;
}

.story:nth-child(2) {
    background-color: #fbecf9;
}
.story:nth-child(2) h3 {
    color: #aa1994;
}
.story:nth-child(3) {
    background-color: #e7f8ff;
}
.story:nth-child(3) h3 {
    color: #006fc6;
}
.story:nth-child(4) {
    background-color: #f1fdf8;
}
.story:nth-child(4) h3 {
    color: #18a46f;;
}
.story:nth-child(5) {
    background-color: #e6f2ed;
}
.story:nth-child(5) h3 {
    color: #83AF9B;
}
.story:nth-child(6) {
    background-color: #ffeec7;
}
.story:nth-child(6) h3 {
    color: #FFC94A;
}

.c-it .img-ct {
    max-width: 200px!important;
}

.breakout {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #1A242F;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    padding-bottom: 2rem;
    margin-top: -5rem;
    width: calc(100vw - 0.4rem);
}
.breakout .col-xs-12 {
    padding-left: 100px;
    padding-right: 100px;
    max-width: calc(2000px + 200px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    width: 100%;
}
.breakout .col-md-3 {
    float:  left;
}
.breakout dd {
    width:  6rem;
    margin: 0 auto;
}
.breakout dd svg path {
    fill: rgba(255,255,255, 0.9)!important;
}
.breakout b, .breakout small {
    text-align: center;
    display: inherit;
    font-family: 'Merriweather';
    font-size: 1.5rem;
    color: rgba(255,255,255, 0.9);
    font-style: italic;
}
.breakout small {
    font-size: 1rem;
    }
#cat-w li.fragen.active .mm-mainlink {
    border-radius: .25rem;
    padding: .7rem 1.25rem;
    display: flex;
}

/* Blog */

.pn-news {
    overflow-wrap: break-word;
}
.pn-news .more {
    max-width: 5.5rem;
    margin-left: 0;
    margin-bottom: 0;
}
#content article {
    font-family: 'Merriweather';
    margin-top: 2rem;
}

#content article nav {
    outline: 3px dashed #F2F1F1;
    border-radius: 1rem;
    padding: 1rem;
    background: #F2F1F1;
    outline-offset: 0.5rem;
    margin-bottom: 2rem;
}
/*
.card-title {
    min-height: 3.4rem;
}
*/
#content article p, #content article li {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #000;
    margin-bottom: 2.5rem;
}
#content article li {
    margin-bottom: 0.5rem;
}

#content article blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
#content article blockquote {
    font-style: italic;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    quotes: "\201C""\201D";
    padding: 2rem;
    border-radius: 1rem;
}
#content article img {
    border-radius: .8rem;
    margin-bottom: 3rem;
}

/* Seite Produkt slider FIX */ 
.snackys-content.news-products .col-lg-2 {
    width: calc(100% / 2) !important;
    min-width: calc(100% / 2) !important;
}

#news-c .panel-title {
    display: block;
}
#news-c {
    margin-bottom: 2rem;
}

math {   
  display: block;
  padding: 1rem;
  border-left: 0.25rem solid var(--brandcolor);
  margin: 2rem;
  font-size: 1.5rem;
}

#content article .cat-header {
    display: flex;
    flex-wrap: wrap;
}
#content article .cat-header img {
    border-radius: 1rem;
}

#content article figcaption {
    margin-top: -1rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-style: italic;
}

/* blog ende */
/* FAQ */


#faq-site, .artikel-faq {
    max-width: 60rem;
    margin: auto;
}
.sub_heading {
    text-align: center;
    font-family: Merriweather;
    font-size: 1.25rem;
    color: #333;
    font-style: italic;  
    margin: 3rem; 
}
#faq-site .accordion {
    padding: 1rem;
    display: flex;
    font-size: 1.2rem;
    align-items: center;
    justify-content: space-between;
    color: #333;
    margin: auto;
    width: 100%;
    background: none;
    border: 0;
}
#faq-site .accordion h3 {
    padding-top: 1rem;
    text-align: left;
}
.artikel-faq .card-header strong {
    font-size: 1.5rem;
    font-size: 1.5rem;
    width: calc(98% - 2rem);
    display: inline-block;
}
#faq-site .accordion::after, .artikel-faq .card-header.card-link.block.collapsed::after {
    content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2MCA2MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjAgNjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KCS5zdDF7ZmlsbDojRkZGRkZGO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8Zz4NCgk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyOCIgY3k9IjMwIiByPSIxOCIvPg0KCTxwYXRoIGQ9Ik0yOCwxNGM4LjgsMCwxNiw3LjIsMTYsMTZzLTcuMiwxNi0xNiwxNnMtMTYtNy4yLTE2LTE2UzE5LjIsMTQsMjgsMTQgTTI4LDEwQzE3LDEwLDgsMTksOCwzMHM5LDIwLDIwLDIwczIwLTksMjAtMjANCgkJUzM5LDEwLDI4LDEwTDI4LDEweiIvPg0KPC9nPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDEiIHBvaW50cz0iMTkuOCwzMCAyNy44LDMwIDM1LjgsMzAgIi8+DQo8cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSIyOCwyMi4xIDI4LDMwLjEgMjgsMzguMSAiLz4NCjwvc3ZnPg0K");
    width: 2rem;
    display: inline-block;
    flex-shrink: 0;
}
#faq-site .accordion.active::after, .artikel-faq .card-header.card-link.block::after {
    content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2MCA2MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjAgNjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KCS5zdDF7ZmlsbDojRkZGRkZGO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8Zz4NCgk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyOCIgY3k9IjMwIiByPSIxOCIvPg0KCTxwYXRoIGQ9Ik0yOCwxNGM4LjgsMCwxNiw3LjIsMTYsMTZzLTcuMiwxNi0xNiwxNnMtMTYtNy4yLTE2LTE2UzE5LjIsMTQsMjgsMTQgTTI4LDEwQzE3LDEwLDgsMTksOCwzMHM5LDIwLDIwLDIwczIwLTksMjAtMjANCgkJUzM5LDEwLDI4LDEwTDI4LDEweiIvPg0KPC9nPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDEiIHBvaW50cz0iMTkuOCwzMCAyNy44LDMwIDM1LjgsMzAgIi8+DQo8L3N2Zz4NCg==");
    width: 2rem;
    display: inline-block;
}
.artikel-faq .card-header.card-link.block::after, .artikel-faq .card-header.card-link.block.collapsed::after  {
    position: absolute;
}





#faq-site .faq_categorie.pt-2 {
  font-family: Merriweather; 
  text-align: center;
  margin: 3rem;
}
/* snacky accordion reset */
.card {
    border: 0;
}
.accordion .card:first-child {
  border-radius:0;
}
.accordion .card-link {
    padding-left: 1rem ;
}
.accordion .card  .card-header span.toggle {
    display: none;
}

#faq-site .faq-box, .accordion .card {
  border: 0 !important;
  border-bottom: 1px solid #eee !important;
  border-left: 4px solid var(--brandcolor) !important;
  border-radius: 0.25rem;
  margin: 2rem 0 !important;
}
.faq-site .accordion .card {
    width: 100%;
}
.faq-site .accordion .card .card-header {
    width: 100%;
}


#faq-site .faq-panel  {
    max-height: 40rem;
    padding: 2rem;

}

#faq-site .faq-panel p {
    width: calc(100% - 2rem);
}
#faq-site .faq-panel a, a.autolinker_link {
  font-style: italic;
  color: #B81818 !important;
  text-decoration: underline;
  text-decoration-style: dashed;
  margin-right: 0.25rem;
}
#faq-site .faq-panel a:hover, a.autolinker_link:hover {
  text-decoration-style: solid;
}
#faq-site #faqSearch {
  border-radius: 1rem !important;
  padding: 1rem !important;
  max-width: 30rem;
  margin: auto ;
  width: 100% !important;
}
#faq-site .input-group.mb-3
{
    margin: 3rem;
}
#faq-site .input-group-prepend, #faq-site hr {
    display: none;
}
#faq-site .accordion.active, #faq-site .accordion:hover {
  background-color: #eee;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}
.glossary-navigation, .letter {
    display: none;
}
.glossary-entry p {
    font-size: 1.25rem;
}
.glossary-entry h2, .glossary-entry h3 {
    font-size: 1.5rem;
    text-align: center;
    font-style: italic;

}

h2.artikel-faq {
    margin-top: 4rem;
}

/* FAQ Ende */



/* pay pal button */

button.btn.btn-ppc.ppc-paypal-button-custom.blue {
    border-radius: .5rem;
}
#ppc-paypal-button-custom-productDetails-wrapper {
  margin-top: .75rem;
  }
#paypal-button-cart-container {
  margin-top: 1rem;
}


.row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
}

#cat-w .mm-mainlink {
  font-weight: 300;
  margin: 0.25rem .25rem;
  border-radius: .25rem;
  padding: .7rem .7rem;
}
#cat-w li.active .mm-mainlink {
}
#cat-w .is-lth .mm-mainlink {
    padding: 0.25rem;
    display: flex;
  }

.col-xl-6 {
    width: 50%;
}
.col-xl-3 {
    width: 25%;
}
.dropdown-menu .image.img-fluid.lazyloaded {
    margin: auto;
}
 #paypal-button-productDetails-container {
    margin-top: .5rem;
 }

#slider-3 {
    width: 100%;
    max-height: 50rem;
}

@media (min-width:1930px) {
    .start .col-md-3.col-xs-6.left {
        min-height: 410px
    }
     #cat-w li:hover > .mm-mainlink {
        border-radius: 3px;
    }
    #cat-w .is-lth .mm-mainlink {
        padding: 0.25rem;
        display: flex;
    }


    #cat-w li:hover > .mm-mainlink {
        border-radius: 3px;        /*padding-bottom: .7rem;*/
    }
    #cat-w .mm-mainlink {
        margin: 0.25rem .25rem;
    }
    .post-module .post-content .category {
        top: -39px;
    }
}

@media (max-width:1600px) and (min-width:1400px) {
    #cat-w .mm-mainlink {
        font-size: 1rem;
        margin: 0.25rem .25rem;
    }
     #cat-w li:hover > .mm-mainlink {
        border-radius: 3px;
    }
    #cat-w .is-lth .mm-mainlink:hover, #cat-w .fragen .mm-mainlink:hover {
        /* padding: 0.7rem 1.25rem; */
    }

}

@media (max-width:1400px) and (min-width:1200px) {
    #cat-w .mm-mainlink {
        font-size: 1rem;
        margin: 0.25rem .25rem;
    }
     #cat-w li:hover > .mm-mainlink {
        border-radius: 3px;
    }
    #cat-w .is-lth .mm-mainlink:hover, #cat-w .fragen .mm-mainlink:hover {
       /* padding: 0.7rem 1.25rem;*/
    }
    #footer {
        margin-left: -50px;
    }

}
@media (max-width:1199px) and (min-width:992px) {
    /*
    .col-md-3 {
        width: 24%;
    }
    */
}
@media (max-width:1199px) and (min-width:768px) {
    #cat-w .mm-mainlink {
        font-size: .85rem;
        margin: 0.25rem .25rem;
    }
    #cat-w li:hover > .mm-mainlink {
        border-radius: 3px;
    }
    #cat-w .is-lth .mm-mainlink:hover, #cat-w .fragen .mm-mainlink:hover {
    }
    .story {
        width: calc(50% - 2rem);
    }
        #footer {
        margin-left: -50px;
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .panel-slider .img-ct picture {
        height: 48.8vw;
    }
    .hero, .panel-slider .htmlcaption {
      position: absolute;
      bottom: 0rem;
      left: 0rem;
      background: transparent;
      transform: scale(0.8);
    }
    .breakout {
        padding-bottom: .5rem;
    }
    .breakout .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
        padding-top: .5rem;
    }
    .breakout .col-md-3 {
        width: 25%;
    }
    .breakout b {
        font-size: 1rem;
    }
    .breakout dd {
      width: 50%;
      max-width: 5rem;
    }
    .breakout small {
      font-size: .7rem;
    }



}

@media (max-width:767px) {
    :root {
        --card-height: 380px;
    }
    .row-cols-sm-2 > * {
      flex: 0 0 auto;
      width: 50% !important;
    }
    #footer {
        margin-left: 0px !important;
    }
    #slider-3 {
        width: 100%;
        max-height: 20rem;
    }
    #extension-container {
        width: 100%;
        max-height: 320px;
    }
    .col-xs-6 {
        width: 50%;
    }
    .breakout {
        margin-top: -2rem;
        padding-bottom: .5rem;
    }
    .breakout .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
        padding-top: .5rem;
    }
    .breakout .col-md-3 {
        width: 25%;
    }
    .breakout b {
        font-size: .8rem;
    }
    .breakout dd {
      width: 50%;
    }
    .breakout small {
      font-size: .5rem;
    }
    .left img {
        border-radius: 1rem;
    }
    #shop-nav {
        margin-bottom: 0;
        margin-top: 0
    }
    #logo {
        height: 60px
    }
    #logo img {
        min-height: 40px;
        margin-right: 0;
        margin-left: 0
    }

    #shop-nav {
        padding: 0
    }
    .mgm-fw.dropdown-style .fa-caret-down:before {
        display: none;
    }
    .start h1 {
        font-size: 1.5rem;
        margin-top: .5rem !important
    }
    .start .left {
       /* min-height: 280px */
    }
    .startitem {
        min-height: 440px
    }
    .xs-tel {
        width: 100%;
        background-color: #f6f6f0;
        display: block !important;
        position: absolute;
        bottom: 74px
    }
    .xs-footer {
        background-color: #eaf1ee;
        padding: 10px;
        display: block !important;
        position: absolute;
        bottom: 0
    }
    .xs-footer .fab,
    .xs-footer .fas,
    .xs-footer .far {
        font-size: 2rem;
        font-weight: 400
    }
    .xs-footer a {
        float: left;
        width: 25%;
        font-size: 2em;
        color: #83af9b;
        text-align: center
    }
    .xs-tel img {
        float: left;
        width: 22%;
        padding: 5px
    }
    .xs-tel p {
        float: left;
        width: 77%;
        padding: 5px
    }
    .chat-head {
        margin-top: 240px;
        margin-left: 10px
    }
    .chat-bubble {
        max-width: 85%;
        float: right
    }
    .chat-info {
        bottom: 0
    }
    .zammad-chat {
        bottom: 6em !important;
        border-radius: 50% !important
    }
    .zammad-chat-header {
        border-radius: 50% !important
    }
    .b2b i .col-xs-12.left {
        margin-left: calc (40% - 8px)
    }
    .b2b .rocket {
        margin-top: 30px;
        max-width: 20%;
        margin-left: 40%
    }
    .startitem img {
        height: 180px
    }
    .startitem h2 {
        height: 50px;
        font-size: 1.1em
    }
    .startitem h5 {
        height: 30px;
        margin-top: 10px;
        font-size: .8em
    }
    .klaro .cookie-modal .cm-modal .cm-header h1 {
        font-size: 1.2em !important
    }
    .klaro .cookie-modal h1,
    .klaro .cookie-modal h2,
    .klaro .cookie-modal li,
    .klaro .cookie-modal p,
    .klaro .cookie-modal ul,
    .klaro .cookie-notice h1,
    .klaro .cookie-notice h2,
    .klaro .cookie-notice li,
    .klaro .cookie-notice p,
    .klaro .cookie-notice ul {
        font-size: 1em !important
    }
    .whatfor-padding {
        width: 50%;
    }
    #extension-container {
        margin-top: 0rem;
    }
    .hero {
        top: 6px;
        left: 10px;
    }

    .hero .text p {
        width: 12rem;
        font-size: 1rem;
        line-height: 0.8rem;
    }
    .hero button {
        margin-top: 0.5rem;
        font-size: 0.8rem;
        padding: 0.5rem;
        width: 10rem;
    }  
    .chat-info {
        position: fixed;
        bottom: 1rem;
        right: 1rem;
        z-index: 3
    }
    .chat-bubble {
        margin-left: 6em;
    }
    .artists .h5, .artists .m0 {
        font-family: 'Merriweather', serif;
        font-size: 2rem;
    }
    .item_desc .image {
        width: 40%;
        margin: 1rem;
    }
    .story {
        width: calc(100% - 2rem);
    }
    .fw-sl .htmlcaption {
        display: inline;
        transform: scale(0.5);
    }
    .panel-slider .htmlcaption {
        bottom: -2rem;
        left: -7rem;
    }
    .cat_sample_bilder .item {
        margin:  1rem;
        float: left;
        width: calc(50% - 2rem);
    }

    .panel-slider .img-ct picture {
        height: 84vw;
    }
    .col-12.col-xl-6.buy-col, .col-12.col-xl-6.as-fs {
        width: 100%;
    }
    .btn-group, .modal-dialog .answer {
      display: flex;
      margin: .5rem 0 !important;
    }




}

@media (max-width:468px) {
    :root {
      --card-spacer-y: .25rem;
      --card-spacer-x: .25rem;
    }

   
    h2,
    .h2 {
        font-size: 1.1rem
    }

    
    .zuschnitte_steps {
        margin-top: 1rem;
    }

    .step {
        height: auto;
        min-height: 100px;
        padding-bottom: 330px;
      }
    .step.final {
        padding-bottom: 360px;
    }
    .step.final img {
        width: 500px;
        max-width: 500px!important;
    }

    .whatfor {
        min-height: auto;
        padding-bottom: 360px;
        border-bottom: 1px solid #b2b2b2;
    }
    .whatfor img {
        bottom: 1rem;
    }
    .whatfor-padding {
        width: 100%;
    }
    .whatfor .pointer {
        bottom: 2rem;
    }
   

    .row-cols-1>* {
        flex: 0 0 auto;
    }

    .post-module .thumbnail {
        height: 200px;
    }
    .post-module .post-content {
        padding: .5rem;
    }
    .post-module .post-content .category {
        top:-34px;
        font-size: .6rem;
        width: 100%;
        padding: 10px 10px;
    }
    .post-module .post-content .title {
        font-size: 1rem;
        margin-bottom: -4px;
    }
    .post-module .post-content .sub_title, .post-module .post-content .post-meta {
        font-size: .5rem;
        padding: 0;
    }

    .title.dpflex-a-center.dpflex-j-between.mb-spacer.mb-small {
        flex-direction: column;
    }
     

    .dropdown-menu.show:not(.variations .dropdown-menu.show) { 
        min-width: 240px;
        transform: translate3d(0px, 42px, 0px) !important;
    }
    .start_header h2 {
      padding: 1rem;
      font-size: 1.2em;
      width: 80%;
    }
    .startitem p {
        font-size: .8rem;
    }
    .startitem h2 {
       height: auto;
    }
    .startitem h3 {
        font-size: .8rem;
        margin-top: .5rem;
    }
    .startitem .img-ct.img-fluid.lazyloaded {
      height: 198.75px !important;
    }
    #newslist .panel-body, #newslist .title.h4  {
        font-size: .8rem;
    }
    #newslist .panel {
        padding: .2rem;
    }
    body {
     font-size: 1rem;
    }
    .col-xl-3 {
        width: 100%;
    }
    
}

#copyright {
    display: none
}

.cm-body strong,
.cm-body b,
.cm-body label,
.cm-body legend {
    color: #fff !important
}
