/*  Theme Name: Onebite Template
  Theme URI: http://html5blank.com
  Description: Onebite template
  Version: 1.0.2
  Author: Onebite
  Author URI: http://onebite.nl
  Tags: Onebite, blank, html5, css3
  Lees voor Info over het gebruik van de template README.txt */
@import url(https://fonts.googleapis.com/css?family=Poppins:300,500,700);
.title {
  font-size: 25px;
  font-weight: 300;
  font-family: "Poppins";
}

.title h3 span:empty {
  display: none;
}

.slogan {
  font-size: 30px;
  font-weight: 300;
  font-family: "Poppins";
}

.menu ul li a {
  font-size: 20px;
  font-weight: 300;
  font-family: "Poppins";
}

.menu ul li a:hover, .menu ul li a:focus, .menu ul li a:active {
  font-weight: bold;
}

.text, p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins";
}

html, body, .wrapper {
  height: 100%;
  font-family: "Poppins";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

h2, h3, h4 {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Poppins";
}

h1 {
  font-family: "Poppins";
}

ul {
  padding: 0;
  float: left;
}

.flexslider ul {
  float: none;
}

i {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

img.qazy {
  opacity: 0;
  transition: opacity 1s;
}

img.qazy.active {
  opacity: 1;
}

a:active {
  text-decoration: none !important;
}

.wrapper {
  max-width: 1280px;
  width: 95%;
  position: relative;
  margin: 0 auto;
}

.container {
  z-index: 2;
  position: relative;
}

.bg-main {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

main, .site-main {
  float: left;
  width: 100%;
}

.sidebar {
  float: left;
}

.sidebar .block.title_block .content h2 {
  font-size: 36px;
  overflow: hidden;
}

.sidebar .text {
  float: left;
  width: 100%;
}

.margin-top {
  margin-top: 15px;
}

.pagination {
  float: left;
  width: 100%;
}

input, textarea {
  outline-color: #EDEDED;
  outline-width: medium;
}

input, select {
  border: 1px solid #CCCCCC;
}

.thumb {
  text-align: center;
}

.row {
  padding-top: 0;
  padding-bottom: 0;
}

.block {
  float: left;
  width: 100%;
}

.block .row {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.block .content {
  padding: 30px;
  float: left;
  width: 100%;
  position: relative;
}

.block .content p hr {
  float: left;
  width: 100%;
}

.block .content p a {
  word-break: break-word;
}

.block .content.double {
  padding: 30px;
}

.block .content.no-left {
  padding-left: 0;
}

.block .content ul li {
  margin-left: 15px;
}

.block .nopad {
  padding-left: 0;
  padding-right: 0;
}

.block .image_part .bg {
  float: left;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.block h3 {
  border-top: 5px solid white;
  float: left;
  width: auto;
  padding-top: 7.5px;
  margin-bottom: 7.5px;
}

.twhite {
  color: white;
}

.trans-bg {
  background-color: rgba(0, 0, 0, 0.3);
}

.full-rows > .row {
  margin-top: 15px;
}

.full-rows .divider {
  margin-top: 0px;
  margin-bottom: 0px;
}

.home .full-rows > .row, .single .full-rows > .row {
  margin-top: 30px;
}

.block {
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.block.twitter_block .title h3, .block.faq_block .title h3 {
  text-align: left;
  border-top: 0px solid white;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}

.block.twitter_block .title h3 span, .block.faq_block .title h3 span {
  border-top: 5px solid;
}

.block.twitter_block h3, .block.faq_block h3 {
  margin-bottom: 15px;
  padding-top: 7.5px;
  text-transform: uppercase;
}

.block.faq_block .title, .block.twitter_block .title {
  margin-top: 15px;
}

.block.twitter_block .twitter_feed {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.block.twitter_block #twitter-widget-0 {
  max-height: 250px;
  border-radius: 0;
  -webkit-border-radius: 0px;
  box-shadow: none;
}

.block .questions a, .block .questions a .question {
  color: white;
}

.block .questions a:hover, .block .questions a:active, .block .questions a .question:hover, .block .questions a .question:active {
  color: white;
  text-decoration: none !important;
}

.block .question {
  float: left;
  width: 100%;
  cursor: pointer;
  margin-top: 15px;
  padding-bottom: 7.5px;
}

.block .question h4 {
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  font-size: 15px;
  line-height: 1.4;
}

.block .question h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.block .question .answer {
  max-height: 45px;
  overflow: hidden;
  transition: 0.3s max-height ease-out;
  -webkit-transition: 0.3s max-height ease-out;
  float: left;
  width: 100%;
  position: relative;
  padding-right: 7.5px;
  border-bottom: 1px solid white;
}

.block .question .answer span {
  font-weight: 300;
}

.block .question .answer .fa {
  color: white;
  position: absolute;
  right: 3.75px;
  bottom: 3.75px;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.block .question .answer.active {
  max-height: 500px;
  transition: 0.3s max-height ease-in;
  -webkit-transition: 0.3s max-height ease-in;
}

.block .question .answer.active .fa {
  opacity: 0;
}

.block.background-image {
  background-size: cover;
  position: relative;
}

.block.background-image .img_link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.block.background-image .content {
  height: 100%;
}

.block.background-image .thin h3 {
  color: white;
  padding-top: 7.5px;
  max-width: 100%;
  width: auto;
  font-size: 28px;
  border-top: 0px solid white;
  font-weight: 300;
}

.block.background-image .fat h3 {
  color: white;
  padding-top: 0;
  max-width: 100%;
  text-transform: uppercase;
  width: auto;
  line-height: 1.6;
  border-top: 5px solid white;
}

.block.background-image .button-holder {
  z-index: 4;
}

.block.background-image .overlay-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}

.block.background-image .overlay-holder span {
  font-size: 14px;
  padding: 15px 30px;
  float: left;
  width: 100%;
  color: white;
}

.block.content_with_image .image_part .title h3 {
  width: auto;
  color: white !important;
  padding-top: 7.5px;
  text-transform: uppercase;
  border-top: 5px solid white;
}

.block.content_with_image .content_part .content.double {
  padding-right: 0px;
}

.block.content_with_image .content_part h2 {
  padding-bottom: 0px;
}

.block.content_with_image .content_part p {
  padding-top: 7.5px;
  float: left;
  width: 100%;
}

.block.content_with_image .content_part .button-holder.right {
  right: 0;
}

.block.title_block .content h2 {
  font-size: 75px;
  font-weight: 300;
  color: white;
  border-top: 0px !important;
  margin-bottom: 25px;
}

.block.logos_block .title {
  margin-bottom: 45px;
}

.block.logos_block .title h3 {
  text-transform: uppercase;
}

.block.logos_block .logo_img {
  text-align: center;
}

.block.logos_block .logo_img img {
  width: auto;
}

.block.news_block h4 {
  float: left;
  width: 100%;
  padding-top: 15px;
  text-align: center;
}

.block.news_block h4 a {
  border-top: 5px solid white;
}

.block.content_block p {
  float: left;
  width: 100%;
}

.block.flexslider_block {
  position: relative;
}

.block.flexslider_block .thin h3 {
  color: white;
  padding-top: 7.5px;
  max-width: 100%;
  width: auto;
  font-size: 28px;
  border-top: 0px solid white;
  font-weight: 300;
}

.block.flexslider_block .fat h3 {
  color: white;
  padding-top: 0;
  max-width: 100%;
  text-transform: uppercase;
  width: auto;
  line-height: 1.6;
  border-top: 5px solid white;
}

.block.flexslider_block h3:hover, .block.flexslider_block h3:active {
  text-decoration: none;
}

.block.flexslider_block h3 div {
  margin: 0 !important;
}

.block.flexslider_block.img-slides .flex-direction-nav {
  display: none;
}

.block.flexslider_block .slide {
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}

.block.flexslider_block .slide > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.block.flexslider_block .flex-direction-nav {
  top: 50%;
}

.block.flexslider_block .flex-direction-nav .flex-prev {
  position: absolute;
  left: 0;
  margin-left: 7.5px;
}

.block.flexslider_block .flex-direction-nav .flex-next {
  position: absolute;
  right: 0;
  margin-right: 7.5px;
}

.block.flexslider_block .flex-direction-nav a {
  color: white;
}

.block.flexslider_block .flex-direction-nav a:hover, .block.flexslider_block .flex-direction-nav a:active {
  color: #0a0a0a;
}

.block.sec_block h3 {
  border-top: 5px solid white;
  padding-top: 7.5px;
  max-width: 100%;
  text-transform: uppercase;
  width: auto;
}

.block.block_404 {
  margin-top: 30px;
}

.row-no-margin {
  margin-left: -15px;
  margin-right: -15px;
}

.row.row-margin-0 {
  margin-left: 0;
  margin-right: 0;
}

.innert {
  padding: 15px;
}

.video iframe {
  box-shadow: 0px 0px 5px #888888;
  border-radius: 8px;
}

.mob-radius-bottom {
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.mob-radius-right {
  border-radius: 0 8px 8px 0px;
  -webkit-border-radius: 0 8px 8px 0;
}

.mob-radius-top {
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0 0;
}

.mob-radius-left {
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
}

.mob-radius-full {
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.gfield_label {
  font-size: 18px !important;
}

.relative {
  position: relative;
}

.ave .content h2 {
  float: none !important;
}

.ave .content .wp-post-image {
  max-height: 300px !important;
  width: auto;
  margin: 0 auto;
  display: inherit;
}

.content_block ul {
  display: inline-block;
}

.nopaddle .previous-edition {
  height: 100%;
}

iframe {
  max-width: 100%;
}

.background-image {
  height: 300px;
  background-size: 100%;
  background-position: center center;
}

.first_block {
  margin-top: -15px;
}

.first_block .content {
  padding-top: 0px;
}

.first_block .content .logo {
  width: 100%;
  margin-top: 25px;
}

.first_block .content .logo img {
  max-width: 280px;
  max-height: 135px;
  margin: 0 auto;
  display: inherit;
}

.first_block .content .title {
  width: 100%;
  color: white;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -10px;
}

.first_block .content .text {
  color: white;
  padding: 0px 10px 0px 10px;
}

.first_block .content .divider {
  background-color: white;
  height: 3px;
  width: 100%;
  float: left;
}

.marg15 {
  margin-left: 15px;
  margin-right: 15px;
}

.dsb {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 315px;
}

.w100 {
  width: 100%;
}

.standaard {
  height: 500px;
}

.standaard .image_part .bg {
  min-height: 169px !important;
}

.standaard .content_part {
  margin-bottom: 25px;
}

.standaard .content {
  padding: 25px 35px;
}

.standaard .content h3 {
  margin: 5px 0px 12px;
}

.standaard .text-area {
  min-height: 330px;
}

.transp {
  height: 500px;
  background-color: rgba(0, 0, 0, 0.3);
}

.transp .content_part {
  margin-bottom: 25px;
}

.transp .content {
  padding: 25px 35px;
}

.transp .content h3 {
  margin: 5px 0px 12px;
}

.transp .content p {
  padding-top: 35px;
  margin-bottom: 40px;
}

.transp article {
  padding: 0px 35px !important;
}

.fullimg {
  height: 500px;
}

.fullimg .content_part {
  margin-bottom: 25px;
}

.fullimg .content {
  padding: 25px 35px;
}

.fullimg .content h3 {
  margin: 5px 0px 12px;
}

.fullimg .content p {
  padding-top: 35px;
  margin-bottom: 40px;
}

.fullimg article {
  padding: 0px 35px !important;
}

.white-bg, .bgwhite {
  background-color: white;
}

.content {
  padding: 15px;
}

.image_part .bg {
  min-height: 300px;
  float: left;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.main-content {
  margin-top: 15px;
}

h2, h3, h4 {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.news .news-title {
  padding-top: 10px;
  text-transform: uppercase;
  color: white;
}

.news .innert {
  height: 100%;
}

.news .innert .block {
  height: 100%;
}

.gform_wrapper {
  display: inline-block !important;
}

.gform_fileupload_multifile {
  margin-left: 0px !important;
  display: inline-block !important;
}

.gsection {
  display: inline-block;
}

.brig {
  float: right !important;
  right: 0 !important;
  margin-right: 15px !important;
}

.blef {
  float: left !important;
  left: 0 !important;
  margin-left: 15px !important;
}

.nopaddle {
  padding: 0px !important;
}

.flex-direction-nav {
  z-index: 8;
  position: absolute;
  width: 100%;
}

.flex-direction-nav i {
  font-size: 35px;
}

.flex-direction-nav .flex-next {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 30px;
}

.flexslider li {
  list-style: none;
}

.flexslider .slides li {
  min-height: 300px;
  border-radius: 5px;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}

.footer {
  float: left;
  left: 0;
  bottom: 0;
  width: 100%;
  background: blue;
}

.copyright {
  text-align: center;
  float: left;
  width: 100%;
}

.overlay-footer {
  position: relative;
  z-index: 3;
  height: 500px;
  background-repeat-y: no-repeat;
  background-position: bottom;
  background-color: transparent;
  background-repeat: repeat-x;
}

.main-container {
  padding-bottom: 15px;
}

.footer {
  background-color: white;
}

.footer.box-true {
  -webkit-box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.75);
}

.footer h3 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 17px;
  padding-bottom: 7.5px;
  text-transform: uppercase;
  padding-top: 15px;
}

.footer .logo-holder img {
  max-height: 120px;
  position: relative;
}

.first_block .inner {
  background-color: rgba(0, 0, 0, 0.3);
}

.header {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .header {
    margin-bottom: 5px;
  }
}

.logo {
  float: left;
  padding-bottom: 15px;
}

.header .nav-toggle {
  padding: 15px 6px;
  background-color: #38b9c9;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  float: right;
  transition: 0.3s all;
  text-decoration: none !important;
}

.header .nav-toggle:hover, .header .nav-toggle:active {
  background-color: rgba(0, 0, 0, 0.5);
}

.header .nav-collapse {
  float: left;
  width: 100%;
}

.header .nav-collapse div {
  margin-bottom: 15px;
}

.header .nav-collapse div ul {
  border-bottom: 1px solid white;
  float: left;
  width: 100%;
}

.header .nav-collapse div ul li {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 0;
  transition: all 0.3s;
}

.header .nav-collapse div ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.header .nav-collapse div ul li:first-child a:first-child {
  padding-left: 0;
  margin-left: 0;
}

.header .nav-collapse div ul li:first-child a:first-child:hover {
  padding-left: 7px;
}

.header .nav-collapse div ul li a {
  margin: 0px 8px;
  color: #38b9c9;
  font-size: 17px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 300;
  line-height: 1.2;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  text-decoration: none !important;
}

.header .nav-collapse div ul li.current-menu-item a {
  font-weight: bold;
}

.header .nav-collapse div ul li:hover, .header .nav-collapse div ul li:focus, .header .nav-collapse div ul li:active {
  background-color: #38b9c9;
}

.header .nav-collapse div ul li:hover a, .header .nav-collapse div ul li:focus a, .header .nav-collapse div ul li:active a {
  color: white;
}

.header .buttons {
  float: left;
  top: 0;
  margin-top: 4.5px;
  margin-bottom: 3.5px;
}

.header .buttons .fa {
  font-size: 20px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.header .buttons .fa:hover, .header .buttons .fa:active {
  color: white;
}

.header .buttons .fa-twitter {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 5px solid;
  padding: 5px 6px;
  margin-right: 0;
}

.header .buttons .fa-twitter:hover {
  border-color: white;
}

.header .buttons .fa-facebook {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 5px solid;
  padding: 5px 10px;
  margin-right: 0;
}

.header .buttons .fa-facebook:hover {
  border-color: white;
}

.header .buttons .inschrijven {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 5px solid #38b9c9;
  padding: 6px 25px;
  color: #38b9c9;
  font-weight: 600;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  display: inline-block;
  margin: 5px;
}

.header .buttons .inschrijven:hover, .header .buttons .inschrijven:active {
  text-decoration: none;
  background-color: #38b9c9;
  color: white;
}

@media (min-width: 360px) {
  .header .buttons .fa-twitter {
    margin-right: 12px;
  }
  .header .buttons .fa-facebook {
    margin-right: 7.5px;
  }
}

.line-left {
  width: 100%;
  max-width: 200px;
  border-top: 1px solid white;
  z-index: 1;
  position: absolute;
  left: 0;
  right: auto;
  top: 65px;
  bottom: 0px;
  display: none;
}

.line-right {
  width: 100%;
  max-width: 600px;
  border-top: 1px solid white;
  z-index: 1;
  position: absolute;
  left: auto;
  right: 0;
  top: 65px;
  bottom: 0px;
  display: none;
}

.mobile-white {
  background-color: white;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.btnmain, #bbp_topic_submit, #bbp_reply_submit, .submit {
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 6px 25px;
  padding-top: 7px;
  text-align: center;
  line-height: 1.5;
  border: 5px solid rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  float: left;
}

.btnmain:hover, .btnmain:active {
  border-color: white;
  background-color: white;
}

.btnmain:active {
  color: white;
}

#bbp_topic_submit:hover, #bbp_topic_submit:active {
  border-color: white;
  background-color: white;
}

#bbp_reply_submit:hover, #bbp_reply_submit:active {
  border-color: white;
  background-color: white;
}

.btnmain.border-true, #bbp_topic_submit.border-true, #bbp_reply_submit.border-true {
  background-color: transparent;
  border-width: 3px;
}

.btnmain.border-true:hover, .btnmain.border-true:active {
  color: white;
}

#bbp_topic_submit.border-true:hover, #bbp_topic_submit.border-true:active {
  color: white;
}

#bbp_reply_submit.border-true:hover, #bbp_reply_submit.border-true:active {
  color: white;
}

.button-holder {
  float: left;
}

@media (min-width: 992px) {
  .button-holder.bottom {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
  .button-holder.bottom.right a {
    float: right;
  }
  .button-holder.bottom.left a {
    float: left;
  }
}

.pagination {
  text-align: center;
}

.pagination .hide {
  display: none;
}

.pagination .fa-chevron-right {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 5px solid;
  padding: 5px 8px;
  margin-left: 20px;
  font-size: 20px;
}

.pagination .fa-chevron-left {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 5px solid;
  padding: 5px 8px;
  margin-right: 20px;
  font-size: 20px;
}

.pagination .numb {
  font-size: 28px;
  font-weight: 300;
  vertical-align: bottom;
  color: white;
}

.pagination .numb-current {
  font-weight: 700;
  color: white;
}

.archive .site-main p {
  float: left;
  width: 100%;
}

.archive .site-main .button-holder {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pagination {
  color: white;
}

.pagination .fa {
  color: white !important;
}

.post-type-archive-faq .pagination {
  color: white;
}

.post-type-archive-faq .pagination .fa {
  color: white !important;
}

.post-type-archive-faq .full-rows > .row {
  margin-top: 15px;
}

.post-type-archive-faq .main-content h1 {
  color: white;
}

.post-type-archive-faq .main-content .question {
  color: white;
}

.post-type-archive-faq .main-content .question h2 {
  border-top-width: 0;
  font-size: 18px;
}

.post-type-archive-faq .main-content .question .answer {
  position: relative;
  padding-right: 7.5px;
  border-bottom: 1px solid white;
}

.post-type-archive-faq .main-content .question .answer .fa {
  color: white;
  position: absolute;
  right: 3.75px;
  bottom: 3.75px;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.post-type-archive-faq .main-content .question .answer.active {
  max-height: 500px;
  transition: 0.3s max-height ease-in;
  -webkit-transition: 0.3s max-height ease-in;
}

.post-type-archive-faq .main-content .question .answer.active .fa {
  opacity: 0;
}

.post-type-archive-voorgaande-edities .row .previous-edition .white-bg {
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.page-template-sub-page-no-sidebar .full-rows > .row, .blog .full-rows > .row {
  margin-top: 30px;
}

.page-template-sub-page .content-area > .row, .page-template-sub-page .sidebar > .row {
  margin-top: 30px;
}

.post-type-archive-voorgaande-edities .img-holder h2.title, .post-type-archive-cases .img-holder h2.title {
  font-size: 25px;
  font-weight: 400;
  line-height: 41px;
}

.post-type-archive-voorgaande-edities .relative h2, .post-type-archive-cases .relative h2 {
  font-weight: 300;
  padding-bottom: 15px;
}

.post-type-archive-voorgaande-edities .relative .button-holder, .post-type-archive-cases .relative .button-holder {
  left: 15px;
  right: 15px;
}

.post-type-archive-voorgaande-edities .full-rows, .post-type-archive-cases .full-rows {
  margin-top: -15px;
}

.post-type-archive-voorgaande-edities .row.double-top, .post-type-archive-cases .row.double-top {
  margin-top: 30px;
}

.post-type-archive-voorgaande-edities .center, .post-type-archive-cases .center {
  text-align: center;
}

.post-type-archive-voorgaande-edities .main-content .content .button-space, .post-type-archive-cases .main-content .content .button-space {
  padding-top: 65px;
  float: left;
  width: 100%;
}

.page-template-page-community .numb {
  text-decoration: none !important;
}

.page-template-page-community .numb:hover, .page-template-page-community .numb:active, .page-template-page-community .numb.yactive {
  color: #dd9933;
  text-decoration: none;
}

@media (min-width: 992px) {
  .page-template-page-community .minimenu a:last-child .minimenu-item {
    float: right;
  }
  .single-post .sidebar .row:first-child {
    margin-top: 0;
  }
}

.site-main .gform_wrapper .ginput_complex .ginput_left,
.site-main .gform_wrapper .ginput_complex .ginput_right {
  width: 300px;
  max-width: 48.5%;
}

.site-main .gform_wrapper .left_label .gfield_label {
  width: 31%;
}

.site-main .gform_wrapper .left_label ul.gfield_checkbox, .site-main .gform_wrapper .left_label ul.gfield_radio {
  margin-left: 0 !important;
}

.site-main .gform_wrapper .right_label ul.gfield_checkbox, .site-main .gform_wrapper .right_label ul.gfield_radio {
  margin-left: 0 !important;
}

.site-main .gform_wrapper .ginput_container .medium, .site-main .gform_wrapper .ginput_container.ginput_container_radio {
  margin-top: 15px;
}

.site-main .gform_wrapper .ginput_container.ginput_container_email input.medium {
  margin-top: 0;
}

.site-main .gform_wrapper .ginput_container.ginput_container_date .datepicker {
  width: 300px !important;
  max-width: 100% !important;
}

.site-main .gform_wrapper .gsection {
  border-bottom: 1px solid #0d0d0d;
  width: 100%;
}

.site-main .gform_wrapper .gsection .gsection_title {
  font-size: 24px;
}

.site-main .gform_wrapper .left_label .gfield_label {
  font-weight: 400;
}

.site-main .gform_wrapper .left_label .gfield_description {
  margin-left: 31%;
  padding-left: 30px;
}

.site-main .gform_wrapper .gfield_radio li label {
  font-weight: 300;
}

.site-main .gform_wrapper .gform_footer.left_label, .site-main .gform_wrapper .gform_page_footer.left_label {
  margin-left: 35%;
  width: 60%;
}

.site-main .gform_page_footer input, .site-main .gform_footer input {
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 6px 25px;
  border: 5px solid;
  background-color: white;
  text-decoration: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 400;
}

.site-main .gform_page_footer input.border-true, .site-main .gform_footer input.border-true {
  background-color: transparent;
  border-width: 3px;
}

.site-main .gform_page_footer input.border-true:hover, .site-main .gform_page_footer input.border-true:active, .site-main .gform_footer input.border-true:hover, .site-main .gform_footer input.border-true:active {
  color: white;
}

.site-main .gsection_description {
  font-size: 14px !important;
}

.site-main .screen-reader-text {
  margin-left: 5px;
}

.site-main .ginput_preview {
  text-align: center;
  background-color: green;
  padding: 7.5px;
  margin: auto;
  max-width: 300px;
  border-radius: 99px;
}

.site-main .gform_confirmation_wrapper p, .site-main .gform_confirmation_wrapper h2 {
  float: left;
  width: 100%;
}

@media (max-width: 768px) {
  .site-main .gform_wrapper .left_label .gfield_label, .site-main .gform_wrapper .left_label input.medium {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer .row {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .block .content {
    padding: 15px;
  }
  .block .content.double {
    padding: 15px;
  }
}

@media (max-width: 992px) {
  .sidebar {
    float: unset;
  }
  .post-type-archive-faq .sidebar {
    float: left;
    max-width: 100%;
  }
  .flex-row {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .ave .flex-row .col-sm-3 {
    padding: 0;
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .sidebar .row {
    margin-bottom: 30px;
  }
  .fixpad {
    padding-right: 20px;
    padding-left: 0;
  }
  .post-type-archive-voorgaande-edities .row .previous-edition .white-bg .img-holder {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 400px;
  }
  .flex {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .post-type-archive .double-top {
    margin-top: 30px;
  }
  .post-type-archive .double-top:last-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 360px) {
  .block {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .row {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .header {
    margin-bottom: 0px;
  }
  .row {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .block {
    margin-top: 0;
    margin-bottom: 0;
  }
  .radius-bottom {
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
  }
  .radius-right {
    border-radius: 0 8px 8px 0px;
    -webkit-border-radius: 0 8px 8px 0;
  }
  .radius-top {
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0 0;
  }
  .radius-left {
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
  }
  .radius-full {
    border-radius: 8px;
    -webkit-border-radius: 8px;
  }
  .post-type-archive-voorgaande-edities .full-rows, .post-type-archive-cases .full-rows {
    margin-top: 0;
  }
  .post-type-archive-voorgaande-edities .white-bg, .post-type-archive-voorgaande-edities .previous-edition, .post-type-archive-cases .white-bg, .post-type-archive-cases .previous-edition {
    min-height: 450px;
  }
}

@media screen and (min-width: 40em) {
  .header .nav-collapse {
    float: right;
    width: auto;
  }
  .header .nav-collapse div ul {
    padding-top: 18px;
  }
  .header .nav-collapse div ul li {
    width: auto;
    float: left;
    margin: 5px 5px;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    padding-top: 8px;
    margin-top: -2px;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
  }
  .header .nav-collapse div ul li a {
    color: white;
    font-size: 22px;
    padding-top: 7px;
  }
  .header .nav-collapse div ul li:hover, .header .nav-collapse div ul li:focus, .header .nav-collapse div ul li:active {
    background-color: white;
  }
  .header .nav-collapse div ul li:hover a, .header .nav-collapse div ul li:focus a, .header .nav-collapse div ul li:active a {
    color: #38b9c9;
  }
  .mobile-white {
    background-color: transparent;
    width: auto;
    margin: 0;
    float: right;
  }
  .mobile-white .buttons {
    float: right;
    position: relative;
    left: auto;
    height: auto;
  }
  .mobile-white .buttons .inschrijven {
    color: white;
    border-color: white;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
  }
  .mobile-white .buttons .inschrijven:hover {
    background-color: white;
    color: #38b9c9;
  }
}

@media (max-width: 768px) {
  .block, .content {
    min-height: inherit !important;
  }
  .standaard, .transp, .fullimg {
    height: 100% !important;
  }
  .news {
    margin-top: 25px;
  }
}

@media (max-width: 360px) {
  .standaard, .transp, .fullimg {
    height: 600px !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .header .buttons {
    margin-top: 15px;
  }
  .header {
    margin-bottom: 0;
  }
  .header-row {
    margin-bottom: 0;
  }
  .header-row .first_block {
    height: 180px;
  }
  .second_block .block {
    max-height: 300px;
  }
  .first_row {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .first_row .second_block > .row {
    margin-bottom: 0;
  }
  .nav-collapse {
    height: 51px;
    border-bottom: 1px solid white;
  }
  .site-main {
    margin-top: 0;
  }
  .site-main .first_block {
    height: 310px;
  }
  .site-main .first_block .inner .block {
    margin-top: -10px;
  }
  .site-main .first_block {
    margin-top: 0;
  }
  .site-main .second_block {
    margin-top: -5px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .line-right {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .line-right {
    display: block;
  }
}

@media (min-width: 1600px) {
  .line-left {
    display: block;
  }
}

@media (max-width: 1200px) {
  .standaard, .transp, .fullimg {
    height: 575px;
  }
}

@media (max-width: 992px) {
  .standaard, .transp, .fullimg {
    height: 735px;
  }
  .ave .content .wp-post-image {
    max-height: 300px !important;
    width: auto;
    margin: 0 auto;
    display: inherit;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .ave .flex .col-sm-3 {
    width: 100% !important;
    margin: 10px 0px;
  }
}
