.pagecontainer--freischalten
{

}

/* > ######################################################################################################## */
/* > freischalten-vorteil-container ############################################################################ */
.freischalten-vorteil-container
{
    text-align: left;
}


.freischalten_vorteil
{
    margin-bottom: 10px;
}

.freischalten_vorteil__icon, .freischalten_vorteil__text
{
    display:-moz-inline-stack;    display:inline-block;    zoom:1;    *display:inline;  vertical-align: middle;
}

.freischalten_vorteil__icon
{
    margin-right: 5px;
    padding: 5px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #eeeeee;
}


.freischalten_vorteil__text
{
    font-family: 'Handlee', 'Times New Roman'; /*to do alternative Schriften suchen*/
    font-size: 18px;
    width: 82%;
    text-align: left;

}

.freischalten-vorteil-container a
{
    display: block;
    padding: 20px;
    padding-left: 0px;
}



/* > freischalten-buy-container ############################################################################ */
.freischalten-buy-container
{
    padding-top: -20px;

}

.freischalten-buy-lock
{
    width: 280px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

.freischalten-buy-lock img
{
    width: 90%;
    height: auto;

    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.freischalten-buy-lock img.ui-css-animation-animate
{
    -webkit-animation: LOCK_ANIMATION 4s ease-in-out;
    -moz-animation: LOCK_ANIMATION 4s ease-in-out;
    -o-animation: LOCK_ANIMATION 4s ease-in-out;
    -ns-animation: LOCK_ANIMATION 4s ease-in-out;
    animation: LOCK_ANIMATION 4s ease-in-out;
}

.freischalten-buy-key  img.ui-css-animation-animate
{
    -webkit-animation: LOCK_ANIMATION 3s 4s ease-in-out ;
    -moz-animation: LOCK_ANIMATION 3s 4s  ease-in-out;
    -o-animation: LOCK_ANIMATION 3s 4s  ease-in-out;
    -ns-animation: LOCK_ANIMATION 3s 4s  ease-in-out;
    animation: LOCK_ANIMATION 3s 4s  ease-in-out;
}


@-moz-keyframes LOCK_ANIMATION
{
    35% {-moz-transform: rotate(0deg);}
    45% {-moz-transform: rotate(5deg) ;}
    55% {-moz-transform: rotate(-5deg) ;}
    65% {-moz-transform: rotate(5deg) ; }
    75% { -moz-transform: rotate(-5deg) ;}
    85% { -moz-transform: rotate(0deg); }
}

@-webkit-keyframes LOCK_ANIMATION
{
    35% {-webkit-transform: rotate(0deg);}
    45% {-webkit-transform: rotate(5deg) ;}
    55% {-webkit-transform: rotate(-5deg) ;}
    65% {-webkit-transform: rotate(5deg) ; }
    75% { -webkit-transform: rotate(-5deg) ;}
    85% { -webkit-transform: rotate(0deg); }
}

@-o-keyframes LOCK_ANIMATION
{
    35% {-o-transform: rotate(0deg);}
    45% {-o-transform: rotate(5deg) ;}
    55% {-o-transform: rotate(-5deg) ;}
    65% {-o-transform: rotate(5deg) ; }
    75% { -o-transform: rotate(-5deg) ;}
    85% { -o-transform: rotate(0deg); }
}

@-ms-keyframes LOCK_ANIMATION
{
    35% {-ms-transform: rotate(0deg);}
    45% {-ms-transform: rotate(5deg) ;}
    55% {-ms-transform: rotate(-5deg) ;}
    65% {-ms-transform: rotate(5deg) ; }
    75% { -ms-transform: rotate(-5deg) ;}
    85% { -ms-transform: rotate(0deg); }
}

@keyframes LOCK_ANIMATION
{
    35% {transform: rotate(0deg);}
    45% {transform: rotate(5deg) ;}
    55% {transform: rotate(-5deg) ;}
    65% {transform: rotate(5deg) ; }
    75% {transform: rotate(-5deg) ;}
    85% {transform: rotate(0deg); }
}


.freischalten-buy-lock-price
{
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    right: 4%;
    bottom: 20%;
    background: white;
    -webkit-box-shadow:  0px -1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px -1px 5px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
    
    padding-top: 14px;
}

.freischalten-buy-lock-price *
{
    display: block;
    line-height: 1.1;
}

.freischalten-buy-lock-price small
{
    font-size: 18px;
    color: #aaaaaa;
    font-weight: lighter;
}

.freischalten-buy-lock-price strong
{
    font-size: 32px;
    color: #FAA737;
    font-weight: bold;
}


.freischalten-buy-button, .freischalten-unlock-button, .freischalten-error-button
{
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 4px solid #FAA737;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: -20px;
    width: 340px;
}

.freischalten-buy-button p, .freischalten-unlock-button p, .freischalten-error-button
{
    font-size: 14px;
    color: #999999;
    margin-bottom: 24px;
}


.freischalten-buy-key
{
    width: 40%;
    position: absolute;
    left: 30%;
    bottom: -20px;
    background: #FAA737;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
}

.freischalten-buy-key img
{
    padding-top: 5px;
    width: 60%;
    height: auto;
}

/* > freischalten-cite-container ############################################################################ */
.freischalten-cite-container
{
    margin-top: 0px;
    border: 2px solid #cccccc;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;

    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}

@media all and (max-height: 700px)
{
    .freischalten-cite-container
    {
        display: none;
    }
}

.freischalten-cite-container
{


    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    -moz-opacity: 0; /* Netscape */
    -khtml-opacity: 0;   /* Safari 1.x */
    opacity: 0;  /* Good browsers */
}

.freischalten-cite-container.ui-css-animation-animate
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  /* IE 8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1;   /* Safari 1.x */
    opacity: 1;  /* Good browsers */
}

.freischalten-cite-container p
{
    font-size: 14px;
    font-family: 'Handlee', 'Times New Roman'; /*to do alternative Schriften suchen*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  /* IE 8 */
    filter: alpha(opacity=75); /* IE 5-7 */
    -moz-opacity: 0.75; /* Netscape */
    -khtml-opacity: 0.75;   /* Safari 1.x */
    opacity: 0.75;  /* Good browsers */
}

.freischalten-cite-container h2
{
    font-size: 18px;
    margin-top: 3px;

}

/* > ######################################################################################################## */
/* > freischalten-unlocked ############################################################################ */

.freischalten-unlocked
{
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    margin-top: 10px;
}

.freischalten-unlock-img
{
    width: 240px;
    position: relative;
    margin-left: auto;
    margin-right: auto;

}

.freischalten-unlock-img img
{
    width: 100%;
    height: auto;
}

.freischalten-unlock-button
{
    width: 100%;
}

.freischalten-unlock-button p
{
    margin-bottom: 0px;
}

.freischalten-unlock-button h1,
.freischalten-unlock-button h2
{
    color: #FAA737;
    padding: 0px;
    margin: 0px;
    margin-bottom: 6px;
    margin-top: 6px;
    
}

.freischalten-unlock-button h2
{
    font-size: 24px;
}

.freischalten-unlock-button h1
{
    font-size: 32px;
}


/* > ######################################################################################################## */
/* > freischalten-unlocked ############################################################################ */

.freischalten-error
{
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.freischalten-error-img
{
    width: 240px;
    position: relative;
    margin-left: auto;
    margin-right: auto;

}

.freischalten-error-img img
{
    width: 100%;
    height: auto;
}


.freischalten-error-img-sign
{
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    right: 4%;
    bottom: 20%;
    background: white;
    -webkit-box-shadow:  0px -1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px -1px 5px 0px rgba(0, 0, 0, 0.4);
    text-align: center;

    padding-top: 3px;
    color: #c40d00;

    font-size: 88px;
    font-weight: bolder;
}


.freischalten-error-button
{
    width: 100%;
    border-color: #c40d00;;
}

.freischalten-error-button p
{
    margin-bottom: 0px;
}

.freischalten-error-button p strong
{
    color: #267b21;
}


.freischalten-error-button h1
{
    color: #c40d00;
    padding: 0px;
    margin: 0px;
    margin-bottom: 6px;
    margin-top: 6px;

}

.freischalten-unlock-button h1
{
    font-size: 32px;
}
