/* CSS Document */
 body {
     font-size:15px;
     color:#000;
     font-family: 'Raleway', sans-serif;
}
 p {
     margin:0px;
     padding:0px;
}
 .header {
     width:100%;
     background-color:#cb2b2c;
     font-size: 15px;
     color: #FFF;
     text-align: center;
     line-height: 50px;
}
 .actie {
     width:100%;
     background-color:#cb2b2c;
     font-size: 20px;
	 font-weight: 400;
	 padding: 10px 0px 10px 0px;
     color: #FFF;
     text-align: center;
	 text-transform: uppercase;
}
 img {
     margin-bottom: 5px;
}
 .card img {
     margin-bottom: 0px;
}
 .header img {
     width:auto;
     height: auto;
}
 .header a:link {
     color:#FFF;
     text-decoration: none;
     font-weight: normal;
}
 .header a:visited {
     color: #FFF;
}
 .header a:hover {
     color: #999999;
}
 .navbar {
     background-color:#FFF;
     padding:10px 0px 10px 0px;
     margin-top: 15px;
     margin-bottom: 15px;
     font-size:14px;
     text-transform: uppercase;
     color:#000;
     border-top: 1px solid #c4c4c4;
     border-bottom: 1px solid #c4c4c4;
     font-weight: 700;
}
 .navbar a:link{
     color:#8b8b8b;
}
 .navbar a:visited{
     color:#8b8b8b;
}
 .navbar a:hover{
     color:#cb2b2c;
}
 .nav-item li {
     padding-left:37px;
     padding-right:37px;
     color:#000;
}
 .navbar-expand-lg .navbar-nav.nav-link {
     padding-left:50px;
     padding-right:50px;
     color:#000;
}
 .navbar-expand-lg .navbar-nav .nav-link:visited {
     color:#000;
}
 .navbar-expand-lg .navbar-nav .nav-link:hover {
     color:#999999;
}
 .navbar-toggler {
     color:#000;
}
 .navbar-collapse {
     flex-basis:100%;
}
 .navbar-dark .navbar-toggler {
     color:#000;
     border:none;
}
 .ccm-image-slider-text {
     width: 100%!important;
     text-align: center;
     color: #FFF;
     font-weight: 700;
     text-shadow: 0px 0px 5px #000;
     letter-spacing: 5px;
     font-size: 20px;
     top:40%!important;
}
 .ccm-image-slider-text h2{
     width: 100%!important;
     text-align: center;
     color: #FFF;
     font-weight: 800;
     font-size: 40px;
     text-shadow: 0px 0px 5px #000;
}
.rslides_nav {
	height: 0px !important;
	width: 0px !important;
	background-image:none!important;
}
 .intro {
     width:100%;
     text-align: center;
     font-size: 18px;
     padding: 0px 0px 15px 0px;
     color: #8b8b8b;
}
 .intro img {
     width:auto;
}
 .segment_wit {
     width:100%;
     background-color:#fff;
     padding:35px 0px 50px 0px;
}
 .segment_wit_center {
     width:100%;
     background-color:#fff;
     padding:35px 0px 50px 0px;
	 text-align: center
}
 .segment_beige {
     width:100%;
     background-color:#f3f3f0;
     padding:50px 0px 50px 0px;
     border-top: 1px dashed #d9d9d3;
}
 .usp_wrapper {
     width:100%;
     text-align-last: center;
     padding: 50px 0px 20px 0px;
}
 .usp_wrapper img {
     width:80px;
     padding: 0px 0px 20px 0px;
}
 .brand_wrapper {
     width:100%;
}
 .button_wrapper {
     width:100%;
     text-align: center;
     font-size: 16px;
     padding-top: 30px;
}
 .button_wrapper a:link {
     color: #FFF;
     background-color: #000;
     padding: 15px;
     -o-transition:.5s;
     -ms-transition:.5s;
     -moz-transition:.5s;
     -webkit-transition:.5s;
     transition:.5s;
}
 .button_wrapper a:hover {
     color: #FFF;
     border: solid 3px #000;
}
 .button_wrapper a:visited {
     color: #FFF;
     background-color: #000;
}
 .col {
     margin-top:15px;
     margin-bottom:15px;
}
 .col-md {
     margin-top:15px;
     margin-bottom:15px;
}
 .col-sm {
     margin-top:15px;
     margin-bottom:15px;
}
 .col-md-2 {
     margin-top:15px;
     margin-bottom:15px;
}
 .col-md-4 {
     margin-top:15px;
     margin-bottom:15px;
}
 .col-md-5 {
     margin-top:15px;
     margin-bottom:15px;
}
 .col-md-8 {
     margin-top:15px;
     margin-bottom:15px;
}
 .col-lg {
     margin-top:15px;
     margin-bottom:15px;
}
 .card {
     border-radius:0px;
     border: 1px solid #d9d9d3;
     color: #8b8b8b;
     text-align: center;
     font-size: 14px;
	  -o-transition:.5s;
     -ms-transition:.5s;
     -moz-transition:.5s;
     -webkit-transition:.5s;
     transition:.5s;
}
 .card:hover {
     -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.76);
     -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.76);
     box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.76);
}
 .card a:link{
     color:#8b8b8b;
}
 .card a:hover{
     color:#cb2b2c;
}
 .card a:visited{
     color:#8b8b8b;
}
 .card h2 a:link{
     color:#000;
}
 .card h2 a:hover{
     color:#cb2b2c;
}
 .card h2 a:visited{
     color:#000;
}
 .card-body {
     padding: 20px;
}
 .segment_beige .card {
     border-radius:0px;
     border: 1px solid #d9d9d3;
     background-color: #FFF;
}
 .carousel-caption {
     bottom: 170px;
     text-shadow: 0px 0px 10px #000;
     font-size: 20px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 5px;
}
 .volg_streamer {
     width:100%;
     font-size: 40px;
     color: #FFF;
     text-shadow: 0px 0px 10px #000;
     text-transform: uppercase;
     font-weight: 600;
     padding-top:170px;
     padding-bottom:170px;
     text-align: center;
     background-color: #131313;
     background-position:top right;
     background-size: cover;
     background-repeat: no-repeat;
     background-image:url(img/slide-2.jpg);
}
 .afspraak_streamer {
     width:100%;
     padding-top:80px;
     padding-bottom:80px;
     background-color: #cb2b2c;
     background-size: cover;
     background-position:top center;
     background-repeat: no-repeat;
     background-image:url(img/truien.jpg);
     color:#FFF;
}
 .half {
     width:50%;
     float:left;
     padding-top: 9px;
     padding-bottom: 9px;
}
 .footer {
     width:100%;
     background-color:#f3f3f0;
     padding:30px 0px 0px 0px;
     color:gray;
}
 .footer img {
     width:auto;
}
 .footer_header {
     width:100%;
     margin-bottom:10px;
     font-size:20px;
     color:#cb2b2c;
     text-transform: uppercase;
}
 .footer ul {
     list-style-type:none;
     margin:0;
     padding:0;
     width:100%;
}
 .footer li {
     margin-top:10px;
	 margin-bottom:10px;
}
 .footer li a:link {
     display: block;
     color:#8b8b8b;
     text-decoration:none;
}
 .footer li a:visited {
     color:#8b8b8b;
}
 .footer li a:hover {
     color:#cb2b2c;
}
 .footer_bottom {
     width:100%;
     background-color:#cb2b2c;
     color:#FFF;
     text-align:center;
}
 .footer_bottom a:link {
     color:#FFF;
     text-decoration: none;
}
 .footer_bottom a:visited {
     color:#FFF;
}
 .footer_bottom a:hover {
     color:#8b8b8b;
}
 .list-group-item:first-child {
     border-top-left-radius:0px;
     border-top-right-radius:0px;
}
 .list-group-item:last-child {
     border-bottom-left-radius:0px;
     border-bottom-right-radius:0px;
}
 img {
     width:100%;
     height:auto;
}
 h1 {
     font-size:25px;
     color:#000;
     line-height: 40px;
     font-weight: 500;
     text-align: center;
     text-transform: uppercase;
     padding-bottom: 10px;
     background-image: url(img/H1_line.gif);
     background-position: bottom center;
     background-repeat: no-repeat;
}
 .intro h1 {
     font-size:25px;
     color:#000;
     line-height: normal;
     padding-bottom: 10px;
     background-position: bottom center;
}
 h2 {
     font-size:20px;
     color:#000;
     font-weight:normal;
}
 .card h2 {
     font-size:18px;
     color:#000;
     font-weight: 700;
     text-align: center;
     line-height: 33px;
     text-transform: uppercase;
     padding-bottom: 5px;
     background-image: url(img/H2_line.gif);
     background-position: bottom center;
     background-repeat: no-repeat;
}
 .afspraak_streamer h2 {
     font-size:24px;
     color:#FFF;
     font-weight: 500;
     text-align: left;
     line-height: 33px;
     text-transform: uppercase;
     margin-bottom: 10px;
     background-image: url(img/H2_line.gif);
     background-position: bottom left;
     background-repeat: no-repeat;
}
 h3 {
     font-size:18px;
	 line-height: 23px;
     color:#cb2b2c;
     font-weight:bold;
}
 .usp_wrapper h3 {
     font-size:16px;
     color:#333333;
     font-weight:bold;
     text-align: center;
}
 .carousel h3 {
     font-size:50px;
     color:#FFF;
     font-weight: 500;
     text-transform: uppercase;
     text-shadow: 0px 0px 10px #000;
}
 h4  {
     font-size:23px!important;
	 line-height: 23px!important;
     color:#cb2b2c!important;
     font-weight:bold!important;
}
 a:link {
     color: #cb2b2c;
     text-decoration: none;
     -o-transition:.5s;
     -ms-transition:.5s;
     -moz-transition:.5s;
     -webkit-transition:.5s;
     transition:.5s;
}
 a:hover {
     color: #000;
     text-decoration: none;
}
 .btn-primary a:link{
     color: #FFF;
}
 .btn-primary a:hover{
     color: #cb2b2c;
}
 .btn-primary a:visted{
     color: #FFF;
}
 .btn-primary {
     background-color: #FFF;
     border: solid 1px #cb2b2c;
     color: #cb2b2c;
     border-radius: 0px;
}
 .btn-primary:hover {
     background-color: #cb2b2c;
     border: solid 1px #cb2b2c;
     color: #FFF;
     border-radius: 0px;
}
 hr{
     border-top: 1px dashed #c4c4c4;
}
 a:link{
     color:#cb2b2c;
}
 a:visited{
     color:#cb2b2c;
}
 a:hover{
     color:#cb2b2c;
}

.segment_wit .ccm-block-page-list-title {
	color: #cb2b2c;
	font-weight: bold;
	font-size: 18px;
}

.segment_wit .ccm-block-page-list-page-entry {
	border-bottom: 1px dashed #c4c4c4;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

 div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a:link {
     font-weight: normal!important;
     color:#8b8b8b!important;
}
 div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a:hover {
     color:#cb2b2c!important;
}
 div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a:visited {
     color:#8b8b8b!important;
}
 .navbar-light .navbar-toggler-icon {
     background-image:url(img/menu.jpg);
}
 .navbar-toggler-icon {
     width: 65px;
     height: 15px;
     font-weight: 700;
	 font-size: 15px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
	width: 200px!important;
}

 @media only screen and (max-width: 1200px) {
     .header {
         font-size: 14px;
         text-align: center;
         padding: 15px 0px 15px 0px;
    }
     .navbar-expand-lg .navbar-nav .nav-link {
         padding-left:35px;
         padding-right:35px;
    }
     .carousel-caption {
         bottom: 120px;
    }
     .col-md-2 {
         margin-top:0px;
         margin-bottom:0px;
    }
     .col-md-5 {
         margin-top:0px;
         margin-bottom:0px;
    }
     .nav-item li {
         padding-left:25px;
         padding-right:25px;
    }
     .half {
         width:100%;
         padding-top:3px;
         padding-bottom:3px;
    }
     .navbar-toggler {
         border-radius: 0px;
         padding: 12px 0px 12px 0px;
    }
     .navbar-light .navbar-toggler {
         border: 0px;
    }
	 .afspraak_streamer {
     background-image:url(img/truien_tablet.jpg);
}
}
 @media only screen and (max-width: 990px) {
     .nav-item li {
         padding:10px 0px 10px 0px;
         width: 100%;
         border-top: 1px dashed #c4c4c4;
    }
     .navbar-expand-lg .navbar-nav.nav-link {
         padding:10px 0px 10px 0px;
         width: 100%;
    }
     .navbar {
         padding:0px 0px 0px 0px;
         margin-top: 5px;
         margin-bottom: 5px;
         border-top: 0px solid #FFF;
         border-bottom: 0px solid #FFF;
    }
	.afspraak_streamer {
     background-image:none;
}
	 .card {
		 font-size: 13px;
	 }
}
 @media only screen and (max-width: 768px) {
     .card h2 {
         font-size:18px;
         line-height: normal;
    }
     .header {
         font-size: 0px;
         line-height: 0px;
         text-align: center;
         padding: 10px 0px 10px 0px;
    }
     .afspraak_streamer {
         font-size: 16px;
         text-align: center;
         padding-top:80px;
         padding-bottom:80px;
    }
     .afspraak_streamer h2 {
         font-size:22px;
         line-height: 26px;
         text-align: center;
         background-position: bottom center;
    }
     .intro {
         font-size: 17px;
		 line-height: 23px;
         padding: 0px 0px 0px 0px;
    }
     .intro h1 {
         font-size:22px;
    }
	 h1 {
         font-size:22px;
    }
     .col-md-2 {
         margin-top:0px;
         margin-bottom:0px;
    }
     .col-md-5 {
         margin-top:0px;
         margin-bottom:0px;
    }
     .segment_wit {
         padding:20px 0px 30px 0px;
    }
	 .segment_wit_center {
         padding:30px 0px 30px 0px;
    }
     .segment_beige {
         padding:30px 0px 30px 0px;
    }
     .afspraak_streamer {
         padding-top:40px;
         padding-bottom:40px;
    }
     .footer {
         padding:40px 0px 0px 0px;
    }
     .ccm-image-slider-text {
         font-size: 15px;
         letter-spacing: 2px;
    }
     .ccm-image-slider-text h2{
         font-size: 22px;
    }
	.card {
		 font-size: 15px;
	 }
	 .actie {
     font-size: 20px;
	line-height: 24px;
	}
	  .footer {
     padding:25px 0px 0px 0px;
	}
}
 