@font-face{
    font-family:'Campton Bold';
    src:url("../fonts/campton/Campton-Bold.eot");
    src:url("../fonts/campton/Campton-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/campton/Campton-Bold.woff2") format("woff2"),url("../fonts/campton/Campton-Bold.woff") format("woff"),url("../fonts/campton/Campton-Bold.ttf") format("truetype"),url("../fonts/campton/Campton-Bold.svg#Campton-Bold") format("svg");
    font-weight:700;
    font-style:normal
    
}
@font-face{
    font-family:'Campton Book';
    src:url("../fonts/campton/Campton-Book.eot");src:url("../fonts/campton/Campton-Book.eot?#iefix") format("embedded-opentype"),url("../fonts/campton/Campton-Book.woff2") format("woff2"),url("../fonts/campton/Campton-Book.woff") format("woff"),url("../fonts/campton/Campton-Book.ttf") format("truetype"),url("../fonts/campton/Campton-Book.svg#Campton-Book") format("svg");
    font-weight:300;
    font-style:normal
    
}
@font-face{
    font-family:'Campton';
    src:url("../fonts/campton/Campton-Light.eot");src:url("../fonts/campton/Campton-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/campton/Campton-Light.woff2") format("woff2"),url("../fonts/campton/Campton-Light.woff") format("woff"),url("../fonts/campton/Campton-Light.ttf") format("truetype"),url("../fonts/campton/Campton-Light.svg#Campton-Light") format("svg");
    font-weight:300;
    font-style:normal
}




/*==========	Mobile First Method	==========*/
body {
	font-family:"Campton Book",sans-serif,Arial,sans-serif;
	font-size: 16px;
	color: #0b2357;
	color: #2D2D7D;
	line-height: 24px;
}

body.bg {
    background-image: url(/assets/images/footer.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.lead {
    font-size: 1.2rem;
    font-weight: 300;
    color:#66B22E;
	line-height: 1.5;
	padding-bottom:15px;
}

a {
	color: #2D2D7D;
}
a:hover {
	color: #2D2D7D;
    font-weight:500;
    text-decoration:none;
}
.btn {
    border-radius: 5px;
    padding: 2px 12px;
}

.btn.btn-primary{
	background-color: rgba(244, 156, 0,1);
	border:none;
	color: #ffffff;
}
.btn.btn-primary:hover{
	background-color: #78be20;
}

.btn.btn-default{
	background-color: rgba(0, 0, 0,0.3);
	border:none;
	color: #ffffff;
}
.btn.btn-default {
    background-color: #f9af0a;
    color: #ffffff;
    border: none;
}

.btn.btn-default:hover{
	background-color: rgba(0, 0, 0,0.5);
	border:none;
    color:#ffffff;
}

.btn.btn-success {
    background-color: #78BE20;
    color: #ffffff;
    border: none;
}

.btn.btn-success:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.goog-te-banner-frame {
    display:none;
}


#loadMore {
    display: block;
    text-align: center;
    width: 100%;
}
#loadMore a.btn{
    padding: 10px 45px;
}

.fa-plus {
    color:#78be20;
}
.hover-highlight {
    border:2px #fff solid;
}

.hover-highlight:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}




#c2a .btn.btn-primary {
  color: #fff;
  padding: 5px 5px;
  font-weight: 700;
  text-decoration: none;
  background-size: 40px 100%;
  background-image: linear-gradient(white, white);
  background-repeat: no-repeat;
  transition: all 0.5s linear;
  color:rgba(11, 35, 87,0.8);
  border-radius:4px;
}

#c2a .btn.btn-primary:hover {
    background-size: 100% 100%;
    transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
  	background-color: rgba(244, 156, 0,1);
	border-color: rgba(244, 156, 0,1);
	color: rgba(244, 156, 0,1);
}

h1, h2 {
	font-family: 'Campton Bold';
}

h1.titel {
	position: relative;
	margin-bottom: 40px;
}
h1.titel:after {
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 200px;
	content: "";
	display: inline-block;
	border-bottom: 2px solid #f9ae00;
	border-bottom: 2px solid #66B22E;
}

h2.titel {
	position: relative;
	margin-bottom: 40px;
    font-size: 1.4rem;
}
h2.titel:after {
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 200px;
	content: "";
	display: inline-block;
	border-bottom: 2px solid #f9ae00;
	border-bottom: 2px solid #66B22E;
	
}

/* FIX IE11 */
.img-fluid {
    width:100%;
}

a.verder {
	position: relative;
	margin-top: 70px;
	font-family:"Campton Book",sans-serif,Arial,sans-serif;
	font-size: 16px;
	color: #2D2D7D;
	line-height: 1.8;
    
    font-size: 16px;
    font-weight: 700;
}
a.verderoud:after {
	margin-left: 5px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f105";
}

a.verder:after {
	margin-left: 5px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f054";
    color:#66B22E;
    font-weight:300;
    font-size: 0.8em;
}
a.verder:hover:after {
	margin-left: 7px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f054";
    color:#66B22E;
    font-weight:300;
   animation: inner-circle 1s linear forwards;
    -webkit-animation: inner-circle 1s linear forwards;
}

a.verderoud:before {
	display: block;
	position: absolute;
	top: -8px;
	left: 0;
	width: 50%;
	content: "";
	display: inline-block;
	border-bottom: 1px solid #f9ae00;
	border-bottom: 1px solid #e5e5e5;
}
a.verder:hover {
	text-decoration: none;
}
a.streep {
	border-bottom: 1px solid #f9ae00;
	border-bottom: 1px solid #66B22E;
	padding-bottom: 1px;
	display: inline-block;
	position: relative;
}
a.streep:after {
	margin-left: 5px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f105";
}
a.streep:hover {
	text-decoration: none;
	border-color: #0b2357;
	border-color: #2D2D7D;
	color: #0b2357;
	color: #2D2D7D;	
}
.scrollToTop {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 15px;
	width: 55px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	background-color:#fdb834;
	color: #ffffff;
	text-align: center;
	transition: all 1s;	
    border-radius: 45px;
}
.scrollToTop i, .scrollToTop i:before{
	line-height: 45px;
}
.scrollToTop:hover, .scrollToTop:active, .scrollToTop:focus  {
	background-color: #fdb834;
	opacity: 0.4;
	color: #ffffff;
}


.clearfix {
  clear: both;
  display: table;
}

.help-block {
    color:#e5e5e5;
    color: rgba(0,0,0,0.6);
    font-size:0.8em;
    line-height:1.4em;
}


/*////////////////////////////////////
Formulieren
////////////////////////////////////*/
.form-control {
	border-radius: 0;
}

.custom-control.custom-checkbox {
    line-height: 1.4;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0b2357;
	border-color: #2D2D7D;
    background-color: #0b2357;
    background-color: #2D2D7D;
}

.form-inline.pull-right .input-md {
    height:38px;
}

.form-inline.pull-right .btn.btn-primary {
    height:38px;
    background-color:#78be20;
	border-color: #78be20;
	margin-right:10px;
	line-height:38px;
}

.form-inline.pull-right .fa {
    color:#ffffff;
}


.form-inline.pull-right {
    margin-bottom:10px;
}

.radio-inline {
    margin-left:25px;
}


/*///////// LOGIN */
.form-login {
	max-width: 415px;
	padding: 30px;
	margin: 0 auto;
	border: 2px rgba(0,0,0,0.1) solid;
	position: relative;
	margin-bottom: 15px;
}

.login a {
	color: #2D2D7D;
	text-decoration: underline;
}

.form-login .form-login-heading {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.form-login .form-control {
	position: relative;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}


.form-login .form-group {
	position: relative;
}
.form-login .icon{
	position: absolute;
	top: 0;
	right: 2px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 48px;
	text-align: center;
	pointer-events: none;
	font-size: 18px;
	color: rgba(0,0,0,0.5);
}
.form-login small {
	position: absolute;
	left: 20px;
	bottom: 20px;
}


/*////////////////////////////////////
HEADER
////////////////////////////////////*/
#header {
	background-color: rgba(255,255,255,0);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.55) 65%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.55) 65%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.55) 65%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	transition: all 1s;
}
#header .navbar{
	transition: all 0.5s;
	border-bottom: 1px solid rgba(11,35,87,0);
}
#header.scroll .navbar{
	/*background-color: rgba(253,252,249,1);
	border-bottom: 1px solid rgba(11,35,87,1);*/
}
#header.scroll .backgroundonscroll{
	background-color: #ffffff;
	/*
	border-bottom: 1px solid rgba(11,35,87,1);
	border-bottom: 1px solid #F49C00;
	*/
    -moz-box-shadow:0 15px 15px rgba(0, 0, 0, 0.15);
     -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
     box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);

}
#header.scroll #submenu .navbar{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(11,35,87,0);
	
	
}


.vervolg #header .navbar{

    
}
.vervolg #header + div {
	margin-top: 75px;
}
#header .navbar-light .navbar-toggler {
	border: none;
	color:  rgba(11,35,87,1);
	letter-spacing: -1px;
	font-size: 17px;
}
#header .navbar-light .navbar-toggler i{
	font-size: 42px;
	margin-bottom: -5px;
}
#header .logo {
	height: 45px;
	transition: all 1s;		
}
#header #topmenu {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 15px;
	background-color: #ffffff;
	padding: 15px;
}
#header #topmenu .nav-item a, #header #sub-topmenu .nav-item a {
	color: #0b2357;
	color: #2D2D7D;
	font-weight: 400;
    font-family: 'Campton Bold',sans-serif,Arial,sans-serif;
    font-size: 16px;
    color: #0b2357;
    color: #2D2D7D;
    line-height: 28px;
}

#header #topmenu .sub-mobiel {
	list-style: none;
}

#header .dropdown-menu {
	border-radius: 0;
}
#submenu {
	background-color: #ffffff;
	z-index: 1031;
}
#submenu.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  border: none;
  -webkit-transition: height .2s ease;
       -o-transition: height .2s ease;
          transition: height .2s ease;
}

#header #topmenu .dropdown-item.active, #header #topmenu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0,0,0,0.15);
}



/*////////////////////////////////////
ZIJMENU
////////////////////////////////////*/
#zijmenu .nav-item{
    border-bottom: 1px solid #f9ae00;
	border-bottom: 1px solid #66B22E;
}
#zijmenu .nav-item:first-of-type{
    border-top: 1px solid #f9ae00;
	border-top: 1px solid #66B22E;
}
#zijmenu .nav-item.active .nav-link{
    font-weight: 600;   
}


/*////////////////////////////////////
HOOFDAFBEELDING
////////////////////////////////////*/
#hoofdafbeelding {
	position: relative;
	overflow:hidden;
}
#hoofdafbeelding .slider{
	position: relative;
}
#hoofdafbeelding .carousel-item {
	position: relative;
}
#hoofdafbeelding .carousel-item {
    background-color:rgba(11,35,87,0.7);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-attachment: scroll;
	position: relative;
}
#hoofdafbeelding .carousel-item .info .btn {

    
}

#hoofdafbeelding .carousel-item:before {
	padding-top: 20%;
	content: "";
	display: block;
}
.vervolg #hoofdafbeelding .carousel-item:before {
	padding-top: 10%;
}

#hoofdafbeelding .video {
    width: 100%;
    position: absolute;
    top: 0;

}
 

#hoofdafbeelding .carousel-control-next, .carousel-control-prev {
	z-index: 14;
	width: 50px;
}
#hoofdafbeelding .carousel-indicators {
	margin: 0;
}
.carousel-indicators li {
	border-radius: 8px;
	border: none;
	height: 12px;
	width: 33px;
	background-color: #0b2357;
	background-color: #2D2D7D;
}

#hoofdafbeelding .overlay {
	position: absolute;
	bottom: -1px;
	left: -2px;
	right: -2px;
	top: 0;
	/*
	background-image: url('../images/overlay_hoofd.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	*/
	z-index: 2;
}	
#hoofdafbeelding .logo-inspired {
	position: absolute;
	bottom: -5vw;
	right: 16px;
	
}
#hoofdafbeelding .logo-inspired svg{
	max-width: 25vw;
	height: 14vw;
}	

#hoofdafbeelding .logo-inspired-start {
	position: absolute;
	bottom: -9vw;
	right: 16px;
}
#hoofdafbeelding .logo-inspired-start svg{
	height: 28vw;
}	

.B_crumbBox {
    list-style: none; 
    display: flex;

    padding-left: 0;
    margin-bottom: 0;
}
.B_crumbBox li a{
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    color: rgba(11, 35, 87, 0.6);
}
.B_crumbBox li a.B_currentCrumb {
    text-decoration:underline;
    color: rgba(11, 35, 87, 0.99);
    cursor: default;
}
.B_crumbBox .seperator {
    margin: 0 3px; 
    color: rgba(11, 35, 87, 0.5);
}
/*////////////////////////////////////
content
////////////////////////////////////*/
#content a:not([class]), #tinymce a:not([class]){
	text-decoration: underline;
}
#content h2, #tinymce h2 {
	font-size: 18px;
	font-family: Campton;
}
#content h1, #tinymce h1 {
	font-size: 22px;
	font-family: 'Campton Bold';
}
#content h3, #tinymce h3 {
	font-size: 22px;
	font-family: 'Campton Bold';
	line-height: 1.4;
}
#content img, #tinymce img {
    max-width: 100%;
    height: auto;
}
#content .actieblok {
	position: relative;
	background-color: rgba(11,35,87,1);
	
	background-color: #fdc311;
	color: #ffffff;
	background-image: url('../images/structuur_lemon.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	
}
#content .actieblok h4{
	color: #ffffff;
}
#content .actieblok h3{
	color: #ffffff;	
	line-height:1.2em;
}
#content .blokkenmenu h3{
	line-height:1.2em;
}
#content .actieblok .afbeelding{
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#content .actieblok .afbeelding .play {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	font-size: 75px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content .actieblok:hover .afbeelding .play {
	color: rgba(11,35,87,1);
}
#content .actieblok .afbeelding:before{
	content: "";
	display: block;
	padding-top: 51%;
}
#content .actieblok .afbeelding.geen:before{
    padding-top: 20%;
}

#content .actieblok.oranje {
	background-color: rgba(244, 156, 0,1);
	background-color: #f49c00;
	color: #ffffff;
	background-image: url('../images/structuur_sun.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
#content .actieblok.oranje:hover .afbeelding .play {
	color: rgba(244, 156, 0,1);
}

#content .actieblok.groen {
	background-color: rgb(102, 178, 46);
	background-color: #66b22e;
	background-image: url('../images/structuur_leaf.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	
}
#content .actieblok.groen:hover .afbeelding .play {
	color: rgb(102, 178, 46);
}
/* KLEINE BLOKKEN */
#content .actieblok.klein {
    padding-top: 0;
    padding-bottom: 0;
}

#content .actieblok.klein .afbeelding {
    flex: 0 0 125px;
    min-height: 125px;
}
#content .actieblok.klein .header {
    height: 100%;
    min-height: 125px;
}
#content .actieblok.klein h4{
    
    font-size: 16px;
    margin-bottom: 5px;
}

#content .actieblok.klein .afbeelding .play {
	width: 75px;
	height: 75px;
	font-size: 50px;
}

.vervolg #content blockquote.geelvlak, #tinymce blockquote.geelvlak {
    background-color:#feefcc;
    background-color:rgba(229, 229, 229,0.5);
    padding:20px 30px 10px 600px;
    margin-left:-600px;
    background-image: url(/assets/images/cichrei-wortel.svg);
    background-repeat: no-repeat;
    background-size: 10vw;
    background-position: 38vh 1vw;
}

.vervolg #content blockquote.quote, #tinymce blockquote.quote {
    margin-top:20px;
    margin-bottom:20px;
    margin-left: 45px;
    border-left: 2px solid rgba(244, 156, 0,1);
    padding: 0 15px;
    font-weight: 300;
    font-size: 170%;
    color: rgba(78,98,94,0.7);
    line-height:150%;
}
.vervolg #content blockquote.quote p, #tinymce blockquote.quote p{
    margin: 0;
}
.vervolg #content blockquote.quote i, #tinymce blockquote.quote i,
.vervolg #content blockquote.quote em, #tinymce blockquote.quote em{    
    display: block;
    font-size: 80%;
    color: rgba(78,98,94,0.6);
    font-style: normal;
    line-height:100%;
}
.vervolg #content blockquote.quote i::before, #tinymce blockquote.quote i::before,
.vervolg #content blockquote.quote em::before, #tinymce blockquote.quote em::before {
    content: "\2014\00A0";
}

#c2a a {
    display: block;
    margin-bottom: 8px;
}
#c2a a:first-of-type{
    margin-left:0;
}
#c2a .faicon {
    color: rgba(244, 156, 0, 1);
    color:rgba(11, 35, 87,0.8);
    font-size:16px;
    padding:5px 0 5px 0;
    width:20px;
    text-align:center;
    line-height:24px;
}




/* //////////////////////////////////
CONTRACT
///////////////////////////////////*/
#nieuw_contract {
    border: none;
    background-color: rgba(229, 229, 229,0.5)
    border-radius: 4px;
    color: #2D2D7D;
    font-size: 16px;
    margin-bottom: 30px;
}
#nieuw_contract h4{
    margin-top: 0;
    font-size: 16px;
}
#nieuw_contract p,#nieuw_contract ol {
     font-size: 14px;   
}
#nieuw_contract p:last-of-type{
     margin-bottom: 0;   
}
#nieuw_contract .fa.groot{
    color: #2D2D7D;
    float: left;   
    font-size: 42px;
    //line-height: 0.9;
    margin-right: 15px;
    opacity: 0.8;
    margin-top: 00px;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
}   

#contracten .activeer {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size:18px;
    opacity: 0.9;
}

#nieuw_contract .btn{
}

.progress {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  background: none;
  -webkit-box-shadow: none;
    box-shadow:none;
}
.progress > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.3em;
}
.progress > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #DFE3E4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
.progress > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #DFE3E4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  /*z-index: -1;*/
}
.progress > li:last-child:after {
  display: none;
}
.progress > li.is-complete {
  color: #78BE20;
}
.progress > li.is-complete:before, .progress > li.is-complete:after {
    color: #FFF;
    background: #78BE20;
  
}
.progress > li.is-active {
    color: rgba(249,175,10,1);
    /* color: #78BE20; */
}
.progress > li.is-active:before {
    color: #FFF;
    background-color: rgba(249,175,10,1);
    /* background-color: #78BE20; */
}

/**
 * Needed for IE8
 */
.progress__last:after {
  display: none !important;
}





/*////////////////////////////////////
accordion
////////////////////////////////////*/
#accordion-mobiel .card, #accordion-mobiel .card-header{
    border: none;
    border-radius: 0;
    padding: 0;
    
}
#accordion-mobiel .card-header {
    margin: 0;
}
#accordion-mobiel .card-header button{
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 125px;
	position: relative;
	border: none;
	border-radius:0;
}

#accordion-mobiel .card-header button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
}
#accordion-mobiel .card-header button .title{
    color: #ffffff;   
    z-index: 1;
 	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
#accordion-mobiel .card-header button .title h2{
	white-space: nowrap;
	z-index: 1;
	text-align: left;
	font-family: 'Campton Bold';
	font-size: 22px;
}
#accordion-mobiel .card-header button .title  small {
	display: block;
	font-family: 'Campton Bold';
}


#accordion-mobiel .card-body  h2{
	white-space: nowrap;
	z-index: 1;
	text-align: left;
	font-family: 'Campton Book';
	font-size: 24px;
}
#accordion-mobiel .card-body h2 small {
	display: block;
	font-family: 'Campton';
}
#accordion-mobiel .card-body img{
    max-width: 20vw;
    max-height: 150px;
    margin-left: 15px;
    margin-bottom: 10px;
}


#accordion-mobiel .card.groen {
 	background-color: #66B22E;  
}
#accordion-mobiel .card.groen .card-body {
	background-color: #66B22E;
	color: #ffffff;
}
#accordion-mobiel .card.groen .card-header button:before{
	background-color: rgba(102,178,46,0.6);
} 

#accordion-mobiel .card.oranje {
 	background-color: #f49c00;  
}
#accordion-mobiel .card.oranje .card-body {
	background-color: #f49c00;
	color: #ffffff;
}
#accordion-mobiel .card.oranje .card-header button:before{
	background-color: rgba(244,156,0,0.6);
} 
#accordion-mobiel .card.blauw {
 	background-color: #2D2D7D;  
}

#accordion-mobiel .card.blauw .card-body {
	background-color: #2D2D7D;
	color: #ffffff;
}
#accordion-mobiel .card.blauw .card-header button:before{
	background-color: rgba(45,45,125,0.6);
} 
#accordion-mobiel .card .card-header button:not(.collapsed):before {
	background: none;
}


/*////////////////////////////////////
inspired
////////////////////////////////////*/
#inspired .blokken, .blokkenmenu {
	line-height: 1.2;
	font-size: 18px;
}
#inspired .blokken .item:hover{
    font-weight: bold;
}    

#inspired .blokken .icon, .blokkenmenu .icon{
    display: block;
    width: 65px;
    height: 65px;
}

/*////////////////////////////////////
news
////////////////////////////////////*/
#news #breaking-news {
	background-color: #f49c00;
	line-height: 1.2;
	background-image: url('../images/structuur_sun.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	
}
#news #breaking-news .afbeelding{
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	background-attachment: scroll;
	width: 100%;
	position: relative;
}
#news #breaking-news .afbeelding:before {
    padding-top: 70%;
    content: "";
    display: block;
}
#news #breaking-news .tekst {
    padding-top: 10px;
    padding-bottom: 10px;
}
#news #breaking-news h4 {	
	font-size: 14px;
	margin: 0;
}
#news #breaking-news h3 {
	font-size: 18px;

	color: #ffffff;
	font-family: 'Campton Bold';
}

#news #breaking-news .meer{
	font-size: 12px;
	font-family: 'Campton Book';
}
   	

#news #more-news .afbeelding{
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
	background-attachment: scroll;
	width: 100%;
	position: relative;
}
#news #more-news  .afbeelding:after {
    padding-top: 35%;
    content: "";
    display: block;
}

#news #more-news  .afbeelding:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* background-color: rgba(17,35,80,0.3); */
}
#news #more-news  .afbeelding span{
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 8px;
	background-color: #f9ae00;
    background-color: #66B22E;
	color: #ffffff;
	font-size: 12px;
}

#news #more-news .info .datum{
	font-size: 12px;
	color: rgba(17,35,80,0.5);
}

#news #more-news .link{
	font-size: 16px;
	font-weight:700;
}
#news #more-news .link:after{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f054";
    color:#66B22E;
    position: absolute;
    right: 30px;
    font-weight:300;
}

#news #more-news .info h3{
	font-size: 16px;
	position: relative;
	padding-right: 30px;
    font-size: 1.5rem;
	
}
#news #more-news .info h3:after{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f105";
    position: absolute;
    right: 10px;
}
/*////////////////////////////////////
products slider
////////////////////////////////////*/
#products {

}
#products .owl-carousel .owl-stage-outer, #products .owl-carousel .owl-stage {
	height: 100%;
}
#products .owl-carousel .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
/*////////////////////////////////////
Contactpagina
////////////////////////////////////*/

/* LOCACTION */
#locations {
    background-color: #feefcc;
    background-color: rgba(229, 229, 229,0.5);

}

#locations .hidden{
     display: none;   
}

/*//////////////////////////////////////////
PARTNERS
//////////////////////////////////////////*/

#partners button {
    background-color:#fff;
    border-color: #0b2357;
    border-color: #2D2D7D;
    color: #0b2357;
	color: #2D2D7D;
    padding:20px;
    font-size:1.2rem;
    
}


/*////////////////////////////////////
nieuwsbrief
////////////////////////////////////*/
#nieuwsbrief {
    
}

#nieuwsbrief .form-controdl {
	border-color: #ffffff;
	color: rgba(17,35,80,1);
	min-width: 250px;
}

#nieuwsbrief .btn-primary {
    border-color: #66B22E;
    background-color: #66B22E;
    color:#ffffff;
    height: 50px;
    line-height: 38px;
}



/*////////////////////////////////////
footer
////////////////////////////////////*/
#footer {
	/* border-bottom: 1px solid rgba(17,35,80,0.1); */
	position:relative;
}

#shape {
    position: absolute;
    bottom: -150px;
    left: -5%;
    width: 20%;
    z-index: -1;
    overflow:hidden;
}

#footer h3 {
	position: relative;
	margin-bottom: 20px;
	font-family: 'Campton Bold';	
	font-size: 35px;
}
#footer h3:after {
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 200px;
	content: "";
	display: inline-block;
	border-bottom: 2px solid #f9ae00;
	border-bottom: 2px solid #66B22E;
}


#footer .form-control, #footer .dropdown-toggle{
	max-width: 400px;
	background-color: #ffffff;
	border-color: rgba(244, 156, 0,1);
	border-color:#66B22E;
	
	
	height: 50px;
	line-height: 38px;
	color: rgba(17,35,80,1);
    width: 100%;
}

.form-inline label {
    display:inline-block;
}

#footer .dropdown-toggle::after {
	content:"\f107";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 48px;
	color: rgba(17,35,80,1);
	padding: 0px 8px;
	position: absolute; 
	right: 0; 
	top: 0;
	z-index: 1;
	text-align: center;
	width: 10%;
	pointer-events: none;
	box-sizing: border-box;   
	margin-left: 0;
	border: none;
	font-style: normal;
}

#footer .social a{
	font-size: 40px;
	margin-right: 10px;
	line-height: 1;
	color: rgba(244, 156, 0,1);
	color: #66B22E;
}
#footer .social a:hover{
	color: rgba(17,35,80,1);
}

#ondermenu .nav-item .nav-link {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	
}	
#footer .logo-cosun {
    height: 75px;
}

#copyright {
	font-size: 13px;
	color: rgba(17,35,80,0.6);
}



#update {
    display: none;
}
#verlopen {
    display: none;
    position: fixed;
    background-color: rgba(5,30,80,0.95);
    width: 100vw;
    height: 100vh;
    top:0;
    left: 0;
    z-index: 999999;
    color: #ffffff;

}
#verlopen>div {
    display: flex;
	align-items: center;
	justify-content: center;
	 width: 100vw;
	height: 100vh;
	top:0;
	left: 0; 
}
#verlopen .btn-default {
	background-color: #ffffff;
	color: #2D2D7D;
	border: none;
}

#verlopen .btn-default:hover {
	background-color: #2D2D7D;
	color: #ffffff;
	border: none;
}


#content .thumbnail {
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border: 1px rgba(229, 229, 229,1) solid;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
#content .thumbnail .fa {
    color: rgba(14,45,125,0.8);
}
#content .thumbnail h3 {
    font-size: 15px;
    line-height: 30px;
    margin-top: 7px;
}
#content .thumbnail:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    border-color: rgba(249,175,10,0);
    color: #ffffff;
    background-color: #66b22e;
    background-image: url(../images/structuur_leaf.jpg);
}
#content .thumbnail:hover .fa {
    color: #ffffff;
}
#content .links .thumbnail img {
    height: 45px;
    width: auto;
    align-self: center;
    margin-bottom: 3px;
}

.lemon {
    text-align:center;
    background-color: #fdc311;
    color: #ffffff;
    background-image: url(../images/structuur_lemon.jpg);
}

.sun {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #f49c00;
    background-image: url(../images/structuur_sun.jpg);
}

.grey {
    background-color: rgba(229, 229, 229,0.5);
}

#content .rechts.grey a {
    font-size: 16px;
    font-family: 'Campton';
    text-decoration:underline;
}

#content .grey-outline {

}
#content .grey-outline .thumbnail {
    background: none;
    color: inherit;
    text-align:center;
    font-size:1em;
    line-height:1.2em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height:100%;
    border: 1px rgba(229, 229, 229,0.5) solid;
}
.grey-outline .thumbnail:hover {
    background: rgba(229, 229, 229,0.1);
    border: 1px rgba(229, 229, 229,0.7) solid;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

#content .links .grey-outline .thumbnail img{
    height: 45px;
    width: auto;
    align-self: center;
    margin-bottom: 3px;
}

#content .links .grey-outline .thumbnail .fa {
    color: rgba(5,30,80,1);
    z-index: 1;
}


#content .rechts a {
    font-size: 16px;
    font-family: 'Campton Bold';
}


/*///////// DOCUMENTEN */



#documenten h3 {
	margin: 0px;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px #7e7e7e solid;
	line-height: 26px;
}
#documenten .panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#documenten .panel-heading {
	height: 45px;
	line-height: 50px;
	background: none;
	border: none;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #aaaaaa;
}

#documenten .panel-heading h4 {
    font-size: 1.2rem;
}
#documenten .panel-title a{
	color: #2D2D7D;
	display: block;
	width: 100%;

}
#documenten .panel-title {
	line-height: 30px;

}
#documenten .panel-title a> i{
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #2D2D7D;
	border-radius: 50%;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}	
#documenten .panel-title a.collapsed{
	color: #2D2D7D;
}
#documenten .panel-title a.collapsed> i{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

#documenten .panel-body {
	border:none;
	list-style: none;
	padding:0;
}
#documenten .panel-body > li {
    position: relative;
	display: block;
	min-height: 35px;
	line-height: 25px;
	padding:5px 0;
	border-bottom: 1px solid #aaaaaa;
}
#documenten .panel-body > li .btn{
    padding: 5px 10px;
    font-size: 11px;
    margin-top:5px;
    color:#fff;
}

#documenten .zoeken {
	background-color: #efefef;
	padding: 15px;
}
#documenten #sort_cat ul {
    list-style: none;
}
#documenten #sort_cat h4, #documenten #sort_cat li  {
    position: relative;
    height:36px;
    line-height: 36px;
}
#documenten .acties {
    display:block;
}
#documenten .acties a{	
    margin-left: 5px;	
}
#documenten .label.groot {
    font-size: 100%;
}
#documenten .label .badge{
    background-color: #78be20;
    color: #ffffff;
}



/* start */
#documenten.start {

    padding: 5px 0px 0px 0px;
    color: #ffffff;

    margin-bottom: 30px;
}

#documenten.start .panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#documenten.start .panel-heading {
	height: auto;
	line-height: 50px;
	padding: 10px 15px 13px 15px;
	border: none;
    background-color: rgba(249,175,10,1);
    border-radius: 4px;
        	background-color: #f49c00;
        	color: #2D2D7D;
        	background-image: url('../images/structuur_sun.jpg');
}
#documenten.start .panel-title a{
	color: #ffffff;
	display: block;
	width: 100%;
}
#documenten.start .panel-title a:focus{
     text-decoration: none;
     outline: none;

}
#documenten.start .panel-title .icon, #documenten.start .panel-title .aantal_ongelezen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 20px;
}


#documenten.start .panel-title a i.fa{
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #ffffff;
	border-radius: 50%;
	color: #f49c00;
	font-size: 22px;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}	
#documenten.start .panel-title a.collapsed{
	color: #ffffff;
}
#documenten.start .panel-title a.collapsed  i.fa{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
#documenten.start .fa.groot{
    color: rgba(249,175,10,0.8);
    color: #ffffff;
    float: left;   
    font-size: 42px;
    margin-right: 15px;
    opacity: 0.8;
    margin-top: 00px;

} 
#documenten.start .panel-body {
	padding: 8px 0px;
	border:none;
	list-style: none;
}
#documenten.start .panel-body > li {
    height:  auto;
    line-height: 1.2;
    position: relative;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(5,30,80,0.2);
	margin-top: 5px;
}
#documenten.start .panel-body > li .datum {
    font-size: 11px;
    display: block;
    width: 100%;

}
#documenten.start .panel-body > li .btn{
    padding: 3px 6px;
    font-size: 11px;
}
#documenten.start #berichten {
    padding: 10px 15px;
    background-color: rgba(249,175,10,0.1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -5px;
    color: rgba(5,30,80,1);
}
.ui-state-highlight { 
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px dashed rgba(0, 0, 0, 0.6);
    min-height: 35px;
    border-radius: 4px;
}
.ui-sortable-helper { 
    background-color: rgba(249, 175, 10, 0.4); 
    padding-left: 10px;
    border: 1px dashed rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}




.table .thead-dark th {
    color: #fff;
    background-color: #78be20;
    border-color: #78be20;
}










.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #78BE20;
}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {
		#header .navbar-light .navbar-toggler i{
			font-size: 48px;
		}
		#header .logo {
			height: 75px;
		}
		#accordion-mobiel .card-body  h2{
		     font-size: 28px;   
		}
		
        .vervolg #header + div {
        	margin-top: 100px;
        }

		
	}
	@media only screen and (min-width: 400px) { 
		#news #more-news  .afbeelding:after {
			padding-top: 20%;
		}
	
	}
	/* Small devices (landscape phones, 576px and up)*/
	@media only screen and (min-width: 576px) { 
		#news #breaking-news h4 {	
			font-size: 20px;
		}
		#news #breaking-news h3 {
			font-size: 28px;
		}
		#news #breaking-news .meer{
			font-size: 18px;
		}
		#news #more-news .item{
        	height: 100%;
        	/* border: 1px solid rgba(244, 156, 0,0.2);
        	background-color: rgba(244, 156, 0,0.02); */
        	
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
            margin: 15px 0;
        	
		}
		#news #more-news .item:hover{
		    /*
        	border: 1px solid rgba(244, 156, 0,0.5);
        	background-color: rgba(244, 156, 0,0.2);,
        	*/
        }
		#news #more-news .info {
        	padding: 10px 10px 32px 10px ;
        }
        
		#news #more-news .link {
		    position:absolute;
		    left:25px;
		    width:90%;
		    bottom:5px;
        }
        
		#news #more-news  .afbeelding:after {
			padding-top: 20%;
		}
		#news #more-news .info h3:after{
		     display: none;   
		}
	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		#content h1 {
			font-size: 32px;
			font-family: 'Campton Bold';
		}
		#news #more-news  .afbeelding:after {
			padding-top: 55%;
		}
        #header .logo {
            height: 75px;
            max-width: 20vw;
        }
	
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
		.medium-gutters {
			margin-right: -30px;
			margin-left: -30px;
		}
		.medium-gutters > [class*="col-"] {
			padding-right: 30px;
			padding-left: 30px;
		}
		
		.large-gutters {
			margin-right: -45px;
			margin-left: -45px;
		}
		.large-gutters > [class*="col-"] {
			padding-right: 45px;
			padding-left: 45px;
		}
		.vervolg #header + div {
			margin-top: 120px;
		}
		#header .navbar {
			height: 120px;
		}
		#header #topmenu {
			background: none;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			padding: 0px;
		}
		#submenu {
			margin-top: -120px;
			padding-bottom: 16px;
			border-bottom: 1px solid rgba(0,0,0,0);
		}
		#header.scroll #submenu.borderscroll {
            -moz-box-shadow:0 15px 15px rgba(0, 0, 0, 0.15);
             -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
             box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
		}
		#sub-submenu { 
			margin-top: -100px;
			display: flex;

		}	
		#sub-submenu .submenu {
			padding-top: 85px;
			padding-left: 0;
			padding-right: 0;
			z-index: 9999;
			cursor: pointer;

		}
		#sub-submenu .submenu.geenkind {
		    z-index: -1;
		    margin-top: 100px;
		    padding-top: 0;
		    height: 1;
		}
		#header .nav-item, #submenu .nav-item {
			padding-right: 15px;
			padding-left: 15px;
		}
		#header .nav-item.icon, #submenu .nav-item.icon {
		    padding-right: 0px;
			padding-left: 0px;
		}
		#header .nav-item:last-of-type, #submenu .nav-item:last-of-type {
			padding-right:0px;
		}
		#header #topmenu .nav-item a, #header #sub-topmenu .nav-item a {
			display: inline-block;
			border-bottom: 3px solid rgba(255,255,255,0)
		}
		#header #sub-topmenu .nav-item {
			padding-top: 0;
			padding-bottom: 0;
		}
		#header #sub-topmenu .nav-item.active a,  #header #topmenu .nav-item.active a {
		    border-color: #0b2357;
		    border-color: #2D2D7D;
		}
		#header #sub-topmenu .nav-item.hover a,  #header #topmenu .nav-item:hover a.geenkind{
			border-color: #f9ae00;
			border-color: #66B22E;
		}
		#header #topmenu .nav-item:hover a.icon{
			color: #f9ae00;
			color: #66B22E;
		}
		
		#header #sub-submenu .nav-item {
			padding: 0 0.5rem;
		}
		#header #sub-submenu .nav-item a{
		    font-size: 15px;
			color: rgba(11,35,87,0.4);
			display: inline-block;
			border-bottom: 1.5px solid rgba(255,255,255,0);
            padding: .25rem 0rem;
            line-height: 1.1rem;
		}
		#header #sub-submenu .submenu.hover .nav-item a{
			color: rgba(11,35,87,1);
		}
		#header #sub-submenu .submenu .nav-item.active a{
			border-color: #0b2357;
			border-color: #2D2D7D;
			color: rgba(11,35,87,1);
		}
		#header #sub-submenu .nav-item a:hover{
			border-color: #66B22E;
		}
		
		#hoofdafbeelding .carousel-control-next, .carousel-control-prev {
            width: 75px;
        }
		#hoofdafbeelding .carousel-item .info {
			position: absolute;
			bottom: 0;
            top: 12vw;
			left: 0;	
			right: 0;
			display: flex;
			align-items: center;
			z-index: 10;
		}
		
		#hoofdafbeelding .carousel-item .info h3{
			font-size: 18px;
			color: rgba(11,35,87,1);
			margin: 0;
			//text-shadow: 1px 1px 1px #ffffff;
			//text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5), 0px 0px 20px #FFFFFF;
		}
		#hoofdafbeelding .carousel-item .info h2{
			font-size: 24px;
			color: rgba(11,35,87,1);
			margin: 0;
			//text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5), 0px 0px 20px #FFFFFF;
		}
		#hoofdafbeelding .logo-inspired {
			right: 32px;
		}
		
		#content h1 {
			font-size: 35px;
			
		}
		/*////////////////////////////////////
        accordion
        ////////////////////////////////////*/
        
        ul.accordion {
        	width: 100%;
        	min-width: 950px;
        	display: block;
        	list-style-type: none;
        	overflow: hidden;
        	font-size: 0;
        	padding: 0;
        }

        ul.accordion li {
            display: inline-block;
         	width: calc(100% / 3); 
        	overflow: hidden;
        	position: relative;
        	margin: 0;
        	font-size: 16px;
        	-moz-transition: all 0.4s ease-in-out 0.1s;
        	-o-transition: all 0.4s ease-in-out 0.1s;
        	-webkit-transition: all 0.4s ease-in-out;
        	-webkit-transition-delay: 0.1s;
        	transition: all 0.4s ease-in-out 0.1s;
        }
        ul.accordion, ul.accordion li {
			height: 375px;
		}
        ul.accordion li:hover {
        	width: 70%;
        }
        ul.accordion li .section-title {
        	display: block;
        	width: 100%;
        	height: 100%;
        	background-repeat: no-repeat;
        	background-size: cover;
        	background-position: center center;
        	
        	background-attachment: scroll;
        	color: white;
        	transition: all 0.4s ease-in-out 0.1s;
        }
        ul.accordion li .section-title:before {
        	content: "";
        	position: absolute;
        	top: 0;
        	left: 0;
        	bottom: 0;
        	right: 0;
        	/* background-color: rgba(0,0,0,0.5); */
        }
        ul.accordion .section-title h2 {
         	position: absolute;
        	bottom: 10px;
        	left: 10px;
        	margin: 0;
        	white-space: nowrap;
        	z-index: 1;
        	text-align: left;
        	font-family: 'Campton Book';
        	font-size: 22px;
        	color:
        }
        ul.accordion li h2 small {
        	display: block;
        	font-family: 'Campton';
        }
        ul.accordion li.active .section-title {
        	width: 30%;
        	float:left;
        }
        ul.accordion li.active .section-title h2{
             font-size: 16px;   
        }
        
        ul.accordion li.notactive {
        	width: 15%;
        }
        ul.accordion li.notactive .section-title h2 {
            font-size: 15px;
        }
        ul.accordion li:hover .section-title a:before {
          //margin-left: -100px;
        }
        
        ul.accordion li .section-content {
          position: relative;
          width: 70%;
          padding: 15px;
          font-size: 12px;
          height: 100%;
          background: #fff;
          float: right;
        }
        
        ul.accordion li .section-content img{
        	max-width: 100%;
        	transition: all 1s;
			max-height: 150px;
        }
        ul.accordion li .section-content h2 {
        	margin: 0;
        	text-align: left;
        	font-family: 'Campton Bold';
        	font-size: 22px;
        }
        ul.accordion li.active .section-content img{
			height: auto;
		}
        ul.accordion li .section-content .col-12{
			
			font-size: 1px;
		}
		ul.accordion li.active .section-content .col-12{
			font-size: 12px;
		}
		ul.accordion li .section-content .btn-primary{
		     background-color: #ffffff;   
		     border-color: #ffffff;
		     color: #0f2151;
		}
        ul.accordion li .section-content .btn-primary:hover{
             background-color: rgba(255,255,255,0.8);   
        }
        
        
        ul.accordion li.groen {
         	background-color: #66b22e;  
        }
        ul.accordion li.groen .section-content {
        	background-color: #66b22e;
        	color: #2D2D7D;
        	background-image: url('../images/structuur_leaf.jpg');
        	background-repeat: no-repeat;
        	background-size: cover;
        	background-position: center bottom;
        	
        }
        ul.accordion li.groen .section-content a.verder:after {
            color:#2D2D7D;
        }

        ul.accordion li.groen .section-content .btn-primary{
		     color: #66b22e;
		}
        ul.accordion li.groen .section-title:before{
        	/* background-color: rgba(102,178,46,0.6);*/
        } 
        
        ul.accordion li.oranje {
         	background-color: #f49c00;  
        }
        ul.accordion li.oranje .section-content {
        	background-color: #f49c00;
        	color: #2D2D7D;
        	background-image: url('../images/structuur_sun.jpg');
        	background-repeat: no-repeat;
        	background-size: cover;
        	background-position: center bottom;
        }
        ul.accordion li.oranje .section-content a.verder:after {
            color:#2D2D7D;
        }
        ul.accordion li.oranje .section-content .btn-primary{
		     color: #f49c00;
		}
        ul.accordion li.oranje .section-title:before{
        	/* background-color: rgba(244,156,0,0.6); */
        } 
        ul.accordion li.blauw {
         	background-color: #fdc311;  
        }
        ul.accordion li.blauw .section-content {
        	background-color: #fdc311;
        	color: #2D2D7D;
        	background-image: url('../images/structuur_lemon.jpg');
        	background-repeat: no-repeat;
        	background-size: cover;
        	background-position: center bottom;
        }
        ul.accordion li.blauw .section-content a.verder:after {
            color:#2D2D7D;
        }
        ul.accordion li.blauw .section-title:before{
        	/* background-color: rgba(253,195,17,0.3); */
        } 
        ul.accordion li.active .section-title:before {
        	background: none;
        }

       
		
		#news #breaking-news h4 {	
			font-size: 22px;
		}
		#news #breaking-news h3 {
			font-size: 30px;
		}
		#news #breaking-news .meer {
			font-size: 16px;
		}
        #news #breaking-news a.verder:after {
            color:#2D2D7D;
        }
		
		#nieuwsbrief .omhoog{
			position: absolute;
			height: 50px;
			top: -4vw;
			top: calc(-4vw + 15px);
		}
		
		/* KLEINE BLOKKEN */
    
        #content .actieblok.klein .afbeelding {
            flex: 0 0 100%;
            min-height: 55px;
        }
        #content .actieblok.klein .header {
            min-height: 55px;
            padding-top: 8px;
        }
        #content .actieblok.klein h4{
            font-size: 12px;
        }
        #content .actieblok.klein h3{
            font-size: 16px;
        }
        
        #content .actieblok.klein .afbeelding .play {
        	width: 25px;
        	height: 25px;
        	font-size: 50px;
        }
        
        #documenten .acties {
            position: absolute;
            right: 0;
            top: 0;
        }
	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
		
		#header .nav-item, #submenu .nav-item {
			padding-right: 22px;
			padding-left: 22px;
		}
		
		#hoofdafbeelding .carousel-item .info h3{
			font-size: 25px;
			color: rgba(11,35,87,1);
			margin: 0;
		}
		#hoofdafbeelding .carousel-item .info h2{
			font-size: 36px;
			font-weight: 900;
			font-family: 'Campton Bold';
		}
		
		#news #breaking-news h4 {	
			font-size: 25px;
		}
		#news #breaking-news h3 {
			font-size: 40px;
		}
		#news #breaking-news .meer{
			font-size: 18px;
		}
		
		
		ul.accordion, ul.accordion li {
			height: 475px;
		}
		
		
		ul.accordion li .section-content h2 {
			font-size: 35px;
		}
		
		ul.accordion li .section-content {
			font-size: 16px;
			padding: 32px;
		}
		ul.accordion li.active .section-content .col-12{
			font-size: 16px;
		}	
		ul.accordion li .section-content img{
			max-height: none;
		}
		ul.accordion li .section-title h2 {
			font-size: 28px;
			
		}
		ul.accordion li.active .section-title h2{
             font-size: 18px;   
        }
		ul.accordion li.notactive .section-title h2{
			font-size: 100%;
			
		}
		ul.accordion li .section-content img{
			max-height: none;
		}
	}
	
	@media only screen and (min-width : 1400px) {
	    
		#header .nav-item, #submenu .nav-item {
			padding-right: 55px;
			padding-left: 55px;
		}

		#hoofdafbeelding .carousel-indicators {
        	margin: 0;
        	bottom: 45px;
        }
        #hoofdafbeelding .carousel-control-next, .carousel-control-prev {
            width: 100px;
        }
        
		#hoofdafbeelding .carousel-item .info h2 {
			font-size: 70px;
		}	
		ul.accordion, ul.accordion li {
			height: 475px;
			height: 360px;  /* overrule PM blokken kleiner */
			
		}
		ul.accordion li.active .section-title h2{
             font-size: 22px;   
        }
        
        /* KLEINE BLOKKEN */
    
        #content .actieblok.klein .afbeelding {
            flex: 0 0 85px;
            min-height: 125px;
        }
        #content .actieblok.klein .header {
            min-height: 125px;
            padding-top: 8px;
        }
        #content .actieblok.klein h4{
            font-size: 16px;
        }
        #content .actieblok.klein h3{
            font-size: 20px;
        }
        
        #content .actieblok.klein .afbeelding .play {
        	width: 25px;
        	height: 25px;
        	font-size: 50px;
        }
		
	}

    @media only screen and (min-width : 1500px) {
        #content .actieblok.klein .afbeelding {
            flex: 0 0 100px;
            min-height: 125px;
        }
    }   
    @media only screen and (min-width : 1600px) {
        #content .actieblok.klein .afbeelding {
            flex: 0 0 125px;
            min-height: 125px;
        }
    } 

/* Sustanible */


#sensus-sustainability .back, #sensus-sustainability-mobiel .back{
	color: #555;
	text-align: right;
}
#sensus-sustainability .blok{
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}

#sensus-sustainability .blok .text{
	color: #ffffff;	
	position: absolute;
	top: 46%;
	left: 4%;
	right: 8%;
	font-size: 14px;
}

#sensus-sustainability .blok.stap2 .text, #sensus-sustainability .blok.stap3 .text{
	right: 70%;	
}
#sensus-sustainability .blok.stap2 .vlak {
	position: relative;
}
#sensus-sustainability .blok.stap2 .vlak:after {
	display: block;
	position: absolute;
	right: 3%;
	bottom: 1%;	
}
#sensus-sustainability .blok.stap2 .terug {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 34%;
	//background-color: red;
}
#sensus-sustainability .blok.stap3 .header{
	position: absolute;
	top: 8%;
	left: 31%;
	padding-right: 30%;
	color: #ffffff;
	font-size: 14px;
}
#sensus-sustainability .blok.stap3 .header p{
	padding-left: 10px;
}
#sensus-sustainability .blok.stap3 .header h3, #sensus-sustainability .blok.stap3 .meertext h3{
	color: #ffffff;
	padding: 0;
	margin-bottom: 10px;
	font-size: 18px;
}
#sensus-sustainability .blok.stap3 .kpi{
    position: absolute;
    top: 3%;
    right: 0;
    width: 35%;
	
}
#sensus-sustainability .blok.stap3 .meertext{
	position: absolute;
	left: 38%;
	top: 50%;
    transform: translate(0,-50%);
	right: 5%;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8;
	padding-right: 20%;
}
#sensus-sustainability .blok.stap3 .meertext.drie{
	//top: 25%;
	left: 38%;
	right: 5%;
}
#sensus-sustainability .blok.stap3 .meertext p{
	padding-left: 0;
}
#sensus-sustainability-mobiel .blok.mb{
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#sensus-sustainability .blok.stap3 .terug {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	
}


#sensus-sustainability-mobiel .blok .titel{
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}

#sensus-sustainability-mobiel .blok .titel:after{
	content: "";
	padding-top: 17%;
	display: block;
}

#sensus-sustainability-mobiel .blok .text{
	padding: 15px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: #ffffff;	
	font-size: 14px;
	position: relative;
	padding-bottom: 30px;
}
#sensus-sustainability-mobiel .blok .text .icon{
	width: 60px;
}
#sensus-sustainability-mobiel .open {
	position: absolute;
	right: 30px;
	bottom: 10px;
}
#sensus-sustainability-mobiel .open.sluiten {
	-webkit-transform: rotate(-90deg); /* Safari 3-8 */
  	transform: rotate(-90deg);	
}
#sensus-sustainability-mobiel .item {
	padding-left: 20px;
    padding-right: 20px;
	position: relative;
}
#sensus-sustainability-mobiel .item .info h3.titel{
	color: #ffffff;
	padding: 0;
	margin-bottom: 10px;
	font-size: 22px;
}

#sensus-sustainability-mobiel .item .info {
	background-size: 100% auto;
	padding: 15px;
	color: #ffffff;
	font-size: 14px;
	
}
#sensus-sustainability-mobiel .item .info .kpi{
	width: 125px;
}
	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}
	
	/* Small devices (landscape phones, 576px and up)*/
	@media only screen and (min-width: 576px) { 
	
	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		.wrapper {
			padding: 0 15px;	
		}
		
		#sensus-sustainability .blok:not(.stap2):not(.stap3):after{
			content: "";
			padding-top: 262%;
			display: block;
		}
		#sensus-sustainability .blok .text{
			font-size: 9.5px;	
		}
		#c2a a {
		    display: inline-block;
            margin-left:20px;
            margin-bottom: 0;
        }
        #c2a a:first-of-type{
            margin-left:0;
        }
	}
	@media only screen and (min-width : 800px){
		#sensus-sustainability .blok .text{
			font-size: 12px;	
		}
	}
	@media only screen and (min-width : 900px){
		#sensus-sustainability .blok .text{
			font-size: 14px;	
		}
		
		
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
		
		.medium-gutters {
			margin-right: -30px;
			margin-left: -30px;
		}
		.medium-gutters > [class*="col-"] {
			padding-right: 30px;
			padding-left: 30px;
		}
		
		.large-gutters {
			margin-right: -45px;
			margin-left: -45px;
		}
		.large-gutters > [class*="col-"] {
			padding-right: 45px;
			padding-left: 45px;
		}
		#sensus-sustainability .blok .text{
			font-size: 14px;	
		}
	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
	    
        #inspired .blokken, .blokkenmenu {
            line-height: 1.2;
            font-size: 12px;
        }
        
        #inspired .blokken .icon, .blokkenmenu .icon {
            display: block;
            width: 40px;
            height: 40px;
        }
	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1400px) {
	    
        #inspired .blokken, .blokkenmenu {
            line-height: 1.2;
            font-size: 14px;
        }
        
        #inspired .blokken .icon, .blokkenmenu .icon {
            display: block;
            width: 50px;
            height: 50px;
        }
	}
	

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1600px) {
	    
        #inspired .blokken, .blokkenmenu {
            line-height: 1.2;
            font-size: 16px;
        }
        
        #inspired .blokken .icon, .blokkenmenu .icon {
            display: block;
            width: 55px;
            height: 55px;
        }
	}
	
	

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1700px) {
	    
        #inspired .blokken, .blokkenmenu {
            line-height: 1.2;
            font-size: 18px;
        }
        
        #inspired .blokken .icon, .blokkenmenu .icon {
            display: block;
            width: 60px;
            height: 60px;
        }
	}
	
	

.cichopedia {
    position: relative;
}
.cichopedia .titel {
    border-bottom: 1px #7e7e7e solid;
    margin-bottom: 15px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.cichopedia h1, .cichopedia h2, .cichopedia h3, .cichopedia h4 {
    margin: 0px;
    max-width: calc(100% - 30px);
    display: inline-block;
    font-size: 24px;
    border: none;
    padding-bottom: 5px;
}
.cichopedia h1 {
    margin-top: 0;
}
.cichopedia h2 {
    font-size: 20px;
}
.cichopedia h3 {
    font-size: 18px;
}
.cichopedia h4 {
    font-size: 16px;
}

#cichopedia-menu h3{
    margin-top: 0;
    margin-bottom: 10px;
}
.cichopedia-menu {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 9999;
    padding: 15px;
    background-color: #f8f8f8;
    background-color: rgba(229, 229, 229,1);
    
    font-size: 14px;
    transition: 0.5s;
}
@media only screen and (max-width : 991px) {
    .cichopedia-menu {
        top: 0px !important;   
    }
}
.cichopedia-menu.show {
     left: 0px;   
}
.cichopedia .showininhoudsopgave.groot {
    display: block;
    text-transform: uppercase;
    border-top: 1px solid #f9af0a;
    border-bottom: 1px solid #f9af0a;
    background-color: rgba(244,244,244,0.4);
    padding: 10px 12px;
    margin-left:-15px;
    margin-right: -15px;
}
.cichopedia-menu ul{
    list-style: none;
    padding: 0;
    display:block;
}
.cichopedia-menu ul li a{
    padding: 2px 15px;
}
.cichopedia-content {
    /*width: calc(91.66666667% - 430px);
    margin-left: 430px;*/
}
.cichopedia-menu ul li.active>a{
     color: #f9af0a;  
}
.cichopedia-menu ul li ul li a {
    padding-left: 30px;
}
.cichopedia-menu ul li ul li ul li a {
    padding-left: 45px;
}
.cichopedia-menu ul li ul li ul li ul li a {
    padding-left: 60px;
}
.cichopedia .acties{
    float: right;
    height: 45px;
    line-height: 45px;
    margin-left: auto;
}
.cichopedia .acties{
    display: block;
}
.cichopedia .acties .a{
    margin-bottom: 3px;
    margin-left: 5px;
}
.cichopedia .acties .a:first-of-type{
    margin-left: 0;   
}
.cichopedia .figuur {
    max-width: 100%;
    position: relative;
}
.cichopedia .figuur img{
    width: 100%;  
    height: auto;
}
.cichopedia .figuur .omschrijving{
    display: block;
    width: 100%;
    color: #ffffff;
    background-color: #2D2D7D;
    padding: 3px 10px;
    font-size: 10px;
    position: relative;
}
.cichopedia .figuur .omschrijving .nummer {
    color: #ffffff;
    background-color: #2D2D7D;
    display: block;
}
.cichopedia .figuur .vergroot {
    position: absolute;
    top:0;
    right: 0;
    color: #ffffff;
    background-color: #2D2D7D;
    padding: 5px;
}
#cichopedia-reactie-error {
    display: none;    
}
#cichopedia-reactie-success {
    display: none;    
}

#cichopedia-zoekform.form-inline .input-group .input-group-addon{
  padding: 0;  
}
#cichopedia-zoekform.form-inline .input-group .input-group-addon button{
  color: #2D2D7D;
}
#cichopedia-zoekform.form-inline {
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    
}
.cichopedia .zoekresultaat {
    background-color: rgba(244,244,244,0.6);
    margin-bottom: 15px;
    padding: 15px;
}
.cichopedia .zoekresultaat p{
     margin: 0;   
}
.cichopedia .pager li {
    display: inline-block;
}
.cichopedia .pager li>a, .cichopedia .pager li>span {
    display: inline-block;
    display: block;
    padding: 5px 14px;
    color: #fff;
    background-color: #f9af0a;
    border-radius: 0px;
    border: none;
}

.cichopedia blockquote {
    color: #f9af0a;
    font-size: 24px;
    width: 450px;
    max-width: 75%;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-style: italic;
}

.print_logo {
    height: 75px;
    position: fixed;
    top: 0mm;
    width: 100%;

    /* border-bottom: 2px solid red; */
}
.page-header-space {
    height: 75px;
    
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

@page {
  size: A4;
  margin: 17mm 17mm 17mm 17mm;

}



@media print {


    html, body {
        width: 210mm;
        height: 297mm;
    
    }
    body {
      padding-top: 75px;
    }
    .cichopedia .figuur .vergroot{
        display: none !important;
    }
    .cichopedia .figuur .omschrijving .nummer, .cichopedia .figuur .omschrijving {
        background-color: #2D2D7D !important;
        -webkit-print-color-adjust: exact; 
        color: white !important;
    }
    .cichopedia .acties, .cichopedia .btn{
        display: none !important;
    }
    a[href]:after {
        content: none !important;
    }

    .cichopedia blockquote q, .cichopedia blockquote q:before, .cichopedia blockquote q:after{
         color: #f9af0a !important;
         -webkit-print-color-adjust: exact;
    }
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .cichopedia-menu {
        width: auto;
        height: auto;
        max-width: none;
	    position: static;
	    overflow-y: auto;
        top: auto;
        left: auto;
        z-index: 1;
        padding: 15px;
        transition: unset;
        margin-top:10px;
	}
	.cichopedia-menu.affix {
	    position: fixed;
	}
	.cichopedia .acties a{
        display: inline-block;
        margin-bottom: 3px;
        margin-left: 10px;
        font-size: 18px;
    }
    .cichopedia-content {
        padding-right: 30px;    
    }
	

}



/*///////////////////////////////////////
INNOVATIEPLATFORM
/////////////////////////////////////////*

/*///////// Innovatie platform */
#ideeen .introtekst {
    position: relative;
    margin-bottom: 15px;
}
#ideeen .introtekst .pull-right .btn {
    margin-left: 15px;
    margin-bottom: 15px;
}
#ideeen .blok, #contracten .blok {
    position: relative;
    padding: 15px;
    padding-bottom: 110px;
    border-width: 2px;
    border-color: rgba(249,175,10,0.4);
    background-color: rgba(244,244,244,1);
    
}
#contracten .blok {
     padding: 15px;
     
}

#ideeen .blok:hover {
    //cursor: pointer;  
    //background-color: rgba(0,0,0,0.5);
    //border-color: rgba(249,175,10,0);
    //color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
#ideeen .blok:hover .fa{
    //color: rgba(255,255,255,0.6);
}

#ideeen .blok {
    padding-top: 150px;
}
#ideeen .blok h5 {
    font-size: 13px;
}
#ideeen .blok .header {
    position: absolute;
    top:0;
    left:0;
    height: 135px;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.5);
}
#ideeen .blok h3, #contracten .blok h3 {
    margin: 0;
    z-index: 2; 
    color: #2D2D7D;
    
}
#contracten .blok h3 {
    text-align: center;
}
#contracten .blok h4 {
    text-align: center;
}

#ideeen .blok h3 .fa, #contracten .blok h3 .fa {
    z-index: 1;
    margin-right: 10px;
}
#ideeen .blok small {
    display: block;
    color: rgba(0,0,0,0.7);
    margin-bottom: 10px;
}
#ideeen .absoluterechts {
    position: absolute;
    right: 15px;
    top: 0;
}
#ideeen .footer {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

#ideeen .plus{
    float: right;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    color:#5cb85c;
}
#ideeen .min{
    float: right;   
    text-align: center;
    font-size: 14px;
    color: #c9302c;
}
#ideeen .blok .plus, #ideeen .blok .min{
     float: left;   
}
#ideeen .algestemd .plus a {
    background-color: rgba(92,184,92,0.6);
}

#ideeen  .plus a.check{
     border: 3px solid #398439;   
}
#ideeen  .algestemd .min a {
    background-color: rgba(212,63,58,0.6);
}

#ideeen .min a.check{
     border: 3px solid #d43f3a;   
}
#ideeen .acties {
    font-size: 24px;
    text-align: right;
}
#ideeen .acties .reacties{
    text-align: center;   
    float: right;
    color: rgba(0,0,0,0.5);
}
#ideeen .acties .reacties + .bijlages{
    margin-right: 10px;
}
#ideeen .acties .bijlages{
    text-align: center;   
    float: right;
    color: rgba(0,0,0,0.5);
}
#opslaankeuze {
	display: none;
	position: fixed; 
	top:85px; 
	right: 0px;
	width: 450px;
	max-width: 75%;
	z-index: 1000;
	border-radius: 0;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
}

.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 140px;
  padding: 6px 0;
  background-color: #2D2D7D;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-size: 12px;
  
  text-transform: uppercase;
  text-align: center;
}



/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -10px;
  top: 25px;
  transform: rotate(45deg);
}


#ideeen .reactie {
    background-color: #f9f9f9;
    padding: 15px 45px;
    margin-bottom: 15px;
}
#ideeen .reactie.even {
     background: none;   
}

.ookeenidee {
    margin-top: 60px;
    border: 2px solid;
    border-color: rgba(249,175,10,0.4);
    background-color: rgba(244,244,244,1);
    border-radius: 4px;
    padding: 15px;
    color: #2D2D7D;
    font-size: 18px;
}

.ookeenidee .fa.groot{
    float: left;   
    font-size: 84px;
    //line-height: 0.9;
    margin-right: 15px;
    opacity: 0.8;
    margin-top: -10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

#sort_bijlage {
    position: relative;
    
}
#sort_bijlage .bijlage {
    position: relative;
    margin-bottom: 5px;
}    
#sort_bijlage .bijlage_afbeelding {
    position: relative;
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
}

#sort_bijlage .bijlage_bestand {
    position: relative;
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    background-color: rgba(244,244,244,1);
    color: rgba(0,0,0,0.4);
        display: flex;
    justify-content: center;
    flex-direction: column;
}

#sort_bijlage .delbijlage {
    position: absolute;
    left: 85px;
    bottom: 0px;
}

#bijlages .bijlage {
    float: left;
}
#bijlages .bijlage + .bijlage {
    margin-left: 30px;
}

#bijlages .bijlage_bestand {
    float: left;
    position: relative;
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    background-color: rgba(244,244,244,1);
    color: rgba(0,0,0,0.4);
        display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
}

#bijlages .bijlage_afbeelding {
    position: relative;
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    margin-top: 10px;
}

/*/////////////////////////////////
VIDEO
/////////////////////////////// */

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-container iframe.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



#ingelogd_als {
    position:fixed;
    top:-10px;
    left: 50%;
    margin-left: -350px; /* Negative half of width. */
    width:700px;
    text-align: center;
    background-color: #FFA300;
    color: #ffffff;
    font-size: 13px;
    padding: 16px 1px 7px 1px;
    z-index:2000;
    border-radius:10px;
}
#ingelogd_als a{
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 3px;
    margin-top: 10px;
    border-radius:5px;
}    

#ingelogd_als a:hover{
    color: rgba(114,28,36,0.8);
    background-color: #ffffff;    
}




/* CIMONE */

#cimonetab {
    background-color: #F2F2F2;
    padding: 15px;
    border-radius: 10px;
}
.tableblue {
    color:#2D2D7D;
}

.tableblue td, .tableblue th {
    padding: 0.3rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}








/* TERUGBELKNOP */


.belterugbtn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 3px solid #78be20;
  z-index: 5;
  background-color: #78BE20;
  color: white;
  padding: 5px 8px;
  border: none;
  cursor: pointer;
}
/* Button used to open the BELTERUG form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.belterug-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 5px;
  border: 3px solid #78BE20;
  border-bottom:0;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 350px;
  padding: 20px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea, .form-container input {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
}
.form-container textarea {
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #78BE20;
  color: white;
  padding: 10px 14px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #FFA300;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

@media only screen and (min-width : 1400px) {
.belterugbtn {
    padding: 16px 20px;
    }
}



.note {
    background-color:#cbe6f4;
}
.note .header {
    padding:5px 15px;
    border-bottom:1px #ffffff dashed;
    font-size:80%;
}
.note .body {
    padding:10px 15px;
}
#content .note .body a {
    font-family: "Campton Book",sans-serif,Arial,sans-serif;
}

#content .note .body .light {
    color:#757596;
}

#content .note .body .addfile {
    display:none;
    background-color:#daeaf2;
    padding:10px;
}

#content .note .body .showupload {
    cursor:pointer;
}
#notes {
    padding-top:180px;
    margin-top:-150px;
}



/* NOTES CRM RAPPORTAGE */

.page-link {
    color: #2D2D7D;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #78BE20;
    border-color: #78BE20;
}



/* STIKSTOF */
#stikstof .calculator {
    background-color: #efefef;
    padding: 15px;
}

#stikstof form {
    max-width: 100%;
    display: block;
}
#stikstof form ul {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}
#stikstof form li {
    margin: 0 0 0.25em 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
#stikstof form li:last-child {
    margin: 0;
}
#stikstof form label {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: block;
    margin: 0 0 0.5em 0;
    color: #4f6fad;
}
#stikstof form .no-space {
    margin: 0;
}
#stikstof form sub {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: block;
    margin: 0.6em 0 1.2em 0;
    color: #4f6fad;
    bottom: 0;
}
#stikstof form input {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    border: 1px solid #ccc;
    padding: 6px 10px;
    color: #555;
    font-size: 1em;
}

#stikstof form input.btn.btn-primary {
    color:#fff;
}
#stikstof form select {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 0 0 0.5em 0;
    border: 1px solid #ccc;
    padding: 6px 10px;
    color: #555;
    font-size: 1em;
    width: 100%;
}
#stikstof form textarea {
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 100%;
    color: #555;
}
#stikstof form small {
    color: #4f6fad;
    margin: 0 0 0 0.5em;
}

#stikstof form p {
    margin: 0;
    padding: 0;
}
#stikstof form p .right {
    float: right;
}
#stikstof form ul li:first-of-type {
    margin-top:20px
}
#stikstof form ul li:last-of-type {
    margin-bottom:20px
}

#stikstof .app-spinner {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.25em;
    display: none;
}
#stikstof .is-invalid {
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 8 8'%3e%3cpath d='M4 0a4 4 0 100 8 4 4 0 000-8zm0 1a3 3 0 110 6 3 3 0 010-6zm0 1.5a.5.5 0 00-.5.5v1a.5.5 0 001 0V3a.5.5 0 00-.5-.5zm0 2a.5.5 0 00-.5.5v.5a.5.5 0 001 0v-.5a.5.5 0 00-.5-.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(1.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
#stikstof .invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}


.has-error {
    border: 1px #ff0000 solid;
    padding-bottom:5px;
}
