
/* ========================= Mitglied 1 ========================= */			
.circle.m1 {
	width: 200px;
	height: 200px;
	background: rgba(255, 20, 0, 0.7);
	font-size: 38px;
	left: 10%;
	top: -150px;
}
.m1 a {
	height: 200px;
	width: 200px;
}
/* ========================= Mitglied 2 ========================= */			
.circle.m2 {
	width: 150px;
	height: 150px;
	background: rgba(0, 155, 255, 0.7);
	font-size: 24px;
	left: 35%;
	top: -30px;
}
.m2 a {
	height: 150px;
	width: 150px;
}
/* ========================= Mitglied 3 ========================= */			
.circle.m3 {
	width: 170px;
	height: 170px;
	background: rgba(255, 155, 0, 0.7);
	font-size: 34px;
	left: 55%;
	top: -120px;
}
.m3 a {
	height: 170px;
	width: 170px;
}
/* ========================= Mitglied 4 ========================= */			
.circle.m4 {
	width: 150px;
	height: 150px;
	background: rgba(150, 255, 0, 0.7);
	font-size: 28px;
	left: 80%;
	top: -70px;
}
.m4 a {
	height: 150px;
	width: 150px;
}

@media only screen and (max-width: 1080px) {

.circle {
	background-position: center!important;
	 border: 3px solid white;

}
/* ------------------------------------------------------------- Individuelle Stile für die Kreise auf mobile ------------------------------------------------------------- */

/* ========================= Mitglied 1 ========================= */			
.circle.m1 {
	width: 100px;
	height: 100px;

	background-image: url(images/gitarre.jpg);
	font-size: 16px;
	left: 0px;
	top: 0px;
		box-shadow:0 0 60px #ff4444;
}
.m1 a {
	width: 100px;
	height: 160px;
}
/* ========================= Mitglied 2 ========================= */			
.circle.m2 {
	width: 100px;
	height: 100px;

	background-image: url(images/schlagzeug.jpg);
	font-size: 16px;
	left: 150px;
	top: 0px;
		box-shadow:0 0 60px #65D6FF;
}
.m2 a {
	width: 100px;
	height: 160px;
}
/* ========================= Mitglied 3 ========================= */			
.circle.m3 {
	width: 100px;
	height: 100px;

	background-image: url(images/bass.jpg);
	font-size: 16px;
	left: 0px;
	top: 200px;
	box-shadow:0 0 60px #FFA400;
}
.m3 a {
	width: 100px;
	height: 160px;
}
/* ========================= Mitglied 4 ========================= */			
.circle.m4 {
	width: 100px;
	height: 100px;

	background-image: url(images/keyboard.jpg);
	font-size: 16px;
	left: 150px;
	top: 200px;
	box-shadow:0 0 60px #5DD81B;
}
.m4 a {
	width: 100px;
	height: 160px;
}
.vegas-background {
	display: none!important;
}
body {
	background-color: #000;
}
}

