/* Drechselei Dirk Bastian */

/* Images Writing */

/* Titel */

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

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

/* Examples */

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

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

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

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

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

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

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

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

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

.writing-image-11 {
  background: url(../img/sliderimages/writing/writing_10.jpg) no-repeat center center/cover;
}
.writing-image-12 {
  background: url(../img/sliderimages/writing/writing_11.jpg) no-repeat center center/cover;
}

/* Contact */

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

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