@charset "UTF-8";
* {
}
body {
	background: #004279; 
	color: #fff;
}
#wrapper {
    padding: 20px;
    padding-bottom: 470px;
}
#headline {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
#copy {
    font-size: 24px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
    top: -30px;
}
#countdown {
    width: 800px;
    text-align: center;
    margin: 0 auto;
}
#tage, #stunden, #minuten, #sekunden {
    width: 200px;
    display: inline-block;
    float: left;
}
.days, .hours, .minutes, .seconds {
    font-size: 80px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #FFF;
    margin-right: 15px;
}
.desc {
    position: relative;
    top: -65px;
}
#voting {
    clear: both;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
}
#impressum {
    position: fixed;
    bottom: 65px;
    right: 5px;
    font-size: 8px;
}
#impressum a {
    text-decoration: none;
    color: #00345f;
}

.share {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
    text-align: center;
}
.whatsapp {
    height: 60px;
    display: none;
    background-color: #4dc247;
}
.facebook {
    width: 33.333%;
    height: 60px;
    display: inline-block;
    background-color: #3b5998;
}
.twitter {
    width: 33.333%;
    height: 60px;
    display: inline-block;
    background-color: #1DCAFF;
}
.googleplus {
    width: 33.333%;
    height: 60px;
    display: inline-block;
    background-color: #d34836;
}
.share a, .share a span {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    line-height: 60px;
}
#adtop {
    width: 728px;
    height: 90px;
    margin: 0px auto;
}
#adbottom {
    width: 728px;
    height: 90px;
    margin: 80px auto 80px auto;
}
#mobileadbottom {
    display: none;
}
#mobileadtop {
    display: none;
}
#fbpopup {
    max-width: 780px;
    padding: 10px;
    background-color: #FFF;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center !important;
}
#fbpopupheadline {
    font-size: 22px;
    text-align: center;
    color: #004279;
    font-weight: 700;
    position: relative;
    top: -10px;
}
.fbpopup_close {
    display: block;
    background: #004279; 
	color: #fff;
    padding: 10px;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
}
#adblocker {
    width: 320px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -160px;
    text-align: center;
}
#adblockerdz {
    font-weight: 700;
    font-size: 33px;
}
#adblockerdz p {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#adblockerhz {
    font-weight: 300;
    position: relative;
    top: -25px;
}
#erhalt {
    font-size: 80px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
} 


@media only screen and (max-width:820px) {
    #copy {
        font-size: 16px;
        position: relative;
        top: -10px;
    }
    #countdown {
        width: 100%;
    }
    #tage, #stunden, #minuten, #sekunden {
        width: 100%;
        display: block;
        height: 60px;
        margin-bottom: 50px;
    }
    .days, .hours, .minutes, .seconds {
        font-size: 42px;
        margin-right: 0;
    }
    .desc {
        position: relative;
        top: -35px;
    }
    .sociallabel {
        display: none;
    }
    #voting {
        padding-top: 100px;
    }
    #adtop {
        display: none;
    }
    #mobileadtop {
        display: block;
        width: 320px;
        height: 50px;
        margin: 0 auto;
    }
    #adbottom {
        display: none;
    }
    #mobileadbottom {
        display: block;
        width: 320px;
        height: 63px;
        margin: 40px auto 80px auto;
        position: relative;
        top: 60px;
    }
    .share a {
        font-size: 32px;
        line-height: 63px;
}
    
}

@media only screen and (max-width: 420px) {
    .whatsapp {
        width: 25%;
        height: 60px;
        display: inline-block;
        background-color: #4dc247;
    }
    .facebook {
        width: 25%;
        height: 60px;
        display: inline-block;
        background-color: #3b5998;
    }
    .twitter {
        width: 25%;
        height: 60px;
        display: inline-block;
        background-color: #1DCAFF;
    }
    .googleplus {
        width: 25%;
        height: 60px;
        display: inline-block;
        background-color: #d34836;
    }
}