h1, h2, h3 {
    margin-top: 0px;
    font-weight: normal;
    color: #FFFFFF;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

h4 {
	color: #000000;
	font-size: 1.4em;
	text-align: left;
}
h5 {
	color: #000000;
	font-size: 1.2em;
	text-align: left;
}

p, ol, ul {
    margin-bottom: 1.8em;
    line-height: 160%;
}

a {
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
}

a img {
    border: none;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
    border: 10px solid #FFFFFF;
}


/* Logo + News*/

#header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f8f8f8;
  padding: 10px 20px;
  border-bottom: 2px solid #ccc;
}

/* Logo */

#header #logo img {
  width: 180px !important;   /* verkleinert das Logo zuverlässig */
  height: auto !important;   /* behält die Proportionen bei */
  display: block;
}

#news-ticker {
  flex: 1;
  margin-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#news-ticker p {
  display: inline-block;
  padding-left: 100%;
  animation: ticker 15s linear infinite;
  font-size: 1.2rem;
  color: #333;
}

/* Laufanimation */
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}



/* Menu */

#menu {
    float: right;
}

#menu ul {
    margin: 0px;
    padding: 49px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
    margin: 0px;
}

#menu a {
    display: block;
    width: auto;
    padding: 6px 20px;
}

#menu a:hover {
    text-decoration: underline;
}

#menu .active {
    background: #404040;
}

#menu .active a {
    background: url(../../images/standard/img02.jpg) no-repeat 100% -40px;
}

/* Page */

#page {
    width: 900px;
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
    background: #FFFFFF;
}

#header-pic {
    background: url(../../images/standard/banner.jpg) no-repeat left top;
    width: 900px;
    height: 210px;
}

/* Content */

#content {
    float: right;
    width: 570px;
}

.post {
    margin: 0px 0px 30px 0px;
}

.post .title {
    margin: 0px;
    background: #444444 url(../../images/standard/img02.jpg) no-repeat left 50%;
    padding: 7px 25px;
    font-size: 1.4em;
}

.post .title h1 {
}

.post .entry {
    padding: 0 20px;
}

.post .meta {
    font-weight: bold;
    padding-left: 20px;
}

.post .byline {
    margin: 0px;
    padding-left: 20px;
}


.meto-content-image{
    padding: 20px 0 20px 0;
}

.meto-hinweis{
    margin-top: 20px;
    padding: 20px;
    background: #cb5f00;
    color: white;
    border-radius: 10px;
    font-size: 17px;
    text-align: center;
}


/* Sidebar */

#sidebar {
    float: left;
    width: 300px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
    background: url(../../images/standard/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
    background: url(../../images/standard/img01.jpg) repeat-y left top;
}

#sidebar ul {
    padding: 0px 0 5px 0;
    margin: 0px;
    list-style: none;
}

#sidebar li li {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 30px;
    padding-left: 15px;
    border-bottom: 1px dashed #BDBDBD;
    background: url(../../images/standard/img04.jpg) no-repeat left 50%;
}

#sidebar li ul {
    margin-bottom: 1.8em;
    list-style: none;
}

#sidebar h2 {
    background: #444444 url(../../images/standard/img02.jpg) no-repeat left 50%;
    padding: 7px 25px;
    font-size: 1.4em;
}

#sidebar a {
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* Search */

#search {
}

#search form {
    margin-bottom: 1.8em;
    padding: 0px;
}

#search fieldset {
    margin-left: 20px;
    padding: 0px;
    border: none;
}

#search #s {
    width: 160px;
}

/* Footer */

#footer {
    clear: both;
    width: 900px;
    height: 50px;
    margin: 0px auto 30px auto;
    color: #444444;
}

#footer p {
    margin: 0px;
    padding: 19px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    font-size: smaller;
}

#footer a {
    color: #444444;
}

table, input {
    font: 13px Arial, Helvetica, sans-serif;
}

.bordered_table {
    table-layout: fixed;
    border: 1px solid grey;
}

.bordered_table td {
    text-align: center;
}
