.small_logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 83px;
	width: 285px;
	background: url(../img/logo_beste_bod_small.png) 0 0 no-repeat;
	z-index: 999;
}

.fr .small_logo  {
	background: url(../img/logo_beste_bod_small_fr.png) 0 0 no-repeat;
	width: 283px;
	height: 52px;
}

.goed_gemoed {
	background: url(../img/bg_goed_gemoed.jpg) center center no-repeat;
	color: #fff;
	font-family: "OpelSansCondensed", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.goed_gemoed  .inner {
	padding: 0 70px;
}

.goed_gemoed_container {
	position: relative;
}

.goed_gemoed_title {
	margin-bottom: 20px;
	font-family: "OpelSansCondensed-Bold", sans-serif;
	font-size: 25px;
	line-height: 24px;
}

.goed_gemoed_button {
	display: inline-block;
	position: relative;
	padding: 12px 40px ;
	margin-top: 20px;
	border: 1px solid #ebb215;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	letter-spacing: 2px;
	z-index: 0;
}

.goed_gemoed_button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #ebb215;
	z-index: -1;
	-webkit-transition: width 0.25s;
    transition: width 0.25s;
}

.no-touch .goed_gemoed_button:hover::before {
	width: 100%;
}

.goed_gemoed_content {
	padding: 50px 0;
	margin-left: 35%;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.goed_gemoed_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	text-align: center;
}

.goed_gemoed_image  img {
	display: inline-block;
	width: 100%;
	height: auto !important;
	max-width: 195px;
	max-width: 198px;
    vertical-align: middle;
}

.lt-ie9 .goed_gemoed_image  img  {
	height: 198px;
	width: 195px;
}

@media (max-width: 1050px) {
	.goed_gemoed  .inner {
		padding: 0 35px;
	}
}

@media (max-width: 640px) {
	.goed_gemoed  .inner {
		padding: 0 15px;
	}
	
	.goed_gemoed_image {
		position: relative;
		width: 100%;
		padding-top: 30px;
		
	}
	.goed_gemoed_content {
		margin: 0;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
	.small_logo {
		background-image: url(../img/logo_beste_bod_small@2x.png);
		background-size: cover;
	}
	
	.fr .small_logo  {
		background-image: url(../img/logo_beste_bod_small_fr@2x.png);
		background-size: cover;
	}
}

.privacy_form .checker { 
  float: left;
  width: 12px;
  height: 12px;
  padding: 2px;
  margin-right: 13px;
  border: 2px solid #a77b1d;
}
.privacy_form .checker .inner {
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.privacy_form .checker.selected .inner {
  background-color: #a77b1d;
}

.privacy_form .input_row {
color: rgb(40, 40, 40);
font-size: 16px;
line-height: 16px;
font-family: "OpelSansCondensed",sans-serif;
}

.ci-modal-content {
position: absolute;
top: 0;
left: 0;
padding: 20px;
background-color: #f7d900;
height: 100%;
box-sizing: border-box;
width: 100%;
}
.ci-modal-content header {
text-transform: uppercase;
font-size: 150%;
font-family: "OpelSansCondensed-Bold";
margin: 20px 0;
}
.ci-modal-close {
display: block;
float: right;
}
.checker.error { border-color: #ac0000; }
.privacy_form a { color: black; font-weight: bold; }
.privacy_form .form_submit {
border: 1px solid rgb(247, 217, 0);
font-family: "OpelSansCondensed",sans-serif;
font-size: 20px;
line-height: 24px;
letter-spacing: 2px;
text-decoration: none;
padding: 8px 18px;
display: inline-block;
margin: 48px 0px 0px;
background-color: black;
color: rgb(247, 217, 0);
outline: 1px solid black;
float: right;
}

.content .container .forms_wrapper .forms_slider {
  width: 500%;
}

.content .container .form {
	width: 20%;
}

#firstname { position: absolute; left: -1000px; top: -1000px; }