* { box-sizing: border-box; }

body { font-family: "Segoe UI",sans-serif; }

img.left {
    margin: 0 15px 0 0;
		float:left;
}

#footer {
	text-align: right;
	max-width: 880px;
}

#ueberschrift h1,h3,h2,h4{
	display:inline;
}

#veranstaltung_header h3,h4 {
	display:inline;
	color:#333;
}

.hide {
  display: none;
}

/* ---- grid ---- */

.grid {
  background: white;
  max-width: 880px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
  width: 290px;
  float: left;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  border: 1px solid #333;
  border-color: white;
  border-radius: 5px;
  padding:5px 10px 10px 10px;
}