body, html {
	height: 100%;
	background: white;
}

.shadowtext {
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
}

.uppercase {
	text-transform: uppercase;
}

/* The hero image */
.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/startpage/DAE_Bild_Header_low.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 80px;
	padding-bottom: 300px;
}

.hero-text {
	text-align: left;
	color: white;
}

.hero-button {
	width: 250px;
	margin-top: 50px;
}

.feature-button {
	margin: auto;
	width: 250px;
	margin-top: 15px;
}

.dae-btn, .dae-btn:link {
	/* Positioning and sizing */
	display: block;
	padding: 15px;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	background-color: #673AB7;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.dae-btn:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #4a2985;
}

#what-we-do .img-item {
	margin-top: 20px;
	padding: 10px;
	min-height: 200px;
	background-color: #cccccc;
	background-size: cover;
  	border-style: solid;
  	border-width: 5px;
}

.title {
	text-align: center;
	color: #532775;
}

.title small {
	text-align: center;
	line-height: 30px;
}

.textHeadline {
	font-weight: 300;
	font-size: 22pt;
	text-transform: uppercase;
}


#download {
	text-align: center;
}

#what-we-do {
	background-image: url(../img/desktop_landing/08_Hintergrund_HowIsItDifferent.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

#features {
	background-image: url(../img/desktop_landing/001d_Brush_Line_FullSize.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: -190px 0px;
	padding-top: 30px;
}

#features .container {
	padding-bottom: 50px;
}

#feature-details .default-background {
	background-image:
		url(../img/desktop_landing/001_PRODUCTVIDEO_Hintergrund.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	width: 100%;
	padding: 80px;
}

#feature-details .custom-background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 80px;
}

#feature-details .custom-background-image-1 {
	background-image: url(../img/examples/example6.jpg);
}

#feature-details .custom-background-image-2 {
	background-image: url(../img/examples/example10.jpg);
}

#feature-details .custom-background-image-3 {
	background-image: url(../img/examples/example8.jpg);
}

#feature-details .custom-background-image-4 {
	background-image: url(../img/examples/example9.jpg);
}

#feature-details .flex-container {
	display: flex;
}

.feature-details-title {
	color: white;
	text-transform: uppercase;
}

.feature-details-description {
	color: white;
}

.feature-card-left {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	border-radius: 15px 15px 15px 15px;
	background-color: rgba(255, 255, 255, 0.8);
}

.feature-card-right {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	border-radius: 15px 15px 15px 15px;
	background-color: rgba(255, 255, 255, 0.8);
}

.feature-image-left {
	max-width: 200px;
	padding: 25px;
	text-align: center;
	vertical-align: middle;
	margin-top: 40px;
	margin-right: 5%;
	border-radius: 15px 15px 15px 15px;
}

.feature-image-right {
	max-width: 200px;
	float: right;
	padding: 25px;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.8);
	margin-left: 5%;
	margin-top: 40px;
	border-radius: 15px 15px 15px 15px;
}
