@media only screen and (min-width: 320px) and (max-width: 767px){
	/*** CONTAINER FÜR DIE 3 PUNKTEN (WAR ZUVOR EIN QUADRAT) ***/
	.bx-controls {
		bottom: 25px;
		right: 5%;
	}
	/*** PUNKT INAKTIVE ***/
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 20px;
		height: 20px;

		border-radius: 10px;

		margin-left: 10px;

		background: #000000;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1679px){
	/*** CONTAINER FÜR DIE 3 PUNKTEN (WAR ZUVOR EIN QUADRAT) ***/
	.bx-controls {
		bottom: 17px;
		left: 15px;
	}
	/*** PUNKT INAKTIVE ***/
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 20px;
		height: 20px;

		border-radius: 10px;

		margin-left: 10px;

		background: #000000;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1366px){
	/*** CONTAINER FÜR DIE 3 PUNKTEN (WAR ZUVOR EIN QUADRAT) ***/
	.bx-controls {
		bottom: 17px;
		left: 15px;
	}
}
@media only screen and (min-width: 1366px) and (max-width: 1440px){
	/*** CONTAINER FÜR DIE 3 PUNKTEN (WAR ZUVOR EIN QUADRAT) ***/
	.bx-controls {
		bottom: 17px;
		left: 18px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1536px){
	/*** CONTAINER FÜR DIE 3 PUNKTEN (WAR ZUVOR EIN QUADRAT) ***/
	.bx-controls {
		bottom: 20px;
		left: 18px;
	}
}
@media only screen and (min-width: 1536px) and (max-width: 1679px){
	/*** CONTAINER FÜR DIE 3 PUNKTEN (WAR ZUVOR EIN QUADRAT) ***/
	.bx-controls {
		bottom: 20px;
		left: 18px;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1920px){
	/*** CONTAINER FÜR DIE 3 PUNKTEN (WAR ZUVOR EIN QUADRAT) ***/
	.bx-controls {
		bottom: 35px;
		left: 38px;
	}
}
@media only screen and (min-width: 1920px) and (max-width: 2048px){
	/*** CONTAINER FÜR DIE 3 PUNKTEN (WAR ZUVOR EIN QUADRAT) ***/
	.bx-controls {
		bottom: 35px;
		left: 38px;
	}
}
@media only screen and (min-width: 2048px) and (max-width: 2560px){
	/*** CONTAINER FÜR DIE 3 PUNKTEN (WAR ZUVOR EIN QUADRAT) ***/
	.bx-controls {
		bottom: 35px;
		left: 43px;
	}
}
@media only screen and (min-width: 2560px){
	/*** CONTAINER FÜR DIE 3 PUNKTEN (WAR ZUVOR EIN QUADRAT) ***/
	.bx-controls {
		bottom: 35px;
		left: 48px;
	}
}