@charset "UTF-8";
/* CSS Document */

body {
  	background:url("../Bilder/background.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;
}
#logo {
	z-index:101;
	position:fixed;
	width:150px;
	height:150px;
	left:50%;
	margin-left: -75px;
	top:20%;
	margin-top: -75px;
}
.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  /*display: block;*/
	float: left;
  font-size: 16px;
	font-family: 'Montserrat', sans-serif;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #FF0028; 
  color: black; 
  border: 2px solid #FF0028;
}

.button1:hover {
  background-color: #000;
  color: white;
	border: 2px solid #000;
}

.button2 {
  background-color: #FF0028; 
  color: black; 
  border: 2px solid #FF0028;
}

.button2:hover {
  background-color: #000;
  color: white;
	border: 2px solid #000;
}
.button3 {
  background-color: #FF0028; 
  color: black; 
  border: 2px solid #FF0028;
}

.button3:hover {
  background-color: #000;
  color: white;
	border: 2px solid #000;
}
#buttons {
	z-index:101;
	position:fixed;
	width:748px;
	height:100px;
	left:50%;
	top:80%;
	margin-top:-50px;
	margin-left: -374px;
}