/* ================== BODY BASIS ================== */
body {
	font-family: industry, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #091f29;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	color: #000000;
}

b{
	font-family: industry, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.no-p {padding: 0;}
.p-5-form{padding-left: 5px;padding-right: 5px;}
.mt30{margin-top: 30px;}
.mt10{margin-top: 10px;}

.cta {
	border-radius: 25px;
	padding: 14px 30px 12px 30px;
	font-size: 18px;
	width: 100%;
	display: inline-block;
	margin: auto;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	background-color: #3fbb3f;
	border: 0;
	outline : 0;
	border-bottom: 3px solid #22913e;
}
.cta:hover {
	color: #ffffff;
	text-decoration: none;
	background-position: right 20px top 18px;
	background-color: #389f38;
}
.cta:visited, .cta:link {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	outline : 0;
}
.cta:active {
	transform: scale(0.9);
	border: 0;
	outline : 0;
}
.cta_keuze {
	border-radius: 25px;
	padding: 14px 30px 12px 30px;
	font-size: 18px;
	width: 100%;
	display: inline-block;
	margin: auto;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	background-color: #3fbb3f;
	border: 0;
	outline : 0;
	border-bottom: 3px solid #22913e;
}
.cta_keuze:hover {
	color: #ffffff;
	text-decoration: none;
	background-position: right 20px top 18px;
	background-color: #389f38;
}
.cta_keuze:visited, .cta:link {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	outline : 0;
}
.cta_keuze:active {
	transform: scale(0.9);
	border: 0;
	outline : 0;
}
.nudge {
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #000000;
}
.nudge a {
	text-decoration: underline;
	color: #000000;
}

/* ================== FORMULIER CSS ================== */
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder{ /* Chrome/Opera/Safari/Firefox 19+/IE 10/Firefox 18- */
 	color:#8B8B8B;
 	font-size: 14px;
}
.errormachtiging {
 	float:left;
 	padding-left:30px;
}
li.error {
 	color:#EB8283;
 	font-size:14px;
 	list-style-type:none;
}
li.valid {
 	height:0;
 	color:#EB8283;
 	font-size:11px;
 	list-style-type:none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important; /* Verandert achtergrondkleur na autofill/prefill */
}

/* ================== START GESLACHTBUTTON ================== */
.form-geslacht{
	position: relative;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.form-geslacht input[type=radio] {
 	visibility: hidden; /* gebruik geen display block */
 	width: 1px;
 	height: 1px;
 	cursor: pointer;
 	padding: 0px;
 	float:left;
 	margin-left:0px!important;
 	-moz-appearance: none; /* Remove default appearance styling for Firefox */
 	-webkit-appearance:none;
 	appearance:none;
 	position: absolute;
}
.form-geslacht input[type=radio] + label {
 	color:#ffffff;
 	background-image: url(img/bullet_unchecked.png);
 	background-repeat:no-repeat;
 	background-size: 30px;
 	background-position: left -5px top 3px;
 	padding-top: 10px;
    padding-left: 25px;
 	width: 100%;
 	max-width: 64px;
 	cursor: pointer;
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
 	position: relative;
	-webkit-transform: none!important;
	transform: none!important;
    margin-bottom: 12px;
    font-size: 14px;
}
.form-geslacht input[type=radio]:hover + label {
 	background-image: url(img/bullet.png);
}
.form-geslacht input[type=radio]:checked + label {
 	background: url(img/bullet.png) no-repeat;
 	background-size: 30px;
 	background-position: left -5px top 3px;
}
/* ================== END GESLACHTBUTTON ================== */

/* ================== START CHECKBOX ================== */
.form-checkbox{
	margin-top: 20px;
}
.form-checkbox input[type=checkbox] {
    visibility: hidden;
    width: 1px;
    position: absolute;
}
.form-checkbox .check-box {
 	width: 100%;
 	padding-left: 30px;
 	padding-bottom: 5px;
 	margin-bottom: 0;
 	background-color: transparent;
 	position: relative;
 	display: inline-block;
 	background:url(img/checkbox.png) no-repeat left top;
 	background-size:17px 17px;
 	font-size:12px;
 	line-height:18px;
 	color: #ffffff!important;
}
.form-checkbox .check-box::before, .check-box::after {
 	position: absolute;
 	height: 0;
 	width: 3px;
 	border-radius: 1px;
 	background-color: #3399FF;
 	display: inline-block;
 	-moz-transform-origin: left top;
 	-ms-transform-origin: left top;
 	-o-transform-origin: left top;
 	-webkit-transform-origin: left top;
 	transform-origin: left top; 	
 	content: ' ';
 	-webkit-transition: opacity ease .5;
 	-moz-transition: opacity ease .5;
 	transition: opacity ease .5;
}
.form-checkbox .check-box::before {
 	top: 15px;
 	left: 9px;
 	box-shadow: 0 0 0 0px #ffffff;
 	-moz-transform: rotate(-135deg);
 	-ms-transform: rotate(-135deg);
 	-o-transform: rotate(-135deg);
 	-webkit-transform: rotate(-135deg);
 	transform: rotate(-135deg);
}
.form-checkbox .check-box::after {
 	top: 8px;
 	left: 0px;
 	-moz-transform: rotate(-45deg);
 	-ms-transform: rotate(-45deg);
 	-o-transform: rotate(-45deg);
 	-webkit-transform: rotate(-45deg);
 	transform: rotate(-45deg);
}
.form-checkbox input[type=checkbox]:checked + .check-box, .check-box.checked {
	border-color: #3399FF;
}
.form-checkbox input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
 	height: 12px;
 	-moz-animation: dothabottomcheck 0.2s ease 0s forwards;
 	-o-animation: dothabottomcheck 0.2s ease 0s forwards;
 	-webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
 	animation: dothabottomcheck 0.2s ease 0s forwards;
}
.form-checkbox input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
 	height: 30px;
 	-moz-animation: dothatopcheck 0.4s ease 0s forwards;
 	-o-animation: dothatopcheck 0.4s ease 0s forwards;
 	-webkit-animation: dothatopcheck 0.4s ease 0s forwards;
 	animation: dothatopcheck 0.4s ease 0s forwards;
}
/*Keyframes Checkbox*/
@-moz-keyframes dothabottomcheck {
	0% {height: 0;}
 	100% {height: 11px;}
}
@-webkit-keyframes dothabottomcheck {
	0% {height: 0;}
 	100% {height: 11px;}
}
@keyframes dothabottomcheck {
	0% {height: 0;}
 	100% {height: 11px;}
}
@keyframes dothatopcheck {
	0% {height: 0;}
 	50% {height: 0;}
 	100% {height: 24px;}
}
@-webkit-keyframes dothatopcheck {
	0% {height: 0;}
 	50% {height: 0;}
 	100% {height: 24px;}
}
@-moz-keyframes dothatopcheck {
	0% {height: 0;}
 	50% {height: 0;}
 	100% {height: 24px;}
}

@media (min-width: 992px) {
	.form-checkbox .check-box {
	 	font-size:14px;
	 	line-height:22px;
	}
} 
/* ================== END CHECKBOX ================== */

/* ================== START FORM BASIS ================== */
.form-field input {
 	font-size:16px;
 	display:block;
 	width:100%;
 	border:1px solid #999999;
 	border-radius:2px;
 	height:45px;
 	margin:10px 0 0 0;
 	padding:10px;
 	transition:0.4s ease all;
 	-moz-transition:0.4s ease all;
 	-webkit-transition:0.4s ease all;
 	-webkit-appearance:none;
 	padding-top: 25px;
 	top: 10px;
}
.form-field input.capital{text-transform: uppercase;

}
.form-field input:focus, input.birthdate-valid{
	outline:none;
	border:1px solid #999999;
}
.form-field input:focus ~ label{
	-webkit-transform: translateY(4px) scale(.85);
	transform: translateY(4px) scale(.85);
}
.nostyle{transform: none!important;color:#000000!important;} /*Zorgt ervoor dat radio buttons niet scalen*/
.form-field input.valid, input.birthdate-valid.valid {
	border:1px solid #58c143;
}
.form-field input.error, input.birthdate-valid.error {
	border:1px solid #EB8283;
}
.form-field input.error ~ label {
	color: #EB8283;
}
.form-field label {
	transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    pointer-events: none;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    font-weight: 400;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 22.4px;
    -webkit-transform: translateY(11.8px);
    transform: translateY(11.8px);
}
.adressconfirm {
 	font-size: 14px;
 	color: #6B6B6B;
}
.adressconfirm.adresvink {    
	background-color: #efefef;
    border-radius: 2px;
    color: #000000;
    float: left;
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    left: 0;
    padding-left: 40px;
    margin-left: -10px;
}
.adressconfirm.adresvink:before {
    content: '';
    position: absolute;
    background-image: url(img/adres_vink.png);
    background-position: 0;
    background-size: 20px;
    width: 20px;
    background-repeat: no-repeat;
    left: 15px;
    top: 9px;
    height: 40px;
}
.formcontainer {
	background-color: #264c5e;
	margin-bottom: 30px;
    padding: 40px;
    margin-left: -15px;
    margin-right: -15px;
}
.formcontainer p{
	color: #ffffff; 
	font-size: 17px;
	font-weight: 700;
}
.formcontainer p.gegevens-title{
	margin-bottom: 0px;	
}
.formcontainer p.title-between{
	margin-top: 30px;
}
.formcontainer .form-field {
	padding-left: 4px;
	padding-right: 4px;
}
.form-field input.is-active ~ label, .filled-in label, .filled-in-error label, .form-field label.activelabel {
	-webkit-transform: translateY(4px) scale(.85);
	transform: translateY(4px) scale(.85);
	color: #009fe6;
}
.form-field label.activelabel, .valid ~ label{
	color: #58c143;
}
.filled-in-error label {
	color: #EB8283;
}
.errorbox, #postcodeError {
		width:100%;
}

@media screen and (min-width: 576px) {
	.formcontainer {
		background-color: #264c5e;
		margin-bottom: 30px;
	    padding: 40px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	    margin-left: 0px;
	    margin-right: 0px;
	}
}


@media screen and (max-width: 768px) {
	label[for=payment_ibannumber] {

	}
	.errorbox, #postcodeError {
 		float: left;
	}
	.formcontainer{
		padding: 25px;
	}
}
/* ================== END FORM BASIS ================== */

/* ================== START BIRTHDATE ================== */
.form-geboorte label {
 	font-size:14px;
 	color:#999;
 	left:20px;
 	position:absolute;
 	top: 10px;
}
.zsm{
	display: inline-block;
	margin-right: 15px;
}
.date-style{
	width:110px;
 	display: inline-block;
 	margin-right:5px;
	font-size:16px;
 	border:none;
 	border:1px solid #8d8d8d;
 	border-radius:2px;
 	height:45px;
 	margin:0 0 5px 0;
 	padding:10px;
 	transition:0.4s ease all;
 	-moz-transition:0.4s ease all;
 	-webkit-transition:0.4s ease all;
 	-webkit-appearance:none;
}
.date-style.mm {
 	margin-left: 10px;
}
.date-style.yy {
 	margin-right: 0px;
 	margin-left: 10px;
}
.date-style:focus{
	outline:none;
	border:1px solid #3399FF;
}
@media screen and (max-width: 576px) {
	.date-style {width: 30%; margin-left: 0;}
	.date-style.mm {margin-left: 4px;}
	.date-style.yy {margin-left: 4px;}
}
/* ================== END BIRTHDATE ================== */

/* ================== START VOORWAARDEN ================== */
#fillVoorw li {
 	list-style-type: square;
 	padding: 0 16px 0 0;
}
#fillVoorw {
 	list-style-type: square;
 	padding: 0 0px 0 16px;
}
.voorwaardenoverlay {
 	position: fixed;
 	background-color: rgba(0, 0, 0, 0.8);
 	z-index: 99999;
 	width: 100%;
 	height: 100%;
 	display: none;
}
.popuptitle {
 	font-weight:900;
 	font-size:30px;
 	margin-bottom:20px;
}
.form-open {
 	width: 90%;
 	animation: open 1s;
 	transition:1s ease all;
 	-moz-transition:1s ease all;
 	-webkit-transition:1s ease all;
 	opacity:1;
}
.lightbox {
 	background-color: #ffffff;
 	height: 50vh;
 	color:#181818;
 	overflow-y: auto;
 	padding:50px 50px 50px 50px;
 	font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
 	font-size:14px;
 	line-height:1.6em;
 	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
 	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
 	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
 	margin: auto;
 	position: absolute;
 	width:100%;
	left: 0;
	right: 0;
}
#popup {
 	width: 60%;
 	margin:auto;
 	position:absolute;
 	height:50vh;
 	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#close {
 	position:absolute;
 	color:#ffffff;
 	top:-20px;
 	right:-20px;
 	padding-top: 10px;
 	font-size:20px;
 	font-weight:700;
 	cursor:pointer;
 	width: 50px;
 	height: 50px;
 	background-color:#3399FF;
 	border-radius: 30px;
 	text-align: center;
 	z-index:9999;
}
@media(max-width: 767px){
	.lightbox{
		padding: 20px 20px 20px 20px;
	}
	#popup {
		width: 80%;
	}
	.popuptitle {
		font-size: 26px;
	}
}
/*Keyframes lightbox open*/
@keyframes open {
 	0% {display: none;}
 	1% {width: 0;display: block;color:white;opacity: 0;}
 	80% {color:white;}
 	100% {display: block;width: 90%;color:#181818;opacity: 1;}
}

@keyframes open {
 	0% {display: none;}
 	1% {width: 0;display: block;color:white;opacity: 0;}
 	80% {color:white;}
 	100% {width: 100%;}
}
/* ================== END VOORWAARDEN ================== */


/* ================== OVERIGE STYLES ================== */
.reasoning {
    display: block;
    width: 100%;
    color: #a8a8a8;
    margin-bottom: 10px;
}
@media(max-width: 767px){
	.reasoning{
		margin-top: 10px;
		margin-left: 0;
	}
}

input[type=radio] {
	margin-right: 5px;
}

/*Start groene balk boven formulier*/
.green-bar{
	background-color: #dffdcd;
	border: 1px solid #7cc94b;
	border-radius: 8px;
	position: relative;
	padding: 15px 0;
	margin: 30px 0 0;
}
.green-bar ul{
	padding-left: 30px;
	margin: 0;
}
.green-bar ul li{
	color: #71c63e;
	font-weight: 900;
	position: relative;
	font-size: 18px;
	list-style: none;
	padding-left: 30px;
	padding-right: 15px;
	background-image: url('img/check_circle.png');
	background-position: left top 3px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}
.green-bar a{
	position: absolute;
	right: 40px;
	top: 15px;
	font-size: 18px;
	color: #71c63e;
	text-decoration: underline;
	font-weight: 900;
}
@media(max-width: 450px){
	.green-bar a{
	    right: 0px;
	    top: 59px;
	    font-size: 14px;
	    color: #000000;
	}
}
/*End groene balk boven formulier*/


/*Start Fade-in en Fade-uit animaties*/
.fade-out{
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}
.fade-in{
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
@keyframes fadeOut {
    0% {opacity: 1;left:0;}
    100% {opacity: 0;left:180px;}
}
@keyframes fadeIn {
    0% {opacity: 0;left:-180px;}
    100% {opacity: 1;left: 0;}
}
/*Eind Fade-in en Fade-uit animaties*/

footer {
    padding: 50px 0;
    float: left;
    width: 100%;
}

@media screen and (max-width: 1200px) {
	.form-geslacht input[type=radio] + label {width: 48%;}
}

@media screen and (max-width: 992px) {
	.col-lg-offset-15 {margin-left: 0;}
	.p-l-5 {padding-left:15px;}
}
@media screen and (max-width: 767px) {
	.form-field label {top: 10px;}
}

header{
	background-color: #0c2e3e;
	padding: 10px 0 10px 0;
}
header img.logo{
	display: block;
	max-width: 110px;
	width: 100%;
	height: auto;
}
.proposition{
	padding: 25px 0 25px 0;
}
.proposition h1{
	color: #ffffff;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
}
.proposition h2{
	color: #79d6f2;
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 20px;
	font-weight: 700;
}
.proposition span.minitxt{
	font-size: 20px;
}
.proposition span.smalltxt{
	font-size: 22px;
}
.proposition img.packshot{
	max-width: 328px;
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 30px;
}
.proposition img.arrow{
	max-width: 30px;
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
    top: 270px;
    right: 20px;
}
.proposition ul li {
    padding-inline-start: 25px;
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 0px;
    background: url(img/check.png);
    background-size: 13px 11px;
    background-repeat: no-repeat;
    background-position: 0px 9px;
}
.proposition ul{
    list-style: none;
    padding-inline-start: 0px;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding-bottom: 0px;
    margin-bottom: 25px;
}
.proposition img.arrowdown{
	max-width: 33px;
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 20px;
    left: 270px;
}
.yellow{
	font-weight: 600;	
	color: #f8b818;
}
.proposition .years .year-button{
	background-color: #264c5e;
    border: 2px solid #264c5e;
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
	padding-top: 9px;
    padding-bottom: 7px;
    text-decoration: none;
    display: inline-block;
    width: 80px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
    margin-right: 15px;
	font-family: industry, Helvetica, Arial, sans-serif;
}

.proposition .years a.year-button.active {
	background-color: #f4fcfe;
    border: 2px solid #72cae5;
    color: #012739;
    font-weight: 700;
}
.proposition .topbarform{
	background-color: #79d6f2;
	padding:17px 15px 13px 15px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
.proposition .topbarform p.topbarform_txt{
	font-size: 17px;
	color: #000000;
	font-weight: 700;
}
.proposition .topbarform p.topbarform_txt_2{
	font-size: 17px;
	color: #000000;
	font-weight: 700;
}
.proposition .topbarform p.topbarform_subtxt{
	font-size: 15px;
	color: #000000;
	text-align: left;
}
.proposition img.bluearrow{
	display: block;
	max-width: 20px;
	width: 100%;
	height: auto;
	position: absolute;    
	bottom: -5px;
    z-index: 999;
    left: 15px;
}
.proposition .choiceblock{
	background-color: #264c5e;
    margin-bottom: 30px;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 25px;
}
.proposition .choiceblock p.choiceblocktxt{
	color: #ffffff;
	font-size: 17px;
	text-align: left;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 15px;
}
footer{
	background-image: url(img/footerimg.png);
	height: 70px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 616px 70px;
	display: block;
}
.preload1{
	background-image: url(img/packshot_tweejaar.png);
	width: 1px;
	height: 1px;
	visibility: none;
}
.preload2{
	background-image: url(img/packshot_eenjaar.png);
	width: 1px;
	height: 1px;
	visibility: none;
}
.preload3{
	background-image: url(img/packshot_halfjaar.png);
	width: 1px;
	height: 1px;
	visibility: none;
}
.footerstatement{
	margin-bottom: 30px;
}
.footerstatement p.footertxtleft{
 	color: #ffffff;
 	font-size: 15px;
}
.footerstatement p.footertxtright{
 	font-size: 15px;
 	text-align: center;
}
.proposition .keuze p.choicekoptxt{
	font-weight: 700;
	text-align: left;
	font-size: 17px;
	line-height: 17px;
}
.proposition .keuze p.choicesubkoptxt{
	font-weight: 500;
	text-align: left;
	font-size: 15px;
}
.proposition .keuze p.choicebeforeprice{
	font-weight: 500;
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
}
.proposition .keuze p.choiceafterprice{
	font-weight: 700;
	text-align: right;
	font-size: 22px;
	margin-top: 10px;
	display: inline-block;
}
.proposition .choiceblock .inactive_block{
	background-color: #51798c;
	border: 4px solid #51798c;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.proposition .choiceblock .inactive_block p{
	color: #ffffff;
}
.proposition .choiceblock .inactive_block p.choicekoptxt{
	font-size: 17px;
	font-weight: 700;
}
.proposition .choiceblock .inactive_block p.choicesubkoptxt{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.proposition .choiceblock .inactive_block p.choicebefore{
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	width: 65px;
}
.proposition .choiceblock .inactive_block p.choiceafter{
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	margin-left: 25px;
}
.proposition .choiceblock .inactive_block img.packshotchoice{
	display: block;
	max-width: 121px;
	width: 100%;
	height: auto;
	position: absolute;
	right: 15px;
	top: 15px;
}
.proposition .choiceblock .active_block{
	background-color: #ffffff!important;
	border: 4px solid #79d6f2!important;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.proposition .choiceblock .active_block p{
	color: #000000!important;
}
.proposition .choiceblock .active_block p.choicekoptxt{
	font-size: 17px;
	font-weight: 700;
}
.proposition .choiceblock .active_block p.choicesubkoptxt{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.proposition .choiceblock .active_block p.choicebefore{
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	width: 65px;
}
.proposition .choiceblock .active_block p.choiceafter{
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	margin-left: 25px;
}
.proposition .choiceblock .active_block img.packshotchoice{
	display: block;
	max-width: 121px;
	width: 100%;
	height: auto;
	position: absolute;
	right: 15px;
	top: 15px;
}
.proposition .choiceblock .bestdeal_inactive{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color: #8aa7b4;
	width: 110px;
	position: absolute;
	margin-top: -24px;
}
.proposition .choiceblock .bestdeal_inactive p.dealtxt{
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding-top: 3px;
	color: #091f29;
}
.proposition .choiceblock .bestdeal_active{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color: #79d6f2;
	width: 110px;
	position: absolute;
	margin-top: -24px;
}
.proposition .choiceblock .bestdeal_active p.dealtxt{
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding-top: 3px;
	color: #000000;
}
.proposition .choiceblock .choicetxt{
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	margin-bottom: 35px;
}
.proposition p.bedanktxt{
	color: #ffffff;
	font-size: 17px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 20px;
}
.proposition img.thnximg{
	max-width: 170px;
	width: 100%;
	height: auto;
	display: block;
	padding-top: 20px;
	margin: 0 auto;
	display: block;
}
.proposition img.checkbedankt{
	display: inline-block;
	max-width: 20px;
	height: auto;
	width: auto;
	margin-right: 15px;
}
@media (min-width: 576px) {
	.proposition .topbarform{
		margin-left: 0px;
		margin-right: 0px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.proposition .topbarform p.topbarform_txt{
		text-align: center;
	}
	.proposition .topbarform p.topbarform_txt_2{
		text-align: center;
	}
	.proposition .topbarform p.topbarform_subtxt{
		text-align: center;
	}
	.proposition img.bluearrow{
		max-width: 30px;
		width: 100%; 
		bottom: -10px;
	    left: 47%;
	}
	.proposition .choiceblock{
	    background-color: #264c5e;
	    margin-bottom: 30px;
	    border-bottom-left-radius: 15px;
	    border-bottom-right-radius: 15px;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.proposition .choiceblock .choicetxt{
		text-align: center;
	    margin-bottom: 35px;
	    margin-top: 10px;
	}
}

@media (min-width: 768px) {
	footer{
		height: 133px;
		background-size: 1170px 133px;
		margin-bottom: 35px;
	}
	.proposition img.arrow{
	    max-width: 30px;
	    top: 280px;
	    right: 10px;
	}
	.proposition .topbarform p.topbarform_txt{
		font-size: 16px;
	}
	.proposition .topbarform p.topbarform_txt_2{
		font-size: 16px;
	}
	.proposition .choiceblock{
		padding: 30px;
	}
	.proposition .choiceblock .inactive_block{
		margin-left: -15px;
		margin-right: -15px;
	}
	.proposition .choiceblock .inactive_block p.choicekoptxt{
		font-size: 14px;
	}
	.proposition .choiceblockinactive_block p.choiceblocktxt{
		text-align: center;
		padding-bottom: 25px;
	}
	.proposition .choiceblock .inactive_block p.choiceafter{
		font-size: 18px;
		margin-left: 0px;
	}
	.proposition .choiceblock .inactive_block img.packshotchoice{
		max-width: 100px;
		top: 20px;
		right: 0px;
	}
	.proposition .choiceblock .active_block{
		margin-left: -15px;
		margin-right: -15px;
	}
	.proposition .choiceblock .active_block p.choicekoptxt{
		font-size: 14px;
	}
	.proposition .choiceblockactive_block p.choiceblocktxt{
		text-align: center;
		padding-bottom: 25px;
	}
	.proposition .choiceblock .active_block p.choiceafter{
		font-size: 18px;
		margin-left: 0px;
	}
	.proposition .choiceblock .active_block img.packshotchoice{
		max-width: 100px;
		top: 20px;
		right: 0px;
	}
	.proposition .choiceblock .bestdeal_inactive{
		margin-left: -15px;
		margin-right: -15px;
	}
	.proposition .choiceblock .bestdeal_active{
		margin-left: -15px;
		margin-right: -15px;
	}
	.proposition .choiceblock .choicetxt{
		text-align: center;
	    margin-bottom: 45px;
	    margin-top: unset;
	}
	.proposition img.thnximg{
		max-width: 220px;
		padding-top: 20px;
		margin: unset;
	}
} 

@media (min-width: 992px) {
	header img.logo{
		max-width: 166px;
	}
	.proposition{
		padding: 65px 0 45px 0;
	}
	.proposition h1{
		font-size: 40px;
		line-height: 42px;
	}
	.proposition h2{
		font-size: 28px;
		line-height: 28px;
		height: 48px;
	}
	.proposition span.smalltxt{
		font-size: 28px;
	}
	.proposition img.packshot{
		max-width: 440px;
		padding-bottom: 50px;
	}
	.proposition img.arrow{
		max-width: 40px;
	    top: 270px;
	    right: 10px;
	}
	.footerstatement p.footertxtright{
	 	text-align: right;
	}
	.proposition .topbarform p.topbarform_txt{
		font-size: 22px;
	}
	.proposition .topbarform p.topbarform_txt_2{
		font-size: 22px;
	}
	.proposition .choiceblock .inactive_block{
		width: 125px;
		margin-left: unset;
		margin-right: unset;
	}
	.proposition .choiceblock .mleft{
		margin-left: -25px;
		position: relative;
	}
	.proposition .choiceblock .inactive_block p{
		text-align: center;
	}
	.proposition .choiceblock .inactive_block p.choicekoptxt{
		height: 35px;
	}
	.proposition .choiceblock .inactive_block p.choicesubkoptxt {
	    font-size: 15px;
	    font-weight: 500;
	    margin-bottom: 90px;
	}
	.proposition .choiceblock .inactive_block p.choicebefore{
		display: block;
		width: auto;
	}
	.proposition .choiceblock .inactive_block p.choiceafter{
		display: block;
	}
	.proposition .choiceblock .inactive_block img.packshotchoice{
		top: 85px;
		max-width: unset;
		height: 75px;
		width: auto;
		right: -14px;
	}
	.proposition .choiceblock .inactive_block img.packshotchoice2{
		top: 85px;
		max-width: unset;
		height: 75px;
		width: auto;
		right: 27px;
	}

	.proposition .choiceblock .active_block{
		width: 125px;
		margin-left: unset;
		margin-right: unset;
	}
	.proposition .choiceblock .active_block p{
		text-align: center;
	}
	.proposition .choiceblock .active_block p.choicekoptxt{
		height: 35px;
	}
	.proposition .choiceblock .active_block p.choicesubkoptxt {
	    font-size: 15px;
	    font-weight: 500;
	    margin-bottom: 90px;
	}
	.proposition .choiceblock .active_block p.choicebefore{
		display: block;
		width: auto;
	}
	.proposition .choiceblock .active_block p.choiceafter{
		display: block;
	}
	.proposition .choiceblock .active_block img.packshotchoice{
		top: 85px;
		max-width: unset;
		height: 75px;
		width: auto;
		right: -14px;
	}
	.proposition .choiceblock .active_block img.packshotchoice2{
		top: 85px;
		max-width: unset;
		height: 75px;
		width: auto;
		right: 27px;
	}
	.proposition .choiceblock .large{
		width: 150px;
		margin-right: 10px;
	}
	.proposition .choiceblock .left1{
		left: 12px;
	}
	.proposition .choiceblock .left2{
		left: -2px;
	}
	.proposition .choiceblock .bestdeal_inactive{
		margin-left: unset;
		margin-right: unset;
		width: 150px;
		position: absolute;
		top: 0px;
	}
	.proposition .choiceblock .bestdeal_active{
		margin-left: unset;
		margin-right: unset;
		width: 150px;
		position: absolute;
		top: 0px;
	}
	.proposition p.bedanktxt{
		margin-top: 45px;
	}
	.proposition img.checkbedankt{
		max-width: 29px;
		margin-right: 15px;
	}
}

@media (min-width: 1200px) {
	.proposition h1{
		font-size: 44px;
		line-height: 46px;
	}
	.proposition h2{
		font-size: 34px;
		line-height: 34px;
	}
	.proposition span.smalltxt{
		font-size: 34px;
	}
	.proposition img.packshot{
		max-width: 516px;
	}
	.proposition img.arrow{
	    top: 235px;
	    right: 10px;
	}
	.proposition .topbarform{
		padding:23px 15px 19px 15px;
	}
	.proposition .topbarform p.topbarform_txt{
		font-size: 25px;
	}
	.proposition .topbarform p.topbarform_txt_2{
		font-size: 25px;
	}
	.proposition .topbarform p.topbarform_subtxt{
		font-size: 17px;
	}
	.proposition .choiceblock .inactive_block{
		width: 135px;
	}
	.proposition .choiceblock .inactive_block p.choicekoptxt{
		font-size: 17px;
		height: auto;
	}
	.proposition .choiceblock .inactive_block p.choicesubkoptxt{
		font-size: 15px;
	    margin-bottom: 115px;
	}
	.proposition .choiceblock .inactive_block p.choicebefore{
		font-size: 15px;
	}
	.proposition .choiceblock .inactive_block p.choiceafter{
		font-size: 22px;
	}
	.proposition .choiceblock .left1{
		left: 39px;
	}
	.proposition .choiceblock .left2{
		left: 17px;
	}
	.proposition .choiceblock .inactive_block img.packshotchoice{
		top: 70px;
		height: 91px;
		right: -17px;
	}
	.proposition .choiceblock .inactive_block img.packshotchoice2{
		top: 70px;
		height: 91px;
		right: 45px;
	}
	.proposition .choiceblock .active_block{
		width: 135px;
	}
	.proposition .choiceblock .active_block p.choicekoptxt{
		font-size: 17px;
		height: auto;
	}
	.proposition .choiceblock .active_block p.choicesubkoptxt{
		font-size: 15px;
	    margin-bottom: 115px;
	}
	.proposition .choiceblock .active_block p.choicebefore{
		font-size: 15px;
	}
	.proposition .choiceblock .active_block p.choiceafter{
		font-size: 22px;
	}
	.proposition .choiceblock .active_block img.packshotchoice{
		top: 70px;
		height: 91px;
		right: -17px;
	}
	.proposition .choiceblock .active_block img.packshotchoice2{
		top: 70px;
		height: 91px;
		right: 45px;
	}
	.proposition .choiceblock .large{
		width: 195px;
		margin-right: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.proposition .choiceblock .bestdeal_inactive{
		width: 195px;
	}
	.proposition .choiceblock .bestdeal_active{
		width: 195px;
	}
} 