/* Slides Ausstellung Shaolin */

/* Image 1 */

#slide-1 {
   background: url("../img/ausstellung_01/image_01_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #slide-1 {
      background: url("../img/ausstellung_01/image_01_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 600px) and (orientation: portrait){
  #slide-1 {
      background: url("../img/ausstellung_01/image_01_phone_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 800px) and (orientation: landscape){
  #slide-1 {
      background: url("../img/ausstellung_01/image_01_phone_landscape.jpg") no-repeat center center/cover; } }

/* Image 2 */

#slide-2 {
   background: url("../img/ausstellung_01/image_02_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #slide-2 {
      background: url("../img/ausstellung_01/image_02_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 600px) and (orientation: portrait){
  #slide-2 {
      background: url("../img/ausstellung_01/image_02_phone_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 800px) and (orientation: landscape){
  #slide-2 {
      background: url("../img/ausstellung_01/image_02_phone_landscape.jpg") no-repeat center center/cover; } }

/* Image 3 */

#slide-3 {
   background: url("../img/ausstellung_01/image_03_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #slide-3 {
      background: url("../img/ausstellung_01/image_03_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 600px) and (orientation: portrait){
  #slide-3 {
      background: url("../img/ausstellung_01/image_03_phone_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 800px) and (orientation: landscape){
  #slide-3 {
      background: url("../img/ausstellung_01/image_03_landscape.jpg") no-repeat center center/cover; } }

/* Image 4 */

#slide-4 {
   background: url("../img/ausstellung_01/image_04_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #slide-4 {
      background: url("../img/ausstellung_01/image_04_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 600px) and (orientation: portrait){
  #slide-4 {
      background: url("../img/ausstellung_01/image_04_phone_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 800px) and (orientation: landscape){
  #slide-4 {
      background: url("../img/ausstellung_01/image_04_phone_landscape.jpg") no-repeat center center/cover; } }

/* Image 5 */

#slide-5 {
   background: url("../img/ausstellung_01/image_05_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #slide-5 {
      background: url("../img/ausstellung_01/image_05_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 600px) and (orientation: portrait){
  #slide-5 {
      background: url("../img/ausstellung_01/image_05_phone_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 800px) and (orientation: landscape){
  #slide-5 {
      background: url("../img/ausstellung_01/image_05_phone_landscape.jpg") no-repeat center center/cover; } }

/* Image 6 */

#slide-6 {
   background: url("../img/ausstellung_01/image_06_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #slide-6 {
      background: url("../img/ausstellung_01/image_06_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 600px) and (orientation: portrait){
  #slide-6 {
      background: url("../img/ausstellung_01/image_06_phone_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 800px) and (orientation: landscape){
  #slide-6 {
      background: url("../img/ausstellung_01/image_06_phone_landscape.jpg") no-repeat center center/cover; } }

/* Image 7 */

#slide-7 {
   background: url("../img/ausstellung_01/image_07_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #slide-7 {
      background: url("../img/ausstellung_01/image_07_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 600px) and (orientation: portrait){
  #slide-7 {
      background: url("../img/ausstellung_01/image_07_phone_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 800px) and (orientation: landscape){
  #slide-7 {
      background: url("../img/ausstellung_01/image_07_phone_landscape.jpg") no-repeat center center/cover; } }

/* Image 8 */

#slide-8 {
   background: url("../img/ausstellung_01/image_08_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #slide-8 {
      background: url("../img/ausstellung_01/image_08_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 600px) and (orientation: portrait){
  #slide-8 {
      background: url("../img/ausstellung_01/image_08_phone_portrait.jpg") no-repeat center center/cover; } }
@media only screen and (max-width: 800px) and (orientation: landscape){
  #slide-8 {
      background: url("../img/ausstellung_01/image_08_phone_landscape.jpg") no-repeat center center/cover; } }

/* Image 16 */

#slide-16 {
   background: none; }