
@font-face {
  font-family: 'open_sansregular';
  src: url('/fonts/OpenSans-Regular-webfont.eot');
  src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
     url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
     url('/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url('/fonts/OpenSans-Semibold-webfont.eot');
  src: url('/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
     url('/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
     url('/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
     url('/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url('/fonts/OpenSans-Bold-webfont.eot');
  src: url('/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
     url('/fonts/OpenSans-Bold-webfont.woff') format('woff'),
     url('/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
     url('/fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebasregular';
  src: url('/fonts/BEBAS___-webfont.eot');
  src: url('/fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
     url('/fonts/BEBAS___-webfont.woff') format('woff'),
     url('/fonts/BEBAS___-webfont.ttf') format('truetype'),
     url('/fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

  html {
  position: relative;
  min-height: 100%;
}

::selection {
  background: #222; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #222; /* Gecko Browsers */
  color: #fff;
}

body {
  color: #333;
  margin-bottom: 120px;
  font-size: 13px;
  font-family: 'open_sansregular', helvetica, sans-serif;
  line-height: 150%;
}

b, strong, label{
  font-family: 'open_sansbold';
}

a, a:visited, a:link, a:active{
  color: #019098;
  transition: all .2s;
}

.orange{
  color: #FF8400;
}

h1, h2, h3{
   font-family: 'open_sanssemibold';
   font-weight: normal;
   color: #019098;
}

.black{
  color: #222;
}

h1{
  font-family: 'open_sanssemibold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 40px;
  margin-top: 0;
  color: #FF8400;
}

h1 .black{
  background: #222;
  border-radius: 3px;
  padding: 15px 20px 10px 20px;
  margin-right: 10px;
  line-height: 100%;
  color: #FFF;

}

h2{
  font-family: 'open_sanssemibold';
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 0;
  font-size: 22px;
  line-height: 130%;
  color: #FF8400;
}

h3{
  text-transform: uppercase;
  font-size: 20px;
    margin-top: 0px;
  margin-bottom: 10px;
}

h3.label-black{
  display: inline-block;
  color: #fff;
  font-family: 'bebasregular';
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  background: #000;
  padding: 8px 8px 4px 8px;
  font-size: 22px;
}

h1 .reg{
  font-family: 'open_sansbold';
}

/* HEADER
-------------------------------------------------- */

.header{
  width: 100%;
  background: #fff;
  min-height: 150px;
  margin: 0;
  padding: 30px 0px;
}

.header-img.img-responsive{
  margin-bottom: 0px;
}

.header h1{
  font-family: 'open_sansregular';
  text-transform: uppercase;
  border: none;
  margin: 0px;
  font-size: 18px;
  font-stretch: condensed;
  line-height: 180%;
  letter-spacing: 2px;
  text-align: left;
  color: #222;
}

.header h1 .green{
  color: #019098;
  display: block;
  margin-top: -7px;
}
 
@media (min-width: 992px){
.header h1{
  height: 80px;
}
}

a.btn-soc{
  background: #eeeae6;
  padding: 5px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  transition: all .2s;
  float: right;
  margin: 15px 5px 0px 5px;
}
@media (max-width: 992px){
  a.btn-soc{
    background: #eeeae6;
    padding: 6px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    transition: all .2s;
    float: right;
    margin: 15px 4px 0px 4px;
  }
}

a.btn-Fb{
  background: #3A5795;
  }

a.btn-Li{
  background: #1C87BD;
  }

a.btn-Tw{
  background: #01b7ee;
  }

a.btn-soc:hover, a.btn-soc:active, a.btn-soc:focus{
  background: #222;
  color: #fff;
}

/* NAVBAR
-------------------------------------------------- */

.top-nav {
  border: 0px;
  height: 10px;
  margin: 0px; 
  background: #019098 url('../img/bg-topnav.png') repeat-x center top;
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.15);
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #019098;
}
.navbar-inverse .navbar-nav>li>a.btn-orange:hover {
  color: #111;
  background: #fff;
}

.navbar-inverse .navbar-nav>li>a.btn-orange {
  color: #fff;
  padding: 7px 15px;
  margin-top: 7px;
}

.navbar-inverse .navbar-nav>li>a.btn-orange .glyphicon{
  color: #111;
}

.navbar-inverse .navbar-nav>li>a.btn-orange:hover .glyphicon{
  color: #019098;
}


.navbar {
  border-radius: 0px;
  margin-bottom: 30px;
  border: none;  
}


.navbar-inverse .navbar-brand {
  color: #019098;
  font-family: 'bebasregular';
  font-size: 22px;
  letter-spacing: 1px;
  padding-top: 14px;
}

.navbar-inverse .navbar-brand .glyphicon{
  color: #fff;
  font-size: 20px;
  margin-right: 7px;
}

.navbar-inverse .nav>li>a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .nabvar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #000;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background: #000;
}

.navbar-nav .fa, .navbar-nav>li>a .glyphicon{
  color: #DCD5CE;
  margin-right: 5px;
}

@media (max-width: 992px){
.navbar-nav .fa, .navbar-nav>li>a .glyphicon{
  display: none;
}
.header{
  min-height: 90px;
}
}
@media (min-width: 768px) and (max-width: 992px){
  .navbar-collapse {
      padding-left: 0px;
  } 
}

.navbar-nav>li>a:hover .fa, .navbar-nav>li>a:hover .glyphicon{
  color: #019098;
}

.navbar-nav>li>a.abonneren {
  background: #019098;
  color: #fff;
}

.navbar-nav>li>a.abonneren .glyphicon{
  color: #222;
}

.navbar-nav>li>a.abonneren:hover .glyphicon{
  color: #019098;
}

.navbar-inverse .navbar-nav>.active>a .glyphicon, .navbar-inverse .navbar-nav>.active>a .fa{
  color: #019098;
}

.navbar-inverse .navbar-nav>.active>a .glyphicon-home{
  margin-right: 0px;
}

@media (max-width: 992px){
  .navbar-inverse .navbar-nav>.active>a .glyphicon-home{
    display: inline;
    color: #FFF;
    margin-right: 0px;
  }
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-top: 0px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu li a {
  display: block;
  padding: 12px 30px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  transition: all .2s;
  border-bottom: 1px solid #ccc;
}

.dropdown-menu li:last-child a {
  border-bottom: 0pt none;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  text-decoration: none;
  background-color: #EEEAE6;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover .glyphicon{
  color: #222;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 0px;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a.worsteling {
  border-bottom: 1px solid #019098;
}

.dropdown-menu>li>a.abonneren {
  background: #019098;
  color: #fff;
  border-bottom: 1px solid #019098;
}

.dropdown-menu>li>a.abonneren .glyphicon{
  color: #222;
}

.dropdown-menu>li>a.abonneren:hover {
  background: #222;
}

.dropdown-menu>li>a.abonneren:hover .glyphicon{
  color: #019098;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  text-decoration: none;
  color: #222;
  background-color: #EEEAE6;
  outline: 0;
}

/* CONTENT */

.blokje{
	padding: 15px 20px;
  border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
  width: 100%;
  min-height: 115px;
	margin-bottom: 0px;
}

.blokje h3{
  margin-top: 0px;
}

.blokje hr{
	border-color: #e0e0e0;
}

.onderaan a{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0px;
  padding: 5px 10px;
  margin: 8px 0px;
  border: 1px solid #dedede;
  float: right;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
}

.onderaan a .glyphicon{
  color: #019098;
}

.onderaan a:hover{
  border: 1px solid #cecece;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
  margin: 7px 0px 9px 0px;
}

.artikel{
  overflow: auto;
  margin-bottom: 50px;
}

#c1_2 .artikel,
#c1_3 .artikel,
#c1_4 .artikel{
  margin-bottom: 15px;
  padding: 0px 0px 10px 0px;
  border-bottom: 3px solid #eeeae6;
}

#c1_2 .col-md-4{
  padding-left: 0px;
}

.content-block{
  padding: 0px;
  margin-bottom: 30px;
}

.omslag-home{
  margin: 0px 0px 20px -28px;
}

.artikel2{
  padding: 20px 20px;
  overflow: auto;
}

.reactions{
  display: none;
}

.artikel .titel{
  font-family: 'open_sanssemibold';
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 10px;
}

.artikel2 h2, .content-block h2{
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}

.content-block h2.nieuws, .content-block h2.laatste, .content-block h2.archief{
  background: #eeeae6;
  font-family: 'open_sansregular';
  text-transform: uppercase;
  border: none;
  margin: 0px;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: left;
  color: #222;
  padding: 15px 20px 15px 20px;
}

.content-block h2.archief{
  background: #222;
  color: #fff;
  padding: 15px 20px;
}

.content-block h2.nieuws .fa, .content-block h2.laatste .fa, .content-block h2.archief .fa{
  color: #019098;
  margin-right: 5px;
}

.artikel2 h3{
  font-family: 'open_sansregular';
  text-transform: uppercase;
  border: none;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2px;
  text-align: left;
  color: #019098; 
  margin-bottom: 30px;
}

.artikel2 h4, .content-block h4{
  font-family: 'open_sanssemibold';
  color: #222;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
}

.artikel2 .intro{
  display: none;
}

.artikel .titel a{
  text-decoration: none;
  font-family: 'open_sansregular';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 2px;
  text-align: left;
  color: #019098;
}

.articlethumbnail{
  float: left;
  margin: 6px 20px 10px 0px;
}
.articleimage, .article-content img{
  float: left;
  margin: 20px 20px 20px 0px;
}

.actions .btn .fa{
  margin-left: 8px;
}

.modal-header, .modal-body {
  padding: 25px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.checkbox input[type=checkbox]{

  border-color:  #6ba500;
}
  
h2 .glyphicon{
  font-size: 0.8em;
  color: #222;
  margin-right: 10px;
  }  
  

.bookFeedBlock{
  width: 200px;
  height: 240px;
  float: left;
  margin: 10px 20px;
  background: #eeeae6;
  padding: 15px;
  text-align: center;
}

.meer{
  margin-top: 20px;
    display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.meer:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.blokje .addthis_toolbox{
  display: block;
  margin: 10px auto;
}

.blokje .addthis_toolbox .at-icon-wrapper{
  border-radius: 50%;
  width: 37px!important;
  height: 37px!important;
  padding: 2px;
  margin-right: 3px;
}

.page{
  padding-bottom: 60px;
}  

.cover{
  max-height: 240px;
}

.bookFeedBlock{
  float: left;
  margin: 10px;
}

.book_list_total>div{
  width: 200px;
  height: 240px;
  float: left;
  margin: 10px 20px;
  background: #eeeae6;
  padding: 15px;
  text-align: center;
}  

.course-block{
  padding: 0px;
  background: #eeeae6;
  display: block;
  margin-bottom: 30px;
  overflow: auto;
  border-radius: 5px;
} 


.course-title{
  color: #fff;
  font-size: 16px;
  padding: 0px;
}

.course-title a{
  color: #fff;
  display: block;
  background: #019098;
  padding: 20px 20px;
  text-decoration: none;
}

.course-title a:hover{
  background: #ef5f00;
}

.course-date, .course-location{
padding: 20px;
float: left;
border-right: 1px solid #e0e0e0;
}

.btn-course{
  padding: 5px 10px;
  font-size: 14px;
  margin: 15px 20px;
  background: #019098;
  border: 0px;
}


table.contactform tr td:first-child {
  width: 30%;
}

table.contactform td {
  padding: 10px;
  font-size: 14px;
}

.g-recaptcha{
  margin: 15px 0px;
}

input[type=submit] {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 0px;
  padding: 10px 15px;
  background: #019098;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all .2s;
}

input[type=submit]:hover {
  background: #222;
}

.well{
  background: #eeeae6;
  overflow: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.well-blue{
  background: #019098;
  color: #fff;
}
.well-blue a, .well-blue h2, .well-blue h3{
  color: #fff;
}
.well-blue hr{
  border-color: rgba(0,0,0,0.15);
}

.well.contact-specs .glyphicon{
  margin-left: -30px;
  margin-right: 15px;
  color: #019098;
}

.well.contact-specs h3{
  font-size: 16px;
  color: #019098;
  margin-top: 20px;
}

.well-blue .glyphicon{
  margin-left: -30px;
  margin-right: 15px;
  color: #fff;
}

#c1_2 .content-block{
  padding: 0px;
  background: #eeeae6;
  overflow: auto;
}

#c1_2 .content-block p{
  padding-right: 20px;
}

#c1_2 .content-block img{
  float: left;
  margin-right: 20px;
}

#c1_2 .content-block h3{
  font-family: 'open_sansregular';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 2px;
  text-align: left;
  color: #019098;
  margin-top: 15px;
}

#c1_3 .col-md-4{
/*padding: 0px 20px 0px 35px;*/
}

.well-laatste{
  background: #019098;
  margin: 0px;
  padding: 10px 15px;
}

.well-laatste h2{
  font-size: 24px;
  color: #fff;
  letter-spacing: 3px;  
  margin: 20px auto;
}


#c1_2 .content-block .well-laatste h3{
  font-size: 22px;
  color: #222;
  letter-spacing: 3px;  
  margin: 20px auto;
}

.well-laatste h2 .orange{
  color: #222;
}

.cover-home {
  margin: 5px 15px 5px -10px!important;
  background: #fff;
  max-width: 90px;
  padding: 3px;
  float: left;
  border: 1px solid #019098;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-block{
  margin-top: 15px;
  padding-left: 30px;

}

.pipe{
  color: #019098;
  margin: 0px 20px;
}

.logo-footer{
  opacity: .7;
  transition: all .2s;
}

.logo-footer:hover{
  opacity: 1;
}

video{
  box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
  margin: 0 auto;
  display: block;
  border: 1px solid #cecece;
  padding: 4px 2px;
}

.adchannel{
  background: #e5dfda;
  padding: 20px;
  text-align: center;
}

.col-md-3.side{
  padding-right: 0px;
  padding-left: 25px;
}

.sidebar{
  background: #e5dfda;
  text-align: center;
}

.adchannel .sidebar a{
  margin: 10px auto;
  display: inline-block;
  background: #fff;
  transition: all .2s;
}

.adchannel .sidebar a:hover{
  opacity; 0.7;
}

/* BUTTONS */

.btn-info, .btn-default, .btn-inverse{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0px;
  padding: 10px 15px;
}

.btn-info{
  background: #019098;
}
.btn-inverse{
  background: #222;
}
.btn-orange{
  background: #019098;
}
.btn-default{
  border: 1px solid #222;
}

.btn-info:hover, .btn-default:hover, .btn-orange:hover{
  background: #222;
  color: #fff;
}

.btn-default:hover{
  border: 1px solid #222;
}

a.btn-info, a.btn-info:hover, a.btn-inverse, a.btn-inverse:hover{
color: #fff;
}

a.btn-default, a.btn-default:visited{
color: #222;
}

.btn-info .fa{
  color: #222;
}

.btn-info:hover .fa, .btn-default .fa, .btn-inverse .fa{
  color: #019098;
}

.btn-inverse:hover{
  background: #019098;
}

.well-blue a.btn-inverse:hover{
  background: #fff;
  color: #222;
}

.well-blue a.btn-inverse{
  font-size: 14px;
}
.well-blue a.btn-inverse .fa{
  color: #019098;
}

.btn-inverse:hover .fa{
  color: #222;
}

.well.nieuwsbrief .btn.focus, .well.nieuwsbrief .btn:focus, .well.nieuwsbrief .btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn-nb{
  text-align: left;
  margin: 30px auto;
  transition: all .2s;
  background: #ff843a;
}

.btn-nb .fa{
  font-size: 30px;
  float: left;
  margin: 4px 15px 0px 0px;
}

.btn-nb:hover .fa{
  color: #ff843a;
}

.btn-abo{
  text-align: left;
}

.btn-abo .fa{
  font-size: 26px;
  float: left;
  margin: -2px 15px 0px 0px;
}

a.btn-course, a.btn-course:hover, a.btn-course:visited{
  color: #fff;
}

/* FOOTER */

footer.footer{
  position: absolute;
  font-size: 13px;
  letter-spacing: 1px;
  background: #222;
  color: #cecece;
  text-align: center;
  height: 120px;
  padding-top: 30px;
  border-top: 1px solid #000;
  bottom: 0;
  width: 100%;
  }


@media (max-width: 768px){

  #c1_3 .artikel{
    padding: 0px 0px 10px 0px;
  }
  #c1_2 .col-md-4, #c1_3 .col-md-4, #c1_4 .col-md-4 {
      padding: 0px;
  }
  #c1_2 .content-block p {
    padding: 0px;
  }
  #c1_2 .content-block, #c1_3 .content-block {
    padding: 0px;
    background: #eeeae6;
  }
  .content-block{
    margin-bottom: 20px;
  }
  #c1_2 .content-block img {
    /*display: none;*/
  }
  .content-block h2.nieuws, .content-block h2.laatste {
    background: #eeeae6;
    font-family: 'open_sansregular';
    text-transform: uppercase;
    border: none;
    margin: 0px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: left;
    color: #222;
  }
  .onderaan a{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    background: #019098;
    border-color: #019098;
    color: #fff;
  }
  .col-md-3.side{
    padding-right: 0px;
    padding-left: 0px;
  }
  .header{
    padding: 15px 0px;
  }
  .header h1{
  font-family: 'open_sansregular';
  text-transform: uppercase;
  border: none;
  margin: 0px;
  padding-bottom: 10px;
  font-size: 14px;
  font-stretch: condensed;
  line-height: 130%;
  letter-spacing: 1px;
  text-align: left;
  color: #222;
  }
  .logo-sozio{
  width: 200px;
}
.soc-btns{
  padding-top: 8px;
  width: 100%;
  overflow: auto;
  text-align: center;
}
.soc-btns .btn-soc{
  float: none;
  margin: 0px 10px;
  display: inline-block;
  padding: 2px;
  font-size: 16px;
  width: 30px;
  height: 30px;
}
}

.poll{
    background: #eeeae6;
    padding: 15px 20px 15px 20px;
}

.poll ul{
  margin: 0;
  padding: 15px;
}
.poll ul li{
  margin: 0;
  padding: 5px 10px;
}

.poll-lead{
  font-family: 'open_sansregular';
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  margin: 0px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2px;
  text-align: left;
  color: #222;
}

.poll-lead .fa{
  color: #019098;
  margin-right: 5px;
}

.poll a{
  font-family: 'open_sanssemibold';
  font-weight: normal;
  font-size: 16px;
}

.recentarticles{
  background: #079098;
  margin-top: -30px;
  padding: 15px 20px 15px 20px;  
}

.recentarticles a{
  color: #fff;
  text-decoration: none;
}
.recentarticles li{
  padding: 5px 10px 7px 10px;
  margin: 5px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  list-style-type: none;
}
.btn-archief .fa{
  font-size: 50px;
  margin-bottom: 10px;
}

.redactie-lid{
  float: left;
  padding: 15px 15px 8px 15px;
  margin: 5px 20px 10px 0px;
  height: 220px;
  width: 200px;
  background: #eeeae6;
  text-align: center;
  }
  
.redactie-lid img{
  display: inline;
  margin-bottom: 5px;
  background: #fff;
  padding: 4px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
  }

.archief-bottom{
  background: #079098;
  margin-top: -30px;
  padding: 20px; 
  text-align: center; 
}  

#c1_3 .artikel:first-child {
  background: #EEEAE6;
padding: 15px;
  border-bottom: 0px;
}

#c1_3 .artikel:first-child img{
  margin-left: -15px;
}

.search-box{
  padding-top: 20px;
}

.btn-search{
  background: #019098;
  color: #fff;
}

.btn.btn-search:hover, .btn.btn-search:focus, .btn.btn-search:active {
  background: #007b82;
  color: #fff;
}

.affix {
  top: 0px;
  width:100%;
  z-index: 1000;
  transition: all .3s;
}

.logo-navbar-header.visible-xs{
  display: none!important;
  max-height: 30px;
  margin: 10px auto 0px auto;
}

.affix .navbar-header{
  padding: 0px;
  transition: all .1s;
  text-align: center;
}
@media (max-width: 767px){
.affix .logo-navbar-header.visible-xs {
    display: inline-block!important;
}
}


a.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    left: 5%;
    display: none;    
    background: #019098;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    padding-top: 5px;
    }

 .scrollup .fa{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-right: 0px!important;
}

/*.grecaptcha-badge{
  display: none;
}*/


.share-btns{
  height: 42px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 2px solid #eaeaea;
}

.share-btns #st-1.sharethis-inline-share-buttons{
  text-align: center;
  display: inline;
  margin-left: 10px;
}


.archive_page a,
.archive_page .maand{
  border-bottom: 2px solid #eaeaea;
  display: block;
  padding: 6px 0px
}

.archive_page p{
  margin: 0;
}

.jaar{
  color: #019098;
  font-weight: 700;
  font-size: 24px;
}

.maand{
  font-weight: bold;
  font-size: 16px;
}

a.btn-archief-meer{
  background-color: #222;
  color: #fff!important;
  border: none;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: normal;
  display: inline-block;
  padding: 10px 25px;
}