@charset "utf-8";


.stage-container {
	background-image: url(./images/key-visual.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #003b6a;
	background-size: auto 100%;;
}
.stage-contents {
	display: block;
	max-width: 1140px;
	min-height: 280px;
	margin: 0 auto;
	padding-right: 300px;
	padding-left: 0;
}
.stage-contents-inner {
	display: table-cell;
	width: 700px;
	height: 280px;
	vertical-align: middle;
	background-color: #003B6A;
}
.stage-headline {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: bold;
	color: #FFF;
}
.stage-text {
	color: #FFF;
}


.qa-category-links-container {
	margin-top: 60px;
	margin-top: 3.75rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.qa-category-links {
	max-width: 1140px;
	margin: 0 auto;
	padding: 15px 0 15px 10px;
	text-align: right;
	list-style-type: none;
}
.qa-category-item {
	display: inline-block;
	padding: 0 2px;
}
.qa-category-link {
	display: block;
	padding: 10px 8px 5px 8px;
	border-bottom: 3px solid transparent;
	font-size: 1.5rem;
}
.qa-category-link:hover {
	border-bottom-color: #003B6A;
}
.qa-category-link.selected {
	border-bottom-color: #003B6A;
}



.page-headline {
	margin-bottom: 50px;
	letter-spacing: normal;
	font-size: 2.4rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.page-headline--small {
	display: block;
	margin-top: 30px;
	font-size: 80%;
	color: #003B6A;
}



.qa-category-name {
	margin-top: 70px;
	margin-top: 4.4rem;
	margin-bottom: 30px;
	margin-bottom: 1.9rem;
	font-size: 2.5rem;
}
.qa-type-list {
	margin-bottom: 0;
}
.qa-type-name {
	margin-bottom: 0;
	padding: 15px 50px 15px 0;
	border-top: 1px solid #888;
	font-size: 1.75rem;
	font-weight: bold;
	color: #005691;
	cursor: pointer;
	background-image: url(/__shared/images/arrow-up.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 30px;
}
.qa-type-name.collapsed {
	background-image: url(/__shared/images/arrow-down.svg);
}
.qa-type-name:not(.collapsed):last-child .qa-item-list {
	border-bottom: 1px solid #888;
}

.qa-type-name:first-of-type {
	border-top: 0;
}
.qa-type-name.collapsed:last-of-type {
	border-bottom: 1px solid #888;
}
.qa-type-name:last-of-type + .qa-type-details {
	border-bottom: 1px solid #888;
}





.qa-item-list {
	margin-left: 7px;
}
.qa-item-name {
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-size: 1.25rem;
	font-weight: normal;
	color: #005691;
	cursor: pointer;
}
.qa-item-name.collapsed {
	border-bottom: 1px solid #DDD;
}
.qa-item-name.collapsed:last-of-type {
	border-bottom: 0;
}

.qa-item-details {
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
	line-height: 1.8;
	font-size: 1.0rem;
}
.qa-item-details:last-child {
	border-bottom: 0;
}



.icon-Bosch-Ic-arrow-black-bottom::before {
	content:""
}













@media only screen and (max-width: 919px) {


}



@media screen and (max-width: 768px) {


	.stage-contents {
		min-height: auto;
		padding-right: 0;
	}
	.stage-contents-inner {
		height: auto;
	}


	.stage-container {
		background-image: none;
	}

	.stage-headline {
		margin-top: 20px !important;
	}

	.qa-item-name {
		font-size: 1.4rem;
	}

	.qa-item-details {
		font-size: 1.2rem;
	}
	.qa-item-details * {
		font-size: 1.2em;
	}
}
