@import "fonts.css";
@import "bootstrap.custom.css";

body:not(.wrapper-app){
	background: #edf1f2;

}

iframe{
	display: block;
}
.hidden{
	opacity: 0;
	transition: opacity 2s;
}
.fadeIn{
	opacity: 1;
}
.input-group-addon,
.irtoggler{
	cursor: pointer;
}
.copy{
	margin-bottom: 30px;
}
.copy .media{
	display: block;
}
.copy .inline{
	margin-top: 30px;
	margin-bottom: 30px;
}
.copy .inline .media > div:not(.media-body){
	margin-bottom: 15px;
}

.copy h3,
.copy h2{
	font-weight: 800;
}



.copy .media-subheading,
.copy .media-heading{
	display: block;
	text-align: center;
}
.copy .media-subheading{
	font-size: 14px;
	font-weight: 400;
}
.copy .media-heading{
	font-size: 20px;
	font-weight: 800;
}

article.content .inline .carousel-indicators{
	bottom: 1px;
	margin: 0;
}

article.content .slide .carousel-control{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	height: 2em;
	margin: 0 0.5em;
	
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;

	background: rgba(255,255,255,0.9);
	border-radius: 50%;
	transition: background 0.5s ease;
}

article.content .slide .carousel-control-next{
	right: 0;   
}
article.content .slide .carousel-control-prev{
	left: 0;   
}
article.content .slide .carousel-indicators,
article.content .slide.single .carousel-control{
	display: none !important;
}


.copy .inline.quote{
	border: 0px solid #eee;
	padding: 0 20px;
}
@media (min-width: 768px) {
	.copy .inline.quote{
		padding: 0 40px 0 80px;
	}
}


.copy .inline.quote .inner{
	padding: 40px 0 0 0;
	margin: 0;
	min-height: 200px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(1, 163, 202,0.1)' id='abab99c7-0c35-4711-aa00-3b993db9de95' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='5.23' height='4.23' viewBox='0 0 5.23 4.23'%3E%3Ctitle%3Equotation%3C/title%3E%3Cpath d='M.07,3.3c.84-.4,1-.55,1-1.11H0V0H2.24V1.56A2.32,2.32,0,0,1,.54,4.23Zm3,0c.84-.4,1-.55,1-1.11H3V0H5.23V1.56A2.32,2.32,0,0,1,3.54,4.23Z'/%3E%3C/svg%3E");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 250px auto;
}
.copy .inline.quote blockquote{
	min-height: 50px;
	padding: 0 0 0 70px;
	margin: 0;
	background-position: left 0.1em;
	background-repeat: no-repeat;
	background-size: 50px auto;
	font-size: 28px;
	line-height: 1.1em;
	font-family: Vollkorn;
}
.copy .inline.quote blockquote:first-child{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='rgba(1, 163, 202,1)' id='abab99c7-0c35-4711-aa00-3b993db9de95' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='5.23' height='4.23' viewBox='0 0 5.23 4.23'%3E%3Ctitle%3Equotation%3C/title%3E%3Cpath d='M.07,3.3c.84-.4,1-.55,1-1.11H0V0H2.24V1.56A2.32,2.32,0,0,1,.54,4.23Zm3,0c.84-.4,1-.55,1-1.11H3V0H5.23V1.56A2.32,2.32,0,0,1,3.54,4.23Z'/%3E%3C/svg%3E");
	/*background-repeat: no-repeat;*/
}


.copy .inline.quote cite,
.copy .inline.quote cite *{
	font-family: Roboto, sans-serif !important;
	font-size: 14px;
	font-style: normal;
	line-height: 1.1em;
}
.copy .inline.quote cite{
	padding: 0 0 0 70px;
	display: block;
	font-weight: 300;
}
.copy .inline.quote cite strong{
	font-weight: 700;
}
.copy .inline.quote blockquote cite{
	padding: 0;
}

/** INFO-Kasten  */
.infobox{
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px 20px 20px 20px;
	margin-bottom: 30px;
}
.infobox > h3{
	margin-bottom: 1.2em;
	font-weight: 800;
}
.infobox p{
	font-weight: 400;
}
.infobox strong{
	font-weight: 800;
}



@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}


.wrapper{
	margin: auto;
}
.wrapper > .header,
.wrapper > .footer{
	background: #fff;
}
.mainHeader,
.header .subHeader{
	padding-top: 5px;
	padding-bottom: 5px;
}

.header .mainHeader .text-left,
.header .mainHeader .text-right,
.header .subHeader .text-left,
.header .subHeader .text-right{
	display: flex;
	align-items: center;
}

.header .mainHeader .text-left,
.header .subHeader .text-left{
	justify-content: flex-start;
}
.header .mainHeader .text-right,
.header .subHeader .text-right{
	justify-content: flex-end;
}

@media (min-width: 576px) {
	.mainHeader,
	.header .subHeader{
		padding-top: 15px;
		padding-bottom: 15px;
	}	
}


.logo img{
	width: 100%;
	height: auto;
}
@media (min-width: 576px) {
	.logo img{
		width: 60%;
	}
}

.logo h1,
.logo h5{
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.mainHeader .col-6{
	display: flex;
	justify-items: center;
}

.mainHeader .col-6 .logo{
	width: 100%;
}

.mainHeader button > span,
.mainHeader button > i{
/*	display: inline-block;
	vertical-align: middle;*/
}

.header{
	top: 0;
	z-index: 1000;
	width: 100%;
}
.header .profil .dropdown-menu{
	padding: 0;
}
.header .profil .dropdown-menu .user{
	display: flex;
}

.header .profil .dropdown-menu .user .data {
	padding: 1.25rem 1.5rem 0.25rem 1.25rem;

}
.header .profil .dropdown-menu .user .data span{
	display: block;
	white-space: nowrap;
	line-height: 1.2em;
}
.header .profil .dropdown-menu .user .data span.name{
	font-size: 18px;
	font-weight: 900;
}
.header .profil .dropdown-menu .user .data span.email{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0.8em;
}
.header .profil .dropdown-menu .user .data span.manage{
	font-size: 14px;
	font-weight: 500;
}

.header .profil .dropdown-menu .dropdown-divider{
	margin: 0;
}
.header .profil .dropdown-menu .logout{
	padding: 1.25rem;
	font-weight: 600;
}

/*
.profil > div > .btn,
.menu > .btn{
	text-transform: uppercase;
}*/

#mainMenu{}
#mainMenu .label,
#mainMenu .content 
{
	text-align: center;
}

#mainMenu .close{
	position: absolute;
	padding: 0;
	left: 28px;
	top: 28px;
	color: #0181A8;
	z-index: 100;
}
#mainMenu .close .f-icon-close{
	vertical-align: super;
	/*font-size: 40px;
	margin: 0;*/
}
#mainMenu .close .text{
	font-size: 16px;
	font-weight: normal;
	vertical-align: super;
}

#mainMenu .block{
	margin-top: 25px;
}
#mainMenu .label{
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
	color: #aaa;
	font-size: 12px;
}
#mainMenu .content .item{
	margin-bottom: 20px;
}
#mainMenu .content .item a {
	font-size: 20px;
	color: #222;
	font-weight: 800;
}
#mainMenu .content .item a.active,
#mainMenu .content .item a:hover{
	text-decoration: none;
	border-bottom: 3px solid #00a2ca;
}

#mainMenu .block.socialmedia .list-inline-item:not(:last-child) {
	margin-right: 2rem;
}

@media (min-width: 768px) {
	#mainMenu .block{
		margin-top: 50px;
	}
	#mainMenu .label{
		font-size: 16px;
	}
	#mainMenu .content .item a {
		font-size: 32px;
	}
}


.header .subHeader{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #eff0f2;
}
.header .subHeader *:not(.f-icon){
	font-weight: 400;
}
.header .subHeader strong,
.header .subHeader .strong{
	font-weight: 600;
}

.header .subHeader .stronger{
	font-weight: 800;
}


.subHeader a{
	text-decoration: none;
	color: inherit;
}

.iconTextContainer span,
.iconTextContainer a,
.iconTextContainer i{
	vertical-align: middle;
	line-height: 24px;
}
.iconTextContainer .f-icon-calendar{
	font-size: 26px;
	vertical-align: bottom;
}

.mainHeader .carousel-toggler .f-icon.up,
.subHeader .carousel-toggler .f-icon.up{
	display: inline;
}
.mainHeader .carousel-toggler .f-icon.down,
.subHeader .carousel-toggler .f-icon.down{
	display: none;
}

.mainHeader .carousel-toggler.collapsed .f-icon.up,
.subHeader .carousel-toggler.collapsed .f-icon.up{
	display: none;
}
.mainHeader .carousel-toggler.collapsed .f-icon.down,
.subHeader .carousel-toggler.collapsed .f-icon.down{
	display: inline;
}

.mainHeader .carousel-inner,
.subHeader .carousel-inner{
	padding: 0 3px;
}

.mainHeader .carousel-inner .carousel-item .col,
.subHeader .carousel-inner .carousel-item .col {
	padding: 0;
	margin: 1em;
	display: flex;
	align-items: start;
	direction: row;
}
.mainHeader .carousel-inner .carousel-item .col a,
.subHeader .carousel-inner .carousel-item .col a{
	display: block;
	width: 100%;
}
.mainHeader .carousel-inner .carousel-item .col a img,
.subHeader .carousel-inner .carousel-item .col a img{
	display: block;
	width: 100%;
	height: auto;
	/*border: 1px solid #ccc;*/
}
.mainHeader .carousel-inner .carousel-item .col a.active img,
.subHeader .carousel-inner .carousel-item .col a.active img{
	/*border: 1px solid rgba(94,200,227,1);*/
}
.mainHeader .carousel-inner .carousel-item .col a .title,
.subHeader .carousel-inner .carousel-item .col a .title{
	display: block;
	margin-top: 10px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}
.mainHeader .carousel-inner .carousel-item .col a .text,
.subHeader .carousel-inner .carousel-item .col a .text{
	display: block;
}
.mainHeader #regio .carousel-inner .carousel-item .col ,
.subHeader #regio .carousel-inner .carousel-item .col {
	min-height: 130px;
}
.mainHeader .carousel-inner .carousel-item .col:empty,
.subHeader .carousel-inner .carousel-item .col:empty{
	border: 1px solid #fff;
}


.mainHeader .carousel-item .col img,
.subHeader .carousel-item .col img{
	width: 100%;
	height: auto;
}

.mainHeader .carousel-control-next,
.mainHeader .carousel-control-prev,
.subHeader .carousel-control-next,
.subHeader .carousel-control-prev{
		position: absolute;
		top: 50%;
		transform: translateY(-100%);
		width: 38px !important;
		height: 38px;
		margin: 0 0.5em;
		
		display: flex;
		justify-content: center !important;
		flex-direction: row;
		align-items: center !important;

		background: #fff;
		border: 1px solid transparent;
		border-radius: 50%;
		box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.mainHeader .carousel-control-next .f-icon,
.mainHeader .carousel-control-prev .f-icon,
.subHeader .carousel-control-next .f-icon,
.subHeader .carousel-control-prev .f-icon{
	font-size: 20px;
}


.body{
	min-height: 80vh;
}

.teaserIssuePreview{
	min-height: 175px;
	padding: 45px 30px 30px;
	margin-bottom: 30px;
	overflow: hidden;
	color: #fff;
	background-color: #071723;
	background-size: cover;
	background-position: top right;
}
.teaserIssuePreview .text{
	font-size: 14px;
}
.teaserIssuePreview .text .date,
.teaserIssuePreview .text .title,
.teaserIssuePreview .text .readmore{
	display: block;
	text-align: center;
}
.teaserIssuePreview .text h4.date{
	font-weight: 300;
	font-size: 10px;
}

.teaserIssuePreview .text h3.title{
	font-weight: 800;
	font-size: 20px;
}
.teaserIssuePreview .text ul{
	padding: 0;
}
.teaserIssuePreview .text li{
	list-style: none;
}

.teaserIssuePreview .text p,
.teaserIssuePreview .text li{
	font-size: 14px;
	font-weight: 300;
}
.teaserIssuePreview .text .txt-primary{
	font-weight: 700;
}
.teaserIssuePreview .text .readmore{
	font-size: 14px;
	font-weight: 700;
}
.teaserIssuePreview .text .readmore .f-icon{
	vertical-align: middle;
	font-size: 30px;
}

.teaserIssuePreview .image img{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media (min-width: 768px) {

	.teaserIssuePreview{
		padding: 50px 25px 50px 0;
	}
	.teaserIssuePreview .text{
		padding-left: 58px;
		padding-top: 15px;
	}
	.teaserIssuePreview .text h4.date{
		font-weight: 300;
		font-size: 20px;
	}

	.teaserIssuePreview .text h3.title{
		font-weight: 800;
		font-size: 40px;
	}

	.teaserIssuePreview .text p,
	.teaserIssuePreview .text li{
		font-size: 17px;
		font-weight: 300;
	}
	.teaserIssuePreview .text .readmore{
		font-size: 17px;
		font-weight: 700;
	}
	.teaserIssuePreview .text .readmore .f-icon{
		font-size: 36px;
	}

	.teaserIssuePreview .image img{
		max-width: 160%;
		width: 160%;
	}
	.teaserIssuePreview .text .date,
	.teaserIssuePreview .text .title,
	.teaserIssuePreview .text .readmore{
		text-align: left;
	}

}
@media (min-width: 992px) {
	.teaserIssuePreview{
		padding: 50px 25px 25px 50px;
		margin-right: 0;
		margin-left: 0;
	}

	.teaserIssuePreview .text{
		padding-left: 58px;
		padding-top: 60px;
	}
	.teaserIssuePreview .image img{
		max-width: 100%;
		width: 100%;
	}
}


article.content:not(.transparent) > .inner{
	padding: 15px;
	margin-bottom: 30px;
}
article.content:not(.transparent) .inner{
	background:#fff;
}

article.content .meta{
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width: 576px) {
	article.content:not(.transparent) > .inner{
		padding: 45px;
	}
}

article.pages .page{
	/*margin-bottom: 60px;*/
	text-align: center;
}
.page .inner{
	height: 100%;
}
.page > img{
	max-width: 100%;
	align-self: center;
}

.page svg rect{
	opacity: 1;
	fill: transparent;
	transition: all 0.2s ease;
}

aside.assets .page svg rect{
	fill: rgba(250,250,250,0.5);
}

.page svg rect.current,
.page svg rect:hover {
	fill: rgba(2,193,243,0.2) !important;
	stroke-width: 1;
	stroke: rgba(94,200,227,1);
	opacity: 1;
	
}

.page .popover{
	width: 400px;
	max-width: 75vw;
}
.page .popover .popover-body {
    padding: 1.25rem 2.0rem;
}    
.page .popover .popover-body h2{
	font-size: 24px;
}
.page .popover .popover-body p{
	font-size: 13px;	
}

.page .popover .tag{
	display: inline-block;
	background-color: #eee;
	color: #222;
	border-radius: 18px;
	margin: 5px 0px;
	padding: 5px 10px;
	text-decoration: none;
}
.page .popover .tag.active{
	background-color: #d61113;
	color: #fff;
}


.metaNavigation{
	position: fixed;
	right: .75rem;
	bottom: .75rem;
	z-index: 1000;
}
@media (min-width: 768px) {
	.metaNavigation{
		position: fixed;
		right: 20px;
		bottom: 40vh;
	}
}

.metaNavigation button a{
	color: ;
}
.metaNavigation button i{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	
	font-size: 1rem;
	padding: 0.45em 0.4em;
	width: 2.2em;
	height: 2.2em;

	background: #fff;
	border: 0px solid #999;
	border-radius: 50%;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.navigatorMenu{
	min-width: 200px;
	max-height: 75vh;
	overflow-y: auto;
}


.navigatorMenu header{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;

	padding: 0.5em 0;
	margin: 0.2em 0;

	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: 600;
}

.navigatorMenu header a{
	max-width: calc(100% - 20px);
}
.navigatorMenu header i:not(.active){
	cursor: pointer;
}

.navigatorMenu header:not(.active) a{
	color: #333;
}

.navigatorMenu .active{
	color: #01A3CA;
}
.navigatorMenu .popover-header{
	display: none;
}




div.menuItem,
ul.menuItem
{
	display: block;
	height: auto;
	max-height: 0;
	margin-bottom: 0;
    transition: all 0s;
    overflow: hidden;
}

div.menuItem.active,
ul.menuItem.active
{
	max-height: 400px;
	overflow-y: auto;
}



div.menuItem div,
ul.menuItem li,
ul.menuItem a
{
	color: #333 !important;
	cursor: pointer;
}


div.menuItem div.linkLabelTitle {
	font-weight: bold;
}

.popover{
	border-color: transparent;
}
.popover .popover-body{
	padding: 0;
}

.popover .popover-body header{
	padding: .5rem 1rem;
}
.popover .popover-body ul{
	padding: 0 2rem;
}
.popover .popover-body ul.active{
	padding: .5rem 2rem;
	border-bottom: 1px solid #ccc;
}

.bs-popover-left .arrow::before{
	border-left-color: transparent;
}



/***********************************************
 * Assets
 */
aside.assets{
}

aside.assets .asset{
	margin-bottom: 30px;
}
aside.assets .asset.prospects{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2rem 0;
}


aside.assets .asset:not(.no-padding){
	padding: 30px 30px;
}
aside.assets .asset:not(.transparent){
	background: #fff;
}


 .asset .d-flex .item:not(:first-child){
	margin-left: 10px;
 }
 .asset img{
	max-width: 100%;
	width: 100%;
	height: auto;
 }	

.asset.stream h3{
	margin-bottom: 24px;
	font-weight: 800;
}

.asset.stream dt{
	font-weight: lighter;
}
.asset.stream dt > *{
	background: #fff;
}
.asset.stream dd{
	margin-bottom: 1em;
	font-weight: 700;
 }
 .asset.stream dd:last-child{
	margin-bottom: 0;
 }

aside.assets .asset.newsticker.slider {
	padding: 30px 0 0 0;
}
.asset.newsticker.slider .carousel-inner{
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.asset.newsticker.slider .time{
	display: block;
	font-weight: 300;
	font-size: 16px;
}
.asset.newsticker.slider .text{
	display: block;
	padding: 0 16px;
	font-weight: 700;
	font-size: 16px;
	min-height: 75px;	
}

/** Timeline z.B. Newsticker (2,5 Zeichen) */
.asset.stream.timeline dt{
	background: linear-gradient( 90deg, #fff 2.3em, #000 2.32em, #fff 2.32em );	
}


 /** Bullets z.B. Seiten-Inhalt (1 Zeichen) */
.asset.stream.bullets dt > span{
	display: block;
	height: 100%;
	background: linear-gradient( 90deg, #fff 8px, #ccc 8px, #fff 9px );
}
.asset.stream.bullets dt > span i{
	font-size: 1.1rem;
	position: relative;
	top: -2px;
 }
.asset.stream.bullets dt .f-icon.bullet{
	background: #eee;
	border-radius: 50% 50%;
	font-size: 12px;
	width: 16px;
	height: 16px;
	padding: 2px;
	color: transparent;
	font-weight: bold;
}
.asset.stream.bullets dt .f-icon.bullet.active{
	color: #fff;
	background: #d61113;
}

 .asset.stream.bullets dd a{
	position: relative;
	top: -2px;
}



.asset.stream.bullets dd > a{}

@media (max-width: 991.9px) {

	.asset.stream .row{
		max-height: 65vh;
		min-height: 156px;
		overflow: auto;
		padding-top: 5px;
	}

	.tableOfContent{
		position: fixed;
		top: 25%;
		width: 75vw;
		right: -75vw;
		border: 1px solid #ccc;
		transition: all 0.5s ease;
		z-index: 200;
	}
	.tableOfContent.active{
		right: 0;
	}
	.tableOfContent h3{
		position: absolute;
		left: calc(-2em + 1px);
		padding: 15px 8px;
		margin: 0;
		-ms-writing-mode: bt-rl;
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
		background: #fff;
		border-color: #ccc !important;
		border-width: 1px 0 1px 1px;
		border-style: solid;
	}

}
/**
 * News-Slider
 */
.asset.slider{
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 576px) {
	.asset.slider{
		margin-left: 0;
		margin-right: 0;
	}
}

.asset.slider .iconContainer{
	display: flex; 
	padding: 30px;
	position: absolute; 
	top: 0; 
	right: 0; 
}
.asset.slider .iconContainer .svgIcon{
	width: 28px;
	height: 28px;
	padding: 0.4em;
	opacity: 1;
}

.asset.slider .carousel-item img {
  width: 100%;
  height: auto;
}
.asset.slider .pagination{
	font-size: 16px;
	line-height: 30px;
}
.asset.slider .carousel-control-next,
.asset.slider .carousel-control-prev{
	display: inline-block;
	top: unset;
	line-height: 30px;
	text-align: left;
	padding: 5px 15px;
}
.asset.slider .carousel-control-next{
	text-align: right;
}
.asset.slider .carousel-control-next span,
.asset.slider .carousel-control-prev span{
	height: 30px;
	width: auto;
}
.asset.slider .carousel-control-next .f-icon,
.asset.slider .carousel-control-prev .f-icon{
	font-size: 34px;
	color: #000;
	vertical-align: middle;
}

/**
 * Prospects
 */
.asset.prospects .carousel-item .col{
	padding: 7px;
}

.asset.prospects .carousel-item img {
  width: 100%;
  height: auto;
}

.asset.prospects .carousel-control{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	height: 2em;
	margin: 0 0.5em;
	
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;

	background: rgba(255,255,255,0.9);
	border-radius: 50%;
	transition: background 0.5s ease;
}

.asset.prospects .carousel-control-next{
	right: 0;   
}
.asset.prospects .carousel-control-prev{
	left: 0;   
}

/***********************************************
 * Icons
 */
.icon{
	display: block;
	font-size: 34px;
	border-radius: 50%;
	background: #d61113;
	color: #fff;

	width: 1em;
	height: 1em;
	line-height: 1em;
	position: relative;
}

.icon::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
}
.icon::after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
 }

.svgIcon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0.4rem;
	margin-left: 0.1rem;
	background-color: #dd0935;
	border-radius: 50%;
	opacity: 0.75;
 }
.asset .svgIcon{
	width: 1.2rem;
	height: 1.2rem;
	padding: 0.3rem;
}
 .svgIcon a{
 	width: 100%;
 }
 .svgIcon svg{
	fill: #fff;
 }
.svgIcon.svgIcon-play svg{
	width: 80%;
	margin-right: -20%;
}

.page .iconContainer{
	position: absolute;
	display: flex;
	justify-content: flex-end;
	pointer-events: none;
}
.page.col-md-3 .iconContainer{
	align-items: center;
	justify-content: center;
}

.page .inner .svgIcon.svgIcon-pdfDownload{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 48px;
	width: 1em;
	height: 1em;
	padding: 0.25em;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	opacity: 1;
}
.page .inner .svgIcon.svgIcon-pdfDownload svg{
	fill: #000;
}


/***********************************************
 * Overscolling
 */
#overscroll{
	width: 120px;
	height: 120px;
	max-height: 120px;
	margin: 50px auto 300px auto;
}
#overscroll .indicator{
	width:120px;
	height: 120px;
	max-height: 120px;
	background: #def;
	border-radius: 50%;
	transition: height .5s;
	text-align: center;
	overflow: hidden;
	position: relative;
	opacity: 0;
}
#overscroll .indicator span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/***********************************************
 * FontSizer
 */
.fontSizeToggler{
	margin-bottom: 1em;
}
.fontSizeOptions{
	padding: 0.5em 1em;
	margin-top: 0.5em;
	font-size: 0.5em;
}
.fontSizeOption,
.fontSizeOption:hover{
	display: inline-block;
	font-size: 14px;
	width:2em;
	height:2em;
	line-height:2em;
	text-align:center;
	text-decoration:none;

	color: inherit;
	text-align: center;
	vertical-align: middle;
}

.fontSizeOption.active{
	color: #fff;
	font-weight: 700;
	border-radius: 50%;
	background-color: #d61113;
}

/***********************************************
 * Detailseite
 */
.container article.content.article-detail{}
.container article.content.article-detail .meta{}
.container article.content.article-detail img{
	max-width: 100%;
	height: auto;
}

.container article.content.article-detail .inner > h2{
	margin-bottom: 0.7em;
}
.container article.content.article-detail .inner > h2 .keyword{
}
.container article.content.article-detail .inner > h2 ~ h2{
	margin-top: -0.7em;
}
.container article.content.article-detail .vorspannzeile{
	margin-bottom: 1.5em;
}
.container article.content.article-detail .vorspannzeile .schlagwort{
	font-weight: 700;
}


/**
 * Teaserbild
 */
.container article.content.article-detail .teaserImage{
	
	width: calc(100% + 30px);
	max-width: calc(100% + 30px); /* IE Fix */
	margin-bottom: 1rem;
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 576px) {
	.container article.content.article-detail .teaserImage{
		width: calc(100% + 90px);
		max-width: calc(100% + 90px); /* IE Fix */
		margin-left: -45px;
		margin-right: -45px;
	}
}

/** Teaser + Inline-Galerie !!! */
.container article.content.article-detail picture{
	position: relative;
	display: block;
	overflow: hidden;
}

.container article.content.article-detail picture img{
	width: 100%;
}
.container article.content.article-detail picture figcaption{
	width: 100%;
	padding: 20px 50px 0 50px;
}
.container article.content.article-detail picture figcaption .inner{
	/*padding: 0 0 0 1em;*/
	/*border-left: 4px solid #01A3CA;*/
	margin-bottom: 0;
	background: transparent;
}
.container article.content.article-detail picture figcaption .inner .text,
.container article.content.article-detail picture figcaption .inner .copyright{
	margin-bottom: 0;
	text-align: center;
}
.container article.content.article-detail picture figcaption .inner .text{
	font-size: 14px;
	font-weight: 800;
}
.container article.content.article-detail picture figcaption .inner .copyright{
	font-size: 14px;
	font-weight: 400;
}



.container article.content.article-detail span.firstLetter{
	display: inline-block;
	float: left;
	line-height: .65em;
	margin: 0 0.1em 0.01em 0;
	position: relative;
	bottom: -0.15em;
}

.article-detail .readMore{
	border-top: 1px solid #e7e7e7;
	padding-top: 20px;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}
@media (min-width: 576px) {
	.article-detail .readMore{
		margin-left: -45px;
		margin-right: -45px;
		margin-bottom: -15px;
	}
}

.article-detail .readMore .f-icon{
	font-size: 24px;
	font-weight: bold;
}
.article-detail .readMore span{
	font-weight: 600;
	color: #000;
}


p.fadeOut{
	position: relative;
}
p.fadeOut:after {
  position: absolute;
  width: 100%;
  height: 4em;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
}

.page.hidden{
	/*display: none;*/
}
.page .enjoy{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.1);
	pointer-events: none;
}
.page .enjoy span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 2px #000;
	writing-mode: sideways-lr;
}

@media (min-width: 992px) {
	.page .enjoy span{
		font-size: 30px;
	}
}

.pageGrid{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.pageGrid .item{
	width: calc(50% - 30px);
	margin: 15px;
}
.pageGrid.prospects .item{
	display: flex;
	align-items: flex-end;
}
.pageGrid.prospects .item span{
	line-height: 1.2em;
}
.pageGrid .item img{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

@media (min-width: 360px) {
	.pageGrid .item{
		width: calc(33% - 30px);
		margin: 15px;
	}
}

@media (min-width: 576px) {
	.pageGrid .item{
		width: calc(25% - 30px);
		margin: 15px;
	}
}

.pageGrid .item img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.pageGrid .item .day{
	display: block;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
}
.pageGrid .item .date{
	display: block;
	text-align: left;
	font-weight: 700;
}
.pageGrid.prospects .item .title{
	display: block;
	text-align: center;
	font-weight: 700;
}
.pageGrid.prospects .item .timeSpan{
	display: block;
	text-align: center;
}

/**
 * Suche
 */
.multicolumn{
	column-gap: 1.5rem;
	column-count: 1;
	column-gap: 15px;
}
@media (min-width: 768px) {
	.multicolumn{
		column-count: 2;
	}
}
@media (min-width: 992px) {
	.multicolumn{
		column-count: 3;
	}
}


/**
 * Qualitybadge
 */
.qualityBadge{
	position: fixed;
	bottom: -10em;
	left: 0;
	width: 100%;
	padding: 0.5em;
	text-align: center;
	transition: all .5s;
	z-index: 100;
	cursor: pointer;
}
.qualityBadge:empty,
.qualityBadge p:empty{
	display: none !important;
	background: transparent;
}

.qualityBadge.active{
	bottom: 0;
}
.qualityBadge p{
	margin-bottom: 0;
	line-height: 1.4em;
}

.backToIndexContainer{
	position: fixed;
	bottom: -50px;
	left: 0;
	width: 100vw;
	z-index: 15;
}
.backToIndexContainer .backToIndex{
	text-align: center;
}
.backToIndexContainer .backToIndex a{
	position: relative;
	transition: all .5s;
	top: 0px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.backToIndexContainer .backToIndex.active a{
	top: -100px;
}

/***********************************************
 * Footer
 */
.footer{
	padding: 50px 0;
}
.footer img{
	max-width: 100%;
	height: auto;
}

.footer .logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.footer .logo a img{
	width: 100%;
}

.footer .socialMediaIcon{
	display: flex;
	align-items: first baseline;
}
.footer .socialMediaIcon img{
	max-width: 15px;
}
.footer .socialMediaIcon span{
	margin-left: 9px;
}
.footer ul.content,
.footer ul.socialMediaIcons{
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}
@media (min-width: 768px) {
	.footer ul.content,
	.footer ul.socialMediaIcons{
		display: block;
		justify-content: unset;	
	}
}
.footer li,
.footer .socialMediaIcon{
	min-height: 30px;
	padding: 0 8px;
}

/*******************************************************
 * Dialogs
 */


/**
 * Login
 */
.productList{
	background: #e0e4e5;
}
@media (min-width: 768px) {
	.productList{
		padding: 30px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.productWrapper{
	margin: 20px 0;
	background: #fff;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (min-width: 768px) {
	.productWrapper{
		width: 30%;
		max-width: 18rem;
		height: 420px;
		margin: 0;
	}
	.productWrapper:nth-child(2) {
		position: relative;
		height: 460px;
		box-shadow: 0 0 5px #ccc;
	}
}
.productHeader{
	padding: 35px 25px 0;
}
.productHeader h5{
	margin-bottom: 0;
	font-size: 16px;
}
.productHeader p{
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}
.productPrice{
	padding: 0 25px;
}
.productPrice .currency{
	position: relative;
	bottom: 20px;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 20px;
	color: #777;
}
.productPrice .sum{
	font-size: 46px;
	font-weight: 600;
}
.productPrice .interval{
	color: #777;	
}
.productBody{
	padding: 0 25px;
	flex-grow: 3;
	max-height: 400px;
	overflow: auto;
}
.productBody ul{
	padding: 0;
}

.productBody li{
	list-style: none;
}
.productBody .mainText{
	font-weight: 600;
}
.productBody .subText{

}
.productFooter{
	padding: 10px;
	border-top: 1px solid #ccc;
}
.productFooter button .f-icon,
.productFooter a .f-icon{
	font-weight: bold;
	font-size: 26px;
	vertical-align: middle;
}
.productFooter a span,
.productFooter button span{
	vertical-align: middle;
}

.loginDialog .notice{
	text-align: center;
	background: #e0e4e5;
	padding: 5px 25px;
}


.openSearch:not(.collapsed) .f-icon-search::before{
	content: '\e800' !important;
}
.search{
	width: 100%; 
	top: 0px; 
	left: 0px;
	margin: 0;
}
@media (min-width: 768px) {
	.search{
		margin: 1rem 0;
	}
}

.search input.form-control{
	border: none;
}

.form-group.beautify{
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}

article.search .card{
	border: none;
}

.zommSizer{
	position: fixed;
	bottom: 40px;
	right: 30px;
	padding: 7px 7px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
	background: #fff;
	z-index: 100;
}
.zommSizer > * {
	display: inline-block;
	border: none;
	font-weight: 600;
	vertical-align: bottom;
	line-height: 24px;
}
.zommSizer .zoomSizeOption{
	background: transparent;
	border: none;
	cursor: pointer;
}
.zommSizer .zoomSizeOption.in{
}
.zommSizer .zoomSizeOption.out{
}
.zommSizer > span{
	text-transform: uppercase;
}

#smartbanner{
	margin-bottom: 5px;
}