﻿.hero {
    width: 100%;
    height: 100vh;          /* Vollbildhöhe */
    overflow: hidden;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* Bild füllt den Bereich */
    display: block;
}

.content {
    padding: 40px;
    background-color: #666666;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  color: white;
  line-height:30px;
  background-color: #666666;
}

#content_trailer {
	width: 100%;
	height: auto;
	overflow: hidden;
}

ul li a:hover {
	background-color: #FF6633;
	color: #fff;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
	
a:visited {
    color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

