/* Variables */
/* Layout */
article,
figcaption,
figure,
footer,
header,
nav,
section,
img,
blockquote,
aside,
time {
  display: block;
}

a {
  border: none;
}

html {
  font-size: 100%;
  background-color: #fefcf2;
}

body {
  font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
  min-width: 740px;
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 70%;
  background-color: #fefae6;
  color: #080100;
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: auto;
  grid-template-areas: "kopf kopf" "menue menue" "seite inhalt" "fuss fuss";
}

.pageheader {
  background-color: #fff4cc;
  grid-area: kopf;
}

.menue {
  grid-area: menue;
  height: 3.3rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #1c3412;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0 0 0.5rem;
  margin: 0 0 2rem 0;
}
.menue span {
  padding: 0 0.5rem 0 0.5rem;
}
.menue span a {
  color: #f4f5f3;
  text-decoration: none;
}
.menue span a:hover {
  color: #f0c900;
  text-decoration: none;
}

.contentarea {
  grid-area: inhalt;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.contentarea .picturemenue {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
}
.contentarea .picturemenue-item {
  position: relative;
}
.contentarea .picturemenue-linkicon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.contentarea .picturemenue-linkicon img {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
}
.contentarea .article-metadata {
  font-size: 1.04rem;
  line-height: 1.5rem;
  color: fontcolor-article;
  font-style: italic;
}
.contentarea .pagination {
  font-size: 1.04rem;
  line-height: 1.5rem;
  color: fontcolor-article;
  font-style: italic;
}
.contentarea .framed {
  border-style: solid;
  border-width: 2px;
  border-color: #69504d;
  margin: 1rem;
  padding: 1rem;
}
.contentarea article {
  padding: 0 2rem 1rem 2rem;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #200401;
}
.contentarea article h1 {
  margin: 0;
  color: #69504d;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
}
.contentarea article h1 a {
  text-decoration: none;
  color: inherit;
}
.contentarea article h1 a:hover {
  color: #e57801;
}
.contentarea article h2 {
  margin: 0;
  color: #69504d;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.contentarea article h2 a {
  text-decoration: none;
  color: inherit;
  padding: 0 14px 0 0;
  background: url(../images/icons/linkicon.gif) no-repeat center right;
}
.contentarea article h2 a:hover {
  color: #e57801;
}
.contentarea article p a {
  text-decoration: none;
  color: inherit;
  padding: 0 14px 0 0;
  background: url(../images/icons/linkicon.gif) no-repeat center right;
}
.contentarea article p a:hover {
  color: #e57801;
}
.contentarea article li a {
  text-decoration: none;
  color: inherit;
  padding: 0 14px 0 0;
  background: url(../images/icons/linkicon.gif) no-repeat center right;
}
.contentarea article li a:hover {
  color: #e57801;
}
.contentarea article blockquote {
  float: right;
  width: 30%;
  background-color: #f8e480;
  padding: 1em 5% 1em 5%;
}

.sidebar {
  padding: 0 1.5% 0 1.5%;
  grid-area: seite;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.sidebar .upper-sidebar {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.sidebar .lower-sidebar {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.sidebar aside {
  margin: 0 0 1rem 0;
  color: #452400;
}
.sidebar aside a {
  text-decoration: none;
  color: inherit;
}
.sidebar aside a:hover {
  text-decoration: none;
}
.sidebar aside article {
  padding: 1rem 5% 1rem 5%;
  background-color: #f8e480;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.sidebar aside article p.headline {
  font-weight: bolder;
}
.sidebar aside article p.citation {
  font-style: italic;
}
.sidebar aside article p.links span {
  display: block;
}
.sidebar aside article p.links span a {
  text-decoration: none;
  color: inherit;
  padding: 0 14px 0 0;
  background: url(../images/icons/linkicon.gif) no-repeat center right;
}
.sidebar aside article p.links span a:hover {
  color: #e57801;
}
.sidebar aside img {
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
.sidebar aside nav.sidemenue {
  width: 90%;
  padding: 1rem 5% 1rem 5%;
  background-color: #e5e8d1;
}
.sidebar aside nav.sidemenue span {
  display: block;
  width: 90%;
  padding: 0 5% 0 5%;
  background-color: #fefae6;
  margin-bottom: 10px;
  border-radius: 10px;
}
.sidebar aside nav.sidemenue span a {
  text-decoration: none;
  color: inherit;
}
.sidebar aside nav.sidemenue span a:hover {
  color: #e57801;
}
.sidebar aside nav.sidemenue span:last-child {
  margin-bottom: 0;
}

footer {
  grid-area: fuss;
  margin: 1rem 0 0 0;
  padding: 0 1.5rem 0.3rem 1.5rem;
  border-top: 1px "dotted" #080100;
  background-color: #e5e8d1;
  color: inherit;
  font-size: 1rem;
  line-height: fontsize-footer0.4rem;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:hover {
  color: #e57801;
}

/* Texts */
em {
  font-style: italic;
}

.bezeichnung {
  font-style: italic;
}

hr {
  border: 1px solid #200401;
  margin: 1rem 15% 1rem 15%;
}

/* Forms */
.contactform {
  background-color: #e5e8d1;
  color: inherit;
  font-size: 1.2rem;
  line-height: 1.4rem;
  width: 90%;
  padding: 0 5% 0 5%;
  border-radius: 20px;
}
.contactform input {
  width: 100%;
  height: 1.7rem;
  font-size: inherit;
  color: inherit;
  background-color: #fefae6;
}
.contactform input:focus {
  border: 3px solid #1c3412;
}
.contactform input.button {
  width: 35%;
  height: 2.04rem;
  font-size: inherit;
  color: inherit;
  background-color: #fefae6;
  border-radius: 10px;
  margin: 0 0 0 65%;
}
.contactform input.button:focus {
  border: none;
}
.contactform input.button:hover {
  background-color: #1c3412;
  color: #f4f5f3;
}
.contactform select {
  font-size: inherit;
  color: inherit;
  background-color: #fefae6;
  width: 100%;
  height: 1.7rem;
}
.contactform textarea {
  font-size: inherit;
  color: inherit;
  background-color: #fefae6;
  width: 100%;
  height: 20.4rem;
}
.contactform textarea:focus {
  border: 3px solid #1c3412;
}

/* Bildergalerie */
.thumbnails {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2rem 0 0 0;
  padding: 0 0 1rem 1rem;
  background-color: #e5e8d1;
  width: 100%;
}
.thumbnails .thumbnail {
  margin: 1vw 0 0 0;
  text-align: center;
  width: 25%;
}
.thumbnails .thumbnail img {
  max-height: 7vw;
  width: auto;
  padding: 0 0.25vw 0 0.25vw;
  display: inline-block;
  object-fit: contain;
}

.gallery {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 0 0 2rem;
  margin: 0;
}
.gallery figure {
  border-radius: 15px;
  background-color: #e5e8d1;
  margin: 1rem 0 1rem 0;
  padding: 0;
  box-sizing: border-box;
}
.gallery figure .galleryimage {
  padding: 1.5rem 0 1rem 0;
  text-align: center;
  box-sizing: border-box;
}
.gallery figure .galleryimage img {
  display: inline-block;
  height: 28vw;
  width: auto;
  object-fit: contain;
}
.gallery figure figcaption {
  padding: 0 0 1rem 0;
  text-align: center;
  font-size: 1.43rem;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

figure {
  float: left;
  width: 100%;
}

figure.right {
  float: right;
  width: 50%;
  padding: 0;
  margin: 0.8em 0 0 1em;
}

img.smallright {
  float: right;
  width: 20%;
  padding: 0;
  margin: 0 0 0.8em 1em;
}

figure.left {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0.8em 1em 0 0;
}

img.smallleft {
  float: left;
  width: 20%;
  padding: 0;
  margin: 0 1em 0.8em 0;
}

figcaption {
  font-size: 75%;
  line-height: 0.9;
}

/*

ul.tagcloud li {
    display: inline-block;
}

li.tag-1 {
    font-size: 90%;
    font-weight: bold;
}

li.tag-2 {
    font-size: 90%;
}

li.tag-3 {
    font-size: 85%;
}

li.tag-4 {
    font-size: 80%;
}

ul.tagcloud .list-group-item span.badge {
    background-color: grey;
    color: white;
}

*/

/*# sourceMappingURL=main.css.map */
