/*
Theme Name: Eleusis zur Verschwiegenheit
Theme URI: https://ww3.eleusis-zur-verschwiegenheit.de
Description: Theme der Loge Eleusis zur Verschwiegenheit
Version: 1.1
Author: Eleusis IT
*/

/* === Reset & Grundstruktur === */
html, body { height: 100%; margin: 0; padding: 0; }

body {
  background: #A1ADBA url('images/page.jpeg') scroll;
  font-size: 15px;
  font-family: 'Sitka Subheading', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
  font-weight: normal;
  line-height: 150%;
  color: #263340;
  min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 10px 0 0;
  padding: 0;
}

h1 { font-size: 33px; color: #4C5967; }
h2 { font-size: 31px; color: #627384; }
h3 { font-size: 29px; color: #E14E05; }
h4 { font-size: 26px; color: #3F5369; }
h5 { font-size: 22px; color: #3F5369; }
h6 { font-size: 18px; color: #708BA9; }

a, a:link, a:visited { color: #AF3D04; text-decoration: none; }
a:hover { color: #E14E05; text-decoration: underline; }
p { margin: 12px 0; }
ul { list-style: disc; padding-left: 20px; }
ol { list-style-position: inside; }

/* === Sheet === */
#eleusis-sheet {
  background: #fff url('images/sheet.png') scroll;
  box-shadow: 0 0 7px 4px rgba(0,0,0,0.4);
  border: 1px solid #A1ADBA;
  margin: 20px auto;
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
}

/* === Header === */
#eleusis-header {
  background-color: #6e8fa8;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  height: 145px;
  position: relative;
}

/* === Navigation === */
#eleusis-nav {
  background: #4C5967;
  padding: 0;
  margin: 0;
}

#eleusis-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#eleusis-nav ul li { margin: 0; padding: 0; }

#eleusis-nav ul li a {
  display: block;
  padding: 10px 18px;
  color: #E8D5C8;
  font-family: 'Sitka Subheading', Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.4;
}

#eleusis-nav ul li a:hover,
#eleusis-nav ul li.current-menu-item > a,
#eleusis-nav ul li.current-page-ancestor > a {
  background: #AF3D04;
  color: #fff;
}

/* === Layout === */
#eleusis-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#eleusis-main-content {
  flex: 1 1 0;
  min-width: 0;
  padding: 20px;
  box-sizing: border-box;
}

#eleusis-sidebar {
  width: 230px;
  flex-shrink: 0;
  background: #C9D3DE;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.4);
  margin: 15px;
}

/* === Sidebar Widgets === */
#eleusis-sidebar h2,
#eleusis-sidebar h3,
#eleusis-sidebar .widget-title {
  font-size: 16px;
  color: #3F5369;
  margin: 8px 0 5px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
}

#eleusis-sidebar ul {
  font-size: 14px;
  padding-left: 15px;
  margin: 0 0 10px;
}

#eleusis-sidebar ul li { margin: 3px 0; }

/* === Beitraege === */
.eleusis-post {
  background: rgba(253,198,170,0.5);
  border-radius: 10px;
  border: 1px solid rgba(156,175,196,0.5);
  padding: 10px;
  margin: 10px 0;
}

.eleusis-post h2.entry-title,
.eleusis-post h1.entry-title {
  font-size: 22px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: #3F5369;
  margin: 0 0 8px;
}

.eleusis-post h2.entry-title a,
.eleusis-post h1.entry-title a { color: #EB5105; }
.eleusis-post h2.entry-title a:hover,
.eleusis-post h1.entry-title a:hover { color: #E14E05; }

.entry-meta { font-size: 13px; color: #3F5369; margin-bottom: 8px; }
.entry-content { color: #263340; }
.entry-content p { margin: 12px 0; }

/* === Pager === */
.pagination a, .pagination span {
  display: inline-block;
  background: #D9DEE3;
  border-radius: 4px;
  padding: 8px 12px;
  margin: 2px;
  color: #1C2126;
  text-decoration: none;
}
.pagination .current { background: #B6BFC9; color: #fff; }
.pagination a:hover { background: #B9C2CB; }

/* === Footer === */
#eleusis-footer {
  position: relative;
  background-color: #230C01;
  background-image: url('images/footer.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  border-top: 1px dotted #9CAFC4;
  height: 150px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-family: 'Sitka Subheading', Arial, sans-serif;
}

#eleusis-footer p {
  margin: 0;
  text-align: center;
  width: 100%;
  color: #fff;
}

#eleusis-footer a,
#eleusis-footer a:link  { color: #D9E0E8; text-decoration: none; }
#eleusis-footer a:visited { color: #C6D1DD; }
#eleusis-footer a:hover { color: #FED7C3; }

/* === Responsive === */
@media (max-width: 700px) {
  #eleusis-sheet { width: 100%; margin: 0; border: none; box-shadow: none; }
  #eleusis-header { height: 90px; }
  #eleusis-content-wrapper { flex-direction: column; }
  #eleusis-sidebar { width: 100%; margin: 0; }
}

/* === Vertikales Navigations-Menue (links) === */
ul.eleusis-vmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.eleusis-vmenu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #adb8c5;
}

ul.eleusis-vmenu li a {
  display: block;
  padding: 7px 10px;
  color: #FB7532;
  font-family: 'Sitka Subheading', Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.4;
}

ul.eleusis-vmenu li a:hover,
ul.eleusis-vmenu li.current-menu-item > a,
ul.eleusis-vmenu li.current_page_item > a {
  background: #FDC6AA;
  color: #A53903;
  text-decoration: none;
}

ul.eleusis-vmenu li.current-menu-item > a,
ul.eleusis-vmenu li.current_page_item > a {
  text-decoration: underline;
}

/* Submenu */
ul.eleusis-vmenu ul {
  padding-left: 12px;
  background: #D9DEE3;
}

ul.eleusis-vmenu ul li a {
  font-size: 13px;
  color: #FB7F41;
  padding: 4px 10px;
}

/* Horizontale Nav ausblenden (nav ist nun in Sidebar) */
#eleusis-nav { display: none; }
