@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i,900,900i');

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}


body {
	color: black;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #c4c4c4;
	background-image: url(../bilder/allgemein/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#hauptlayer {
	visibility: visible;
	position: absolute;
	z-index: 20;
	top: 8px;
	right: 35px;
	bottom: 35px;
	left: 29px;
	width: auto;
	height: auto;
}

#skizzeoben {
	background-image: url(../bilder/allgemein/hgskizze_01.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	visibility: visible;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 95%;
	/* height: 139px; */
	height: 100%;
}

#skizzeunten {
	background-image: url(../bilder/allgemein/hgskizze_02.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 141px;
	visibility: visible;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 95%;
	/* height: 95%; */
	height: 100%;
}


td {
	empty-cells: show;
}


img { border: none; }

a:link {
	color: #861a2c;
	text-decoration: underline;
}

a:visited {
	color: #63675c;
	text-decoration: underline;
}

a:hover {
	color: #e60017;
	text-decoration: underline;
}

a:active {
	color: #e60017;
	text-decoration: underline;
}

.zellfarbe-dunkel { background-color: #c1253f; }

.navigation a {
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 3px 4px 4px;
}

.navigation a:link, .navigation a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #7c7c7c;
}

.navigation a:hover, .navigation a:active {
	color: #fff;
	text-decoration: none;
	background-color: #932c2c !important;
}

.headline {
	color: #932c2c;
	font-size: 1.3em;
	font-weight: 400;
	background-color: #e1e1e1;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 12px 30px 5px 0;
	border-style: solid solid dotted;
	border-width: 0 30px 1px 0;
	border-color: #e1e1e1 #e1e1e1 #686c61;
	text-transform: uppercase;
	letter-spacing: 0.3ex;
}

.content {
	color: #282828;
	background-color: #e1e1e1;
	background-position: 0 0;
	padding: 20px 30px 20px 0;
}

.content-bilder {
	color: #282828;
	font-size: 0.8em;
	background-color: #e1e1e1;
	background-position: 0 0;
	padding: 25px 30px 20px 0;
}

.content-bilder p { margin-top: 15px; }

.content-bilder img {
	background-color: #fff;
	margin-bottom: 5px;
	padding: 1px;
	border: solid 1px #c4c4c4;
}

b {	color: #63675c;}

p, ul {
	margin-top: 0;
	margin-bottom: 0.7em;
}

.keinabstand {
	margin-bottom: 0;
}

ul {
	padding-left: 1.8ex;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.4em;
}


h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}


h1 {
	color: #63675c;
	font-size: 1.1em;
}

h2 {
	color: #932c2c;
	font-size: 1.1em;
}

h4 {
	color: #63675c;
	font-size: 1.1em;
	}

p ~ h2, ul ~ h2, p ~ h4, ul ~ h4 {
	margin-top: 1.7em;
	}

li {
	text-indent: 0;
	list-style-image: url(../bilder/allgemein/bullet-kreuz.gif);
	margin-top: 0;
}

.adresse {
	color: #4d4f46;
	font-size: 15px;
	line-height: 10px;
	padding-bottom: 2px;
}

.adresse a:link, .adresse a:visited {
	color: #585b51;
	text-decoration: none;
}

.adresse a:hover, .adresse a:active {
	color: #fff;
	text-decoration: none;
}


a:link.button, a:visited.button {
	padding: 15px 35px;
	display: block;
	align-items: center;
	background-color:rgba(255,255,255,0.5);
	float: left;
	border-radius: 10px;
	color: #63675c;
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 1em;
}

a:hover.button, a:active.button {
	background-color:rgba(255,255,255,1);
	text-decoration: none;
}

.flexcontainer-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flexcontainer-space-around {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

  
	
	
	
	