#startpage-de {
height: 100%;
width: 100%;
position: relative;
top: 0;
left: 0;
overflow: hidden;
color: #ffffff;
text-align: center;
background: url('../img/bg-de.jpg') no-repeat bottom center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#startpage a {
text-shadow: 0 0 1px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #304201;
}

#startpage a:hover, .navbar-startpage a:hover {
text-shadow: 0 0 1px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #304201;
}

#startpage hr {
border: none;
color: #ffffff;
background-color: #ffffff;
height: 1px;
}

/* Media */

@media (max-width: 479px) {                                                                                           	
h4.newyear {
font-size: 26px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
h4.newyear {
font-size: 30px;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
h4.newyear {
font-size: 32px;
}
}

@media (min-width: 1200px) {
h4.newyear {
font-size: 36px;
}
}