/* Drechselei Dirk Bastian */

/* Images Grinder */

/* Titel */

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

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

/* Examples */

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


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

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

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

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

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

.grinder-image-8 {
  background: url(../img/sliderimages/grinder/grinder_3.jpg) no-repeat center center/cover;
}

.grinder-image-9 {
  background: url(../img/sliderimages/grinder/grinder_10.jpg) no-repeat center center/cover;
}

.grinder-image-10 {
  background: url(../img/sliderimages/grinder/grinder_11.jpg) no-repeat center center/cover;
}

.grinder-image-11 {
  background: url(../img/sliderimages/grinder/grinder_9.jpg) no-repeat center center/cover;
}

.grinder-image-12 {
  background: url(../img/sliderimages/grinder/grinder_1.jpg) no-repeat center center/cover;
}

/* Contact */

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

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