﻿/* info1450 box -------------------------------------------------------------------- */
.info1450-line {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #18547f;	
}

.info1450-teaser {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 50px;
	width: 210px;
	background-color: #18547f;
	color: #ffffff;
	cursor: pointer;
	padding: 1rem;
	border-top-right-radius: 0.5rem;
	border-top-left-radius: 0.5rem;
	transition: bottom 0.3s ease-in-out;
	box-sizing: inherit;
}

.info1450-teaser .icon {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	margin-right: 0.3rem;
	vertical-align: middle;
}

.info1450-teaser .info {
	margin-top: 0.5rem;
	font-weight: bold;
	font-size: 1.0rem;
}

.info1450-detailbox {
	border-radius: 10px;
	background-color: #18547f;
	color: #ffffff;
	font-size: 87.5%;
	line-height: 1.2em;
	font-weight: 400;
}

.info1450-detailbox .icon {
	width: 3rem;
	height: 3rem;
}

.info1450-detailbox h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.info1450-detailbox ul {
	display: inline-block;
	text-align: left;
	margin-bottom: 1rem;
}

.info1450-detailbox a {
	color: #ffffff;
}

.info1450-detailbox .pwrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 1.5rem;
}

.info1450-detailbox .pwrapper .icon {
	flex-shrink: 1;
}

.info1450-detailbox .pwrapper .content {
	flex-grow: 1;
	text-align: left;
	padding-left: 1rem;
}
/* info1450 box - end -------------------------------------------------------------- */