/* Font Definition */

@font-face {
    font-family: 'aikikaibonnregular';
    src: url('../fonts/aikikaibonnregular-webfont.woff');
}

/* Header */

#header strong {
  color: #000000;
  font-size: 2.5rem;
}

#header a.logo {
    font-family: 'aikikaibonnregular';
    font-size: 2.5rem;
}

#header {
	border-bottom: solid 3px #d62d06;
	border-bottom: solid 3px #ae0000;
}

#main>.inner>section {
  padding:1em 0 0em 0;
  border-top:solid 2px rgba(210,215,217,.75)
}

/* Startbild */

.image.fit80 {
  display: block;
  margin: auto;
  width: 80%;
}

/* Bilder allgemein */

.image.fit50 {
/*  display: block;
  margin: auto;*/
  width: 300px;
  max-width: 50%;
}

.image.fit70 {
/*  display: block;
  margin: auto;*/
  width: 400px;
  max-width: 70%;
}


/* Menu */

nav#menu header {
    font-size: 1.5rem;
    text-align:center;
}

nav#menu li {
    font-size: inherit;
}

nav#menu ul li a {
    font-family: 'aikikaibonnregular';
    color: #000000;
    text-transform: none;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0px;
    text-align:center;
}

ul.contact li:first-child {
    font-family: 'aikikaibonnregular';
}

.icon {
  display:none;
}



/* Überschriften */

header.major > h1, header.major > h2, header.major > h3, header.major > h4, header.major > h5, header.major > h6 {
  border-bottom: solid 0px #f56a6a;
  margin: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'aikikaibonnregular';
	font-weight: normal;
	line-height: 1.0;
	color: #3f2e25;
	color: #ae0000;
	color: #000000;
	margin: 1em 0 0.8em 0;
}

h1 {
    font-size: 2.3rem;
}

h2 {
    font-size: 2.0rem;
}

h3 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.0rem;
}

/* Body */

#main section { /* "#main" ist wichtig, da sonst das Menü kaputt geht. Im Menü ist auch ein "section", welches nicht in der Größe verändert werden sollte */
  font-family: 'aikikaibonnregular';
	font-size: 2.3rem;
	font-weight: normal;
	color: #592f19;
	color: #401510;
	line-height: 2.8rem;
}

p {
  font-family: 'aikikaibonnregular';
  font-size: 1.8rem;
	color: inherit;
	margin: 0 0 0.5em 0;
	line-height: 1.0em;
}

em {
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 0;
}

ul {
  margin: 0 0 0.8em 0;
}

strong {
	font-weight: normal;
	color: #ae0000;
}

dl dt {
	font-weight: normal;
  font-size: 1.8rem;
}

/* Tabellen */

table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px 0px;
  background-image: url("background-buetten.png");
  background-repeat: repeat;
  font-size: 1.8rem;
}

table tbody tr:nth-child(2n+1) {
  background-color: unset;
}

/* Admin-Panel */
body#admin-login-wrapper, body.ga-theme-17x {
  font-family: unset;
	font-size: unset;
	font-weight: unset;
	color: unset;
	line-height: unset;
}

/* Buttons */
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-top: 1em;
/*  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;*/
  background-color: rgba(0,0,0,0);
  background-color: #fff8f8;
  border-radius: .375em;
  border: 0;
  border-bottom-color: currentcolor;
  box-shadow: inset 0 0 0 2px #ae0000;
  color: #ae0000 !important;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  height: auto;
  letter-spacing: .075em;
  padding: 0.1em 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: inherit;
  white-space: normal;
}

/* Links */
a:hover {
  border-bottom-color: #ee0000;
  color: #ae0000 !important;
}

a {
    border-style: none;
    color: #ae0000;
}

/* Tabellen  */

table th {
  color: #ae0000;
  font-size: inherit;
  font-weight: inherit;
  padding: 0.5em 0.1em 0.2em 0.2em;
  text-align: left;
}
table td {
  padding: 0.5em 0.2em;
  line-height: 1.5rem;
}


ul {
  font-size: inherit;
  list-style: "-";
}

li {
  color: #000000;
	color: #592f19;
	color: #401510;
  font-size: inherit;
  font-size: 1.8rem;
  font-weight: inherit;
/*  padding: 0 0.1em 0.1em 0.1em; */
  text-align: left;
}

#impressum {
  padding-top: 1em;
}

#impressum a, #datenschutz a {
  color: black;

}

/* Steuerung der Postanzahl in Abhängigkeit von der Bildschirmbreite */


@media screen and (min-width: 481px) and (max-width: 800px) {
  .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 800px) and (max-width: 1680px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Blog, Posts */

article h1, article h2, article h3 {
  color: #ae0000;
}

header p time, header p small {
  font-family: 'aikikaibonnregular';
  color: #999999;
  font-size: 0.6em;
}


i.fa-clock {
  display: none;
}
.posts article {
  display: grid;
  position: relative;
}

.data-post {
  color: #999999;
  font-size: 0.6em !important;
  text-transform: none;
  margin-bottom: 2em !important;
}

.posts article .image {
  margin: auto;
}

.posts article .image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 250px;
}



