@charset "UTF-8";
/* CSS Document */

/* ////////////////////// RESPONSIVE /////////////////// */
/* RESPONSIVE: LARGE SCREEN */

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.gruen {
		margin-top:400px !important;
	}
	.teamfoto {
		height: 300px;
	}
}

/* RESPONSIVE: MEDIUM SCREEN */
@media only screen and (min-width:1000px) and (max-width:1199px) {
	.gruen {
		margin-top:300px !important;
	}
}

/* RESPONSIVE: TABLET & SMALL SCREEN */
@media only screen and (min-width:800px) and (max-width:999px) {
	.gruen {
		margin-top:200px !important;
	}
	
	.team, .footer, .text-right {
		text-align:center !important;
	}
	.team img {
		display:inline !important;
	}
	
	.team h2 {
		margin-top:50px !important;
}
}

/* RESPONSIVE: TABLET & SMALL SCREEN */
@media only screen and (min-width:600px) and (max-width:799px) {
	.gruen {
		margin-top:200px !important;
	}

	.team, .footer, .text-right {
		text-align:center !important;
	}
	.team img {
		display:inline !important;
	}
	
	.team h2 {
		margin-top:50px !important;
	}

	.weiss {
		text-align:center !important;
	}
	
	.alcina {
		margin-top:30px;
	}

	.teamfoto {
		height: 300px !important;
	}

}

/* RESPONSIVE: MOBILE "Landscape" */
@media only screen and (min-width:480px) and (max-width:599px) {
	.gruen {
		margin-top:150px !important;
	}
	
	.team, .footer, .text-right {
		text-align:center !important;
	}
	.team img {
		display:inline !important;
	}
	
	.team h2 {
		margin-top:50px !important;
}

	.weiss {
		text-align:center !important;
	}
	
	.alcina {
		margin-top:30px;
	}

	.teamfoto {
		height: 200px !important;
	}

}

/* RESPONSIVE: MOBILE "Portrait" */
@media only screen and (min-width:0px) and (max-width:479px) {
	body {
		
		background-image:url(img/panorama-mobil.jpg) !important;
	}
	.gruen {
		margin-top:150px !important;
	}

	.team, .footer, .text-right {
		text-align:center !important;
	}
	.team img {
		display:inline !important;
	}
	
	.team h2 {
		margin-top:50px !important;
}
	.weiss {
		text-align:center !important;
	}
	
	.alcina {
		margin-top:30px;
	}

	.teamfoto {
		height: 150px !important;
	}

}

body {
  font-family: 'Open Sans', sans-serif;
	color: #3c3c3b;
	line-height:26px;
	font-weight:300;
	background-image:url(img/panorama.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-size:100%;
	background-repeat:no-repeat;
}

a, a:hover {
	color:#3c3c3b;
}

.footer a {
	color:#fff;
}

h2 {
	font-size:22px;
	color:#76B94C;
}

.team h2 {
	margin-top:10px;
}

.gruen {
	background: #76B94C;
	padding-top:20px;
	padding-bottom: 20px;
	margin-top:600px;
	color:#fff;
	font-size:22px;
}

.weiss {
	background-color:#fff;
	padding-top:70px;
	padding-bottom:90px;
}

.grau {
	background-color:#f4f4f4;
	padding-top:50px;
	padding-bottom:50px;
}

.team {
	background-color:#fff;
	padding-top:90px;
	padding-bottom:90px;
}

.footer {
	background-color:#3c3c3b;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
}


.spacer {
		margin-top:40px;	
}

strong {
	font-weight:400;	
}

.teamfoto {
	background-image:url(img/juttas-frisierstube-team.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	height: 400px;
}