html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: black;
	background: url(bg1.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color: #ffffff;
}

.container {
	width: 100%;
	height: 100%;
}

.vertcenter {
    margin: 0;
    position: absolute;
    top: 20%;
}

#bgimg {
	width: 100%;
	height: 100%;
}

#topbar {
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.3);
}

#middlespacer {
	height: 10%;
}

#middle {
	width: 100%;
	height: 20%;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 35%;
	align: center;
}

#footer {
	width: 100%;
	height: auto;
}

.headliner {
	width: 100%;
	height: 100%;
	color: white;
	font-family: Exo;
	font-size: 26px;
}

#poweredby {
    position: absolute;
    left: 1vw;
    bottom: 1vh;
    padding: 10px;
    font-size: 22px;
    background-color: #00000088;
    border-radius: 5px;
    z-index: 100;
}

#sim {
    position: absolute;
    right: 1vw;
    bottom: 1vh;
    padding: 10px;
    font-size: 22px;
    background-color: #00000088;
    border-radius: 5px;
    z-index: 100;
}

#legal-container {
    position: absolute;
    width: 100vw;
    bottom: 1vh;
    padding: 0 10px 0 10px;
    z-index: 99;
}

#legal {
    position: relative;
    padding: 10px;
    font-size: 22px;
    background-color: #00000088;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
}

#legal-content {
    /* falls ichs mal brauche... */
}

a:focus, a:hover {
    text-decoration: none;
}

a {
    color: #fff;
}

.pointer {
    cursor: pointer;
}

/* ab hier countdown */

.bluelight {
  text-shadow: 0 0 10px #3498DB,
               0 0 20px #3498DB,
               0 0 30px #3498DB,
               0 0 40px #2980B9,
               0 0 70px #2980B9,
               0 0 80px #2980B9,
               0 0 100px #2980B9,
               0 0 150px #2980B9;
}

.clock {
    overflow: hidden;
}

.col-md-12 {
    overflow: hidden;
    padding-bottom: 20px;
}

.top-pane {
  margin-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
  border: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}

.bottom-pane {
  margin-top: 0px;
  border-radius: 0px 0px 5px 5px;
  border: 0px;
  background-color: rgb(0 0 0 / 69%);
}

@media (min-width: 768px) {
  .num {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .num {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .num {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .text {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .text {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .text {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  body {
    padding-top: 75px;
  }
}

h1 {
  padding-top: 10px;
}

@media (min-width: 768px) {
  h1 {
    margin-bottom: 75px;
    font-size: 100px;
  }
}
