

body{
	font-family: 'Droid Sans', sans-serif;
    background: #F1F2E9; 
	color:#000;
	margin:0px;
	padding:0px;
}

h1{
	font-weight: 700;
	font-size:30px;
}

h2{
	font-weight: 700;
	font-size:32px;
}

p {
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
}

a {
	color: #A68A31;
}

header{
	background-color: #F1F2E9;
}

.logo{
	position:relative;
	left: 10%;
	height:200px;
	width:200px;
	background-color: #231F20;
	border-radius:50%;
	top:50px;
	z-index: 100;
}

.logo img{
	margin-top:32px;
	margin-left:25px;
	width:150px;
	height:150px;
	z-index: 100;
}

nav ul {
	line-height:20px;
	height:50px;
    text-align: center;
    background-color: #231F20;
	vertical-align: middle;
	margin-top:-68px;
  }

  nav li {
    list-style: none;
    display: inline-block;
	padding-top:15px;
	padding-left: 10px;
	padding-right: 10px;
  }

  nav a {
    display: block;
	color: #fff;
    text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
  }

 
  nav li:hover, 
  nav li.active {
    border-bottom: 2px solid #A68A31;
}

.container {
	position: relative;
	width:80%;
	left:10%;
	background-color: #fff;
	height:100%;
	margin-top: -15px;
}

.container img{
	padding-top:100px;
	width:100%;
	height:100%;
}

article {
	padding-top:100px;
}
article h2{
	padding-left:5%;
}
.section {
	clear: both;
	padding: 0px;
	margin-left: 5%;
	width:90%;
	background: #F1F2E9;
	border-radius: 20px;
}

.einzug {
	margin-left:5%;
	width:90%;
}

.einzug p{
	color: #000;
}

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


.span_1_of_3 { width: 32.26%; }

.home {
	
}
.home p{
	color:#000;
	font-size: 12px;
	margin-top:-15px;
}

.home span{
	text-decoration: underline;
}

.home img{
	margin-top: -90px;
	max-width: 600px;
	max-height: 400px;
}

.home p.text {
	font-size: 16px;
	margin-top:5px;
 }

.news a{
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
}

.home a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 736px) {
	body {  background: #fff; }
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.container {	 width:100%; left:0; }
	.logo{ height:100px; width:100px; left:5%; top:0;}
	.logo img{ width:75px; height:75px; margin-left:13px; margin-top:15px;}
	ul.full li { display: none;}
	nav ul { height:25px; margin-top:-62px;}
	.container img{padding-top:50px; width:90%; height: 90%;}
	article { margin-top:50px; padding-top: 0; }
	.home img{ margin-top: -45px; width:100%; }
	footer {font-size: 12px;}
	.mitglied {	width:100% !important; }
}

footer {
	position:relative;
	bottom: 0;
	text-align: center;
	height:50px;
	line-height:20px;
	vertical-align: middle;
	width:100%;
	background-color: #231F20;
}

footer p {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	padding-top: 15px;
}

footer a {
	text-decoration: none;
	color: #fff;
}

.mitglied {
	background:#231F20;
	width:23%;
	border-radius: 10px;
	margin-top:50px;
	text-align: center;
}

.mitglied img {
	padding-top:0;
	margin-top: 5%;
	border-radius: 50%;
	width: 90%;
	height: 90%;
}

.mitglied h3 {
	color: #fff;
	font-size: 15px;
}

.mitglied p {
	color: #A68A31;
	font-size: 12px;
	padding-bottom: 10px;
}

.contact, .login {
	width:100%;
	border-radius: 10px;
	margin-top:50px;
}

.contact img {
	width: 20px !important;
	padding-left: 2px;
}

.contact input[type="text"],
.login input[type="text"] {
  	width: 100%;
  	color: #A68A31;
  	background: #fff;
  	outline: none;
  	font-size: 15px;
  	border: 1px solid #A68A31;
	border-radius: 10px;
  	padding: 10px 15px;
	margin-left:-15px;
  	margin-bottom: 1em;
  	-webkit-appearance: none;
  	letter-spacing:1px;
}
.login input[type="password"] {
	width: 100%;
  	color: #A68A31;
  	background: #fff;
  	outline: none;
  	font-size: 15px;
  	border: 1px solid #A68A31;
	border-radius: 10px;
  	padding: 10px 15px;
	margin-left:-15px;
  	margin-bottom: 1em;
  	-webkit-appearance: none;
  	letter-spacing:1px;
}
.contact textarea {
  resize: none;
  width: 100%;
  color: #A68A31;
  font-size: 15px;
  background: #fff;
  outline: none;
  font-family: 'Roboto', sans-serif;
  padding: 10px 15px;
  margin-left:-15px;
  border: none;
  border-radius: 10px;
  min-height: 8em;
  border: 1px solid #A68A31;
  -webkit-appearance: none;
  letter-spacing:1px;
}


.login input[type="submit"] {
  	border: none;
	border-radius: 10px;
  	outline: none;
	background: #231F20;
  	color: #fff;
  	width: 100%;
  	padding: 0px 0px;
  	font-size: 20px;
	line-height:40px;
  	font-weight: 400;
  	-webkit-appearance: none;
}
.login input[type="submit"]:hover{
	transition:0.5s all;
	color: #A68A31;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.contact-but{
	margin-top:1.2em;
	padding-bottom: 40px;
}
.contact-but input[type="submit"] {
  	border: none;
	border-radius: 10px;
  	outline: none;
	background: #231F20;
  	color: #fff;
  	width: 100%;
  	padding: 0px 0px;
  	font-size: 20px;
	line-height:40px;
  	font-weight: 400;
  	-webkit-appearance: none;
}
.contact-but input[type="submit"]:hover{
	transition:0.5s all;
	color: #A68A31;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}


article .ed {
width: 80%;
height: 150px;
}

article .del {
color: #ff0000;
}

article .del:hover{
text-decoration: none;
font-weight: 400;
}

article .bearbeiten {
color: #FF5500;
}

article .bearbeiten:hover{
text-decoration: none;
font-weight: 400;
}

.news{
	background:#231F20;
	width:100%;
	border-radius: 10px;
	margin-top:50px;
	text-align: center;
}

.news h3 {
	color: #fff;
	font-size: 15px;
}

.news h4 {
	color: #fff;
	font-size: 16px;
}

.news h5 {
	color: #fff;
	font-size: 12px;
}

.news img {
	width: 90%;
}


.news p {
	color: #A68A31;
	font-size: 12px;
	padding-bottom: 10px;
}

table {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
}
td, th {
    padding: 0.75em 1.5em;
    text-align: left;
}
	td.err {
		background-color: #e992b9;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		line-height: 1;
	}
th {
    background-color: #231F20; /*  alte Farbe #31BC86 (grün) */
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

tbody th {
	 color: #ffffff;
}
tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(166,138,49,.3); /*  alte Farbe 129,208,177 */
}

 .border-left{
	border-left: 2px solid #000000;
	text-align: center;
 }
 
  .tt{
	text-align: center;
 }
 
 .Bezahlt{
	color: #1CD300;
 }
 
 .Offen {
	color: #FF0000;
}

.button-style {
	display: inline-block;
	margin-top: 30px;
	padding: 7px 30px;
	background: #231F20;
	border-radius: 5px;
}

.button-style a {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}


/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 3em 0;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			background-color: #2CA7E0;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}

.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}

td.ewag-e::before  {
	content: "EWAG";
}

td.ewag-k::before {
	content: "Abwesend";
	color:red;
}