/* Füge hier Dein eigenes CSS ein */

.entry-header, .entry-content, .entry-summary, .entry-meta {
max-width: 90%;
}

.css-events-list table.events-table td {
padding: 5px;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #c3137c; /* Old browsers */
	background: -webkit-linear-gradient(top, #E7292E 0%, #CF1A2C 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #E7292E 0%, #CF1A2C 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #57C1EF;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #FAAE43 0%, #FAAE43 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #FAAE43 0%, #FAAE43 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #c3137c 0%, #c3137c 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #c3137c 0%, #c3137c 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.navbar {
background-color: #8DC051;
margin: 0 auto;
max-width: 1600px;
width: 100%;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
background-color: #FAAE43;
color: #fff;
}

#logoblock {
text-align:center;
}
.site-footer {
	background-color: #4A6F34;
}

.css-events-list table.events-table th.event-time {
width: 175px;
}




@media screen and (max-width: 600px) {
  table {
    border: 0;
		
  }

  table caption {
    font-size: 2em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {

    display: block;
    margin-bottom: 5em;
		
  }
  
  table td {

    display: block;
    font-size: 1.2em;
    text-align: left;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}