/** 
 * netzmarketing.ch
 * (c) 2014 studio ahoi
 */
#modal-bounce
{
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 16543211;
} 
#modal-bounce .underlay 
{
    animation: 0.5s ease 0s normal none 1 fadein;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#modal-bounce .exit 
{
    cursor: pointer;
    position:absolute;
    right:0.5em;
    top:0.5em;
    width:2em;
    height:2em;
    background:url('css/images/controls.png') no-repeat -53px 0px;
}
#modal-bounce .modal 
{
    animation: 0.3s ease 0s normal none 1 popin;
    background-image: -webkit-linear-gradient(top, #ffffff, #aaaaaa);
    background-image:         linear-gradient(to bottom, #ffffff, #aaaaaa);
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 20px 20px 35px;    
    bottom: 0;
    height:400px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-width:600px;
    z-index: 1;
}

#popup-article .info,
#popup-article .popup-thankyou
{
    min-height:11em;
    text-align:center;
    margin:1em 0 2em;
}

#popup-article p 
{
    color: #8EB116;
    font-family: Arial,Helvetica,sans serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 1em;
}
#popup-article .popup-thankyou p
{
    color: #444444;
    font-size: 1.5em;
    line-height:130%;
    font-weight:normal;
}
#popup-article .info p.big,
#popup-article .popup-thankyou p.big
{
    color: #444444;
    font-size: 2.6em;
    font-weight: bold;
    line-height: 120%;
    margin: 0 0 0.5em;
}

#popup-article .popup-form
{
    display:none;
    margin:2em 3em;
}
#popup-article .popup-thankyou
{
    display:none;
}
#popup-article .popup-form p.big,
#popup-article .popup-thankyou p.big
{
    text-align:center;
    margin-bottom:1em;
}
#popup-article .no-button,
#popup-article .yes-button
{
    min-height:10em;
    margin:1%;
    padding:2% 4%;
    width:40%;
    float:left;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 2px 0px #0d0d0d;
            box-shadow: 0px 0px 2px 0px #0d0d0d;
    border-radius: 8px;
    background-clip: padding-box;
    background-color: #98bf0d;
    background-image: -webkit-linear-gradient(top, #98bf0d, #718d0b);
    background-image:         linear-gradient(to bottom, #98bf0d, #718d0b);
}
#popup-article .no-button
{
    background-color: #AAAAAA;
    background-image: -webkit-linear-gradient(top, #AAAAAA, #555555);
    background-image:         linear-gradient(to bottom, #AAAAAA, #555555);
}
#popup-article .no-button p,
#popup-article .yes-button p
{
    font-size:1em;
    font-weight:bold;
    color:#ffffff;
    margin:0;
    text-shadow: 0px 0px 2px #000000;
    text-align:center;
}
#popup-article p.no-head,
#popup-article p.yes-head
{
    text-transform:uppercase;
    font-size:4em;
    font-weight:bold;
    text-align:center;
    font-family: 'abelregular',Arial,Helvetica,sans serif;
    line-height:100%;
    margin-bottom:0.25em;
}
@media (max-width: 650px) 
{
    #modal-bounce .modal 
    {
        height:auto;
        
    }
    #seo-tools-form label, #form_formular label, div.line label 
    {
        display: block;
    }
}
