html {
    font-size: .834rem;
}

body {
    background-color:#fff;
    margin:0;
    padding:0;
    overflow-x: hidden;
    font-size: 1.6rem;
}

@media (min-width: 1025px) {
    html {
        font-size: 0.625rem;
    }
}

/* basis */

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

iframe {
    max-width: 100%;
}

iframe[src*=vimeo] {
    aspect-ratio: 2 / 1;
    height: unset;
}

td, div, th, span {
    vertical-align:top;
    text-align:left;
    border:0 solid #000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2rem;
    line-height:18px;
    color:#000000;
}

/* links */

a:link {
    color:#eb7405;
    text-decoration:underline;
    outline: none;
}

a:visited {
    color:#eb7405;
    text-decoration:underline;
    outline: none;
}

a:hover {
    color:#eb7405;
    text-decoration:underline;
    outline: none;
}

a:active {
    color:#eb7405;
    text-decoration:underline;
    outline: none;
}

/* opsommingen */

ul,
ol {
    margin-left:20px;
    margin-bottom:15px;
}

ul li {
    list-style-type:square;
}

/* afbeeldingen */

img {
    border:none;
}

.ce-gallery.ce-border img {
    border: 2px solid #eb7405;
}

/* gallery fixes */

img {
    max-width: 100%;
    height: auto;
}

#content-left .frame-type-image {
}

.ce-gallery,
.ce-outer,
.ce-inner {
    position: static;
    width: 100%;
}

@media (min-width: 768px) {
    .ce-left:not(.ce-above):not(.ce-below),
    .ce-right:not(.ce-above):not(.ce-below) {
        display: flex;
    }

    .ce-right:not(.ce-above):not(.ce-below) {
        flex-direction: row-reverse;
    }
}

.ce-left:not(.ce-above):not(.ce-below) .ce-gallery,
.ce-right:not(.ce-above):not(.ce-below) .ce-gallery,
.ce-left:not(.ce-above):not(.ce-below) .ce-bodytext,
.ce-right:not(.ce-above):not(.ce-below) .ce-bodytext {
    float: none;
    width: calc(50% - 5px);
    margin: 0 !important;
}

.ce-row {
    width: 100%;
    display: flex;
    gap: 10px;
}

.ce-column {
    margin: 0 !important;
}

figure.image {
    display: flex;
}


    /* invoervelden */

input {
    width:200px;
    border:1px solid #808080;
    background:none;
    color:#333333;
}

textarea {
    width:200px;
    border:1px solid #808080;
    color:#333333;
}

input[type=submit],
button:not(.CookiebotWidget-logo),
.button {
    width:200px;
    border:1px solid #808080;
    background:none;
    background-color:#004c9;
    color:#333333;
}

input[type=checkbox],
input[type=radio] {
    width:12px;
    height:12px;
    margin-top:2px;
    margin-right:10px;
}

hr {
    color:#cccccc;
    border:none;
    border-top:1px solid #cccccc;
    height:1px;
}

/* header */

div#header-container {
    position:relative;
    width:100%;
    height:100px;
    background-image:url(../Images/header.png);
    background-repeat:repeat-x;
    background-position: center bottom;
    z-index:2;
}

div#header-container div#header {
    position:relative;
    margin:0 auto;
    width:95%;
    max-width: 950px;
    height:100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1025px) {
    div#header-container {
        height:160px;
    }

    div#header-container div#header {
        height:160px;
    }
}

div#header-container div#header div#logo {
    width:100%;
    height:105px;
}

div#header-container div#header div#logo a {
    display: block;
    width:200px;
    height:50px;
    margin-top:25px;
    margin-left: 5px;
    background-image:url(../Images/bevaplast.png);
    background-repeat:no-repeat;
    background-size: 200px auto;
}

@media (min-width: 1025px) {
    div#header-container div#header div#logo a {
        width:250px;
        margin-top:35px;
        margin-left:26px;
        background-size: unset;
    }
}

/* mainmenu */

div#header-container div#header div#mainmenu {
    width:605px;
    height:40px;
    flex: 1;
}
div#header-container div#header div#mainmenu.spannrit {
    width:800px;
}

.languagemenu li.selector {
    display: none;
}

@media(min-width: 1025px) {
    .languagemenu {
        position: relative;
        margin-top: 4px;
    }

    .languagemenu ul,
    .languagemenu li {
        width: 150px;
        height: 25px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .languagemenu ul {
        display: flex;
        flex-direction: column;
    }

    .languagemenu li {
        order: 1;
        display: none;
        background: #f7f6f5;
        box-sizing: border-box;
    }

    li.active {
        order: 0;
        display: block;
    }

    li.text-muted {
        color: #ccc;
        line-height: 1.1;
        padding: 5px 5px 5px 40px;
    }

    .languagemenu a {
        display: block;
        color: #000;
        text-decoration: none;
        line-height: 1.1;
        padding: 5px 5px 5px 40px;
        background-repeat: no-repeat;
        background-position: 10px 4px;
    }

    .languagemenu a[hreflang*=nl] {
        background-image: url(../Images/flag_nl.png)
    }

    .languagemenu a[hreflang*=de] {
        background-image: url(../Images/flag_de.png)
    }

    .languagemenu a[hreflang*=en] {
        background-image: url(../Images/flag_en.png)
    }

    .languagemenu li.selector {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: none;
        cursor: pointer;
    }

    .languagemenu li.selector:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 0;
        height: 0;
        border-width: 3px 3px 0 3px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }
}

    /* container */

div#main-container {
    position:relative;
    top:-14px;
    width:100%;
    z-index:1;
}

div#main-container div#container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 70px;
    margin:0 auto;
    width: calc(100% - 30px);
    max-width: 950px;
}

/* brandbox */

#brandbox {
    position: relative;
    width:100%;
    height: 282px;
    margin-bottom: 40px;
    background-color:#545454;
    overflow:hidden;
    color:#FFF;
}
#brandbox .frame {
    height: 100%;
}
#brandbox .ce-textpic {
    display: flex;
    height: 100%;
}
#brandbox .ce-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    margin:0;
    padding:0;
    overflow:hidden;
    /*display: none;*/
}
@media(min-width: 768px) {
    #brandbox .ce-gallery {
        position: static;
        width: 399px;
        margin:0;
        padding:0;
        overflow:hidden;
        display: block;
        opacity: 1;
    }
}

#brandbox .ce-gallery .ce-outer,
#brandbox .ce-gallery .ce-inner,
#brandbox .ce-gallery .ce-row,
#brandbox .ce-gallery .ce-column {
    height: 100%;
}
#brandbox .ce-gallery .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#brandbox .ce-gallery .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#brandbox .ce-gallery .ce-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -20%;
    background: #545454;
    width: 40%;
    height: 120%;
    transform: translate(0,-50%) rotate(10deg);
}

#home #brandbox {
    height: 262px;
    margin-bottom: 20px;
}
.owl-carousel,
.owl-wrapper-outer,
.owl-wrapper,
.owl-item,
.owl-item .csc-frame,
.owl-item div[class*=csc],
.owl-item figure,
.owl-item img {
    height: 100%;
}
#brandbox .ce-textpic .ce-gallery figure.image {
    margin-bottom: 0;
}

#brandbox .ce-bodytext {
    position:relative;
    width:100%;
    margin:0;
    padding: 20px;
    overflow:hidden;
}
@media(min-width: 768px) {
    #brandbox .ce-bodytext {
        width:501px;
        padding: 45px 20px 0 0;
    }
}

#brandbox .ce-bodytext P {
    position:relative;
    color:#FFF;
    line-height:1.2;
    font-weight:normal;
    font-size:1.6rem;
}
@media(min-width: 768px) {
    #brandbox .ce-bodytext P {
        line-height:32px;
        font-size:2.6rem;
    }
}

#brandbox .ce-bodytext P a {
    color:#eb7405;
    text-decoration:none;
}

#brandbox .ce-bodytext P b,
#brandbox .ce-bodytext P strong {
    color:#eb7405 !important;
    font-weight:normal;
    text-decoration:none;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
    position:absolute;
    bottom: 120px;
    width: 20px !important;
    height: 32px !important;
    background: url('../Images/bg_owl_prevnext.png') 0 0 no-repeat;
}
.owl-buttons .owl-prev {
    left: 15px;
}
.owl-buttons .owl-next {
    right: 15px;
    background-position: right 0;
}

body.layout-alt div#brandbox,
body.layout-full div#brandbox {
    visibility:hidden;
    display:none;
}

/* mooslide */


/* pathway */

body#home div#pathway {
    visibility:hidden;
    display:none;
}

body#next div#pathway {
    width:100%;
    margin-bottom:35px;
    color:#999999;
    font-size:1.1rem;
}

body.layout-alt div#pathway,
body.layout-full div#pathway {
    margin-top:30px;
}

body#next div#pathway a {
    color:#999999;
    font-size:1.1rem;
    text-decoration:none;
}

body#next div#pathway span.current a,
body#next div#pathway a:hover {
    color:#eb7405;
}

body#next div#pathway ul,
body#next div#pathway ol {
    margin-left:15px;
    margin-bottom:15px;
}

/* content */

body#home div#main-container div#container div#content-left,
body.layout-full div#main-container div#container div#content-left,
body.layout-full div#main-container div#container div#content-right {
    width:100%;
}

body#next div#main-container div#container div#content-left {
    width:100%;
    margin-bottom: 30px;
}
@media(min-width: 768px) {
    body#next div#main-container div#container div#content-left {
        width:calc(70% - 70px);
    }
}

body#next div#main-container div#container div#content-left div.frame-link P a {
    color:#eb7405;
    font-weight:bold;
    text-decoration:none;
}

body#next div#main-container div#container div#content-left div.frame-link P a b,
body#next div#main-container div#container div#content-left div.frame-link P a strong {
    display:block;
    margin:20px 0 20px 0;
    padding-left:20px;
    background-image:url(../Images/link.png);
    background-repeat:no-repeat;
    background-position:0 3px;
    color:#eb7405;
    font-weight:bold;
    text-decoration:none;
}

/*body#next div#main-container div#container div#content-left table td P {*/
/*    margin-bottom:0;*/
/*}*/

@media(max-width: 551px) {
    body#next div#main-container div#container div#content-left table tr {
        display: flex;
        flex-direction: column;
        row-gap: 50px;
    }
}


    /* content right */

body#home div#main-container div#container div#content-right {
    visibility:hidden;
    display:none;
}

body#next div#main-container div#container div#content-right {
    width:100%;
    border: 1px solid #ccc;
    padding: 20px;
}
@media(min-width: 768px) {
    body#next div#main-container div#container div#content-right {
        width:30%;
        border: none;
        padding: 0;
    }
}

body.layout-full div#main-container div#container div#content-right {
    margin-bottom:90px !important;
    padding-top:0 !important;
}

body#next div#main-container div#container div#content-right img {
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:3px solid #eb7405;
}

body#next div#main-container div#container div#content-right div.frame-img img {
    margin-bottom:20px;
    padding-bottom:0;
    border-bottom:0 solid #eb7405;
}

/* homepage */

div#main-container div#container div#content-left div.home-bar {
    width: 100%;
    min-height:55px;
    margin-bottom:10px;
}

div#main-container div#container div#content-left div.home-bar P.bodytext,
div#main-container div#container div#content-left div.home-bar h6,
div#main-container div#container div#content-left div.home-bar h5 {
    width:95%;
    max-width: 950px;
    height:55px;
    margin:0;
    padding:0;
    font-weight:normal;
}

div#main-container div#container div#content-left div.home-bar P a,
div#main-container div#container div#content-left div.home-bar h6 a,
div#main-container div#container div#content-left div.home-bar h5 a {
    display:block;
    width:100%;
    height: 100%;
    margin-bottom:10px;
    padding-top:14px;
    padding-bottom: 10px;
    padding-left:82px;
    background-color:#e6e6e6;
    background-image:url(../Images/bg_homebar.png);
    background-repeat:no-repeat;
    background-position:26px 12px;
    font-size:1.6rem;
    font-weight:normal;
    color:#545454;
    text-decoration:none;
}

@media (min-width: 768px) {
    div#main-container div#container div#content-left div.home-bar P a,
    div#main-container div#container div#content-left div.home-bar h6 a,
    div#main-container div#container div#content-left div.home-bar h5 a {
        font-size:2.4rem;
    }
}

div#main-container div#container div#content-left div.home-bar h6 a {
    padding-top:16px;
    background-position:26px -188px;
}
div#main-container div#container div#content-left div.home-bar h5 a {
    padding-top:16px;
    background-position:26px -388px;
}

div#main-container div#container div#content-left div.home-bar P a:hover,
div#main-container div#container div#content-left div.home-bar h6 a:hover,
div#main-container div#container div#content-left div.home-bar h5 a:hover {
    color:#FFF;
    background-color:#eb7405;
    background-image:url(../Images/bg_homebar.png);
    background-repeat:no-repeat;
    background-position:26px -88px;
}

div#main-container div#container div#content-left div.home-bar h6 a:hover {
    background-position:26px -288px;
}
div#main-container div#container div#content-left div.home-bar h5 a:hover {
    background-position:26px -488px;
}

/* assortiment - assortiment menu */

body.layout-full div#container .specialmenu .item,
body.layout-full div#container div#content-right div.csc-default {
        position: relative;
    width:220px;
        height: 255px;
    margin-right:10px;
    margin-bottom:25px;
}

body.layout-full div#container .specialmenu .item .image,
body.layout-full div#container div#content-right div.csc-default div.csc-textpic-single-image {
    width:220px;
    height:220px;
    overflow:hidden;
}

body.layout-full div#container .specialmenu .item .text,
body.layout-full div#container div#content-right div.csc-default .ce-bodytext {
        position: absolute;
        bottom: 0;
    width:185px;
    min-height:18px;
    padding-top:7px;
        padding-top:11px;
        padding-bottom: 7px;
    padding-left:35px;
    background-image:url(../Images/cross_products.png);
    background-repeat:no-repeat;
    background-position:11px 12px;
    background-color:#e2e2e2;
}

body.layout-full div#container .specialmenu .item:hover .text,
body.layout-full div#container div#content-right div.csc-default:hover .ce-bodytext {
    background-color:#FF6600;
}

body.layout-full div#container .specialmenu .item .text,
body.layout-full div#container div#content-right div.csc-default .ce-bodytext P,
body.layout-full div#container div#content-right div.csc-default .ce-bodytext P a {
    color:#333;
    text-decoration:none;
        line-height: 14px !important;
        margin: 0;
}

body.layout-full div#container .specialmenu .item:hover .text,
body.layout-full div#container div#content-right div.csc-default:hover .ce-bodytext P,
body.layout-full div#container div#content-right div.csc-default:hover .ce-bodytext P a {
    color:#FFF;
}

.backlink {
    position: relative;
    top: -20px;
    float: right;
    margin-right: 20px;
    width: auto;
    text-align: right;
}
.products .backlink {
    margin-right: 65px;
}
.backlink div {
    float: right;
    width: 100%;
    color: #666;
    text-align: right;
}
.backlink .button {
    border: none;
    margin-top: 10px;
}
.backlink .button a {
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    background: #999;
}
.backlink .button a:hover {
    background: #eb7405;
}

/* assortiment detail */

div.assortiment-product,
div.assortiment-product-single {
    width:95%;
    max-width: 950px;
}

div.assortiment-product {
    height:148px;
    margin-bottom:5px;
    padding:4px;
    padding-left:5px;
    background-image:url(../Images/product_container.png);
    background-repeat:no-repeat;
}

div.assortiment-product div.product-title,
div.assortiment-product div.product-image,
div.assortiment-product div.product-info {
    width:542px;
    height:140px;
}

div.assortiment-product div.product-title {
    width:515px;
    height:114px;
    padding-top:26px;
    padding-left:27px;
    background-image:url(../Images/product_title.png);
    background-repeat:no-repeat;
}

div.assortiment-product div.product-title:hover {
    background-image:url(../Images/product_title_hover.png);
    background-repeat:no-repeat;
}

div.assortiment-product div.product-title h4,
div.assortiment-product div.product-title h4 a {
    color:#333;
    text-decoration:none;
}

div.assortiment-product div.product-title:hover h4,
div.assortiment-product div.product-title:hover h4 a {
    color:#FFF;
    text-decoration:none;
}

div.assortiment-product div.product-title P,
div.assortiment-product div.product-title P a {
    color:#000;
    text-decoration:none;
}

div.assortiment-product div.product-image {
    width:127px;
    height:137px;
    padding-top:3px;
    overflow:hidden;
}

div.assortiment-product div.product-info {
    width:158px;
    height:120px;
    padding-top:20px;
    padding-left:97px;
}

div.assortiment-product div.product-info span {
    display:block;
    font-weight:bold;
}

/* single page */

div.assortiment-product-single {

    width:95%;
    max-width: 950px;
}

div.assortiment-product-single div.product-content {
    width:534px;
    padding-right:60px;
    overflow:hidden;
}

div.assortiment-product-single div.product-content div {
    width:534px;
}

div.assortiment-product-single div.product-content div.qty {
    margin-bottom:40px;
}

div.assortiment-product-single div.product-images {
    width:250px;
    padding-left:70px;
}

div.assortiment-product-single div.product-images a {
    display:block;
    width:250px;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:3px solid #eb7405;
    text-align:center;
}

/* TTNEWS - Navigation */
div.tx-ttnews-browsebox {
    margin-top: 25px;
    border-bottom: 1px solid #cccccc;
}

div.tx-ttnews-browsebox table {
    float: right;
    position: relative;
    top: -40px;
}

span.tx-ttnews-browsebox-strong {
    font-weight: bold;
}

div.tx-ttnews-browsebox td {
    padding: 0;
    border: 1px solid #999999;
}

div.tx-ttnews-browsebox td * {
    padding: 0;
    margin: 0;
}

div.tx-ttnews-browsebox td P a {
    color:#eb7405;
    font-weight:bold;
}

div.tx-ttnews-browsebox td a {
    padding: 1px 5px 1px 5px;
    display: block;
    text-decoration: none ! important;
}

div.news-single-backlink {
    margin-bottom:15px;
}

div.news-single-backlink a {
    padding-right:20px;
    background-image:url(../Images/link.png);
    background-repeat:no-repeat;
    background-position:top right;
    font-weight:bold;
    text-decoration:none;
}

/* footer */

div#footer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 70px;
    width:100%;
    margin-top:30px;
    padding: 20px;
    background: #ccc;
}

div#footer * {
    color: #333;
    line-height: 2.0;
}

@media (min-width: 1025px) {
    div#footer {
        padding: 0;
        background:none;
    }

    div#footer * {
        color: #999;
        line-height: 1.6;
    }
}

div#footer div#footer-left {
    width:100%;
}

div#footer div#footer-right {
    width:100%;
}

@media (min-width: 768px) {
    div#footer div#footer-left {
        width: calc(70% - 70px);
    }

    div#footer div#footer-right {
        width:30%;
        text-align:right;
    }

    div#footer div#footer-right P {
        float:right;
        text-align:right;
    }
}

div#footer div#footer-left,
div#footer div#footer-left P,
div#footer div#footer-left P a,
div#footer div#footer-right,
div#footer div#footer-right P,
div#footer div#footer-right P a {
    /*color:#999999;*/
    font-size:1.1rem;
    text-decoration:none;
}

div#footer div#footer-right P {
    display:inline-block;
    width:auto;
}

div#footer div#footer-left P a:hover,
div#footer div#footer-right P a:hover {
    color:#eb7405;
}

div#footer div#footer-left I,
div#footer div#footer-right I {
    color:#ec7404;
}

/* footer privacy */

.footerprivacy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    z-index: 2;
    box-sizing: border-box;
    display: none;
}
.footerprivacy .footerprivacycontent {
    margin: 0 auto;
    width: 100%;
    /*max-width: 950px;*/
}
.footerprivacy .footerprivacycontent p {
    margin: 0;
}
.footerprivacy .footerprivacycontent .close {
    float: right;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    background: url('../Images/bg_close.png') center center no-repeat;
    cursor: pointer;
}

/* opmaak */

P {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2rem;
    line-height:18px;
    color:#878787;
    margin-bottom:20px;
}

div#main-container div#container div#content-left P,
div#main-container div#container div#content-right P {
    line-height:22px;
}

div#main-container div#container div#content-left ul li,
div#main-container div#container div#content-right ul li,
div#main-container div#container div#content-left ul li P,
div#main-container div#container div#content-right ul li P {
    color:#878787;
}

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

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

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

H1 {
    margin-bottom:20px;
    color:#000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:2.8rem;
    font-weight:normal;
    font-style:normal;
}

H2,
H3 {
    margin-bottom:15px;
    color:#000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.4rem;
    font-weight:bold;
    font-style:normal;
}

H2 {
    color:#eb7405;
    font-size:1.8rem;
}

H3 {
    margin-bottom:0;
}

H4 {
    margin-bottom:10px;
    color:#000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.8rem;
    font-weight:normal;
    font-style:normal;
}

H5 {
    color:#000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.4rem;
    font-weight:bold;
    font-style:normal;
    margin-bottom:0;
}

H6 {
    color:#666666;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.4rem;
    font-weight:bold;
    font-style:normal;
    margin-bottom:0;
}

/* search */

div.tx-indexedsearch-browsebox ul.browsebox {
    width:670px;
    margin:0;
    margin-bottom:15px;
}

div.tx-indexedsearch-browsebox ul.browsebox li {
    list-style-type:none;
    padding:0 !important;
    padding-right:15px !important;
    background:none !important;
}

div.tx-indexedsearch-res {
    width:670px;
}

input.tx-indexedsearch-searchbox-button {
    margin:0;
}

div.tx-indexedsearch-searchbox table {
}

div.tx-indexedsearch-searchbox table td {
    padding-right:15px;
}

div.tx-indexedsearch-searchbox table td input {
    float:left !important;
    width:190px !important;
    height:20px;
    margin-bottom:15px;
    border:1px solid #333;
}

div.tx-indexedsearch-searchbox table td .tx-indexedsearch-searchbox-button {
    width:197px !important;
    height:29px;
    padding-right:20px;
    border:none;
    background-image:url(../Images/button_search.png);
    background-repeat:no-repeat;
    color:#FFF;
    cursor:hand;
    cursor:pointer;
}

#CookiebotWidget {
    z-index: 1 !important;
}

#CookiebotWidget+#CookiebotWidgetUnderlay {
    z-index: inherit !important;
}