/*
Filename: rotating-heads.css
Project: rotating heads
Type: CSS
Author: Jan Dellsperger
Initial Version: 14. October 2013

This is the style sheet for the rotating heads project. All UI styles are
defined in this file.

Changelog:
12.11.2013 - Modifikationen zur leistungsverbesserung
*/


.content-wrapper1{
    margin-top: 2.4%;

}
.content-wrapper1 .ratingDiv{  
    margin-top: 2.4%;
    margin-left: 2.4%;
    margin-top: 2.4%;

}
.row1{
    position: relative;
    font-size: 0;
    height: 260px;
}

.column-1-2{
    min-height: 1px;
    width: 100%;
}

.text-holder{
    display: none;
}

.image-holder{
    position: relative;
    margin: 0 auto;
    width: 260px;
    height: 260px;
}

.head-image,.circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 260px;
}

.head-image{
    z-index: 0;
}

.circle{
    z-index: 2;
}

.front{
    z-index: 1;
}

.widget{
    padding: 30px 60px;
    position: relative;
    top: 0;
}