html, body, h1, h2, li, td, .text, .small-text, .navigation {
	font-family: Verdana, sans-serif;
}

* {
    box-sizing: border-box;
}

/* Farben Beginn*/
.akzent-Farbe {
	background-color: rgb(222,0,4);
}

.normal-Farbe2 {
	background-color: white;
}

.akzent-Schriftfarbe, h1, h2, a:hover, .link:hover, .fa-trash-o:hover { 
	color: rgb(222,0,4);
}

.akzent-Schriftfarbe2 {
	color: white;
}

.fa-check {
	color: lime;
}	
.fa-times {
	color: red;
}

.fa-question {
	color: orange;
}

.fa-envelope-o, .fa-pencil:hover, .fa-plus:hover {
	color: grey;
}

/*Farben Ende */

body {
	font-size:12px;
}

#meldung {
	padding-top:5px;
	padding-bottom: 5px;
}

.meldungOk {
	color:black;
}

.meldungWarnung {
	color:orange;
}

.meldungFehler {
	color:red;
}

.container {
	clear:both;
	display: block;
}

.text, li {
	text-align:justify;
	margin-top: 7px;
}

.small-text {
	font-size:10px;
	text-align:justify;
}

.auftritt {
	margin-top:0px;
}

.nachricht {
	text-align:justify;
	margin-top:0px;
}
.teilbild, .vollbild {
	border: none;
	margin:0px;
}

.vollbild {
	width:100%;
}

h1 {
	font-size:24px;
	font-weight:100;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

h2 {
	font-size:20px;
	font-weight:300;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

/* äußerer Rahmen, der in Banner und content-Teil aufgeteilt wird. */
#container {
	margin:0px auto;
}

/*++++++++++++ Navigation ++++++++++++++++++++++++++++++++++++*/
nav li {
	text-decoration:none;
	color:#ffffff; 
}
nav li .intern {
}

nav li .ausloggen {
	background-color:rgb(222,0,4);
}

nav li a {
	text-decoration: none !important;
}


/* Icon weite */
.fa {
	width: 20px;
}

.longTable {
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}

.longTable th, .longTable td {
	padding: 0px;
	padding-right: 3px;
	border: 0px;
	border-style: solid 1px black;
	padding-left: 2px;
	cell-spacing: 0px;
}

.longTable th {
  font-weight: bold;
}

.longTable tr:hover td {
	background-color:lightgrey;
}

.normalTable {
	margin: 3px;
}

.normalTable th, .normalTable td {
  padding: 0px;
  padding-right: 3px;
  border: 0px;
  border-style: none;
  padding-left: 2px;
}

.normalTable th {
  font-weight: bold;
}
.search, .search td {
  padding: 0px;
  padding-left: 2px;
  cellspacing: 0px;
  border: 0px;
  border-style: none;
}

a, .link {
	text-decoration: underline;
}

a, .link, a:visited {
	color: black;
}

a:hover, .link:hover {
	cursor: pointer;
}

.alt,.alt td {
	color:grey;
}

.terminumfrage-unbeantwortet {
	
}

.terminumfrage-zusage {
	background-color: palegreen;
}

.terminumfrage-absage {
	background-color: rgb(222,0,4);;
}

.galerieleinwand {

}

.galerieleinwand img, .galerieleinwand video {
	border-color:lightgrey;
}

.galeriebild {

}

.galeriebild img, .galeriealbum  img, .galeriebild video, .galeriealbum video {
	border-color:lightgrey;
}


.galeriejahr {
	background-color:lightgrey;
}

.fa-check, .fa-times, .fa-question, .fa-envelope-o, .fa-pencil, .fa-download, .fa-trash-o, .fa-plus {
	cursor: pointer;
	text-align: center;
	width: 30%;
}

.fa-pencil, .fa-download, .fa-trash-o, .fa-plus {
	padding-left:5px;
	font-size:1.3em !important;
}