/* color 


*/


body {
	background-color: #fff;
	color: #4D5460;
}


.wrapper {
	background: url(assets/bg.jpg) no-repeat center 0; 
	background-color: #e4e0d4;
}

.footer p a {
	color: #4D5460;
}


/* gold */

.teaser p,
.col-3n h3 {
	color: #AA8940;
}



.header {
	background-image: url(assets/buettner_stubn_logo.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.footer .illu {
	background-image: url(assets/buettner_stubn_sign_Impressum.png);
	background-position: 50% 0;
	padding-top: 110px;
}
.col-3n .col-1 {
	background-image: url(assets/buettner_stubn_illu_besteck.png);
	background-repeat: no-repeat;
	background-position: 100% 32px;
}
.col-3n .col-2 {
	background-image: url(assets/buettner_stubn_illu_rispickel.png);
	background-repeat: no-repeat;
	background-position: 80% -10px
}




@media handheld, only screen and (max-width: 1560px) {

	.wrapper {
		background: url(assets/bg.jpg) no-repeat center -30px; 
		background-color: #e4e0d4;
	}
	.header {
		background-image: url(assets/1560/buettner_stubn_logo.png);
		background-repeat: no-repeat;
		background-position: 50% 0;
	}
	.footer .illu {
		background-image: url(assets/1560/buettner_stubn_sign_Impressum.png);
		background-position: 50% 0;
		padding-top: 110px;
	}
	
	.col-3n .col-1 {
		background-image: url(assets/1560/buettner_stubn_illu_besteck.png);
		background-position: 100% 25px;
	}
	.col-3n .col-2 {
		background-image: url(assets/1560/buettner_stubn_illu_rispickel.png);
		background-position: 96% -10px;
	}

}


@media handheld, only screen and (max-width: 1265px) {

	.wrapper {
		background: url(assets/bg.jpg) no-repeat center -160px; 
		background-color: #e4e0d4;
	}

	.header {
		background-image: url(assets/1265/buettner_stubn_logo.png);
		background-repeat: no-repeat;
		background-position: 50% 0;
	}
	.footer .illu {
		background-image: url(assets/1265/buettner_stubn_sign_Impressum.png);
		background-position: 50% 0;
		padding-top: 110px;
	}
	.col-3n .col-1 {
		background-image: url(assets/1265/buettner_stubn_illu_besteck.png);
		background-position: 90% 25px;
	}
	.col-3n .col-2 {
		background-image: url(assets/1265/buettner_stubn_illu_rispickel.png);
		background-position: 90% 10px;
	}
	.col-3n .col-3 {
	}
	
}


@media handheld, only screen and (max-width: 980px) {

	.wrapper {
		background: url(assets/bg.jpg) no-repeat center -180px; 
		background-color: #e4e0d4;
	}

	.col-3n .col-1 {
		background-image: url(assets/1560/buettner_stubn_illu_besteck.png);
		background-repeat: no-repeat;
		background-position: 0% 20px;
	}
	.col-3n .col-2 {
		background-image: url(assets/1560/buettner_stubn_illu_rispickel.png);
		background-repeat: no-repeat;
		background-position: 0% 20px;
	}
	.col-3n .col-3 {
	}
	
	
}


@media handheld, only screen and (max-width: 560px) {
	
	.col-3n .col {
		background-position: 50% 10px;
	}
	
	.wrapper {
		background: url(assets/bg.jpg) no-repeat 44% -80px; 
		background-color: #e4e0d4;
	}

}