body.sbl .pt_transp .productteaser .productteaser-container{
    background-color:transparent;
	/*padding-top:0;
	padding-bottom:0;*/
}
body.sbl div.wrapper-spacing.pt_transp,
body.sbl .pt_transp .productteaser-container .productteaser{
	margin:0;
}
@media all and (-ms-high-contrast:none)
{	 .produktteaserliste-avatare .productteaser .productteaser-container{
	 	background-color:transparent;
		padding:0;
	 }
	 .oevd-widget-kachelklickstrecke .oev-stepper-header__text-wrapper{
	 	margin:0;
	 }
}
@media all and (-ms-high-contrast:none) and (min-width:40rem)
{
     .oevd-widget-kachelklickstrecke .oev-tile-check__label{
	 	width:100%;
	 }
	 .oevd-widget-kachelklickstrecke .oev-stepper-header__text-wrapper{
	 	width:100%;
	 }
}

/* Kacheln ohne Icon verkleinern */
@media screen and (min-width:40.063em){
	.oevd-widget-kachelklickstrecke #sblreisehaeufigkeit  .oev-tile-check,
	.oevd-widget-kachelklickstrecke #sblalter  .oev-tile-check{
		height:4.5rem;
	}

	i.fo.fo-{
		display:none;
	}
}

/* Zentrierte C2A */
@media screen and (min-width:40.063em){
	div.oevd-widget-calltoaction ul.cta-bar.horizontal.centered {
    	text-align: center;
	}
}

/* Extra Style für Zurück */
body.sbl .oevd-widget-calltoaction.back-to-kks li i.fo{
	font-size:inherit;
	line-height:inherit;	
}
body.sbl .oevd-widget-calltoaction.back-to-kks li a{
	background:#666;	
}

/* PTL Flex */
.oevd-widget-productteaserlist.flex-ptl > div> .productteaser-container{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
.oevd-widget-productteaserlist.flex-ptl .productteaser{
	border-right:10px solid white;
	border-left:10px solid white;
	background:#f5f5f5;
	flex-grow:1;
	flex-shrink:1;
	position:relative;
	padding-bottom:70px;
}
/* PTL Button */
.oevd-widget-productteaserlist.flex-ptl .productteaser .productteaser-actionbar {
	padding-top:20px;
	width:100%;
	position:absolute;
	bottom:0px;
}
.oevd-widget-productteaserlist.flex-ptl .productteaser .productteaser-linkbar hr {
	display:none;
}
.oevd-widget-productteaserlist.flex-ptl .productteaser .productteaser-actionbar .price-container {
	display:none;
}
.oevd-widget-productteaserlist.flex-ptl .productteaser .productteaser-actionbar .button-container{
	text-align:center;
}
.oevd-widget-productteaserlist.flex-ptl .productteaser .productteaser-actionbar .content .button-container a{
	width:auto;
}

/* Tabelle mit eingegebenen Werten */
body.sbl .sbl_empf_caption>div{
	width:100%;
}
body.sbl .sbl_empf_caption .paragraphs{
	background-color:#f5f5f5;
	padding:20px 20px 10px 20px;
	position:relative;
	box-shadow: 0 3px 5px -2px rgba(0,0,0,0.3);
}
body.sbl .sbl_empf_caption .paragraphs:after{
	background-color:#f5f5f5;
	width:20px;
	height:20px;
	transform:rotate(45deg);
	position:absolute;
	bottom:-10px;
	margin-left:-10px;
	left:50%;
	content:" ";
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
}
body.sbl .sbl_empf_caption .paragraphs>div:last-child{
	display:none;
}
body.sbl .sbl_empf_caption table{
	border:none;
	margin-bottom:0;
	table-layout:fixed;
	margin-bottom:10px;
}
body.sbl .sbl_empf_caption table thead tr td{
	font-weight:normal;
	font-size:70%;
	padding-bottom:0;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens: auto;	
}
body.sbl .sbl_empf_caption table tr{
	background-color:#f5f5f5;
}
body.sbl .sbl_empf_caption table td{
	border-right:1px solid #222;
}
body.sbl .sbl_empf_caption table td:last-child{
	border-right:none;
}
@media screen and (max-width:40em){
	body.sbl .sbl_empf_caption .paragraphs{
		padding:5px;
	}
	body.sbl .sbl_empf_caption table td{
		padding:2px 3px;
	}
}
.oev-stepper-header__step{
	text-align:left;
}
/* Block-Zentrierung im 3er-Container */
body.sbl #content_container_12{
    display:flex;
    flex-flow:row wrap;
    justify-content:center
}

/* Zentrierung der Überschriften */
body.sbl .content-container .h1,
body.sbl .content-container .h3,
body.sbl .content-container .h4 {
	text-align:center;
}
@media screen and (max-width:40em){
	body.sbl{
		padding-bottom:100px;
	}
	.oevd-widget-kachelklickstrecke .oev-tile-check__label{
		text-align:left;
	}
	.sbl .mobile-navigation-bar .nav{
		display:none;
	}
}



