

.index {
	width: 230px;
	margin: 0 10px 10px 0;
}


.box .layoutButtons a {
	margin-right: 10px;
}





.goToTop {
	position: fixed;
	display: block;
	
	bottom: 20px;
	left: 20px;
	height: 40px;
	width: 40px;
	
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.1);
}

.goToTop svg {
	height: 20px;
	width: 20px;
}


#goToTop {
	bottom: 70px;
}


#goToInhalt {
	bottom: 20px;
}