@charset "UTF-8";

body, body * {
    font-family: 'Open Sans', sans-serif;
}

#VodkaBottle {
    position: absolute;
    width: 400px;
    height: 700px;
    left: 50%;
    top: 50%;
    margin: -350px 0 0 -200px; /** muss die hälfte der breite sein */
    background: url(../img/bottle_lines.png) center center no-repeat;
    background-size: contain;
}

#Video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 281px;
    margin-top: -100px;
    margin-left: -721px;

    padding: 0 10px;
    border-right: 2px solid #000;
}

#Download {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 400px;
    margin-top: -180px;
    margin-right: -621px;
    padding: 0 10px;
    border-left: 2px solid #000;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle {
    font-size: 16px;
}

.downloadText {
    margin: 0 0 24px 0;
    font-size: 32px;
}

.downloadLink {
    display: inline-block;
    padding: 0 20px;
    line-height: 61px;
    background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
	text-transform: uppercase;
	font-size: 33px;
	letter-spacing: -3px;

}

.downloadLink:hover {
    background: #fff;
    color: #000;
}

.hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.counter {
  font-size: 12px;
  margin-top: 7px;
  margin-left: 9px;
}