
	div#finder_pk .warning {
		display: none;
		background: #d1f9c8;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	
	div#finder_pk .table-scroller-wrapper {
		max-width: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	
	
	div#finder_pk .page .content-wrapper.flex-layout {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;		
	}
	
	
	div#finder_pk .page-outstanding {
		position: static;
		margin-top: -105px;
		min-height: 100vh;
		overflow-y: auto;
		padding: 0 0 60px 0;
		position: relative;
		z-index: 2;		
	}
	
	@media screen and (max-width: 1090px) {
		div#finder_pk .page-outstanding {
			margin-top: -132px;
			width: calc(100% + 10px);
			margin-left: -5px;
		}
	}
	@media screen and (max-width: 950px) {
		div#finder_pk .page-outstanding {
			margin-top: -80px;
		}
	}

	
/******************** tpl-account *******************/

	div#finder_pk .page.tpl-account {
		
	}
	
		div#finder_pk .page.tpl-account .group {
			padding: 50px 20px;
		}
		
	@media screen and (max-width: 1000px) {
		div#finder_pk .page.tpl-account .group {
			padding: 20px 20px;
		}

	}
	
	
/******************** tpl-bankcard *******************/
		
	div#finder_pk .page.tpl-bankcard {
		
	}
	
		div#finder_pk .page.tpl-bankcard .group {
			padding: 20px 20px;
		}
		div#finder_pk .page.tpl-bankcard .group:nth-of-type(3) {
			padding: 25px 20px;
		}
	
		div#finder_pk .page.tpl-bankcard .checklist li {
			font-size: 1.1em;
			line-height: 1.2em;
			margin: 0.8em 0;
		}
		
		div#finder_pk .page.tpl-bankcard .card-included-hint {
			margin: 15px 0 0 0;
		}
		
		div#finder_pk .page.tpl-bankcard .footnote {
			text-align: left;
		}
		
	
	@media screen and (max-width: 950px) {
		div#finder_pk .page.tpl-bankcard .group {
			width: 100%;
			padding: 10px;
		}
		
		div#finder_pk .page.tpl-bankcard .group img {
			max-height: 150px;
		}
	}



	div#finder_pk .page.tpl-bankcard .hint-overlay {
		position: absolute;
		left: 0;
		top: 5px;
		width: 100%;
		min-height: calc(100% - 10px);
		border: 2px solid #145096;
		background: #F9F9F9;
		z-index: 1;

		display: none;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade {
		padding: 50px 50px 20px 50px;
		text-align: center;
		font-size: 17px;
		line-height: 1.5;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade div {
		margin: 0 0 50px 0;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade .text {
		text-align: left;
		max-width: 525px;
		margin: auto;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade img {
		width: 100px;
		vertical-align: middle;
	}
	div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade i {
		font-size: 50px;
		margin: 0 50px;
		color: #145096;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade a {
		width: 120px;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade .radiobox {
		margin: 0 10px 50px 10px;
		white-space: nowrap;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison {
		padding: 30px;
	}
	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison h2 {
		margin: 0 0 15px 0;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison img {
		width: 130px;
		margin: 10px 0 0 0;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison table {
		width: 100%;
	}
	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison table tr:not(.head) {
		background: #FCFCFC;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison table tr.head td { /* title */
		font-weight: bold;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison table td {
		padding: 5px 5px;
		border-bottom: 1px solid #eaeaea;
	}
	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison table td:nth-child(1) {
		width: 300px;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison table td:nth-child(2),
	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison table td:nth-child(4) {
		text-align: center;
		background: #fff;
		vertical-align: middle;
	}

	div#finder_pk .page.tpl-bankcard .hint-overlay.comparison table tr.foot td {
		font-weight: bold;
	}

	div#finder_pk .page.tpl-bankcard .footnote {
	/*	position: absolute;
		left: 0;
		bottom: 60px;
		*/
	}


	@media screen and (max-width: 1075px) {
		div#finder_pk .page.tpl-bankcard .group.input {
			width: 100%;
			padding: 10px 0;
		}

		div#finder_pk .page.tpl-bankcard .group.bankcard-info {
			width: 49.5%;
		}

		div#finder_pk .page.tpl-bankcard .group.select-hint {
			display: none !important;
		}

		div#finder_pk .page.tpl-bankcard .group.total {
			width: 100%;
		}

		div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade i {
			margin: 0 10px;
			font-size: 8vw;
		}

		div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade img {
			max-width: 20vw;
		}

		div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade .radiobox {
			margin: 0 10px 30px 10px;
		}

		div#finder_pk .page.tpl-bankcard .hint-overlay.comparison {
			padding: 50px 10px 30px 10px;
		}

		div#finder_pk .page.tpl-bankcard .footnote {
			position: static;
		}
	}

	@media screen and (max-width: 820px) {
		div#finder_pk .page.tpl-bankcard .callout-box {
			bottom: 50px;
		}

		div#finder_pk .page.tpl-bankcard .group.bankcard-info {
			width: 100%;
		}

		div#finder_pk .page.tpl-bankcard .group.bankcard-info .button {
			padding: 15px 0;
		}
	}


	/******************** tpl-creditcard *******************/

		
	div#finder_pk .page.tpl-creditcard {
		
	}
	
		div#finder_pk .page.tpl-creditcard .group .question {
			font-size: 14px;
		}
	
		div#finder_pk .page.tpl-creditcard .group.creditcard-info {
			padding: 0;
			text-align: left;
			border: 2px solid #F9F9F9;
		}
		div#finder_pk .page.tpl-creditcard .group.creditcard-info.selected {
			border: 2px solid #F59D00;
		}
	
		div#finder_pk .page.tpl-creditcard .group.creditcard-info .section {
			padding: 10px;
			border-bottom: 1px solid #fff;
		}
		div#finder_pk .page.tpl-creditcard .group.creditcard-info .section:first-child {
			text-align: center;
			position: relative;
		}
			div#finder_pk .page.tpl-creditcard .group.creditcard-info .section:first-child img {
				max-width: 100%;
			}
			
			div#finder_pk .page.tpl-creditcard .callout-box {
				background: #F59D00;
				width: 75px;
				height: 75px;
				border-radius: 3px 50% 50% 50%;
				font-size: 10px;
				text-align: center;
				color: #fff;
				padding: 8px 0 0 0;
				position: absolute;
				right: 0;
				bottom: 5px;
			}
			div#finder_pk .page.tpl-creditcard .recommendation-flag {
				background: #00C900;
				color: #fff;
				text-transform: uppercase;
				border: 2px solid #fff;
				border-left: 0;
				border-right: 0;
				position: absolute;
				left: 0;
				top: 65%;
				padding: 4px 3px 4px 6px;
				font-weight: bold;
				font-size: 13px;
				display: none;
			}
			div#finder_pk .page.tpl-creditcard .recommendation-flag:after {
				content: " ";
				display: block;
				background: url(../../img/recommendation-flag-arrow.png);
				width: 9px;
				height: calc(100% + 4px);
				position: absolute;
				right: -9px;
				top: -2px;
				background-repeat: no-repeat;
			}
			div#finder_pk .page.tpl-creditcard .group.creditcard-info.recommended .recommendation-flag {
				display: block;
			}
			
			div#finder_pk .page.tpl-creditcard .group.creditcard-info .section .price {
				float: right;
				font-weight: bold;
			}
			
			div#finder_pk .page.tpl-creditcard .group.creditcard-info .section.total {
				font-weight: bold;
				font-size: 1.1em;
			}
			
			div#finder_pk .page.tpl-creditcard .group.creditcard-info .button {
				width: 100%;
			}
			
		div#finder_pk .page.tpl-creditcard .group.total {
			padding: 0;
		}
			div#finder_pk .page.tpl-creditcard .group.total .section:nth-child(1) {
				text-align: center;
				padding: 20px 20px 37px 20px;
			}
			div#finder_pk .page.tpl-creditcard .group.total .section:nth-child(2) {
				font-size: 1.1em;
				color: #fff;
				background: #F59D00;
				padding: 50px 5px;
				position: relative;
			}
			div#finder_pk .page.tpl-creditcard .group.total .section:nth-child(2):before {
				content: " ";
				display: block;
				background: url(../../img/box-connect-arrow-wide.png);
				background-position: center;
				background-repeat: no-repeat;
				background-size: 100% 21px;
				height: 22px;
				position: absolute;
				width: 100%;
				top: -20px;
				left: 0;
			}
				div#finder_pk .page.tpl-creditcard .group.total .section:nth-child(2) i {
					color: #fff;
				}
			
			div#finder_pk .page.tpl-creditcard .group.total .section .total-out {
				font-size: 45px;
				font-weight: bold;
			}
			
		
		div#finder_pk .page.tpl-creditcard .group.select-hint {
			padding: 90px 20px 0 20px;
			font-size: 20px;
		}
		div#finder_pk .page.tpl-creditcard .group.select-hint i {
			color: #145096;
			margin: 0 0 20px 0;
			font-size: 50px;
		}
	
	
		div#finder_pk .page.tpl-creditcard .hint-overlay {
			position: absolute;
			left: 0;
			top: 5px;
			width: 100%;
			min-height: calc(100% - 10px);
			border: 2px solid #145096;
			background: #F9F9F9;
			z-index: 1;
			
			display: none;
		}
		
			div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade {
				padding: 50px 50px 20px 50px;
				text-align: center;
				font-size: 17px;
				line-height: 1.5;
			}
				
				div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade div {
					margin: 0 0 50px 0;
				}

				div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade .text {
					text-align: left;
					max-width: 525px;
					margin: auto;					
				}
				
				div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade img {
					width: 100px;
					vertical-align: middle;
				}
				div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade i {
					font-size: 50px;
					margin: 0 50px;
					color: #145096;
				}
				
				div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade a {
					width: 120px;
				}
				
				div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade .radiobox {
					margin: 0 10px 50px 10px;
					white-space: nowrap;
				}
	
			div#finder_pk .page.tpl-creditcard .hint-overlay.comparison {
				padding: 30px;
			}
				div#finder_pk .page.tpl-creditcard .hint-overlay.comparison h2 {
					margin: 0 0 15px 0;
				}
				
				div#finder_pk .page.tpl-creditcard .hint-overlay.comparison img {
					width: 130px;
					margin: 10px 0 0 0;
				}
	
				div#finder_pk .page.tpl-creditcard .hint-overlay.comparison table {
					width: 100%;
				}
					div#finder_pk .page.tpl-creditcard .hint-overlay.comparison table tr:not(.head) {
						background: #FCFCFC;
					}
				
					div#finder_pk .page.tpl-creditcard .hint-overlay.comparison table tr.head td { /* title */
						font-weight: bold;
					}
				
					div#finder_pk .page.tpl-creditcard .hint-overlay.comparison table td {
						padding: 5px 5px;
						border-bottom: 1px solid #eaeaea;
					}
					div#finder_pk .page.tpl-creditcard .hint-overlay.comparison table td:nth-child(1) {
						width: 300px;
					}
					
					div#finder_pk .page.tpl-creditcard .hint-overlay.comparison table td:nth-child(2),
					div#finder_pk .page.tpl-creditcard .hint-overlay.comparison table td:nth-child(4) {
						text-align: center;
						background: #fff;
						vertical-align: middle;
					}

					div#finder_pk .page.tpl-creditcard .hint-overlay.comparison table tr.foot td {
						font-weight: bold;
					}
					
		div#finder_pk .page.tpl-creditcard .footnote {
		}
			

	@media screen and (max-width: 1075px) {
		div#finder_pk .page.tpl-creditcard .group.input {
			width: 100%;
			padding: 10px 0;
		}
		
		div#finder_pk .page.tpl-creditcard .group.creditcard-info {
			width: 49.5%;
		}
		
		div#finder_pk .page.tpl-creditcard .group.select-hint {
			display: none !important;
		}
		
		div#finder_pk .page.tpl-creditcard .group.total {
			width: 100%;
		}
		
		div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade i {
			margin: 0 10px;
			font-size: 8vw;
		}
		
		div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade img {
			max-width: 20vw;
		}
		
		div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade .radiobox {
			margin: 0 10px 30px 10px;
		}
		
		div#finder_pk .page.tpl-creditcard .hint-overlay.comparison {
			padding: 50px 10px 30px 10px;
		}
		
		div#finder_pk .page.tpl-creditcard .footnote {
			position: static;
		}
	}		

	@media screen and (max-width: 820px) {
		div#finder_pk .page.tpl-creditcard .callout-box { 
			bottom: 50px;
		}
		
		div#finder_pk .page.tpl-creditcard .group.creditcard-info {
			width: 100%;
		}		
		
		div#finder_pk .page.tpl-creditcard .group.creditcard-info .button {
			padding: 15px 0;
		}
	}
					
/******************** tpl-addons *******************/


	div#finder_pk .tpl-addons {
		
	}
		div#finder_pk .tpl-addons .content-wrapper {
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-align-content: flex-start;
			-ms-flex-line-pack: start;
			align-content: flex-start;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;			
		}
	
		div#finder_pk .tpl-addons .group {
			padding-bottom: 110px;
			border: 2px solid #fff;
			transition: all 0.5s ease;
			position: relative;
		}
		
		div#finder_pk .tpl-addons .group.selected {
			border: 2px solid #F59D00;
		}
			div#finder_pk .tpl-addons .group .headline {
				background: #A6A6A6;
				color: #fff;
				margin: -15px -15px 15px -15px;
				font-size: 18px;
				font-weight: bold;
				padding: 15px 0;
			}
				div#finder_pk .tpl-addons .group .headline i {
					font-size: 20px;
					cursor: pointer;
				}
			div#finder_pk .tpl-addons .group ul li {
				
			}
			
			div#finder_pk .tpl-addons .group ul li.highlight {
				font-weight: bold;
			}
			
		
			div#finder_pk .tpl-addons .group .radiobox {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				padding: 12px;
			}
	
			div#finder_pk .tpl-addons .group .button-compare-addons {
				margin: 20px 0 0 0;
			}
	
		div#finder_pk .tpl-addons .group .info {
			text-align: center;
			padding: 15px;
			border-top: 3px solid #fff;
			font-size: 13px;
			background: #D7E3F0;
			position: absolute;
			bottom: 42px;
			left: 0;
			width: 100%;
			font-weight: bold;
		}
		
		div#finder_pk .tpl-addons .group.premium {
			min-height: 495px;
		}
		div#finder_pk .tpl-addons .group.komfort {
			min-height: 405px;
		}
		div#finder_pk .tpl-addons .group.basis {
			min-height: 390px;
		}

	
		div#finder_pk .hint-overlay.addons-comparison table {
			width: calc(100% - 2px);
		}
			div#finder_pk .hint-overlay.addons-comparison table tr:not(.head) {
				background: #FCFCFC;
			}

			div#finder_pk .hint-overlay.addons-comparison table tr.head td { /* title */
				font-weight: bold;
			}
			div#finder_pk .hint-overlay.addons-comparison table tr.head td i {
				font-size: 20px;
				cursor: pointer;
			}
			div#finder_pk .hint-overlay.addons-comparison table tr.price td {
				background: #F3F3F3;
			}			

			div#finder_pk .hint-overlay.addons-comparison table td {
				padding: 8px 5px;
				border-bottom: 1px solid #eaeaea;
				text-align: center;
				vertical-align: middle;
				min-width: 80px;
			}
			
			div#finder_pk .hint-overlay.addons-comparison table td:nth-child(1) {
				min-width: 165px;
				text-align: left;
			}
			
			div#finder_pk .hint-overlay.addons-comparison table td > i {
				color: #145096 !important;
			}
					
			div#finder_pk .hint-overlay.addons-comparison table td .button {
				width: 145px;
				padding: 8px 3px;
			}
			
			div#finder_pk .hint-overlay.addons-comparison table td.addon-details {
				
			}
			
			div#finder_pk .hint-overlay.addons-comparison table td.addon-details.selected:not(.price) {
				background: #D7E3F0;
				border-bottom: 1px solid #fff;
			}

			div#finder_pk .hint-overlay.addons-comparison table td.thick-bottom-line {
				border-bottom: 4px solid #F59D00 !important;
			}			

			
	div#finder_pk .hint-overlay.addons-comparison {
		position: absolute;
		left: 0;
		top: 5px;
		width: 100%;
		min-height: calc(100% - 10px);
		border: 2px solid #145096;
		background: #F9F9F9;
		z-index: 1;
		padding: 20px;
		display: none;
	}	

		div#finder_pk .hint-overlay.addons-comparison table td {
			padding: 1px 5px;
		}
		
		div#finder_pk .hint-overlay.addons-comparison table td:nth-child(1) {
			min-width: 220px;
		}
		
	div#finder_pk .page.tpl-addons .footnote {
		text-align: left;
		margin: 20px 0 0 0;
	}

	
	@media screen and (max-width: 1100px) { 
		
		div#finder_pk .tpl-addons .group {
			padding: 10px 10px 165px 10px;
		}
			div#finder_pk .tpl-addons .group .headline {
				margin: -10px -10px 10px -10px;
			}
		
	}
	
	@media screen and (max-width: 1040px) { 
		div#finder_pk .tpl-addons .group.half {
			width: 100%; 
			max-width: 300px;
			margin: 0 auto 15px auto;
			min-height: 0;
		}
	}		
	
	@media screen and (max-width: 900px) {  
		div#finder_pk .hint-overlay.addons-comparison { 
			padding: 30px 3px 15px 3px;
		}
	}	
	
	
	
/******************** tpl-discount *******************/
	
	div#finder_pk .tpl-discount {
		
	}	
	
		div#finder_pk .tpl-discount .title {
			font-size: 18px;
			font-weight: bold;
			margin: 0 0 5px 0;
		}
		div#finder_pk .tpl-discount .subtitle {
			font-size: 15px;
			margin: 0 0 10px 0;
		}
		div#finder_pk .tpl-discount .subtitle2 {
			margin: 15px 0 10px 0;
		}
		
		div#finder_pk .tpl-discount .group > .checkbox {
			margin: 15px 0;
		}
		
		div#finder_pk .tpl-discount .group .button {
			width: 85px;
		}
		
		div#finder_pk .tpl-discount .group:nth-child(3) {
			padding: 5px 0 0 0;
		}
		
		div#finder_pk .tpl-discount .puzzle-wrapper {
			position: relative;
			width: 300px;
			height: 300px;
			margin: auto;
		}
			div#finder_pk .tpl-discount .puzzle-wrapper img {
				position: absolute;
				left: 0;
				top: 0;
			}
			div#finder_pk .tpl-discount .puzzle-wrapper .puzzle.enabled {
				display: none;
			}
			
			div#finder_pk .tpl-discount .puzzle-wrapper .clickfield {
				position: absolute;
				cursor: pointer;
			}
	
		div#finder_pk .tpl-discount .total {
			background: #F69D01;
			color: #fff;
			margin: 40px 0 0 0;
			padding: 20px 10px;
			font-size: 1.1em;
			position: relative;
			min-height: 125px;
		}
			div#finder_pk .tpl-discount .total:before {
				content: " ";
				display: block;
				background: url(../../img/box-connect-arrow-small-top.png);
				background-position: center;
				background-repeat: no-repeat;
				width: 100%;
				height: 30px;
				position: absolute;
				top: -30px;
				left: 0;
			}
			
			div#finder_pk .tpl-discount .total-out {
				font-size: 20px;
				font-weight: bold;
			}
			
		
		
	@media screen and (max-width: 1090px) { 
	
		div#finder_pk .tpl-discount.page .group.fourty {
			width: 100%;
		}
		div#finder_pk .tpl-discount.page .group.sixty {
			width: 100%;
		}
		
		div#finder_pk .tpl-discount.page .checkbox {
			display: block;
			margin: 20px 0;
		}
	
	}
		

/******************** tpl-finalresult *******************/

	div#finder_pk .page.tpl-finalresult {
	
	}
	
		div#finder_pk .cashback {
			color: #F59D00;
		}
	
	
		div#finder_pk .page.tpl-finalresult .result-table-wrapper {
			display: table;
			width: 100%;
		}
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row {
				display: table-row;
			}
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row .field {
				display: table-cell;
				height: 56px;
				background: #F3F3F3;
				vertical-align: middle;
				padding: 10px;
				border-bottom: 2px solid #fff;
				position: relative;
				font-weight: bold;
				text-align: left;
			}
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row .field:nth-child(1) span {
				background: #145096;
				color: #fff;
				border-radius: 50%;
				width: 20px;
				height: 20px;
				padding: 1px;
				font-weight: bold;
				display: inline-block;
				margin: 0 6px 0 0;
				text-align: center;
			}

			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row .field .fa {
				font-size: 17px;
			}
			
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row .field.price {
				text-align: right;
				font-weight: bold;
			}
			
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row .field.price em {
				text-decoration: line-through;
			}

				


			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row.total .field {
				background: #F2F6FB;
				color: #135195;
				font-size: 1.1em;
			}
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row.total .field:nth-child(2) {
				text-align: right;
			}
			
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .badge {
				color: #fff;
				background: #145096;
				border-radius: 50% 50% 50% 3px;
				width: 75px;
				height: 75px;
				font-size: 10px;
				position: absolute;
				left: 315px;
				top: -22px;
				padding: 20px 6px;
				text-align: center;
				z-index: 1;
				/* transform: rotate(-11deg); */
			}
				
		
		div#finder_pk .page.tpl-finalresult .buttons-wrapper {
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-justify-content: space-around;
			-ms-flex-pack: justify;
			justify-content: space-around;
			-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
			align-content: stretch;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
		}
		
		div#finder_pk .page.tpl-finalresult .buttons-wrapper .button {
			width: 32%;
			margin: 10px 0 0 0;
			padding: 18px;
		}	
		
		div#finder_pk .page.tpl-finalresult .overlay-info {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, 0.95);
			padding: 10vw;
			text-align: center;
			display: none;
			z-index: 1;
		}
			div#finder_pk .page.tpl-finalresult .overlay-info span {
				display: block;
				font-size: 18px;
				max-width: 60%;
				margin: auto;
				padding: 0 0 50px 0;
			}


	@media screen and (max-width: 1140px) { 
		div#finder_pk .page.tpl-finalresult .result-table-wrapper .badge {
			width: auto;
			height: auto;
			position: static;
			border-radius: 0;
			padding: 0;
			text-align: left;
			display: block;
			margin: 4px 0 0 0;
			font-size: inherit;
			background: transparent;
			color: #F59D00;
		}
	
	}
	
	@media screen and (max-width: 950px) { 
	
		div#finder_pk .page.tpl-finalresult .result-table-wrapper {
			display: block;
			width: 100%;
		}
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row {
				display: block;
				border-bottom: 1px solid Silver;
				padding: 5px;
			}
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row:after {
				content: " ";
				display: block;
				clear: both;
			}
			
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row .field {
				font-size: 0.9em;
				display: inline-block;
				vertical-align: middle;
				padding: 5px 0 10px 0;
				border-bottom: 2px solid #fff;
				position: relative;
				text-align: left;
				background: transparent !important;
				height: auto;
			}
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row .field:first-child {
				display: block;
				padding: 10px 0 0 0;
				font-size: 1.1em;
				font-weight: bold;
			}
			
			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row .field.middle {
				max-width: 70%;
			}

			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row .field.price {
				float: right;
				max-width: 30%;
			}				
			
			

			div#finder_pk .page.tpl-finalresult .result-table-wrapper .row.total {
				font-size: 1em;
				font-weight: bold;
				border-bottom: 0 !important;
			}
			
		div#finder_pk .page.tpl-finalresult .buttons-wrapper {
			display: block;
		}
			div#finder_pk .page.tpl-finalresult .buttons-wrapper .button {
				display: block;
				width: 100%;
				max-width: 400px;
				margin: 5px auto;
			}
	}


/************************************************************/

	div#finder_pk .page.tpl-twocol {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;				
	}
				
		div#finder_pk .page.tpl-twocol .left {
			width: 63%;
			padding: 85px 30px 30px 30px;
		}
		
			div#finder_pk .page.tpl-twocol .left .question {
				font-size: 21px;
				text-align: center;
				line-height: 1.4;
				font-weight: bold;
			}	
			div#finder_pk .page.tpl-twocol .left .question span {
				display: block;
				font-size: 0.7em;
			}
			
			div#finder_pk .page.tpl-twocol .left .input-elements-wrapper {
				text-align: center;
				padding: 100px 0 0 0;
			}
			div#finder_pk .page.tpl-twocol .left .input-elements-wrapper .radiobox,
			div#finder_pk .page.tpl-twocol .left .input-elements-wrapper .checkbox {
				margin: 0 30px;
			}

		div#finder_pk .page.tpl-twocol .right {
			width: 32%;
			margin: 50px 30px 30px 0;
			border-left: 1px solid #d8d8d8;
		}


	@media screen and (max-width: 1150px) {
		
		div#finder_pk .page.tpl-twocol {
			display: block;
			border: 0;
			border-top: 1px solid #d8d8d8;
		}
			div#finder_pk .page.tpl-twocol .left,
			div#finder_pk .page.tpl-twocol .right {
				width: 100%;
				max-width: 500px;
				padding: 25px 15px 0 15px;
				margin: 0 auto;
				border: 0;
			}
				
				div#finder_pk .page.tpl-twocol .left .question {
					font-size: 17px;
				}
				
			
	}




/************************ tpl-overview *************************/
	
	
	div#finder_pk .page.tpl-overview {

	}
	
		div#finder_pk .page.tpl-overview h2 {
			text-align: left;
			padding-left: 0;
		}
	
		div#finder_pk .page.tpl-overview table {
			width: 100%;
		}
		
		div#finder_pk .page.tpl-overview table th,
		div#finder_pk .page.tpl-overview table td {
			padding: 3px 6px;
			background: #fff;
			text-align: left;
			border-bottom: 1px solid #eaeaea;
			font-size: 12px;
			vertical-align: middle;
			text-align: center;
		}
			div#finder_pk .page.tpl-overview table th img {
				max-width: 90px;
			}
			div#finder_pk .page.tpl-overview table th .stoerer {
				position: absolute;
				left: -10px;
			}			
		
		div#finder_pk .page.tpl-overview table tr.price td {
			font-weight: bold;
			font-size: 1.01em;
		}
		
			div#finder_pk .page.tpl-overview table tr td:nth-child(2) i {
				color: #c0ae88;
			}
			div#finder_pk .page.tpl-overview table tr td:nth-child(3) i {
				color: #ec7316;
			}
			div#finder_pk .page.tpl-overview table tr td:nth-child(4) i {
				color: #00529e;
			}
	div#finder_pk .page.tpl-overview  table tr td:nth-child(5) i {
		color: #e3001b;
	}
			div#finder_pk .page.tpl-overview.jugend table tr td:nth-child(2) i {
				color: #009DE0;
			}

			
		div#finder_pk .page.tpl-overview table td:first-child {
			text-align: left;
			padding-right: 15px;
			padding-left: 6px;
			width: 270px;
		}
	
		div#finder_pk .page.tpl-overview table td[colspan] {
			background: #eaeaea;
			text-align: left;
			font-weight: bold;
		}
	
		div#finder_pk .page.tpl-overview table th {
			padding: 6px 6px 6px 0;
		}
		
		div#finder_pk .page.tpl-overview table th.account {
			width: 130px;
		}
		
		div#finder_pk .page.tpl-overview .footnote {
			color: Silver;
			font-size: 11px;
			padding: 5px 0;
		}
		
		div#finder_pk .page.tpl-overview .footer-buttons-wrapper {
			position: fixed;
			bottom: 0;
		}
		
		
		div#finder_pk sup.new {
			display: inline-block;
			padding: 0 2px;
			background: #F69D01;
			border-radius: 2px;
			color: #fff;
			text-transform: uppercase;
			margin: 0 0 0 3px;
		}
		
		
	@media screen and (max-width: 1150px) {

		div#finder_pk .page.tpl-overview table td:first-child {
			width: 200px;
		}
	}
	
	@media screen and (max-width: 1050px) {
		div#finder_pk .page.tpl-overview .content {
			margin: 0;
		}
	}


	@media screen and (max-width: 900px) {
		div#finder_pk .page.tpl-overview table th .stoerer {
			left: -50px;
		}

		div#finder_pk .page.tpl-overview table th img {
			 max-width: 45px;
		}
		
	}

	/************************ tpl-overviewYouth *************************/


	div#finder_pk .page.tpl-overviewYouth {

	}

	div#finder_pk .page.tpl-overviewYouth h2 {
		text-align: left;
		padding-left: 0;
	}

	div#finder_pk .page.tpl-overviewYouth table {
		width: 100%;
	}

	div#finder_pk .page.tpl-overviewYouth table th,
	div#finder_pk .page.tpl-overviewYouth table td {
		padding: 3px 6px;
		background: #fff;
		text-align: left;
		border-bottom: 1px solid #eaeaea;
		font-size: 12px;
		vertical-align: middle;
		text-align: center;
	}
	div#finder_pk .page.tpl-overviewYouth table th img {
		max-width: 90px;
	}
	div#finder_pk .page.tpl-overviewYouth table th .stoerer {
		position: absolute;
		left: -10px;
	}

	div#finder_pk .page.tpl-overviewYouth table tr.price td {
		font-weight: bold;
		font-size: 1.01em;
	}

	div#finder_pk .page.tpl-overviewYouth table tr td:nth-child(2) i {
		color: #65af24;
	}
	div#finder_pk .page.tpl-overviewYouth table tr td:nth-child(3) i {
		color: #009e98;
	}
	div#finder_pk .page.tpl-overviewYouth table tr td:nth-child(4) i {
		color: #ffc200;
	}
	div#finder_pk .page.tpl-overviewYouth table tr td:nth-child(5) i {
		color: #e3001b;
	}

	div#finder_pk .page.tpl-overviewYouth.jugend table tr td:nth-child(2) i {
		color: #009DE0;
	}


	div#finder_pk .page.tpl-overviewYouth table td:first-child {
		text-align: left;
		padding-right: 15px;
		padding-left: 6px;
		width: 270px;
	}

	div#finder_pk .page.tpl-overviewYouth table td[colspan] {
		background: #eaeaea;
		text-align: left;
		font-weight: bold;
	}

	div#finder_pk .page.tpl-overviewYouth table th {
		padding: 6px 6px 6px 0;
	}

	div#finder_pk .page.tpl-overviewYouth table th.account {
		width: 130px;
	}

	div#finder_pk .page.tpl-overviewYouth .footnote {
		color: Silver;
		font-size: 11px;
		padding: 5px 0;
	}

	div#finder_pk .page.tpl-overviewYouth .footer-buttons-wrapper {
		position: fixed;
		bottom: 0;
	}


	div#finder_pk sup.new {
		display: inline-block;
		padding: 0 2px;
		background: #F69D01;
		border-radius: 2px;
		color: #fff;
		text-transform: uppercase;
		margin: 0 0 0 3px;
	}


	@media screen and (max-width: 1150px) {

		div#finder_pk .page.tpl-overviewYouth table td:first-child {
			width: 200px;
		}
	}

	@media screen and (max-width: 1050px) {
		div#finder_pk .page.tpl-overviewYouth .content {
			margin: 0;
		}
	}


	@media screen and (max-width: 900px) {
		div#finder_pk .page.tpl-overviewYouth table th .stoerer {
			left: -50px;
		}

	}

	/*****************************.tpl-account ******************************/


	div#finder_pk .tpl-account .account-result {
		text-align: left;
		display: none;
	}

	div#finder_pk .tpl-account .account-result img {
		max-width: 150px;
		float: left;
		margin: 0 20px 20px 0;
	}

	div#finder_pk .tpl-account .account-result ul {
		float: left;
		max-width: calc(100% - 200px);
		min-width: 300px;
	}

	div#finder_pk .tpl-account .accounts-wrapper {
		margin: 20px 0 40px 0;
	}

	div#finder_pk .tpl-account .accounts-wrapper img {
		max-width: 90px;
		margin: 0 10px;
	}

	div#finder_pk .tpl-account .buttons-wrapper {
		text-align: center;
	}

	div#finder_pk .tpl-account .buttons-wrapper .button {
		width: 31%;
		margin: 10px 1% 0 0;
		padding: 18px;
	}

	@media screen and (max-width: 900px) {
		div#finder_pk .tpl-account .buttons-wrapper .button {
			width: 100%;
			margin: 10px 0;
		}
	}

/***************************** tpl-youth ******************************/

	
	div#finder_pk .tpl-youth .account-result {
		text-align: left;
		display: none;
	}
	
		div#finder_pk .tpl-youth .account-result img {
			max-width: 150px;
			float: left;
			margin: 0 20px 20px 0;
		}
		
		div#finder_pk .tpl-youth .account-result ul {
			float: left;
			max-width: calc(100% - 200px);
			min-width: 300px;
		}
	
		div#finder_pk .tpl-youth .accounts-wrapper {
			margin: 20px 0 40px 0;
		}
	
		div#finder_pk .tpl-youth .accounts-wrapper img {
			max-width: 90px;
			margin: 0 10px;
			height: 70px;
		}
		
		div#finder_pk .tpl-youth .buttons-wrapper {
			text-align: center;
		}
		
			div#finder_pk .tpl-youth .buttons-wrapper .button {
				width: 31%;
				margin: 10px 1% 0 0;
				padding: 18px;
			}	

	@media screen and (max-width: 900px) {
		div#finder_pk .tpl-youth .buttons-wrapper .button {
			width: 100%;
			margin: 10px 0;
		}
	}


	/***************************** tpl-finalresult******************************/


	div#finder_pk .tpl-finalresult .account-result {
		text-align: left;
		display: none;
	}

	div#finder_pk .tpl-finalresult .account-result img {
		max-width: 150px;
		float: left;
		margin: 0 20px 20px 0;
	}

	div#finder_pk .tpl-finalresult .account-result ul {
		float: left;
		max-width: calc(100% - 200px);
		min-width: 300px;
	}

	div#finder_pk .tpl-finalresult .accounts-wrapper {
		margin: 20px 0 40px 0;
	}

	div#finder_pk .tpl-finalresult .accounts-wrapper img {
		max-width: 90px;
		margin: 0 10px;
	}

	div#finder_pk .tpl-finalresult .buttons-wrapper {
		text-align: center;
	}

	div#finder_pk .tpl-finalresult .buttons-wrapper .button {
		width: 31%;
		margin: 10px 1% 0 0;
		padding: 18px;
	}

	@media screen and (max-width: 900px) {
		div#finder_pk .tpl-finalresult.buttons-wrapper .button {
			width: 100%;
			margin: 10px 0;
		}
	}

/******************************tpl-promise ******************************/

	div#finder_pk .tpl-promise {
		
	}
		div#finder_pk .tpl-promise h2 {
			margin: 30px 0 0 0;
		}
	
		div#finder_pk .tpl-promise .image {
			width: 100%;
			padding-top: 33%;
			background-image: url(../../img/leistungsversprechen.jpg);
			background-size: cover;
			background-position: center;
		}
		
		div#finder_pk .tpl-promise .corner-button {
			color: #fff;
		}

		
		div#finder_pk .tpl-promise .item {
			font-size: 15px;
			margin: 5px 0;
			display: inline-block;
			width: 49%;
			min-height: 175px;
			padding: 0 25px;
			text-align: center;
			vertical-align: top;
		}
			div#finder_pk .tpl-promise .item i {
				font-size: 40px;
				display: block;
				margin: 0 0 15px 0;
				color: #145096;
			}
			
		div#finder_pk .tpl-promise .logo-wrapper {
			text-align: center;
			margin: 30px 0 0 0;
			color: #145096;
			font-weight: bold;
		}

		div#finder_pk .logo-epu {
			display: none;
		}

			div#finder_pk .tpl-promise .logo-wrapper img {
				width: 213px;
				margin: 0 0 5px 0;
			}

		@media screen and (max-width: 1080px) { 
			div#finder_pk .tpl-promise .logo-wrapper {
				margin: 50px 0 0 0;
			}
		}
		@media screen and (max-width: 1060px) { 
			div#finder_pk .tpl-promise .item {
				width: 100%;
				display: block;
				min-height: 0;
				margin: 0;
				padding: 10px 20px;
			}
			
			div#finder_pk .tpl-promise .logo-wrapper { 
				text-align: center;
			}
		}
			
/************************************************************/

	div#finder_pk .page.tpl-appointment .flex-wrapper {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;	
	}
	
		div#finder_pk .page.tpl-appointment .flex-wrapper h2 {
			font-size: 17px;
			margin: 15px 0 5px 0;
			text-align: left;
		}
		div#finder_pk .page.tpl-appointment .flex-wrapper h2:first-child {
			margin-top: 0;
		}
	
		div#finder_pk .page.tpl-appointment .left {
			width: 40%;
			padding: 30px;
		}

		div#finder_pk .page.tpl-appointment .right {
			width: 60%;
			padding: 30px;
		}
					
		
			div#finder_pk .page.tpl-appointment .form-wrapper input[type=text],
			div#finder_pk .page.tpl-appointment .form-wrapper select {
				box-sizing: inherit;
				font-family: inherit;
				font-size: inherit;
				background: #fff;
				padding: 8px;
				border: 1px solid #989898;
				width: 100%;
				margin: 0 0 10px 0;
				max-width: 300px;
			}
			div#finder_pk .page.tpl-appointment .form-wrapper select.small {
				width: 15%;
				min-width: 80px;
			}

			div#finder_pk .page.tpl-appointment .privacy-wrapper {
				position: relative;
				font-size: 0.9em;
				line-height: 1.2;
				margin: 0 0 20px 0;
			}
			div#finder_pk .page.tpl-appointment .privacy-wrapper input {
				position: absolute;
				left: 0;
				top: 0;
			}
			
			div#finder_pk .page.tpl-appointment .button.processing {
				cursor: default;
				pointer-events: none;
			}
			
					
		div#finder_pk th.ui-datepicker-week-end,
		div#finder_pk td.ui-datepicker-week-end {
			opacity: 0.1;
			pointer-events: none;
		}	
		
		div#finder_pk .page.tpl-appointment .ui-datepicker-trigger {
			position: relative;
			left: -27px;
			top: -3px;
			padding: 0;
			width: 20px;
			height: 23px;
		}
		
			
	@media screen and (max-width: 1250px) {
		div#finder_pk .page.tpl-appointment .left,
		div#finder_pk .page.tpl-appointment .right {
			padding: 10px;
		}
	}
	
	@media screen and (max-width: 1050px) {
		
		div#finder_pk .page.tpl-appointment .flex-wrapper {
			display: block;
		}
				div#finder_pk .page.tpl-appointment .left,
				div#finder_pk .page.tpl-appointment .right {
					width: 100%;
					max-width: 350px;
					padding: 10px 0 0 0;
					margin: 0 auto;
				}
				div#finder_pk .page.tpl-appointment .right { 
					padding-bottom: 35px;
				}

		div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade, div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade,
		div#finder_pk .page.tpl-creditcard .checklist li, div#finder_pk .page.tpl-bankcard .checklist li {
			font-size: 14px;
			line-height: 16px;
			margin: 8px 0;
		}

		div#finder_pk .page.tpl-bankcard .hint-overlay.account-upgrade, div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade {
			padding: 25px 20px 10px 20px;
			text-align: center;
		}
		div#finder_pk .page.tpl-creditcard .hint-overlay.account-upgrade div {
			margin: 0 0 20px 0;
		}



		div#finder_pk .page.tpl-bankcard .group:nth-of-type(3) {
			padding: 0px 20px;
		}

	}