
/* Styles des GoTop Buttons
/* HS-Version V1.00 vom 05.11.2020
/* +++++ History 05.11.2020 - Erste Version
/* +++++         05.11.2020 - Online gestellt
---------------------------------------- */

/* Datei-Anfang --------------- */

.back-to-top {
	display:inline-block;
	/* background-color:#FF9800; */
	/* background-color:#FFFF00; */
	background-color:#EBA301;
	position: fixed;
 	width: 40px;
  height: 33px;
  text-align: center;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: fixed;
 	bottom:75px;
 	right:65px;
 	padding-top:7px;
 	text-decoration:none;
 	font-size: 24px;
 	font-weight: bold;
 	z-index: 100;
}

.back-to-top:hover {
  cursor: pointer;
  /* background-color: #C0C000; */
  background-color:#FFB923;
}

.back-to-top:active {
	cursor: pointer;
  background-color: #808000;
}

/* Datei-Ende --------------- */