/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.02.2016
    Author     : DGruber
*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

div#cont0 {
    position: relative;
}
#cookieBannerBG {
    position: fixed; 
    width: 100%; 
    background: rgba(20,20,20,0.6); 
    z-index: 850;
    left: 0;
    bottom: 0;
    padding-top: 30px;
    display: none;
}

#cookieBannerBG .banner {
    border: 1px solid #000;
    position: relative;
    z-index: 900;
    margin: 0 auto;
    padding: 5px 30px;
    background: #fff;
    text-align: left;
    width: 80%;
}
#cookieBannerBG .banner .bannerContent {
    float: left;
}
#cookieBannerBG .bannerContent h1{
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 2px;
    color: #999;
}
#cookieBannerBG .bannerContent p{
    font-size: 14px;
    padding: 5px 0;
    width: 80%;
    color: #333;
}
#cookieBannerBG .bannerContent a{
    color: #F33;
}
#cookieBannerBG .bannerButtons {
    float: right;
    background: #dd2e33;
    box-shadow: 2px 2px #999;
    color: #fff;
    margin: 5px 5px;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}
#cookieBannerBG .bannerFooter {
    padding-left: 30px;
    margin: 0 5px;
    text-align: left;
}
#frontBanner .bannerFooter .button {
    float: right;
    
}
#appBanner {
    display: none;
    border: 1px solid #000;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 850;
    width: 99%;
}

#appBanner .appBannerLogo .appBannerCloseBtn img{
    width: 5%;
    height: 5%;
}
#appBanner .appBannerLogo .appLogo img{
    width: 10%;
    height: 10%;
}