.container {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	background-color: rgb(230, 230, 230);
	max-width: 1200px;
	margin-top: 46px;
	padding: 4px 4px 4px 4px;
}

.box {
	display: block;
	background-color: rgb(255, 255, 255);
	flex-grow: 1;
	flex-shrink: 1;
	margin: 7px;
	box-shadow: 5px 5px 5px silver;
	overflow-x: auto;
	border-radius: 6px;
}

.box > a {
	display: block;
	height: 100%;
}

.inhalt {
	display: block;
	padding: 0px 16px 24px 16px;
	color: rgb(62, 62, 62);
}

.clipped {
	height: 110px;
	width: 100% !important;
	object-fit: cover;
	object-position: center center;
}

.umbruch {
	flex-basis:2000px;
}

input[type=text] {
	font-family: Nunito;
    font-size: 16px;
	width: 100%;
	max-width: 300px;
	height:30px;
}

input[type=submit] {
	font-family: Nunito;
    font-size: 16px;
	//font-weight: bold;
	width:120px;
	height:40px;
}

.nwrap {
    white-space: nowrap;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.hanging {
	text-indent: -20px;
	margin-left: 20px;
}

.sponsorBox {
	background-color: rgb(255, 255, 255);
	width: 280px;
	margin: 0px 8px 20px 8px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	flex-grow: 1;
	flex-shrink: 1;
	box-shadow: 5px 5px 5px silver;
	border: 1px solid silver;
	border-collapse: collapse;
}

.fotoBox {
	width: 340px;
	margin: 0px 8px 20px 8px;
	text-align: center;
	flex-grow: 1;
	flex-shrink: 1;
}

.neuBox {
	width: 266px;
	margin: 0px 8px 20px 8px;
	text-align: center;
	flex-grow: 1;
	flex-shrink: 1;
}