.break {
	clear:both;
}

#tsb {
	max-width:530px;
	min-height:600px;
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
	overflow:scroll;
	margin: 0 auto 50px;
}

#tsb h4 {
	color: #0066CE;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding:15px 5px 20px 15px;
	margin:0;
}

#tsb #steps {
	width: 530px;
	height: 50px;
	background: #fff url(//tramino.s3.amazonaws.com/s/oase/673633/steps.jpg) no-repeat 0px 0px;
}

#tsb label {
	padding:5px 15px 5px 65px;
	margin:0 0 0 -15px;
	display:block;
	border-top:2px solid #ddd;
	position:relative;
	min-height:30px;
}

#tsb label svg {
	position:absolute;
	top:0;
	left:5px;
}

#tsb label svg polygon {
	fill:#ffffff;
}

#tsb label.selected svg polygon {
	fill:#289B97;
}

#tsb label.selected {
	background:#ddd;
}

#tsb #steps.step2 {
	background-position:0px -50px;
}

#tsb #steps.step3 {
	background-position:0px -100px;
}

#tsb .stepbox {
	background:#eee;
	padding:15px;
	max-width:515px;
	min-height:450px;
	position:absolute;
}

#tsb .stepbox h4 {
	padding:0px 0px 15px 0px;
}

#tsb a.cta, #tsb a.cta2 {
	background:#ee6600;
	color:#ffffff !important;
	padding:5px 15px;
	font-size:18px;
	border-radius:5px;
	cursor:pointer;
	margin-bottom:10px;
	display:inline-block;
}

#tsb a.cta.right, #tsb a.cta2.right {
	margin-right:32px;
}

#tsb a.cta2 {
	background:#999999;
}

#tsb a.cta:hover, #tsb a.cta2:hover {
	background-color: #008A84;
	color:#ffffff !important;
}

#tsb #step3 .wuerfel {
	font-size:50px;
	width:50px;
	line-height:50px;
	height:50px;
	background:#888;
	border-radius:12px;
	text-align:center;
	color:#fff;
	position:relative;
}

#tsb #step3 .wuerfel svg {
	position:absolute;
	left:0;
	top:0;
}

#tsb #step3 .wuerfel svg circle { display:none; }

#tsb #step3 .wuerfel.nr1 svg circle.eins { display:block; }
#tsb #step3 .wuerfel.nr2 svg circle.zwei { display:block; }
#tsb #step3 .wuerfel.nr3 svg circle.drei { display:block; }
#tsb #step3 .wuerfel.nr4 svg circle.vier { display:block; }
#tsb #step3 .wuerfel.nr5 svg circle.fuenf { display:block; }
#tsb #step3 .wuerfel.nr6 svg circle.sechs { display:block; }

#tsb #step3 p.info { display:none;}