            @font-face { 
                font-family: 'digital-7_monomonoxx';
                src: url('https://schlussmachen.jetzt/vbticker/css/font/digital-7_mono-webfont.ttf'); 
            }
            
            @font-face {
                font-family: 'digital-7_monomono';
                src: url('https://schlussmachen.jetzt/vbticker/css/font/digital7monowebfont.woff2') format('woff2'),
                     url('https://schlussmachen.jetzt/vbticker/css/font/digital7monowebfont.woff') format('woff');
                font-weight: normal;
                font-style: normal;

            }
            
           
            body{
                margin:0 0 0 0;
                padding:0 0 0 0;
              
               
            }
            .tickerWrapper .intro{
                height:82px;
                overflow:hidden;
            }
            .tickerWrapper{
                font-family: 'Open Sans', sans-serif;
                font-size:16px;
                color:#fff;
                width:300px;
                height:250px;
                background: url('/vbticker/images/ticker-hg.jpg')  no-repeat ; 
                background-size: 100% 100%;
                padding:13px 15px;
                position:relative;
            }
            .tickerWrapper h1{
                font-weight:700;
                font-size:23px;
                margin:0 0 0 0;
                padding:0 0 0 0;
            }
            .tickerWrapper p{
                margin:0 0 0 0;
                padding:0 0 0 0;
            }
            .tickerWrapper #outputTicker,
            .tickerWrapper .labelbox{
                font-family: 'digital-7_monomono';
                font-size:38px;
                color:#d7fe19;
                padding:12px 12px 5px;
                width:100%;
                clear:both;
            }
            .tickerWrapper .labelbox{
                font-family: 'Open Sans';
                font-size:10px;
                padding:0px 12px;
            }
            .tickerWrapper a {
                color: #fff;
                text-decoration: none;
            }

            .tickerWrapper a:visited {
                color: #fff;
                text-decoration: none;
            }

            .tickerWrapper a:hover {
                 color:#fff; 
                 text-decoration:none; 
                 cursor:pointer;  
            }
            #outputTicker{
                line-height:35px;
            }
            #outputTicker .year,
            #outputTicker .month,
            #outputTicker .days,
            #outputTicker .hours,
            #outputTicker .minutes,
            .labelbox .year,
            .labelbox .month,
            .labelbox .days,
            .labelbox .hours,
            .labelbox .minutes{
                text-align:right;   
                float:left;
            }
            #outputTicker .year,
            .labelbox .year{
                 width:43px;
            }
            #outputTicker .month,
            .labelbox .month{
                width:51px;
            }
            #outputTicker .days,
            .labelbox .days{
                width:43px;
            }
            #outputTicker .hours,
            .labelbox .hours{
                width:51px;
            }
            #outputTicker .minutes,
            .labelbox .minutes{
                width:51px;
            }
            
            
            .tickerWrapper .links{
                font-weight:600;
                position:absolute;
                bottom:14px;
                font-size: 10px;
                text-align:center;
                padding:0 0 0 12px;
                
 
            }
  
           
			
			

