*{
    margin:0;
    padding:0;
}
body{
    text-align:center;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.0em;
}
img, object {
    max-width: 100%;
}
a, a:visited{text-decoration:none;color:#555}
.clear {
    clear: both;
}

div.article{
    margin: 10px;
    background:#fff;
    text-align: left;    
    border-radius: 8px;
}
.content, .content-transparent{
    margin:0px auto;
    max-width:610px;    
    padding:1px 0;
    border-radius:0;
}
.content{    
    background:#EEE none repeat scroll 0% 0%;
}
.description-container {
    padding:10px;
}
/*
.expired-container{
    box-shadow:0px 3px 3px rgba(0, 0, 0, 0.35);
}*/
.content h1.article-headline {
    font-size: 30px;
    font-weight: normal;
    padding: 10px 20px 10px 20px;
    color: #444;
    text-align: center;
}
div.kennung {
    color: #777;
    text-align: center;
    padding: 0 3px 10px 3px;
    font-size: 0.8em;
}

.expired {
    background: #f44;
    padding: 20px;
    color:#fff;
}



.action-buttons-container{width:93%;margin:0 auto}

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

#wrap {min-height: 100%;}



/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


.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;
}

a.button {
    /*background: none repeat scroll 0 0 #004F66;*/
    /*height: 40px;*/
    line-height: 40px;
    padding: 3px 30px 0 30px;
    cursor: pointer;
    display: block;
    font-family: sans-serif,Arial,Helvetica;
    font-size: 18px;
    font-weight: bold;    
    text-align: center;
    text-decoration: none;    
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #222;
    margin: 10px;
}



input {
    padding: 8px 10px;
    font-size: 16px;        
    border-radius: 8px;
    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 8px 8px 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;
    opacity: 0.7;
    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}
i.map {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/img/svg/map.svg"), none;
    background-origin: padding-box;
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    width: 34px;
}
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%;
}
