@charset "utf-8";
/*
	CSS Dokument für Mobile Version
	Autor:	 René Siemon
	Web: 	 www.design-ks.de

	Version: v1.0
*/

@media only screen and (max-width: 32.75rem) {/*460px 524*/
	header{padding:0.625rem}
	h1{
		text-align:center;
		font-size:2.5rem;
	}
	.dks_LogoMesse,.dks_checkliste,.dks_FooterBox,.dks_termin{display:block}
	.dks_messe{font-size:200%}
	.dks_termin{
		width:100%
	}
	.dks_termin h2 img{display:none}
	.dks_termin div,.dks_termin figure{
		width: 100%;
		max-width: none
	}
	.dks_p{column-count:1}
	.dks_checkliste ul{
		width:auto
	}
	.dks_checkliste ul:last-child li:first-child,.dks_Handy{border:none;display:none}
	.nav-bottom{
		margin:0.625rem 0
	}
}

@media only screen and (max-width: 23rem) {/*460px*/


}