/*******************************
  Mobile (max-width: 973px)
********************************/

@media only screen and (max-width: 973px) {
	
#headerImage #leftCol,
#headerImage #middleCol {
	display: block;
}

#content .eventWrapper {
	width: 100%;
	height: auto;
}
#content .organizerImgContainer,
#content .eventParamContainer {
	display: none;
}

.xdsoft_datetimepicker.xdsoft_noselect {
    margin-left: 41px;
    margin-top: 1px;
}

.impressum.titlePages,
.ueberuns.titlePages {
    padding-right: 15px;
    padding-left: 15px;
}

#contentWrapper .ueberuns {
	width: 90%;
}

#contentWrapper .imgueberuns img {
	display: none;
}


}