/*!
Theme Name: dodo_theme
Theme URI: http://underscores.me/
Author: Dodo
Author URI: http://dodo.nl
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: ONLY FOR DODO
Text Domain: dodo_theme
*/

/* header */

#masthead .navbar .nav-link {
  text-transform: uppercase;
  color: #000;
}
#headerpag {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
  display: table;
}
#headerpag .innner {
  display: table-cell;
  vertical-align: middle;
}
#headerpag span {
  text-align: center;
  max-width: 695px;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

/* dodo rows */

#tijdlijn_row #tijdlijncarousel,
#laatste_nieuws_row #laatstenieuwscarousel {
  width: 100%;
}
#laatste_nieuws_row .postcontent {
  margin: 10px;
  background-color: #F4F4F4;
  height: 100%;
}
#laatste_nieuws_row .postcontent .postimg {
  background-color: #6B6B6B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
}
#laatste_nieuws_row .postcontent .posttekst {
  padding: 15px 15px 55px;
  height: 350px;
  position: relative;
}
#laatste_nieuws_row .postcontent .posttekst span.title {
  color: #0E8144;
  font-size: 20px;
}
#laatste_nieuws_row .postcontent .posttekst span {
  color: #6B6B6B;
  font-weight: 500;
  display: block;
  margin: 10px 0;
}
#laatste_nieuws_row .postcontent .posttekst p {}
#laatste_nieuws_row .postcontent .posttekst a {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
#tijdlijn_row .carousel-control-next,
#laatste_nieuws_row .carousel-control-next {
  right: -156px;
  opacity: 1;
}
#tijdlijn_row .carousel-control-prev,
#laatste_nieuws_row .carousel-control-prev {
  left: -156px;
  opacity: 1;
}
#feiten_row .feitencol div {
  display: inline-block;
  white-space: nowrap;
  padding: 5px 10px;
  margin: 10px 20px;
}
#feiten_row .feitencol div.blue {
  background-color: ##0366A4;
  color: #fff;
  margin-left: 0;
}
#feiten_row .feitencol div.green {
  background-color: #0E8144;
  color: #fff;
  margin-left: 0;
}
#feiten_row .feitencol div.blue span,
#feiten_row .feitencol div.green span {
  font-weight: 500;
}

#video_row  .videocontent,
#feiten_row .videocontent {
  background-color: #F4F4F4;
  margin-bottom: 15px;
}
#video_row  .videocontent .inner,
#feiten_row .videocontent .inner {
  padding: 15px;
}
#video_row  .videocontent .inner span,
#feiten_row .videocontent .inner span {
  font-weight: 500;
  display: block;
  margin: 10px 0;
  color: #6B6B6B;
}
#video_row  .videocontent .inner span.title,
#feiten_row .videocontent .inner span.title {
  color: #0E8144;
  font-size: 20px;
}


#tijdlijn_row .tijdlijncontent {
  margin: 10px;
  background-color: #F4F4F4;
  height: 100%;
}
#tijdlijn_row a {
  color: #000;
  text-decoration: none;
}
#tijdlijn_row .tijdlijncontent.kwartaaleen .tijdlijntekst span.title { color: #0366A4; }
#tijdlijn_row .tijdlijncontent.kwartaaltwee .tijdlijntekst span.title { color: #0366A4; }
#tijdlijn_row .tijdlijncontent.kwartaaldrie .tijdlijntekst span.title { color: #0366A4; }
#tijdlijn_row .tijdlijncontent.kwartaalvier .tijdlijntekst span.title { color: #0366A4; }

#tijdlijn_row .tijdlijncontent.kwartaaleen .tijdlijndate { background-color: #0366A4; }
#tijdlijn_row .tijdlijncontent.kwartaaltwee .tijdlijndate { background-color: #0366A4; }
#tijdlijn_row .tijdlijncontent.kwartaaldrie .tijdlijndate { background-color: #0366A4; }
#tijdlijn_row .tijdlijncontent.kwartaalvier .tijdlijndate { background-color: #0366A4; }

#tijdlijn_row .tijdlijncontent.kwartaaleen .tijdlijnimg .kwartaal { background-color: #0366A4; }
#tijdlijn_row .tijdlijncontent.kwartaaltwee .tijdlijnimg .kwartaal { background-color: #0366A4; }
#tijdlijn_row .tijdlijncontent.kwartaaldrie .tijdlijnimg .kwartaal { background-color: #0366A4; }
#tijdlijn_row .tijdlijncontent.kwartaalvier .tijdlijnimg .kwartaal { background-color: #0366A4; }

#tijdlijn_row .tijdlijncontent .tijdlijnimg {
  background-color: #6B6B6B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  width: 100%;
}
#tijdlijn_row .kwartaal {
  width: 60px;
  height: 80px;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
#tijdlijn_row .kwartaal span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
  display: inline-block;
}
#tijdlijn_row .tijdlijndate {
  padding: 10px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
#tijdlijn_row .tijdlijncontent .tijdlijntekst {
  padding: 15px;
  position: relative;
}
#tijdlijn_row .tijdlijncontent .tijdlijntekst span.title {
  color: #0E8144;
  font-size: 20px;
}
#tijdlijn_row .tijdlijncontent .tijdlijntekst span {
  font-weight: 500;
  display: block;
  margin: 10px 0;
  color: #6B6B6B;
}

#interview_row .interviewcontent img {
  width: 500px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
#interview_row .singleinterview .interviewcontent img {
  width: auto;
  display: block;
}
#interview_row .interviewcontent .inner {
  width: calc(100% - 519px);
  display: inline-block;
}
#interview_row .singleinterview .interviewcontent .inner {
  width: auto;
}
#interview_row .video h2,
#interview_row .interviewcontent .title {
  font-size: 26px;
  color: #0166A4;
}
#interview_row .interviewcontent span {
  font-weight: 600;
  display: block;
  color: #6B6B6B;
  font-size: 24px;
}
#interview_row .video.hidden {
  display: none;
}
#interview_row .video h2 {
  line-height: 39px;
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  color: #0166A4;
}
#interview_row .video h2:after {
  content: none;
}
.btn-link {
    color: #0166A4;
    text-decoration: none;
}
.btn-link:hover {
    color: #0E8144;
    text-decoration: none;
}

#accordeon .card {
  border-color: #F4F4F4;
  border-radius: 0;
}
#accordeon .card-header {
  background-color: #F4F4F4;
  border-radius: 0;
}
#accordeon .card-header .btn-link {
  font-size: 20px;
  /* font-weight: 700; */
  /* color: #fff; */
  border: 0;
  text-decoration: none;
}

#blokken_row .blok-item {

}
#blokken_row .blok-item {
  background-color: #0E8144;
  color: #fff;
  padding: 25px;
  height: 100%;
}
#blokken_row .col-md-6:nth-child(even) .blok-item {
  background-color: #0166A4;
}
#blokken_row .blok-item .butn {
  margin-top: 15px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  display: inline-block;
}
#blokken_row .blok-item .butn:hover {
  background-color: #000;
  color: #fff;
}

/* interview single */

.interviewnaam {
    display: block;
    color: #0166A4;
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
}
span.date {
  font-size: 14px;
  font-weight: 600;
  color: #6B6B6B;
  display: block;
  margin: 10px 0;
}

/* footer */

#colophon {
  margin-top: 35px;
  background-color: #0E8144;
}
#colophon .footer-inner h2 {
  color: #fff;
  font-weight: 400;
}
#colophon .footer-inner p,
#colophon .footer-inner a {
  color: #fff;
  padding-top: 15px;
}
#colophon .footer-inner strong {
  text-transform: uppercase;
  color: #FEF201;
}
.site-info {
  background-color: #0B723A;
  padding: 15px;
  color: #D0D0D0;
  font-size: 12px;
}
.site-info a {
  text-decoration: none;
  color: #D0D0D0;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin: 0;
}

.nieuwsbrief p.green{
    display: block;
    background: #0DA850;
    padding: 15px;
    margin:0;
}
form.widget_wysija{
    padding-top: 30px;
    background: #FEF201;
}
p.wysija-paragraph{
    display:block;
    background: #FEF201;
    margin:0;
    padding: 7.5px 15px 7.5px 15px;
}
.wysija-paragraph input{
    width: 100%;
    border-radius: 0px;
    padding: 8px;
}
.wysija-submit {
    width: 100%;
    display: block;
    border-radius: 0px;
    margin: 25px 0 30px 0 !Important;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background: #0166A4;
    color: #fff;
    border: 0;
}
.wysija-submit:hover {
  background: #0B723A;
}

/* backtotop */

#backtotop {
  position: fixed;
  bottom: 22px;
  right: 11px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px 20px;
  display: none;
  z-index: 1;
}
#backtotop:hover {
  background: rgba(0,0,0,1);
}

html, body, html a {
    -webkit-font-smoothing: antialiased !important;
}
html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body {
  font-family: 'Roboto', sans-serif;
}
h1 {
  color: #676767;
  font-size: 36px;
  font-weight: 500;
}
h1.titel {
  margin-bottom: 35px;
}
h2, .h2 {
    font-size: 26px;
    font-weight: 300;
}
h2::after {
    content: ' ';
    display: block;
    border-bottom: 2px solid #FEF579;
    max-width: 50px;
    text-align: left;
    padding: 10px 0;
    margin-bottom: 30px;
}
video {
  max-width: 100%;
  height: 359.633px;
  background-color: #000;
  margin: 10px auto;
  display: block;
}
img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.submenu img {
  display: initial;
  margin: initial;
}
a {
  color: #0166A4;
  text-decoration: none;
}
a:hover {
  color: #0E8144;
  text-decoration: none;
}
.row {
  padding: 35px 0;
}
.center {
  text-align: center;
}
.rechts {
  text-align: right;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #6c757d !important;
}

a.bluebutn {
  margin-top: 30px;
  text-decoration: none;
  background-color: #0166A4;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}
a.bluebutn:hover {
  background-color: #0E8144;
}
a.greenbutn {
  margin-top: 30px;
  text-decoration: none;
  background-color: #0E8144;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  text-align: right;
}
a.greenbutn:hover {
  background-color: #0166A4;
}

iframe {
  max-width: 100%;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* contact form 7 */
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form label, .wpcf7-form p{
    width: 100%;
    border-radius: 0;
}
.wpcf7-form input[type="checkbox"] {
  width: auto;
}
.wpcf7-form{
    max-width: 500px;
}
textarea.form-control{
    max-height: 150px;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

.btn-outline-primary {
    color: #fff;
    background-color: #0166A4;
    background-image: none;
    border: 0;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0E8144;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0E8144;
}

.Akkoord .wpcf7-checkbox {
  border: 0;
}
.Akkoord .wpcf7-checkbox .wpcf7-list-item {
  margin-left: -10px;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
  display: none;
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('img/loader.svg');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

/* menu dorpdown on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu{
    margin-top: 0;
}


.strablok {
     max-width: 800px;
     color:  #fff;
 }
 .hondert {
    width: 90.6%;
    min-height: 80px;
    background-color: #0086b3;
    margin-left: 5px;
    margin-top: 0px;
    display:  inline-block;
}
 .vijftig {
    width: 45%;
    min-height: 80px;
    background-color: #0086b3;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
    display:  inline-block;
}
.vijftig a {
    color: #fff;
}
 .pijld {
    width: 19px;
    height: 19px;
    background-image: url('img/arrow-down-grid.png');
    margin-top: -15px;
    margin-left: 49%;
    position:  relative;
}
 .pijldl {
    width: 19px;
    height: 19px;
    background-image: url('img/arrow-down-grid.png');
    margin-top: -15px;
    margin-left: 25%;
    position:  relative;
}
 .pijldleft {
    width: 19px;
    height: 19px;
    background-image: url('img/arrow-left-grid.png');
    margin-top: 25px;
    margin-left: -12px;
    position:  relative;
}
 .vijftig2 {
    width: 45%;
    min-height: 80px;
    background-color: #0086b3;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
    display:  inline-block;
}
 .hondertop {
    width: 90.6%;
    min-height: 80px;
    background-color: #0086b3;
    margin-left: 5px;
    margin-top: 5px;
    display:  inline-block;
}
 .pijldkwart {
    width: 19px;
    height: 19px;
    background-image: url('img/arrow-down-grid.png');
    margin-top: -15px;
    margin-left: 48%;
    position:  relative;
    float: left;
}
 .pijldkwarteen {
    width: 19px;
    height: 19px;
    background-image: url('img/arrow-down-grid.png');
    margin-top: -15px;
    margin-left: 24%;
    position:  relative;
    float: left;
}
 .hondert, .vijftig, .hondertop, .vijftig2, .vijftig2 p {
    text-align:  center;
    padding-left: 5px;
    padding-right: 5px;
}
.hondertop a{
color: #fff !important;
}
 @media only screen and (max-width: 765px)  {
     .vijftig2 {
    width: 44% !important;
}
}
 .hondert, .vijftig, .vijftig2, .hondertop {
    min-height: 80px !important;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}
