/*
Theme Name: FEDA Theme
Description: FEDA Theme
Version: 1.0
*/

/* CSS Document
	Resetting browser default styles
	All 
	Header
		Top menu
	Heading
	Container
		Content block
		Sidebar
	Home
	Branche block
	Agenda block
	Leden block
	Prefooter 
	Footer 
		Bottom menu
	Copyright
	Media Queries
*/

:root {
  --wp--style--global--content-size: 1120px;
}

/*korgtingscode*/
.coupon {
  width: 100% !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
  margin-bottom: 5px;
}

input#coupon_code {
  min-width: 200px !important;
  border-radius: 5px !important;
  border: 2px solid #165db8 !important;
  height: 50px !important;
}

/* Resetting browser default styles */
html,
body {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font: 16px/22px 'Quattrocento Sans', sans-serif;
  color: #1e1e1e;
  background: #fff;
}
div,
html,
body,
p,
ul,
ol,
li,
a,
form,
img,
table,
td,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
header,
section,
footer,
aside,
nav,
article,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
header,
section,
footer,
aside,
nav,
article,
figure,
figcaption {
  display: block;
}
table {
  border-collapse: collapse;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
iframe,
object,
embed {
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
input {
  vertical-align: middle;
}
input:focus,
textarea:focus {
  outline: none;
}
button,
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}
a,
a:active,
a:visited {
  text-decoration: none;
  color: #606060;
  -webkit-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
a:hover {
  text-decoration: none;
  color: #da503c;
}
.techimg {
  position: relative;
  top: 10px;
  right: 10px;
}

/* All */
.wrapper {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
.clear:after,
.wrapper:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.alignright {
  float: right;
  margin: 10px 0 0 35px;
}
.alignleft {
  float: left;
  margin: 10px 35px 0 0;
}
.cover {
  display: none;
}
*[data-cover] {
  min-height: 100px;
  background: url(../images/blank.gif) center center no-repeat;
  background-size: cover;
}
.hide {
  display: none !important;
}

.button,
.button:visited {
  color: #165db8 !important;
  padding: 0 27px !important;
  min-height: 53px !important;
  font: 18px/53px 'Droid Sans' !important;
  border: 2px solid #165db8 !important;
  border-radius: 4px !important;
  background: #fff !important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: background-color linear 0.2s, color linear 0.2s,
    border-color linear 0.2s;
  transition: background-color linear 0.2s, color linear 0.2s,
    border-color linear 0.2s;
}
.button:hover {
  color: #fff !important;
  background: #165db8 !important;
}
.button.button_small,
.button.button_small:visited {
  font-size: 14px !important;
  line-height: 31px !important;
  min-height: 31px !important;
  padding: 0 18px !important;
}
.button.button_middle,
.button.button_middle:visited {
  font-size: 14px !important;
  line-height: 40px !important;
  min-height: 40px !important;
  padding: 0 10px !important;
}
.button.button_red,
.button.button_red:visited {
  color: #fff !important;
  background: #c73b27 !important;
  border-color: #c73b27 !important;
}
.button.button_red:hover {
  color: #fff !important;
  background: #9d2514 !important;
  border-color: #9d2514 !important;
}
.button.button_gray,
.button.button_gray:visited {
  color: #585858 !important;
  border-color: #b7b7b7 !important;
  background: transparent !important;
}
.button.button_gray:hover {
  background: #b7b7b7 !important;
}
.button.button_light_gray,
.button.button_light_gray:visited {
  color: #9b9b9b !important;
  border-color: #d7d7d7 !important;
  background: transparent !important;
}
.button.button_light_gray:hover {
  background: #efefef !important;
  border-color: #efefef !important;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'] {
  width: 100%;
  height: 39px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font: 18px 'Droid Sans';
  color: #585858;
}
textarea {
  width: 100%;
  height: 100px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font: 18px 'Droid Sans';
  color: #585858;
}

h1 {
  font: 70px 'Droid Sans';
  text-transform: uppercase;
}
h2,
.page-title {
  font: 38px 'Droid Sans';
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #3e5285;
}
h2,
h3 {
  font: 30px 'Droid Sans';
  text-transform: uppercase;
  padding-bottom: 12px;
  color: #000000;
  padding-top: 17px;
}
h4 {
  font: 24px 'Droid Sans';
  text-transform: uppercase;
  padding: 25px 0px;
  color: #3e5285;
}
h5 {
  font: 18px 'Droid Sans';
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #3e5285;
}
p {
  padding-bottom: 20px;
  line-height: 1.375em;
}

/* Header */
.header {
  background: #fff;
  position: relative;
  z-index: 999;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 36px;
  line-height: 0;
  z-index: 999;
  width: 215px;
  height: 94px;
  background: #fff url(images/logo.svg) center center no-repeat;
  background-size: 200px auto;
}
.header .logo img {
  display: none;
}
.header .right_info {
  position: absolute;
  top: 22px;
  right: 0;
}
.header .right_info .searchform {
  float: left;
  margin-right: 10px;
}
.header .right_info .searchform label,
.header .right_info .searchform #searchsubmit {
  display: none;
}
.header .right_info .searchform #s {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  width: 45px;
  height: 35px;
  padding: 0 10px;
  font-size: 0;
  background: #fff url(images/icons/search.png) center center no-repeat;
  -webkit-transition: width linear 0.2s;
  transition: width linear 0.2s;
}
.header .right_info .searchform #s:focus,
.header .right_info .searchform #s:active {
  width: 185px;
  background: #fff;
  font-size: 16px;
}
.header .right_info .busket_wrap {
  float: left;
  position: relative;
  margin-right: 10px;
}
.header .right_info .busket_wrap > a {
  display: block;
  width: 50px;
  height: 35px;
  border-radius: 4px;
  background: #2b6bbd url(images/icons/busket.png) center center no-repeat;
  background-size: 19px auto;
  -webkit-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
}
.header .right_info .busket_wrap > a:hover {
  background-color: #104b97;
}
.header .right_info .busket_wrap span {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #2b6bbd;
  font: 14px/22px 'Droid Sans';
  background: #d7d7d7;
}
.header .right_info > a {
  float: left;
}
/* Top menu */
.menu_trigger {
  width: 30px;
  height: 18px;
  background: url(images/icons/menu_trigger.png) no-repeat;
  top: 29px;
  right: 20px;
  position: absolute;
  cursor: pointer;
  display: none;
}
.header nav {
  float: left;
  padding: 30px 0 0 240px;
}
.header nav > ul > li {
  float: left;
  font-family: 'Droid Sans';
  text-transform: uppercase;
  padding: 0px 0 30px 21px;
}
.header nav > ul > li > a,
.header nav > ul > li > a:visited {
  color: #1e1e1e;
  position: relative;
}
.header nav > ul > li > a:hover,
.header nav > ul > li:hover > a {
  color: #da503c;
}
.header nav > ul > li.menu-item-has-children > a:before {
  content: '';
  display: none;
  height: 0;
  width: 0;
  bottom: -32px;
  left: 50%;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #104b97;
  border-width: 13px;
  margin: 0 0 0 -13px;
}
.header nav > ul > li.menu-item-has-children:hover > a:before {
  display: block;
}
.header nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #2b6bbd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 0 7px 305px;
  border-top: 5px solid #104b97;
}
.header nav > ul > li:hover > ul {
  display: block;
}
.header nav > ul > li > ul:before,
.header nav > ul > li > ul:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #2b6bbd;
  border-top: 5px solid #104b97;
}
.header nav > ul > li > ul:after {
  left: auto;
  right: 100%;
}
.header nav > ul > li > ul li {
  font-size: 13px;
  float: left;
  padding-right: 24px;
}
.header nav > ul > li > ul li a,
.header nav > ul > li > ul li a:visited {
  color: #fff;
}
.header nav > ul > li > ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

/* Heading */
.heading {
  padding: 90px 0;
  min-height: 150px;
  text-align: center;
  position: relative;
  color: #fff;
  background: #165db8;
}
.heading.heading_content {
  padding: 75px 0 40px 0;
  min-height: 130px;
}
.heading .wrapper {
  position: static;
}
.heading div[data-cover='.cover'] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.heading div[data-cover='.cover']:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(87, 76, 102, 0.62);
  z-index: 100;
}
.heading div[data-cover='.cover'].nobg:before {
  background: rgba(0, 0, 0, 0);
}
.heading h1,
.heading h2 {
  padding-bottom: 5px;
  color: #fff;
  z-index: 200;
  position: relative;
}
.heading h1 + h2,
.heading h3 {
  position: relative;
  z-index: 200;
  color: #fff;
}

.heading p {
  font: 16px/20px 'Quattrocento Sans';
  z-index: 200;
  position: relative;
}

/* Container */
.container {
  padding: 100px 0 75px 0;
}
.container a {
  color: #165db8;
  font-weight: 700;
}
.container a:hover {
  color: #1e1e1e;
}
.posts_navigation a {
  float: left;
}
.posts_navigation span a {
  float: right;
}

/* Content block */
.content_block_left {
  float: left;
  width: 65%;
}
.content_block .gallery {
  margin: 5px -13px !important;
}
.content_block .gallery dl.gallery-item {
  text-align: left !important;
  padding: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content_block .gallery dl.gallery-item dt.gallery-icon a img {
  border: none !important;
  width: 100%;
}
.content_block article ul,
.content_block article ol {
  margin-bottom: 20px;
}
.content_block article ul li {
  margin-left: 17px;
  list-style: initial;
  list-style-position: outside !important;
  line-height: 1.5em;
}
.content_block article ol li {
  margin-left: 17px;
  list-style-type: decimal;
}
.content_block article .button_gray:last-of-type {
  margin-top: 20px;
}
.content_block article header .label {
  padding: 20px 15px 0 0;
  display: inline-block;
}
.content_block article header .label a {
  display: inline-block;
  color: #fff;
  background: #97ca00;
  border-radius: 4px;
  font: italic 14px/31px 'Quattrocento Sans';
  padding: 0 13px;
  margin: 0 5px 5px 0;
}
.content_block article header .label a.nieuws {
  background: #165db8;
}
.content_block article header .label a.publicaties {
  background: #c73b27;
}
.content_block article header .cat_title {
  color: #b2b2b2;
  font-style: italic;
  font-size: 12px;
  padding-bottom: 20px;
  display: inline-block;
}
.content_block article header .cat_title a,
.content_block article header .cat_title a:visited {
  color: #b2b2b2;
  font-weight: normal;
}

/* Sidebar */
.sidebar {
  float: right;
  width: 32%;
}

/* Home */
.home .container {
  text-align: center;
}
.home .container p {
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 40px;
}

/* Home slider */
.home_slider {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
  font-size: 0;
  line-height: 0;
  border-bottom: 6px solid #104b97;
  border-bottom: 6px solid #104b97;
}
/* .home_slider li figure:before {content:'';position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(87,76,102,.62);z-index:100;} */
.home_slider li figure,
.home_slider li figure figcaption {
  min-height: 650px;
  z-index: 102;
}
.home_slider li figure figcaption > div {
  max-width: 620px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: right;
  text-shadow: 0 0 15px rgb(0, 0, 0, 1);
}
.home_slider li figure figcaption > div .button_home_slider {
  text-shadow: initial;
}
.slide_down {
  width: 100%;
  position: absolute;
  bottom: -27px;
  z-index: 101;
}
.slide_down div {
  background: url(images/icons/arrow_down.png) no-repeat;
  height: 30px;
  width: 43px;
  margin: 0 auto;
  cursor: pointer;
}
.home_slider h1 {
  color: #fff;
  font-size: 60px;
}
.home_slider p {
  color: #fff;
  font-size: 16px;
  padding-top: 40px;
  margin-bottom: 55px;
}
.home_slider hr {
  width: 47%;
  margin-right: 6px;
  margin-top: 20px;
  border-top: #fff;
}
.button_home_slider {
  border-radius: 4px;
  font-size: 20px !important;
  background-color: #2b6bbd;
  padding: 15px;
  color: #fff !important;
  font-size: 20px;
  -webkit-transition: background-color linear 0.2s, color linear 0.2s,
    border-color linear 0.2s;
  transition: background-color linear 0.2s, color linear 0.2s,
    border-color linear 0.2s;
  color: #fff;
  overflow: hidden !important;
}
.button_home_slider:hover {
  color: #fff !important;
  background-color: #4d81c3;
}
.home_slider a {
  color: #fff;
}

/* Branche block */
.branche_block {
  background: #f5f5f5;
  padding: 80px 0 50px 0;
}
.branche_block .filter_icons_style {
  text-align: center;
  margin: -115px 0 50px 0;
}
.branche_block .filter_icons_style ul {
  font-size: 0;
  line-height: 0;
}
.branche_block .filter_icons_style ul li {
  display: inline-block;
  vertical-align: top;
}
.branche_block .filter_icons_style ul li a {
  display: inline-block;
  vertical-align: top;
  color: #165db8;
  width: 103px;
  height: 100px;
  padding: 145px 25px 0 25px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 3px 0;
  margin: 0 4px 8px 4px;
  font: 13px 'Droid Sans';
  text-transform: uppercase;
  background: #f4f4f4 url(images/blank.gif) center 52px no-repeat;
  -webkit-transition: color linear 0.2s, background linear 0.2s;
  transition: color linear 0.2s, background linear 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.branche_block .filter_icons_style ul li:hover a {
  color: #fff;
  background-color: #16447f;
  font-size: 0;
  line-height: 0;
  background-position: center 15px;
  background-size: 40px auto;
}
.branche_block .filter_icons_style ul li a:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(images/icons/arrow.png) center no-repeat;
  position: absolute;
  top: 150%;
  left: 50%;
  margin-left: -12px;
  -webkit-transition: top linear 0.2s;
  transition: top linear 0.2s;
}
.branche_block .filter_icons_style ul li:hover a:before {
  top: 210px;
}
.branche_block .filter_icons_style ul li span {
  color: #fff;
  font: 12px 'Droid Sans';
  text-transform: none;
  padding: 10px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 150%;
  left: 0;
  -webkit-transition: top linear 0.2s;
  transition: top linear 0.2s;
}
.branche_block .filter_icons_style ul li:hover span {
  top: 50px;
  text-align: center;
}
.branche_block .filter_icons_style ul li a[data-filter='.compressors'] {
  background-image: url(images/demo/compressors2.png);
}
.branche_block .filter_icons_style ul li:hover a[data-filter='.compressors'] {
  background-image: url(images/demo/compressors3.png);
}
.branche_block .filter_icons_style ul li a[data-filter='.emms'] {
  background-image: url(images/demo/eampmms2.png);
}
.branche_block .filter_icons_style ul li:hover a[data-filter='.emms'] {
  background-image: url(images/demo/eampmms3.png);
}
.branche_block .filter_icons_style ul li a[data-filter='.hydraulic-solutions'] {
  background-image: url(images/demo/hydravlicsolutions2.png);
}
.branche_block
  .filter_icons_style
  ul
  li:hover
  a[data-filter='.hydraulic-solutions'] {
  background-image: url(images/demo/hydravlicsolutions3.png);
}
.branche_block .filter_icons_style ul li a[data-filter='.pneumatic-solutions'] {
  background-image: url(images/demo/pneumaticsolutions2.png);
}
.branche_block
  .filter_icons_style
  ul
  li:hover
  a[data-filter='.pneumatic-solutions'] {
  background-image: url(images/demo/pneumaticsolutions3.png);
}
.branche_block .filter_icons_style ul li a[data-filter='.robotics'] {
  background-image: url(images/demo/robotics2.png);
}
.branche_block .filter_icons_style ul li:hover a[data-filter='.robotics'] {
  background-image: url(images/demo/robotics3.png);
}

.branche_block .filter_icons_style ul li a[data-filter='.onderwijs'] {
  background-image: url(https://feda.nl/wp-content/uploads/2019/08/icon-onderwijs-01.png);
}
.branche_block .filter_icons_style ul li:hover a[data-filter='.onderwijs'] {
  background-image: url(https://feda.nl/wp-content/uploads/2019/08/icon-onderwijs-wit.png);
}
/* .filter_icons_style ul li:nth-child(5){display: none !important;} */

.branche_block .filter_text {
  color: #8a8a8a;
  font-size: 15px;
  font-style: italic;
  padding-bottom: 45px;
}
.branche_block .filter_text li {
  text-decoration: underline;
  padding-left: 12px;
  display: inline-block;
}
.branche_block .filter_text li:first-child {
  text-decoration: none;
  padding-left: 0;
}
.branche_block .filter_text li a,
.branche_block .filter_text li a:visited {
  color: #8a8a8a;
}
.branche_block .branche_list {
  margin: 0 -17px;
}
.agenda_block .agenda_list > .clear,
.branche_block .branche_list > .clear {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.branche_block .branche_list li {
  /* float: left; */
  width: 100%;
  padding: 0 17px 35px 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.branche_block .branche_list li figure {
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: none;
  -webkit-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
  transition: background-color linear 0.2s;
  -webkit-transition: background-color linear 0.2s;
  height: 100%;
}
.branche_block .branche_list li figure:hover {
  background-color: #ebe9eb; /*box-shadow:rgba(0,0,0,.13) 2px 2px 14px 0;*/
}
.branche_block .branche_list li figure .link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.branche_block .branche_list li figure div[data-cover='.cover'] {
  min-height: 220px;
  border-radius: 5px 5px 0 0;
}
.agenda_list li .label,
.branche_list li .label,
.branche_block .branche_list li figure div[data-cover='.cover'] + .label {
  position: absolute;
  top: 0;
  left: 0;
}
.agenda_list li .label,
.branche_block .branche_list li .label {
  padding: 20px 15px 0 15px;
}
.flat-label,
.agenda_list li .label a,
.branche_block .branche_list li figure .label a {
  display: inline-block;
  color: #fff;
  background: #97ca00;
  border-radius: 4px;
  font: italic 14px/31px 'Quattrocento Sans';
  padding: 0 13px;
  margin: 0 5px 5px 0;
}
.branche_block .branche_list li figure .label a.nieuws {
  background: #165db8;
}
.flat-label.gesponsord-event,
.flat-label.open-sponsoring,
.branche_block .branche_list li figure .label a.publicaties {
  background: #c73b27;
}
.branche_block .branche_list li figure figcaption {
  padding: 0px 15px 0 15px;
}
.branche_block .branche_list li figure figcaption h4 {
  padding-bottom: 5px;
  font-size: 20px;
  padding-top: 20px;
  color: #000;
}
.branche_block .branche_list li figure figcaption .cat_title {
  color: #686868;
  font-style: italic;
  font-size: 12px;
  padding-bottom: 20px;
}
.branche_block .branche_list li figure figcaption .cat_title a,
.branche_block .branche_list li figure figcaption .cat_title a:visited {
  color: #707070;
}
.branche_block .branche_list + p {
  text-align: center;
  padding-top: 20px;
}
.branche_block .branche_list ul li > div.agendaheight {
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: none;
  transition: background-color linear 0.2s;
  -webkit-transition: background-color linear 0.2s;
  height: 100%;
}
.branche_block .branche_list ul li:hover > div.agendaheight {
  background-color: #ebe9eb;
}
.branche_block .branche_list ul li .agendaheight .link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.branche_block .branche_list ul li .agendaheight p {
  font-size: 14px;
  line-height: 20px;
}
.branche_block .branche_list ul li .agendaheight .cat_title {
  color: #b2b2b2;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  padding-bottom: 15px;
}
.branche_block .branche_list ul li .agendaheight .cat_title a,
.branche_block .branche_list ul li .agendaheight .cat_title a:visited {
  color: #b2b2b2;
}
.branche_block .branche_list ul li .agendaheight .date {
  position: relative;
  font: 22px 'Droid Sans';
  padding: 10px 20px 10px 20px;
  display: inline-block;
  text-align: center;
}
.branche_block .branche_list ul li .agendaheight .date strong {
  font-size: 53px;
  display: inline-block;
  margin-right: 10px;
  /* display: block; */
}
.branche_block .branche_list ul li .agendaheight .datehidden {
  display: none;
}
.branche_block .branche_list ul li .agendaheight *[data-cover] {
  height: 180px;
  overflow: hidden;
  border-radius: 7px 7px 0px 0px;
}
.branche_block .branche_list ul li .agendaheight figcaption {
  padding: 20px 20px 20px 20px;
  float: right;
}

.datumvt {
  display: inherit;
  position: relative;
  top: 5px;
  color: #686868;
  font-size: 12px;
  padding-bottom: 20px;
}

.datmvt {
  position: relative;
  top: 10px;
  color: #686868;
  font-size: 12px;
  padding-bottom: 20px;
}

/* Agenda block */
.agenda_block {
  padding: 75px 0;
}
.agenda_block .agenda_list ul {
  margin: 0 -17px;
  font-size: 0;
  line-height: 0;
}
.agenda_block .agenda_list ul li {
  position: absolute;
  top: -1000%;
  left: -1000%;
  /* width: 33.33%; */
  padding: 0 17px 60px 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: inline-flex;
  vertical-align: bottom;
}
.agenda_block .agenda_list ul li.float,
.agenda_block .agenda_list ul li.float + li {
  display: inline-flex;
  vertical-align: bottom;
}
.agenda_block .agenda_list ul li.show {
  position: static;
}
.agenda_block .agenda_list ul li.Jan > div.title,
.agenda_block .agenda_list ul li.Feb > div.title,
.agenda_block .agenda_list ul li.Mar > div.title,
.agenda_block .agenda_list ul li.Apr > div.title,
.agenda_block .agenda_list ul li.May > div.title,
.agenda_block .agenda_list ul li.Jun > div.title,
.agenda_block .agenda_list ul li.Jul > div.title,
.agenda_block .agenda_list ul li.Aug > div.title,
.agenda_block .agenda_list ul li.Sep > div.title,
.agenda_block .agenda_list ul li.Oct > div.title,
.agenda_block .agenda_list ul li.Nov > div.title,
.agenda_block .agenda_list ul li.Dec > div.title {
  display: none;
}
.agenda_block .agenda_list ul li.jan > div.title,
.agenda_block .agenda_list ul li.feb > div.title,
.agenda_block .agenda_list ul li.mrt > div.title,
.agenda_block .agenda_list ul li.apr > div.title,
.agenda_block .agenda_list ul li.mei > div.title,
.agenda_block .agenda_list ul li.jun > div.title,
.agenda_block .agenda_list ul li.jul > div.title,
.agenda_block .agenda_list ul li.aug > div.title,
.agenda_block .agenda_list ul li.sep > div.title,
.agenda_block .agenda_list ul li.oct > div.title,
.agenda_block .agenda_list ul li.nov > div.title,
.agenda_block .agenda_list ul li.dec > div.title {
  display: none;
}
.agenda_block .agenda_list ul li.firstmonth > div.title {
  display: block;
}
.agenda_block .agenda_list ul li.firstmonth.newrow {
  clear: both;
}
.agenda_block .agenda_list ul li > div {
  background: #f5f5f5;
  border-radius: 5px;
  position: relative;
  box-shadow: none;
  transition: background-color linear 0.2s;
  -webkit-transition: background-color linear 0.2s;
}
.agenda_block .agenda_list ul li:hover > div {
  background-color: #ebe9eb;
}
.agenda_block .agenda_list ul li > div.title {
  background: none;
  padding: 0;
  font: 28px 'Droid Sans';
  text-transform: uppercase;
  padding-bottom: 32px;
}
.agenda_block .agenda_list ul li:hover > div.title {
  box-shadow: none;
}
.agenda_block .agenda_list ul li .link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.agenda_block .agenda_list ul li p {
  font-size: 14px;
  line-height: 20px;
}
.agenda_block .agenda_list ul li .cat_title {
  color: #b2b2b2;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  padding-bottom: 15px;
}
.agenda_block .agenda_list ul li .cat_title a,
.agenda_block .agenda_list ul li .cat_title a:visited {
  color: #b2b2b2;
}
.agenda_block .agenda_list ul li .date {
  position: relative;
  font: 18px 'Droid Sans';
  padding: 10px 10px 10px 20px;
  display: inline-block;
  text-align: center;
}
.agenda_block .agenda_list ul li .date strong {
  font-size: 53px;
  display: block;
}
.agenda_block .agenda_list ul li .datehidden {
  display: none;
}
.agenda_block .agenda_list > p {
  text-align: center;
  display: none;
}
.agenda_block .agenda_list > p.show {
  display: block;
}
.agenda_block .agenda_list ul li *[data-cover] {
  height: 180px;
  overflow: hidden;
  border-radius: 7px 7px 0px 0px;
}
.agenda_block .agenda_list ul li figcaption {
  padding: 20px 20px 20px 20px;
  width: 58%;
  float: right;
}
.agenda_block .agenda_list ul li .agendaheight {
  /* min-height: 445px !important; */
  height: 100% !important;
  width: 100%;
}

/* Agenda block */
.agenda_card {
  padding: 90px 0;
  color: #fff;
  background-color: #165db8;
  position: relative;
}
.agenda_card.havethumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(87, 76, 102, 0.62);
}
.agenda_card > div {
  background: #2466bc;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  padding: 25px 25px 0 150px;
  max-width: 255px;
  margin: 0 auto;
  text-align: left;
}
.agenda_card > div .link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.agenda_card > div h4 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 15px;
}
.agenda_card > div .cat_title {
  color: #b2b2b2;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 15px;
}
.agenda_card > div .cat_title a,
.agenda_card > div .cat_title a:visited {
  color: #b2b2b2;
}
.agenda_card > div .date {
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
  width: 150px;
  font: 22px 'Droid Sans';
}
.agenda_card > div .date strong {
  font-size: 70px;
  display: block;
}

@media (min-width: 1280px) {
  .agenda_card.branche > div {
    max-width: 700px !important;
  }
}

/* Agenda sidebar */
.agenda_sidebar {
  float: right;
  width: 32%;
  padding-top: 72px;
}
.agenda_sidebar + .agenda_sidebar {
  padding-top: 30px;
}
.agenda_sidebar .card > div {
  background: #f5f5f5;
  color: #2667bc;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  padding: 25px 25px 0 140px;
  min-height: 120px;
}
.agenda_sidebar .card > div .link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.agenda_sidebar .card > div p {
  font-size: 14px;
  line-height: 20px;
}
.agenda_sidebar .card > div .cat_title {
  color: #b2b2b2;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 15px;
}
.agenda_sidebar .card > div .cat_title a,
.agenda_sidebar .card > div .cat_title a:visited {
  color: #b2b2b2;
}
.agenda_sidebar .card > div .date {
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
  width: 140px;
  font: 22px 'Droid Sans';
}
.agenda_sidebar .card > div .date strong {
  font-size: 70px;
  display: block;
}
.agenda_sidebar .twitter_wrap {
  background: #f5f5f5;
  color: #2667bc;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  padding: 25px 25px 10px 25px;
}
.agenda_sidebar .twitter_wrap:before {
  content: '';
  display: block;
  width: 31px;
  height: 27px;
  position: absolute;
  top: 30px;
  right: 27px;
  background: url(images/icons/twiter.png) no-repeat;
}
.agenda_sidebar .twitter_wrap h5 {
  padding: 0;
  margin-bottom: -15px;
}
.agenda_sidebar .twitter_wrap .fetched_tweets li {
  background: none;
  box-shadow: none;
  padding: 0 !important;
}
.agenda_sidebar .twitter_wrap .fetched_tweets li .tweet_wrap .wdtf-screen-name {
  padding-bottom: 15px;
}
.agenda_sidebar
  .twitter_wrap
  .fetched_tweets
  li
  .tweet_wrap
  .wdtf-screen-name
  .screen_name {
  display: none;
}
.agenda_sidebar
  .twitter_wrap
  .fetched_tweets
  li
  .tweet_wrap
  .wdtf-screen-name
  a {
  color: #b2b2b2;
  font: italic 12px 'Quattrocento Sans';
}
.agenda_sidebar .twitter_wrap .fetched_tweets li .tweet_data {
  font-size: 14px;
  line-height: 20px;
  color: #2667bc !important;
}
.agenda_sidebar .twitter_wrap .fetched_tweets li .tweet_data a,
.agenda_sidebar .twitter_wrap .fetched_tweets li .tweet_data a:visited {
  color: #2667bc !important;
}
.agenda_sidebar .twitter_wrap .fetched_tweets li .times {
  display: none;
}

/* Leden block */
.leden_block {
  padding: 40px 0;
}
.leden_block .filter_icons_style {
  text-align: center;
  margin: 0px 0 50px 0;
}
.leden_block .filter_icons_style ul {
  font-size: 0;
  line-height: 0;
}
.leden_block .filter_icons_style ul li {
  display: inline-block;
  vertical-align: top;
}
.leden_block .filter_icons_style ul li a {
  display: inline-block;
  vertical-align: top;
  color: #165db8;
  width: 103px;
  height: 100px;
  padding: 145px 25px 0 25px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 3px 0;
  margin: 0 4px 8px 4px;
  font: 13px 'Droid Sans';
  text-transform: uppercase;
  background: #f4f4f4 url(images/blank.gif) center 52px no-repeat;
  -webkit-transition: color linear 0.2s, background linear 0.2s;
  transition: color linear 0.2s, background linear 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.leden_block .filter_icons_style ul li:hover a {
  color: #fff;
  background-color: #16447f;
  font-size: 0;
  line-height: 0;
  background-position: center 15px;
  background-size: 40px auto;
}
.leden_block .filter_icons_style ul li a:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(images/icons/arrow.png) center no-repeat;
  position: absolute;
  top: 150%;
  left: 50%;
  margin-left: -12px;
  -webkit-transition: top linear 0.2s;
  transition: top linear 0.2s;
}
.leden_block .filter_icons_style ul li:hover a:before {
  top: 210px;
}
.leden_block .filter_icons_style ul li span {
  color: #fff;
  font: 12px 'Droid Sans';
  text-transform: none;
  padding: 10px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 150%;
  left: 0;
  -webkit-transition: top linear 0.2s;
  transition: top linear 0.2s;
}
.leden_block .filter_icons_style ul li:hover span {
  top: 50px;
}
.leden_block .filter_icons_style ul li a[data-filter='.compressors'] {
  background-image: url(images/demo/compressors2.png);
}
.leden_block .filter_icons_style ul li:hover a[data-filter='.compressors'] {
  background-image: url(images/demo/compressors3.png);
}
.leden_block .filter_icons_style ul li a[data-filter='.emms'] {
  background-image: url(images/demo/eampmms2.png);
}
.leden_block .filter_icons_style ul li:hover a[data-filter='.emms'] {
  background-image: url(images/demo/eampmms3.png);
}
.leden_block .filter_icons_style ul li a[data-filter='.hydraulic-solutions'] {
  background-image: url(images/demo/hydravlicsolutions2.png);
}
.leden_block
  .filter_icons_style
  ul
  li:hover
  a[data-filter='.hydraulic-solutions'] {
  background-image: url(images/demo/hydravlicsolutions3.png);
}
.leden_block .filter_icons_style ul li a[data-filter='.pneumatic-solutions'] {
  background-image: url(images/demo/pneumaticsolutions2.png);
}
.leden_block
  .filter_icons_style
  ul
  li:hover
  a[data-filter='.pneumatic-solutions'] {
  background-image: url(images/demo/pneumaticsolutions3.png);
}
.leden_block .filter_icons_style ul li a[data-filter='.robotics'] {
  background-image: url(images/demo/robotics2.png);
}
.leden_block .filter_icons_style ul li:hover a[data-filter='.robotics'] {
  background-image: url(images/demo/robotics3.png);
}

.leden_block .filter_icons_style ul li a[data-filter='.onderwijs'] {
  background-image: url(https://feda.nl/wp-content/uploads/2019/08/icon-onderwijs-01.png);
}
.leden_block .filter_icons_style ul li:hover a[data-filter='.onderwijs'] {
  background-image: url(https://feda.nl/wp-content/uploads/2019/08/icon-onderwijs-wit.png);
}

.leden_block .filter_text {
  text-align: center;
  padding-bottom: 35px;
}
.leden_block .filter_text li {
  display: inline-block;
  font: 20px 'Droid Sans';
  padding-bottom: 10px;
}
.leden_block .filter_text li:first-child {
  color: #6b6b6b;
  display: block;
  font: italic 14px 'Quattrocento Sans';
  padding-bottom: 25px;
}
.leden_block .filter_text li a,
.leden_block .filter_text li a:visited {
  padding: 0 8px;
  background: transparent;
  color: #1e1e1e;
  border-radius: 4px;
  -webkit-transition: background-color linear 0.2s, color linear 0.2s;
  transition: background-color linear 0.2s, color linear 0.2s;
}
.leden_block .filter_text li a:hover {
  background: #165db8;
  color: #fff;
}
.leden_block .filter_text li:after {
  content: '-';
  display: inline-block;
  padding: 0 2px 0 4px;
}
.leden_block .filter_text li:last-child:after {
  display: none;
}
.leden_block .leden_list {
  margin: 0 -14px;
}
.leden_block .leden_list li {
  float: left;
  width: 25%;
  padding: 0 14px 48px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.leden_block .leden_list li figure {
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  position: relative;
  -webkit-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
}
.leden_block .leden_list li figure .img {
  height: 158px;
  overflow: hidden;
  line-height: 158px;
  text-align: center;
  border-radius: 2px 2px 0 0;
}
.leden_block .leden_list li figure .img img {
  vertical-align: middle;
}
.leden_block .leden_list li figure figcaption {
  background: #f5f5f5;
  border-radius: 0 0 2px 2px;
  padding: 25px 25px 10px 40px;
  min-height: 135px;
}
.leden_block .leden_list li figure figcaption p {
  padding: 0;
  overflow: hidden;
}
.leden_block .leden_list li figure figcaption a {
  color: #165db8;
  text-decoration: underline;
}
.leden_block .leden_list li figure figcaption .cat_title {
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
}
.leden_block .leden_list li figure figcaption .cat_title a {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  background: url(images/blank.gif) left top no-repeat;
  background-size: 120px auto;
  margin: 0 -5px;
}
.leden_block .leden_list li figure figcaption .cat_title a.compressors {
  background-image: url(images/demo/compressors.png);
}
.leden_block .leden_list li figure figcaption .cat_title a.eampmms {
  background-image: url(images/demo/eampmms.png);
}
.leden_block .leden_list li figure figcaption .cat_title a.hydraulicsolutions {
  background-image: url(images/demo/hydravlicsolutions.png);
}
.leden_block .leden_list li figure figcaption .cat_title a.pneumaticsolutions {
  background-image: url(images/demo/pneumaticsolutions.png);
}
.leden_block .leden_list li figure figcaption .cat_title a.robotics {
  background-image: url(images/demo/robotics.png);
}

.leden_block .leden_list li figure figcaption .cat_title a.onderwijs {
  background-image: url(https://feda.nl/wp-content/uploads/2019/08/icon-onderwijs-01.png);
}

.leden_block .leden_list li figure .link {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.leden_block .leden_list a.regular-text {
  color: black;
  text-decoration: none;
}

.leden_block .leden_list li figure:hover {
  box-shadow: rgba(0, 0, 0, 0.51) 2px 2px 14px 0;
}
/* block */
.branche_block {
}

/* block */
.branche_block {
}

/* Prefooter */
.prefooter {
  background: #f5f5f5;
  padding: 90px 0;
}
.prefooter ul li {
  float: left;
  width: 33.33%;
  padding: 0 60px 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.prefooter ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.prefooter ul li p {
  position: relative;
  padding: 0 0 20px 96px;
}
.prefooter ul li p span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #da503c;
  border-radius: 5px;
  text-align: center;
  line-height: 80px;
}
.prefooter ul li p img {
  vertical-align: middle;
}
.prefooter h4 {
  color: #000;
}

/* Woocommerce category page */
.woocommerce .product-category {
  float: left !important;
  margin: 0 1% 2.992em 1% !important;
  padding: 0 0px !important;
  width: 31.3% !important;
}
.woocommerce .product-category img {
  width: 300px !important;
  height: 300px !important;
  margin: 0 auto !important;
}
.woocommerce .product-category h2 {
  width: 300px !important;
}

/* Footer */
.footer {
  background: #363636;
  padding: 30px 0 10px 0;
}
.footer .widget {
  float: left;
  width: 40%;
}
.footer .widget h6 {
  font: 16px 'Droid Sans';
  color: #fff;
  padding-bottom: 20px;
}
.footer .widget p {
  color: #fff;
  float: left;
  width: 71%;
}
.footer .widget p:last-child {
  float: right;
  width: 29%;
}
.footer .widget p a,
.footer .widget p a:visited {
  color: #fff;
  font-weight: 700;
}
.footer .widget p a:hover {
  color: #da503c;
}
#menu-item-3358 a:before {
  content: ' ';
  display: inline-block;
  background: url(//feda.nl/wp-content/uploads/2017/05/^EE4360F20753BFBCB78D0EDCCA3F8E78724A9A7FC2296AC91C^pimgpsh_fullsize_distr.png)
    no-repeat;
  background-size: contain;
  height: 20px;
  width: 30px;
  position: relative;
  top: 4px;
}
#menu-item-3359 a:before {
  content: ' ';
  display: inline-block;
  background: url(//feda.nl/wp-content/uploads/2017/05/linkedin.png) no-repeat;
  background-size: contain;
  height: 20px;
  width: 30px;
  position: relative;
  top: 4px;
}
/* Bottom menu */
.footer nav {
  float: left;
  width: 60%;
}
.footer nav > ul > li {
  float: left;
  width: 33.33%;
  padding: 0 0 25px 0;
}
.footer nav > ul > li a,
.footer nav > ul > li a:visited {
  color: #fff;
}
.footer nav > ul > li a:hover {
  color: #da503c;
}
.footer nav > ul > li > a {
  font-family: 'Droid Sans';
}
.footer nav > ul > li > ul {
  padding-top: 20px;
}
.footer nav > ul > li > ul li {
  padding-bottom: 2px;
}

/* Custom Sidebar // Contact-Page */
#post-2881 {
  width: 60%;
  float: left;
}
.contactpersoon {
  float: right;
  width: 33%;
}
.contactpersoon li {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 20px 20px 15px 20px;
  margin-bottom: 30px;
  height: auto;
  width: 60%;
}
.contactpersoon h2 {
  font-size: 16px;
  padding: 0px 0px 10px 0px;
  display: inline-block;
}
.contactpersoon li p {
  padding: 0px 15px 10px 0px;
  line-height: 18px;
  font-size: 15px;
}
.contactpersoon li img {
}
.contactpersoon figcaption {
  text-align: center;
}

/* Copyright */
.copyright {
  background: #1e1e1e;
  text-align: center;
  color: #fff;
  padding: 11px 0;
  font: 700 12px 'Droid Sans';
}

/* Word Lid */
table,
th,
td {
  border-bottom: 1px solid black;
}

/* Tabel Samenwerkingsverbanden */
.tablesamenwerkings td {
  padding: 20px 20px 20px 60px;
}

.tableimg {
  width: 30% !important;
}

.tablecursus tr td {
  padding: 15px;
}

/* Bestuur_Block // Bestuur-Page */
.bestuur_block {
  padding: 0px 0 25px 0;
  background-color: #f5f5f5;
}
.bestuur_block ul li img {
  width: 210px;
  height: 310px;
  border-radius: 10px 0px 0px 10px;
  object-fit: cover;
}
.bestuur_block ul li figcaption {
  padding: 40px 0px 0px 0px;
  float: right;
  width: 50%;
}
.bestuur_block ul li figcaption h2 {
  font-size: 21px;
  font-weight: bold;
}
.bestuur_block ul li figcaption p {
  padding: 0px 30px 0px 0px;
}
.bestuur_block ul li {
  border-radius: 10px;
  display: inline-block;
  width: 45%;
  background-color: #fff;
  margin: 0px 54px 54px 0px;
  height: 310px;
}

/* Custom Twitter CSS */
.widget.twitter_wrap .widget-title:before {
  content: ' ';
  display: inline-block;
  background: url(//feda.nl/wp-content/uploads/2017/05/twitter-logo.png)
    no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  position: relative;
  top: 10px;
}
.widget.twitter_wrap {
  position: relative;
  bottom: 20px;
}

/* 18-02-2020 
.excerpt,.excerpt+form.cart {display:none; visibility:hidden;}
.woocommerce ul.products li.product a img {min-height: 23em;}
.related ul.products li.product a img {min-height: 0;}
.woocommerce ul.products li.product .button {margin-left: auto;margin-right: auto;display: block;}
.woocommerce .quantity .qty {padding:19px;}

/*
.woocommerce .product-category h2 {width: auto !important;text-align:center}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float:none;width:100%;}
.woocommerce ul.products li.product a img {min-height: 23em;max-width: 20em;display: inline-block;}
.woocommerce ul.products li.product .woocommerce-loop-product__title {display: inline;vertical-align: top;}
*/

/* Media Queries */

/* Desktop */
@media only screen and (min-width: 960px) and (max-width: 1119px) {
  .wrapper {
    width: 960px;
  }
  /* Leden block */
  .leden_block .leden_list li {
    width: 33.33%;
  }

  .agenda_block .agenda_list ul li figcaption {
    padding: 20px 20px 20px 20px;
    width: 90%;
    float: none;
  }
}

/* Tablets and mobiles */
@media only screen and (max-width: 959px) {
  .branche_block .filter_icons_style ul li a {
    width: 85px;
  }
  .leden_block .filter_icons_style ul li a {
    width: 85px;
  }
  .header nav > ul > li > a:hover,
  .header nav > ul > li:hover > a {
    color: white;
  }

  #bekijkbranche {
    max-width: 100%;
  }
  #bekijkagenda {
    max-width: 100%;
  }

  .home_slider h1 {
    line-height: 30px;
    font-size: 16px;
  }

  .home_slider p {
    font-size: 13px;
    padding-top: 15px;
  }

  .button_home_slider {
    padding: 10px;
  }

  .agendaplaceholder img {
    height: 180px !important;
  }

  /* Header */
  .header .wrapper {
    min-height: 83px;
  }
  .menu_trigger {
    display: block;
    left: 285px;
    top: 35px;
  }
  .menu_trigger.active {
    z-index: 9991;
    width: 80%;
    position: fixed;
    left: 20%;
    background: #104b97;
    top: 0;
    height: 37px;
    padding: 10px 0;
  }
  .menu_trigger.active:before {
    content: 'x\00a0\00a0\00a0\00a0 menu sluiten';
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 7px;
    left: 25px;
    padding: 10px 0;
  }
  .logged-in .menu_trigger.active {
    top: 32px;
  }
  .header nav {
    float: none;
    width: 80%;
    padding: 40px 0 0 0;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    z-index: 999;
    height: 100%;
    background: rgb(22, 93, 185);
  }
  .logged-in .header nav {
    top: 27px;
  }
  .header nav:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
  }
  .header nav > ul {
    background: #165db9;
    position: relative;
    padding-top: 20px;
  }
  .header nav > ul > li {
    float: none;
    padding: 0;
    border-bottom: 1px solid #104b97;
    position: relative;
  }
  .header nav > ul > li.menu-item-has-children .arrow {
    display: block;
    width: 40px;
    height: 100%;
    background: url(images/icons/arrow_down2.png) center 13px no-repeat;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
  }
  .header nav > ul > li.menu-item-has-children .arrow.active {
    background-image: url(images/icons/arrow_up.png);
  }
  .header nav > ul > li > a,
  .header nav > ul > li > a:visited,
  .header nav > ul > li > a:hover {
    color: #fff;
    display: inline-block;
    padding: 10px 10px 10px 50px;
    letter-spacing: 0.5px;
  }
  .header nav > ul > li.menu-item-has-children:hover > a:before {
    display: none;
  }
  .header nav > ul > li > ul {
    display: none;
    position: static;
    width: auto;
    border-top: none;
    padding: 0;
    background: #104b97;
  }
  .header nav > ul > li:hover > ul {
    display: none;
  }
  .header nav > ul > li > ul.active {
    display: block;
  }
  .header nav > ul > li > ul:before,
  .header nav > ul > li > ul:after {
    display: none;
  }
  .header nav > ul > li > ul li {
    float: none;
    padding-right: 0;
    font-size: 15px;
  }
  .header nav > ul > li > ul li a {
    padding: 8px 10px 8px 60px;
    display: inline-block;
  }
  /* Heading */
  .heading {
    padding: 70px 0;
    min-height: 110px;
  }
  .heading.heading_content {
    padding: 55px 0 30px 0;
  }
  /* Container */
  .container {
    padding: 60px 0 45px 0;
  }
  /* Home slider */
  .home_slider li figure,
  .home_slider li figure figcaption {
    min-height: 450px;
  }
  .home_slider li figure figcaption > div {
    max-width: 100%;
  }
  /* Content block */
  .content_block_left {
    float: none;
    width: auto;
  }
  /* Sidebar */
  .sidebar {
    float: none;
    width: auto;
    position: relative;
    top: 20px;
  }
  /* Agenda block */
  .agenda_block {
    padding: 55px 0;
  }
  .agenda_block .agenda_list ul li {
    width: 50%;
    padding: 0 17px 60px 17px;
  }
  .agenda_block .agenda_list ul li .agendaheight {
    height: auto !important;
  }
  .agenda_block .agenda_list ul li figcaption {
    padding: 20px 20px 20px 20px;
    width: 90%;
    float: none;
  }
  /* Agenda sidebar */
  .agenda_sidebar {
    clear: both;
    float: none;
    width: auto;
    padding-top: 30px;
  }
  /* Leden block */
  .leden_block .leden_list li {
    width: 50%;
  }
  /* Prefooter */
  .prefooter {
    padding: 50px 0 30px 0;
  }
  .prefooter ul li {
    float: none;
    width: auto;
    padding: 0 0 20px 0;
    min-height: 170px;
  }
  /* Footer */
  .footer .widget {
    float: none;
    width: auto;
    clear: both;
  }
  .footer .widget h6 {
    font: 16px 'Droid Sans';
    color: #fff;
    padding-bottom: 20px;
  }
  .footer .widget p {
    width: 50%;
  }
  .footer .widget p:last-child {
    float: left;
    width: 50%;
  }
  /* Bottom menu */
  .footer nav {
    float: none;
    width: auto;
  }
  /* Contact Page*/
  .contactpersoon {
    width: 100% !important;
  }
  .contactpersoon li {
    height: auto;
    width: auto;
  }
  .contactpersoon li p {
    font-size: 13px;
    line-height: 18px;
  }
  .contactpersoon h2 {
    font-size: 12px;
    position: relative;
    padding: 0px 0px 10px 0px;
  }
  .contactpersoon li img {
    position: relative;
  }
  #post-2881 {
    width: 100% !important;
  }

  /* Bestuur Page */
  .bestuur_block ul li {
    width: 100%;
    height: auto;
  }
  .bestuur_block ul li img {
    width: auto;
    height: auto;
    border-radius: 0px 0px 0px 1px;
  }
  .bestuur_block ul li figcaption {
    padding: 15px 0px 15px 30px;
    float: none;
    width: auto;
  }

  .tablesamenwerkings td {
    display: inherit;
  }
  .tableimg {
    border-bottom: none;
  }
  table,
  th,
  td {
    border-bottom: 0px;
  }
  table {
    width: 100% !important;
  }
}
/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrapper {
    width: 620px;
  }
  /* Header */
  .menu_trigger {
    right: 235px;
  }

  /* Bestuur */
  .bestuur_block ul li {
    width: 44%;
    height: auto;
    margin: 0px 34px 54px 0px;
  }

  .bestuur_block ul li img {
    width: 270px;
    height: 400px;
    border-radius: 0px 0px 0px 1px;
  }

  .branche_block .branche_list li figure {
    overflow: hidden;
  }

  .agenda_block .agenda_list ul li .agendaheight {
    height: 500px !important;
  }
}

/* Mobile portrait and landscape modes */
@media only screen and (max-width: 767px) {
  .alignright,
  .alignleft {
    float: none;
    margin: 0 0 10px 0;
  }
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  h2,
  .page-title {
    font-size: 20px;
    line-height: 40px;
  }
  /* Header */
  .header .right_info {
    display: none;
  }
  /* Home slider */
  .home_slider li figure,
  .home_slider li figure figcaption {
    min-height: 300px;
  }
  /* Branche block */
  .branche_block .branche_list {
    margin: 0 -10px;
  }
  .branche_block .branche_list li {
    /* width: 50%; */
    padding: 0 10px 25px 10px;
  }
  /* Agenda block */
  .agenda_block {
    padding: 45px 0;
  }
  .agenda_block .agenda_list ul {
    margin: 0;
  }
  .agenda_block .agenda_list ul li {
    width: auto;
    float: none;
    padding: 0 0 40px 0;
  }
  /* Footer */
  .footer .widget p,
  .footer .widget p:last-child {
    width: auto;
    float: none;
  }
  /* Bottom menu */
  .footer nav > ul > li {
    float: none;
    width: auto;
  }
}

/* Mobile landscape mode */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper {
    width: 480px;
  }
}

/* Mobile portrait mode */
@media only screen and (max-width: 479px) {
  .wrapper {
    width: 300px;
  }
  /* Branche block */
  .branche_block .branche_list {
    margin: 0;
  }
  .branche_block .branche_list li {
    width: auto;
    float: none;
    padding: 0 0 25px 0;
  }
  /* Leden block */
  .leden_block .leden_list {
    margin: 0;
  }
  .leden_block .leden_list li {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-bedrijvengids .container {
    padding: 0 0 75px 0;
  }
  .single-bedrijvengids .container .wrapper {
    display: flex;
    flex-direction: column;
  }
  .single-bedrijvengids .container .content_block {
    width: 100% !important;
    order: 2;
  }
  .single-bedrijvengids .container .sidebar_leden {
    width: 100%;
    padding: 0 0 100px 0;
    order: 1;
  }
  .single-bedrijvengids .container .sidebar_leden .bedrijvengids-logo {
    width: 60%;
    float: left;
  }
  .single-bedrijvengids .container .sidebar_leden .gegevens_leden {
    text-align: left;
    float: left;
  }
  .single-bedrijvengids .container .sidebar_leden .gegevens_leden h4 {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contactpersoon li {
    display: inline-block;
    width: 40%;
  }
  .contactpersoon li:first-child {
    margin-right: 35px;
  }

  .branche_block .filter_icons_style ul li a {
    width: 65px;
  }
  .leden_block .filter_icons_style ul li a {
    width: 65px;
  }

  .branche_block .filter_icons_style ul li span {
    font-size: 10px;
  }
  .leden_block .filter_icons_style ul li span {
    font-size: 10px;
  }

  .branche_block .branche_list ul li .agendaheight figcaption {
    float: none;
  }

  h5 {
    font-size: 15px;
  }
}

.page-template-page-contact .heading div[data-cover='.cover'] {
  background-position: bottom;
}

/* Headerplaat op contactpagina: */
@media only screen and (min-width: 968px) {
  .page-template-page-contact .heading div[data-cover='.cover'] {
    background-position-y: -400px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-page-contact .heading div[data-cover='.cover'] {
    background-position-y: -500px;
  }
}

@media only screen and (min-width: 1400px) {
  .page-template-page-contact .heading div[data-cover='.cover'] {
    background-position-y: -600px;
  }
}

@media only screen and (min-width: 1600px) {
  .page-template-page-contact .heading div[data-cover='.cover'] {
    background-position-y: -700px;
  }
}

@media only screen and (min-width: 1800px) {
  .page-template-page-contact .heading div[data-cover='.cover'] {
    background-position-y: -900px;
  }
}

body.bedrijvengids-template-default.single.single-bedrijvengids
  .container
  .wrapper
  .content_block
  p:last-of-type {
  margin-bottom: 20px;
}

.content-bedrijvengids {
  width: 65%;
  display: inline-block;
}
.bedrijvengids-logo {
  float: right;
  position: relative;
  top: 25px;
  right: 10px;
}
#gallery-2 .gallery-item {
  width: 50% !important;
}

.gegevens_leden {
  float: right;
  position: relative;
  top: 50px;
  text-align: right;
  padding-right: 30px;
}
.gegevens_leden p {
  padding-bottom: 0px;
}

.content_block ul li {
  color: #2b6bbd;
}

.content_block ul li span {
  color: #000;
}

.contactpersoon ul li::before {
  content: none;
}

.sidebar_leden {
  width: 26%;
  display: inline-block;
  float: right;
}
textarea#my_field_name {
  height: 150px;
}

/* Graphic Invention toevoegingen */

.bx-prev,
.bx-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  left: 10px;
  background: url('images/icons/arrow.png') no-repeat;
}

.bx-prev {
  left: 10px;
  transform: rotate(180deg);
}

.bx-next {
  right: 10px;
  left: initial;
}

.footer-columns {
  display: flex;
  justify-content: center;
}

/**
 *	Gutenberg toevoegingen
 */

.wp-block-cover,
.wp-block-media-text {
  margin-bottom: 20px;
}

.wp-block-quote {
  border-left: 0.25em solid;
  border-left-color: #104a95;
  padding-left: 1em;
}

.content_block ul li {
  color: inherit;
}

.wp-block-pullquote {
  padding: 2em 0;
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-color: #104a95;
  margin: 20px 0;
}

.wp-block-buttons {
  margin-bottom: 2rem;
}

.wp-block-button a,
.wp-block-button.no-border-radius a {
  border-radius: 4px;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 4px !important;
}
.wp-block-button:not(.is-style-outline) a {
  color: #fff;
}
.wp-block-button__link {
  transition: filter 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
.wp-block-button__link:hover {
  filter: brightness(90%);
}

.wp-block-table {
  margin-bottom: 20px;
}
/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/

.wp-block-table table,
.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;

  overflow-x: auto;

  white-space: nowrap;

  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: none;
}

.wp-block-table table,
.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;

  background: radial-gradient(
        left,
        ellipse,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0) 75%
      )
      0 center,
    radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%)
      100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;

  margin: 0 0 1em;
}

.wp-block-table:not(.programma-table) table td:first-child,
.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.wp-block-table:not(.programma-table)table td:last-child,
.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.wp-block-table table th,
.rtable th {
  color: #fff;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: rgb(22, 93, 185);
}

.wp-block-table table th,
.wp-block-table table td,
.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
  min-width: 60px;
}

.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
}

.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

/**
 *	Gutenberg colors
 */
.has-primary-color {
  color: #104a95;
}
.has-secondary-color {
  color: #c53b27;
}
.has-tekst-color {
  color: #1e1e1e;
}
.has-white-color {
  color: #ffffff;
}
.has-grey-color {
  color: #f5f5f5;
}
.has-primary-background-color {
  background-color: #104a95;
}
.has-secondary-background-color {
  background-color: #c53b27;
}
.has-tekst-background-color {
  background-color: #1e1e1e;
}
.has-white-background-color {
  background-color: #ffffff;
}
.has-grey-background-color {
  background-color: #f5f5f5;
}

/**
 *	Cookie banner
 */

#cookie-notice .cookie-notice-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#cookie-notice .cn-button {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
}

/**
 * FEDA Next
 */
.next-accent {
  color: #9d2514;
}

.next-button {
  position: absolute;
  top: 0;
  right: 0;
  background: #c73b27;
  z-index: 2000;
  width: 52px;
  height: 52px;
  border-radius: 0 5px;
  color: white;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
/* .feda-next [data-cover] {
  border-bottom: 4px solid #c73b27;
  border-right: 4px solid #c73b27;
} */

.category-feda-next .datumvt {
  font-size: 22px;
}
.category-feda-next .page-title {
  font-size: 44px;
  font-weight: bold;
}

/* .page-id-13974 h2,
.page-id-19392 h2,
.category-feda-next h2 {
  font-size: 30px;
  text-transform: initial;
  margin-top: 2rem;
} */
.page-id-13974 p,
.page-id-19392 p,
.category-feda-next p {
  /* max-width: 750px; */
  padding-bottom: 0;
  margin-bottom: 20px;
}

.page-id-13974 .wp-block-cover,
.page-id-19392 .wp-block-cover,
.category-feda-next .wp-block-cover {
  margin: 2rem 0 3rem;
}

.wp-block-group,
.wp-block-columns {
  margin-bottom: 20px;
}

.wp-block-group .wp-block-group,
.wp-block-columns .wp-block-group {
  margin-bottom: 0;
}

.waar-wanneer {
  padding: 2rem;
  display: inline-flex !important;
  margin-left: -2rem;
  /* margin-bottom: 1rem; */
}

.waar-wanneer.in-agenda {
  display: flex !important;
}

.waar-wanneer h2 {
  margin-top: 0;
  /* font-weight: bold; */
}
.waar-wanneer p {
  /* font-size: 20px; */
}
.waar-wanneer p:last-of-type {
  margin-bottom: 0;
}

.in-agenda .wp-block-buttons {
  margin-top: 1rem;
}
.programma {
  padding: 2rem 1rem 1rem 2rem;
  margin-left: -2rem;
}

.has-background h2,
.programma h2 {
  /* margin-top: 0; */
  padding-top: 0;
}

.programma .programma-table,
.programma .programma-table table {
  margin-bottom: 0;
}

.programma .wp-block-table {
  border-bottom-color: transparent;
}
.programma .wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background: transparent;
}

.programma .wp-block-table.is-style-stripes tbody tr {
  border-bottom: 1px solid #3e5285;
}

.programma .wp-block-table td {
  padding: 0 16px 0 0;
}

.sprekers h3 {
  font-size: 20px;
  /* text-transform: initial; */
  /* font-weight: bold; */
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.spreker .wp-block-image {
  margin-bottom: 0;
}
.spreker .wp-block-column:last-of-type {
  padding: 1rem 1rem 1rem 0;
}

/**
 * FEDA Next | Sponsoring
 */
/* .page-id-13974 .heading div[data-cover='.cover']::before,
.page-id-19392 .heading div[data-cover='.cover']::before {
  display: none;
} */

.alignfull {
  margin-inline: calc(50% - 50vw);
}

@media all and (max-width: 1120px) {
  .alignfull {
    padding-inline: 1rem;
  }
}

.alignfull.has-background {
  padding-block: 1rem;
}
