img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    /*top: 600 px;*/
	/* top: 200px;
    //top: 200px;
	*/
    text-align: center;
}

.portrait {
    height: 80px;
    width: 30px;
}

.landscape {
 /*   height: 400px;*/
    width: 100%;
    top: 500px; 
	clear:both;	
	position: relative;
    top: 200px;
    text-align: center;
    color: white;
    // font-size: 3.5em;
}

.square {
    height: 75px;
    width: 75px;
}
.wrapper{
    clear:both;
}
p {
    position: relative;
    top: 200px; 
    text-align: center;
    color: white;
  font-size: 2em;
    z-index: -1;
}
a {
	color: white;
}
            h1 {
                position: relative;
                top: 200px;
                text-align: center;
                color: white;
                font-size: 3.5em;
				z-index:-10;
            }
			
h2 {
    position: relative;
    top: 200px;
    text-align: center;
    color: white;
    font-size: 2.5em;
    z-index: -20;
}


 
 /****************************** KORT */
 
.imageKort {
	
	
	
	
	max-width: 100%;
    max-height: 100%;
    position: relative;
	top:120px;
	 
    display: block;
    margin-left: auto;
    margin-right: auto;
  
    width: 100%;
  //  transform: translate(-5%, -5%);
  
  transform-style: preserve-3d;
  
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
  
}
.imageKort img { 
  
    //text-align: center;

  box-shadow: 40px 40px 15px 5px rgba(0,0,0,0.4);
  
  transition: all .4s;
  transform-style: preserve-3d;
}
.imageKort:hover img { 
  transform: scale(1.035); 
    box-shadow: 50px 50px 25px 10px rgba(0,0,0,0.5);
}

div.rotate {
  width: 1050px;
  height: 1px;
  -ms-transform: rotate(20deg); /* IE 9 */
  transform: rotate(20deg);
  color: red;
  font-size: 4em;   
  z-index: 500;
  
}


div.overstreg {
  text-decoration: line-through;
}


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

@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; }
}




 

