@media only screen and (max-width: 480px){

	@-ms-viewport {
		width: 320px;
	}

	*{
		font-size-adjust: none !important;
		-webkit-text-size-adjust: 100%;
	}

	.hide, .hide * {
		display: none !important;
	}

	.outer {
		width: 320px !important;
	}

	.full {
		width: 100% !important;
		display: block !important;
		float: none !important;
		clear: both !important;
	}
	table.full { display: table !important; }

	.inner {
		width: 300px !important;
	}

	.side, .side img  {
		width: 10px !important;
	}

	/* Content Picture */
	.conpic, .conpic img{
		display:block !important;
		max-height: none !important;
		height: auto !important;
		width: 100% !important;
		overflow: visible !important;
	}
	.conpic{
		margin-bottom: 15px !important;
	}
	.ep-event-form, .mod_form_buttons{
		width: 100% !important;
		
	}
	.bck_big {
		background-image: url(https://events.bfs-strahlenschutz.de/customer/bfs1/media/20230828135817-bf9e6bbc.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		font-size: 34px;
		line-height: 36px;
		text-align: center;
		font-weight: bold;
		padding: 100px 5px;
		color: #ffffff;
		text-shadow: 2px 2px 4px #cccccc;
	}
	div.title > div.mod_formitem_title{
		line-height: 34px !important;
	}
	.col-sm-3{
            width: 30% !important;
        }
    .col-sm-9{
            width: 70% !important;
        }
}