.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  font-family: 'Cousine', 'Courier', monospace;
}
body p {
  margin-top: 0;
}
body a:link,
body a:visited,
body a:active,
body a:focus {
  color: #000;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body .page-about a,
body .page-about a:link,
body .page-about a:visited {
  font-weight: bold;
}
body *:focus {
  outline-style: none;
}
body h1,
body h2 {
  font-family: 'Archive' !important;
}
body h2 {
  font-size: 100%;
}
body header {
  width: 100%;
  background-color: #00be7b;
  text-align: center;
  color: white;
}
body header#banner {
  z-index: 100;
  top: 0px;
  min-height: 140px;
  position: fixed;
  height: 140px;
  z-index: 5;
}
body header a:link,
body header a:visited {
  color: white;
}
body a.codingdavinci:link,
body a.codingdavinci:visited {
  font-family: 'Archive' !important;
}
body a.anchor-offset {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}
body nav#menu {
  text-align: center;
  border-top: 1px solid #dfdfdf;
  background-color: #00be7b;
}
body nav#menu ul {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Archive';
  display: inline-block;
  vertical-align: top;
}
body nav#menu ul,
body nav#menu li {
  background-color: #00be7b;
}
body nav#menu ul li {
  list-style: none;
  float: left;
  position: relative;
}
body nav#menu ul li a {
  text-decoration: none;
  display: block;
  font-size: 110%;
  color: white;
  padding: 6px 14px 6px 14px;
  transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3 ease-out;
  -o-transition: background 0.3 ease-out;
}
body nav#menu ul li:hover a,
body nav#menu ul li:hover > ul li a {
  background-color: white;
}
body nav#menu ul li:hover > a {
  color: #00be7b;
}
body nav#menu ul li:hover > ul {
  visibility: visible;
}
body nav#menu ul li ul {
  display: inline;
  visibility: hidden;
  position: absolute;
  left: 0px;
  padding: 0px;
  background-color: white;
  z-index: 10;
  text-align: left;
}
body nav#menu ul li ul li {
  float: none;
}
body nav#menu ul li ul li a {
  color: #00be7b;
}
body nav#menu ul li ul li a:hover {
  color: #00be7b;
  background-color: white !important;
}
body .full-width,
body .page-home {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
body footer {
  line-height: 130%;
  padding-top: 1em;
  border-top: 1px solid gray;
  font-size: small;
  text-align: center;
  padding-bottom: 1em;
}
body footer a:link,
body footer a:visited,
body footer a:active,
body footer a:focus {
  font-weight: bold;
}
body .scrollup {
  background: url("../img/icon_gototop.png") no-repeat scroll 0 0 transparent;
  bottom: 20px;
  display: none;
  height: 40px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 40px;
}
body #main {
  margin-top: 170px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
body #main h1 {
  font-size: 1.6rem;
}
body #main p.intro {
  margin-top: 2em;
}
body #main.page-home {
  position: relative;
  background-color: black;
  background-image: url('../img/bebelplatz.jpg');
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 140px;
  margin-bottom: 0;
  min-height: 450px;
}
body #main.page-geschichten h2,
body #main.page-analyse h2,
body #main.page-about h2 {
  font-size: 120%;
  text-align: center;
}
body #main form.edit {
  zoom: 1;
}
body #main form.edit label {
  float: left;
  clear: left;
  width: 100px;
  font-weight: bold;
}
body #main form.edit input[type='text'] {
  float: left;
  min-width: 320px;
  overflow: hidden;
}
body #main form.edit select {
  float: left;
  width: 320px;
}
body #main form.edit input[type='submit'] {
  float: left;
  clear: left;
}
body #main form.edit:before,
body #main form.edit:after {
  content: "";
  display: table;
}
body #main form.edit:after {
  clear: both;
}
body #main dl {
  margin: 1em;
  width: 640px;
  overflow: hidden;
}
body #main dt {
  float: left;
  clear: left;
  width: 100px;
  font-weight: bold;
}
body #main dd {
  float: left;
  color: #00be7b;
  margin-bottom: 0;
}
body #main dd {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 450px;
}
body #main ul.listing,
body #main .seealso-ul ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1em;
}
body #main ul.listing li,
body #main .seealso-ul ul li {
  padding-left: 1em;
  text-indent: -0.7em;
}
body #main ul.listing li:before,
body #main .seealso-ul ul li:before {
  content: "• ";
  color: #c0c0c0;
}
body #main ul.listing li.complete:before,
body #main .seealso-ul ul li.complete:before {
  content: "! ";
  color: #c0c0c0;
}
body #main ul.listing li.plus:before,
body #main .seealso-ul ul li.plus:before {
  content: "+ ";
  color: #c0c0c0;
}
body #main ul.listing li.minus:before,
body #main .seealso-ul ul li.minus:before {
  content: "- ";
  color: #c0c0c0;
}
body #main ul.listing-large {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1em;
}
body #main ul.listing-large li {
  zoom: 1;
  margin-bottom: 2em;
}
body #main ul.listing-large li:before,
body #main ul.listing-large li:after {
  content: "";
  display: table;
}
body #main ul.listing-large li:after {
  clear: both;
}
body #main ul.listing-large li img {
  float: left;
  margin-right: 2em;
  width: 200px;
}
body #main ul.listing-large li .listing-text {
  display: table-cell;
}
body #main .search-widget div {
  margin-top: 0.2em;
}
body #main .search-widget input {
  font-family: 'Cousine', 'Courier', monospace;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  padding: 4px 10px 2px;
  margin-bottom: 4px;
}
body #main .search-widget input[type="submit"] {
  font-weight: bold;
}
body #main .search-widget .btn,
body #main .search-widget .sort {
  font-family: 'Cousine', 'Courier', monospace;
  border: 1px solid #a0a0a0;
  border-radius: 2px;
  color: #a0a0a0;
  display: inline-block;
  padding: 2px 10px 1px;
  margin: 0 0 5px 0;
  line-height: 1.4;
  text-decoration: none;
}
body #main .search-widget .btn.active {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  color: #FFFFFF;
}
body #main .search-widget .btn:hover {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  color: #FFFFFF;
}
body #main .search-widget .sort {
  background-color: #a0a0a0;
  color: #FFFFFF;
}
body #main .search-widget .sort.desc:after {
  border-bottom: 5px solid #FFFFFF;
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  content: "";
  height: 0;
  position: relative;
  right: -5px;
  top: -12px;
  width: 0;
}
body #main .search-widget .sort.asc:after {
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  border-top: 5px solid #FFFFFF;
  content: "";
  height: 0;
  position: relative;
  right: -5px;
  top: 15px;
  width: 0;
}
body #main .search-widget .sort:after {
  border-bottom: 5px solid rgba(0,0,0,0);
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  content: "";
  height: 0;
  position: relative;
  right: -5px;
  top: -10px;
  width: 0;
}
body #main nav a,
body #main nav span {
  display: inline-block;
  border: 1px solid #00be7b;
  color: #00be7b;
  margin-right: .2em;
  padding: .25em .35em;
}
body #main nav a {
  text-decoration: none;
}
body #main nav a:hover {
  background: #AEE2CF;
}
body #main nav .dots {
  border-width: 0;
}
body #main nav .current {
  background: #AEE2CF;
  font-weight: bold;
}
body #main nav .disabled {
  border-color: #AEE2CF;
  color: #AEE2CF;
}
