
.flip-container, .flip-container2 {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container, .front, .back {
    width: 260px;
    height: 195px;
    
}

.flip-container2 {
    width: 180px;
    height: 230px;
    
}

.flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;


    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
    background-image: url(/assets/css/images/back_bg.jpg);
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);

}

.back .back-title {font-weight: bold;
					padding-top: 30px;
					font-size: 18px; 
					}
.back .back-text {font-size: 14px; 
text-align: left; 
padding-left: 30px;
font-weight: bold;
}

.back .back-text li {	
line-height: 1.75em;
margin:0 0 0 0;
padding:0 0 0 0;}

.cert{margin-left: 70px}

.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container2:hover .back, .flip-container2.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container2:hover .front, .flip-container2.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.front {
    z-index: 2;
}





/*------------------------------------*\
	$IPHONE
\*------------------------------------*/
@mdia
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation:portrait) ,
only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation:portrait) ,
only screen and (min--moz-device-pixel-ratio: 1.5) and (orientation:portrait) ,
only screen and (min-device-pixel-ratio: 1.5) and (orientation:portrait) 

 {

  .front, .back {
    width: 120px;
    height: 120px;
}


}
/*   TOP ANGEBOTE */

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5) ,
only screen and (-o-min-device-pixel-ratio: 3/2) ,
only screen and (min--moz-device-pixel-ratio: 1.5) ,
only screen and (min-device-pixel-ratio: 1.5)  

 {
 	
 	
 }
