.clearfix {
    clear: both;
}

body,
#page {
    color: #231f20;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    overflow-x: hidden;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

header {
    position: relative;
    z-index: 3;
}

.header-top {
    background-color: transparent;
    padding-top: 18px;
}

.header-top::before {
    background-color: #231f20;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-brand {
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-left: 33px;
    padding-top: 10px;
    position: relative;
    width: 306px;
    z-index: 2;
}

.header-brand::before {
    background: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 2000px;
    z-index: 1;
}

.brand {
    background: url(/aarschotModern/images/logo-large.svg) no-repeat left 0 transparent;
    color: #231f20;
    display: block;
    filter: alpha(opacity=100);
    font-size: 22px;
    height: 75px;
    line-height: 1.1;
    margin-bottom: 0;
    opacity: 1;
    padding: 0;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    width: 240px;
}

.brand:hover, .brand:focus {
    color: #080707;
    filter: alpha(opacity=70);
    opacity: .7;
    text-decoration: none;
}

.brand::before {
    background: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 2000px;
    z-index: 1;
}

.header-right {
    align-self: flex-start;
    background-color: #f5f4f4;
    flex-grow: 1;
    height: 70px;
    position: relative;
    z-index: 1000;
}

.header-right::before {
    background-color: #f5f4f4;
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 2000px;
    z-index: 1;
}

.header-nav {
    flex-grow: 1;
}

.header-banner {
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.banner-container {
    height: 353px;
}

.banner-content {
    background: url(/aarschotModern/images/afval.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
}

.aarschot-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}

.container-wrapper {
    background: #f5f4f4;
    padding: 0 47px;
    transition: padding 0.25s ease;
}

.page-heading {
    color: #ffffff;
    display: block;
    font-size: 22px;
    margin-bottom: 30px;
    margin-left: -62px;
    margin-top: 0 !important;
    position: relative;
    text-transform: uppercase;
}

.page-heading > span {
    background-color: #231f20;
    display: inline-block;
    padding: 5px 12px 5px 62px;
    position: relative;
}

.page-heading:before {
    background-image: -webkit-linear-gradient(to left bottom, #f7b331 50%, transparent 50%);
    background-image: -o-linear-gradient(to left bottom, #f7b331 50%, transparent 50%);
    background-image: linear-gradient(to left bottom, #f7b331 50%, transparent 50%);
    background-repeat: no-repeat;
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 15px;
}

.page-heading:after {
    content: "";
    height: 13px;
    position: absolute;
    top: 100%;
    width: 15px;
}

.breadcrumb-wrapper {
    border-radius: 0;
    position: relative;
    -moz-transition: padding 0.25s ease;
    -o-transition: padding 0.25s ease;
    -webkit-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
    z-index: 2;
}

.breadcrumb {
    list-style: none;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    padding-left: 0;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 16px;
    position: relative;
}

.breadcrumb > li + li > a, .breadcrumb > li + li > span {
    font-weight: unset !important;
    padding-left: 32px;
    position: relative;
}

.breadcrumb-home > a {
    font-size: 16px !important;
}

.breadcrumb > li + li > i {
    left: 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    z-index: 1;
}

.breadcrumb > li > span, .breadcrumb > li > a {
    border-radius: 0;
    color: #231f20;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 30px 0;
    text-transform: uppercase;
}

.breadcrumb-item .fa-chevron-right {
    color: #f7b331;
}

.breadcrumb > .active > span {
    text-decoration: underline;
}

.aarschot-container .breadcrumb-item:before {
    content: "" !important;
    padding: 0 !important;
}

.faqanswer {
    color: #231f20;
}

nav {
    margin-bottom: 30px;
}

ul.menu {
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
}

ul.menu > li:not(.breadcrumb-item) {
    float: left;
    font-size: 16px;
    height: 90px;
    margin: 0;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
}

ul.menu > li:not(.breadcrumb-item) > a {
    border-bottom: 1px solid #6c6c6c;
    border-top: 1px solid #6c6c6c;
    display: block;
    padding-bottom: 22px;
    padding-top: 22px;
}

a:not(.breadcrumb-link) {
    color: #231f20;
    text-decoration: none;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    -webkit-transition-property: background, color;
    transition-property: background, color;
}

a:hover:not(.breadcrumb-link), a:focus:not(.breadcrumb-link) {
    color: #32b779;
    text-decoration: underline;
}

a:active:not(.breadcrumb-link), a:hover:not(.breadcrumb-link) {
    outline: 0;
}

h2, .h2, h3, .h3 {
    margin-bottom: 11px;
}

h2 {
    color: #231f20;
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 11px;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

h3 {
    color: #32b779;
    font-size: 19px;
}

#footer {
    margin-top: 30px;
}

#footer a {
    float: right;
}

label {
    float: left;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 1em;
    padding-top: 7px;
    position: relative;
    width: 13em;
    z-index: 1;
}

form div {
    display: block;
    margin-bottom: .5em;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

form {
    margin: 30px 0;
}

input {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #6c6c6c;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #231f20;
    display: block;
    float: left;
    font-size: 16px;
    height: 36px;
    line-height: 1.42857143;
    margin-bottom: .5em;
    margin-right: 12px;
    padding: 6px 12px;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 26em !important;
}

input.btn, button.btn {
    background-color: #f7b331;
    border-color: #f7b331;
    border-radius: 0;
    color: #231f20;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: auto !important;
}

input.btn:hover, button.btn:hover {
    background-color: #32b779;
    border-color: #32b779;
    color: #ffffff;
    text-decoration: none;
}

#accountForm label {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 14em;
}

.tarieventabel table thead tr th {
    background: #f7b331;
    color: #231f20;
}

.tarieventabel table tbody tr:nth-child(odd) {
    background-color: white;
}

.tarieventabel table tbody tr:nth-child(even) {
    background-color: transparent;
}

ul > li:not(.breadcrumb-item), li:not(.breadcrumb-item) {
    font-size: 16px;
    padding: 5px 15px;
}

div.address {
    background: #231f20;
    color: #f5f4f4;
    margin-bottom: 30px;
    padding: 5px 15px;
}

div.address p {
    margin: 0;
    padding: 0;
}

