.bron__block {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  text-decoration: none!important;
  -webkit-print-color-adjust: exact;

  &:hover {
    color: #000;
    .bron__block-content {
      color: #000;
    }
  }

  &.bron__nomaxwidth
  {
    max-width: none;
  }
}

.bron__block-image {
  display: block;
  position: relative;
  height: 208px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
}

.bron__block-image-contain
{
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #796945;
}

.bron__block-image .play-button
{
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.bron__block-image .play-button:before
{
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.bron__block-image .play-button
{
  cursor: pointer;
}

.bron__block-image .play-button,
.bron__block-image .play-button:before
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}

.bron__block-paragraph {
  position: relative;
  padding: 35px 30px;
  color: #fff;
  background: var(--header_color,#796945);
  line-height: 1.4285em;

  .bron__block-type {
    background: var(--primary_color,#ea1010);
  }

  a
  {
    color: inherit;

    &:hover
    {
      color: #cccccc;
    }
  }
}

.bron__block-paragraph--title {
  font-size: 24px;
  font-family: "BundaySlab-Light";
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.bron_top .bron__block-content
{
  background-color: #eeeeee;
}

.bron__block-content {
  padding: 20px 30px;
  background: #fff;
  position: relative;
  width: 100%;
  display: block;
}

.bron__block-uitleg1,
.bron__block-uitleg2,
.bron__block-credits
{
  display: block;
  line-height: 1.3em;
  margin-bottom: 5px;

  p
  {
    line-height: 1.3em;
  }
}

.bron__block-credits
{
  font-style: italic;
}

.bron__block-uitleg2
{
  color: rgb(105, 105, 105);
}

.bron__block-type {
  position: absolute;
  z-index: 1;
  bottom: -28px;
  right: 42px;
  height: 55px;
  width: 55px;
  border-radius: 28px;
  background: var(--header_color,#796945);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  &:after {
    font-family: 'Font Awesome';
    font-size: 25px;
    font-weight: 500;
  }

  &.video:after {
    content: '\f008';
  }

  &.image:after {
    content: '\f03e';

  }

  &.text:after {
    content: '\f036';
  }
}

.bron__block-title {
  display: block;
  color: var(--header_color,#796945);
  font-weight: 600;
}

.column-text .bron__block
{
  max-width: none;
}

#facebox .bron__block
{
  width: 600px;
}

#facebox .bron__block-content
{
  background-color: #eeeeee;
}