*{
    margin:0;
    padding:0;
}
body{
    text-align:center;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.0em;
}
img, object {
    max-width: 100%;
}
a{text-decoration:none;}
.clear {
    clear: both;
}
.article-name h2{
    padding: 5px 10px 3px 10px;
    font-weight:normal;
    margin-bottom:5px;
}
div.article{
    margin-top: 10px;
    background:#fff;
    text-align: left;
    padding-bottom:10px;
}
.content, .content-transparent{
    margin: 0px auto;
    max-width: 900px;    
    padding: 1px 10px 10px;

}
.content{    
    background: #EEE none repeat scroll 0% 0%;
}
.description-container {
    padding:10px;
}

.content h1.article-headline {
    font-size: 30px;
    font-weight: normal;
    padding: 10px 20px 5px 20px;
    color: #444;
    text-align: center;
    margin-bottom:10px;
}
div.kennung {
    color: #777;
    text-align: center;
    padding: 0 3px 5px 3px;
    font-size: 0.8em;
}

.expired {
    background: #f44;
    padding: 20px;
    color:#fff;
}
.valid {
    /*background: #4f4;*/
    padding: 20px;
    color:#444;
}

.action-buttons {
    width: 95%;
    margin: 10px auto;    
}

#banner{    
    margin: auto;
    margin-bottom: -4px;    
    padding: 0;
    background:transparent;
}
#banner img{
    /*padding-top: 10px;*/
    margin:0px auto;
}



.link{
    color:#444;
    border-bottom:1px dotted #888;
    text-decoration:none;
    line-height: 150%;
    outline: none;

}
ul.article {
    border-top: 1px solid #bbb; 
    padding: 10px 0;
}
ul.article li {
    color:#666;
    font:400 14px "helvetica neue", Helvetica, Arial, sans-serif;
    text-decoration:none;
    letter-spacing:0.1em;
    list-style:none;
    margin:0 0 5px 0;
    padding:10px;
}
ul.article li.odd{
    background:#f5f5f5;
    background: rgba(245, 245, 245, 0.6);
}
ul.article li.even {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
}

.web-container {
    padding: 5px 10px;
}

.button{
                background:#1abc9c;    
                padding-top:2px;
                line-height:40px;
                border: medium none;
                border-radius:25px;
                color: #FFF;
                cursor: pointer;
                display: block;
                font-size:18px;
                font-weight:700;
                text-align:center;
                text-decoration:none;
                margin: 20px auto;
                box-shadow:2px 4px 11px 0px rgba(211,211,211,0.92)
                /*opacity:0;
                animation:fadein 1s ease 1s forwards;*/
            }    

.submit-success{padding:30px;background:#eee;}
#submit, div.description{margin:20px 0}
label{
    text-align:left;
    margin-top:10px;
    display:block;
    color:#444;
}
.disclaimer{
    margin:20px auto;
    color:#777;
    font-size: 14px;
    max-width: 900px;
    padding: 1px 10px 10px;    
}

#submit:hover{cursor:pointer}
input {
    padding: 8px 10px;
    font-size: 16px;            
    width: 100%; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.hide {
    display:none;
}

.error {
    background: none repeat scroll 0 0 #F89F93;
    /*border-radius:8px;*/
    color: #FF0000;
    font-family: sans-serif,Arial,Helvetica;
    font-weight: bold;
    padding: 10px !important;
}

a i {
    display: inline-block;
    height: 45px;
    line-height: 45px;    
    vertical-align: middle;
}
i.web{background-attachment:scroll;background-clip:border-box;background-color:transparent;background-image:url(/img/svg/web.svg), none;background-origin:padding-box;background-position:0 7px;background-repeat:no-repeat;background-size:auto auto;width:34px}
i.mobile{    
    background-color:transparent;
    background-image:url(/img/svg/phone.svg), none;
    background-position:10px 11px;
    background-repeat:no-repeat;
    background-size:auto auto;
    width:33px}

a:hover i.share,a:hover i.contact,a:hover i.mobile,a:hover i.email,a:hover i.web,a:hover i.skype,a:hover i.map{opacity:0.9}

.article-description{
    color:#555;
    line-height:1.3em;
}

.spacer30{height:30px;}

#redeemed-error h1 {
    background:#f44;
    color:#fff;
    padding: 40px 20px;
}

#redeemed h1 {
    background:#1a1;
    color:#fff;
    padding: 40px 20px;
}
.redeem p {
    padding: 20px;
    color:#777;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}