.bh-bemode .pdfTeaser {
	display: block !important;
	text-align: center; margin-top: 100px;
	margin-bottom: 30px;
}

.bh-bemode .pdf {
	display: block !important;
}

.pdf {
	background: white;
	margin: 0 auto;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
	width: 800px;		
	height: 1155px;
	position: relative;
}

.pdfHeader {
	background: #385f7e;
	height: 50px;
	width: 100%;
	line-height: 50px;
	color: white;
	padding-left: 20px;
	text-align: left;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.pdfHeader .teaser {
	float: right;
	padding-right: 20px;
	font-weight: normal;
}

.pdfFooter {
	background: #9f876e;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 75px;
	box-sizing: border-box;
	padding-top: 15px;
}

.pdfFooter td {
	text-align: center;
}

.pdfFooter td img {
	display: inline;	
}

.footertext {
	color: white;
	padding-top: 15px;
	font-size: 11px;
}

.pdfContent {
	padding: 15px;
}

.nlInfobox .col1 {
	width: 210px;
	float: left;
	padding-top: 25px;
}

.nlInfobox h2 {
	padding-top: 35px;
	font-family: Arial-BoldMT;
	font-size: 14px;
	color: #044E92;
	letter-spacing: 0;
}

.nlInfobox {
	border-bottom: 1px solid #979797;
	line-height: 14px;
}

.value {
	background: #f2f2f2;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	float: left;
	margin-left: 22px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.value span:first-child {
	width: 100%;
	color: #dc0017;
	font-size: 22px;
	display: block;
	font-weight: bold;
	padding-top: 16px;
}

.value span:nth-child(2) {
	color: #dc0017;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
}

.nlInfobox .col2 {
	width: 260px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}

.nlInfobox .col2 h2 {
	color: #e20714;
	padding-top: 0px;
	text-align: left;
}

.weatherbox .icon {
	width: 60px;
}

.values .icon {
	width: 20px;
/*
	height: 10px;
	height: 30px;
*/
	height: 14px;
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
*/
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
	text-align: center;
	
}
.values .icon img{
	margin: 0 auto;
}
.values .temp, .values .temp .icon, .values .wind {
	height: 15px;
	line-height: 15px;
}

.values .temp {
	margin-bottom: 5px;
}
.values .snow, .values .temp, .values .wind{
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
*/
	position: relative;
	padding-left: 20px;
	
}
.values span {
/* 	height: 30px; */
	display: block;
}

.weatherbox .values {
/* 	float: left; */
	position: absolute;
	margin-left: 60px;
	-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
	top: 50%;
	width: 200px;
}

.weatherbox {
	text-align: left;
	width: 260px;
	margin-bottom: 10px;
	position: relative;
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
*/
}

.weatherbox {
	
}

.nlInfobox .col3 {
	float: left;
	width: 280px;
	font-size: 12px;
	line-height: 23px;
}

.nlInfobox ul {
	list-style: none;
}

.nlInfobox ul li {
	position: relative;
	overflow: auto;
	width: 100%;
}

.nlInfobox ul li img {
	display: block;
	float: left;
	padding-right: 8px;
	margin-top: 3px;
}

.pistenliste {
	text-align: left;
	
}

.wetter .col1, .wetter .col2, .wetter .col3 {
	padding-top: 0px;
}

.wetter .col1 h2 {
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	padding-left: 20px;
}

.wetter .values {
	width: 150px;
}

.wetter  .weatherbox {
	width: 220px;
	margin-top: 20px;
}

.wetter .col3 {
	float: left;
	width: 270px;
	font-size: inherit;
	line-height: inherit;
}

.alert .nlInfotext{
	background: #dc0017;
	color: white;
	padding: 15px;
	line-height: 22px;
	font-size: 14px;	
	text-align: left;
}

.pdfContent.alert {
	padding-top: 0px;
}

.alert .bh-bodytext {
	color: white;
}

.alert p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pdfContent.news {
	float: left;
	width: 370px;
	padding-right: 15px;
	padding-top: 0;
}

.pdfContent.news h1 {
	text-transform: uppercase;
	font-size: 17px;
    font-weight: bold;
    padding-left: 0px;
}

.pdfContent .bh-bodytext {
	line-height: 18px;
}

.newspic, .newspic .bhImageInner {
	width: 100px !important;
	height: 100px !important;
	min-height: 100px !important;
}

.newsbox {
	margin-left: 20px;
	background: #f2f2f2;
}

.newstext {
	float: left;
	padding: 15px;
	text-align: left;
	width: 220px;
}

.newstext p {
	margin-bottom: 0px;
}

.newspic {
	float: left;
}

.headline {
	color: #dc0017;
	font-size: 15px;
	color: #DC0017;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.headline p {
	margin: 0px;
}



@media print {
	
	.centerdiv {
		background: white !important;
	}
	
	body {
		background: none;
	}
	
	.pdf {
		box-shadow: none;
		display: block !important;
		-webkit-transform: scale(1.15);
		-webkit-transform-origin: top center;
	}
	
	#PageOuter, #bhe-pane, .bh-newsletter-tools, .pdfTeaser {
		display: none !important;
	}
	
	body, .bh-newsletter-page {
		padding: 0px;
		margin: 0px;
		width: auto;
	}
	
	.bh-newsletter-page {
		padding: 0px !important;
		margin: 0px !important;
	}
	.pdf {
		box-shadow: none;
	}
	.bh-bemode .pdfTeaser,
	.widthforresponsive,
	#templateContainer {
		display: none !important;
	}
}




/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}