
.page_link{
	margin-left:5px;
	margin-right:5px;
	text-decoration: unset;
	width: 20px;
	text-align: center;
}

.page_link:hover{
	font-size:x-large;
}

.page_link_aktuell{
	font-size:x-large;
}

.page_div{
	align-items : flex-end;
	display: flex;
	height: 2em;justify-content:
	space-between;
}

.page_subdiv{
	align-items:center;
	display: flex;
	height: 2em;
}

.set_page{
	border: none;
	padding: 10px;
	border-radius: 20%;
	font-size: larger;
	background-color: white;
}

.filterbtn{
	margin: 5px;
	background-color: #fb7907;
	color:white;
	font-weight:bold;
	border: none;
	border-radius: 15px;
	padding: 10px;
	cursor:pointer;
	margin: 20px
}

.filterbtn:hover{
	background-color: #fb7907;
}

.kachelbtn{
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: transparent;
	border: none;
	font-size: xxx-large;
	cursor: pointer;
	color: #fb7907;
	margin: 5px;
}

.kachelbtn:hover{
	color:#fb7907;
	outline:none;
	text-decoration:none;
}

.listebtn{
	z-index:2; background-color: transparent;
	border: none;
	font-size: xxx-large;
	cursor: pointer;
	color: #fb7907;
	margin: 5px;
}
.listebtn:hover{
	z-index:2; color:#fb7907;
	outline:none;
	text-decoration:none;
}

@media screen and (max-width: 1011px)
{
	.kachelbtn{display:none;}
	.listebtn{display:none;}
	.page_div{flex-direction: column; height:auto;}
	.page_subdiv{height:auto;}
	.filterbtn{margin: 0px;}
}