@charset "UTF-8";


body {
	margin: 0 3em 5em 3em;
	padding: 0;
	background: weiß;
	text-align: center;
	font-family: Courier New, Courier, monospace; !important;
	font-size: 16px; !important;
	color: #909090;
	}

/* Listenformat */
ul {list-style-type: none;}

/* Link- und Textformate */

    a {	text-decoration: underline; color: #3a3194; }
    a:hover { text-decoration: underline; color: #3a3194; }
    a.aktuell { text-decoration: none; color: #3a3194; font-weight: normal; }
    a.footer { font-size: 1em; color: #909090; letter-spacing: 0.02em; }


    a2 { text-decoration: underline; color: #909090; }
    a2:hover { text-decoration: underline; color: #909090; }
    a2.aktuell { text-decoration: none; color: #909090; font-weight: normal; }
    a2.footer { font-size: 1em; color: #909090; letter-spacing: 0.02em; }

/* h1-2 kuliblau h4 rot h3, h5 und p bleigrau */
	h1 { font-size: 1.5em; font-weight: normal; letter-spacing: 0.04em; color: #3a3194; }
	h2 { font-size: 1.3em; font-weight: normal; letter-spacing: 0.04em; color: #3a3194; }
	h3 { font-size: 1.1em; font-weight: normal; letter-spacing: 0.04em; color:  #909090; }
	h4 { font-size: 1 em; font-weight: normal; letter-spacing: 0.04em; color: #ca3d3d; line-height: 18px; margin-top: 0; margin-bottom: -3px;}
	h5 { font-size: 1 em; font-weight: bold; color:#909090; line-height: 18px; margin-top: 8; margin-bottom: 0px;}
	p { font-size: 1 em; font-weight: normal; /*letter-spacing: 0.02em;*/ line-height: 24px;}

	hr { color: #FFF; }



.flex-container {
	display: flex;
	justify-content: center;
}

.flex-item {

	flex-basis: content;

}


.gallery > a img {
  cursor: pointer;
  filter: grayscale(80%);
}

.gallery > a:hover img {
  filter: grayscale(0);

}


