body {
	margin:0;
	padding:0;
	font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
	background-color: #F0F0F0;
}

main {
	
}

h2 {
	margin: 10px 4px 2px 4px;
	font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
	font-weight:200;
	font-size: 2em;
}

h1 {
	font-size: 1.5em;
}

h1.topheadline {
	color: white;
	background-color: rgba( 0,0,0, 0.35 );
	margin-top: 0;
	display: block;
	padding: 18px;
}
h1.topheadline div.small {
	font-size: 0.5em;
	font-weight: 100;
	margin-top: -2px;
}
h1.topheadline.important {
	background-color: #7d2b36;
	color: white;
}
 
article.objIt, section.objIt {
	position: relative;
}

.objIt time.goodattachment {
  display:block;
  position: absolute;
  /*bottom: 20px;*/
  left: 20px;
  background-color: rgba( 0,0,0, 0.65 );
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
	border: 0px solid #202050;
	border-radius: 5px; 
	text-align:center;
}
.objIt time.goodattachment .day {
	margin:0;
	display:block;
}
.objIt time.goodattachment .month {
	margin:0;
	color: #D0D0D8;
	font-size: 75%;
}
.objIt time.goodattachment .year {
	margin:0;
	font-weight: normal;
	color: #D0D0D8;
	font-size: 75%;
}
.objIt time.goodattachment .time {
	margin:0;
	display:block;
	color: #D0D0D8;
	font-size: 75%;
}
time h2 > span.time {
	font-size: 75%;
	color: #808088;
}
h1 > span.time {
	font-size: 75%;
	color: #E0E0E0;
}
time > a, time > a:link, time > a:hover, header > a, a.topheadline {
	color: inherit;
	text-decoration: none;
}
a.topheadline:hover > h1 {
	background-color: #404090;
}
h2.link, h2.nolink {
	font-size: 1.5em;
	font-weight: normal;
}
a.topheadline  h2.link, a.topheadline:link  h2.link {
	color: #0000EE;
}
a.topheadline:hover  h2.link {
	text-decoration: underline;
}

.containerrc {
  display: flex;
  width: 100%;
}

.row::after {
	flex-wrap: nowrap;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 2px;
  margin: 0 -2px;
}

.column img {
  margin-top: 2px;
  vertical-align: middle;
  width: 99%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 810px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 510px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}


@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
  .column {
    flex: 50%;
    max-width: 50%;
  }

}

.objIt > a, a .action, a:link .action, a:hover .action  {
	text-decoration: none;
}

.action {
	cursor: pointer;
	color: #404090;
}

.action.btn {
	text-align:center;
	margin: 3px 0 3px 0;
	padding: 5px;
	color: white;
	background-color: #404090;
	border: 1px solid #202050;
	border-radius: 5px; 
	
}
h4.action.btn, h3.action.btn {
	display:block; 
	width:100%; 
	flex:100%;
}

.action.btn:hover {
	background-color: #8080F0;
}

.action.btn.orange {
	background-color: #FF8C00;
}
.action.btn.orange:hover {
	background-color: #FFAC30;
}

article.objIt h1, article.objIt h2 {
	display: inline-block;
}

article.objIt h1, article.objIt h2, article.objIt h3 {
	margin: 10px 10px 10px 0;
}
article.objIt h2.nogoodattachment {
	display:block;
}
article.objIt h3 {
	margin: 10px 4px 2px 0;
	font-weight:300;
	color: #808088;
	display: inline;
}

article, section.no-pictures {
	padding-left: 10px;
	padding-right: 10px;
}

article p, section p {
	margin: 7px 0 4px 0;
	word-wrap: break-word;
}
section.story {
	padding: 0 5px 0 5px;
}

article.kalenderIt, article.gigserIt, article.newsIt, article.objIt, section.objIt {
	background-color: white;
	margin: 10px;
	border-radius: 10px; 
	padding: 8px; 
}
section.nobg {
	background-color: inherit;
}
article.newsIt article.story h2 {
	font-size: 1em;
	color: #808088;
}

img.topimg {
	border-radius: 10px; 
	width: 100%;
	height: 100vh;
	max-height: 350px;
	object-fit: cover;
}

.containerrc img {
	border-radius: 10px; 
}

.futureHidden, .containerrc-all {
	display: none;
}

header.startpage {
}
nav.background, header.startpage > div.background {
	display: block;
	width: 100%;
	background-image: url( '../img/Gruppenfoto_Marschbewertung_Sommerein_2009.jpg' );
	background-size: cover;
	height: 150px;
	z-index: 1;
}

div#brand  {
	position: absolute;
	top: 88px;
	left: 0px;
	height: 45px;
	display:inline-block;
}
@media (min-width: 992px) {
	div#brand  {
		top: -20px;
		right: 0px;
		left: auto;
	}
}
div#brand h1 {
	display:inline-block;
	background-color: rgba( 0,0,0, 0.65 );
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-right: 5px;
	border: 0px solid #202050;
	text-align:center;
	vertical-align: middle;
}
div#brand img {
	text-align:center;
	vertical-align: middle;
	display:inline-block;
	height:100%;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.menu__content > .menu-item > a > div {
	line-height: 14px;
	padding-top: 14px;
}

@media (min-width: 992px) {
	body {
		max-width: 992px;
		margin: auto;
		margin-left: auto;
		margin-right: auto;
		background-color: #F0F0F0;
	}
	main {
		background-color: #F0F0F0;
	}
}

.floatleft {
	float:left;
	margin: 5px;
}

.floatright {
	float:right;
	margin: 5px;
}

.shariff {
	display:inline-block;
	width:120px;
	margin-top: 8px;
	float: right;
}
.stickynewsList article {
	background-color: #fdfedf;
	/*background-color: #fffafa;*/ 
}
.stickynewsList article h1 {
	color: #7d2b36;
}
