#sp-main-body {
    padding: 40px 0;
}
#sp-front1{
    background: transparent url("../images/tea-bg.jpg") no-repeat scroll 0 0;
	color:#fff;
}
#sp-front1 h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 20px;
	color: #ffffff;
    border-color: #ffffff;
}
#sp-front1 h5 {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    padding: 4px 20px;
}
.teaser {
    padding: 40px 0;
}
.listbox {
    margin-top: 80px;
}
p.intro-description {
    font-size:20px;
    margin-bottom: 10px;
}
ul.intro-features {
    margin-top: 30px;
	list-style: none;
	padding: 0;
}
ul.intro-features li {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}
ul.intro-features img {
    margin: 0 20px 0 40px;
	vertical-align: middle;
	display:inline;
}
.intro-image {
    max-width: 260px;
    position: relative;
    right: -40px;
    z-index: 9;
}
.submit-arrow {
    background: rgba(0, 0, 0, 0) url("../images/arrow-orange.png") no-repeat scroll right top;
    bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    height: 80px;
    left: 30px;
    line-height: 76px;
    position: relative;
    text-transform: uppercase;
    width: 720px;
}
.animate-arrow {
    -webkit-animation: pingtoright 1.5s infinite linear;
    -moz-animation: pingtoright 1.5s infinite linear;
    -o-animation: pingtoright 1.5s infinite linear;
    animation: pingtoright 1.5s infinite linear;
}
.btn-buy {
    color: #ffffff;
    background-color: #94dc34;
    background: -webkit-linear-gradient(#94dc34,#51a80d);
    background: -moz-linear-gradient(#94dc34,#51a80d);
    background: -ms-linear-gradient(#94dc34,#51a80d);
    background: -o-linear-gradient(#94dc34,#51a80d);
    background: linear-gradient(#94dc34,#51a80d);
    box-shadow: inset 0px 1px 0px #b2ea73, inset 0 -1px 2px #2e6d06;
}
a.btn {
	width: 100%;
    height: auto;
    font-size: 22px;
    padding: 10px;
    line-height: 36px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}
h3.cta-title {
    margin-top: 0;
}
img.produkt {
    margin: 0 0 20px;
}
.borderb {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#sp-footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	text-align: center;
	padding: 0 0 20px;
}
#sp-footer1 {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
}
#sp-footer a {
    color: #337ab7;
}
#sp-footer a:hover {
    color: #000;
}
@media (max-width: 768px) {
	.buybox {
		position: relative;
	}
	#sp-front1 h1 {
	font-size: 26px;
	}
	#sp-front1 h5 {
    background: rgba(255, 255, 255, 0.8)
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.buybox {
    bottom: 62px;
    margin-top: 85px;
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 0;
	}
	.submit-arrow {
		left: 0;
	}
}
@media (max-width: 1200px) {
	.submit-arrow {
		width: 590px;
	}
	.buybox {
		margin-top: 85px;
	}
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.cta-row1 {
    padding: 55px 0 30px;
}
}
@media (min-width: 1200px) {
	
}