@charset "UTF-8";
body {
  color: #242323;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: Roboto, sans-serif;
}

.pure-g [class*=pure-u] {
  font-family: Roboto, sans-serif;
}

a {
  color: #635959;
}
a:hover {
  color: #8c1018;
}
a:visited {
  color: #8c1018;
}
a a:active {
  color: #242323;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Anton, sans-serif !important;
  color: #242323;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: inherit;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
}

h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}
h2 {
  font-size: 2.625rem;
  line-height: 2.625rem;
}

h3 {
  font-size: 2.00rem;
  line-height: 2.00rem;
}

h4 {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

table {
  width: 100%;
  margin: 2rem 0;
  border: 1px solid #d1cdcd;
}
table tr {
  background-color: #ffffff;
}
table tr:nth-child(even) {
  background-color: #d1cdcd;
}
table tr th {
  text-align: left;
  padding: 1rem;
  font-weight: normal;
}
table tr td {
  text-align: left;
  height: 2rem;
  padding: 1rem;
}
table thead tr {
  background-color: #242323;
  color: #ffffff;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.padding_block {
  padding: 0 1rem;
}

.pure-menu-active > .pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
  background-color: transparent;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.menu li {
  display: inline-block;
  padding: 0 1rem;
}

.fabutton {
  display: inline-block;
  background-color: #242323;
  border-radius: 50%;
  min-width: 1.5rem;
  min-height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.625rem;
}

.button {
  background-color: #8c1018;
  text-align: center;
  color: #ffffff;
  padding: 0.75rem 1rem;
  display: block;
  font-size: 1.125rem;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.button:visited {
  color: #ffffff;
}
.button:hover {
  color: #635959;
}
.button.bigger {
  font-size: 1.5rem;
  padding: 1rem;
}

.leaderboard, .topbanner {
  text-align: center;
}

.header {
  font-family: Anton, sans-serif;
  font-size: 1.25rem;
}

.center {
  text-align: center;
}

.video {
  height: 15rem;
}
.video object,
.video embed,
.video iframe {
  max-height: 100%;
}

.widget .grey-background {
  background-color: #635959;
  color: #ffffff;
  margin-top: 1rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 0 1rem;
}
.widget .grey-background.header {
  font-size: 1rem;
}

.uppercase {
  text-transform: uppercase;
}

.widget {
  position: relative;
}
.widget.textblock {
  border: 1px solid #242323;
}
.widget.textblock h1, .widget.textblock h2, .widget.textblock h3, .widget.textblock h4, .widget.textblock h5, .widget.textblock h6, .widget.textblock .header {
  background-color: #242323;
  color: #ffffff;
  padding: 0.75rem 1rem;
}
.widget.textblock p {
  margin: 0;
  padding: 1rem 2rem;
}
.widget.textblock .text {
  padding: 1rem 2rem;
}
.widget.textblock .text p {
  margin: 0;
  padding: 1rem 0;
}
.widget.textblock .button {
  margin: 0.75rem 2rem 0.75rem 2rem;
}
.widget.articles .fabutton {
  float: right;
  margin: 2rem;
  background: #8c1018;
}

header {
  margin-bottom: 1rem;
}
header section {
  margin-bottom: 1rem;
}
header .breadcrumb {
  display: block;
  padding: 0 1rem;
}
header .breadcrumb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
header .breadcrumb ul li {
  display: inline-block;
}
header .breadcrumb ul li::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  content: "";
  margin: 0px 0px 0px 7px;
}
header .breadcrumb ul li:last-child::after {
  display: none;
}
header .breadcrumb ul li a {
  text-decoration: none;
  color: inherit;
}

footer {
  background-color: #000000;
  color: #ffffff;
  margin-top: 3em;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #ffffff;
}
footer .block {
  padding: 1rem;
}
footer .block a {
  color: #ffffff;
}
footer .block ul {
  list-style-type: none;
  padding: 1rem 0;
  margin: 0;
}
footer .block ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .block ul li a {
  text-decoration: none;
  color: inherit;
}
footer .block ul li::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  font-size: 0.8rem;
  top: -0.05rem;
  content: "";
  margin: 0 1rem 0 0;
}
footer div#page-up {
  height: 3em;
  padding: 0 0 1em 0;
  position: relative;
}
footer div#page-up a {
  position: absolute;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../design/pageup.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 3em;
  height: 3em;
}
footer div#page-up a a:hover {
  background-color: #ff6900;
}

article {
  margin-bottom: 1rem;
}
article .image {
  position: relative;
  width: 100%;
  height: 8rem;
  overflow: hidden;
}
article .image img {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article .info {
  font-size: 0.8rem;
  color: #635959;
}
article .text {
  text-align: justify;
}
article.featured-article .image {
  height: 10rem;
}

section#content * {
  max-width: 100%;
}
section#content.news article > a {
  color: inherit;
  text-decoration: none;
}
section#content.news article > a:hover {
  color: #8c1018;
}
section#content .pagination {
  text-align: center;
}
section#content .pagination a {
  color: inherit;
}
section#content .pagination a:hover {
  color: #8c1018;
  font-weight: bold;
}

section#widgets {
  margin-top: 1rem;
}

ul.fotoalbum {
  list-style-type: none;
  padding: 1rem 0;
  margin: 0;
}
ul.fotoalbum li {
  margin-bottom: 2rem;
}
ul.fotoalbum li a {
  display: block;
  margin: 0.5rem;
  background-color: #242323;
  text-decoration: none;
}
ul.fotoalbum li a img {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
}
ul.fotoalbum li a span {
  display: block;
  color: #ffffff;
  padding: 0.5rem;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
}
ul.fotoalbum.fotos {
  color: #ffffff;
}
ul.fotoalbum.fotos a {
  height: 15rem;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul.fotoalbum.fotos a img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.fotoalbum.fotos .data {
  background-color: #242323;
  padding: 1rem;
  margin: 0 0.5rem;
}
ul.fotoalbum.fotos .data div {
  padding: 0.5rem 0;
  display: block;
  font-size: 0.8rem;
  text-transform: none;
}
ul.fotoalbum.fotos .data div.title {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}
ul.fotoalbum.fotos .data div.date:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  padding-right: 1rem;
  content: "";
  top: -0.05rem;
}
ul.fotoalbum.fotos .data div.name:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  padding-right: 1rem;
  content: "";
  top: -0.05rem;
}
ul.fotoalbum.fotos .data div.count:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  padding-right: 1rem;
  content: "";
  top: -0.05rem;
}

.marketplace-tags {
  margin: 4rem 0;
}
.marketplace-tags h3 {
  color: #635959;
}
.marketplace-tags ul {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}
.marketplace-tags ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 1rem 0.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #242323;
  color: #ffffff;
  text-decoration: none;
}
.marketplace-tags ul li:nth-child(even) a {
  margin-right: 0;
}
.marketplace-tags ul li:nth-child(odd) a {
  margin-left: 0;
}

a.readmore {
  display: block;
  color: #8c1018;
  text-transform: capitalize;
  font-weight: bold;
}

.marketplace .advertisement {
  margin: 1rem 0;
  background-color: #d1cdcd;
}
.marketplace .advertisement .marketplace-category {
  background-color: #242323;
  color: #ffffff;
  text-align: right;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
.marketplace .advertisement .marketplace-content {
  padding: 1rem;
}
.marketplace .advertisement .marketplace-content h5 {
  margin: 1rem 0;
}
.marketplace .advertisement .marketplace-content .cropping-image.thumbnail {
  width: 9rem;
  height: 9rem;
  margin-right: 1rem;
}
.marketplace .advertisement .marketplace-stats {
  padding: 1rem;
}
.marketplace .advertisement .marketplace-stats span {
  color: #635959;
}
.marketplace .advertisement .marketplace-stats span.date:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  padding-right: 1rem;
  content: "";
  top: -0.05rem;
}
.marketplace .advertisement .marketplace-stats span.name:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  padding-right: 1rem;
  content: "";
  top: -0.05rem;
}
.marketplace .advertisement .marketplace-stats span.count:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  padding-right: 1rem;
  color: #8c1018;
  content: "";
  top: -0.05rem;
}
.marketplace .advertisement.single {
  background-color: inherit;
}
.marketplace .advertisement.single .marketplace-content {
  background-color: inherit;
  padding: 1rem 0;
}
.marketplace .advertisement.single .marketplace-stats {
  margin-top: 1rem;
  background-color: #242323;
}
.marketplace .advertisement.single .marketplace-stats span {
  color: #ffffff;
}

.country {
  margin-bottom: 2rem;
}
.country h1, .country h2, .country h3, .country h4, .country h5, .country h6 {
  margin-bottom: 1rem;
}

.related-articles a,
.widget-articles a {
  text-decoration: none;
  color: inherit;
}
.related-articles a:visited,
.widget-articles a:visited {
  color: inherit;
}
.related-articles a:hover,
.widget-articles a:hover {
  color: #8c1018;
}

.article-widget-a {
  text-decoration: none;
}

.article-widget {
  margin-bottom: 1rem;
}
.article-widget .image img {
  width: 100%;
}
.article-widget .header {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.article-widget .header .padding .date {
  font-size: 0.75rem;
  color: #000000;
}
.article-widget.small-image .header .padding {
  padding: 0 0.375rem;
}
.article-widget.bigger-text .text {
  font-size: 1rem !important;
}
.article-widget.small-image .text {
  display: none !important;
}

.news-categories ul {
  list-style-type: none;
  padding: 1rem;
  margin: 0;
}
.news-categories ul li {
  padding: 0.25rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-categories ul li a {
  text-decoration: none;
  color: inherit;
}
.news-categories ul li a:hover {
  color: #8c1018;
  font-weight: bold;
}
.news-categories ul li::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  content: "";
  margin: 0 1rem 0 0;
}

#widgets_dynamic * {
  max-width: 100%;
}
#widgets_dynamic > .widget {
  margin: 2rem 0;
}

.related-articles {
  margin-top: 1.5rem;
}
.related-articles .article-widget.imalone h5 {
  margin: 0.5rem 0 0.5rem 0;
}
.related-articles .article-widget.imalone .image {
  height: 11.25rem;
}
.related-articles .article-widget.imalone .text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.related-articles .article-widget.imalone .date {
  color: #d1cdcd;
  margin: 0.5rem 0;
}
.related-articles.homepage {
  margin-top: inherit;
}
.related-articles.homepage .article-text-overlay {
  height: 22.5rem;
}
.related-articles.homepage .article-text-overlay.notext {
  height: 15rem;
}
.related-articles.homepage .article-text-overlay.large {
  height: 28.5rem;
}
.related-articles h4 {
  margin-bottom: 1rem;
}
.related-articles .article-widget, .related-articles > div {
  margin-bottom: 1.5rem;
}

.article-text-overlay {
  height: 15rem;
  color: #ffffff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-text-overlay .header {
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.article-text-overlay.small {
  height: 15rem;
}
.article-text-overlay .date {
  font-size: 0.875rem;
  color: #ffffff;
}
.article-text-overlay.notext .date, .article-text-overlay.notext .text {
  display: none;
}
.article-text-overlay .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.article-text-overlay .padding {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  font-size: 0.9rem;
}
.article-text-overlay .padding h1, .article-text-overlay .padding h2, .article-text-overlay .padding h3, .article-text-overlay .padding h4, .article-text-overlay .padding h5, .article-text-overlay .padding h6 {

    color: #ffffff;

  }

  .article-text-overlay.imageonly .padding {

    bottom: 3rem;

  }

  .article-text-overlay.main .padding {

    bottom: 2rem;

  }

  .article-text-overlay.small {

    height: 15rem;

    margin-bottom: 2rem;

  }

  .article-text-overlay.small .header {

    font-size: 1.5rem;

    line-height: 1.5rem;

  }

  .article-text-overlay.small .padding {

    left: 1rem;

    right: 1rem;

  }

  .article-text-overlay.small-one .header {

    font-size: 1.5rem;

    line-height: 1.5rem;

  }

  .article-text-overlay.small-one .padding {

    left: 1rem;

    right: 1rem;

}

.pagination {
  text-align: center;
}
.pagination a {
  text-decoration: none;
  color: #242323;
}

section#content.homepage .clean {
  max-width: none;
  margin-left: -1rem;
  margin-right: -1rem;
}
section#content.homepage .clean .p_container {
  margin: 0 1rem;
}
section#content.homepage .row.first {
  margin-bottom: 0.5rem;
}
section#content.homepage .row.second {
  margin-bottom: 1.5rem;
}
section#content.homepage .row.first div:last-child > .p_container {
  margin-right: 0;
}
section#content.homepage .row.first div:last-child > .p_container .advertisement {
  margin-top: 0;
}
section#content.homepage .row.fourth {
  margin-bottom: 2rem;
}
section#content.homepage .row.fourth .text, section#content.homepage .row.fourth .date {
  display: none;
}
section#content.homepage .row.fourth .header {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
section#content.homepage .row.fifth {
  margin-bottom: 1.5rem;
}
section#content.homepage .row.sixth {
  margin-bottom: 0;
}
section#content.homepage .row.sixth .pure-g {
  margin-bottom: 0;
}
section#content.homepage .row.third .article-text-overlay {
  height: 15rem;
  margin-bottom: 1.5rem;
}
section#content.homepage .row.third .persbericht {
  height: 6rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  background: #8c1018;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  vertical-align: middle;
}
section#content.homepage .row.second div.pure-g {
  padding: 0;
  margin: -1rem 0;
}
section#content.homepage .row.second div.pure-g div a {
  display: block;
  margin: 1rem;
  background: #8c1018;
  height: 5.25rem;
  position: relative;
  text-align: center;
  font-size: 0.625rem;
  background-size: auto 2rem;
  background-position: center 1rem;
  background-repeat: no-repeat;
}
section#content.homepage .row.second div.pure-g div a.wegvervoer {
  background-image: url("vrachtauto.png");
}
section#content.homepage .row.second div.pure-g div a.spoorvervoer {
  background-image: url("trein.png");
}
section#content.homepage .row.second div.pure-g div a.luchtvaart {
  background-image: url("vliegtuig.png");
}
section#content.homepage .row.second div.pure-g div a.scheepvaart {
  background-image: url("boot.png");
}
section#content.homepage .row.second div.pure-g div a.logistiek {
  background-image: url("vorkheftruck.png");
}
section#content.homepage .row.second div.pure-g div a.busvervoer {
  background-image: url("bus.png");
}
section#content.homepage .row.second div.pure-g div a span.text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0.5rem;
  text-transform: uppercase;
  color: #ffffff;
}
section#content.homepage .widget .rijverboden {
  margin: 1rem 0;
}
section#content.homepage .traffic .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #8c1018;
  margin: 0 2rem;
  margin-bottom: 0;
}
.p_container .fotoalbum_container {
  background: #242323;
  padding: 2rem 0;
}
.p_container .fotoalbum_container .p_container {
  padding: 0 2rem;
}
.p_container .fotoalbum_container h3 {
  font-size: 3rem;
  color: #ffffff;
  padding-bottom: 2rem;
}
.p_container .fotoalbum_container ul.fotoalbum.fotos {
  margin: 0;
  padding: 0;
}
.p_container .fotoalbum_container ul.fotoalbum.fotos li .margin {
  margin: 0.5rem 1rem;
  position: relative;
}
.p_container .fotoalbum_container ul.fotoalbum.fotos li .data {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.p_container .fotoalbum_container ul.fotoalbum.fotos li .data .title {
  font-size: 0.875rem;
  padding: 0 1rem;
}
.p_container .fotoalbum_container ul.fotoalbum.fotos li .data .rating {
  display: none;
}
.p_container .fotoalbum_container ul.fotoalbum.fotos a {
  height: 7rem;
}
.p_container .fotoalbum_container p.text {
  color: #ffffff;
}
.p_container .fotoalbum_container .news-button-all {
  padding: 2rem;
  margin: 2rem 0;
  background: #ffffff;
  color: #8c1018;
}

.news-article-widget a {
  text-decoration: none;
  color: #242323;
}
.news-article-widget a .info {
  font-size: 0.75rem;
  color: #635959;
}

body.not_mobile #toggle {
  display: none !important;
}

a.persbericht {
  height: 6rem;
  margin-top: 2.875rem;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  background: #8c1018;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
}
a.persbericht:visited, a.persbericht.hover {
  color: white;
}

.article-text-overlay .text {
  display: none;
}

@media screen and (min-width: 35.5em) {
  header {
    margin-bottom: 2rem;
  }
  header section {
    margin-bottom: 2rem;
  }

  section#content.news article.list-article .container {
    margin: 0 2rem;
  }
  section#content.news article.list-article:nth-child(even) .container {
    margin-left: 0;
  }
  section#content.news article.list-article:nth-child(odd) .container {
    margin-right: 0;
  }

  section#widgets {
    margin-top: 0;
  }

  ul.fotoalbum {
    margin: -0.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .country .country-padding {
    padding: 1rem;
  }
  .country .country-padding:nth-child(odd) {
    padding-left: 0;
  }
  .country .country-padding:nth-child(even) {
    padding-right: 0;
  }

  .related-articles > .pure-g > div > .padding {
    padding: 0 1rem;
  }
  .related-articles > .pure-g > div:first-child > .padding {
    padding: 0 2rem 0 0;
  }
  .related-articles > .pure-g > div:last-child > .padding {
    padding: 0 0 0 2rem;
  }

  #widgets_dynamic * {
    max-width: 100%;
  }
  #widgets_dynamic > .widget {
    margin: 0 0 1rem 0;
  }
  #widgets_dynamic > .widget > .padding {
    margin-right: 2rem;
  }
  #widgets_dynamic > .widget:nth-child(2n) > .padding {
    margin-right: 0;
    margin-left: 2rem;
  }

  .p_container .fotoalbum_container ul.fotoalbum.fotos li .data {
    left: 2rem;
    right: 2rem;
  }

  .article-text-overlay .text {
    display: block;
  }

}
.add-top-margin {
  margin-top: 2rem;
}

@media screen and (min-width: 48em) {
  .add-top-margin {
    margin-top: 0;
  }

  article.featured-article .image {
    height: 15rem;
  }

  .marketplace-tags ul li:nth-child(odd) a, .marketplace-tags ul li:nth-child(even) a {
    margin: 1rem 0.5rem;
  }

  .marketplace .advertisement.single .marketplace-stats {
    padding: 1rem;
  }
  .marketplace .advertisement.single .marketplace-stats span {
    line-height: 3rem;
  }
  .marketplace .advertisement.single .marketplace-stats span:before {
    padding: 0 2rem;
  }

  .article-text-overlay {
    height: 25.5rem;
    color: #ffffff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .article-text-overlay .header {
    font-weight: normal;
    font-size: 3rem;
    line-height: 3rem;
  }
  .article-text-overlay.small {
    height: 15rem;
  }
  .article-text-overlay .date {
    font-size: 0.875rem;
    color: #d1cdcd;
  }
  .article-text-overlay.notext .date, .article-text-overlay.notext .text {
    display: none;
  }
  .article-text-overlay .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .article-text-overlay .padding {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
  .article-text-overlay .padding h1, .article-text-overlay .padding h2, .article-text-overlay .padding h3, .article-text-overlay .padding h4, .article-text-overlay .padding h5, .article-text-overlay .padding h6 {
    color: #ffffff;
  }
  .article-text-overlay.small-one .header {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .article-text-overlay.small-one .padding {
    left: 1rem;
    right: 1rem;
  }

  section#content.homepage .row.fourth .header {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 60em) {
  section#content.homepage .row.second div.pure-g {
    padding: 0;
    margin: -1rem 0;
  }
  section#content.homepage .row.second div.pure-g div a {
    font-size: 1rem;
    height: 10.5rem;
    background-position: center 2.5rem;
    background-size: auto;
  }
  section#content.homepage .row.second div.pure-g div a .fas {
    margin-top: 3rem;
    font-size: 3rem;
    line-height: 3rem;
  }
  section#content.homepage .row.second div.pure-g div a span.text {
    bottom: 1rem;
  }
  section#content.homepage .row.fourth {
    margin-bottom: 1.5rem;
  }
  section#content.homepage .row.fourth .text, section#content.homepage .row.fourth .date {
    display: none;
  }
  section#content.homepage .row.fourth .header {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  section#content.homepage .widget .rijverboden {
    margin: 1rem 0;
  }
  section#content.homepage .traffic h6 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  section#content.homepage .traffic .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #635959;
    margin: 0 2rem;
    margin-bottom: 0;
  }
  .p_container .fotoalbum_container {
    background: #242323;
    padding: 1.5rem 0 1rem 0;
  }
  .p_container .fotoalbum_container .p_container {
    padding: 0 1.5rem;
  }
  .p_container .fotoalbum_container h3 {
    color: #ffffff;
    padding-bottom: 2rem;
  }
  .p_container .fotoalbum_container ul.fotoalbum.fotos {
    margin: 0 0.5rem;
    padding: 0;
  }
  .p_container .fotoalbum_container ul.fotoalbum.fotos li {
    margin-bottom: 1rem;
  }
  .p_container .fotoalbum_container ul.fotoalbum.fotos li:nth-child(odd) a, .p_container .fotoalbum_container ul.fotoalbum.fotos li:nth-child(even) a {
    margin: 0;
  }
  .p_container .fotoalbum_container ul.fotoalbum.fotos li .margin {
    margin: 0.5rem 1rem;
    position: relative;
  }
  .p_container .fotoalbum_container ul.fotoalbum.fotos li .data {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .p_container .fotoalbum_container ul.fotoalbum.fotos li .data .title {
    font-size: 0.75rem;
    padding: 0 1rem;
  }
  .p_container .fotoalbum_container ul.fotoalbum.fotos li .data .rating {
    display: none;
  }
  .p_container .fotoalbum_container ul.fotoalbum.fotos a {
    height: 9.75rem;
  }
  .p_container .fotoalbum_container ul.fotoalbum.fotos a img {
    height: 150%;
    width: auto !important;
    max-width: none !important;
  }
  .p_container .fotoalbum_container div.text {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
  .p_container .fotoalbum_container p.text {
    color: #ffffff;
  }
  .p_container .fotoalbum_container .news-button-all {
    height: 4.5rem;
    padding: 0;
    font-size: 1.5rem;
    margin: 1rem 0;
    background: #ffffff;
    color: #8c1018;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }

  .add-top-margin {
    margin-top: 0;
  }

  #widgets_dynamic > .widget > .padding {
    margin-right: 0;
  }
  #widgets_dynamic > .widget:nth-child(2n) > .padding {
    margin-left: 0;
  }

  section#content.homepage > .p_container {
    margin-right: 0;
  }

  article .image {
    height: 10rem;
  }
  article.news-article .image, article.featured-article .image {
    height: 25.5rem;
  }

  section#widgets .p_container {
    margin-left: 1.5rem;
  }

  .article-widget.small-image .text {
    font-size: 0.8rem;
  }

  .article-text-overlay {
    height: 24rem;
    color: #ffffff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .article-text-overlay.main {
    height: 25.5rem;
  }
  .article-text-overlay .header {
    font-weight: normal;
    font-size: 3rem;
    line-height: 3rem;
  }
  .article-text-overlay .date {
    font-size: 0.875rem;
    color: #FFFFFF;
  }
  .article-text-overlay.notext .date, .article-text-overlay.notext .text {
    display: none;
  }
  .article-text-overlay .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .article-text-overlay .padding {
    position: absolute;
    left: 4rem;
    right: 4rem;
    bottom: 1rem;
  }
  .article-text-overlay .padding h1, .article-text-overlay .padding h2, .article-text-overlay .padding h3, .article-text-overlay .padding h4, .article-text-overlay .padding h5, .article-text-overlay .padding h6 {
    color: #ffffff;
  }
  .article-text-overlay.imageonly .padding {
    bottom: 3rem;
  }
  .article-text-overlay.main .padding {
    bottom: 2rem;
  }
  .article-text-overlay.small {
    height: 15rem;
    margin-bottom: 2rem;
  }
  .article-text-overlay.small .header {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .article-text-overlay.small .padding {
    left: 1rem;
    right: 1rem;
  }
  .article-text-overlay.small-one .header {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .article-text-overlay.small-one .padding {
    left: 1rem;
    right: 1rem;
  }
}
::placeholder {
  color: #635959;
  opacity: 1;
  /* Firefox */
}

.m_container {
  height: 100%;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.mhide {
  display: none !important;
}

.clear {
  clear: both;
}

.hide {
  display: none !important;
}

.advertisement-new {
  height: 4.5rem;
  line-height: 4.5rem;
  margin-top: 0;
  padding: 0;
  text-align: center;
  background: #d1cdcd;
}
.advertisement-new img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.advertisement-new.lrgmargin {
  margin-bottom: 1.5rem;
}
.advertisement-new.higherblock {
  height: 6rem;
  line-height: 6rem;
}

.cropping-image {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.cropping-image.thumbnail {
  width: 6rem;
  height: 6rem;
}
.cropping-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto !important;
  max-width: none !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cropping-image img.portrait {
  width: 100%;
  height: auto;
}

.article-widget.small-image {
  height: 6rem;
}
.article-widget.small-image .cropping-image {
  margin-right: 0.375rem;
}
.article-widget.small-image .data {
  overflow: hidden;
  max-height: 100%;
}
.article-widget.small-image .data .date {
  font-size: 0.875rem;
  color: #000000;
}
.article-widget.small-image .data .header {
  font-size: 1rem;
  line-height: 1rem;
}
.article-widget.small-image .data .text {
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: block !important;
}
.article-widget .data {
  display: block;
}

#topbar {
  line-height: 1.5rem;
  background-color: #d1cdcd;
  text-align: right;
}
#topbar a {
  color: inherit;
  text-decoration: none;
}
#topbar a.fab {
  display: none;
}

#header {
  position: relative;
}
#header .m_container > * {
  padding: 1rem;
}
#header .logo {
  width: 100%;
  display: block;
}
#header .logo img {
  max-height: 5rem;
  max-width: 100%;
}
#header #search {
  padding-top: 1.4375rem;
}
#header #search input {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid #919191;
}
#header #toggle {
  position: absolute;
  top: 50%;
  margin-top: -0.875rem;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
}
#header #toggle .bar {
  background: #8c1018;
  height: 0.25rem;
  margin: 0.25rem 0;
  width: 100%;
  display: block;
}

@media screen and (max-width: 35.5em) {
  nav {
    display: none;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: Roboto;
    letter-spacing: -1px;
    text-transform: uppercase;
  }
  nav ul.menu li {
    display: block;
    color: #242323;
    line-height: 3rem;
  }
  nav ul.menu li a {
    color: #242323;
    text-decoration: none;
  }
  nav ul.menu li.menu-has-children > a span {
    float: right;
  }
  nav ul.menu li.menu-has-children > a span:after {
    content: "+";
  }
  nav ul.menu li.menu-open > a span {
    float: right;
  }
  nav ul.menu li.menu-open > a span:after {
    content: "-";
  }
  nav ul.menu li ul.menu-children {
    display: none;
    padding: 0;
  }
  nav ul.menu li ul.menu-children li {
    padding-right: 0;
    line-height: 2.5rem;
    display: block;
  }
  nav ul.menu li ul.menu-children li a {
    color: #242323;
  }
  nav ul.menu li ul.menu-children li ul.menu-children {
    display: none;
    padding: 0;
  }
  nav ul.menu li ul.menu-children li ul.menu-children div li a {
    color: #242323;
  }
  nav ul.menu li ul.menu-children li.menu-open ul.menu-children {
    display: block;
  }
  nav ul.menu li.menu-open ul.menu-children {
    display: block;
  }
  h1 { font-size: 2rem; line-height: 2.5rem; }
}
.widget {
  position: relative;
  margin-bottom: 1.5rem;
}
.widget .header {
  font-size: 1.5rem;
  font-weight: normal;
}
.widget .data p {
  padding: 0;
  margin: 1rem 1.5rem;
}
.widget .button {
  margin: 0.75rem 1.5rem 0.75rem 1.5rem !important;
}
.widget.rijverboden {
  min-height: 13.5rem;
}
.widget.rijverboden .button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.widget.rijverboden .data {
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 35.5em) {
  .article-widget.small-image .data .text {
    display: none !important;
  }

  .advertisement-persbericht {
    height: 15rem;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
  .advertisement-persbericht .pure-g .advertisement-new {
    margin-bottom: 0;
  }

  .special-column > * > * {
    margin-left: 1rem;
  }
  .special-column > *:first-child > * {
    margin-left: 0;
    margin-right: 1rem;
  }

  .mhide {
    display: block !important;
  }

  li.mhide {
    display: inline-block !important;
  }

  #header #toggle {
    display: none;
  }

  .thide {
    display: none;
  }

  #topbar {
    line-height: 3rem;
  }
  #topbar a.fab {
    display: inline-block;
    color: #ffffff;
  }
  #topbar a.login {
    background-color: #8c1018;
    color: #ffffff;
    padding: 0 1rem;
    display: inline-block;
  }

  #header {
    height: 7.5rem;
  }
  #header .logo {
    width: inherit;
  }
  #header .logo img {
    height: 5rem;
    max-width: 100%;
  }

  nav {
    height: 3rem;
    background-color: #242323;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: Roboto;
    letter-spacing: -1px;
    text-transform: uppercase;
  }
  nav ul.menu li {
    position: relative;
    color: #ffffff;
    line-height: 3rem;
    margin-right: 1rem;
  }
  nav ul.menu li a {
    color: #ffffff;
    text-decoration: none;
  }
  nav ul.menu li ul.menu-children {
    display: none;
    position: absolute;
    top: 3rem;
    left: 0;
    width: 20rem;
    background: #d1cdcd;
    z-index: 1000;
    padding: 0;
  }
  nav ul.menu li ul.menu-children li {
    line-height: 2.5rem;
    margin-right: 0;
    display: block;
  }
  nav ul.menu li ul.menu-children li a {
    color: #242323;
  }
  nav ul.menu li ul.menu-children li ul.menu-children {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 20rem;
    width: 21rem;
    background: transparent;
    padding: 0;
    z-index: 1200;
  }
  nav ul.menu li ul.menu-children li ul.menu-children div {
    background: #242323;
    margin-left: 1rem;
  }
  nav ul.menu li ul.menu-children li ul.menu-children div li a {
    color: #ffffff;
  }
  nav ul.menu li ul.menu-children li.menu-open {
    background-color: #8c1018;
  }
  nav ul.menu li ul.menu-children li.menu-open a {
    color: #ffffff;
  }
  nav ul.menu li ul.menu-children li.menu-open ul.menu-children {
    display: block;
  }
  nav ul.menu li.menu-open {
    background-color: #8c1018;
  }
  nav ul.menu li.menu-open ul.menu-children {
    display: block;
  }
}
@media screen and (min-width: 60em) {
  .special-column > * > * {
    margin-left: inherit;
  }
  .special-column > *:first-child > * {
    margin-left: inherit;
    margin-right: inherit;
  }

  nav ul.menu li ul.menu-children li:hover {
    background-color: #8c1018;
  }
  nav ul.menu li ul.menu-children li:hover a {
    color: #ffffff;
  }
  nav ul.menu li ul.menu-children li:hover ul.menu-children {
    display: block;
  }
  nav ul.menu li:hover {
    background-color: #8c1018;
  }
  nav ul.menu li:hover ul.menu-children {
    display: block;
  }
}
@media screen and (min-width: 60em) {
  .article-widget.small-image .data .text {
    display: block !important;
  }
}
@media screen and (min-width: 75.25em) {
  .m_container {
    position: relative;
    width: 75.25rem;
    margin: 0 auto;
  }
}
.imthird .header {
  margin: 0.5rem 0;
}
.imthird .cropping-image {
  width: 100%;
  height: 15rem;
}
.imthird .cropping-image img {
  width: 100% !important;
}
.imthird .news-article-widget .info {
  color: #d1cdcd;
}
.imthird .news-article-widget h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.imthird .news-article-widget .text {
  max-height: 1.5rem;
  overflow: hidden;
}

.imsecond a {
  text-decoration: none;
}
.imsecond .article-widget {
  margin-bottom: 1.5rem;
}
.imsecond .article-widget.small-image {
  height: 4.5rem;
}
.imsecond .article-widget .thumbnail {
  width: 4.5rem;
  height: 4.5rem;
}

.eight > div {
  margin-bottom: 0;
}

.downbelow {
  text-decoration: none;
}
.downbelow .article-widget {
  margin-bottom: 1.5rem;
}
.downbelow .article-widget.small-image .data .header {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.downbelow .article-widget.small-image .data .text {
  font-size: 1rem;
  line-height: 1rem;
}
.downbelow .article-widget .thumbnail {
  width: 17rem;
  height: 7.5rem;
  margin-right: 1.5rem;
}
.downbelow .article-widget .thumbnail img {
  height: auto;
  width: 100% !important;
}

.article-text-overlay.notext.small.lastone {
  height: 13.625rem;
}

#front-users, #bedrijvengids, #nieuwsbrief-aanmelden {
  margin: 0 auto;
}
#front-users form, #bedrijvengids form, #nieuwsbrief-aanmelden form {
  margin: 0.75rem 0 0.75rem 0;
}
#front-users label, #bedrijvengids label, #nieuwsbrief-aanmelden label {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
}
#front-users input, #front-users select, #front-users textarea, #bedrijvengids input, #bedrijvengids select, #bedrijvengids textarea, #nieuwsbrief-aanmelden input, #nieuwsbrief-aanmelden select, #nieuwsbrief-aanmelden textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #919191;
  box-sizing: border-box;
}
#front-users .message, #bedrijvengids .message, #nieuwsbrief-aanmelden .message {
  background: #d1cdcd;
  padding: 1rem;
}
#front-users span, #bedrijvengids span, #nieuwsbrief-aanmelden span {
  margin-left: 0.5rem;
}
#front-users#nieuwsbrief-aanmelden span, #bedrijvengids#nieuwsbrief-aanmelden span, #nieuwsbrief-aanmelden#nieuwsbrief-aanmelden span {
  margin-left: 0;
}
#front-users input[type=checkbox], #bedrijvengids input[type=checkbox], #nieuwsbrief-aanmelden input[type=checkbox] {
  width: auto;
  margin-left: 0.5rem;
}
#front-users textarea, #bedrijvengids textarea, #nieuwsbrief-aanmelden textarea {
  height: 20rem;
}
#front-users div.input-button, #bedrijvengids div.input-button, #nieuwsbrief-aanmelden div.input-button {
  margin: 0.75rem 1.5rem 0.75rem 1.5rem;
}
#front-users input.button, #bedrijvengids input.button, #nieuwsbrief-aanmelden input.button {
  margin: 1.5rem 0 0.75rem 0 !important;
  line-height: 1.5rem;
  font-size: 1.125rem;
  width: 100%;
  border: none;
  border-radius: 0;
}
#front-users ul.menu.menu-fotoalbum li a, #bedrijvengids ul.menu.menu-fotoalbum li a, #nieuwsbrief-aanmelden ul.menu.menu-fotoalbum li a {
  height: 3rem;
}
#front-users ul.menu.menu-fotoalbum li a.active, #bedrijvengids ul.menu.menu-fotoalbum li a.active, #nieuwsbrief-aanmelden ul.menu.menu-fotoalbum li a.active {
  background: #242323;
  font-weight: bold;
}
#front-users ul.menu li, #bedrijvengids ul.menu li, #nieuwsbrief-aanmelden ul.menu li {
  padding: 0;
}
#front-users ul.menu li a, #bedrijvengids ul.menu li a, #nieuwsbrief-aanmelden ul.menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1rem;
  height: 5rem;
  text-decoration: none;
  color: #ffffff;
  background-color: #8c1018;
  text-transform: uppercase;
}
#front-users div.block, #bedrijvengids div.block, #nieuwsbrief-aanmelden div.block {
  margin-bottom: 3rem;
}

#bedrijvengids .button-end {
  background: #ffffff;
}
#bedrijvengids input.button {
  margin: 0 !important;
}
#bedrijvengids ul {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}
#bedrijvengids ul li {
  padding: 0.25rem 1rem;
}
#bedrijvengids ul li::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  content: "";
  margin: 0 1rem 0 0;
}
#bedrijvengids ul li a {
  color: #242323;
  text-decoration: none;
}
#bedrijvengids ul li a:hover {
  color: #635959;
}
#bedrijvengids ul.characters {
  background-color: #242323;
  text-align: center;
}
#bedrijvengids ul.characters li {
  font-size: 0.75rem;
  padding: 0;
  line-height: 3rem;
}
#bedrijvengids ul.characters li::before {
  display: none;
}
#bedrijvengids ul.characters li a {
  display: inline-block;
  margin: 0;
  padding: 0 0.25rem;
  height: auto;
  background: none;
  text-transform: uppercase;
}
#bedrijvengids .marketplace-category {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.75rem 1rem;
  font-weight: bold;
}
#bedrijvengids .marketplace-content ul.address {
  margin-bottom: 0;
}
#bedrijvengids .marketplace-content ul.address li {
  padding: 0;
}
#bedrijvengids .marketplace-content ul.address li::before {
  display: none;
}
#bedrijvengids .marketplace-content ul.address li i {
  width: 2rem;
}
#bedrijvengids .pagination {
  margin: 1rem 0;
}
#bedrijvengids .pagination a {
  padding: 0 1rem;
}
#bedrijvengids .pagination a:hover {
  color: #635959 !important;
}
#bedrijvengids span {
  margin-left: 0;
}
#bedrijvengids .icons {
  display: inline-block;
}
#bedrijvengids .icons a {
  margin-left: 1rem;
  display: inline-block;
  background: #8c1018;
  font-size: 0.75rem;
  line-height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  color: #ffffff;
}
#bedrijvengids .icons a:hover {
  background: #635959;
}
#bedrijvengids span.phone:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0.05rem;
  font-size: 0.8rem;
  top: -0.05rem;
  content: "";
  margin: 0 1rem 0 0;
}

@media screen and (max-width: 35.5em) {
  .marketplace .advertisement .marketplace-content .cropping-image.thumbnail {
    width: 6rem;
    height: 6rem;
  }
}

/*# sourceMappingURL=style.css.map */


ul.fotoalbum.fotos.sidecolumn {
  margin: 0rem 1.0rem 0rem 1.0rem !important;
  padding-bottom: 0;
}
ul.fotoalbum.fotos.sidecolumn li {
  margin-bottom: 0.5rem;
}
ul.fotoalbum.fotos.sidecolumn a {
  position: relative;
  height: 10rem;
}
ul.fotoalbum.fotos.sidecolumn a img {
  height: inherit;
}
ul.fotoalbum.fotos.sidecolumn .data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0;
}
ul.fotoalbum.fotos.sidecolumn .data div {
  padding: 0.5rem;
  font-size: 0.625rem;
  line-height: 1rem;
}
ul.fotoalbum.fotos.sidecolumn .data div.title {
  font-size: 0.75rem;
}

.widget .fotoalbum_sidecolumn {
  background: #242323;
  color: #fff;
}
.widget .fotoalbum_sidecolumn h3 {
  color: #fff;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem !important
}
.widget .fotoalbum_sidecolumn div.text {
  padding: 0.75rem 1.5rem 0.75rem 1.5rem !important;
}
ul.fotoalbum.fotos.single-foto a {
  height: 30rem;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul.fotoalbum.fotos.single-foto a img {
  width: auto;
}

.zoom {
  padding: 50px;
  background-color: white;
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
