






/* Onderstaande code is toegevoegd door Folmer van Congressus. Neem bij vragen vooral contact op!
Er zitten twee specifieke kenmerken aan deze code:
> Elk tekst met een breedte van 1/4 is ingezet als tekstblok met aparte achtergrond.
> Er zijn wat specifieke kenmerken ingesteld voor de bestuurspagina
> de onderschriften van foto's worden op de foto weergegeven

Graag deze code apart houden en je eigen code hierboven invoeren! */
/* Toegevoegd door Folmer van Congressus - kleur in footer aanpassen */
footer{
    background-color: #235331;
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,.5);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd;
    color: rgba(255,255,255,.9);
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
    object-fit:contain;
}

footer {
    background-image: url(https://ssr-w.congressus.site/_media/2914676/47e4cbd0749a4cc9ab13e4b662ef7eb5/view);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 160px;
}

footer .headline h2, footer .headline h3, footer .headline h4, footer .headline h5, footer .headline h6 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

/* parallax */
section#content>.container {
  background-color: #fefefe;
}

.carousel {
  background-image:none;
}

#carousel-homepage.carousel .carousel-inner .item:before
{
  display:none;
}

body {
  background-image: url("https://congressus-ssr-w.s3-eu-west-1.amazonaws.com/template/a35d5e40b51445eabb9854be29c8a91b.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-inner>.item>img
{
  background-color:transparent;
  display:none;
}
-homepage.carousel .carousel-container {
  background:transparent;
}
#carousel-homepage.carousel--small .carousel-inner {
  background:transparent;
}
.content-header-background {
  background-image:none !important;
}

footer {
box-shadow: 10px 10px 10px 0.5px;
}
#carousel-homepage.carousel .carousel-inner {
  background-color:transparent;
}

/*----------------------*/
      .info-outer {
        margin: auto;
        width: 75%;
        display: flex;
        align-items: flex-end;
      }

      .info-container {
            flex: 20%;
            display: grid;
            grid-template-columns: auto;
            grid-template-rows: 1fr 1fr 1fr;
            margin: auto;
            background-color: #235331;
            color: #fffff2;
            border-radius: 20px 0 0 20px;
        }
        .info-box {
          padding: 1em;
            text-align: center;
            margin: auto;
        }
        .info-value {
            font-size: 2em;
            font-weight: bold;
        }
        .info-subtitle {
            font-size: 1em;
            color: #fefefe;
        }

.info-video {
  flex: 80%;
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
}
.info-video iframe {
    width: 100%;
    height: auto;
}  


@media (max-width: 1000px) {
  .info-container {
    flex: 33%;
    width: 75%;
    height: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    border-radius: 20px 20px 0 0;
  }

@media (max-width:650px) {
  .info-container {
  font-size:8px;
}}
  .info-outer {
    width: 90%;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .info-outer {width:90%;}
}

/*--------*/
.img-responsive{
  border-radius:20px;
}

section#content>.container{
  border-radius: 20px 20px 0 0;
    padding: 40px;
  
}

section#content .content-header.content-header-background:after {
  background:none;
}

/*-----*/
section#content .content-header {
height: 220px;
  background-color:transparent;

  
}
section#content .content-header .breadcrumb{
      padding-left: 0;
    padding-top: 60px;
    line-height: 25px;
      position: relative;
    z-index: 1;
    float: none !important;
    color: #fff;
  
}

section#content .content-header .breadcrumb>.active {
  color: #FFF;
}
section#content .content-header h2 {
  color: #FEFEFE;
  padding-top:0px;
  font-size:46px;
}
section#content .content-header a {
  color: #FFF;
}

body.no-template section#content>.container {
  border-radius:0px;
}

/* Overlay caption on image */
.img-caption {
    color: #FEFE;
    font-size: 2.5rem;
    transform: translate(0px, -25px);
    background-color: rgba(84, 51, 124, 1);
    text-align: center;
      font-family: "Lora", serif;
  font-weight:600;
}

/* aside */
.col-md-3.paragraph-text.paragraph-text-view {
      background-color: #235331;
    padding: 2em;
  margin-left:20px;
  margin-right:20px;
    border-radius: 20px;
    color: #fefefe;
  width: calc(25% - 40px);
  
  
}
.col-md-3.paragraph-text.paragraph-text-view a {
  padding: 10px 12px;
    font-weight: 500;
    transition: .25s ease-in;
    color: #fff;
    background-color: #54337c;
    border-color: #482c6a;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.7;
    border-radius: 3px;
    user-select: none;
  border-radius:20px;
  text-align:center;
  margin-top:1em;
  margin-left:25%;
  margin-right:25%;
  
}
/* aside voor 1/3 breedte */
.col-md-4.paragraph-text.paragraph-text-view {
      background-color: #235331;
    padding: 2em;
  margin-left:20px;
  margin-right:20px;
    border-radius: 20px;
    color: #fefefe;
  width: calc(33% - 40px);
  
}
.col-md-4.paragraph-text.paragraph-text-view a {
  padding: 10px 12px;
    font-weight: 500;
    transition: .25s ease-in;
    color: #fff;
    background-color: #54337c;
    border-color: #482c6a;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.7;
    border-radius: 3px;
    user-select: none;
  border-radius:20px;
  text-align:center;
  margin-top:1.5em;
  margin-left:25%;
  margin-right:25%;
}

/* aside specifiek voor de bestuurspagina */
body.template-content.webpage-65963 {
  .col-md-3.paragraph-text.paragraph-text-view{
    width:calc(25% - 20px);
  
    margin-right:0px;
  }
  /*.img-responsive{
    max-width:50%;
  }*/
  .col-md-3.paragraph-text.paragraph-text-view a{
    margin-left:5%;
    
  }
}








