/* CSS Slider Kuchen Images */


.hero-slider-content-container {
  position: absolute;
  left: 50%;
  top: 37.5%;
  transform: translateX(-50%) translateY(0);
  width: 90vw;
  z-index: 11;
  text-align: center;
}

@media only screen and (min-width: 600px) and (orientation: portrait) { 
	.hero-slider-content-container {
		top: 32.5%;
		width: 85vw; }
}

@media only screen and (min-width: 1000px) and (orientation: landscape) { 
	.hero-slider-content-container {
		top: 42%;
		width: 90vw; }
}

@media only screen and (max-width: 850px) and (orientation: landscape) { 
	.hero-slider-content-container {
		top: 32.5%;
		width: 90vw; }
}

/* CSS Static Hero mages */

.hero-image-content-container {
  position: absolute;
  left: 50%;
  bottom: 12.5%;
  transform: translateX(-50%) translateY(0);
  width: 90vw;
  z-index: 11;
  text-align: center;
}

@media only screen and (min-width: 600px) and (orientation: portrait) { 
	.hero-image-content-container {
		bottom: 12.5%;
		width: 85vw; }
}

@media only screen and (min-width: 1000px) and (orientation: landscape) { 
	.hero-image-content-container {
		 bottom: 12.5%;
		width: 90vw; }
}

@media only screen and (max-width: 850px) and (orientation: landscape) { 
	.hero-image-content-container {
		 bottom: 10%;
		width: 90vw; }
}

/* Slider Images */

.image-kuchen-slide-1 {
	background: url(../img//herokuchenimages/image_kuchen_opener.jpg) no-repeat center center/cover; 
}

.image-kuchen-slide-2 {
	background: url(../img//herokuchenimages/image_kuchen_geburtstag_02.jpg) no-repeat center center/cover; 
}

.image-kuchen-slide-3 {
	background: url(../img//herokuchenimages/image_kuchen_taufe_01.jpg) no-repeat center center/cover;
}

.image-kuchen-slide-4 {
	background: url(../img//herokuchenimages/image_kuchen_kommunion_01.jpg) no-repeat center center/cover;
}

.image-kuchen-slide-5 {
	background: url(../img//herokuchenimages/image_kuchen_geburtstag_03.jpg) no-repeat center center/cover;
}

.image-kuchen-slide-6 {
	background: url(../img//herokuchenimages/image_kuchen_geburtstag_01.jpg) no-repeat center center/cover; 
}

.image-kuchen-slide-7 {
	background: url(../img//herokuchenimages/image_kuchen_geburtstag_04.jpg) no-repeat center center/cover;
}

.image-kuchen-slide-8 {
	background: url(../img//herokuchenimages/image_kuchen_hochzeit_01.jpg) no-repeat center center/cover;
}

.image-kuchen-slide-9 {
	background: url(../img//herokuchenimages/image_kuchen_hochzeit_04.jpg) no-repeat center center/cover; 
}

.image-kuchen-slide-10 {
	background: url(../img//herokuchenimages/image_kuchen_outro.jpg) no-repeat center center/cover;
}
