@font-face {
    font-family: 'LuckiestGuy';
    src: url('fonts/LuckiestGuy.eot');
    src: url('fonts/LuckiestGuy.eot?#iefix') format('embedded-opentype'),
         url('fonts/LuckiestGuy.woff2') format('woff2'),
         url('fonts/LuckiestGuy.woff') format('woff'),
         url('fonts/LuckiestGuy.ttf') format('truetype'),
         url('fonts/LuckiestGuy.svg#LuckiestGuy') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: block;
}
    
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular.woff2') format('woff2'),
         url('fonts/OpenSans-Regular.woff') format('woff'),
         url('fonts/OpenSans-Regular.ttf') format('truetype'),
         url('fonts/OpenSans-Regular.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: block;
}   
    
    body {

    -webkit-text-size-adjust: none;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
	margin:1.4vw 1vw 0vw 1vw;
    background-color: #eee;
}
    
   h1, h2 {

    font-family: 'LuckiestGuy', Impact, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-size: 6.3vw;
    text-align: center;
    margin: 9vw 1vw 2vw;

}

h2 { 
    font-size: 5vw;
}

.black {
    color: #333;
}

.orange {
    color: #EC902D;
}

.grey {
    color: #aaa;
}

a {
	text-decoration:none;
	}
	
ul {
	padding:0;
}	
    
.countdown {

    text-align: center;

}
    
.countdown .item {
    position: relative;
    display: inline-block;
    *display: inline;
    text-align: center;
    width: 22.5vw;
    color: #FFF;
    background: url(https://www.black-friday.de/countdown/countdown-under.svg) no-repeat top center;
        background-size: auto;
    background-size: auto;
    background-size: 100%;
    cursor: default;
    height: 28vw;
    margin: 0 0.5vw;
}
    
.countdown .item .number {

    font-size: 8vw;
    line-height: 19.3vw;
}
    
   .countdown .item .over {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    background: url(https://www.black-friday.de/countdown/countdown-over.svg) no-repeat top center;
        background-size: auto;
    background-size: 100%;
    padding-top: 100%;
}
    
.countdown .days .title::before {content: "TAGE";}
.countdown .hour .title::before {content: "STUNDEN";}
.countdown .mins .title::before {content: "MINUTEN";}
.countdown .secs .title::before {content: "SEKUNDEN";}
    
.countdown .item .title {
    position: absolute;
    display: block;
    width: 80%;
    height: auto;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 2.5vw;
    line-height: 5.5vw;
    background-color: #222;
    color: #fff;
    margin: 2.4vw 10%;
}

.prev-next {
	margin:20px 10px 30px;
	font-weight: bold;
}

.powered {
	font-size:2vw;
	text-align:center;
	padding:2.5vw 2.5vw 1vw 2.5vw;
	color: #333;
	clear:both;
}

.powered  a.by{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 2vw;	
}

.powered p {
	color:#ababab;
	font-size:1.4vw;
	margin:1.4vw 1vw 0vw 1vw;
}

.powered p a{
	color:#ababab;
	text-decoration:none;
}

.termine {
	font-size:1.4vw;
}

@media screen and (max-width:1279px) {
	h1 {
	font-size: 9vw;
	 }
	 h2 {
	font-size: 6.5vw;
	 }
	 .termine, .prev-next {
		 	font-size: 3.9vw;
	 }
	
	.powered {
    font-size: 4vw;
    padding: 8vw 2.5vw 1vw 2.5vw;
	}
	.powered a.by {
    font-size: 5vw;
	}
	.powered p {
    font-size: 4vw;
    margin: 4vw 1vw 0vw 1vw;
	}
}