
main > .container {
    padding: 120px 15px 0;
}


.bg-dark {
    background-color: #651722 !important;
    color: #F5F5F5;
}

nav li a:hover {
    background-color: #F5F5F5 !important;
    color: #651722 !important;
}

.btn.btn-primary {
    background-color: #651722;
    color: white;
}

#register-email {
    height: 38px;
    margin-right: 6px;
}

.collapsible-body {
    background: white;
}

.collapsible li {
    list-style-type: none;
}

.module {

}

.special-offer {
    padding: 12px;
    border-bottom: 1px solid #3f3f3f;
    width: 100%;
}

.reserveren {
    color: #651722;
    font-weight: bold;
}

.module h9 {
  color: #651722;
    font-weight: bold;
}

.dark-red-text {
    color: #651722;
}

.module img {
    width: 100%;
}

footer.bg-body-tertiary {
    background-color: #651722 !important;
    color: white;
}

.manual {

}

.manual h4 {
    padding-top: 36px;
    font-weight: bold;
}

.manual h5 {
    padding-top: 36px;
    font-weight: bold;
}

.manual h6 {
    padding-top: 36px;
    font-weight: bold;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.image-center {

}

.image-center img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
}