/*/
### head module for GlobalA by applefriends.de
### created by 1i0ny (Tim Haymann)
### copyright 1i0ny (Tim Haymann), applefriends.de
/*/


.module_head-fb
{
    position: relative;
    width: 100%;
    height: 350px;
    min-height: 350px;
    background-color: rgba(22,22,22,0.5);
    background-size: cover;
}


.module_head-fb-logo
{
    position: absolute;
    top: 40px;
    right: 165px; /* 150 */ 
    font-family: helvetica, arial, verdana;
    font-size: 75px;
    color: #ccc;
    padding-left: 200px;
}
.module_head-fb-prof
{
    position: absolute;
    left: 50px;
    top: 50px;
}
.module_head-fb-p
{
}
.module_head-fb-txt
{
    position: absolute;
    top: 120px;
    right: 140px;
    width: 500px;
    text-align: center;
    font-size: 38px;
    color: #fff;
}
.module_head-fb-social
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(22,22,22,0.5);
}
.module_head-fb-socialb:HOVER
{
    opacity: 0.8;
}