/*----FONTS----*/

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

body, html{
  height: 100%;
  min-height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  letter-spacing: .3px;
  font-weight: 400;
  line-height: 150%;
}

body{
  padding-bottom: 80px;
  background: #f2f2f2;
  color: #333;
}

a, a:visited, a:link, a:active{
  color: #d60047;  
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  text-decoration: none;
}

button, button .fa{
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
}

a:hover{
  color: #c44202;  
}

h1, h2, h3, h4{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #d60047;
   letter-spacing: 2px;
 }

h1{
  text-align: center;
  margin-bottom: 25px;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 30px;
  color: #d60047; 
}

h3{
  color: #d60047;
}

b, strong{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}


.container{
  padding: 0px;
  max-width: 1000px;
}

.container.page{
  box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
}

.header{
  height: 250px;
  background: #EAEAEA;
  text-align: center;
}

@media (max-width: 991px){
  .header{
  height: auto;
  }
}

.header-img{
  display: inline-block;
  margin: 0 auto;
  }

@media (min-width: 1200px){
  .header-img{
  float: right;
  }
}

.specs{
  position: absolute;
  z-index: 500;
  top: 0;
  padding: 40px 0px 0px 0px;
  margin-left: -50px;
}

.specs h2, .specs h3{
  background: #fff;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  color: #222;
  font-size: 22px;
  height: 42px;
  padding: 12px 20px;
  margin: 0px 0px 15px 0px;
  line-height: 100%;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
}

.specs h3 a{
  color: #222;
  text-decoration: none;
}

.specs .fa{
  float: left;
  background: #d60047;
  color: #fff;
  font-size: 22px;
  height: 42px;
  padding: 10px 0px;
  margin: 0px;
  line-height: 100%;
  width: 50px;
  text-align: center;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
}
.specs .material-symbols-outlined{
  float: left;
  background: #d60047;
  color: #fff;
  font-size: 22px;
  height: 42px;
  padding: 10px 0px;
  margin: 0px;
  line-height: 100%;
  width: 50px;
  text-align: center;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
}

.fa-h3{
  font-size: 24px;
}

.specs h3 .pipe{
  font-size: 18px; 
  color: #d60047;
}

.specs-mobile{
  padding: 15px 0px 15px 0px;
  background: #d60047;
  box-shadow: inset 0px -1px 4px rgba(0,0,0,0.3);
  font-family: 'Roboto Condensed';
  color: #fff;  
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

@media (max-width: 991px){
  .specs-mobile{
  font-size: 16px;
  }
  .specs-mobile .material-symbols-outlined{
display: none;
  }
}

.specs-mobile a{
  color: #fff;
  text-decoration: none;
}

.specs-mobile .pipe{
  font-size: 18px; 
  color: #000;
}

.specs-mobile .fa{
  color:rgba(0,0,0,0.5);  
  font-size: 22px;
  margin-right: 4px;
}

@media (max-width: 768px){
  .specs-mobile .col-xs-12{
    padding-top: 15px;
  }
}

.navbar-inverse{
  border-radius: 0px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  background: #111111;
  text-transform: uppercase;
  letter-spacing: 1px;  
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-brand.active {
    color: #fff;
    background: rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background: rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
    background: rgba(0,0,0,0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.2);
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px;
}

@media (max-width: 991px){
  .nav>li>a {
      position: relative;
      display: block;
      padding: 15px 15px;
  }
}

a.btn-aanmelden{
  background: #d60047;
  color: #fff;  
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.btn-aanmelden .fa{
  color: #000;
}

a.btn-aanmelden:hover{
  background: #fff;
  color: #000;  
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.btn-aanmelden:hover .fa{
  color: #d60047;
}

.content{
  background: #fff;
  padding: 40px; 
}

.content-block{
  padding: 0px 15px;
}

@media (max-width: 768px){
  .content{
    background: #fff;
    padding: 20px; 
  }
  .content-block{
    padding: 0px;
  }
}

.footer-top{
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #d60047;
  letter-spacing: 1px;
}
.footer{  
  position: relative;
  bottom: 0;
  background: #111111;
  padding: 50px 0px;
  color: #b9b9b9;
  text-align: center;
  letter-spacing: 1px;
}

.logo-footer{
opacity: 0.7;
transition: all .2s;
-webkit-transition: all .2s;
-moz-transition: all .2s;
}

.logo-footer:hover{
opacity: 1;
}

.footer a{  
  color: #fff;
  text-decoration: none;
}

.footer a:hover{  
  color: #d60047;
}

.footer .pipe{
  color: #d60047;
  margin: 0px 20px;
}

.contactform{
  max-width: 560px;
  float: left;
}

.contactform input, .contactform textarea{
  margin: 10px 20px;
}

input[type=submit]{
  background: #d60047;
  color: #fff;  
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  padding: 8px 15px;
  border-radius: 3px;
  transition: all .2s;
}

input:hover[type=submit]{
  background: #000;
  color: #fff;  
}

.well.contact{
  max-width: 380px;
  float: right;
}

.contactform td:first-child{
  min-width: 140px;
}

.well{
    overflow: auto;
    padding: 10px 25px;
    background: #eaeaea;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.btn{
    border: 0px;
    box-shadow: none;
}

a.btn-info{
    background: #2AABD2;
}

a.btn-info:hover{
    background: #1e92b2;
}

a.btn-info, a.btn-success{ 
    color: #fff;
}

a.bookFeedBlock{
  display: block;
  float: left;
  width: 45%;
  margin: 10px;
  padding: 20px;
  background: #ebebeb;
  min-height: 193px;
  position: relative;
}

@media(max-width: 767px){
  .bookFeedBlock{
    width: 85%;
  }
}

.bookFeedBlock:hover{
  background: #E2E2E2;
}

.bookFeedBlock:hover .book-title::after{
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
}

.bookFeedBlock img{
  float: left;
  margin: 3px 20px 0px 0px;
  max-height: 150px;
}

.bookFeedBlock .book-title{
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #222;
  padding-right: 5px;
}

.bookFeedBlock .book-title::after{
  content: 'meer »';
  padding: 3px 15px;
  font-size: 16px;
  position: relative;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border-radius: 20px;
  background: #fff;
  color: #FF6961;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px 20px 20px 0px;
}

a .meer{
  display: none;
}

.book_page_lead h1{
  text-align: left;
}

table.table.programme td{
  padding: 15px 10px;
}

table.table.programme .time{
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #222;
  font-size: 18px;
}

table.table.programme h4{
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
  font-size: 18px;
}

table.table.programme p{
  margin: 5px 0px 0px 0px;
}


table.table.programme h4.black{
  color: #222;
}

table.table.programme .well{
  text-align: left;
  padding: 12px;
  border-radius: 4px;
  border-top-left-radius: 0px;
}

table.table.programme .well, table.table.programme .well:hover{
  text-align: left;
  padding: 12px;
  background: #ebebeb;
  border: none;
}

table.table.programme a.collapseLink{
  font-family: 'Roboto', sans-serif, sans-serif;
  text-align: left;
  color: #222;
  background: #ebebeb;
  padding: 6px 10px 8px 10px;
  display: inline-block;
  margin-top: 5px;
  border-radius: 4px;
  text-decoration: none;
  line-height: 100%;
}

table.table.programme a.collapseLink .fa{
  color: #18B0A6;
  font-size: 13px;
  margin-left: 3px;
  transition: .2s;
}

table.table.programme a.collapseLink[aria-expanded="true"] .fa{
  transform: rotate(90deg);
}

table.table.programme a.collapseLink[aria-expanded="true"]{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

img.speaker-portrait {
    float: right;
    margin: 0px 25px;
    max-width: 100px;
    border-radius: 100px;
}

table.table.programme img.speaker-portrait {
    margin: 0px 5px;
    clear: both;
    max-width: 90px;
    border-radius: 100px;
}

.artikel .articlethumbnail, .content-block .articlethumbnail {
    border-radius: 50%;
    max-width: 100px;
    clear: both;
    display: block;
    margin: 10px auto;
}