/* P5 WEB TEMPLATE 3.1 */
/* normalize.css v4.1.1 */
progress,
sub,
sup {
    vertical-align: baseline
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button,
hr,
input {
    overflow: visible
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

a {
    color: #da0e17;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #26272d;
}

.hide,
.hidden,
[hidden] {
    display: none !important;
}

.show,
article {
    display: block;
}

.invisible {
    visibility: hidden;
}

address {
    font-style: normal;
    line-height: inherit;
}

hr {
    border: 0;
    border-top: 0.1rem solid #f4f5f6;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
    box-sizing: content-box;
    height: 0
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.breadcrumb:after {
    content: "";
    display: table;
}

.clearfix:after,
.row:after,
.breadcrumb:after {
    clear: both;
}

.disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.micon,
#nav li.hassub>a:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    display: inline-block;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

p {
    margin-block-start: 0;
    margin-block-end: 0.5rem;
}

/* Styles */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%;
}

body {
    margin: 0;
    background: white;
    color: #26272d;
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    position: relative;
    line-height: 1.6;
    overflow-x: hidden;
}

.disable-hover {
    pointer-events: none;
}

body,
input,
button {
    -webkit-font-smoothing: antialiased;
}

.c {
    width: 96%;
    max-width: 140rem;
    display: block;
    margin: 0 auto;
    position: relative;
}

/* Basics */
.bgcover,
.bgcontain {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bgcontain {
    background-size: contain;
}

.lazyload:not(.lazyvisible),
.lazyloading:not(.lazyvisible),
.overlay-img {
    opacity: 0;
}

.lazyloaded,
.overlay-img.show {
    opacity: 1;
    transition: opacity 300ms;
}

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

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

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

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

h1,
.size1 {
    font-size: 4.8rem;
    line-height: 1.6;
}

h2,
.size2 {
    font-size: 3.0rem;
    line-height: 1.25;
}

h3,
.size3 {
    font-size: 2.0rem;
    line-height: 1.6;
}

h4,
.size4 {
    font-size: 1.8rem;
    line-height: 1.35;
}

h5,
.size5 {
    font-size: 1.6rem;
    line-height: 1.5;
}

h6,
.size6 {
    font-size: 1.4rem;
    line-height: 1.4;
}

@media (max-width: 40rem) {

    h1,
    .size1 {
        font-size: 3rem;
    }

    h2,
    .size2 {
        font-size: 2.4rem;
    }

    h3,
    .size3 {
        font-size: 2rem;
    }

    h4,
    .size4 {
        font-size: 1.6rem;
    }

    h5,
    .size5 {
        font-size: 1.4rem;
    }

    h6,
    .size6 {
        font-size: 1.2rem;
    }
}

.transition,
a,
button,
.button {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color_primary,
#footer li a:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #26272d;
}

.color_secondary,
#footer li a {
    color: #8c8f94;
}

.color_muted,
.breadcrumb-item:before {
    color: #bababa;
}

.color_white_primary {
    color: #fafafa;
}

.color_white_secondary {
    color: #eee;
}

.color_highlight {
    color: #da0e17;
}

.color_highlight_muted {
    color: #759EE8;
}

.color_error,
.error:not(.input) {
    color: #E53935;
}

.input.error {
    border-color: #E53935;
}

.color_correct,
.correct:not(.input) {
    color: #7CB342;
}

.input.correct {
    border-color: #7CB342;
}

section {
    position: relative;
}

.has_divider:after {
    content: '';
    position: absolute;
    width: 96%;
    max-width: 140rem;
    display: block;
    margin: 0 auto;
    background: #f5f5f8;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.1rem;
}

.bg_grey {
    background-color: #f5f4f9;
}

/* End-Basics */
/* Menu */
#header {
    padding-top: 1.9rem;
    position: relative;
    z-index: 10;
    width: 100%;
}

.home #header {
    position: absolute;
    top: 0;
    left: 0;
}

#header .logo {
    float: left;
    width: 12.4rem;
}

#nav {
    display: block;
    list-style: none;
    margin-top: 1.4rem;
}

#nav li {
    display: block;
    float: left;
    position: relative;
}

#nav li.float-right {
    float: right;
}

#nav li a:not(.button) {
    display: block;
    color: #26272d;
    padding: 0.5rem 1.6rem;
}

#nav li.current>a:not(.button),
#nav li a:hover {
    color: #da0e17;
}

#nav li.hamburgerMenu {
    display: none;
}

#nav li button,
#nav li .button {
    margin: -0.3rem 0.5rem 0;
}

#nav li ul {
    visibility: hidden;
    position: absolute;
    background: white;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -1.25rem);
    -moz-transform: translate(-50%, -1.25rem);
    -o-transform: translate(-50%, -1.25rem);
    -ms-transform: translate(-50%, -1.25rem);
    transform: translate(-50%, -1.25rem);
    opacity: 0;
    border: 0.1rem solid #d4d4d5;
    border-radius: 0 0 3rem 3rem;
    border-top: 0;
    padding-bottom: 1rem;
}

#nav ul li {
    float: none;
    text-align: center;
}

#nav li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#nav li.hassub>a:after {
    content: 'keyboard_arrow_down';
    color: #bababa;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    text-align: center;
}

.socials {
    display: block;
    text-align: right;
    line-height: 2.7rem;
    font-size: 1.4rem;
    color: #a5a5a5;
}

.socials a {
    display: inline-block;
    padding: 0 0.3rem;
}

.socials a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* End-Menu */
/* Home */
.home_top {
    position: relative;
}

.home_top:before,
.home_top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
}

.home_top:after {
    bottom: 0;
    background: white;
    opacity: 0.7
}

.home_top:before {
    height: 15rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.home_top .c {
    position: relative;
    z-index: 2;
}

.home_products {
    background-image: url('/img/productfotos.png');
    background-repeat: no-repeat;
    background-position: right 119% center;
    background-size: 50% auto;
}

.home_news .ctype_1 {
    margin-bottom: 0;
    cursor: pointer;
}

section.home_news {
    padding: 4rem 0 2rem;
}

.home_news .article_text {
    margin-bottom: 0;
}

/* End-Home */
/* Assortiment */
.product_cats {
    display: inline-block;
    margin-top: 2rem;
}

.product_cats>div {
    margin-bottom: 0.8rem;
}

.product-card {
    line-height: 1;
    margin-bottom: 4.5rem;
}

.product-img {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 60%;
    border-radius: 0.8rem;
    border: 0.1rem solid #d4d4d5;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.8rem;
}

.product-card h3 {
    margin-bottom: 0.5rem;
}

.assort-filters h4 {
    margin-bottom: 0.5rem;
}

.assort-filters select {
    margin-bottom: 1.5rem;
}

/* End-Assortiment */
/* Product */
.prod_sku {
    padding-left: 1rem;
}

.prod_sku .micon {
    top: -0.7rem;
    position: relative;
    margin-right: 0.4rem;
}

.productphoto-slidecontainer {
    display: block;
    width: 95%;
    margin: -2rem auto 1rem;
    height: 40rem;
    position: relative;
    z-index: 3;
    cursor: pointer;
    overflow: hidden;
}

.productphoto-big {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.3s linear;
}

.productphoto-big.productphoto-right {
    transform: translateX(100%);
}

.productphoto-big.productphoto-left {
    transform: translateX(-100%);
}

.product-actions {
    position: relative;
}

.productphoto-multi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.productphoto-digits {
    margin: 0 1.2rem;
    display: flex;
    align-items: center;
}

.productphoto-digits span {
    padding: 0 0.4rem;
}

.productphoto-multi .button {
    margin-bottom: 0;
}


.response-state {
    position: absolute;
    top: 0;
    right: 0;
    height: 5rem;
    left: 0;
    z-index: 4;
    display: none;
    color: white;
    padding: 0.5rem 1rem;
    line-height: 4rem;
    text-align: center;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    background-color: #eee;
}

a.response-state {
    color: white;
}

.response-success {
    background: #31B54D;
}

a.response-success:hover {
    background: #48E66A;
}

.response-error {
    background: #da0e17;
}

.response-state.show {
    display: block !important;
}

.response-loading.show .micon {
    color: #26272d;
    -webkit-animation: rotate 750ms linear infinite;
    -moz-animation: rotate 750ms linear infinite;
    -o-animation: rotate 750ms linear infinite;
    animation: rotate 750ms linear infinite;
}

/* End-Product */
/* Cart */
.cart-img {
    height: 7rem;
    background-color: white;
    cursor: pointer;
}

.cart-delete {
    display: block;
    font-size: 1.4rem;
}

.cart-item {
    display: block;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #eee;
    margin-bottom: 1rem;
}

.cart-price {
    font-weight: 700;
    text-align: right;
}

.input-spinner {
    position: relative;
    display: inline-block;
    line-height: 50px;
    border-radius: 25px;
    background: #eee;
    white-space: nowrap;
}

.input-spinner input {
    text-align: left;
    background: white;
    padding-right: 7px !important;
    margin: 0 !important;
    width: 60px;
    float: left;
}

.input-spinner-buttons {
    position: absolute;
    right: 0;
    top: 7px;
}

.input-spinner>.spinner-btn {
    color: #757575;
    display: block;
    padding: 0 11px;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 2.4rem;
}

.input-spinner>.spinner-btn:hover {
    color: #da0e17;
}

/* End-Cart */
/* Search */
#search {
    background: #eee;
    background: rgba(243, 243, 243, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow-x: hidden;
    overflow-y: auto;
}

#search input {
    background-color: white;
}

a.search_close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 4rem;
    padding: 0.5rem;
    color: #8f8e94;
}

a.search_close:hover {
    color: #da0e17;
}

.search-results {
    margin-top: 8rem;
}

#search.loading .search-results {
    opacity: 0;
}

/* End-Search */
/* Profiel */
.order-title .order-details {
    float: right;
}

.order-title h3 {
    float: left;
}

.order-actions {
    margin-top: 0.5rem;
}

.orders-list li {
    display: block;
    border-radius: 1rem;
    border: 0.1rem solid #ccc;
    box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem 0.2rem;
    margin-bottom: 0.5rem;
}

/* End-Profiel */
/* Footer */
.siteBy {
    position: absolute;
    bottom: 0;
    right: .9375rem;
}

.logo_footer {
    display: block;
    width: 90%;
    max-width: 12rem;
    margin-bottom: 0.5rem;
}

/* End-Footer */
/* Overlay */
#overlay,
#overlayContainer,
.overlay-arrow {
    position: fixed;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

#overlay.ov-show,
#overlayContainer.ov-show,
.overlay-arrow.ov-show {
    opacity: 1;
    visibility: visible;
}

#overlay {
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#overlayContainer {
    z-index: 101;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 90%;
}

.overlay-arrow {
    z-index: 102;
    top: 50%;
    left: 0;
    padding: 3rem 3rem 3rem 1.5rem;
    color: white;
    font-size: 3.5rem;
    margin-top: -5.7rem;
}

.overlay-arrow.oa-next {
    right: 0;
    left: auto;
    padding: 3rem 1.5rem 3rem 3rem;
}

.overlay-arrow:hover,
.siteBy:hover,
.opacityhover:hover {
    opacity: 0.7;
}

.overlay-img {
    position: fixed;
    z-index: 104;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    cursor: pointer;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.8);
}

/* End-Overlay */


.likeBox {
    width: 100%;
    height: 300px;
    border: 0;
    margin-left: -7px;
}

#map-canvas {
    display: block;
    position: relative;
    height: 50vh;
    max-height: 50rem;
}

.fullWidth {
    display: block;
    width: 100%;
}

/* Toast */
#toast {
    background: #55575c;
    overflow: hidden;
    color: #f1f1f1;
    display: block;
    opacity: 0;
    padding: 1rem 1.5rem 0.8rem 1.5rem;
    z-index: 500;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.258824);
    border-radius: 0.5rem;
    max-width: 92%;
}

#toast.error {
    background: #da0e17;
}

.mobile #toast {
    max-width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    box-shadow: none;
}

.toastBut {
    color: #eeff41;
    padding-left: 1.5rem;
    text-transform: uppercase;
}

.showToast #toast {
    opacity: 1;
}

/* End-Toast */
/* Breadcrumbs */
.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-bottom: 0.1rem solid #f5f5f8;
    display: block;
    margin-bottom: 6rem;
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-item a {
    color: #8c8f94;
}

.breadcrumb-item a:hover {
    color: #26272d;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding: 0 0.5rem;
    content: "/";
    text-decoration: none;
}

/* End-Breadcrumbs */
/* Form */
/* Labels */
label {
    display: block;
    margin-bottom: 0.3rem;
}

.label-inline label,
label.label-inline {
    display: inline-block;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
}

fieldset.inline {
    display: inline-block;
    margin-right: 1.5rem;
}

.label-float label {
    width: 30%;
    position: absolute;
    left: 0;
    top: 0.3rem;
}

.label-float .input,
.label-float textarea {
    width: 70%;
    margin-left: 30%;
}

/* End-Labels */
/* Inputs */
.input,
.select2-container {
    background-color: transparent;
    border: 0.1rem solid #d4d4d5;
    border-radius: 3rem;
    box-shadow: none;
    height: 5rem;
    padding: 0.6rem 2rem;
    width: 100%;
    margin-bottom: 1rem;
}

.input_small {
    height: 4.5rem;
}

.input:not(select) {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.input:focus,
.select2-container:focus {
    border: 0.1rem solid #9b4dca;
    outline: 0;
}

.input.error,
.select2-container.error {
    background-color: #ffcece;
}

.input:not(select):read-only {
    background-color: #eee;
}

textarea,
textarea.input {
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    min-height: 12.5rem;
}

/* Checkbox & Radio */
input[type=radio],
input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.input-radio,
.input-checkbox {
    padding-left: 2.4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-radio:before,
.input-radio:after,
.input-checkbox:before,
.input-checkbox:after {
    content: '';
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 0.4rem;
}

.input-radio:before,
.input-checkbox:before {
    left: 0;
    border: 0.1rem solid #ccc;
    box-shadow: inset 0.1rem 0.1rem rgba(0, 0, 0, 0.03);
    border-radius: 50%;
}

.input-radio:after,
.input-checkbox:after {
    left: 0.25rem;
    display: none;
    content: 'check';
    font-family: 'Material Icons';
    color: white;
    line-height: 1.65rem;
    font-size: 1.1rem;
}

input[type=radio]:checked+label:after,
input[type=checkbox]:checked+label:after {
    display: block;
}

.input-checkbox:before {
    border-radius: 0.3rem;
}

input[type=radio]:checked+label:before,
input[type=checkbox]:checked+label:before {
    background-color: #da0e17;
    border: none;
    box-shadow: none;
}

input[type=radio]:checked+label,
input[type=checkbox]:checked+label {
    color: #26272d;
}

/* Number inputs */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* End-Inputs */
/* Buttons */
a.button,
.button,
button,
.tag {
    background-color: #da0e17;
    border: 0.1rem solid #da0e17;
    border-radius: 3rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    height: 4rem;
    line-height: 3.8rem;
    padding: 0 1.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.tag {
    cursor: default;
}

/* Sizes */
a.button_small,
.button_small,
button.button_small {
    height: 3rem;
    line-height: 2.8rem;
    padding: 0 1.3rem;
    font-size: 1.4rem;
}

a.button_large,
.button_large,
button.button_large {
    height: 5rem;
    line-height: 4.8rem;
    padding: 0 2.5rem;
    font-size: 1.8rem;
}

a.button_block,
.button_block,
button.button_block {
    display: block;
    width: 100%;
}

/* Colors */
a.button_outline,
.button_outline,
button.button_outline,
a.button_clear,
.button_clear,
button.button_clear {
    border-color: #d4d4d5;
    color: black;
    background: none;
}

a.button_blue,
.button_blue,
button.button_blue {
    background: #1E88E5;
    border-color: #1E88E5;
}

a.button_green,
.button_green,
button.button_green {
    background: #0dc31c;
    border-color: #0dc31c;
}

a.button_blue.button_outline,
.button_blue.button_outline,
button.button_blue.button_outline,
a.button_blue.button_clear,
.button_blue.button_clear,
button.button_blue.button_clear {
    color: #1E88E5;
}

a.button_blue.button_outline,
.button_blue.button_outline,
button.button_blue.button_outline {
    background: none;
}

a.button_neutral,
.button_neutral,
button.button_neutral {
    background: #eee;
    border-color: #d4d4d5;
    color: #26272d
}

/* Variations */
a.button_clear,
.button_clear,
button.button_clear,
a.button_clear:hover,
.button_clear:hover,
button.button_clear:hover,
a.button_clear:focus,
.button_clear:focus,
button.button_clear:focus {
    background: transparent !important;
    border-color: transparent !important;
}

/* Hover */
a.button:hover,
.button:hover,
button:hover,
a.button:focus,
.button:focus,
button:focus {
    background-color: #f5f5f8;
    border-color: #da0e17;
    color: #26272d;
    outline: 0;
}

a.button_outline:hover,
.button_outline:hover,
button.button_outline:hover,
a.button_outline:focus,
.button_outline:focus,
button.button_outline:focus,
a.button_clear:hover,
.button_clear:hover,
button.button_clear:hover,
a.button_clear:focus,
.button_clear:focus,
button.button_clear:focus {
    color: #263238;
}


/* Loading */
.searchinput_cont {
    position: relative;
}

.button_loading {
    cursor: wait;
    color: rgba(0, 0, 0, 0) !important;
}

.button_loading:before,
.searchinput_cont:before {
    margin: -0.9rem 0 0 -0.9rem;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    border-radius: 50%;
    background-clip: padding-box;
    border: rgba(255, 255, 255, 0.25) 0.2rem solid;
    border-top-color: #fff;
    -webkit-animation: rotate 750ms linear infinite;
    animation: rotate 750ms linear infinite;
}

#search.loading .searchinput_cont:before,
.button_outline.button_loading:before,
.button_clear.button_loading:before {
    border-color: rgba(0, 0, 0, 0.25);
    border-top-color: #212121;
}

.searchinput_cont:before {
    left: auto;
    right: 1.5rem;
    top: 45%;
}

/* End-Buttons */
.input-button-group {
    position: relative;
    margin-top: 1rem;
}

.input-button-group button {
    position: absolute;
    top: 0;
    right: .9375rem;
    z-index: 4;
}

/* End-Form */
/* Login */
#login {
    display: block;
    width: 100%;
    max-width: 40rem;
    max-height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 102;
    background: #fff;
    padding: 4rem 4rem 5rem;
    border-radius: 0 0 3rem 3rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translate(-50%, -50vh);
    -moz-transform: perspective(1px) translate(-50%, -50vh);
    -o-transform: perspective(1px) translate(-50%, -50vh);
    -ms-transform: perspective(1px) translate(-50%, -50vh);
    transform: perspective(1px) translate(-50%, -50vh);
}

#login.login-show {
    -webkit-transform: perspective(1px) translate(-50%, 0);
    -moz-transform: perspective(1px) translate(-50%, 0);
    -o-transform: perspective(1px) translate(-50%, 0);
    -ms-transform: perspective(1px) translate(-50%, 0);
    transform: perspective(1px) translate(-50%, 0);
}

#login-form>div {
    display: none;
}

#login-form>div:nth-of-type(1) {
    display: block;
}

.button_google *,
.button_google:hover * {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
}

.login_social button {
    margin-bottom: 0.5rem;
}

.login_social>.fa {
    -webkit-animation: rotate 750ms linear infinite;
    animation: rotate 750ms linear infinite;
}

.accounts>div {
    border-top: 0.1rem solid #ddd;
    padding: 4px 0;
    cursor: pointer;
    transition: color .3s ease;
}

.accounts>div:hover {
    color: #da0e17;
}

.accounts>div:first-child {
    border-top: 0;
}

.account .order-title h3 {
    float: none;
}

.orders-list li.account {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* End-Login */
/* Contenttypes */
.ctype_1,
.ctype_2,
.ctype_3 {
    display: block;
    margin-bottom: 3.5rem;
}

.article-title {
    display: block;
}

.article-img,
.article-video,
.article-media_inline,
.article-embed {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
}

.article-img_responsive {
    height: 0;
}

.article-video {
    height: 0;
    padding-bottom: 56.25%;
    background-color: #ccc;
}

.article-video .button {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 5;
}

.article-media_inline {
    height: 0;
    padding-bottom: 56.25%;
}

.article-media_inline.article-media_audio {
    height: 5.5rem;
    padding: 0;
}

.article-media_inline iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.article-text {
    margin-bottom: 1.5rem;
}

section:not(.home_news) .ctype_1 .article-header {
    margin-bottom: 2.5rem;
}

.ctype_2 .article-header .article-img,
.article-img_left {
    float: left;
    width: 49%;
    margin-right: 2rem;
}

.ctype_3 .article-header .article-img,
.article-img_right {
    float: right;
    width: 49%;
    margin-left: 2rem;
}

/* End-Contenttypes */
/* Columns, nicked from Bootstrap 4 alpha 2 & Media Queries */
.row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

.row_nomargin {
    margin-right: 0;
    margin-left: 0;
}

.jscol,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.col_nopadding>* {
    padding-left: 0;
    padding-right: 0;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.333333%
}

.col-xs-2 {
    width: 16.666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.333333%
}

.col-xs-5 {
    width: 41.666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333%
}

.col-xs-8 {
    width: 66.666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.333333%
}

.col-xs-11 {
    width: 91.666667%
}

.col-xs-12 {
    width: 100%
}

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.333333%;
}

.pull-xs-2 {
    right: 16.666667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.333333%;
}

.pull-xs-5 {
    right: 41.666667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.333333%;
}

.pull-xs-8 {
    right: 66.666667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.333333%;
}

.pull-xs-11 {
    right: 91.666667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.333333%;
}

.push-xs-2 {
    left: 16.666667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.333333%;
}

.push-xs-5 {
    left: 41.666667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.333333%;
}

.push-xs-8 {
    left: 66.666667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.333333%;
}

.push-xs-11 {
    left: 91.666667%;
}

.push-xs-12 {
    left: 100%;
}

.offset-xs-1 {
    margin-left: 8.333333%;
}

.offset-xs-2 {
    margin-left: 16.666667%;
}

.offset-xs-3 {
    margin-left: 25%;
}

.offset-xs-4 {
    margin-left: 33.333333%;
}

.offset-xs-5 {
    margin-left: 41.666667%;
}

.offset-xs-6 {
    margin-left: 50%;
}

.offset-xs-7 {
    margin-left: 58.333333%;
}

.offset-xs-8 {
    margin-left: 66.666667%;
}

.offset-xs-9 {
    margin-left: 75%;
}

.offset-xs-10 {
    margin-left: 83.333333%;
}

.offset-xs-11 {
    margin-left: 91.666667%;
}

.float-xs-left {
    float: left !important;
}

.float-xs-right {
    float: right !important;
}

.float-xs-none {
    float: none !important;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

.hidden-xs-up,
.hidden-xl-down {
    display: none !important;
}

section {
    padding: 6rem 0;
}

section.smallpadding {
    padding: 3rem 0;
}

section.supersmallpadding {
    padding: 2rem 0;
}

.home_top {
    padding-top: 15rem;
}

@media (max-width:33.9em) {
    .hidden-xs-down {
        display: none !important;
    }

    .article-img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
}

@media (min-width:34em) {
    .hidden-sm-up {
        display: none !important;
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333%
    }

    .col-sm-2 {
        width: 16.666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.333333%
    }

    .col-sm-5 {
        width: 41.666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333%
    }

    .col-sm-8 {
        width: 66.666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.333333%
    }

    .col-sm-11 {
        width: 91.666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.333333%;
    }

    .pull-sm-2 {
        right: 16.666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.333333%;
    }

    .pull-sm-5 {
        right: 41.666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.333333%;
    }

    .pull-sm-8 {
        right: 66.666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.333333%;
    }

    .pull-sm-11 {
        right: 91.666667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.333333%;
    }

    .push-sm-2 {
        left: 16.666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.333333%;
    }

    .push-sm-5 {
        left: 41.666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.333333%;
    }

    .push-sm-8 {
        left: 66.666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.333333%;
    }

    .push-sm-11 {
        left: 91.666667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0%;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }

    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:34em) and (max-width:47.9em) {
    .prod_assortiment:nth-child(2n+1) {
        clear: left;
    }

    .full_prod_width:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width:47.9em) {
    .hidden-sm-down {
        display: none !important;
    }

    #overlayContainer {
        width: 100%;
        left: 0;
    }

    #nav li {
        display: none;
        background: white;
        float: none;
    }

    #nav li.hamburgerMenu {
        display: block;
        background: transparent;
    }

    #nav {
        position: absolute;
        top: 1rem;
        right: 1rem;
        text-align: right;
    }

    #nav li ul {
        display: none;
    }

    #nav li.hassub>a:after {
        content: '';
        display: none;
    }

    .home_news .ctype_1 br {
        display: none;
    }

    .home_news .button {
        margin-top: 1.5rem;
    }
}

@media (min-width:48em) {
    .hidden-md-up {
        display: none !important;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.333333%
    }

    .col-md-2 {
        width: 16.666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.333333%
    }

    .col-md-5 {
        width: 41.666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333%
    }

    .col-md-8 {
        width: 66.666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.333333%
    }

    .col-md-11 {
        width: 91.666667%
    }

    .col-md-12 {
        width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.333333%
    }

    .pull-md-2 {
        right: 16.666667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.333333%
    }

    .pull-md-5 {
        right: 41.666667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.333333%
    }

    .pull-md-8 {
        right: 66.666667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.333333%
    }

    .pull-md-11 {
        right: 91.666667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.333333%
    }

    .push-md-2 {
        left: 16.666667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.333333%
    }

    .push-md-5 {
        left: 41.666667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.333333%
    }

    .push-md-8 {
        left: 66.666667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.333333%
    }

    .push-md-11 {
        left: 91.666667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }

    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    #footer .list_assort li {
        width: 50%;
        float: left;
    }

    .textpage .ctype_1 .article-text {
        width: 83%;
        margin: 0 auto 4rem auto;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        -o-column-gap: 4rem;
        -ms-column-gap: 4rem;
        column-gap: 4rem;
    }

    .textpage .ctype_1 h2,
    .textpage .ctype_1 .article-date {
        margin: 0 8.5%;
    }

    section {
        padding: 8rem 0;
    }

    section.smallpadding {
        padding: 4rem 0;
    }

    section.supersmallpadding {
        padding: 2rem 0;
    }

    .home_top {
        padding-top: 16rem;
    }
}

@media (min-width:48em) and (max-width:61.9em) {
    .prod_assortiment:nth-child(3n+1) {
        clear: left;
    }

    #filterform fieldset {
        width: 50%;
        float: left;
    }
}

@media (max-width:61.9em) {
    .hidden-md-down {
        display: none !important;
    }

    body {
        font-size: 1.6em;
    }

    .home_products {
        background-image: url('/img/productfotos.png');
        background-repeat: no-repeat;
        background-position: center 3rem;
        background-size: auto 15rem;
        padding-top: 20rem;
    }

    #showfilters:not(:checked)~#filterform {
        display: none;
    }

    .assort-filters {
        margin-bottom: 2rem;
    }
}

@media (min-width:62em) {
    .hidden-lg-up {
        display: none !important;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.333333%
    }

    .col-lg-2 {
        width: 16.666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.333333%
    }

    .col-lg-5 {
        width: 41.666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333%
    }

    .col-lg-8 {
        width: 66.666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.333333%
    }

    .col-lg-11 {
        width: 91.666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.333333%
    }

    .pull-lg-2 {
        right: 16.666667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.333333%
    }

    .pull-lg-5 {
        right: 41.666667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.333333%
    }

    .pull-lg-8 {
        right: 66.666667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.333333%
    }

    .pull-lg-11 {
        right: 91.666667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.333333%
    }

    .push-lg-2 {
        left: 16.666667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.333333%
    }

    .push-lg-5 {
        left: 41.666667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.333333%
    }

    .push-lg-8 {
        left: 66.666667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.333333%
    }

    .push-lg-11 {
        left: 91.666667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }

    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    section {
        padding: 11rem 0;
    }

    section.smallpadding {
        padding: 4rem 0;
    }

    section.supersmallpadding {
        padding: 2rem 0;
    }

    .home_top {
        padding-top: 18rem;
    }
}

@media (min-width:62em) and (max-width:74.9em) {
    .prod_assortiment:nth-child(2n+1) {
        clear: left;
    }

    .full_prod_width:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width:74.9em) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width:75em) {
    .hidden-xl-up {
        display: none !important;
    }

    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }

    .col-xl-1 {
        width: 8.333333%
    }

    .col-xl-2 {
        width: 16.666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.333333%
    }

    .col-xl-5 {
        width: 41.666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.333333%
    }

    .col-xl-8 {
        width: 66.666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.333333%
    }

    .col-xl-11 {
        width: 91.666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.333333%
    }

    .pull-xl-2 {
        right: 16.666667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.333333%
    }

    .pull-xl-5 {
        right: 41.666667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.333333%
    }

    .pull-xl-8 {
        right: 66.666667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.333333%
    }

    .pull-xl-11 {
        right: 91.666667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.333333%
    }

    .push-xl-2 {
        left: 16.666667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.333333%
    }

    .push-xl-5 {
        left: 41.666667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.333333%
    }

    .push-xl-8 {
        left: 66.666667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.333333%
    }

    .push-xl-11 {
        left: 91.666667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }

    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }

    section {
        padding: 13rem 0;
    }

    section.smallpadding {
        padding: 5rem 0;
    }

    section.supersmallpadding {
        padding: 2rem 0;
    }

    .home_top {
        padding-top: 21rem;
    }

    .prod_assortiment:nth-child(3n+1) {
        clear: left;
    }

    .full_prod_width:nth-child(4n+1) {
        clear: left;
    }
}

/* End-Columns */
/* Animaties */
.fadeInDown,
.fadeInUp,
.fadeOutUp,
.fadeOutDown,
.zoomInFadeIn,
.zoomOutBigFadeOut {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.zoomInFadeIn {
    -webkit-animation-name: zoomInFadeIn;
    animation-name: zoomInFadeIn;
}

.zoomOutBigFadeOut {
    -webkit-animation-name: zoomOutBigFadeOut;
    animation-name: zoomOutBigFadeOut;
}

.rotate {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.25rem);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-1.25rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1.25rem);
    }

    70% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(1.25rem);
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1.25rem);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-1.25rem);
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1.25rem);
    }
}

@keyframes fadeOutDown {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(1.25rem);
    }
}

@-webkit-keyframes zoomInFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomInFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOutBigFadeOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes zoomOutBigFadeOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

/* End-Animaties */
/* 404 */
.errorContainerInner {
    max-width: 38rem;
    width: 100%;
    margin: 0 auto;
}

.errorContainerInner ul {
    padding-left: 4rem;
    margin: 1em 0;
}

/* End-404 */
/* Print Stylesheet */
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
    }

    *,
    *::before,
    *::after,
    *::first-letter,
    *::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    thead {
        display: table-header-group;
    }

    .hidden-print {
        display: none !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* End-Print stylesheet */