.button-webseite {
	background: #f39000;
	width: 300px;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
	border-radius: 5px;
	display: inline-block;
	align-items: center;
}

.impressum {
	display: block;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 40px;
	color: #4d6476;
}

.button-web {
    color: #ffffff;
	font-size: 20px;
    font-weight: 500;
	text-decoration: none;
	text-align: center;
	border-bottom: none;
}

.button-web a:hover {
    color: #ffffff;
	font-size: 20px;
    font-weight: 500;
	text-decoration: none;
	text-align: center;
	border-bottom: none;
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  margin-left: 2px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}