﻿body {
    min-height: 100%;
    height: auto;
    position: relative;
    background: white;
    color: #353535;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


h1 {
    font: 30px/32px "FuturaLT", sans-serif;
    color: black;
    letter-spacing: 1px;
    text-transform: uppercase;
}

P {
    font: 16px/32px "OpenSans", sans-serif;
    color: #575756;
    padding: 10px;
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
}

.button {
    font: 16px/32px "FuturaLT", sans-serif;
    font-weight: bold;
    color: white;
    background-color: #7fba00;
    border: none;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    padding: 14px 31px;
    letter-spacing: 1px;
}

.SimpleButton {
    font: 16px "FuturaLT", sans-serif;
    font-weight: bold;
    color: white;
    background-color: #7fba00;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 219px;
    padding: 10px;
    cursor: pointer;
}

@media(max-width:599px) {
    .box__cntr--sm .box__item {
        width: calc(50% - .5em);
        height: 220px;
    }
}

@media(min-width:600px) {
    .box__cntr--sm .box__item {
        width: calc(50% - .5em);
        height: 225px;
    }
}

@media(min-width:900px) {
    .box__cntr--sm .box__item {
        width: calc(25% - .5em);
        height: 200px;
    }
}

@media(min-width:1200px) {
    .box__cntr--sm .box__item {
        width: calc(25% - 1em);
        height: 225px;
    }
}

.box__item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 1em;
    transition: box-shadow ease .15s;
    border: solid 1px #575756;
    min-height: 165px;
    margin-bottom: 1em;
    transition: box-shadow ease .15s;
    text-align: center;
    min-width: 200px;
}

    .box__item:hover {
        cursor: pointer;
        box-shadow: 0 1px 10px 0 rgba(45,62,80,.22);
    }

    .box__item img {
        padding-top: 10px;
        max-width: 120px;
        min-width: 120px;
        border: 0;
    }

    .box__item a, .box__item a:hover, .box__item a:visited {
        color: #7fba00;
    }

@media (min-width: 900px) .box__item__container {
    margin-right: 1em;
}

@media (min-width: 600px) .box__item__container {
    margin-right: 1em;
}

.box__item__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0px;
    margin: 0px;
}

.float-right {
    float: right;
}

.input {
    font: 600 14px/25px "OpenSans", sans-serif;
    border: none;
    line-height: normal;
    border-radius: 4px;
    padding: 21px 38px;
    outline: none;
}


.container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.containerFilters {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
}

.containerDropbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background-color: #717c7d;
    height: 80px;
    white-space: nowrap;
    padding:0px;
    margin:0px;
}
    .containerDropbox .centered-div {
        width: 100%;
        margin: 10px;
        padding: 5px;
        padding-top: 2px;
        text-align: center;
    }

.centered-div {
    width: 80%;
    margin: 10px;
    padding: 5px;
}

.centered-divAndText {
    width: 80%;
    margin: 10px;
    padding: 5px;
    text-align: center;
}

    .centered-divAndText .FullPageImage {
        max-width:800px;
        padding:5px;
    }

.centered-divNoWidth {
    margin: 10px;
    padding: 5px;
}

.Breadcrumb {
    color: #7fba00;
    font-weight: bold;
}

    .Breadcrumb a {
        color: #9d9d9c;
        font-weight: bold;
    }

.Footer {
    min-height: 50px;
    background-color: #7fba00;
    text-align: center;
    color: White;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .Footer a {
        color: White;
    }

        .Footer a:visited {
            color: White;
        }

.MaatvoeringUitlegtekst {
    background-color: #7fba00;
    color: White;
    padding: 5px;
    margin: 5px;
}

.Deeplink {
    color: #7fba00;
    font-weight: bold;
}

.buttonPurchase {
    background: #004716 url(/Images/winkelwagentje.png) 8px 17px no-repeat;
    background: url(/Images/winkelwagentje.png) 8px 17px no-repeat, -webkit-linear-gradient(top, #007d30, #004716);
    background: url(/Images/winkelwagentje.png) 8px 17px no-repeat, -moz-linear-gradient(top, #007d30, #004716);
    background: url(/Images/winkelwagentje.png) 8px 17px no-repeat, -ms-linear-gradient(top, #007d30, #004716);
    background: url(/Images/winkelwagentje.png) 8px 17px no-repeat, -o-linear-gradient(top, #007d30, #004716);
    white-space: nowrap;
}

.HeaderTagline {
    color: #7fba00;
    font-weight: bold;
    font-size: 14px;
}

.HeaderDiv {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background: no-repeat;
    background-position: right center;
    background-image: url('/Images/header-light-grijswaardes.png');
}
    .HeaderDiv img {
        max-width: 226px;
        border: 0;
    }

    .HeaderDiv .HeaderLogo {
        float: left;
        background-color: White;
        padding: 5px;
    }


.ContentTitleDiv {
    width: 100%;
    text-align: center;
}
.FloatLeft {
    float: left;
}
.ClearBoth {
    clear: both;
}

.RoostersRepeaterDiv {
    padding: 10px;
    border: solid 1px #9D9D9C;
    color: black;
}

.AccessoiresDiv {
    padding: 10px;
    border-left: solid 1px #9D9D9C;
    border-right: solid 1px #9D9D9C;
    border-bottom: solid 1px #9D9D9C;
}

.AccessoireItem {
    border: 0px;
    max-width: 100px;
    max-height: 100px;
}

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

.AndersInfoImage {
    border-width: 0px;
    max-width: 300px;
    padding: 5px;
}

.TUBasketPanelTop {
    float: left;
    padding-left: 10px;
    margin-left: 10px;
}

.TUFormTextarea {
    display: none;
}

.RoostersRepeaterDiv span {
    color: white;
    font-weight: bold;
}

.RoostersRepeaterDiv B span {
    color: black;
    font-weight: bold;
}

.RoostersRepeaterDiv .RoosterImage {
    max-width: 300px;
    padding: 5px;
}

.RoostersRepeaterDiv .MaatImage {
    max-width: 200px;
    max-height: 200px;
    padding: 5px;
}

.RoostersRepeaterDiv .MaatvoeringImage {
    max-width: 300px;
    max-height: 200px;
    padding: 5px;
}

.RoostersRepeaterDiv A {
text-decoration:underline;

}
