@charset 'utf-8';

body,
html
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;

    margin: 0;
    padding: 0;

    color: #fff;
    background: #fff url('bg.jpg');
    background-position: 50%;
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
}

a
{
    color: #ff395c;
}

#header
{
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(75%, #fff));
    background-image: -webkit-linear-gradient(bottom, transparent 0%, #fff 75%);
    background-image:    -moz-linear-gradient(bottom, transparent 0%, #fff 75%);
    background-image:      -o-linear-gradient(bottom, transparent 0%, #fff 75%);
    background-image:         linear-gradient(to top, transparent 0%, #fff 75%);
}

.clearer
{
    font-size: 0;
    line-height: 0;

    clear: both;

    width: 0;
    height: 0;
}

img
{
    padding: 0;

    border: 0;
}

ul,
li
{
    margin: 0;
    padding: 0;

    list-style: none;
}

#logo
{
    float: left;

    width: 30%;
}

#logo img
{
    width: 47%;
    padding: 2% 5% 9% 5%;
}

.headline
{
    font-size: 2em;
    font-weight: bold;

    width: 100%;
    padding: 24px 0 72px 0;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #ff395c;
}

.headline span
{
    color: #000;
}

.headline .subtitle
{
    margin-top: 24px;

    color: #8e8e8e!important;
}

#pics
{
    font-size: 0;

    width: 840px;
    margin: 0 auto;

    text-align: center;
}

#pics li
{
    font-size: 50px;

    display: inline-block;
}

#pics div
{
    overflow: hidden;

    width: 390px;
    height: 390px;
    margin: 12px;

    cursor: pointer;
    text-align: center;

    border: 2px solid #ff395c;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: white;
    -webkit-box-shadow: 0 0 14px #000;
       -moz-box-shadow: 0 0 14px #000;
            box-shadow: 0 0 14px #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=\'#4C2E00\')';
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color='#4C2E00');
}

#pics a
{
    text-decoration: none;

    color: #fff;
    text-shadow: 0 0 15px #000;
}

#pics img
{
    position: relative;
    z-index: 4;
    top: -58px;

    width: 100%;
}

#pics span
{
    position: relative;
    z-index: 5;
    top: 180px;
}

#under-image
{
    position: fixed;
    z-index: 15;

    width: 100%;
    height: 100%;

    background-position: center;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}

#reg-overlay
{
    position: absolute;
    z-index: 20;

    width: 100%;
    padding-bottom: 5%;

    background-color: rgba(0,0,0, .0);
}

#steps
{
    font-size: 0;

    margin-bottom: 3%;

    text-align: center;
}

#steps li
{
    font-size: 18px;
    font-weight: bold;

    display: inline-block;
    overflow: hidden;

    width: 160px;
    height: 110px;
    margin: 0 .4%;
    padding: 70px 10px 0 10px;

    text-align: center;
    vertical-align: middle;

    opacity: .25;
    color: #ff395c;
    border: 3px solid #ff395c;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-color: #000;
}

#steps li.lighten
{
         opacity: 1;
    color: inherit;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

#footer
{
    margin-top: 3%;
    padding: 3%;

    text-align: center;

    color: #000;
    background: #fff;
}

#profiles
{
    font-size: 0;

    width: 78%;
    margin: 0 auto;

    text-align: center;
}

#profiles:hover img
{
         opacity: .3;

    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -khtml-opacity: .3;
}

#profiles li:hover img
{
         opacity: 1;

    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

#profiles li
{
    display: inline-block;
    overflow: hidden;

    width: 13%;
    margin: 5px;

    cursor: pointer;

    -webkit-border-radius: 10%;
       -moz-border-radius: 10%;
            border-radius: 10%;
    background: #000;
}

#profiles img
{
    width: 100%;
}
a.button, input.button {	cursor: pointer;	color: #fff;	line-height: 22px;	font-family: Arial, Helvetica, sans-serif;	font-size: 22px;	font-weight: bold;	background: #881B06;	border:1px solid #DFDFDF;}
a.button {	display: inline-block;	text-decoration: none;	padding: 6px 12px 6px 12px;}
input.button {	margin: 0;	border: 0;	height: 28px;	padding: 0px 12px 0px 12px;}
a.button:hover, input.button:hover {background: #BB8E0D;color:#ffffff;}
.footer .more{float:right;}
.footer .more a{ text-decoration:none;}




@media screen and (max-width:960px)
{
    .field-agb .lbl_signup_error
    {
        clear: both;

        margin: 0;
    }

    .lbl_signup_error,
    .lbl_signup_error
    {
        font-size: 15px;
        line-height: inherit;

        position: relative;

        overflow: visible;

        width: 80%;
        height: auto;
        margin: 0;
        padding: 5px;

        color: white;
        background: #e12150;
    }

    .signup .feld7 label
    {
        font-size: 14px;
    }
}


@media screen and (max-width:1024px)
{
    #logo img
    {
        padding: 12%;
    }
    #steps li
    {
        font-size: 16px; 

        width: 140px;
        height: 90px;
    }
    #profiles
    {
        width: 83%;
    }
    #pics li
    {
        font-size: 40px;
    }
    #pics img
    {
        top: -45px;
    }
}
@media screen and (max-width:960px)
{
    #pics
    {
        width: 750px;
    }
    #pics div
    {
        width: 360px;
        height: 360px;
    }
    #profiles
    {
        width: 90%;
    }
}
@media screen and (max-width:720px)
{
    #logo img
    {
        width: 85%;
        padding: 15%;
    }
    #pics
    {
        width: 100%;
    }
    #pics div
    {
        width: 300px;
        height: 300px;
    }
    #pics li
    {
        font-size: 30px;
    }
    #pics span
    {
        top: 150px;
    }
    #profiles
    {
        width: 100%;
    }
    #profiles li
    {
        width: 25%;
    }
    #pics img
    {
        top: -35px;
    }
}
@media screen and (max-width:640px)
{
    .headline
    {
        font-size: 135%;
    }
    #pics div
    {
        width: 250px;
        height: 250px;
    }
    #pics span
    {
        top: 100px;
    }
    #footer
    {
        font-size: 90%;
    }
    #steps li
    {
        font-size: 16px;

        width: 70%;
        height: inherit;
        padding: 3px 20px;

        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
    }
    #header
    {
        min-height: 149px;
    }
}
@media screen and (max-width:480px)
{
    #pics li
    {
        font-size: 25px;
    }
    #pics div
    {
        width: 210px;
        height: 210px;
    }
    #pics span
    {
        top: 80px;
    }
    #pics img
    {
        top: -29px;
    }
}
