a {
	 	font-family: 'Playfair Display', serif;
	 	text-decoration:none;
	 	}

p {
	 	font-family: 'Playfair Display', serif;
	 	color:#555555;
	 	}

	 	
	 	.container {
  display: flex;
  flex-wrap: wrap;
 justify-content:center;
}	 	
	 	
.button {
	 	border:2px solid #9c8951;
	 	width:10em;
	 	text-align:center;
	 	padding:1em;
	 	background-color:#000000;
	 	border-radius:6px;
	 	color:#9c8951;
	 	margin-top:0.5em;
	 	margin-bottom:0.5em;
	 	margin-left:0.5em;
	 	margin-right:0.5em;
	 	}
	 	
	 	.button:hover{
	 	border:2px solid #ffff9f;
	 	background-color:#000000;
	 	color:#ffff9f;
	 	}
	 	
	 	 	.buttonwhite {
	 	border:2px solid #cccccc;
	 	width:10em;
	 	height:60px;
	 	text-align:center;
	 	padding:1em;
	 	background-color:#ffffff;
	 	border-radius:6px;
	 	color:#000000;
	 	margin-top:0.5em;
	 	margin-bottom:0.5em;
	 	margin-left:0.5em;
	 	margin-right:0.5em;
	 	}
	 	
	 	.buttonwhite:hover{
	 	border:2px solid #008000;
	 	background-color:#ffffff;
	 	color:#008000;
	 	}
	 	
	
	 	
	 		.buttonlarge {
	 	border:2px solid #9c8951;
	 	width:15em;
	 	text-align:center;
	 	padding:1em;
	 	background-color:#000000;
	 	border-radius:6px;
	 	color:#9c8951;
	 	margin-top:0.5em;
	 	margin-bottom:0.5em;
	 	margin-left:0.5em;
	 	margin-right:0.5em;
	 	}
	 	
	 	.buttonlarge:hover{
	 	border:2px solid #ffff9f;
	 	background-color:#000000;
	 	color:#ffff9f;
	 	}
	 	
	 	 		.buttonlargewhite {
	 	border:2px solid #cccccc;
	 	width:15em;
	 	text-align:center;
	 	padding:1em;
	 	background-color:#ffffff;
	 	border-radius:6px;
	 	color:#000000;
	 	margin-top:0.5em;
	 	margin-bottom:0.5em;
	 	margin-left:0.5em;
	 	margin-right:0.5em;
	 	}
	 	
	 	.buttonlargewhite:hover{
	 	border:2px solid #008000;
	 	background-color:#ffffff;
	 	color:#008000;
	 	}
	 	

	 	
	 	.buttonamazon {
	 	font-size:small;
	 	border:2px solid #f39303;
	 	padding:0.5em;
	 	text-align:center;
	 	background-color:#f39303;
	 	border-radius:6px;
	 	color:#ffffff;
	 	margin-top:0.5em;
	 	margin-bottom:0.5em;
	 	margin-left:0.5em;
	 	margin-right:0.5em;
	 	}
	 	
	 	.buttonamazon:hover{
	 	border:2px solid #f39303;
	 	background-color:#232f3e;
	 	color:#ffffff;
	 	}
	 	
	 		 	
	 	.buttonsonstige {
	 	border:2px solid #000000;
	 	padding:0.5em;
	 	text-align:center;
	 	background-color:#ffffff;
	 	border-radius:6px;
	 	color:#000000;
	 	margin-top:0.5em;
	 	margin-bottom:0.5em;
	 	margin-left:0.5em;
	 	margin-right:0.5em;
	 	}
	 	
	 	.buttonsonstige:hover{
	 	border:2px solid #000000;
	 	background-color:#00ff00;
	 	color:#000000;
	 	}	 	
	 	
	 	
	 		 		.buttonfbmrot {
	 	border:0px solid #e2000f;
	 	font-family: Arial, sans-serif;
	 	font-weight:bold;
	 	text-align:center;
	 	padding:1em;
	 	background-color:#e2000f;
	 	border-radius:0px;
	 	color:#ffffff;
	 	text-decoration:none;
	 	margin-top:0.5em;
	 	margin-bottom:0.5em;
	 	margin-left:0.5em;
	 	margin-right:0.5em;
	 	}
	 	
	 	.buttonfbmrot:hover{
	 	border:0px solid #ffffff;
	 	background-color:#6c757d;
	 	color:#ffffff;
	 	} 	
	 	


.videobutton {
    background:#04B404;
	 	text-align:center;
	 	padding:1em;
	 	margin:0em;
	 	border-radius:6px;
        border:2px solid #ffffff;
	 	color:#ffffff;   
	 	}
	 	
.videobutton:hover{
	 	background:#ffffff;
	 	color:#04B404;
    border:2px solid #04B404;
	 	}
	 	
	 	


.topnav {
  background-color: #333;
  overflow: hidden;
}


@media (min-width: 640px) {
.topnav a {
  float: left;
  color: #dddddd;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}


}

@media (max-width: 639px) {
.topnav a {
  float: left;
  color: #dddddd;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}


.topnav a.logo{
display:none;
}
}




.topnav a:hover {
  background-color: #333;
  color: #ffffff;
}


.topnav a.active {
  color: #ffffff;
}

.topnav a.kaufen {
  background-color: #4370e2;
  color: #ffffff;
  text-align:center;
  padding:0.5em;
  margin-top:0.25em;
border-radius:6px;
}

.footer {
     padding-top:10vh;
    padding-bottom:10vh;
    width:100vw;
    background:linear-gradient(145deg, #000, #333);
    }


.footer a{
    color:#cccccc;
}

.footer a:hover {
	color:#ffffff;
}



