

/*------------------------------------*\
  #Custom User
\*------------------------------------*/

/*------------------------------------*\
  #Versand -> Versandgruppen ausgeblendet
  Michael (24.09.2020)

\*------------------------------------*/
body[data-beuser="kassa"] .bhnl-editbar-rlist-item:not([data-list-uid="11"]){
	display: none;
}


/*------------------------------------*\
  #Versandgruppen Fenster ausgeblendet
  Michael (24.09.2020)

\*------------------------------------*/
body[data-beuser="kassa"] #bhe-headertools .icon-sym_nl_lists{
	display: none;
}






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

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

.colorRed {
	color: #D0151A;
}
.colorLightblue {
	color: #0074C3;
}
.fontBold {
	font-weight: 600;
}

.pdf {
	background: white;
	margin: 0 auto;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
	width: 920px;
	height: 1328px;
	position: relative;
	padding: 34px;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}

.pdfHeader {
	background: #FFFFFF;
	width: 100%;
	height: auto;
}
.pdfHeaderLine {
	height: 8px;
	width: 100%;
}
.pdfHeaderLine.darkblue {
	background: #004371;
}
.pdfHeaderLine.lightblue {
	background: #0074C4;
}
.pdfHeaderLine.red {
	background: #D0151A;
}
.pdfHeader .pdfHeaderText {
	width: 100%;
	height: 62px;
}
.pdfHeader .pdfHeaderDate,
.pdfHeader .pdfHeaderLogo,
.pdfHeader .pdfHeaderTime {
	display: inline-block;
	float: left;
	height: 62px;
	width: 33.333333%;
}
.pdfHeader .pdfHeaderLogo {
	height: 100%;
	padding: 13.5px 0px;
	text-align: left;
}
.pdfHeader .pdfHeaderDate,
.pdfHeader .pdfHeaderTime {
	font-family: Arial;
	font-weight: 600;
	font-size: 13.45px;
	line-height: 62px;
	text-align: center;
	color: #004371;
}
.pdfHeader .pdfHeaderTime {
	font-weight: 400;
	text-align: right;
}
.pdfHeader .pdfHeaderPic {
	width: 100%;
	height: 140px;
	background-image: url('/fileadmin/templates/ext/bh_newsletter/pdf_newsletter/images/header_winter.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.pdfContentWrapper {
	border-bottom: 1px solid #d1d1d1;
}
.pdfContentWrapper .pdfContent {
	height: auto;
	width: 50%;
	float: left;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.pdfContent.rightContent {
	border-left: 1px solid #d1d1d1;
}
.pdfContent.leftContent .pdfContentInner {
	padding-right: 24px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
.pdfContent.rightContent .pdfContentInner {
	padding-left: 24px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
.headerTopLeft {
	font-size: 16.14px;
	line-height: 18.83px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 0;
}
.headerTopRight {
	padding: 10px 0;
}
.headerTopRight .headerSubtitle {
	float: right;
	font-size: 12.1px;
	line-height: 14.8px;
	text-align: right;
}
.headerTopRight .headerIcon {
	float: right;
	padding-top: 6px;
	padding-left: 10px;
	height: 16px;
	width: 16px;
}

/*---- Info Werte ----*/

.infoTemp {
	font-size: 24.21px;
	font-weight: 600;
	text-align: left;
	padding: 15px 0;
}
.infoSmall {
	font-size: 10.76px;
	line-height: 16.14px;
	text-align: left;
}

.liveInfoList {
    text-align: left;
    height: 100px;
    min-height: 100px;
}
.liveInfoList .liveInfo {
    width: 49%;
    display: inline-block;
}

.liveInfo {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    position: relativ;
}

.liveInfoIcon {
    position: absolute;
}

.liveInfoText {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 3px;
    padding-left: 36px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*---- COLS ----*/

.ContentInfoColsWrapper {
	min-height:86px;
}
.pdfContentCols.cols2 .pdfContentCol {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.pdfContentCols.cols2 .pdfContentCol.col2 {
	padding-left: 12px;
}
.colBorderTop {
	border-top: 1px solid #d1d1d1;
}
/* HEADER COL */

.pdfContentCols.cols2.pdfContentHeader .col1 {
	width: 60%;
}
.pdfContentCols.cols2.pdfContentHeader .col2 {
	width: 40%;
}
.pictureCol {
	width: 200px !important;
	height: 128px !important;
	overflow: hidden;
	position: relative;
}
.pictureCol img {
	margin: 0px;
	padding: 0px;

}

.rightContent .pictureCol {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}
.rightContent .pictureCol a {
    height: 100%;
}

.rightContent .pictureCol img {
    object-fit: cover;
    object-position: bottom;
    height: 100%;
}

/*---- WETTER ----*/

.pdfWeather {
	width: 100%;
	height: auto;
	padding-top: 15px;
}
.weatherTop,
.weatherBottom {
	position: relative;
	width: 100%;
	height: auto;

}
.weatherTopRight,
.weatherBottomRight {
	width: 86%;
	height: auto;
	float: right;
}
.weatherBottomLeft,
.weatherTopLeft {
	width: 14%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.weatherItem {
	width: 25%;
	border-right: 1px solid #d1d1d1;
	padding: 0 30px;
	float: left;
	box-sizing: border-box;
}
.weatherItem:last-child {
	border-right: none;
}
.weatherItem .weatherDate,
.weatherItem .weatherDateText,
.weatherItem .weatherTemp,
.weatherItem .weatherSun,
.weatherTopLeft {
	font-weight: 600;
	font-size: 13.45px;
	line-height: 16.14px;
	text-align: center;
	color: #004371;
}
.weatherTopLeft {
	font-weight: 400;
	text-align: left;
}
.weatherItem .weatherDateText {
	font-weight: 400;
	margin-bottom: 10px;
}
.weatherItem .weatherIcon {
	height: 50px;
	width: auto;
	margin-bottom: 10px;
}
.weatherForecastText,
.weatherTendencyText {
	font-weight: 400;
	font-size: 12.1px;
	line-height: 14.8px;
	text-align: left;
	color: #000000;
}

/*---- FERATELL LIFT STATUS ----*/

.liftInfoBox {
	padding-top: 5px;
}

.liftInfoBoxFirst {
    height: 130px;
    min-height: 130px;
}

.liftInfoBoxSecond {
    height: 110px;
    min-height: 110px;
}

.liftInfoBox .liftItem {
	width: 50%;
	float: left;
	min-height: 30px;
	height: 30px;
	text-align: left;
}
.liftInfoBox .liftItem table {
	min-height: 30px;
}
.liftInfoBox .liftItem:nth-child(even) {
	padding-left: 12px;
	width: 46%;
}
.liftInfoBox .liftItem .liftName {
	font-size: 10.76px;
	line-height: 13.45px;
}
.liftInfoBox .liftItem .liftStatus > span {
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	margin-right: 5px;
}
.liftInfoBox .liftItem .liftStatus.status0 > span,
.liftInfoBox .liftItem .liftStatus.status2 > span {
	background: #F62F35;
}
.liftInfoBox .liftItem .liftStatus.status1 > span {
	background: #78CF34;
}

.liftInfoBox .liftItem .liftStatus.status6 > span {
	background: #FE8F00;
}

/*---- INFOBLOCK ----*/

.Infoblock .zsnl_additional a {
	color: #0074C4;
}
.Infoblock .ewnl_additional a {
	color: #D0151A;
}



.pdfContent .feratellinfo,
.pdfContent .feratellinfoew {
    height: 250px;
    min-height: 250px;
}

@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;
		padding: 0px;
	}

	#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{
		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;
}
