@media only screen and (max-width : 940px) {

	.mobile {
		display: block;
	}

	body {
		width: 100%;
	}

	.full {
		display: none;
	}

	#wrapper {
		float: left;
		width: 100%;
	}

	.wrapper {
		float: left;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	#menumobile {
		display: block;
		float: right;
		margin-top: 14px;
		margin-left: 10px;
	}

	#menuimage {
		height: 26px;
		width: none;
	}

	#logomobile {
		float: left;
		margin-top: 10px;
		margin-left: 0px;
	}

	#content {
		width: 100%;
		padding: 14px 14px 20px 14px;
		box-sizing: border-box;
		border-top: none;
	}

		#content p img {
			max-width: 100%;
			height: auto !important;
		}

	#english {
		float: none !important;
	}


	#footer {
		padding: 15px 14px 0 14px;
	}

	#content .imagewrapper.literature {
		padding-left: 0px !important;
	}


}


@media only screen and (max-width : 750px) {


}


@media only screen and (max-width : 700px) {

	#maintitle {
		font-size: 25px;
	}



}


@media only screen and (max-width : 600px) {



}
	

@media only screen and (max-width : 550px) {

	#mainmenusmall {
		display: none;
	}

	#maintitle {
		font-size: 20px;
		margin-top: 50px;
	}

	#maintitle.home{
		margin-top: 15px;
	}

	

}


@media only screen and (max-width : 450px) {

	#content .image {
		
	}

	#content .text {
		
	}

	#content .imageleft {
		width: 100%;
	}

	#content .textright {
		float: left;
		width: 100%;
	}

	#content .imageright {
		width: 100%;
	}

	#content .textleft {
		float: left;
		width: 100%;
	}

	#content .imagewrapper {
		width: 100%;
	}

		#content .imagewrapper img {
			width: 100%;
			height: auto !important;
		}

}