﻿/*	-------------------------------------------------------------
	ARTICLE EDIT OVERWRITES
------------------------------------------------------------- */




/*	-------------------------------------------------------------
	ARTICLE CORE
------------------------------------------------------------- */

article, .article
{
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*	-------------------------------------------------------------
	ARTICLE IMAGE
------------------------------------------------------------- */

.article-image
{
    position: relative;
    display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    padding-top: 0.5em; /* Depends on font */
}

.article-image a.zoomlink
{
    position: relative;
    z-index: 0;
    display: block;
    background: transparent;
    overflow: hidden;
    border: none; /* Add image border here */
    padding: 0; /* Add image padding herde */
}

@media screen and (max-width: 719px) {
	.article-image a.zoomlink
	{
		pointer-events: none !important;
		cursor: default !important;
	}
	.article-image .icon-zoom
	{
		display: none;
	}
}

.article-image.big a.zoomlink
{
	pointer-events: none;
	cursor: default;
}


.article-image a.zoomlink:hover
{
    border: none; /* Add image border here also */
}

.article-image img
{
    position: relative;
    border: 0;
    display: block;
}

.image-left
{
    float: left;
    clear: left;
    padding-right: 13px;
    margin-right: 13px;
}

.image-right
{
    float: right;
    clear: right;
    padding-left: 13px;
    margin-left: 13px;
}

.image-center
{
    width: 100%;
}

.image-center a
{
    margin-top: 0;
}

.article-image.big, .grid_3 .article-image.medium, .grid_3 .article-image.small, .grid_2 .article-image.medium, .grid_2 .article-image.small, .grid_1 .article-image.medium, .grid_1 .article-image.small
{
	position: relative;
	top: -0.5em;
	padding-top: 0 !important;
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.article-image.medium
{
	width: 50%;
}

.article-image.small
{
	width: 25%;
}

.article-image .icon-zoom
{
    position: absolute;
    width: 21px; /* Fallback */
    width: 1.3125em;
    height: 21px; /* Fallback */
    height: 1.3125em;
    z-index: 10;
    bottom: 13px; /* Fallback */
    bottom: 0.8125em;
    right: 13px; /* Fallback */
    right: 0.8125em;
    opacity: 0.8;
    background-repeat: no-repeat; /* Grapic is defined in portal-ui-elements.css */
}

.article-image.big .icon-zoom
{
	display: none;
}


.article-image .caption
{
    display: block;
	font-size: 12.539px; /* Fallback */
	font-size: 0.784rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding-top: 8px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Special image */

.specialimage
{
	position: relative;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: none; /* Outer Border */
	overflow: hidden;
	background-position: center center;
	background-size: 100%; /* Fallback */
	background-size: cover;
}

.specialimage.autoratio:before
{
	content: "";
	display: block;
	padding-bottom: 75%; /* Default 4:3 Format */
	overflow: hidden;
}

.specialimage img
{
	display: none;
	max-width: 100%;
	position: relative;
}

/*	-------------------------------------------------------------
	ARTICLE BOX TEASER
------------------------------------------------------------- */

.article-box-teaser
{
	padding-right: 26px;
}

.article-box-teaser .wrap-inside
{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article-box-teaser .wrap-inside:hover
{
	-moz-transform:translateY(-13px);
	-webkit-transform:translateY(-13px);
	-o-transform:translateY(-13px);
	-ms-transform:translateY(-13px);
	transform:translateY(-13px);
}

.article-box-teaser p
{
	margin: 0;
}

.article-box-teaser h2
{

}


/*	-------------------------------------------------------------
	TEASER COMMON STYLES
------------------------------------------------------------- */

.teaser-list
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.teaser-item
{
	position: relative;
	margin-bottom: 3.25em; /*52px*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.teaser-item .teaser-text p:last-child
{
	margin-bottom: 0 !important;
}

.teaser-item.last-row
{
	margin-bottom: 0 !important;
}

.teaser-item.alpha
{
	clear: both;
}

.teaser-item h2.title
{
	margin-top: 0 !important;
}

.teaser-item time, .article time
{
	display: block;
	position: relative;
	font-size: 12px; /* Fallback */
	font-size: 0.75em;
	padding: 0;
	margin: 0;
}

.teaser-item p span.tt:after
{
	content: "…";
}

.teaser-item .readmore
{
	display: block;
	position: relative;
	margin-top: 1em;
	top: -0.5em;
}

.teaser-item .readmore.notext
{
	margin-top: 0;
	top: 0;
}

.language-de .teaser-item .readmore:before, .language-de-at .teaser-item .readmore:before
{
	content: "weiter";
}

.language-de .teaser-item .readmore.notext:before, .language-de-at .teaser-item .readmore.notext:before
{
	content: "";
	display: none;
}

.teaser-item .readmore:after
{
	font-size: 1.2em;
	top: 0.12em;
	margin-left: .3em;
	content: "\f105";
}

.teaser-item .readmore span
{
	display: inline-block;
	text-indent: -9999px;
}

.teaser-item .readmore-news
{
	color: #1a171b; !important;
}

.teaser-item .readmore-news:after
{
	color: #b54646;
}

.teaser-item .readmore-news:hover:after, .bl-hover:hover .readmore-news:after
{
	color: #445f77;
}


/* Teaser Image */

.teaser-image
{
	position: relative;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: none; /* Outer Border */
	overflow: hidden;
	margin: 0;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.teaser-image.autoratio:before, .teaser-image-before
{
	content: "";
	display: block;
	padding-bottom: 66.666666%; /* Default 1.5:1 Format */
	overflow: hidden;
}

.teaser-image div
{
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.teaser-image.autoratio .img-placeholder, .teaser-image.viewport-height .img-placeholder
{
	position: absolute;
	z-index: 10;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: 100% auto; /* Fallback */
	background-size: cover;
	background-position: center center;
}

.teaser-image .img-placeholder img
{
	width: 100%;
	height: auto;
	display: none !important;
}

.teaser-image .layer
{
	position: absolute;
	z-index: 20;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	border: none; /* Inner border */
	text-align: center;
	height: 100%;
}

.teaser-image .layer .table
{
	display: table !important;
	z-index: 30;
	vertical-align: middle;
	margin: 0 !important;
	padding: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.teaser-image .layer .table .cell
{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: 500;
	padding: 0.8125em 1.625em 0.8125em 1.625em; !important;
	margin: 0 !important;
}

.teaser-image .layer .table .cell h2
{
	color: #fff;
	font-weight: 500;
	margin: 0 0 13px 0 !important; /* Fallback */
	margin: 0 0 0.8125rem 0 !important;
}

.teaser-image.bg-fallback
{
	background: url('/portals/_default/global-img/fallback.png') no-repeat center center #dedede;
}

.teaser-image.alpha.omega
{
	margin-bottom: 1.625em; /*26px*/
}

.article-teaser
{
	margin-top: 3.25em; /* 52px */
}

.article-teaser h2
{
	margin-top: 1.625em; /* 26px */
}

.article-backlink
{
	display: block;
	margin-bottom: 26px; /* Fallback */
	margin-bottom: 1.625em;
}

.article-backlink-bottom
{
	clear: both;
	margin-top: 52px; /* Fallback */
	margin-top: 3.25em;
}

.rss-icon
{
    clear: both;
    display: block;
    visibility: hidden;
    float: right;
    width: 16px;
    height: 16px;
    margin: 0 0 1em 0;
}


/*	-------------------------------------------------------------
	ARTICLE RESOURCES
------------------------------------------------------------- */

.article-resources
{
    clear: both;
}

.article-resources a:before, .article-resources a:after, a.download-file:before, a.download-file:after
{
	position: relative;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

a.download-file
{
	padding-left: 1.2em;
	position: relative;
	display: inline-block;
}

.article-resources-links a:after, a.download-file:after
{
	margin-left: .3em;
	position: relative;
	content: "\f105";
}

.article-resources-downloads a:before, a.download-file:before
{
	font-size: 0.9em;
	position: absolute;
	left: 0;
	top: 0.33em;
	content: "\f016";
}

/* File Type Icons */

a.icon-jpg:before,
a.icon-jpeg:before,
a.icon-tif:before,
a.icon-tiff:before,
a.icon-bmp:before,
a.icon-png:before,
a.icon-eps:before
{
	content: "\f1c5";
}

a.icon-pdf:before
{
	content: "\f1c1";
}

a.icon-zip:before
{
	content: "\f1c6";
}

a.icon-txt:before
{
	content: "\f0f6";
}

a.icon-doc:before,
a.icon-docx:before,
a.icon-dot:before,
a.icon-dotx:before
{
	content: "\f1c2";
}

a.icon-xls:before,
a.icon-xlsx:before
{
	content: "\f1c3";
}

a.icon-ppt:before,
a.icon-pptx:before
{
	content: "\f1c4";
}

a.icon-mp3:before,
a.icon-wav:before,
a.icon-aiff:before,
a.icon-wma:before
{
	content: "\f1c7";
}

a.icon-mov:before,
a.icon-mp4:before,
a.icon-m4p:before,
a.icon-avi:before,
a.icon-wmv:before,
a.icon-mpg:before,
a.icon-mpeg:before
{
	content: "\f1c8";
}


/*	-------------------------------------------------------------
	FILTER STYLES https://mixitup.kunkalabs.com/
------------------------------------------------------------- */

.teaser-filter .teaser-item
{
	float: none;
	vertical-align: top;
	margin-right: 8px;
}

.js .teaser-filter .teaser-item
{
	display: none;
}

.filter-controls
{
	font-size: 16px; /* Fallback */
	font-size: 1rem;
	margin: 0 13px 0 13px; /* with fallback */
	padding-bottom: 1.625em;
	font-weight: 600;
}

.no-js .filter-controls
{
	display: none;
}

.filterbuttons
{
	display: inline-block;
	margin-right: 13px;
}

.sortbuttons
{
	display: inline-block;
}

.sortbuttons div, .filterbuttons div
{
	float: left;
	white-space: nowrap;
	padding: 0.5em;
	color: #fff;
	background-color: #bababa;
	cursor: pointer;
	margin: 0 13px 13px 0;
}

.sortbuttons div.active, .filterbuttons div.active
{
	background-color: #1f429a;
}


/*	--------------------------------------------------------------------------------------------------------------------------
	TEASER OVERWRITE
-------------------------------------------------------------------------------------------------------------------------- */

/*	-------------------------------------------------------------
	TEASER DEFAULT
------------------------------------------------------------- */

@media screen and (max-width: 719px) {
	.teaser-default .teaser-image
	{
		margin-bottom: 1.625em; /*26px */
	}
}


/*	-------------------------------------------------------------
	TEASER-BOX-IMAGE & TEASER-BOX-LOGOS (SHARED CSS)
------------------------------------------------------------- */

.teaser-box-image .teaser-item, .teaser-box-logos .teaser-item, .teaser-box-logos-light .teaser-item
{
	margin-bottom: 1.625em; /* 26px */
	padding: 0;
}

.teaser-box-image .teaser-image.alpha.omega, .teaser-box-logos .teaser-image.alpha.omega, .teaser-box-logos-light .teaser-image.alpha.omega
{
	margin-bottom: 0 !important;
}

.teaser-box-image .teaser-image .layer .table
{
	background-color: transparent; /* Fallback */
	background-color: rgba(0,0,0,0.2);
}

/*	-------------------------------------------------------------
	TEASER-BOX_NEWS
------------------------------------------------------------- */

.teaser-box-news .teaser-item
{
	margin-bottom: 26px;
}

/*	-------------------------------------------------------------
	TEASER-box-heusenstamm
------------------------------------------------------------- */

.teaser-box-heusenstamm .teaser-item
{
	margin-bottom: 0 !important;
}

.teaser-box-heusenstamm .teaser-image .layer .table .cell
{
	display: block;
	position: absolute;
	right: 0;
	bottom: 2.4375em;
	background-color: #b54646; /* Fallback */
	background-color: rgba(181,70,70,0.9);
	text-align: left;
	color: #fff;
	font-weight: 500;
	padding: 0.5em; !important;
	margin: 0 !important;
	min-width: 90%;
}

@media screen and (min-width: 720px) and (max-width: 1099px) {
	.teaser-box-heusenstamm .teaser-image .layer .table .cell
	{
		bottom: 0;
	}
}

.teaser-box-heusenstamm .teaser-image .layer .table .cell h2
{
	margin: 0 !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-moz-osx-font-smoothing: auto !important;
}

@media screen and (min-width: 720px) and (max-width: 959px) {
	.teaser-box-heusenstamm .teaser-image .layer .table .cell
	{
		width: 100%;
	}
	.teaser-box-heusenstamm .teaser-image .layer .table .cell h2
	{
		font-size: 16px !important;
	}		
}



.teaser-box-heusenstamm .teaser-item .teaser-image .img-placeholder
{
	background-image: url('/portals/_default/skins/templates/img/fallback/fallback-specials.jpg');
}


/*	-------------------------------------------------------------
	TEASER-BOX-ICON & TEASER-BOX-ICON-LIGHT
------------------------------------------------------------- */

.teaser-box-icon .teaser-item, .teaser-box-icon-light .teaser-item
{
	margin-bottom: 1.625em;
}


.teaser-box-icon .teaser-image img, .teaser-box-icon-light .teaser-image img
{
	display: block;
	width: 6.5em !important;
	height: 6.5em !important;
	margin-right: auto;
	margin-left: auto;
}

.teaser-box-icon h2, .teaser-box-icon-light h2
{
	font-size: 16px !important; /* Fallback */
	font-size: 1rem !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
}

.teaser-box-icon .teaser-text, .teaser-box-icon-light .teaser-text
{
	text-align: center;
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}

.teaser-box-icon .teaser-item
{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.teaser-box-icon .teaser-item:hover
{
	-moz-transform:translateY(-13px);
	-webkit-transform:translateY(-13px);
	-o-transform:translateY(-13px);
	-ms-transform:translateY(-13px);
	transform:translateY(-13px);
}


/*	-------------------------------------------------------------
	TEASER-NEWS-ONE-LINE
------------------------------------------------------------- */

.teaser-news-one-line .teaser-item
{
	border-bottom: 1px solid #dae4f3;
	margin-bottom: 0em;
	padding: 13px 0 13px 0;
}

.teaser-news-one-line .teaser-item.first
{
	padding-top: 0;
}

.teaser-news-one-line .teaser-item h2
{
	margin: 0 !important;
}

.teaser-news-one-line .teaser-item a
{
	display: block;
}

.teaser-news-one-line .teaser-item time
{
	font-size: 12px; /* Fallback */
	font-size: 0.75em;
	padding: 0;
	margin: 0;
}

.teaser-news-one-line .teaser-item .readmore:before
{
	content: '';
}

.tab-1395 .teaser-news-one-line .hide-on-detail
{
	display: none;
}


/*	-------------------------------------------------------------
	TEASER-NEWS-ONE-LINE
------------------------------------------------------------- */

.teaser-blog-recent-posts .teaser-item
{
	margin-bottom: 0.625em;
}

.teaser-blog-recent-posts .teaser-item time
{
	top: 0;
}

.teaser-blog-recent-posts a.internal:after
{
	font-size: 1.2em;
	top: 0.03em;
	margin-left: .3em;
	content: "\f105";
}


/*	-------------------------------------------------------------
	TEASER-FLEXSLIDER
------------------------------------------------------------- */

.teaser-flexslider
{
	width: 100%;
}

.teaser-flexslider .teaser-item
{
	margin: 0 !important;
	padding: 0 !important;
}

.teaser-flexslider .teaser-item .teaser-image
{
	width: 100%;
}

.teaser-flexslider .teaser-image .layer
{
	background-color: transparent; /* Fallback */
	background-color: rgba(0,0,0,0);
}

.teaser-flexslider .teaser-image .cell
{
	visibility: visible;
}

.no-js .teaser-flexslider .teaser-image .cell
{
	visibility: visible;
}

.teaser-flexslider .flex-control-nav
{
	bottom: 1.625em !important;
}

.flexslider-caption .flex-control-nav
{
	bottom: 1.625em !important;
}


/* Teaser Flexslider Startseite */

.teaser-flexslider-startseite .layer .table .cell .holder
{
	margin-top: 130px !important;
	background-color: #fff !important;
	background-color: rgba(255,255,255,.75) !important;
	padding: 52px !important;
	text-align: left;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.teaser-flexslider-startseite .layer .table .cell .holder h2
{
	font-weight: 700;
}

.teaser-flexslider-startseite .layer .table .cell .holder h2, .teaser-flexslider-startseite .layer .table .cell .holder h3
{
	font-family: 'droid-sans', sans-serif !important;
	color: #1a171b !important;
	padding: 0 !important;
	margin: 0 !important;
	text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 2px;
}

@media screen and (max-width: 959px) {
.teaser-flexslider-startseite .layer .table .cell .holder h2, .teaser-flexslider-startseite .layer .table .cell .holder h3
	{
		font-size: 30px !important;
		line-height: 34px !important;
	}		
}

@media screen and (max-width: 719px) {
.teaser-flexslider-startseite .layer .table .cell .holder h2, .teaser-flexslider-startseite .layer .table .cell .holder h3
	{
		font-size: 16px !important;
		line-height: 26px !important;
	}
	
	.teaser-flexslider-startseite .layer .table .cell .holder
	{
		padding: 26px;
	}	
}

.teaser-flexslider-startseite .layer .table .cell .holder h3 i
{
	position: relative;
	top: 0.04em;
}

.teaser-flexslider-startseite .layer .table .cell .holder.Blau
{
	background-color: #426381 !important !important;
	background-color: rgba(66, 99, 130, 0.8) !important;
}

.teaser-flexslider-startseite .layer .table .cell .holder.Rot
{
	background-color: #b54646 !important !important;
	background-color: rgba(181, 70, 70, 0.8) !important;
}

.teaser-flexslider-startseite .layer .table .cell .holder.Blau h2, .teaser-flexslider-startseite .layer .table .cell .holder.Rot h2, .teaser-flexslider-startseite .layer .table .cell .holder.Blau h3, .teaser-flexslider-startseite .layer .table .cell .holder.Rot h3
{
	color: #fff !important;
	text-shadow: rgba(1, 1, 0, 0.4) 1px 1px 1px;
}


/*	-------------------------------------------------------------
	TEASER-FLEXSLIDER VIEWPORT HEIGHT
------------------------------------------------------------- */

.teaser-flexslider-vh
{
	height: 600px; /* Fallback */
	height: calc(100vh - 338px);
}

.teaser-flexslider-vh .teaser-image.viewport-height
{
	content: "";
	display: block;
	height: 600px; /* Fallback */
	height: calc(100vh - 338px);
	min-height: 200px;
	overflow: hidden;
}

.teaser-flexslider-vh .img-placeholder
{
	background-position: center center !important;
}


/*	-------------------------------------------------------------
	TEASER-FREETILE
------------------------------------------------------------- */

.teaser-freetile .teaser-item
{
	margin-bottom: 1.625em !important; /* 26px;*/
}

.teaser-freetile .img-placeholder img
{
	display: block !important;
	width: 100%;
}

/* teaser-freetile-images */

.teaser-freetile-images
{
	margin-bottom: 0 !important;
}

.teaser-freetile-images .teaser-item
{
	margin-bottom: 1.625em !important;
}

.teaser-freetile-images .teaser-image.alpha.omega
{
	margin-bottom: 0 !important;
}


/*	-------------------------------------------------------------
	TEASER-FAQ
------------------------------------------------------------- */

.teaser-faq .teaser-item
{
	margin-bottom: 0;
}

.teaser-faq .teaser-item .question
{
	width: 95%;
}

.teaser-faq .teaser-item div.answer
{
	padding: 1em 0 0 0;
	background: url("/portals/_default/skins/templates/img/line-blue-1px.png") repeat-x left 0.3em;
}

.teaser-faq h3
{
	display: block;
	line-height: 26px; /* Fallback */
	line-height: 1.625rem;
	color: #333;
	width: auto;
    margin: 0 0 0.625em 0 !important; /* 10px */
    padding-right: 20px;
}


/*	-------------------------------------------------------------
	CUSTOM PLACEHOLDER
------------------------------------------------------------- */


/* Video */

.video-container, .flowplayer-wrapper
{
	position: relative;
	clear: both;
	margin-bottom: 1.625em; /*26px */
	aspect-ratio: 16 / 9 !important;
	max-width: calc (100vw -30px) !important;
}

.video-container iframe{
  position: absolute;
  top: 0;
  right: 0;
  bottom 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* custom player skin */
.flowplayer { width: 80%; background-color: #111; background-size: cover !important; }
.flowplayer .fp-controls { background-color: rgba(17, 17, 17, 0.5) !important; }
.flowplayer .fp-timeline { background-color: rgba(204, 204, 204, 0.5) !important; }
.flowplayer .fp-progress { background-color: rgba(145,145,145,0.7) !important; }
.flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 0.5) !important; }
.flowplayer { background-image: url('/portals/0/videos/video-start-image.jpg'); }



/* The Page */
.teaser-overlay .article-backlink, .teaser-overlay .article-backlink-bottom
{
	display: none;
}

.teaser-overlay #dnn_OutputPaneWrapper
{
	background: #111; /* Fallback*/
	background: rgba(17,17,17,0.97);
	color: #fff;
	padding-bottom: 0;
	position: absolute; /* Necessary for width+height 100% */
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.teaser-overlay #dnn_OutputPaneWrapper .container
{
	position: relative;
	width: 40% !important;
	max-width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.loading {
	background: url('/portals/_default/skins/templates/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

/*	-------------------------------------------------------------
	IFRAME PLACEHOLDER
------------------------------------------------------------- */

.iframe-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .iframe-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F2F3F1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    box-sizing: border-box !important;
    padding: 30px !important;
  }

  button.load-iframe {
    margin-top: 10px;
    border: solid 2px #b54646;
    background-color: #b54646;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px:
  }

