dig-plugin {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	min-height: 100px;
  vertical-align: top;
  margin: 0;
}
dig-plugin[data-alignment='block'],
[data-layout='mobile'] dig-plugin[data-alignment='left'],
[data-layout='mobile'] dig-plugin[data-alignment='right'] {
	width: 100%;
	clear: both;
	padding: 10px 0;
	padding-bottom: 10px !important;
  float: none;  
}
dig-plugin[data-alignment='left'] {
	width: 50%;
	float: left;
	padding: 10px 10px 10px 0;
	padding-bottom: 10px !important;
}
dig-plugin[data-alignment='right'] {
	width: 50%;
	float: right;
	padding: 10px 0 10px 10px;
	padding-bottom: 10px !important;
}
/* Zitat */
dig-plugin[data-type='cuotation'] {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
dig-plugin[data-type='twitter'] {
	min-height: 200px
}
dig-plugin[data-type='youtube'] {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	overflow: hidden;
	transition: all 200ms ease-out;
	cursor: pointer;
	font-size: 14px;
}
dig-plugin[data-type='youtube'] .controls {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1em;
	margin-top: -1em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border: none;
	border-radius: 50%;
	font-size: 3.5em;
	background-color: rgba(0,0,0,.45);
	color: #FFF;
	-webkit-transition: border-color .4s, outline .4s, background-color .4s;
	-moz-transition: border-color .4s, outline .4s, background-color .4s;
	-ms-transition: border-color .4s, outline .4s, background-color .4s;
	-o-transition: border-color .4s, outline .4s, background-color .4s;
	transition: border-color .4s, outline .4s, background-color .4s;
}
dig-plugin[data-type='youtube']:hover .controls {
	background-color: #AAA;
	background-opacity: 0.5;
}
dig-plugin[data-type='youtube'] .controls .play {
	line-height: 1;
	width: 100%;
	height: 100%;
	font-size: 32%;
	position: relative;	
	box-sizing: border-box;
	margin-top: 34%;
	margin-left: 42%;
}
.twoColFixRtHdr dig-plugin[data-type='youtube'] .controls .play {
	margin-top: 34%;
}
dig-plugin[data-type='youtube'] .play::before {
	content: "";
	display: inline-block;	
	border-left: 1.5em solid #fff;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	font-size: 1em;
	box-sizing: border-box;
	margin-left: 0;
}
.vjs-play-progress {
	background-color: #AAA !important;
}
/* Youtube */
dig-plugin[data-type='youtube'] .dig-plugin-content {
	display: block;
	position: relative;
	padding-bottom: 50.25%;
	height: 0;
	overflow: hidden;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-repeat: no-repeat;
}
dig-plugin[data-type='youtube'] .dig-plugin-content iframe, dig-plugin[data-type='youtube'] .dig-plugin-content object, dig-plugin[data-type='youtube'] .dig-plugin-content embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Twitter */
dig-plugin[data-type='twitter'] .dig-plugin-content > twitterwidget {
	width: 100% !important;
	margin: 0 0 0 -1px !important;
}
dig-plugin[data-type='twitter'] .dig-plugin-content {
	min-height: 250px;
}
/* not in FF */
twitterwidget::shadow .EmbeddedTweet {
	width: 100%;
	max-width: 100%;
}
/* Facebook */
dig-plugin[data-type='facebook'] .dig-plugin-content > div {
	text-align: center;
}
.fb-comment-embed, [data-colorscheme='light'] {
	
}
[data-colorscheme='dark'] .fb-comment-embed {
	background: none;
}
dig-plugin[data-type] .dig-plugin-content {
	width: 100% !important;
	overflow: hidden;	
}
dig-plugin[data-type] .dig-plugin-content > div, dig-plugin[data-type] .dig-plugin-content > div > iframe {
	display: block;	
}
/* Slider */
dig-plugin[data-type='slider'] .dig-plugin-content .slider-gallery.inline {
	position: relative;
	margin-top: 10px;
}
dig-plugin[data-type='slider'] .dig-plugin-content .slider-gallery.inline .gallery-count {
	font-size: 14px;
}
dig-plugin[data-type='slider'] .dig-plugin-content .slider-gallery.inline .itemList .rsGCaption .rsCaption {
	font-size: 14px;
}
dig-plugin[data-type='slider'] .dig-plugin-content .slider-gallery.inline .itemList .rsGCaption {
	margin-bottom: 20px;
}
dig-plugin[data-type='slider'] .dig-plugin-content .slider-gallery.inline .itemList .rsOverflow .rsArrow .rsArrowIcn:before {
	top: 25%;
}
dig-plugin[data-type='slider'][data-alignment='left'] .dig-plugin-content .slider-gallery.inline.loading .itemList, dig-plugin[data-type='slider'][data-alignment='right'] .dig-plugin-content .slider-gallery.inline.loading .itemList {
	height: 436px;
}
dig-plugin[data-type='slider'][data-alignment='left'] .dig-plugin-content .slider-gallery.inline .itemList, dig-plugin[data-type='slider'][data-alignment='right'] .dig-plugin-content .slider-gallery.inline .itemList {
	padding: 0 10px;
}
dig-plugin[data-type='slider'][data-alignment='left'] .dig-plugin-content .slider-gallery.inline .itemList .rsFullscreenBtn, dig-plugin[data-type='slider'][data-alignment='right'] .dig-plugin-content .slider-gallery.inline .itemList .rsFullscreenBtn {
	display: none;
}
dig-plugin[data-type='slider'][data-alignment='left'] .dig-plugin-content .slider-gallery.inline .gallery-count, dig-plugin[data-type='slider'][data-alignment='right'] .dig-plugin-content .slider-gallery.inline .gallery-count {
	left: 10px;
	margin-top: 18px;
}
/* Brightcove */
dig-plugin[data-type='brightcove'] .dig-plugin-content {
	display: block;
	position: relative;
	padding-bottom: 56.3%;
	height: 0;
	overflow: hidden;
}
dig-plugin[data-type='brightcove'] .dig-plugin-content object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Contilla */
dig-plugin[data-type='contilla'] #webapp {
	width: 100%;
}
dig-plugin[data-type='contilla'] #webapp .startText {
	width: auto;
}
dig-plugin[data-type='contilla'] #webapp .banner img {
	height: auto;
	width: 100%;
}
dig-plugin[data-type='contilla'] #webapp .footer {
	width: 100%;
}
dig-plugin[data-type='contilla'] #webapp .banner .result {
	height: auto;
}
dig-plugin[data-type='contilla'] #webapp .banner .result .resultText {
	padding: 2em 0.5em;
	text-align: center;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

dig-plugin[data-type="zoom"] .image {
	position: relative;
	z-index: 2;
    width: 100%;
    height: 0;
    padding-bottom: 56.33333333%;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    background-image: url(../../images/image-placeholder.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75% auto;
    background-attachment: scroll;
    background-color: #ffffff;
    display: block;
}

dig-plugin[data-type="zoom"] .image img {
	position: absolute;
	left: 0;
 	top: 50%;
 	transform: translateY(-50%);
 	width: 100%;
}

dig-plugin .embed-opt-in {
	background: #eee;
    padding: 15px;
    text-align: center;
}

dig-plugin .embed-opt-in button {
	background: #4d555a;
    color: #fff;
    padding: 5px 50px;
    border: none;
    margin-top: 10px;
}

.mfp-with-zoom .mfp-content {
	position: static;
	width:100%;
	padding: 10% 15%;
}

.mfp-with-zoom .mfp-figure {
	padding-right: @RECTANGLE_SPACE + 50px;
}

.mfp-with-zoom [data-layout="tablet"] .mfp-figure, .mfp-with-zoom [data-layout="mobile"] .mfp-figure {
	padding-right: 0;
}

.mfp-with-zoom .mfp-figure .image, .mfp-with-zoom .mfp-figure .image {
	background: none;
}

.mfp-with-zoom .ad[data-type="rectangle"] {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10% 15% 0 0;
}

.mfp-with-zoom [data-layout="tablet"] .ad[data-type="rectangle"], .mfp-with-zoom [data-layout="mobile"] .ad[data-type="rectangle"] {
	padding: 0;
	position: static;
}

.mfp-with-zoom .ad[data-type="rectangle"] .item {
	padding: 0;
}

.mfp-with-zoom .ad[data-type="rectangle"] .item .adhelper {
	border: none;
}

.mfp-with-zoom .mfp-container {
	padding: 0 !important;
}

.mfp-with-zoom .mfp-container:before {
	content: none;
}

.mfp-with-zoom .mfp-figure:after {
	content: none;
}

.mfp-with-zoom .mfp-close {
	font-size: 2rem;
	color: #cccccc;
	background:none;
	border:none;
	right: 30px !important;
	top: 30px !important;
}

.mfp-with-zoom .mfp-close .icon-close {
	font-weight: 700;
}

.mfp-with-zoom.mfp-bg {
	background: @COLOR_002 !important;
	opacity: 0.9 !important;
}

[data-layout="mobile"] .mfp-with-zoom .mfp-content{
	padding: 2% 20%;
}	

@media (orientation: portrait) {
	[data-layout="mobile"] .mfp-with-zoom .mfp-content{
		padding:50% 2%;
	}
}