/* box für img  PDF */

.box {
	position: relative;
}

.box img, .box svg {
	position: absolute;
	left: 0;
	top: 0;
}

/* logo and corporate design adjustments */
#step-1 {
	background-image: url("../img/logo_grey.png");
	background-repeat: no-repeat;
	background-position: right 0;
	background-size: 3.8em;
}

#step-1 h1 {
	margin-right: 1.2em;
	padding-left: .1em;
	background-color: #b0d377;
}

#step-1 h2 {
	position: relative;
	z-index: -1;
	margin-left: 1em;
	padding-left: .1em;
	background-color: #e3f0d2;
}

.step h2:first-child {
	padding-left: .2em;
	color: white;
	background-color: #01315f;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-position: right .2em bottom -.2em;
	background-size: 1.6em;
}

.step h2:first-child + h3 {
	position: relative;
	z-index: -1;
	margin-top: -25px;
	margin-right: 4em;
	padding-left: 1em;
	background-color: #e3f0d2;
}

/* video */
video {
    -webkit-transform: translateZ(1px);
}

kbd {
background: #F7F7F7; 
background-image:linear-gradient(rgba(255,255,255,.4),rgba(127,127,127,.2)); border-color:#DDDDDD #AAAAAA #888888 #CCCCCC; border-radius:2px; border-style:solid; border-width:1px; padding:0 .4em; text-shadow:0 1px rgba(255,255,255,.2); white-space:nowrap;    
}
dd {margin:0}
/* ENABLE POINTER EVENTS ON SPECIAL ELEMENTS */
/* 
.present a,
.present a:hover,
.present svg,
.present svg:hover,
.present object,
.present object:hover,
.present iframe,
.present iframe:hover,
.present .ct-container,
.present .ct-container:hover,
.present .swiper-container,
.present .swiper-container:hover,
.present .ug-gallery-wrapper,
.present .ug-gallery-wrapper:hover,
.ug-lightbox-button-close,
.ug-lightbox-arrow-right,
.ug-lightbox-arrow-left,
button.mfp-close {
	pointer-events: auto;
}
<!-- swiper -->
.swiper-container-horizontal .swiper-slide {
	padding: 25px 0 10px 0;
	font-size: 18px;
	background: #fff;
	
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	display: flex;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		-webkit-justify-content: left;
	justify-content: left;
		-webkit-box-align: left;
		-ms-flex-align: left;
		-webkit-align-items: left;
	align-items: left;
	overflow: auto;
}

.swiper-container-horizontal .first {
	margin-left: 55px;
}

.swiper-container-horizontal .last {
	margin-right: 55px;
}

.swiper-container-horizontal .swiper-pagination-bullet-active {
	background-color: #C00000;
}

.swiper-container-horizontal .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23FFFFFF\'%2F%3E%3C%2Fsvg%3E");
	left: auto;
	right: 0px;
}

.swiper-container-horizontal .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23FFFFFF\'%2F%3E%3C%2Fsvg%3E");
	left: 0px;
	right: auto;
}

.swiper-container-horizontal .swiper-button-next, .swiper-container-horizontal .swiper-button-prev {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 27px 44px;
	cursor: pointer;
	margin-top: 0px;
	position: absolute;
	top: 0;
	width: 27px;
	z-index: 10;
	background-color: #87888A;
	height: 100%;
	padding: 0 5px;
}

.swiper-container-horizontal {
	border: 1px solid #ECECEC !important;
}

*/
