/* Slideshow */
/* artdisc.org */
/* Andree K. Krause */

* {
	box-sizing:border-box;
}

body{
	background-color: #424242;	
}

#back {
	position: absolute;
 	top: 20px;
  	right: 10px;
  	z-index: 990;
}

.titel{
  	line-height: 1;
	padding-bottom: 30px;
	padding-left: 10px;
	position: fixed; 
    bottom: 0; 
    left: 0;
	z-index: 1;
	}
	
.titel img{
  	line-height: 1;
	padding-bottom: 70px;
	padding-left: 10px;
	position: fixed; 
    bottom: 0; 
    left: 0;
	z-index: 1;
	}
	
.kaufen:hover{
	color: #ff2600;
}

.titel p{
  	line-height: 1;
	padding-bottom: 60px;
	padding-left: 45px;
	position: fixed; 
    bottom: 0; 
    left: 0;
	z-index: 1;
	}
		
.titel h1 {
  	line-height: 1;
  	font-weight: 100;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #797979;
	padding-bottom: 10px;
	padding-left: 10px;
	position: fixed; 
    bottom: 0; 
    left: 0;
	z-index: 2;
}

img{
	max-height: 770px;
}

.img-shop{
	width: 36px;
	height: auto;
}

p{
	font: 1em "Courier New", Courier, mono;
	color: #a9a9a9;
}

.slideshow-container {
	width: 100%;
  	max-width: 1024px;
  	height: auto;
  	position: relative;
 	margin: 0 auto;
	text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: relative;
  top: 100%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #a9a9a9;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.red{
	background-color: #ff2600;
	color: white;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  	color: #a9a9a9;
  	position: relative;
  	top: 0;
	font: 0.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

#dias {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

}
/*and (orientation:portrait)*/
#dias{ 
	height:auto;
	max-height: 900px;
	-webkit-max-height: 900px;
}

@media only screen and (max-width: 1440px){
#dias{ 
	max-height: 770px;
	-webkit-max-height: 770px;
}
img{
	max-height: 600px;
	-webkit-max-height: 600px;
}
}
@media only screen and (max-width: 1024px) {
img{
	max-width:100%;
	max-height: auto;
}
}

/* Standards LINKS ----- */

a:link  {

	text-decoration: none;
}

a:visited {

	text-decoration: none;
	}

a:active {

	text-decoration: none;
}

a:hover {
	color: #fff;
}