@media screen and (max-width:1000px) {







	.navigation_spaces  {
		border: 0px solid #f90; /*orange*/

		display: block;
		float: left;

		height: 20px;
		width: 100%;

		margin: 0%;
		padding: 0%;
	}










	.text_maintitle {
		font-weight: 400;
		font-size: 26px;

		color: hsla(0,0%,100%,0.97);
	}

	.text_subtitle {
		font-weight: 400;
		font-size: 22px;

		color: hsla(0,0%,100%,0.77);
	}

	.text_subtitle_high {
		font-weight: 400;
		font-size: 22px;

		color: hsla(0,0%,100%,0.69);
	}

	.text_subtitle_white {
		font-weight: 400;
		font-size: 22px;

		color: hsla(0,0%,100%,0.82);
	}

	.text_content {
		font-weight: 400;
		font-size: 22px;

		color: hsla(0,0%,100%,0.69);
	}


	.text_content_white {
		font-weight: 400;
		font-size: 22px;

		color: hsla(0,0%,100%,0.82);
	}

	.text_content_block {
		font-weight: 400;
		font-size: 22px;

		color: hsla(0,0%,50%,0.33);
	}

	.counter {
		font-weight: 200;
		font-size: 20px;

		color: hsla(0,0%,77%,0.22);
	}









	.startseite {
		background-image: url("../images/background_startseite_.jpg");
		background-position: center top;
	}
	.audio {
		background-image: url("../images/background_audio_.jpg");
		background-position: center top;
	}
	.video {
		background-image: url("../images/background_video_.jpg");
		background-position: center top;
	}
	.kuenstler {
		background-image: url("../images/background_kuenstler_.jpg");
		background-position: center top;
	}
	.support {
		background-image: url("../images/background_support_.jpg");
		background-position: center top;
	}
	.projekte {
		background-image: url("../images/background_projekte_.jpg");
		background-position: center top;
	}
	.datenschutz {
		background-image: url("../images/background_datenschutz_.jpg");
		background-position: center top;
	}
	.impressum {
		background-image: url("../images/background_impressum_.jpg");
		background-position: center top;
	}







}