/* CSS Document */

h1{
    text-align: center;
    margin:15px 10px 25px 15px;
    color: #004c5b;
    font-weight: bold;
}

hr{
	background-color: #004C5B;
	height: 2px;
	border: none;
	width: 80%;
	margin: 50px auto;
}

.geraet-icon{
	height:35px;
	width:35px;
	margin-right: 5px;
	margin-bottom: 8px;
}

.parkpic{
	margin-top: 20px;
}


.geraete-liste a:link{
	text-decoration:none;
	font-size: 1.25em;
}

.row li{
	list-style: none;
	margin-left:-40px;
}

.monbijou-row{
	margin-left:0 !important;
}

.dropdown-color{
	border: solid 2px #007E95;
}
.btn-group{
	padding:15px;
}
#topButton {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: solid #fff 2px; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: rgba(49, 143, 160, 0.9); /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	width: 40px;
	height: 40px;
	border-radius: 10px; /* Rounded corners */
	font-size: 25px; /* Increase font size */
	font-weight:500;
  }
  
  #topButton:hover {
	background-color: #555; /* Add a dark-grey background on hover */
  }

#scroll-menu{
	max-height: 200px;
	overflow: auto;
}

@media (min-width:992px){
	hr{
		height: 3px;
		margin: 50px auto 80px auto;
	}
}