.home-header .headerImage {
	height: 200px;
	max-height: 200px;
	max-width: 1360px;
	margin: 0 auto;
	NObackground-image: url(../Images/header_edustandards.jpg);
background: rgb(93,185,102);
background: linear-gradient(60deg, rgba(93,185,102,1) 0%, rgba(103,182,212,1) 100%); 
	background-position: center top ;
	background-size: cover;
	overflow: hidden;
}

.home-header .headerText .headerTxtInner h2 {
	font-size: 1.35rem;
	max-width: 100%;
}

.home-header .headerText {
	bottom: 1rem;
}

#maincontent .ctn-featuresIntrotxt.container-fluid h2 {
	font-size: 1.5rem;
	margin-bottom: 1.2rem;
}

.ctn-featuresIntrotxt {
	font-size: 1rem;
}

.introSelfAss > div {
	margin-top: 3rem;
}

.introSelfAss .btn {
	margin-top: 1.5rem;
}

.introComGrid .btn-edust {
	margin-top: 1.5rem;
	background-color: #059f89;
	font-size: 1rem;
	padding: .30rem 1.5rem;
}

.introComGrid .btn.btn-edust:hover,
.introComGrid .btn.btn-edust:focus {
	
}

.navbar-edustandards .nav-item a.nav-link.nav-link-login {
	background-color: #059f89;
	color: #fff;
	margin-left: 0.4rem;
	cursor: pointer;
}

.navbar-edustandards .nav-item a.nav-link.nav-link-login .icon {
	padding-right: .2rem;
}

/* Bootstrap Breakpoint ES */
@media (min-width: 576px) {
	.home-header .headerText .headerTxtInner h2 {
		font-size: 1.55rem;
	}
	#compGridA {
		background-image: url(../Images/background-selbsteinschaetzung.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 200px;
	}
	.introComGrid > div, 
	.introSelfAss > div {
		padding-right: 10rem;
	}
}

/* Bootstrap Breakpoint MD */
@media (min-width: 768px) {  
	.home-header .headerText .headerTxtInner h2 {
		max-width: 80%;
		font-size: 1.75rem;
	}
	#compGridA {
		background-size: 250px;
	}
	.introComGrid > div, 
	.introSelfAss > div {
		padding-right: 14.5rem;
	}	
}

/* Bootstrap Breakpoint LG */
@media (min-width: 992px) {
	.home-header .headerImage {
		height: 200px;
		max-height: 200px;
	}
	.home-header .headerText .headerTxtInner h2 {
		max-width: 80%;
	}
	.introSelfAss > div {
		margin-top: 0;
	}
	#compGridA {
		background-size: contain;
		background-size: 200px;
	}
	.introComGrid > div {
		padding-right: 0;
	}
	.introSelfAss > div {
		padding-right: 8rem;
	}		
}

/* Bootstrap Breakpoint EX */
@media (min-width: 1200px) {
	.home-header .headerText .headerTxtInner h2 {
		max-width: 80%;
	}
	.introSelfAss > div {
		padding-right: 9rem;
	}
}

@media (min-width: 1350px) {
	.home-header .headerText .headerTxtInner h2 {
		max-width: 80%;
	}
	.introSelfAss > div {
		padding-right: 11rem;
	}
}