@import "/assets/pam/lib/loaders.css/loaders.min.css";
@import "/assets/pam/lib/fancybox/jquery.fancybox.min.css";
@import "/assets/pam/css/theme.css";
@import "https://font.nicdn.de/pt-mono.css";
@import "https://font.nicdn.de/pt-serif.css";
@import "https://font.nicdn.de/lato.css";
@import "https://lib.nicdn.de/fa/6.2.1/css/all.min.css?v1.0";


.devices-wrapper img {
	display: inline-block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
/* 	opacity: 0.5; */
	transition: all 1s;
}

.devices-wrapper img:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
/* opacity: 1; */
}

/* ------------- Content Elemente Classic */
.bg-light-classic h2 {
	color: #666666;
	margin-top:50px;
}

.bg-light-classic h3 {
	color: #666666;
	margin-top:25px;
}


/* -------------- */
.section-bg-image {
	min-height:80vh;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.mask {
	position: absolute;
	background-position: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.opacity-4 {
	opacity: .4!important;
}
.section-bg-image .container {
	z-index: 1;
}
.section-bg-image h1 {

}