*, html {
scroll-behavior: smooth!important;
}

.red-ol {
	border: solid red 1px;
}

.green-ol {
	border: solid green 1px;
}

.blue-ol {
	border: solid blue 1px;
}

.ap-blue-box {
	background: #007bc0;
	color: white;
}

.ap-grey-box {
	background: #eff1f2;
	color: black;
}

.ap-mt-2 {
	margin-top: 2rem;
}

.ap-icon-list {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}


/* Set Aria-Label to mb2 */
section[aria-label~='mb2'] {
 margin-bottom: 2rem;
}

/* Set Aria-Label to mt2 */
section[aria-label~='mt2'] {
 margin-top: 2rem;
}

/* Apic Headline Full Width Fix */
/* Set Aria-Label to full-width */
@media only screen and (min-width: 768px) {
	section[aria-label~='full-width'] div.e-container > div {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}
/* Apic Zweier.Grid Fix */
/* Set Aria-Label to row2 */
@media only screen and (min-width: 768px) {
	section[aria-label~='row2'] div.e-container div.M-Text-StagedTypography__content {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

/* Apic Zweier.Grid Fix (blue background) */
/* Set Aria-Label to row2blue */
@media only screen and (min-width: 768px) {
	section[aria-label~='row2blue'] div.e-container div.M-Text-StagedTypography__content {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	section[aria-label~='row2blue'] div.e-container div.M-Text-StagedTypography__content div.M-Text-StagedTypography__item {
		background: #e8f1ff!important;
	}
}

/* Apic Grid Module */
.ap-grid-module-h1 {
	color: #fff;
	font-family: boschsans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 0px;
}
.ap-grid-module-h2 {
	color: #fff;
	font-family: boschsans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin: 16px 0px;
}
@media only screen and (min-width: 520px) {
.ap-grid-module-h2 {
	margin: 24px 0px 16px 0px;
}
}
.ap-grid-btn-txt {
	color: #fff;
	text-align: center;
	font-family: boschsans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
a.ap-grid-module-btn {
	text-decoration: none !important;
}
.ap-grid-txt-shadow {
	text-shadow: 0px 2px 20px black;
}
.ap-grid-module-btn {
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 8px 25px;
	justify-content: center;
	align-items: flex-start;
	border: 1px solid #fff;
	transition: all;
	transition-duration: 200ms;
	background-color: #00000044;
}
.ap-grid-module-btn:hover {
	transition: all;
	transition-duration: 200ms;
	background-color: #ffffff44;
}
.ap-grid-module-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ap-grid-module-container {
	display: flex;
	align-items: end;
	background: white;
}
.ap-grid-module-txt-wrapper {
	position: absolute;
	padding: 24px 24px;
}
@media only screen and (min-width: 768px) {
	.ap-grid-module-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	.ap-grid-module-item-2 {
		grid-column-start: 1;
		grid-row-start: 2;
	}
	.ap-grid-module-item-3 {
		grid-row: span 2 / span 2;
		grid-column-start: 2;
		grid-row-start: 1;
	}
	.ap-grid-module-txt-wrapper {
		padding: 44px;
	}
}

/* apic culumns grid */

.ap-grid-img-3 {
	width: 100%;
}
.ap-2-columns-grid {
	display: grid;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 2rem;
	padding: 0;
}
.ap-columns-grid-headline {
	font-weight: 800;
	margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
	.ap-grid-img-3 {
		height: 100%;
	}
	.ap-2-columns-grid-item {
		grid-column: span 6;
	}
	.ap-2-columns-grid {
		display: grid;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
		grid-template-columns: repeat(12, 1fr);
	}
}
@media only screen and (min-width: 992px) {
	.ap-2-columns-grid {
		display: grid;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
		grid-template-columns: repeat(12, 1fr);
	}
}
.ap-2-columns-grid-item {
	grid-column: span 12;
	padding: 32px 24px;
}


/* apic culumns grid */
.ap-2-columns-grid {
	display: grid;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 2rem;
	padding: 0;
}
.ap-columns-grid-headline {
	font-weight: 800;
	margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
	.ap-2-columns-grid-item {
		grid-column: span 6;
	}
	.ap-2-columns-grid {
		display: grid;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
		grid-template-columns: repeat(12, 1fr);
	}
}
@media only screen and (min-width: 992px) {
	.ap-2-columns-grid {
		display: grid;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
		grid-template-columns: repeat(12, 1fr);
	}
}
.ap-2-columns-grid-item {
	grid-column: span 12;
	padding: 32px 24px;
}


/* apic webgl module */

.ap-fullscreen {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90svh;
	min-height: 650px;
}

model-viewer {
	width: 100%;
	height: 100%;
	background-color: #eff1f2;
}

.ap-webgl-container {
	z-index: 9999;
	min-width: 360px;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
	pointer-events: all;
	padding: 24px 16px 16px 16px;
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	background: #ffffff93;
}

.ap-webgl-parent {
	width: 100%;
	pointer-events: none;
	position: absolute;
	bottom: 0px;
}

.ap-webgl-div4,
.ap-webgl-div2 {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.ap-webgl-div4 {
		grid-row: span 3 / span 3;
		grid-column-start: 2;
		grid-row-start: 2;
	}
	.ap-webgl-div2 {
		grid-row: span 3 / span 3;
		grid-column-start: 7;
		grid-row-start: 2;
	}
	.ap-webgl-container {
		display: flex;
		-webkit-backdrop-filter: blur(24px);
		backdrop-filter: blur(24px);
		background: #ffffff93;
		padding: 44px 32px 32px 32px;
	}
	.ap-webgl-parent {
		position: relative;
		margin-top: 0px;
		display: grid;
		grid-template-columns: repeat(8, 1fr);
		grid-template-rows: repeat(8, 1fr);
	}
	.ap-webgl-paragraph {
		font-size: 16px;
	}
	.ap-webgl-h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.ap-webgl-h1 {
		font-size: 24px;
		line-height: 34px;
	}
}

@media only screen and (min-width: 1920px) {
	.ap-webgl-div4 {
		grid-row: span 3 / span 3;
		grid-column-start: 3;
		grid-row-start: 3;
	}
	.ap-webgl-div2 {
		grid-row: span 3 / span 3;
		grid-column-start: 6;
		grid-row-start: 3;
	}
	.ap-webgl-container {
		display: flex;
		-webkit-backdrop-filter: blur(24px);
		backdrop-filter: blur(24px);
		background: #ffffff93;
		padding: 44px 32px 32px 32px;
	}
	.ap-webgl-parent {
		position: relative;
		margin-top: 0px;
		display: grid;
		grid-template-columns: repeat(8, 1fr);
		grid-template-rows: repeat(8, 1fr);
		transform: scale(1.3);
	}
	.ap-webgl-paragraph {
		font-size: 16px;
	}
	.ap-webgl-h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.ap-webgl-h1 {
		font-size: 24px;
		line-height: 34px;
	}
}

.ap-webgl-hide {
	display: none;
}
.ap-webgl-fx-btn-active {
	background: #979ea4 !important;
}

.ap-webgl-subcontainer {
	display: flex;
	padding-top: 4px;
	align-items: flex-end;
	justify-content: end;
	gap: 16px;
	align-self: stretch;
	width: 100%;
}

.ap-webgl-arrow {
	display: flex;
	aspect-ratio: 1 / 1;
	width: 48px !important;
	height: 48px;
	align-items: center;
	justify-content: center;
}

.ap-webgl-close-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.ap-webgl-close-btn:hover {
	width: 48px;
	height: 48px;

	background: #eff1f288;
}
.ap-webgl-headline-wrapper {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ap-webgl-h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0px;
}

.ap-webgl-h1 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 0px;
}

.ap-webgl-paragraph {
	font-size: 14px;
	font-weight: 400;
}
.HotspotAnnotation {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
button.Hotspot {
	background: #007bc0;
	color: white;
	font-size: x-large;
	line-height: 0px;
	padding: 0;
	height: 24px;
	width: 24px;
	text-align: center;
	border-radius: 50px;
	border: solid 1px #0088d4 !important;
	transition: all 0.2s ease;
}

button.Hotspot:hover,
button.Hotspot:focus,
button.Hotspot:active {
	background: #00629a !important;
	border: solid 1px #0088d4 !important;
	transition: all 0.2s ease;
	color: white;
}


/* apic - threesixty bosch style fix */
[data-threesixty] {
	width: 100%;
	height: 100%;
}
.threesixty-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 4px;
	width: 100%;
	margin-bottom: 16px;
}
.threesixty-button {
	background-color: #007bc0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	user-select: none;
	transition: all 0.2s ease-in-out;
	&:hover {
		background-color: #00629a !important;
	}
	& img {
		padding-left: 3px;
		pointer-events: none;
		width: 20px;
		height: 20px;
	}
	&.threesixty-button-text {
		text-wrap: nowrap;
		background-color: white !important;
		width: fit-content;
		padding: 0 1rem;
		font-size: 16px;
		color: #007bc0 !important;
		font-weight: 400;
		cursor: pointer;
		border: 1px solid #007bc0;
	}
	&.threesixty-button-text:hover {
		background-color: #d1e4ff !important;
	}
}

.threesixty-button-touch {
	position: relative;
	bottom: 40px;
	width: 40px;
	height: 40px;
	z-index: 10;
	right: 0;
}

.threesixty-link-container {
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(24px);
	padding: 6px 16px;
	border-radius: 0px;
}

/* Icon 1: Material Check */
[aria-label="coloricons"] .A-Text-TextContentIcon .boschicon-bosch-ic-material-check,
[aria-label="coloricons"] .boschicon-bosch-ic-material-check {
  color: #007BC0!important;
}

/* Icon 2: Certificate */
[aria-label="coloricons"] .A-Text-TextContentIcon .boschicon-bosch-ic-certificate,
[aria-label="coloricons"] .boschicon-bosch-ic-certificate {
  color: #C535BC!important;
}

/* Icon 3: Hand Pull */
[aria-label="coloricons"] .A-Text-TextContentIcon .boschicon-bosch-ic-hand-pull,
[aria-label="coloricons"] .boschicon-bosch-ic-hand-pull {
  color: #18837E!important;
}

/* Icon 4: Warranty */
[aria-label="coloricons"] .A-Text-TextContentIcon .boschicon-bosch-ic-warranty,
[aria-label="coloricons"] .boschicon-bosch-ic-warranty {
  color: #007BC0!important;
}

/* Icon 5: Cash Frame */
[aria-label="coloricons"] .A-Text-TextContentIcon .boschicon-bosch-ic-cash-frame,
[aria-label="coloricons"] .boschicon-bosch-ic-cash-frame {
  color: #C535BC!important;
}

/* Icon 6: Efficiency */
[aria-label="coloricons"] .A-Text-TextContentIcon .boschicon-bosch-ic-efficiency,
[aria-label="coloricons"] .boschicon-bosch-ic-efficiency {
  color: #18837E!important;
}
