html {
	position:relative;
	height:100%;
	background-attachment: fixed;
}
html, body {
    min-height: 700px !important;
}
body {
	height:100%;
}

textarea:focus, input:focus{
    outline: none;
}

a {
	text-decoration:none;
	color:#08C;
}

body,html {
	padding:0px;
	margin:0px;
	background-size:cover;
	background-repeat:no-repeat;
	font-family: "Arial","Helvetica",sans-serif;
}

p {
	margin: 0 0 15px 0;
}

html {
	min-height:100%;
}

body,input, textarea {
	font-size:12px;
    line-height: 1.3em;
	color:#4a4a49;
	font-family:arial,sans-serif;
}
 
.horizontal-list li,
.horizontal-list,
.vertical-list li,
.vertical-list {
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}
.horizontal-list li {
	float:left;
}
.clear-after::after { 
	content: ' ';
	display: block;
	clear:both;
}
.pull-right {
	float:right;
	display:block;
}
.pull-left {
	float:left;
	display:block;
}
header {
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 90033;
}

header h1 a,
header h1 img,
header h1 span,
header h1 {
	display:block;
	margin:0px;
	padding:0px;
	max-width:100%;
}

header h1 {
	max-width:200px;
	margin-left:30px;
	position:absolute;
	top:0px;
	z-index:3000000000;
}

header h1 span {
	display:none;
}  

header h2.sublogo {
	position:absolute;
	top:0px;
	right:20px;
	width:200px;
}

header h2.sublogo a {
	display:block;
	border:0px;
}

header h2.sublogo img {
	display:block;
	width:100%;
}

header h2.sublogo span {
	display:none;
}

h2 {
    font-size: 16px;
    color: #369fda;
    font-weight: bold;
    line-height: 130%;
	margin:0px;
    margin-bottom: 0.5em;
}

h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
	margin-top:4px;
	margin-bottom:8px;
}

.inner {
	display: block;
	margin: 0 auto;
	max-width:480px;
}

.wrapper {
	position:relative;
    z-index: 90033333;
	padding-top:80px;
	box-sizing:border-box;
	height:100%;
	padding-bottom:120px;
}

.content-wrapper {
	height: 100%;
    position: relative;
    z-index: 99999999999999;
}

.main-content {
	padding:20px;
	padding-bottom:15px;
	background:#FFFFFF;
	position:relative;
	min-width:400px;
}

.main-content::after {
    display: block;
    content: ' ';
    position: absolute;
    top: -70px;
    left: 0px;
    width: 166px;
    height: 80px;
    background-image: url(../images/voet.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*
	Buttons
*/
.basic-button {
    background-image: url(../images/button-arrow.png);
	background-size: 22px 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px 10px 16px;
    text-decoration: none;
    margin: 0;
    border: none;
    text-shadow: none;
    z-index: 5000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    background-color: #f47920;
    background-repeat: no-repeat;
    background-position: right 50%;
	display:block;
}

.back-to-result,
.previous-tip,
.result-previous.basic-button {
    background-image: url(../images/button-arrow-prev.png);
    background-position: left 50%;
    padding: 10px 16px 10px 30px;
}

.result-previous.basic-button {
	background-color:#e6007e;
}

.navigation {
	padding:20px 0px;
}

/* background-color: #f47920 !important; */

.basic-input {
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    padding: 5px;
    border: 1px solid #CCC;
    color: #333;
}

label.width-100 {
	width: 100%;
}

label.question-label {
	padding:0px;
	display:block;
	font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}

.form-row {
	margin-bottom:14px;
}

.input-checkbox-group input {
	margin-right:5px;
	float:left;
}

.input-checkbox-group label {
	margin-right:30px;
	float:left;
}

input.width-100 {
	width:97%;
}

.error {
    color: #af0000;
    display: block;
    padding: 0px 0px;
    font-size: 12px;
    margin-top: 7px;
    max-width: 130px;
}

.result-conclusion-wrapper div.social-shares,
.result-tips-wrapper div.social-shares,
.content-wrapper-result-tips div.social-shares,
.content-wrapper-result-conclusion div.social-shares,
.category-result > div.social-shares {
	display:block;
    margin-top: -60px;
    margin-right: -20px;
}
.result-conclusion-wrapper div.social-shares,
.result-tips-wrapper div.social-shares {
	margin-top:-79px;
}

.card-container > div {
	display:none;
	width:420px;
}

.question-container div.question {
	display:none;
}

.answers-container {
	padding:20px 0px;
	padding-top:0px;
}

.answers-container .answer-row {
	padding:3px 0px;
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
}
.answers-container .answer-row label,
.answers-container .answer-row input {
	float:left;
}
.answers-container .answer-row label {
	padding:2px 18px;
	position:relative;
	cursor:pointer;
	display:block;
}
.answers-container .answer-row input {
	margin-right:6px;
	margin-top:2px;
	position:absolute;
	top:5px;
	left:0px;
}

.show {
	display:block ! important;
}

#progress-bar {
	width:94%;
	margin:10px 0;
    position: absolute;
    bottom: 50px;
    left: 3%;
    margin-bottom: -30px;
}

#progress-bar .inner { 
	width:96%;
	max-width:1820px;
	box-sizing:border-box;
	padding:0px 120px;
}

#progress-bar .slice {
    width: 2%;
    display: block;
    float: left;
    text-indent: -999px;
    height: 16px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	position:relative;
}

#progress-bar .slice.active {
	background:#71bf44;
}

#progress-bar .marker.active::after {
	background-position:0px -36px;
}

#progress-bar .marker.current::after {
	background-position:0px -36px;
    background-image: url(../images/marker-current.png);
}

#progress-bar .slice:last-child::after,
#progress-bar .marker::after {
	content: ' ';
    display: block;
    width: 30px;
    height: 36px;
    background-size: 30px 72px;
    background-repeat: no-repeat;
    text-indent: -999px;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/marker.png);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    z-index: 0;
    bottom: 14px;
    left: 0px;
    margin-left: -10px;
}


#progress-bar .slice:last-child::after {
    background-position: 0px 0px;
    background-image: url(../images/flag.png);
    margin-left: 0px;
    display: block;
    right: -22px;
    left: auto;
    bottom: 16px;
    height: 36px;
    overflow: hidden;
}

#progress-bar .slice.active:last-child::after {
    background-position: 0px -36px;
}

.category-result {
	
}

.question-group-description {
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 6px;
}

.question-group-description.has-question-description {
	margin-top:6px;
	margin-bottom:0px;
}

.category-result {
	display:none;
}

.show-result-page  .question.show,
.show-result-page h2.question-category-title {
	display:none ! important;
}

.show-result-page .category-result {
	display:block;
}

.score-bar-row {
	margin:14px 0px;
}

.score-bar-row .score-bar-title {
	font-weight:bold;
	margin:4px 0px;
}

.bare-score-bar-container {
	padding-right: 80px;
    position: relative;
}

.bare-score-bar {
    width: 100%;
    height: 18px;
	position:relative;
	float:left;
}

.result-copy {
	font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.3em;
}

.score-label {
	display:inline-block;
	padding-left:5px;
	font-weight:bold;
	padding-top:1px;
	position:absolute;
	top:0px;
	right:-46px;
}

.background-papier{
	background-image:url(../images/theme-backgrounds/afval.jpg);
}

.background-elektriciteit{
	background-image:url(../images/theme-backgrounds/electricity.jpg);
}

.background-aankopen{
	background-image:url(../images/theme-backgrounds/goederen.jpg);
}

.background-kleding{
	background-image:url(../images/theme-backgrounds/kleding.jpg);
}

.background-vakantie{
	background-image:url(../images/theme-backgrounds/vakantie.jpg);
}

.background-vervoer{
	background-image:url(../images/theme-backgrounds/vervoer.jpg);
}

.background-voeding{
	background-image:url(../images/theme-backgrounds/voeding.jpg);
}

.background-woning {
	background-image:url(../images/theme-backgrounds/woning.jpg);
}

.background-result-page.background-papier{
	background-image:url(../images/theme-backgrounds/Rafval.jpg);
}

.background-result-page.background-elektriciteit{
	background-image:url(../images/theme-backgrounds/Relectricity.jpg);
}

.background-result-page.background-aankopen{
	background-image:url(../images/theme-backgrounds/Rgoederen.jpg);
}

.background-result-page.background-kleding{
	background-image:url(../images/theme-backgrounds/Rkleding.jpg);
}

.background-result-page.background-vakantie{
	background-image:url(../images/theme-backgrounds/Rvakantie.jpg);
}

.background-result-page.background-vervoer{
	background-image:url(../images/theme-backgrounds/Rvervoer.jpg);
}

.background-result-page.background-voeding{
	background-image:url(../images/theme-backgrounds/Rvoeding.jpg);
}

.background-result-page.background-woning {
	background-image:url(../images/theme-backgrounds/Rwoning.jpg);
}


.background-color-papier{
	background:rgb(210, 180, 81);
}

.background-color-elektriciteit{
	background:rgb(211, 89, 70);
}

.background-color-aankopen{
	background:rgb(139, 98, 56);
}

.background-color-kleding{
	background:rgb(122, 78, 154);
}

.background-color-vakantie{
	background:rgb(55, 86, 125);
}

.background-color-vervoer{
	background:rgb(80, 144, 205);
}

.background-color-voeding{
	background:rgb(109, 184, 90);
}

.background-color-woning {
	background:rgb(191, 87, 156);
}
.background-color-overheid-diensten {
	background:#ea8e55;
}

.result-conclusion {
	display:none;
}

.show-result-conclusion  .result-conclusion-wrapper {
	display:block;
}

.show-result-tips body,
.show-result-conclusion body {
	padding:50px 0px;
	box-sizing:border-box;
	padding-bottom:80px;
	position:relative;
	height:auto;
}

.show-result-tips  .question-wrapper,
.show-result-conclusion  .question-wrapper {
	display:none;
}

.show-result-tips #progress-bar,
.show-result-conclusion #progress-bar,
.show-result-tips .navigation,
.show-result-conclusion .navigation {
	display:none;
}

.show-result-tips .inner,
.show-result-conclusion .inner {
	max-width:740px;
}


.mobile {
	display:none ! important;
}

.numerical-copy {
	display: block;
    float: left;
    min-width: 240px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 700;
    color: #4a4a49;
}

.result-conclusion-wrapper  {
	display:none;
}

.result-conclusion-wrapper .bars.me  {
	clear:both;
}

.result-conclusion-wrapper .bars.them,
.result-conclusion-wrapper .bars.me {
	float: left;
    width: 170px;
    padding-right: 50px;
    margin-right: 20px;
}

.bar {
	min-width:1px;
	position:relative;
	height:22px;
	margin-bottom:2px;
}

.bar .value {
	display:block;
	position:absolute;
    top: 4px;
    right: -45px;
}

.bars.pre-me .bar {
	opacity:0.7;
	width:0px;
}

.after-tips span.value {
	display:none ! important;
}

.legend {
	overflow: hidden;
    width: 200px;
}

.legend .legend-item {
	line-height:24px;
	position:relative;
	text-align:right;
	padding-right:20px;
}

.legend .legend-item .color {
	position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 7px;
}

.result-conclusion-wrapper .copy {
	padding-top: 15px;
    border-top: 1px solid #37567d;
    margin-top: 10px;
}

.overshoot-day-title,
.result-conclusion-wrapper h3 {
	font-size: 19px;
    color: #67be64;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 120%;
}

.overshoot-day-title {
	font-size: 13px;
}

i.overshoot-day-popup {
	font-size: 11px;
    cursor: pointer;
    color: #333333;
    display: inline-block;
    vertical-align: 7px;
    padding-left: 3px;
}

.result-conclusion-wrapper .result-copy {
	font-size: 13px;
    line-height: 16px;
    color: #4a4a49;
    margin-bottom: 15px;
}

.result-conclusion-footer {
	padding-top:10px;
}

.show-result-tips  .result-tips-wrapper {
	display:block;
}

.result-tips-wrapper {
	display:none;
}

.result-tips-wrapper h3 {
	font-size: 19px;
    color: #369fda;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.result-tips-wrapper h4.tip-container-title {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f47920;
    margin: 15px 0 5px 0;
}
.result-tips-wrapper .bars.me {
	position:absolute;
	width:100%;
	top:0px;
	z-index:300;
	box-sizing:border-box;
	padding-right:80px;
}

.result-tips-wrapper .bar-container {
	position:relative;
	padding-right:80px;
	width:404px;
	float:left;
	margin-bottom:10px;
}

.tip-categories a {
	display: block;
    float: left;
    font-weight: 700;
    font-size: 11px;
    color: #9d9d9c;
    margin-right: 5px;
    text-transform: uppercase;
    text-decoration: none;
	display:inline-block;
	margin-right:10px;
}

.tip-categories a.active {
	color:#37567d;
}

.tip-categories {
	padding-top:10px;
    padding-bottom: 26px;
	margin-bottom:20px;
    border-bottom: 1px solid #37567d;
}

.tip-list h4 {
	font-weight:bold;
}

.tip-list {
	display:none;
}

.tip-list.active {
	display:block;
}

.tip-list .tip {
	display:none;
}

.tip-list .tip.active {
	display:block;
}

.tip-list .tip-title {
	padding:10px 0px;
	font-size:14px;
	font-weight:bold;
}

.tip-list .tip-description {
	padding-right:20px;
	margin-bottom:14px;
}

.tip-list-navigation a {
	margin-top:30px;
}

.previous-tip {
	background-color:rgba(244, 121, 32, 0.79);
}

.tip-count {
	font-size: 16px;
    padding-bottom: 6px;
}

.finish-voetafdruk {
	background-color:#2d456f;
}
.finish-voetafdruk:hover {
	background-color:#1e2e4b;
}

.finish-container {
	margin-top:20px;
}

#report-after-tip-text {
	display:none;
	font-weight:bold;
	color:#4a4a49;
}

.result-tips-wrapper #report-after-tip-text h3 {
	color:#4a4a49;
	text-transform: none;
	font-size:16px;
}

#report-after-tip-text p {
	font-size:14px;
}

.powered-by {
	position: absolute;
    right: 30px;
    bottom: 50px;
    max-width: 200px;
    z-index:90033334;
}
.powered-by img {
	width:100%;
}

.social-shares {
	height: 40px;
    overflow: hidden;
    width: 240px;
    background: #71bf44;
    line-height: 40px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-top: -40px;
}

.relative {
	position:relative;
}

.addthis_inline_share_toolbox {
	float:right;
}

.at-icon {
	color:#71bf44 ! important;
}
.at-style-responsive .at-share-btn {
	padding:3px ! important;
}

.at-icon-wrapper svg {
	fill:#71bf44 ! important;
}

.addthis_inline_share_toolbox {
	margin-top:9px;
}
.table-container-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.table-container {
	display:table;
	height:100%;
	min-height:460px;
}

.question-description {
	margin:4px 0px 0px 0px;
	opacity:0.9;
	font-style:italic;
	margin-bottom:14px;
}

.answer-row  {
	overflow:hidden;
}

.answer-row-container {
	float:left;
	width:50%;
}
.clear {
	clear:both;
}

.content-wrapper-result-conclusion {
	box-sizing:border-box;
	padding:68px 0px;
}

.content-wrapper-result-tips .result-tips-wrapper {
	display:block;
	width:700px;
}

.content-wrapper-result-conclusion .result-conclusion-wrapper {
	display:block;
	width:700px;
}

.next-question span {
	display:none;
}

.background-result-page .next-question span:first-child {
	display:none;
}

.background-result-page .next-question span {
	display:block;
}

.next-question span:first-child {
	display:block;
}

.progress-bar-mobile {
    width: 100%;
    height: 18px;
    background: #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.29);
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.29);
	display:none;
}

.back-to-result-link {
    position: absolute;
    bottom: -48px;
    left: 0px;
}

.background-result-page .next-question span.theme-to-results {
	display:none;
}

.background-aankopen.background-result-page .next-question span.theme-to-results {
	display:block;
}

.background-aankopen.background-result-page .next-question span {
	display:none;
}

body .fancybox-container {
	z-index:99000000992;
}

body .privacy-ajax-inner {
	max-width:900px;
	overflow:auto;
	
}

/* width */
.privacy-ajax-inner::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.privacy-ajax-inner::-webkit-scrollbar-track {
    background: #AAAAAA;
}

/* Handle */
.privacy-ajax-inner::-webkit-scrollbar-thumb {
    background: #DDDDDD;
    border-radius: 5px 5px 5px 5px;
}

/* Handle on hover */
.privacy-ajax-inner::-webkit-scrollbar-thumb:hover {
    background: #AAAAAA;
}
/* Responsive */
@media (max-width: 980px) { 

	.powered-by {
		position:static;
		max-width:60%;
		max-width:140px;
		margin:0px 10px;
		float:right;
	}
	header h1 {
		max-width:160px;
		margin-left:10px;
	}
	
	.main-content {
		min-width:0px;
	}
	
	.wrapper 
	{
		padding-top:160px;
		padding-bottom:20px;
		height:auto;
		position:static;
	}
	
	.show-result-conclusion .wrapper ,
	.show-result-tips .wrapper 
	{
		padding-top:120px;
	}
	
	.table-container {
		height:auto;
		min-height:0;
	}
	
	#progress-bar .inner {
		width:96%;
		padding:0px;
	}
	
}

@media (max-width: 750px) { 
	.content-wrapper 
	{
		padding: 0px 10px;
	}
	.result-tips-wrapper .bar-container
	{
		width:100%;
		box-sizing:border-box;
	}
	
	.legend .legend-item {
		float: left;
		margin-right: 25px;
		padding-right: 0px;
		padding-left: 12px;
	}
	.legend {
		width:100%;
		margin-bottom:16px;
		margin-top:10px;
	}
	.legend .legend-item .color {
		left:0px;
	}
	.tip-categories::after {
		clear:both;
		content:' ';
		display:block;
	}
	.tip-categories a {
		margin-bottom:10px;
	}
	.tip-categories {
		padding-bottom:8px;
	}
	.tip-list  {
		clear:both;
	}
	.tip-list-navigation a {
		margin-top:20px;
	}
	.result-conclusion-footer .pull-left,
	.result-conclusion-footer .pull-right,
	.tip-list-navigation .pull-left,
	.tip-list-navigation .pull-right {
		float:none;
	}
	
	.result-conclusion-footer .pull-left,
	.result-conclusion-footer .pull-right {
		margin-bottom:10px;
	}
	
	.content-wrapper-result-conclusion .result-conclusion-wrapper,
	.content-wrapper-result-tips .result-tips-wrapper {
		width:auto;
	}
	
	.numerical-copy.them.desktop {
		display:none;
	}
	
	.numerical-copy.them.mobile {
		display: block ! important;
		margin-top: 19px;
	}
}

@media (max-width: 480px) { 
	.main-content::after 
	{
		display:none;
	}
	.content-wrapper 
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.card-container > div {
		width:auto;
	}
	#progress-bar {
		display:none;
	}
	.answer-row-container {
		float:none;
		width:auto;
	}
	
	.navigation .pull-left,
	.navigation .pull-right
	{
		float:none;
		width:auto;
	}
	
	.navigation
	{
		padding-top:0px;
	}
	
	.wrapper 
	{
		padding-top:140px;
	}
	
	.progress-bar-mobile { 
		display:block;
	}
	
	.show-result-tips .progress-bar-mobile,
	.show-result-conclusion .progress-bar-mobile,
	.background-result-page .progress-bar-mobile { 
		display:none;
	}
	
	.show-result-tips .progress-bar-mobile,
	.show-result-conclusion .progress-bar-mobile,
	.background-result-page .progress-bar-mobile { 
		display:none;
	}
	
	.progress {
		background:#67be64;
		height:18px;
		width:0px;
	}
	
	.back-to-result-link {
		position: static;
	}
}

@media (max-width: 580px) {
	header h1 img {
		max-height:100px;
		width:auto ! important;
		max-width:100%;
	}
}
