﻿#billboard {
    position: relative;
}

.teaserItem {
    display: none;
    position: relative;
}
.teaserItem.current {
    display: block;
}
.billboard-text p {
    font-size: 1.2em;
    line-height: 1.52em;
    padding-bottom: 0.75em;
}
@media only screen and (max-width: 976px) {

    .billboard-text p {
        font-size: 1.1em;
        line-height: 1.48em;
    }
}

/* TEASER NAV */

.teaserNav {
/*display:none;*/

}
body.Frontpage.Home .teaserNav {
	position: absolute;
	left: 32px;
	bottom: 16px;
	overflow: hidden;
	z-index: 999;
    display:block;
}

.teaserNav li {
	width: 8px;
	height: 8px;
    border-radius:4px;
	float: left;
	margin-right: 4px;
    background-color:#06599B;
	cursor: pointer;
}

.teaserNav li.current {
	background:#008A00;
}
.teaserNav li.status {
    display: none;
}