
.returnlink{
  text-align: left;
  position: relative;
  padding-left: 0;
}


.background-grey .single-content,
.background-grey .returnlink,
.background-grey{
  background-color: #F3F5F6; /* nog geen variabele voor */
}

.background-white{
  background-color: #FFF;
}

.sidebar.sidebar-citydeal{
  background-color: #fff;
}

.citydeal-intro-btn.button{
  text-decoration: none;
}

.header-block .social-popups {
  margin-top: 8px;
}

.header-block .row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.header-block .row > .col{
  display: flex;
  flex-direction: column;
}

.header-block .row > .rightcol{
  margin-top: 65px;
}

.header-block .article-meta.meta-citydeal{
  margin-top: 0;
}


/* =============================================================================
  sidebar citydeal top
============================================================================= */
.meta-item.logo {
    text-align: center;
    margin-bottom: 15px;
}

.meta-item.logo img {
  max-width: 70%;
}

.article-meta .citydeal_contact {
    padding-left: 35px;
    padding-bottom: 15px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/icon-Email.svg);
}

.sidebar-citydeal a,
.sidebar-citydeal a:active,
.sidebar-citydeal a:focus {
  color: #d52b1e; /* rood */
}

.sidebar-citydeal a:hover {
  color: #000000;
}


/* =============================================================================
  uitgelichte blokken citydeal
============================================================================= */
.row.cd_highlighted_blocks {
    margin: 20px 0;
}

.cd_highlighted_blocks .block.highlight {
  width: 100%;
  height: 200px;
  background-size: cover;
}

.cd_highlighted_blocks .col {
  padding-left: 0;
  padding-right: 0;
}

.cd_highlighted_blocks .col.block-1 {
  padding-right: 10px;
}


/* =============================================================================
  sidebar citydeal 'body'
============================================================================= */

.sidebar-cd-body{}

/* video */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* =============================================================================
  Actuele items op City deal homepage
============================================================================= */

a#filter-anchor {
    display: block;
    height: 40px;
}


/* =============================================================================
   Sidebar blokken Citydeal sidebar
============================================================================= */

.block.sidebar_gerelateerd h2 {
    color: white;
    padding: 0 12px;
    min-height: 40px;
    background-color: #d52b1e;
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
  }


  /* =============================================================================
    Gerelateerde items in sidebar citydeal
  ============================================================================= */

.related-item.download {
  padding-left: 35px;
  padding-bottom: 15px;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/icon-download.svg);
}

.meta-item.externe-link,
.related-item.link-item {
  padding-left: 35px;
  padding-bottom: 15px;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/icon-link.svg);
}

.article-meta .house {
    margin-bottom: 15px;
    line-height: 22px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/icon-netwerk.svg);
}


.related-item a,
.related-item a:active,
.related-item a:focus {
  color: #d52b1e; /* rood */
}

.related-item a:hover {
  color: #000000;
}


/* =============================================================================
  Pagination
============================================================================= */

.pagination {
  padding-top: 80px;
}


/* =============================================================================
  MAP op cd home
============================================================================= */
.citydeal-map{
  margin-top: 10px;
}


/* =============================================================================
  Meta items met labels
============================================================================= */

.agenda-meta .meta-item.citydeal{
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/icon-georganiseerd-door.svg);
}

.meta-item.citydeal{
  color: black;
  margin-bottom: 15px;
  line-height: 34px;
}

a.citydeal-label {
    margin-left: 6px;
    color: black;
    text-decoration: none;
    line-height: 34px;
    padding: 3px 8px 3px 8px;
    border-radius: 2px;
    font-size: 14px;
    background-color: #f2bfbb;
}

a.citydeal-label.label-actueel{
  margin-left: 0;
}

/* op pagina actueel moet citydeal label tussen de h1 en de border-top, die startdatestandaard op h1 */

.single-post .meta-item.citydeal{
  color: black;
  margin-bottom: 15px;
  line-height: 34px;
  border-top: 3px solid #979797;
  padding-top: 44px;
  margin-bottom: 0;
  margin-top: 0px;

}

.single-post .single-content.citydeal-content h1{
    border-top: none;
    padding-top: 0px;
}

.post-archive .meta-item.citydeal{
  margin-bottom: 0;
}


/* =============================================================================
 responsive
============================================================================= */

@media (max-width: 992px){
  .header-block .row > .col .show-small-screens{
    display: block;
  }
  .hide-small-screens{
    display: none;
  }

  .header-block.background-grey {
    background-color: #fff;
  }

  .header-block.background-grey .row > .col.background-grey,
  .background-grey .single-content,
  .background-grey .returnlink,
  .returnlink.align-left{
  	background-color: #F3F5F6;
  }

}

@media (min-width: 993px){
  .header-block .row > .col .show-small-screens{
    display: none;
  }
  .hide-small-screens{
    display: block;
  }
}







