/* CSS Document */

.row-first {
	max-width:auto;
	text-align:left;
}

/*neue kachel*/

	.offer-list {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
	}
	.kachel-item {
		border:1px solid #ccc;
		border-bottom-style:solid;
		align-items:stretch;
		display:flex;
		flex:0 1 100%;
		position:relative;
		z-index:100;
		min-height:100px;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:1.2rem;
		font-weight:600;
	}
	
	.kachel-item-wrapper {
		align-items:stretch;
		cursor:pointer;
		display:flex;
		flex-flow:column;
		justify-content:flex-start;
		padding:10px;
		position:relative;
		width:100%;
		color:#333;
	}
	.kachel-item-wrapper:hover, .kachel-item-wrapper:active, .kachel-item-wrapper:focus {
		text-decoration:none;
		color:#333;
	}
	.kachel-item-wrapper .kachel-item-img img {
		transition: all 0.3s;
	}
	.kachel-item-wrapper:hover .kachel-item-img img {
		transform:scale(1.10);
	}
	.kachel-item-price-wrapper {
		display:flex;
		justify-content:space-between;
	}
	.kachel-item .fav {
		font-size:32px;
		color:#ff3d06;
		position:absolute;
		top:0;
		right:0;
		padding:5px;
		z-index:200;
		transition:all ease-out 0.25s;
	}
	.kachel-item .fav:hover {
		font-size:32px;
		text-shadow:0px 0px 6px #ff3d06;
	}
	.kachel-item-img {
		min-height:140px;
		align-items:center;
		align-self:stretch;
		display:flex;
		flex:0 1 140px;
		justify-content:center;
		margin:25px 0px 0px 0px;
		padding:10px 30px;
	}
	.kachel-item-label-new {
		position:absolute;
		left:0px;
		top:77px;
		border-top-left-radius:0px;
		border-bottom-left-radius:0px;
		font-weight:600;
		width: 30px;
	}
	.kachel-item-discount {
		position:absolute;
		top:0px;
		left:0px;
		background-color:#e30614;
		color:#fff;
		font-weight:700;
		padding:3px 12px 1px 3px;
		margin-top:10px;
		border-top-right-radius:22px;
		z-index:1;
	}
	.kachel-item-text-wrapper {
		padding-top:10px;
		flex:1 0 auto;
		display:flex;
		flex-flow:column;
	}
	.kachel-item-head {
		font-weight:700;
		font-size:1.3rem;
		/*flex:1 0 auto;*/
		min-height:36px;
	}
	.kachel-item-text1 {
		align-items: stretch;
		color:#2d2d2d;
		display: flex;
		flex-direction: column;
		margin-top: 7px;
		box-sizing:border-box;
		font-size:1.2rem;
		font-weight:500;
		
	}
	.kachel-item-text2 {
		flex:1 1 auto;
	}
	.kachel-item-seller-wrapper, .kachel-item-seller-wrapper-anb {
		display:flex;
		margin-top:10px;
		padding-top:5px;
		border-top:1px solid #ddd;
		width:100%;
		
	}
	.kachel-item-seller-head {
		display:flex;
		justify-content:space-between;
		width:100%;
	}
	.kachel-item-seller-logo {
		padding:3px 5px;
		max-height:43px;
		border:1px solid #ddd;
		transition:all ease-out 0.25s;
	}
	.kachel-item-seller-logo:hover, .kachel-item-seller-logo:focus {
		border-color:#ff3d06;
	}
	.kachel-item-seller-head-text {
		width:70%;
		display:flex;
		flex-direction:column;
	}
	.kachel-item-seller-head-text span {
		font-weight:500;
	}
	
	.kachel-item-price-wrapper {
		align-items:flex-end;
	}
	.kachel-item-price, .kachel-item-saving {
		margin-top:10px;
		display:inline-block;
	}
	.kachel-item-portal-switch {
		
		
	}
	.kachel-item-price {
		text-align:right;
	}
	.kachel-item-price-befor {
		color:#666;
		font-size:1.2rem;
	}
	.kachel-item .price-actual {
		color:#ff3d06;
		font-size:18px;
		align-items:flex-end;
		
	}
	.spanlink {
		color:#006;
	}
	.spanlink:hover{
		text-decoration:underline;
	}
	
	
	.kachel-item-options-wrapper {
		display:flex;
		align-items:stretch;
		flex-wrap:wrap;
		margin:10px -10px -10px -10px;
	}
	.kachel-item-option, .liste-item-option {
		border-right:0px solid #666;
		display:flex;
		justify-content:center;
		flex:1 1 auto;
		border-top:0px solid #666;
		min-height:30px;
		align-items:center;
		background:#006;
		color:#fff;
		margin-left:2px;
		margin-bottom:2px;
		transition:all ease-out 0.3s;
		min-width:80px;
		
	}
	.kachel-item-option:nth-child(n+3) {
		margin-right:2px;
	}
.jsfade-b {
	position:relative;
	display:block;
}
.fade-b	{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: right;
}
.fade-b-trans {
	background-image: linear-gradient(to left, rgb(255, 255, 255, 1), rgba(255,255,255,0) );
	width:60px;
	height:17px;
	display:inline-block;
	vertical-align:bottom;
}
.fade-b-text {
	background-color:#fff;
}

@media (max-width:560px)
{
	.kachel-item-option:nth-child(n+2) {
		margin-right:2px;
	}
}

@media (max-width:359px)
{
	.kachel-item-option:nth-child(n+1) {
		margin-right:0px;
	}
	.kachel-item-option:nth-child(n+3) {
		margin-right:2px;
	}
}
	.kachel-item:hover .kachel-item-option{
		/*background:#eee;*/
	}
	.kachel-item:hover .kachel-item-option:hover, .liste-item:hover .liste-item-option:hover {
		background:#00006688;
		color:#fff;
	}
	
	.inactive {
		opacity:0.8;
		color:#fff;
		font-size:1.8rem;
		transform:none;
		position:absolute;
		display:flex;
		background:#555;
		padding:0px 14px;
		border-radius:2px;
		top:8px;
		z-index:200;
	}
	.inactive-static {
		width: 100%;
		padding: 5px;
		background: #555;
		text-align: center;
		opacity:0.8;
		color:#fff;
		font-size:1rem;
		margin-top: 6px;
	}
	.item-selector-action {
		display:none;
		position:fixed;
		top:0px;
		left:0px;
		right:0px;
		background:#fff;
		z-index:1001;
		height:91px;
		padding:15px;
	}
	.item-selector-count {
		position:absolute;
		right:30px;
		font-size:14px;
		font-weight:700;
	}
	.item-selector {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background:rgba(0, 0, 0, 0);
		transition:background 0.4s ease-out;
		display:none;
		z-index:1000;
	}
	.item-selector-on {
		background:rgba(0, 0, 0, 0.15);
	}
	.container-label-bottom {
		position:absolute;
		bottom:-4px;
		left:2px;
		right:0px;
		height:28px;
		background:#fff;
	}
	.container-label-bottom .checkmark-big {
		top:2px;
		left:1px;
		height:25px;
		width:25px;
	}
	
	.kachel-item:nth-child(n){
		border-style: solid;
		border-width:1px;
	}
	
/* LISTE */

	.liste-item {
		border:1px solid #ccc;
		border-bottom-style:solid;
		align-items:stretch;
		display:flex;
		flex:0 1 100%;
		position:relative;
		z-index:100;
		min-height:100px;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:1.2rem;
		font-weight:600;
		flex-basis:calc(100%);
		max-width:calc(100%);
		margin-bottom:10px;
	}
	.liste-item-wrapper {
		align-items:stretch;
		cursor:pointer;
		display:flex;
		flex-flow:row;
		justify-content:flex-start;
		padding:10px;
		position:relative;
		width:100%;
		color:#333;
		min-height:160px;
		flex-flow: column;
	}
	.liste-item-row {
		display:flex;
		flex-flow:row;
		flex:1 0 auto;
	}
	.liste-item-wrapper:hover, .liste-item-wrapper:active, .liste-item-wrapper:focus {
		text-decoration:none;
		color:#333;
	}
	.liste-item-price-wrapper {
		display:flex;
		justify-content:space-between;
	}
	.liste-item .fav {
		font-size:32px;
		color:#ff3d06;
		position:absolute;
		top:0;
		right:0;
		padding:5px;
		z-index:200;
	}
	.liste-item .fav:hover {
		font-size:32px;
		text-shadow:0px 0px 4px #ff3d06;
	}
	.liste-item-img {
		max-height:160px;
		align-items:center;
		align-self:stretch;
		display:flex;
		flex:0 0 25%;
		width:25%;
		justify-content:center;
		margin:0 auto;
		padding-right:10px;
		/*transition:transform 200ms ease-out;*/
	}
	.liste-item .gutschein-box-def-img {
		margin:0px;
	}
	.liste-item-label-new {
		position:absolute;
		left:0px;
		top:77px;
		border-top-left-radius:0px;
		border-bottom-left-radius:0px;
		font-weight:600;
		width: 30px;
	}
	.liste-item-discount {
		position:absolute;
		top:0px;
		left:0px;
		background-color:#e30614;
		color:#fff;
		font-weight:700;
		padding:3px 12px 1px 3px;
		margin-top:10px;
		border-top-right-radius:22px;
		z-index:10;
	}
	.liste-item-text-seller-wrapper {
		display:flex;
		flex-flow:row;
		width:55%;
		flex:0 0 55%;	
	}
	.liste-item-text-wrapper {
		padding-top:0px;
		flex:1 1 calc(50%);
	}
	.liste-item-head {
		font-weight:700;
		font-size:1.3rem;
	}
	.liste-item-text1 {
		align-items: stretch;
		color:#2d2d2d;
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		margin-top: 15px;
		box-sizing:border-box;
		font-size:1.2rem;
		font-weight:500;
	}
	.liste-item-seller-wrapper {
		display:flex;
		margin-top:0px;
		padding-right:5px;
		border-top:0px solid #ddd;
		width:calc(50%);
	}
	.liste-item-seller-head {
		display:flex;
		justify-content:space-between;
		width:100%;
	}
	.liste-item .kachel-item-seller-logo {
		padding:3px 5px;
		max-height:50px;
		max-width: 80px;
		border:1px solid #ddd;
	}
	.liste-item-seller-logo:hover, .liste-item-seller-logo:focus {
		border-color:#ff3d06;
	}
	.liste-item-seller-head-text {
		width:70%;
		display:flex;
		flex-direction:column;
		padding-right:5px;
	}
	.liste-item-seller-head-text span {
		font-weight:500;
	}
	
	.liste-item-price-wrapper {
		align-items:flex-end;
		width:calc(20%);
	}
	.liste-item-price, .liste-item-saving {
		margin-top:10px;
		display:inline-block;
	}
	.liste-item .kachel-item-portal-switch {
		align-self:flex-start;
		padding-left:10px;
		
	}
	.liste-item .kachel-item-portal-switch img {
		width:30px;
	}
	.liste-item-price {
		text-align:right;
	}
	.liste-item-price-befor {
		color:#666;
		font-size:1.2rem;
	}
	.liste-item .price-actual {
		color:#ff3d06;
		font-size:18px;
		align-items:flex-end;
		
	}
	.spanlink {
		color:#006;
	}
	.spanlink:hover{
		text-decoration:underline;
	}
	
	
	.liste-item-options-wrapper {
		display:flex;
		align-items:stretch;
		flex-wrap:wrap;
		margin:10px -10px -10px -10px;
	}
	.liste-item-option {
		border-right:0px solid #666;
		display:flex;
		justify-content:center;
		flex:1 1 auto;
		border-top:0px solid #666;
		min-height:30px;
		align-items:center;
		background:#ff3d06;
		color:#fff;
		margin-left:2px;
		margin-bottom:2px;
		transition: background, color 0.3s ease-out;
	}
	.liste-item-option:nth-child(n+3) {
		margin-right:2px;
	}
	.liste-item:hover .liste-item-option{
		/*background:#ddd;*/
	}
	.liste-item:hover .liste-item-option:hover {
		background:#DFF1AD;
		color:#333;
	}

	
	.result-prospekt {
		padding-top:10px;
		text-align:right;
	}
	
	.page-options {
		width:100%;
		text-align:right;
	}
@media (max-width:767px)
{
	.page-options {
		padding: 0px 15px;
	}
}
	.select-active {
		color:#ff3d06;
	}
	.page-options-desc {
		display:none;
	}
	.order {
		padding: 0px 4px;
		height: 24px;
		border-radius: 2px;
		font-size: 14px;
		font-weight: 700;
		border: 1px solid #95C11E;
		display: inline-block;
		color: #444;
		line-height: 1.3;
		width: 200px;
		max-width: 100%;
		margin: 2px 0px;
		margin-right: 3px;
		padding-right: 28px;
		box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background-color: #fff;
		background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ff3d06%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat, repeat;
		background-position: right .7em top 50%, 0 0;
		background-size: .65em auto, 100%;
	}
	.page-view {
		text-align: center;
		border:none;
		font-size: 26px;
		line-height: 20px;
		margin: 0px 0px;
		cursor: pointer;
		color:#999;
		background-color:#fff;
		vertical-align: top;
		margin: 0px 0px 0px 5px;
		padding:0px;
	}
	.page-view-list {
		padding:0px;
	}
	.page-view-gallery-active, .page-view-list-active {
		color:#ff3d06;
	}

@media (max-width: 767px)
{
	.page-options-desc {
		display:none;
	}
	.order {
		width: calc(100% - 66px);
	}
}


@media (min-width: 992px)
{
	.kachel-item {
		flex-basis:calc(33% - 7px);
		max-width:calc(33% - 7px);
		margin-right:10px;
		margin-bottom:10px;
	}
	.kachel-item:nth-child(-n+3) {
		border-top-style:solid;
	}
	.kachel-item:nth-child(3n+1) {
		border-left-style:solid;
		border-right-style:solid;
	}
	.kachel-item:nth-child(3n+3) {
		margin-right:0px;
	}
	
	
}
@media (min-width:768px) and (max-width: 991px)
{
	.kachel-item {
		flex-basis:calc(50% - 7px);
		max-width:calc(50% - 7px);
		margin-right:10px;
		margin-bottom:10px;
	}
	.kachel-item:nth-child(-n+2) {
		border-top-style:solid;
	}
	.kachel-item:nth-child(2n+1) {
		border-left-style:solid;
		margin-left:1px;
	}
	.kachel-item:nth-child(2n+2) {
		margin-right:0px;
	}
		
}

@media (min-width:560px) and (max-width: 767px)
{
	.kachel-item {
		flex-basis:calc(50% - 7px);
		max-width:calc(50% - 7px);
		margin-right:10px;
		margin-bottom:10px;
	}
	.kachel-item:nth-child(1n) {
		margin-left:1px;
		/*border-right-style:none;*/
	}
	.kachel-item:nth-child(2n+2) {
		/*border-top-style:solid;*/
		margin-right:0px;
	}
	.liste-item-text-seller-wrapper {
		flex-flow: column;
		flex:0 0 45%;
		width:45%;
	}
	.liste-item-text-wrapper, .liste-item-seller-wrapper {
		width:100%;
	}
	 .liste-item-seller-wrapper {
		 margin-top: 5px;
	 }
	 .liste-item-price-wrapper {
		 width:calc(30%);
		 flex-flow:column;
	 }
	 .liste-item .kachel-item-portal-switch img {
		 width:28px;
	 }
		
}
@media (min-width:360px) and (max-width: 468px)
{
	.kachel-item-seller-wrapper {
		display:none;
	}
	.liste-item-seller-wrapper {
		display:none;
	}
	.liste-item-seller-head-text, .kachel-item-seller-head-text {
		display:none;
	}
	.kachel-item-img {
		max-height: 100px;
		flex: 0 1 100px;
		padding:0px 10px;
		margin:10px 0px 0px 0px;
	}
	.kachel-item .gutschein-box-def-img {
		min-height: 100px;
		width: calc(100% - 0px);
		margin:5px 0px;
	}
	
}
@media (max-width: 359px)
{
	.kachel-item {
		flex-basis:100%;
		max-width:100%;
		margin-bottom:10px;
	}
	.kachel-item:nth-child(n) {
		border-right-style:solid;
	}
	.kachel-item:nth-child(-n+1) {
		border-top-style:solid;
	}
	.kachel-item-seller-wrapper {
		display:none;
	}
	.liste-item-seller-wrapper {
		display:none;
	}
	.liste-item-text-seller-wrapper {
		flex-flow: column;
		flex:0 0 45%;
		width:45%;
	}
	.liste-item-text-wrapper, .liste-item-seller-wrapper {
		width:100%;
	}
	 .liste-item-seller-wrapper {
		 margin-top: 5px;
	 }
	.liste-item-price-wrapper {
		 width:calc(30%);
		 flex-flow:column;
	 }
	.liste-item-seller-head-text {
		display:none;
	}
	 .liste-item .kachel-item-portal-switch img {
		 width:28px;
	 }
		
}

/*neue kachel*/

.ad-skyscraper-l, .ad-skyscraper-r {
	background-color:#F0CBF2;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:7px 0px;
	line-height:60px;
}
/* Ads */
.ad-skyscraper-l, .ad-skyscraper-r, .ad-page-between, .ad-detail-premium {
	background-color:#F0CBF2;
	display:none;
}
.ad-skyscraper-l, .ad-skyscraper-r {
	position:absolute;
	font-size:16px;
}
.ad-page-between {
	text-align:center;
}
.ad-page-result {
	text-align:center;
	width:100%;
	height:90px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.ad-detail-premium {
	min-height:240px;
	display:flex;
	align-items:stretch;
	justify-content:center;
	flex: 1 1 auto;
	flex-flow:column;
	border:1px solid #ddd;
	background:transparent;
	position:relative;
}
.ad-detail-premium-img {
	background:#eee;
	flex:1 1 auto;
	justify-content: center;
	display: flex;
	
}
.ad-detail-premium-text {
	background: #fff;
	flex:1 1 auto;
	
	padding:10px;
}
.ad-anzeige {
	font-size:10px;
	color:#666;
	position:absolute;
	top:-14px;
	left:3px;
}
/* Ads */


/*QRC-COUNTER*/
.qrc-count-wrapper {
	display:flex;
	align-items:stretch;
	flex-flow:column;
	background: rgb(229,229,229);
	background: linear-gradient(180deg, rgba(229,229,229,1) 50%, rgba(187,187,187,1) 100%);
	width:100%;
	margin-top:10px;
	border-radius:2px;
}
.qrc-count-wrapper-head {
	height:40px;
	text-align:center;
	font-size:22px;
	padding:5px;
	color:#444;
	text-shadow:0px 0px 0px #ff3d06;
	font-weight:900;
	border-bottom:1px solid #ccc;
}
.qrc-count-wapper-content {
	display:flex;
	align-items:stretch;
	width:100%;
	flex-flow: row;
	margin:10px 0px;
}
.qrc-count-img {
	width:35%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
}
.qrc-count-img img {
}
.qrc-count-text {
	width:75%;
	display:flex;
	flex-flow: row;
	align-items:flex-start;						
}
.qrc-count-text-row {
	display:flex;
	height:100%;
	align-items:center;
	justify-content:center;
	width:50%;
	flex-flow:column;
}
.qrc-count-num {
	text-align:center;
	width:100%;
	display:flex;
	flex:1 1 auto;
	align-items:center;
	justify-content:center;
	font-weight:900;
	color:#ff3d06;
	font-size:24px;
	text-shadow:0px 0px 0px #fff;
}
.qrc-count-desc {
	display:flex;
	text-align:center;
	width:100%;
	height:50px;
	padding:5px;
	align-items:flex-end;
	justify-content:center;
	color:#444;
	text-shadow:0px 0px 0px #ff3d06;
}

/*QRC-COUNTER*/

/* DETAIL-PAGE */


.detail-wrapper, .detail-item-1, .detail-item-2, .detail-item-3, .detail-item-4, .detail-item-5, .detail-item-1-1, .detail-item-1-2 {
	display:flex;
	align-items:flex-start;
}
.detail-wrapper {
	flex-direction:column;
	max-width:calc(100% - 0px);
}
.detail-item-1, .detail-item-2, .detail-item-3, .detail-item-4 {
	flex-direction:row;
	align-items:stretch;
	width:100%;
	margin:1px;
	min-height:50px;
	margin-bottom:20px;
}
.detail-item-1 {
	border-bottom:1px solid #ccc;
}
.detail-item-1-1 {
	align-content:stretch;
	flex:1 1 auto;
	margin:1px;
}
.detail-item-1-2 {
	width:20%;
	justify-content:flex-end;
	align-content:center;
	margin:1px;
	align-items:center;
}

.detail-item-2 {
	flex:0 1 auto;
}
.detail-item-2-1new, .detail-item-2-2 {
	margin-right:15px;
}
.detail-item-2-3 {
	margin-left:0px;
}
.detail-item-2-1, .detail-item-2-2 {
	display: flex;
	flex-flow: column;
	align-items: stretch;
}
.detail-item-2-1 {
	/*width: calc(33.3333333333% - 2px);*/
	width:100%;
	justify-content:center;
	flex:0 0 100%;
	
}
.detail-item-2-1new {
	display:flex;
	flex-flow: column;
	align-items: stretch;
	flex-basis:33.3333333333%;
}
.detail-item-2 .nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 288px;
    background: #fff;
	padding: 2px;
	border: 1px solid #ddd;
}
.detail-item-2-2 {
	flex:1 0 auto;
	width:33.3333333333%;
}
.detail-item-2-3 {
	width:33.3333333333%;
	display:flex;
}
.detail-item-2-1-1 {
	flex:0 0 auto;
	min-width: 300px;
	display:flex;
	justify-content:center;
	width: 100%;
	align-items:stretch;
}
.gutschein-box-def-img {
	margin: 20px 0px;
	width:calc(100% - 30px);
}
.detail-item-2-1-2 {
	display:flex;
	justify-content:center;
}
.detail-item-2-2-1 {
	flex-flow: row;
	display:flex;
	align-items:center;
	border:0px solid #ccc;
	/*margin-bottom:15px;*/
}
.detail-item-2-2-1-1 {
	flex:1 0 auto;
	padding:5px 15px;
	position:relative;
}
.detail-item-2-2-1-1-price {
	color:#ff3d06;
	font-size:24px;
	font-weight:bold;
}
.detail-item-2-2-1-1-vorteil {
	position:absolute;
	top:5px;
	right:10px;
	color:#e30614;	
}
.detail-item-2-2-1-1-price-vorher {
	color:#000;
	font-size:14px;
	font-weight:300;
	display:block;	
}
.detail-item-2-2-1-1-price-vorher span {
	text-decoration:line-through;
}
.detail-item-2-2-1-2 {
	min-width: 100px;
	align-self:stretch;
}
.detail-item-2-2-1-2 .preis-block-bg-red {
	background-color:#e30614;
	height:100%;
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
	padding:0px 6px;
}
.detail-item-2-2-1-2 .preis-block-bg-red .preis-block-preis {
	font-size:24px;
}
.detail-item-2-2-2 {
	background-color:#eee;
	padding:15px;
	flex:1 0 auto;
	display: flex;
	flex-flow: column;
}
.detail-item-3 {
	flex:0 1 auto;
}
.detail-item-3-1, .detail-item-3-2 {
	width:50%;
	margin:1px;
}


.flex-row {
	display:flex;
	align-items:stretch;
	flex-flow: row;
	margin-bottom:3px;
}
.flex-stretcher {
	flex:1 0 auto;
}
.flex-row-item-1 {
	width:50%;
}
.flex-row-item-2 {
	flex:1 1 50%;
	width:50%;
}

.detail-item-4 {
	align-items:stretch;
	flex-flow: row;
	width:100%;
}
.detail-item-4-1, .detail-item-4-2, .detail-item-4-3 {
	width:33.33333333%;
	display:flex;
	align-items:stretch;
}
.detail-item-4-1 {
	flex-flow:column;
}
.detail-item-4-1-1 {
	display:flex;
	flex:1 0 auto;
	padding-bottom:5px;
	flex-flow:column;
}
.detail-item-4-1-1-1 {
	border:1px solid #ccc;
	padding:2px;
	margin-bottom:5px;
	position:relative;
}
.detail-item-4-1-1-1 a {
	display:flex;
	justify-content:center;
	width:100%;
}
.detail-item-4-1-1-2 {
	flex:1 1 auto;
	padding:0px 0px;
	position:relative;
}

.detail-item-4-1-2 {
	margin-top: 0px;
}
.detail-item-4-1-2 .flex-row-item-1 {
	width:60px;
}
.detail-item-4-2 {
	flex-flow:column;
}
.detail-item-4-2 .detail-item-head, .detail-item-4-1 .detail-item-head {
	font-size:16px;
	font-weight:700;
	padding:2px;
	border-bottom:0px solid #ddd;
}
#oeffnungszeiten .day {
	width:120px;
}
.detail-item-4-3 {
	align-items: center;
	justify-content: flex-end;
}
.block-head {
	width:calc(100%);
	border-bottom: 1px solid #ccc;
	color: #000;
	margin:10px 0px;
	padding: 3px 8px;
	font-weight:700;
}
.detail-item-5 {
	width:100%;
	margin:15px 0px;
}
.detail-item-5 a:nth-child(n)
{
	margin-right: 10px;
}
.detail-item-5 a:nth-child(n+6)
{
	margin-right:0;
}

.green-border:hover {
	border-color:#ff3d06;
}


.block-btns {
	display:flex;
}
.block-btn {
	padding: 3px 6px;
	background:#999;
	color:#fff;
	flex: 1 1 auto;
	border: 1px solid;
	text-align: center;
}

.preis-alt-cont {
	display:flex;
	flex:1 1 auto;
}
.preis-alt-box {
	width:33.333333333%;
}
.preis-block-bg {
	min-height: 56px;
	padding:3px;
	color:#ff3d06;
	font-weight:bold;
	border-radius:2px;
	border-left:1px solid #ddd;
}
.preis-block-text {
	color:#000;
}
.preis-block-bg-white, .preis-block-bg-green {
	background-color:#fff;
	color:#000;
}
.preis-block-bg-green {
	
	color:#ff3d06;
}
.preis-block-bg-white .preis-block-preis, .preis-block-bg-red .preis-block-preis {
	font-size:18px;
}
.preis-block-bg-white .preis-block-preis {
	position:relative;
}
.preis-block-bg-white .preis-block-preis::after {
	display: block;
	position: absolute;
	width: 48%;
	height: .2em;
	top: 47%;
	left: 29px;
	content: "";
	z-index: 2;
	background: none;
	background-image: none;
	text-shadow: transparent;
	background-image: radial-gradient(#ff3d06 100%, transparent 0);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-transform: rotate(-14deg) scaleX(1.2);
	transform: rotate(-14deg) scaleX(1.2);
}
.preis-block-bg-red {
	background-color:#fff;
	color:#000;
	border-right:1px solid #ddd;
}
.preis-block-bg-red .preis-block-preis {
	color:#000;
}

.portal-connection {
	margin:10px 0px 0px 0px;
	padding:10px;
	border:0px solid #92d5f6;
	text-align:center;
}
.portal-connection-head {
	font-size:16px;
	font-weight:700;
	margin-bottom:00px;
}
.portal-connection-text {
}
.flex-row-buttons {
	padding:10px 0px;
}

/* DETAIL PREISBLOCK */

.preis-flex-1 {
	display:flex;
	min-height:100px;
	align-content:stretch;
	border: 0px solid #ddd;
	margin-bottom:10px;
}
.preis-flex-1-1, .preis-flex-1-2 {
	display:flex;
	width:50%;
	flex-flow: column;
}
.preis-flex-1-1 {
	border: 1px solid #ddd;
}
.preis-flex-1-1-preis-text, .preis-flex-1-1-preis, .preis-flex-1-2-vorher, .preis-flex-1-2-gespart {
	width:100%;
	align-self:center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.preis-flex-1-1-preis-text {
	height:21px;
	background-color:#eee;
	color:#ff3d06;
	font-weight:600;
}
.preis-flex-1-1-preis {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	flex:1;
}
.preis-flex-1-2 {
	display:flex;
	flex-flow: column;
	align-items:center;
	
}
.preis-flex-1-2-vorher, .preis-flex-1-2-gespart {
	height:30px;
	width:100%;
	display:flex;
	flex-flow: column;
}
.preis-flex-1-2-gespart-preis {
	color:#e30614;
	font-weight:700;
}
.preis-flex-1-2-vorher-text, .preis-flex-1-2-vorher-preis, .preis-flex-1-2-gespart-text, .preis-flex-1-2-gespart-preis {
	width:100%;
	height:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.preis-flex-1-2-vorher-preis {
	height:30px;
	color:#666;
}
.preis-flex-1-2-vorher-preis span {
	/*text-decoration:line-through;
	text-decoration-color:#999;*/
	position:relative;
}

.preis-flex-1-2-vorher-preis .preis-flex-1-2-vorher-preis-num::after{
	display: block;
	position: absolute;
	width: 100%;
	height: .15em;
	top: 41%;
	left: 0px;
	right:0px;
	content: "";
	z-index: 2;
	background: none;
	background-image: none;
	text-shadow: transparent;
	background-image: radial-gradient(#ff3d06 100%, transparent 0);
	-webkit-transform: rotate(-9deg);
	transform: rotate(-9deg);
	-webkit-transform: rotate(-9deg) scaleX(1.1);
	transform: rotate(-9deg) scaleX(1.1);
}
.preis-flex-1-2-gespart-preis {
	height:30px;
}
.button-flex {
	display:flex;
	width:50%;
	height:100%;
	align-items:stretch;
	flex-flow: column;
	justify-content:flex-start;
}
.button-flex .btn {
	margin:0px 0px 3px 5px;
}
.button-flex .flex-extend {
	flex:1 0 auto;
}
.btn-grey {
	border:1px solid #aaa;
	background: linear-gradient(180deg, rgba(229,229,229,1) 50%, rgba(187,187,187,1) 100%);
	color: #777;
	border:1px solid;
	border-color: #aaa;
	transition: border-color, color 0.3s ease-in-out;
	line-height:15px;
	transition:all ease-out 0.25s;
}
.btn-grey-default {
	border:0px solid #aaa;
	/*background: linear-gradient(180deg,#eaeaea,#e0e0e0);*/
	/*background-color: #eaeaea;*/
	background-color: #ff3d06;
	color: #000;
	transition:all ease-out 0.25s;
}
.button-flex .btn-grey {
	width:24px;
	height:20px;
	margin:0px 0px 0px 5px;
}

.btn-grey-default:hover, .btn-grey-default:active, .btn-grey-default:focus{
	color: #000;
	background-color:#C4E569;
	font-weight:500;
}
.btn-grey:hover, .btn-grey:active, .btn-grey:focus {
	color: #000;
	border-color: #C4E569;
}
#minus, #plus {
	width:calc(25% - 2.6px);
	height:22px;
}
#minus:hover, #plus:hover {

}
#plus {
	margin:0px 0px 3px 0px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
#minus {
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.cart-add {
	width:calc(100% - 5px);
}

.btn-social {
	width:24px;
	height:20px;
	font-size:1.2rem;
	padding:0px;
	line-height:18px;
}					
.button-flex-footer .btn {
	margin-bottom:0px;
}


#facebook {
	background-color:#2B3990;
	color:#fff;
}
#instagram {
	background:linear-gradient(#FDBE53, #F02040, #B628A4, #6254C6);
	color:#fff;
}
#googleplus {
	background-color:#F63E28;
	color:#fff;
}
#pinterest {
	background-color:#CB2027;
	color:#fff;
}
#linkedin {
	background-color:#0172B1;
	color:#fff;
}
#twitter {
	background-color:#000;
	color:#fff;
}

/* POINT */
.splash-container {
	position:absolute;
	left:0px;
	top:0px;
}
.splash, .splash:hover {
	display:inline-block;
	text-decoration:none;
	color:#000;
	position:relative;
	margin: 0px 6px;
}
.splash span {
	font-size:10px;
	position:absolute;
	bottom:-2px;
	left:4px;
	background-color: rgba(255,255,255,0.7);
}
.splash2, .splash2:hover {
	
}
.splash3, .splash3:hover  {
	
}
/* POINT */


@media (max-width:767px) {
	.preis-flex-1-1, .button-flex {
		width:100%;
		flex-flow: column;
	}
}

.edit-info {
	font-size: 24px;
	font-weight:bold;
	color:#ff3d06;
	text-align:center;
}

/* DETAIL PREISBLOCK */


@media (min-width: 1199px)
{
	.detail-item-3-1 {
		width:100%;
		flex-basis: 100%;
	}
}
@media (min-width:768px) and (max-width: 1199px)
{
	.detail-item-2-1new, .detail-item-2-2, .detail-item-2-3, .detail-item-3-1, .detail-item-3-2{
		width:50%;
		flex-basis: calc(50% - 7.5px);
	}
	.detail-item-3-1-prospect {
		width:100%;
		flex-basis: calc(100% - 7.5px);
	}

	.detail-item-3-1{
		margin-right:15px;
	}
	.detail-item-2-2{
		margin-right:0px;
	}
	.detail-item-4-1, .detail-item-4-2 {
		width:50%;
	}
	.detail-item-4-3 {
		display:none;
	}
}

@media (max-width: 767px)
{
	.detail-item-2, .detail-item-4 {
		flex-direction:column;
	}
	.detail-item-2-1new, .detail-item-2-2, .detail-item-2-3, .detail-item-3-1, .detail-item-4-1,  .detail-item-4-2,  .detail-item-4-3 {
		width:100%;
		flex-basis: 100%;
		margin-top: 15px;
	}
	.detail-item-1-2 {
		display:none;
	}
	.detail-item-2-3 {
		margin-top:20px;
	}
	.detail-item-4-2-1 {
		align-self:flex-end; 
	}
	.flex-row-item-2 a {
		margin:0px 5px 5px 0px;
	}
	.detail-item-1-1, .detail-item-5 {
		flex-flow:wrap;
	}
	#titel span {
		display:block;
	}
	.detail-item-5 {
		justify-content:space-between;
	}
	.detail-item-5 a:nth-child(n) {
		margin:5px 0px;
	}
	.splash-container {
		position:static;
	}
}

@media (max-width: 576px) {
	
	.preis-block-head {
		font-size:12px;
	}
	.preis-block-text {
		font-size:8px;
	}
	.preis-block-preis, .preis-block-bg-white .preis-block-preis, .preis-block-bg-red .preis-block-preis  {
		font-size:12px;
		line-height:33px;
	}
	.preis-block-bg-green .preis-block-preis{
		font-size:16px;
	}
	.head-detail-secondary .gu-code {
		float:none;
	}
	
	
	
}
@media (max-width: 434px) {
	.preis-flex-1 {
		flex-flow: column;
	}
	.preis-flex-1-1 {
		margin-bottom:10px;
	}
	.preis-flex-1-1, .button-flex {
		width:100%;
	}
	.button-flex .btn {
    	margin: 0px 0px 5px 0px;
	}
	#minus, #plus {
		width:25%;	
	}
	.cart-add {
		width:100%;
	}
	.gutschein-box-def-img {
		width:100%;
	}
}






/* DETAIL-PAGE */
