<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.info .carousel-container {
	position:relative;
}
.info .carousel-container .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.info .carousel-container .carousel-controls {
	position: absolute;
    right: 0;
    bottom: 5px;
}
.info .carousel-container .slide-selector-container {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.info .carousel-container .slide-selector-list-container {
	float: right;
}
.info .carousel-container .slide-selector {
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	float:left;
	background-color: #ffffff;
}

.info .carousel .slide-content {
	display: table;
	background-color: #e7eaec; /* light-grey - RGB (231,234,236) */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 190%;
}

.info .carousel .info-banner img {
	/*max-height: 400px;*/
	/*max-width: 85%; */
	margin-right: auto;
    margin-left: auto;
	position: absolute;
	top: 0;
	right:0;
	height:100%;
	width:auto;
}

.info .carousel .info-content .content {
	line-height: 1.2;
}

.info .carousel .info-content .headline1 {
	text-transform: uppercase;
	font-size: 155%;
	line-height: 0.9;
}

.info .carousel .info-content .headline2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 165%;
	line-height: 1.2;
}

.info .carousel .info-content .headline2 a {
	text-decoration: none;
}

.info .details .logo {
	float: left;
	width: 30%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
}

.info .details .headline {
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.info .details .content {
	font-size: 17px;
}

.XXXinfo .details .content ul &gt; li {
	list-style-type: none;
	background-image: url(checkliste-haken_gross.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5em auto;
    line-height: 2.5em;
	min-height: 40px;
	min-width: 30px;
	padding-left: 40px;
	padding-top: 5px;
	height: auto;
	vertical-align: middle;
}

.info .details .legend {
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.info-content div.details a.details {
	color: #333;
	text-decoration: underline;
	font-size:17px;
	margin-right: 25px;
}
.info .details .action-link a.btn {
	border-radius: 0;
	background-color: #2E444C;
	color: #ffffff;
	font-weight: bold;
}
@media(max-width:767px) { /* XS */
	.info .carousel .slide-content {
		font-size: 17px;
	}
	.info .carousel .info-content {
		display: block;
		width: 100%;
	}

	.info .carousel .info-banner {
		display: none;
	}

	.info .carousel .slide-content .details a {
		display: block;
	}
}
@media(min-width:768px) {
	.info .carousel .info-content {
		display: table-cell;
		width: 50%;
		padding-right: 10px;
	}

	.info .carousel .info-banner {
		display: table-cell;
		width: 50%;
		/*max-width: 400px; */
		vertical-align: middle;
		position: relative;
	}
}
</pre></body></html>