@charset "utf-8";
/* CSS Document */


.container-hero-fluid {
/*height: 800px;*/
}
@media (min-width: 768px) { 
.container-hero-fluid {
height: 700px;}
}
@media (min-width: 1200px) { 
.container-hero-fluid {
height: 800px;}
}

.container-hero-fluid-inner {

}

/*Container mit Bild - position-absolute */
.container-hero-img {
position: relative;
		overflow: hidden;
	
}
@media (min-width: 768px) { 
.container-hero-img {
position: absolute;
}
}

@media (min-width: 2000px) { 
.container-hero-img {
	padding-right: 20rem;
    padding-left: 10rem;}
}

.sc-hero-img-fluid {
}

.sc-hero-img-fluid img {

	height: 560px;
	width: auto;
	margin-top: 40px;

}
@media (min-width: 768px) { 
.sc-hero-img-fluid img {
height: 660px;}
}
@media (min-width: 1200px) { 
.sc-hero-img-fluid img {
height: 760px;}
}

/*Container mit Text - position-relative */
.container-hero-text {
position: relative;
}


/* Einfaches Bild 100% width */
sc-image-100
.sc-image-100 {
overflow: hidden;
}

