
/* do not display orejime in language selection page */ 
body.page--language-selection-page div#fedconsent{display:none;} 
body.path-language-selection-page div#fedconsent{display:none;}
@media (min-width: 1230px){
  html body .cke_editable img, html body .field--text-formatted img {
    max-width:90%;
  }
}
/*.not-logged-in [lang="de"],
.not-logged-in [lang="en"]
{
  display: none !important;
}
*/

/* #INC0752784 color for unpublished nodes */
body[class*="--node--unpublished"].user-logged-in .block-region-main{background-color:#FFD6D6;}


/* #INC0770575 homepage option Sticky at top of lists should be at the first place  */
body .view--news--domain .view__row--sticky,
body .view--news--homepage .view__row--sticky {
  -webkit-box-ordinal-group: inherit;
  -ms-flex-order: inherit;
  order: inherit;
}

/* INC0815165 Iframe Power BI */ 
div.dashboardContainer iframe {
	/* hide bottom pbi banner */
	clip-path: inset(0 0 59px 0);
}

div.dashboardContainer {
	max-width: 1280px;
	/*height: calc( 100vw / 0.2909091 + 59px);*/
	height: 8000px; 
	margin: 0 auto;
}
