
:root {
    --color-bg-light: #e3ece2;
    --color-bg-light-hover: #CBDBC7;
    --color-orange: #E08752;
    --color-button: #5c523e;
    --color-button-hover: #373125;
    /* original */
    /*--color-accent: #40352b;
    --color-accent-light: #645443;*/
    --color-accent: #373125;
    --color-accent-light: #5c523e;
    --color-text: #3A3A39;
    --color-text-accent: #5d8856;
    --color-text-accent: #557D4F; /* besser für WCAG AAA */
    --font: 'Noto Sans', 'Arial Narrow', Arial;
    --font-accent: 'Yanone Kaffeesatz', 'Arial Narrow', Arial;
    --color-text-dim: #909090;
    --color-light-border: #acacac;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-stretch: condensed;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: var(--color-text-accent);
    font-weight: 400;
}

p {
    margin-bottom: 0.6em;
}

p.small {
    font-size: 0.9rem;
    color: var(--color-text-dim);
    margin-bottom: .1em;
    font-weight: 300;
}

img.fr-dib {
    display: block;
    max-width: 100%;
    margin: 3% 0 4% 0;
    width: 100%;
}

img.fr-dii {
    display: block;
    max-width: 100%;
    margin: 4% 0 4% 0;
    width: 100%;
}

img.top-margin {
    margin-top: 35px !important;
}

html {
    font-family: var(--font), sans-serif;
    font-size: 18px;
    font-weight: 300;
}

body {
    color: var(--color-text);
}

h1 {
    font-family: var(--font), sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 110%;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page.news h1 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
}
h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
}

.text-left {
    text-align: left;
}

.text-centered {
    text-align: center;
}

h2 {
    font-family: var(--font), sans-serif;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 5px;
}

strong {
    font-weight: 600;
}
em {
    font-style: italic;
}

.text-dim {
    font-size: 16px;
    color: #808080;
}

a.page-content,
section.news-list-home article a,
section.news-list article a,
.page-content a {
    color: var(--color-text-accent);
}

.page-content h3 {
    font-weight: 600;
    margin-top: 1em;
}

p + h2 {
    margin-top: 1.5em;
}

h2.divider  {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text);
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-light-border);
    margin-bottom: 25px;
    font-weight: 300;
}


.page-content ul {
    list-style-type: disc;
    margin-left: 1.5em;
    margin-bottom: 0.8em;
}

.page-content ul li {
    margin-bottom: 0.3em;
}

.page-content img.widescreen {
    margin-bottom: 1em;
    width: 100%;
}

body.detail nav#main-navigation {
    height: 300px;
}

.body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.8em 0;
}

.body ul li {
    padding-left: 1em;
    text-indent: -.7em;
    margin-bottom: 0.3em;
}

.body ul li::before {
    content: "• ";
    color: var(--color-text-accent);
}

nav#main-navigation {
    width: 100%;
    height: 300px;
    background-image: url('/styles/images/header-2026.avif');
    background-size: cover;
    position: relative;
}

nav#main-navigation a#logo {
    background-image: url('/styles/images/logo-2026.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 180px;
    margin: 0 auto;
    display: block;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.4);
}

nav#main-navigation ul {
    display: none;
}

nav#main-navigation div.info-button {
    display: none;
}

.collapsed {
    display: none;
}

nav#mini-navigation {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    z-index: 100;
}

nav#mini-navigation a {
    color: rgba(255, 255, 255, 1);
}

nav#mini-navigation a#mini-logo {
    display: none;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
    width: 80px;
    height: 117px;
    background-size: contain;
    background-image: url(/styles/images/logo-mini.png);
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    line-height: 1;
}

a#mini-cart {
    color: white;
    font-size: 24px;
    padding: 0px 10px;
    display: block;
    float: left;
    font-weight: 500;
    position: relative;
    margin-right: 10px;
}

a#mini-cart span {
    position: absolute;
    padding-top: 8px;
}

a#offcanvas-menu,
a#offcanvas-menu-mini {
    display: block;
    width: 30px;
    margin: auto 0 auto auto;
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

a#offcanvas-menu-mini {
}

a#offcanvas-menu-mini:before {
    content: " Menü";
    position: absolute;
    left: -74px;
    top: 5px;
    margin: auto 0 auto 10px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}

a#offcanvas-menu {
    position: absolute;
    bottom: 15px;
    right: 20px;
}


a#offcanvas-menu span.bar,
a#offcanvas-menu-mini span.bar {
    background-color: var(--color-text);
    display: block;
    float: left;
    height: 3px;
    margin-left: 0;
    margin-top: 6px;
    width: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#offcanvas-menu.toggled span:first-child,
#offcanvas-menu-mini.toggled span:first-child {
    transform: translateY(10px) rotate(45deg);
}

#offcanvas-menu.toggled span,
#offcanvas-menu-mini.toggled span {
    transform-origin: center center 0;
}

#offcanvas-menu.toggled span:nth-child(2),
#offcanvas-menu-mini.toggled span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#offcanvas-menu.toggled span:last-child,
#offcanvas-menu-mini.toggled span:last-child {
    transform: translateY(-10px) rotate(-45deg);
}

.sidr-open #sidr-body-overlay {
    display: block;
}

#sidr-body-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999998;
}
a#mini-cart {

}

a.document img.icon_attachment {
    width: 30px;
    float: left;
    margin-right: 10px;
}

a.document{
    display: inline-block;
    padding-bottom: 15px;
}

a.document span {
    display: inline-block;
    margin-top: 3px;
}

.fr-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

span.fr-video {
    margin-top: 20px;
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    background-size: cover;
    display: block;
}
div.lexicon-list,
div.page,
div.product,
div.contact,
section {
    padding-right: 20px;
    padding-left: 20px;
}


div.intro {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
}

div.intro h1,
div.intro strong {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    line-height: 100%;
    display: inline-block;
    color: var(--color-text-dim);
}

div.intro p {
    font-size: 19px;
    color: var(--color-text-dim);
    font-weight: 400;
    font-family: 'Sofia Sans Condensed', sans-serif;
}

div.page article {
    margin-bottom: 30px;
}

/*******************************************/
/* Slides
/*******************************************/
.swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mySwiper {
    margin-top: 10px;
    margin-bottom: 30px;
}
.mySwiper .swiper-slide {
    border: 4px solid #FFFFFF;
    border-radius: 50%;
}
.mySwiper .swiper-slide img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.mySwiper .swiper-slide-thumb-active {
    border: 4px solid #495f5b;
}

.swiper-slide .button {
    margin-left: auto;
}

.swiper-wrapper {
}
.swiper-container {
    margin: 0;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    align-items: stretch;
    height: auto;
}

.swiper-slide a {
    margin: 0;
    display: flex;
    width: 100%;
    /*background-color: rgba(72,95,91,1);*/
}
.swiper-slide a img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.swiper-slide {
    margin: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: nowrap;
    align-content: stretch;
}
.mySwiper2 {
    border: 1px solid var(--color-text);
}
.swiper-slide .slide-text {
    color: var(--color-text);
    position: relative;
    padding: 30px 30px;
    width: 100%;
    height: 100%;
}

.swiper-slide .slide-text p {
    margin-top: .8em;
    margin-bottom: 1em;
}
.swiper-slide .slide-text strong {
    font-size: 24px;
    margin-bottom: 1rem;
    display: block;
}
.swiper-slide .slide-text span {
    font-size: 20px;
    display: block;
}
.swiper-button-next,
.swiper-button-prev {
    width: 47px;
    height: 64px;
}
.swiper-button-next,
.swiper-button-prev {
    color: white;
}
/*

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 265' style='enable-background:new 0 0 150 265;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23FFFFFF;' points='124.9,13.3 144.8,33.1 44.8,133 144.8,233 124.9,252.8 5.2,133 '/%3E%3C/g%3E%3C/svg%3E ");
}
.swiper-button-next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 265' style='enable-background:new 0 0 150 265;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23FFFFFF;' points='25.1,252.8 5.2,233 105.2,133 5.2,33.1 25.1,13.3 144.8,133 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
*/

.swiper-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.swiper-slide img {
    max-width: 100%;
}

.swiper-pagination {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.swiper-pagination-bullet {
    width: 35px;
    height: 6px;
    opacity: 1;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid var(--color-text-accent);
    margin: 0 5px 0 0 !important;
}

.swiper-pagination-bullet-active {
    background: var(--color-text-accent);
}
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: white;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: white;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    gap: 20px;
    /*justify-content: space-between;*/
}

.grid {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    margin-left: -50px;
    margin-top: 25px;
}

.grid .item {
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-bottom: 50px;
}

.full,
.half {
    width: 100%;
}

iframe {
    margin-bottom: 35px;
}

section.product-category-list {
    margin-bottom: 3em;
}
section.product-list {
    margin-bottom: 2em;
}

.product-category-list .item.shop-category,
.product-category-list .item.shop-product {
    text-align: center;
    color: var(--color-text);
}
.product-category-list .item.shop-product a{
    color: var(--color-text);
}
.product-category-list .grid .item .title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-category-list .grid .item span.subtitle {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: .4rem;
}
.product-category-list .grid .item .description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1.5em;
}

.product-category-list .grid .item figure {
    margin-bottom: .5em;
}

.product-category-list .grid .item figure img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.product-category-list .grid {
    margin-top: 3em;
}
.category_header {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text);
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-light-border);
    margin-bottom: 25px;
    font-size: 24px;
}

.category_header span.prefix {
    text-transform: none;
}

.category_divider {
    border-bottom: 1px solid var(--color-light-border);
}

.category_header span.color-block {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    vertical-align: -2px;
}
.category_title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.item.shop-product h3,
.item.shop-category h3 {
    margin-bottom: .1rem;
}


section.product-list article {
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
}

@media screen and (min-width: 400px) {
    section.product-list article {
        width: 50%;
    }
}


section.product-list article figure {
    width: 100%;
    min-height: 155px;
    height: auto;
    float: left;
}
section.product-list article figure img {
    float: left;
}

img.pack1 {
    width: 45%;
    margin-right: 2%;
    margin-bottom: 8%;
}

img.pack2 {
    width: 50%;
    margin-top: 15%;
}

section.product-list img.single {
    width: 90%;
    margin-bottom: 0;
}

img.single {
    width: 80%;
    margin-bottom: 0;
}

section.product-list article {
    position: relative;
}


section.product-list article div.title {
    font-size: 26px;
    line-height: 110%;
    font-weight: 500;
    font-family: var(--font), sans-serif;
}

section.product-list article span.price {
    color: #9c9c9c;
    padding-left: 10px;
    float: right;
    display: none;
}

section.product-list article p {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 0;
}

section.product-list .content {
    margin-bottom: 1.5em;
}

section.product-reseller-list div.product-row{
    width: 100%;
    float:left;
    margin-bottom: 7px;
    border-bottom: 1px dotted #c1c1c1;
}

section.product-reseller-list span{
    width: 10%;
    float:left;
    text-align: center;
    display: block;
    margin-top: 5px;
    padding-bottom: 5px;
}

section.product-reseller-list span.order {
    margin-top: 0;
}

section.product-reseller-list div.title-row {
    border-bottom: none;
}

section.product-reseller-list div.title-row span{
    margin-top: 0;
    color: var(--color-light-border);
    font-size: 20px;
    line-height: 130%;
}

section.product-reseller-list span.reference-number{
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    width: 12%;
}

section.product-reseller-list span.title{
    width: 32%;
    text-align: left;
}

section.product-reseller-list span.package-unit{
    width:6%;
}

section.product-reseller-list span.order{
    width: 12%;
}
section.product-reseller-list span.tax{
    width: 8%;
}

section.product-reseller-list div.category-row{
    margin-top: 10px;
    padding-bottom: 3px;
    border-bottom: 2px solid #c1c1c1;
}

section.product-reseller-list div.category-row span.title{
    font-weight: 500;
}

div.page h4 {
    font-size: 26px;
    font-family: var(--font), sans-serif;
    font-weight: 300;
    line-height: 110%;
}


section.news-list h2 a {
    color: var(--color-text) !important;
}
section.news-list h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 40px;
}
section.news-list article {
    margin-bottom: 35px;
    width: 100%;
}

section.news article img.wide,
section.news-list article img.wide{
    margin-bottom: 1.5em;
}

section.news div.date,
section.news-list div.date {
    width: 100%;
    text-align: left;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #757575;
    margin-bottom: 0.6em;
    font-size: 24px;
}


section.news-list article figure,
section.news-list article img,
section.news-list article div.text {
    width: 100%;
}

section.news-list article ul,
section.news-list-home article ul {
    list-style-type: disc;
    margin-left: 1.5em;
    margin-bottom: 0.8em;
}

section.news-list .button {
    margin-bottom: 2em;
}
section.news-list .button:first-of-type {
    margin-right: 1em;
}


/*
NEWS auf Startseite
 */

div.news-list-home-bg {
    background-image: url(/styles/images/news-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 30px;
    padding-bottom: 30px;
}

div.news-list-home-bg p.news-section-head {
    color: white;
    font-family: var(--font), sans-serif;
    font-size: 66px;
    text-align: center;
    margin: 80px 0 60px 0;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
}

section.news-list-home {

}

section.news-list-home article {
    background-color: white;
    display: block;
    margin: 0 0 60px 0;
}

section.news-list-home article .news-imagebox {
    width: 100%;
    display: block;
}

section.news-list-home article .news-imagebox img {
    width: 100%;
}

section.news-list-home article div.news-textbox {
    padding: 1em;
    width: 100%;
}

section.news-list-home article div.news-textbox p.news-headline {
    font-family: var(--font), sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 0.1em;
    text-transform: uppercase;
}

section.news-list-home article div.news-textbox p.news-headline a {
    color: var(--color-text-accent) !important;
}

/**
INFO-Texte aus Startseite
 */



section.info-list-home {

}

section.info-list-home p.info-section-head {
    font-family: var(--font), sans-serif;
    font-size: 66px;
    line-height: 110%;
    text-align: center;
    margin: 40px 0 40px 0;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
}

section.info-list-home article {
    background-color: white;
    margin: 0 0 60px 0;
}

section.info-list-home article .info-imagebox {
    width: 100%;
    display: block;
    margin: 0;
}

section.info-list-home article .info-imagebox img {
    width: 100%;
}

section.info-list-home article div.info-textbox {
    width: 100%;
    padding: 0 0 2em 0;
}

section.info-list-home article div.info-textbox h2 {
    font-family: var(--font), sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 0.1em;
    text-transform: uppercase;
}

/*
PRODUKTANSICHT
 */

div.product div.half {
    position: relative;
    margin-bottom: 3em;
}

div.product div.half img {
    width: 100%;
    margin-bottom: 2em;
}

div.product p.info {
    margin-top: 2em;
    font-size: 0.85rem;
}

div.product article div.half em {
    font-size: 16px;
}

div.product article h1 {
    margin-bottom: 5px;
}

div.product article span.subtitle {
    display: block;
    font-size: 20px;
    margin-bottom: .8em;
}

div.product article div.price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

div.product article div.price:first-of-type {
    margin-top: 2em;
}

div.product article div.price figure {
    width: 150px;
}

div.product article div.price strong {
    display: block;
    margin-bottom: .2em;
    font-size: 1rem;
}

div.product article div.price div.info {
    width: 50%;
}

div.product article div.price div.info p.text-dim {
    margin-top: 1em;
}

div.product article div.price form {
    width: 50%;
    padding-left: 10px;
    text-align: right;
}

div.product article div.price form span {
    display: inline-block;
    margin-right: 5px;
}

div.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

div.gallery a {
    display: block;
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
}

div.gallery a img {
    width: 100%;
}

a.lexicon-link:after{
    content: ", ";
}

a.lexicon-link:last-of-type:after{
    content: "";
}

a.lexicon-link {
    font-weight: 500;
    color: var(--color-text-accent);
}
div.lexicon-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4em;
}
div.lexicon-list h2 {
   width: 100%;
}

div.lexicon-list a {
    display: block;
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
}

div.lexicon-list a p {
    font-size: 1rem;
    line-height: 110%;
    font-weight: 500;
    font-family: var(--font), sans-serif;
}

div.lexicon-list a img {
    width: 100%;
}

h5 {
    font-family: var(--font), sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
span.button,
a.button {
    display: inline-block;
    border: none;
    background-color: var(--color-bg-light);
    color: var(--color-text);
    font-family: var(--font), sans-serif;
    font-size: 16px;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 5px;
    line-height: 110%;
    text-align: center;
    font-weight: 300;
    box-shadow: .5px .5px 2px rgba(0,0,0,0.6);
}

.cart a.button {
    margin-bottom: 20px;
}

form button {
    border: none;
    background-color: var(--color-bg-light);
    color: var(--color-text);
    font-family: var(--font), sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 3px 15px;
    cursor: pointer;
    border-radius: 5px;
    line-height: 110%;
    text-align: center;
    box-shadow: .5px .5px 2px rgba(0,0,0,0.6);
}

.button.button-orange {
    background-color: var(--color-orange);
    color: white;
}

.button.button-orange:hover {
    background-color: var(--color-orange);
}

form button:disabled {
    background: #a2a2a2;
    cursor: not-allowed;
}

form button.prev-next, form button.submit{
    margin-top: 15px;
}

form#contact, form#login, form#product-reseller, form.newsletter-unsubscribe-form {
    margin-bottom: 50px;
}

a.button:hover,
form button:hover {
    background-color: var(--color-bg-light-hover);
}

div#credit-card-fields iframe {
    margin-bottom: 0;
}

/* remove standard-styles */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance: none; */
    border-radius: 0;
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
    display:none;
}

.lt-ie10 select {
    background-image: none;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea, select {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 500;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #FFFFFF;
    height: 36px;
    width: 90%;
    padding: 7px;
  /*  -webkit-box-shadow: inset 0 0 2px 0 rgba(213,213,213,0.6);
    -moz-box-shadow: inset 0 0 2px 0 rgba(213,213,213,0.6);
    box-shadow: inset 0 0 2px 0 rgba(213,213,213,0.6);*/
}

form label{
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 5px;
}


form label:first-of-type{
    margin-top: 0;
}


form div.checkbox {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

form div.small {
    width: 100%;
    padding-top: 5px;
}

form input.error, form textarea.error {
    border: 1px solid #CC0000;
}

span.validatormessage{
    display: none;
}

form#orderform span.validatormessage{
    display: block;
    color: #CC0000;
    width: 100%;
}

form#login span.validatormessage{
    display: inline-block;
    color: #CC0000;;
}

form input.checkbox-type {
    width: 60%;
}

form input[type="checkbox"] {
    margin-left: 0;
}

label.checkbox input {
    display: none;
}

label.checkbox span {
    border: 2px solid #495f5b;
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    width: 18px;
}

label.checkbox p {
    margin-left:15px;
}

[type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    color: var(--color-text-accent);
    top: -14px;
    left: 1px;
    font-size: 25px;
}

[type=checkbox]:checked + label.checkbox span {
    border: 0.5px solid var(--color-text-accent);
}

select.quantity{
    width: 30%;
    min-width: 50px;
    margin-right: 5px;
    margin-bottom: 15px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333333;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333333;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #333333;
}

textarea {
    height: 120px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #5b7f63;
    -webkit-box-shadow: 0 0 8px 0 rgba(46,93,74,0.4);
    -moz-box-shadow: 0 0 8px 0 rgba(46,93,74,0.4);
    box-shadow: 0 0 8px 0 rgba(46,93,74,0.4);
    outline: none;
}

input[type="text"]:first-of-type, select:first-of-type, input[type="number"] {
    margin-top: 0;
}

select {
    background: rgba(0, 0, 0, 0) url("/styles/images/select-arrow.png") no-repeat scroll right center / 23px auto;
}

select:focus {
    background: rgba(0, 0, 0, 0) url("/styles/images/select-arrow-active.png") no-repeat scroll right center / 23px auto;
}

div.product article div.half div.price em {
    color: #9caea1;
    font-size: 16px;
    display: block;
}

div.product article div.half div.price em a {
    color: #9caea1;
}

.glyphicons-small::before {
    padding: 0;
    padding-bottom: 4px;
}

span.missingalv {
    margin-left: 15px;
    color: #a30000;
}

.glyphicons {
    vertical-align: middle;
}

#cart-box {
    background-color: var(--color-bg-light);
    color: var(--color-text);
    text-align: center;
    padding: 6px 20px;
    font-size: 18px;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

#cart-box.flash {
    background-color: var(--color-text-accent);
}

#cart-box p {
    margin-bottom: 0;
}

#cart-box span {
    width: 100%;
    display: block;
}

#cart-box span.divider {
    display: none;
}

#cart-box a {
    color: black;
    font-weight: 500;
}

footer {
    background-color: var(--color-bg-light);
    padding: 20px 20px;
    width: 100%;
    clear: both;
    margin-top: 20px;
    font-size: 16px;
}

footer div.address address {
    font-style: normal;
}

footer h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 10px;
}

footer div.address h3 {
    font-size: 20px;
}

footer div {
    width: 100%;
    margin-bottom: 1.5em;
    font-style: normal;
}

footer div.links ul {
    width: 80%;
    margin-bottom: 20px;
}

footer div.links p.social-links a {
    display: inline-block;
    margin-right: 5px;
    font-size: 32px;
}

footer div.links ul li {
    padding: 5px 0;
    border-bottom: 1px solid var(--color-text);
}

footer div.links ul li a {
    width: 100%;
}

footer a {
    color: inherit;
    padding: 2px 0;
    display: block;
}

.sidr {
    background-color: var(--color-accent);
    font-family: var(--font), sans-serif;
    color: #fff;
}

.sidr ul li {
    margin-top: 20px;
}
.sidr ul li.shop-nav {
    margin: 5px 0;
    padding-left: 15px;
}
.sidr ul li.shop-nav a {
    margin: 5px 0;
    font-size: 18px;

}
.sidr a {
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    display: block;
    line-height: 130%;
}

.quote h3 {
    margin-top: 1em;
    color: #9caea1;
    margin-bottom: 90px;
}

.quote p {
    font-style: italic;
}

.quote .category_header {
    border-top: 1px solid var(--color-light-border);
    padding-top: 0.8em;
}

/*******************************************/
/* Comments
/*******************************************/

.comments-title {
    font: 700 34px/1 var(--font), sans-serif;
    margin-bottom: 28px;
    text-align: center;
}

form#comment-form {
    width: 100%;
    margin: 0 auto;
}

#form-more {
    display: none;
}

form#comment-form textarea,
form#comment-form input {
    width: 100%;
}

form#comment-form input#name {
    margin-top: 0.2em;
}

form#comment-form input#email {
    margin-top: 0.5em;
}

.comment-author {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.comment-author span {
    font-weight: 500;
}

ol.comments{
    display: block;
    margin-bottom: 2em;
}

ol.comments li {
    margin-bottom: 2em;
}
.show {
    display: block !important;
}

/*******************************************/
/* Gallery
/*******************************************/

#gallery {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    margin-bottom: 35px;
    width: calc(100% + 30px);
    margin-left: -30px;
}

#gallery .item {
    width: calc(100% - 30px);
    margin-left: 30px;
    margin-top: 15px;
    overflow: hidden;
}

#gallery.flex.lageplan .item {
    margin-left: auto;
    margin-right: auto;
}

#gallery .item  img{
    width: 100%;
}

.square {
    text-align: center;
    display: block;
    background-color: #BAD0BC;
    color: #637E65;
    height: 100%;
    padding: 20px;
}

.square .glyphicons {
    font-size: 36px;
}

.missing {
    color: #a30000;
}