#aktienChart {
	container: chart / inline-size;
	position: relative;
	width: 100%;
	height: 500px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

#ipoScreenshot {
	width: 100%;
	height: 100%;
	display: none;
}
#ipoScreenshot .ipoMobileImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#ipoScreenshot .ipoMobileMessage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.85);
}
#ipoScreenshot .ipoMobileMessage .ipoMessageAndIcon {
	position: absolute;
	top: 50%;
	left: 20px;
	width: calc(100% - 40px);
	transform: translateY(-50%);
}
#ipoScreenshot .ipoMobileMessage .ipoMessageAndIcon .ipoIcon {
	width: 60px;
	height: 60px;
	background-size: 60px;
	margin: 20px auto;
}

#ipoContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#ipoContainer text.yearLabel,
#ipoContainer text.defaultValueLabel,
#ipoContainer text.valueLabel {
	opacity: 1;
	fill: #999;
	transition: opacity 0.5s ease-in-out, fill 0.5s ease-in-out, font-size 0.5s ease-in-out;
}

#ipoContainer text.yearLabel.ipoHidden,
#ipoContainer text.defaultValueLabel.ipoHidden,
#ipoContainer text.valueLabel.ipoHidden {
	opacity: 0;
}

#ipoContainer text.yearLabel.large,
#ipoContainer text.defaultValueLabel.large,
#ipoContainer text.valueLabel.large {
	fill: #000;
	font-size: 14px !important;
	opacity: 1;
}

#ipoContainer text.yearLabel:hover,
#ipoContainer text.defaultValueLabel:hover,
#ipoContainer text.valueLabel:hover {
	opacity: 1;
}

#ipoContainer text.defaultValueLabel,
#ipoContainer text.valueLabel {
	text-anchor: start;
}

#ipoContainerPopup {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	background: rgba(255,255,255,0.9);
	visibility: hidden;
	display: none;
	opacity: 0;
	transition: top 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s;
	border-radius: 5px;
	box-shadow: 0 0 5px 3px rgba(0,0,0, 0.1);
	z-index: 2;
}

#ipoContainerPopupWrapper {
	min-height: 50px;
	max-height: 100px;
	overflow-y: hidden;
	transition: max-height 0.2s ease-in-out;
}

#ipoContainerPopup .ipoHeadline {
	position: relative;
}

#ipoContainerPopup .ipoCopytext {
	padding-top: 0;
	padding-bottom: 10px;
}
#ipoContainerPopup .ipoCopytext p {
	margin-top: 0;
	line-height: 20px;
}
#ipoContainerContent {
	min-height: 100px;
}
#ipoContainerContent .ipoImage {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}
#ipoContainerPopup .ipoArrowContainer {
	position: absolute;
	width: 10px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	left: -10px;
	overflow: hidden;
}
#ipoContainerPopup .ipoArrowContainer .ipoArrow {
	width: 20px;
	height: 20px;
	margin-left:5px;
	transform: rotate(45deg);
	background-color: rgb(255,255,255);
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}
#ipoContainerPopup .ipoArrowContainer.left {
	left: auto;
	right: -10px;
}
#ipoContainerPopup .ipoArrowContainer.left .ipoArrow {
	margin-left:-15px;
}

#ipoContainerPopup .ipoImage {
	display: none;
}
#ipoContainerPopup.hasImage .ipoCopytext {
	padding-top: 8px;
}
#ipoContainerPopup.hasImage .ipoImage {
	margin-left: 10px;
	height: 130px;
	width: 230px;
	display: block;
	background-size: 230px auto !important;
}

#ipoContainerPopup .ipoHeadline {
	position: relative;
}
#ipoContainerPopup .ipoHeadline .ipoTitle {
	letter-spacing: -0.1px;
}

#ipoContainerPopup .ipoCopytext {
	padding-top: 0;
	padding-bottom: 4px;
	display: block;
}
#ipoContainerPopup .ipoCopytext p {
	margin-top: 0;
	margin-bottom: .5rem;
}

#ecContainerPopup .ipoCopytext a:hover {
	text-decoration: underline;
}

#ipoContainerPopup .ipoLinkMore {
	padding: 0 10px 10px 0px;
	font-size: 14px;
	text-decoration: none;
	margin-top: 0;
	background: none;
	cursor: pointer;
	color: #0081b4;
}
#ipoContainerPopup .ipoLinkMore:hover {
	text-decoration: underline;
}

#ipoContainerPopupWrapper {
	overflow-y: hidden;
}

#ipoContainerContent {
	overflow: hidden;
}
#ipoContainerContent .ipoHeadline .ipoTopic {
	clear: both;
	padding: 10px 10px 0 10px;
	color: #333;
	font-size: 14px;
	line-height: 1.1;
	display: block;
	position: relative;
	z-index: 1;
}
#ipoContainerContent .ipoHeadline .ipoTitle {
	clear: both;
	padding: 2px 10px 8px 10px;
	color: #333;
	font-size: 20px;
	line-height: 1.1;
	display: block;
	position: relative;
	z-index: 1;
}
#ipoContainerContent .ipoCopytext {
	padding: 8px 25px 0 10px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 1.2;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
}

#ipoInfoPopup {
	position: absolute;
	left: 100px;
	top: 100px;
	visibility: hidden;
	display: none;
	opacity: 0;
	transition: left 0.2s ease-in-out, top 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 5px;
	box-shadow: 0 0 5px 3px rgba(0,0,0, 0.1);
	z-index: 1;
}
#ipoInfoPopupContent {
	padding: 6px;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	color: #fff;
}
#ipoInfoPopup.internal {
	background: rgba(0,130,180,0.9);
}
#ipoInfoPopup.internal .ipoArrow {
	background: rgba(0,130,180,0.9);
}
#ipoInfoPopup.external {
	background-color: rgba(102,102,102,0.9);
}
#ipoInfoPopup.external .ipoArrow {
	background: rgba(102,102,102,0.9);
}

#ipoInfoPopup .ipoArrowContainer {
	position: absolute;
	width: 20px;
	height: 10px;
	top: -10px;
	margin-left: -10px;
	left: 50%;
	overflow: hidden;
}
#ipoInfoPopup .ipoArrowContainer .ipoArrow {
	width: 20px;
	height: 20px;
	margin-top:5px;
	transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out;
}

.bubble {
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.bubble.internal {
	background-color: rgb(0,130,180);
}
.bubble.external {
	background-color: rgb(102,102,102);
}
.bubble.b1 {
	margin-top: -60px;
}
.bubble.b2 {
	margin-top: -110px;
}
.bubble.b3 {
	margin-top: -160px;
}
.bubble.b4 {
	margin-top: -210px;
}
.bubble.b5 {
	margin-top: -260px;
}
.bubble.bubblehidden {
	margin-top: 0px;
	opacity: 0;
	transform: scale(0.1);
}

#ipoContentContainer i.fa {
	color: #fff;
	margin-top: 9px;
	margin-left: 13px;
	font-size: 24px;
}
#ipoContentContainer i.fa.fa-play {
	margin-top: 10px;
	margin-left: 16px;
}
#ipoContentContainer i.fa.fa-picture-o {
	margin-top: 10px;
	margin-left: 10px;
}
#ipoContentContainer i.fa.fa-arrow-right {
	color: #0082b4;
	margin-top: 0;
	margin-left: 0;
	margin-right: 5px;
	font-size: 14px;
}

@media screen and (max-width: 400px) {
	#ipoContainer {
		display: none;
	}
	#ipoScreenshot {
		display: block;
	}
}
