/* Drechselei Dirk Bastian */

/* Images Kittchen */

/* Titel */

.kittchen-image-1 {
  background: url(../img/sliderimages/kittchen/kittchen_titel_landscape.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 650px) and (orientation: portrait)  {
	.kittchen-image-1 {
		background: url(../img/sliderimages/kittchen/kittchen_titel_portrait.jpg) no-repeat center center/cover; }
}

/* Examples */

.kittchen-image-2 {
  background: url(../img/sliderimages/kittchen/kittchen_2.jpg) no-repeat center center/cover;
}


.kittchen-image-3 {
  background: url(../img/sliderimages/kittchen/kittchen_1.jpg) no-repeat center center/cover;
}

.kittchen-image-4 {
  background: url(../img/sliderimages/kittchen/kittchen_3.jpg) no-repeat center center/cover;
}

.kittchen-image-5 {
  background: url(../img/sliderimages/kittchen/kittchen_4.jpg) no-repeat center center/cover;
}

.kittchen-image-6 {
  background: url(../img/sliderimages/kittchen/kittchen_6.jpg) no-repeat center center/cover;
}

.kittchen-image-7 {
  background: url(../img/sliderimages/kittchen/kittchen_5.jpg) no-repeat center center/cover;
}

/* Contact */

.kittchen-image-contact {
  background: url(../img/sliderimages/kittchen/kittchen_contact_landscape.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 650px) and (orientation: portrait)  {
	.kittchen-image-contact {
		background: url(../img/sliderimages/kittchen/kittchen_contact_portrait.jpg) no-repeat center center/cover; }
}
