/*
Theme Name: Sick of smoking
Theme URI: http://thegoodplace.nl
Author: Gerben
Author URI: http://thegoodplace.nl
Description: Sick of smoking is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. and Twitter Bootstrap 3. Feel free to edit it. 
Version: 0.1
License: GNU General Public License
License URI: license.txt
Text Domain: The Goodplace
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Vivir is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. and Twitter Bootstrap 3 

*/
@media screen and (max-width:1020px) {
	.mainmenu {
		width: 100%;
	}
}
.language {
    position: absolute;
    right: 315px;
    top: 30px;
}
.language-nl {
	position: absolute;
	right: 335px;
	top: 30px;
}

.wpml-ls-item ul a, .wpml-ls-flag {
    background: transparent !important;
}
.wpml-ls-flag {
	display: none !important;
}
.size-full {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.wpml-ls-item-nl{
    background-image: url("images/netherlands.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
	height: 20px;
}
.wpml-ls-item-en {
    background-image: url("images/united-kingdom.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
	height: 20px;
}
.display_none {
	display: none;
}
.english_button {
	display: inline-block;
	color: #fff;
	padding: 18px 32px;
	font-family: 'festersemi-condensed_bold';
	background-color:  #fc391d;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 22px!important;
	letter-spacing: 1px;
	border: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.english_button:hover {
	color: #fff;
	background-color: #fc391d;
}
.english_arrow {
	width: 270px;
    height: 150px;
    background-image: url("images/english_arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -40px;
    position: relative;
    margin-left: 90px;
}

.more_button {
	display: inline-block;
    position: relative;
    text-align: center;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    padding: 18px;
    margin-top: 20px;
}

.gform_confirmation_message {
	padding-top: 30px;
}
.gform_confirmation_message p {
	font-size: 22px;
    line-height: 36px;
}

body {
  font-family: "myriad-pro",sans-serif;
	background-color: #fff;
	font-size: 16px;
	line-height: 30px;
	  float: left;
    width: 100%;
    min-height: 100%;
    font-weight: 300;
    color: #010101;
	
}
.title-inner {
	border-bottom: 1px solid #dadada;
	padding-left: 55px;
	padding-bottom: 20px;
}
.title-inner h1 {
	color: #010101 !important;
}	
html {
  float: left;
    width: 100%;
    min-height: 100%;    max-width: 100%;
	overflow-x: hidden;
}

#page{
    padding-bottom: 90px;
    float: left;
    width: 100%;
    min-height: 100%;
        overflow-x: hidden;    max-width: 100%;
}

 .feitenwrapper a h3, .rechtzakencaption a h3 {
	   color: #010101;
	   font-style: normal;
}

.feitenwrappervol a h3 {
	   color: #fff;
}

* {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	
}
p {
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 300;
}
.contentcontactvervolg ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
.contentcontactvervolg li {
	list-style: disc;
}
.contentcontact img {
	max-width: 100%;
	height: auto;
	}
header {
	position: fixed;
	top:0px;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #dadada;
	z-index: 99;
	height: 100px;

}
.uitleg {
	float: left;
}

.uitleg font {
	float: right;
}
.logo {
 -webkit-transition: all 0.3s;
    transition: all 0.3s;
    HEIGHT: auto;
    text-align: left;
    vertical-align: inherit;
    float: left;
    width: 100%;
    max-width: 212px;
}

.hatsetats .logo{  max-width: 100px;
}



section, article, main {float: left; width: 100%; position: relative;}


#homefooter p, .ondertitel p {
	    font-size: 30px;
	    margin: 0;
}

#homefooter p font, .ondertitel p font a {
	color: #fff;
}


.ondertitel p {
    padding-left: 55px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    color: #fc391d;
    z-index: 3;
    line-height: 40px;
    position: relative;
    background-color: #000;
}

.menubutton {  }

.bt-menu-trigger {
    cursor: pointer;
    display: block !important;
    height: 33px;
    position: relative;
    float: right;
    width: 37px;
    z-index: 9999999;
}
.bt-menu-trigger span:before {
    margin-top: 2px;
    transform: translateY(-250%);-webkit-transform: translateY(-250%);
}
.bt-menu-trigger span:before, .bt-menu-trigger span:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;-webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s ease 0s;
    width: 100%;
}

.bt-menu-trigger span:after {
    margin-top: -2px;
    transform: translateY(250%);-webkit-transform: translateY(250%);
}
.bt-menu-trigger span:before, .bt-menu-trigger span:after {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease 0s;
    width: 100%;
}

.bt-menu-trigger span {
    -moz-user-select: none;
    background-color: #000;
    display: block;
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color 0.3s;
    font-size: 0;
    height: 4px;
    left: 0;
    margin-top: 0px; 
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease 0s;
    width: 100%;
}
.show-menu .bt-menu-trigger span { visibility: hidden;}
.show-menu .bt-menu-trigger span:before {
    margin: 0;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);	visibility: visible;
}

.show-menu .bt-menu-trigger span:after {
    margin: 0;
  	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);visibility: visible;
}

.overlayallshow{
    display: none;
    min-height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
}

.show-menu .overlayallshow {
    display: block;
    z-index: 7;
}

.imgcover {
	    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);

}

.mainmenu  {float: left; }

.mainmenu li {float: left; list-style: none; }
.mainmenu li:last-child {
	margin-right: 0px;
} 

.mainmenu li a.active {
border-top:10px solid #fc391d;	
} 
.nopaddingleft {
	padding-left: 0px;
}

.mainmenu li a {
	color: #020202;
	font-size: 20px;
	line-height: 20px;
	float: left;
	list-style: none;
	margin-right: 20px;
	border-top: 10px solid #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'festersemi-condensed_bold';
}

.header_right {
    float: right;
	margin-top: 20px;
	margin-right: 0;
}

.header_right .social_header, .rode_button {
	display: inline-block;
}


.standardnav  {
	margin-left: 0;
	 display: inline-block;
}

.social_header .socialmedia {
    display: inline-block;
	position: relative;
	top: 9px;
}


.social_header span {
    color: #020202;
    font-size: 20px;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
    margin-right: 0px;
    font-family: 'festersemi-condensed_bold';
}

.header_right .rodebutton {
	background-color: #fc391d;
	position: relative;
	top: 0;
	margin-left: 20px;
	display: inline-block;
	float: right;
}

.vlak_actie {
	padding: 50px;
	min-height: 260px;
}

.vlak_actie.grey {
	background-color: #e8ebeb;
}
.vlak_actie.grey:hover {
	background-color: #f93b2b;
}
	
.vlak_actie.grey:hover .circle ,
.vlak_actie.grey:hover h3, 
.vlak_actie.grey:hover p {
	color:#fff
}
.vlak_actie.grey h3{
	  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.circle {
	width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    font-weight: 700;
    margin-bottom: 10px;
}


.circle_black {
	border-color: #000;
}
.vlak_actie.grey:hover .circle_black {
	border-color: #fff;
}
.social-image {
	height: 300px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


@media screen and (max-width:1340px) {
	.mainmenu li a {
		margin-right: 15px !important;	
		font-size: 18px;
	}
	header .socialmedia li  {
		width: 30px !important;
		height: 30px !important;
	}
	.social_header .socialmedia {
		top: 14px !important;
		
	}
}


.menu {
	display: none;
}
.row { position: relative;}
.teller {
     background-color: #fc391d;
    height: 100px;
    
    width: 290px;
    .padding-top: 23px;
    padding-top: 12px;
    .width: 330px;
    
    font-weight: 700;
    right: 0px;
    text-transform: uppercase;
    
    position: absolute;
    cursor: pointer;
    padding-left: 19px;
}
.teller p span {
	border-bottom: 2px solid #fff;
}
.socialmedia {
    z-index: 99;
}
@media screen and (max-width:1200px) {
	.socialmedia {
		.top: 10px !important;
	}
}
@media screen and (max-width:500px) {
	.socialmedia {
		right: 15px !important;
	}

}

.nummers {
    color: #010101;
    font-size: 67px;
    line-height: 53px;
    text-align: left;
    float: left;
    margin-right: -25px;
}

.strijders {
    color: #fff;
    font-size: 22px;
    width: 57px;
    word-wrap: break-word;
    float: right;
    line-height: 18.5px;
}
.row1, .row2 {
	float: left;
	width: 91%;
	line-height: 21px;
}
/*
.uitleg {
    font-size: 13px;
    font-weight: 900;
    float: right;
    line-height: 13px;
    margin-left: 5px;
}
*/

/* EXTRA */
.uitleg {
	font-size: 21px;
    font-weight: 900;
    float: right;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-top: 27px;
    margin-right: -45px;
}
.teller p {
	float: left;
    color: #fff;
        font-size: 15px;
    position: relative;
    margin-top: 2px;
}
@media screen and (max-width:1200px) {
	.teller p {
		.display: none;
	}
}
@media screen and (max-width:500px) {
	.teller {
		width: 280px;
	}
	.arrow {
		display: none;
	}
}
.socialmedia {


}


.arrow {
    width: 285px;
    height: 150px;
    position: absolute;
       background-image: url("images/arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 105px;
    right: 35px;
    background-position: 0 -225px;
}

/* END EXTRA */

section, #mainbanner{height:auto; min-height: 600px;}

.contentwrap {
	padding-top: 0;
	margin-top: -1px;
}

#mainbanner .carousel-inner>.item, .bannerhref .item {
    height: 100vh;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 600px;
    background-repeat: no-repeat;
    background-color: #000;
}
#mainbanner .container-fluid {
    padding-left: 50px;
    position: absolute;
    bottom: 100px;
    width: 100%;
}
#mainbanner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 4vw;
   line-height: 99%;
    letter-spacing: 2px;
}

#mainbanner p {
    font-size: 1.8vw;
    line-height: 122%;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'festersemi-condensed_medium';
}
	  

	    
.rodebutton, .gform_button,
.mc4wp-form-fields input[type='submit'] {
    color: #fff;
    background-color: #fc391d;
	padding: 19px 32px;
	font-family: 'festersemi-condensed_bold';
	text-transform: uppercase;
	line-height: 20px;
	font-size: 20px !important;
	letter-spacing: 01px;
	border: 0px;
}
.contentcontactvervolg .mc4wp-form-fields input[type='submit'] {
	margin-left: 10px;
	}
.mc4wp-form-fields input[type='submit']:hover,
.carousel-caption .rodebutton:hover {
	background-color: #000;
	color: #fff;
}
.mc4wp-form-fields .emailfield {
	float: left;
	border: 2px solid #d0d0d0;
	color: #fc391d;
	padding: 12px 20px;
	font-family: "myriad-pro",sans-serif;
	font-weight: 100;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0 0 15px;
}
.mc4wp-form-fields .emailfield:focus {
	border-color: #fc391d;
	outline: none;
}
@media screen and (max-width:600px) {
	.mc4wp-form-fields .emailfield {
		width: 100%;
	}
	.mc4wp-form-fields input[type='submit'] {
		margin-top: 10px;
	}
}
	    
.logowrapper {
    float: left;
    margin-right: 30px;
    max-width: 125px;
    padding-left: 15px;
    width: 100%;
}

.bolder { font-family: 'festersemi-condensed_bold'; }
.heavy { font-family: 'festersemi-condensed_bold'; }

h1, h2, h3, h4 {
	 font-family: 'festersemi-condensed_bold';
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

.feitenimg {
	 width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
  
}
.nopadding {
	padding: 0px;
}

.mainintro {
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 3;
	    top: 0px;
}

.mainintro h3, .strijdmeediv h3 {
	font-size: 30px;
}

.feitenwrapper {
    height: auto;
	min-height: 365px;
    max-height: 450px;
}
.clear-col {
	clear: right;
}

.feitenwrap {height: 50%;}

.feitenwrappervol .feitenwrap {height: 100%;
	float: left;
	width: 100%;
	
	overflow: hidden;
	
	min-height: 365px;
	max-height: 450px;
	
}

.container-fluid.feiten {
	padding-left: 15px;
	padding-right: 15px;
}

.feitencaption {
    padding: 6%;
    padding-left: 50px;
    float: left;
    width: 100%;
}

.feitencaption h3 {
    font-size: 2.4vw;
    line-height: 102%;
}

.feitenoverlay {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0px;
    	padding: 10%;
    height: 100%;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.8);
}

.feitenwrapper:hover .feitenoverlay {
	opacity: 1;
	z-index: 3;
	
}
.feitenoverlay h3 {color: #fc391d;     font-size: 2.4vw;;
    line-height: 102%;
	padding-bottom: 20px;}
.feitenoverlay p {color: #fff; padding-bottom: 20px;}

.feitenwrappervol .feitencaption {
    position: absolute;
    top: 0px;
    width: 70%;
        padding: 6%;
        padding-left: 50px;
        max-width: 440px;
}

.feitenwrappervol .feitencaption {
	color: #fc391d; 
}

.feitenwrappervol .feitencaption h3, .feitenwrappervol .feitencaption p {
	    padding-bottom: 20px;
} 

.rodebutton:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.feitenwrappervol4 .feitencaption {
	color: #fff;
}

.feitenwrappervol4 .rodebutton {	background-color: #fff;
	color: #fc391d; 
	text-decoration: none;}
	
	#de-rechtszaak .mainintro, #nieuws .mainintro, #de-strijders .mainintro, #kom-in-actie .mainintro, #de-feiten .mainintro, #persoonlijke-verhalen .mainintro, #betrokkenen .mainintro, #medici .mainintro, #de-strafzaak .mainintro, #aangevers .mainintro  {
		border-bottom: 1px solid #dadada;
		border-top: 1px solid #dadada;
	}
	
	.feitenwrapper:nth-child(2) {
		border-left:  1px solid #dadada;
		border-right:  1px solid #dadada;
	}
	.laadmeer {
	background-color: #fff;
	position: relative;
	bottom: 0px;
	left: 0px;
	text-align: center;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding-top: 22px;
	padding-bottom: 3px;
	z-index: 3;
	margin-top: -1px;
	}
	.laadmeer p {
    font-size: 24px;font-family: 'festersemi-condensed_bold';
}
	
	.rechtzakenwrap {
		float: left;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	
	
	
	
	
	.laadminder img { -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
     -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;}
	
	.rechtzakenwrap {
		max-height: 310px;
		height :310px;
	}
	
	@media screen and (max-width:1600px) {
		.rechtzakenwrap {
			max-height: 200px;
			height :310px;
		}
	}
	
	@media screen and (max-width:768px) {
		.rechtzakenwrap {
			max-height: 300px;
			height :100%;
		}
	}
	
	.rechtzakenimg {
	    width: 100%;
    height: 100%;    
    
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
     -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    min-width: 100%;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

}

.rechtzakenwrapper:hover img {
	  -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

	.rechtzakenwrapper {
		padding-right: 50px;
		padding-left: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
		border-right: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
/* 		min-height: 670px; */
	}
	
	
	.rechtzakenwrapper:first-child {
		padding-right: 50px;

			border-right: 1px solid #dadada;
			    padding-left: 65px;
	}
	
/*
.rechtzakenwrapper:nth-child(4) {
	
	border-right: 0px solid #dadada;
	padding-right: 65px;
}
*/
	
.rechtzaken {

}	

.rechtzakenwrap {
	margin-bottom: 20px;
	position: relative;
}
	
.rechtzakencaption h3 {
	margin-bottom: 15px;
	line-height: 25px;
}	

.row-eq-height {
    display: flex;
}

.laadmeer img {

    width: 35px;
    height: auto;
    vertical-align: top;

}

.rechtzakenwrap span {
	background-color: #020202;
    color: #fff;
    position: absolute;
    margin-top: -44px;
    padding: 7px 17px;
    font-size: 18px;
    bottom: 0px;
    left: 0px;
    
    
}
.datum_hide .rechtzakenwrap span {

	display: none;
}

.rechtzakencaption a {
	color: #020202;
	font-style: italic;
}

.laadmeer {
	cursor: pointer;
}

#derechtzaak, #nieuws {height: auto; min-height: inherit;}	



.meerstrijders .strijderswrapper {
	height: 300px;
}





.strijderswrapper {
	float: left;
	width: 100%;
	position: relative;
}

.eersterij .strijderswrapper:first-child {
	height: 50vh;
}
.eersterij .strijderswrapper:nth-child(2){
	height: 30vh;
}

.tweederij .strijderswrapper:first-child {
	height: 25vh;
}
.tweederij .strijderswrapper:nth-child(2){
	height: 55vh;
}

.derderij .strijderswrapper:first-child {
	height: 54vh;
}
.derderij .strijderswrapper:nth-child(2){
	height: 26vh;
}

.vierderij .strijderswrapper:first-child {
	height: 42vh;
}
.vierderij .strijderswrapper:nth-child(2){
	height: 38vh;
}

.vijfderij .strijderswrapper:first-child {
	height: 52vh;
}
.vijfderij .strijderswrapper:nth-child(2){
	height: 28vh;
}

.zesderij .strijderswrapper:first-child {
	height: 31vh;
}
.zesderij .strijderswrapper:nth-child(2){
	height: 49vh;
}


.strijderswrapper:first-child, .strijderswrapper:nth-child(2) {
	height: 350px !important;
}


.strijderswrapper img {
	    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);

}



.strijderscaption {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0px;
    	padding: 1vw;
    .height: 100%;
    min-height: 100%;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
}

.hover_effect .strijderscaption {
    opacity: 1;
    }

.strijderswrapper:hover .strijderscaption, .strijderswrapper:focus .strijderscaption, .strijderswrapper:active .strijderscaption {
	opacity: 1;
	z-index: 4;
	
}
@media screen and (max-width:480px) {
	.hover_effect .strijderscaption {
		-webkit-transition: all 0.3s ease-in-out 0.5s;
		-moz-transition: all 0.3s ease-in-out 0.5s;
		transition: all 0.3s ease-in-out 0.5s;
		opacity: 1;
		z-index: 3;
		
	}
}
.strijdersdiv {
    margin-top: -90px;
    padding-top: 90px;
    padding-left: 15px; 
    padding-right: 15px;
}
.strijderswrap {height: 100%;position: relative; }

.strijderscaption h3 {
	line-height: 25px;
}

.strijderscaption p {
	padding-top: 10px;
}

#homefooter {
    bottom: 0;
    height: auto;
    left: 0;
    position: fixed;
    text-align: center;
    
    width: 100%;
    z-index: 4;
   
    cursor: pointer;
}
#homefooter p a {
	    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
        position: relative;
    top: 4px;
	color: #fff;
}

#homefooter p a:hover,#homefooter p a:focus {
	color: #fc391d;
}
#homefooter p {
	padding-left: 0;
	padding-top: 20px;
	color: #fff;
	padding-bottom: 55px;
	width: 100%;
	z-index: 3;
	font-size: 23px;
	top: 20px;
	font-family: 'festersemi-condensed_bold';
	background-color: #000;
	position: relative;
}

#homefooter:before {
    border-left: 0 none;
    border-right: 19px solid transparent;
    left: 0;
}
#homefooter:after {
    border-left: 19px solid transparent;
    border-right: 0 none;
    right: 0;
}
#homefooter:before, #homefooter:after {
    border-bottom: 11px solid  #000;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    top: 1px;
    width: 50%;
    box-sizing: border-box;
    padding-bottom: 8px;
}

#strijders {
	height: auto;
}

.mainintro h3 font {color: #fc391d;}

.itempagina {margin-top: 100px;}

.bannervervolgitem {
	height: 500px;
	float: left; width: 100%;
	background-position: center center;
	
	min-height: inherit;
	background-size: cover;
	position: relative;
	background-repeat:no-repeat;
	background-color:#000;
	padding: 50px;
	
}
.bannervervolgitem:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8497998120190503) 0%, rgba(0,0,0,0) 70%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8497998120190503) 0%, rgba(0,0,0,0) 70%);
	background: linear-gradient(0deg, rgba(0,0,0,0.8497998120190503) 0%, rgba(0,0,0,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}
.bannervervolgitem .bannerheader {
	position: absolute;
	z-index: 2;
	color: #fff;
	bottom: 50px;
    max-width: 100%;
    left: 50px;
    right: 50px;
}
}
.bannervervolgitem .container {height: 400px;}

.bannerheader {
	position: absolute;
	bottom:50px;
	line-height: 101%;
	color: #fc391d;
    text-transform: uppercase;
    font-size: 4vw;
    line-height: 99%;
    letter-spacing: 2px;
}
h1.title {
	color: #fc391d;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px;
}
.contactpagina h1  {
color: #fc391d;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 2px;
  margin-bottom: 15px;

}

.bannertitelwrap {
	margin-top: 80px;
	margin-bottom: 80px;
}
.contentwrapitem {
	margin-bottom: 60px;
	}
.contentwrapitem h2 {line-height: 110%; padding-bottom: 20px;}

.strijdmeediv{
	    padding-left: 50px;
	    padding-right: 50px;
}
.contacttekst div {
    vertical-align: bottom;
    float: left;
    position: absolute;
    bottom: 21px;
}
.contacttekst p {
	margin-bottom:25px;
}
.strijdmeediv {
	padding-top: 60px;
}
.strijdmeediv h3 {
	padding-top: 30px;
	padding-bottom: 20px;
}
.shirtwrap img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    bottom: 0px;
    max-height: 100%;
    max-width: 100%;
}
.shirtwrap {
	    position: relative;
}

.buttonfooter {
	background-color: #ececeb;
	color: #000;
	padding: 50px;
}
.buttonfooter:first-child {
	padding-left: 68px; ;
}

.buttonfooter:hover {
	background-color:#fff ;
		color: #000;
}
.buttonfooter h4 {
	font-size: 40px;
	line-height: 110%;
}

#kom-in-actie {
	height: auto;
	min-height: auto;
}
.onderlaag {
	height: 0px; 
	float: left; 
	width: 100%;
}
.contactpagina {
	padding-top: 180px; 
	margin-top: 0px;
}

.contentcontact {
	margin-bottom: 60px;	
}


.gform_wrapper label {
	.display: none;
	font-family: 'festersemi-condensed_bold';
	font-size: 24px;
	text-transform: uppercase;
	color: #d0d0d0;
}
.gfield_required {
	display: none;
}

#field_1_9, #field_3_9, #field_5_14 {
	    line-height: 24px;
    font-size: 17px;
    font-weight: 700;
}

.full {
	width: 100% !important;
}
.full_width, field_3_16 {
	width: 100% !important;
}
.gfield_price {
	margin-top: 30px;
}
#field_5_20, #field_5_12 {
	margin-top: 0;
}
#field_5_12 {
	width: 48% !important;
}


#field_3_9, #field_4_14 label, .gfield_required {


 color: #d0d0d0 !important;
 
    font-family: 'festersemi-condensed_medium';
    font-weight: 100;
    font-size: 21px;
    letter-spacing: 1px;
}

#gform_fields_1, .gform_body, .gform_wrapper, #field_5_14 {
	float: left !important;
	width: 100%;
}
#gform_fields_1 li, .gform_fields li, #gform_fields_3 li {
	float: left;
	width: 48%;
	margin-bottom: 10px;
	clear: inherit;
}
/*
#gform_fields_1 li:nth-child(2n), #gform_fields_3 li:nth-child(2n), #gform_fields_4 li:nth-child(2n), #gform_fields_5 li:nth-child(2n), #gform_fields_6 li:nth-child(2n), #gform_fields_7 li:nth-child(2n), #gform_fields_8 li:nth-child(2n) {
	.float: right;    clear: inherit;
	}
*/
.gfield {
	float: left;
	width: 48%;
	clear: none !important;
}

.gform_fields li {
	float: left;
	margin-right: 15px;
}
	
	#field_7_1 {width: 100%;}
	
#input_7_1 {
    border: 0px !important;
    font-size: 20px !important;
    line-height: 14px;
    margin-top: 8px;
}
#gform_fields_1 li input, #gform_fields_3 li input, #gform_fields_4 li input, #gform_fields_5 li input, #gform_fields_6 li input, #gform_fields_7 li input, #gform_fields_8 li input, #gform_fields_9 li input  {
	float: left;
	width: 100%;
	border:2px solid #d0d0d0;
	color: #fc391d;
	padding-left: 10px;
    font-family: "myriad-pro",sans-serif;
	 font-weight: 100;
	 font-size: 21px;
	 letter-spacing: 1px;
}
#field_7_4 {width: 100%;}
#gform_fields_1 li textarea, #gform_fields_3 li textarea, #gform_fields_4 li textarea, #gform_fields_5 li textarea, #gform_fields_6 li textarea, #gform_fields_7 li textarea, #gform_fields_8 li textarea, #gform_fields_9 li textarea  {
	float: left;
	width: 100%;
	border:2px solid #d0d0d0;
	color: #fc391d;
	height: 90px;
	padding-left: 10px;
  /* font-family: 'festersemi-condensed_medium'; */
        font-family: "myriad-pro",sans-serif;
	 font-weight: 100;
	 font-size: 21px;
	 padding-top: 10px;
	 letter-spacing: 1px;
}




.gfield textarea {
	width: 100% !important;
}

::-webkit-input-placeholder {
   color: #d0d0d0;font-family: 'festersemi-condensed_medium';
}

:-moz-placeholder { /* Firefox 18- */
   color: #d0d0d0;font-family: 'festersemi-condensed_medium';
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #d0d0d0;font-family: 'festersemi-condensed_medium';
}

:-ms-input-placeholder {  
  color: #d0d0d0;font-family: 'festersemi-condensed_medium';
}

#field_1_10, #field_1_11, #field_1_12, #field_3_13, #field_6_9, #field_9_9 {
	width: 100% !important;
}




.gform_wrapper {
	width: 100%;
	margin: 0px !important;
	max-width: inherit !important;
}

#field_3_9 {
	width: auto !important;
	margin-right: 10px;
}
#field_3_15 {
	float: left !important;
}

#field_4_14 label {
	display: block;
	float: left;
	padding-top: 10px;
}

 #field_5_11 label {
	display: block;
	float: left;
	padding-top: 10px;
}

#field_5_15 label, #field_5_12 label, #field_5_10 label, #field_7_1 label   {
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 5px;
	 color: #d0d0d0 !important;
 
    font-family: 'festersemi-condensed_medium';
    font-weight: 100;
    font-size: 21px;
    letter-spacing: 1px;

}


.ginput_container_post_image {
    float: left !important;
    font-size: 0PX;
    width: auto !important;
    margin-top: 0px !important;
}

 .mainmenu li:last-child a {
	        margin-right: 0px;
    }
    
.carousel-indicators {
    position: absolute;
    right: 80px;
    top: 36%;
    z-index: 3;
}
.carousel-indicators li {
	width: 22px;
	height: 22px;
	margin-bottom: 40px;
	border-radius: 30px;
	border:2px solid #fff;
}

.carousel-indicators li.active {


	background-color: #fff;
}


.contactpagina {
	height: auto;
}

#input_4_14 {width: 100px !important;     float: right !important;}

#gform_wrapper_5 {
	display: block !important;
}

#field_5_10, #field_5_12, #field_5_9 {display: none;}
#field_5_10, #field_5_12 {float: left; width: 100%;}
#input_5_12, #input_5_10 {width: 70px;}



.socialmedia li {
	width: 40px; 
	height: 40px; 
	float: left; 
	margin-left: 10px;
	}
.socialmedia img {width: 100%; height: auto;}

.ziemeer {
    width: 70px;
    height: auto;
    position: absolute;
    display: none;
    bottom: 150px;
    z-index: 4;
    margin-left: 50%;
    left: -35px !important;
}

.rijstrijders {display: inline-table; } 

@media all and (min-width: 1200px) {
#mainbanner h2, .bannerheader, .contactpagina h1 {
    font-size: 50px;
  }
  .rijstrijders {display: inline-table; width: 20%;} 
  
  #mainbanner p {
    font-size: 26px;
    line-height: 30px;

}
  
}

@media (max-width:1200px) {


.logowrapper {
  
    max-width: 172px;
}
.mainmenu li a {
	.padding-top: 16px;
}
.teller {
	.padding-top: 10px;
	    .height: 80px;}


 header {
		    .height: 80px;
		    .padding-left: 20px;}
	    
#mainbanner .container-fluid {
    padding-top: 630px;
    padding-left: 15px;
    padding-right: 15px;
}	    
.mainintro, .feitencaption, .feitenwrappervol .feitencaption {
	padding-left: 20px;
	}	    
.rechtzakenwrapper:first-child {
	padding: 20px;
	padding-left: 35px;
}	
.rechtzakenwrapper:nth-child(3n) {
	padding-right: 35px;
}
.rechtzakenwrapper {
	padding: 20px;
	
}	    
.buttonfooter:first-child {
    padding-left: 38px;
}
.buttonfooter:last-child {
    padding-right: 38px;
}
.buttonfooter {
	padding: 20px;
}

.buttonfooter h4 {
    font-size: 30px;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
}
.itempagina {
    margin-top: 80px;
}

.contactpagina {
    padding-top: 80px;
    }
    
    .socialmedia {
 
    .margin-top: 70px;
    }
    
    .contactpagina h1 {

    font-size: 39px;
    }
	    .strijdmeediv {padding-left: 20px; padding-right: 20px;
}
}

@media (max-width:1025px) {
	
	.contentcontact p {
    font-size: 18px;
        margin-top: 5px;
    }
    	.contentwrap {min-height: inherit;}
    	
    	
    
    
    .contactpagina h1 {
    font-size: 27px;
}

.mainmenu li a {

    margin-right: 13px;
  
    font-size: 15px;
}

footer p {
    font-size: 24px;
}
#mainbanner p {
    font-size: 20px;
    }
  
 .logowrapper { 
	    margin-right: 15px;}
    
	}
.image-height {
	min-height: 300px;
}
@media (max-width:948px) {

.menuitems {
	display: none;
	}
	
.feitenwrapper {min-height: inherit;}	
.feitenoverlay {display: none;}
	section {
		height: auto;
		min-height: 100vh;
	}

}

@media (max-width:768px) {
	#gform_fields_1 li, .gform_fields li, #gform_fields_3 li {
		width: 100%;
	}
	.carousel-indicators {
		display: none;
	}
		.feitenwrapper:nth-child(2) {
			border: 0px;
		}
	.nummers{width: auto;
		}
	.logowrapper {
  
    max-width: 100px !important;
}
.feitenoverlay h3 {
	    font-size: 25px;
    line-height: 108%;
}
#mainbanner h2, .bannerheader {
	font-size: 26px;
	}
	.bannervervolgitem {
		height: 300px;
		}
		.bannertitelwrap {
    height: 210px;
}
.contentwrapitem h2 {
    font-size: 18px;
    line-height: 27px;
}
	#mainbanner p {font-size: 18px;}
	
	#mainbanner .container {
    padding-top: 510px;
}

.rodebutton, .gform_button {
    color: #fff;
    padding: 8px 22px;
   font-size: 18px !important;}
   
   #mainbanner .carousel-inner>.item, section, #mainbanner  {height: auto; min-height: 600px;}
   #mainbanner .carousel-inner>.item {background-attachment: scroll !important;}
   .mainintro {
    padding-left: 15px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    top: 0px;
}

.mainintro h3, .strijdmeediv h3 {
    font-size: 22px;
}

.contentwrap {
    padding-top: 60px;
}

header {
	padding-left: 15px;
	}
.feitencaption h3 {
    font-size: 25px;
    line-height: 108%;
}

.mainintro, .feitencaption, .feitenwrappervol .feitencaption {
    padding-left: 15px;
}

footer p {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 22px;
}
.rechtzakenwrapper {
	padding-left: 30px !important;
	height: auto !important;
	padding-right: 30px !important;
	min-height: inherit !important;
}
footer:before, footer:after {
	display: none;
}

 .row-eq-height {
	display: block;
}
.strijderswrapper {
	height: 50vh !important;
}
.strijderscaption {
padding: 15px !important;
}
.contacttekst div {
	bottom: inherit;
	position: inherit;
}
.buttonfooter {
	padding-left: 38px;
	padding-right: 38px;
}

.feitenwrapper {
    height: auto;
    min-height: inherit;
    float: left;
    width: 100%;
}
.feitenwrappervol .feitenwrap {
    height: 350px;
}
.feitenoverlay {
	padding: 15px;
	}
	#page {
    padding-bottom: 45px;
    }
	
	.laadminder {
    margin-bottom: 15px;
}
	}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #fff !important;
    margin-bottom: .375em!important;
    padding: 0;
    border-top:none !important;
    border-bottom: none !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    color: #fc391d !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 0 !important;
	width: 100% !important;
}
li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.gfield_error input {
	width: 102.5% !important;
}

.gform_wrapper div.validation_error {
    color: #fc391d !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 1.6em;
    border-top: 2px solid #fc391d !important;
    border-bottom: 2px solid #fc391d !important;
    padding: 1em 0;
    clear: both;
    width: 100% !important;
}
a {
	color: #fc391d;
}
a:hover {
	text-decoration: none;
}



/* FIREFOX FIX */

@-moz-document url-prefix() {
	.rechtzakenwrap {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
}

.englishnav {
	border-bottom:3px solid #fc391d;
}

#banneraangepast .carousel-caption {
	bottom: 60px !important;
	}
	
	#makeavote {
		margin-top: 20px;
		float: left;
		cursor: pointer;
		background-color: #000;
	}
.carousel-caption #makeavote {
	background-color: #fff;
	color: #000;
}  	
	
/*
.persoonlijke-verhalen {
    margin-top: 0;
    padding-top: 100px;
}
*/

@media screen and (max-width:790px) {
.bannervervolgitem {
    background-size: cover;
}

.show-menu header {
position:absolute;
}
}

#gform_4 .gfield_label {
	display: none !important;
}

.carousel-caption .rodebutton {
    background-color: #fc391d;
    color: #fff;
    float: left;
    margin-top: 30px;
}

.feitenwrappervol1 .rodebutton {
background-color: #fff;
color: #000;
}

.feitenwrappervol0 p,.feitenwrappervol1 p {
	color: #fff;
}

.stembuttonwrap {
	float: left;
	width: 100%;
	margin-bottom: 90px;
}

.gform_wrapper li {
	    margin-top: 0px !important;
}

#gform_1 #field_1_9 {
	margin-top: 30px !important;
}

.stembuttonwrap p {
    margin-bottom: 17px;
}

.page-id-11706 .mainmenu li:first-child a, .page-id-321 .mainmenu li:nth-child(2) a {
    border-top: 10px solid #fc391d;
}

.page-template-content-home-engels .uitleg, #english .uitleg {

    margin-right: -25px;
}

#field_9_10 {
	float: left;
	width: 100%;
}



.img_wrap {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px;
}

.drie_vlak_content {
	text-align: center;
	padding: 0px 50px;
	padding-bottom: 50px;
	margin-top: 10px;
}

.custom_vlakken p {
	color: #fff;
}

.custom_vlakken .rodebutton {
    background-color: #fc391d;
    color: #fff;	
}

.img_wrap img {
    max-width: 60%;
    width: auto;
    max-height: 200px;
    height: auto;
}

.drie_vlak_content h2 {
	margin-bottom: 15px;
	color: #000;
}
.drie_vlak_content p {
	color: #000;
}

#primary_nav_wrap
{
	float: left;
}

#primary_nav_wrap ul {
	list-style:none;
	position:relative;
	float:left;
	margin: 30px 0 0 0;
	padding:0
}


#primary_nav_wrap ul a i {
	font-size: 10px;
	top: -2px;
	position: relative;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
}

#primary_nav_wrap ul li:hover
{
	.background:#f6f6f6
}
.mainmenu ul a {
	border-top: none;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#000;
	padding: 0 0 0;
	margin:  0 0 0;
	margin-left: -15px;
	width: 200px;
}
#primary_nav_wrap ul ul:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 0 0 10px;
	border-style: solid;
	border-right: solid 10px transparent;
	border-left: solid 10px transparent;
	position: absolute;
	top: -10px;
	.left: 50%;
	left: 35px;
	margin-left: -10px;
	color: #000
}

#primary_nav_wrap ul ul li
{
	float:none;
	.width:200px;
	width: auto;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
	color: #fff;
	width: 100%;
	margin: 0;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

#primary_nav_wrap ul li a:hover, #primary_nav_wrap ul li a:focus,  #primary_nav_wrap ul li a.active {
	color: #fc391d;
}

#primary_nav_wrap ul li a {
	transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
















.red-color, .red-color .laadmeer {
	background-color: #fc391d;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.red-color:hover, .red-color .laadmeer:hover {
	background-color: #000;
}
.red {
	background-color: #fc391d;
	color: #fff;
}

.show-menu #primary_nav_wrap {
	display: block !important;
}

.show-menu #primary_nav_wrap .mainmenu li a {
    border: 0 none;
    float: none;
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding: 15px;
    margin: 0 !important;
}

.show-menu #primary_nav_wrap {
	margin-top: 0px;
}

.show-menu #primary_nav_wrap .mainmenu li {
    float: left;
    text-align: center;
    list-style: none outside none;
    margin-bottom: 5px;
    width: 100%;
}

.show-menu #primary_nav_wrap ul ul {
    display: none;
    position: relative !important;
    top: inherit !important;
     left: inherit !important;
    background: inherit !important;
    padding: 0 0 0;
    margin: 0 0 0;
    margin-left: 0px;
    width: 100%;
}

.show-menu #primary_nav_wrap .mainmenu li ul li {
    float: left;
    text-align: center;
    list-style: none outside none;
    margin-bottom: 8px;
    width: 100%;
    margin-top: 4PX;
}

.show-menu #primary_nav_wrap .mainmenu li ul li a {
	font-size: 16px;
}


.laatzien {
	display: block !important;
	opacity: 1 !important;
}

#cookie-notice {
	display: block !important;
}

#cookie-notice .button.bootstrap {
    background-color: #fc391d;
    color: #fff;
    border: 1px solid #fc391d;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 0px;
	background-image: inherit !important;
    display: inline-block;
    margin-top: 0px;
    font-size: 16px;
    max-width: 240px;
    font-family: 'festersemi-condensed_bold';

    text-transform: uppercase;
    margin-left: 0px;
}

#cn-notice-text {
	margin-right: 30px;
}

#cn-more-info  {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid  #fff !important;
    padding: 10px 25px;
    font-weight: 500;

	background-image: inherit !important;
    display: inline-block;
    margin-top: 24px;
    margin-left: 30px !important;
    font-size: 16px;
    max-width: 240px;
}

#cookie-notice .button.bootstrap:hover {
	background-color: #fff;
	color: #fc391d;
}

#cn-notice-text {
    margin-right: 30px;
    float: left;
    text-align: left;
    margin-top: 8px;
}

#vlak2 {
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
.social-streamer {
	background-color: #fc391d;
}
.social-streamer .socialmedia {
	margin-top: 0 !important;
	width: 100% !important;
	height: auto !important;
}
.social-streamer .socialmedia li {
	display: inline-block;
	float: none;
	width: 45px;
	height: 45px;
}
.social_logos {
	margin: 60px 0;
}
.social_logos h3 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 1px;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	padding: 60px 0;
}
#footer h4 {
	font-size: 20px;
}
#footer p, #footer a {
	color: #1d1d1b;
	font-size: 18px;
	font-weight: 400;
}
#footer a:hover {
	color: #fc391d;
}
#footer .menu {
	display: block; 
	position: relative;
	width: auto;
	float: left;
	margin: 0;
}
#footer .menu-item a {
	color: #1d1d1b;
	
}
.bottom-footer {
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	#primary_nav_wrap {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	header {
		height: 70px;
	}
	.menu {
		right: 0;
	}
	
	.hidden-mobile {
		display: none;
	}
}

.box2 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.participation-image {
  height: 100%;
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mc4wp-form {
	width: 100%;
	float: left;
}
.full-width-button {
	margin-bottom: 10px;
	width: 100%;;
	text-align: center;
}

.red-bg {
	background-color: #f93b2b !important;
	border-color: #f93b2b !important;
}
.red-bg h3 {
	font-size: 40px;
	line-height: 100%;
}
.red-bg h3, .red-bg p {
	color: #ffff !important;
}

.red-bg .english_button {
	background-color: #fff;
	color: #fc391d !important;
	font-style: normal;
}
.hash {
	color: #f93b2b;
}

.page-id-17077 h1 {
	display: none;
}

.contentcontactvervolg iframe{
	max-width: 100%;
}

.bannerhref {
    position: relative;
	min-height: 600px;
    display: block;
    width: 100%;
}