@charset "UTF-8";
/**
* Theme Name:    Heimatbuch Kreis Ahrweiler
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Theme für Kreisverwaltung Ahrweiler
* Version:       1.0
*/
*,
*:after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f2f0f0;
  font-size: 20px;
  line-height: 32px;
}

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

strong {
  font-weight: bold;
}

a {
  color: #009de0;
}

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

a:visited {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: auto 10;
  hyphenate-limit-lines: 2;
}

h2 {
  font-weight: bold;
  margin-top: 40px;
  font-size: 1.6em;
}

.sectionPadding {
  padding-left: 80px;
  padding-right: 80px;
}

a {
  text-decoration: none;
}

header {
  background: white;
  position: fixed;
  width: 100%;
  z-index: 500;
}

header::after {
  content: " ";
  display: block;
  width: 100%;
  height: 5px;
  background: rgb(0, 157, 224);
  background: linear-gradient(90deg, rgb(0, 157, 224) 0%, rgb(87, 153, 62) 50%, rgb(156, 33, 64) 100%);
}

.header-container {
  padding: 15px 50px;
}

.brand {
  width: 300px;
  transition: all ease-in 0.2s;
  position: relative;
  z-index: 5000 !important;
}

.brand-tiny {
  width: 200px !important;
}

.mainmenu {
  padding-top: 20px;
  transition: all ease-in 0.2s;
}

@media (max-width: 500px) {
  .brand {
    width: 230px;
  }
  .brand-tiny {
    width: 170px !important;
  }
}
.mainmenu-tiny {
  padding-top: 5px;
}

div#frontmain {
  padding-top: 180px;
}

.newest {
  margin-top: 80px;
}

.newest a {
  padding: 10px 17px 12px;
  background: #6f6f6f;
  color: white;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all ease-in 0.2s;
}

.newest a::after {
  content: url("img/more-small.svg");
  width: 17px;
  display: inline-block;
  margin: 2px 0 0 10px;
}

.newest a:hover {
  text-decoration: none;
  background: #57993e;
}

.aktuellText {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: -webkit-box;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
}

#mainContent {
  padding-top: 180px;
}

h1 {
  margin-bottom: 30px;
}

h1::after {
  content: "";
  display: block;
  width: 180px;
  height: 5px;
  margin-top: 20px;
  background: rgb(0, 157, 224);
  background: linear-gradient(90deg, rgb(0, 157, 224) 0%, rgb(87, 153, 62) 50%, rgb(156, 33, 64) 100%);
}

.sidebarBox {
  background: white;
  padding: 30px;
  margin-bottom: 30px;
}

h3 {
  margin-bottom: 20px;
}

h3::after {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  margin-top: 10px;
  background: rgb(0, 157, 224);
  background: linear-gradient(90deg, rgb(0, 157, 224) 0%, rgb(87, 153, 62) 50%, rgb(156, 33, 64) 100%);
}

.sidebarBox a {
  padding: 10px 17px 12px;
  background: #6f6f6f;
  color: white;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all ease-in 0.2s;
  display: block;
  margin-bottom: 20px;
}

.sidebarBox a::after {
  content: url("img/more-small.svg");
  width: 17px;
  display: inline-block;
  margin: 2px 0 0 10px;
}

.sidebarBox a:hover {
  text-decoration: none;
  background: #57993e;
}

li.artikelTitle a {
  margin-bottom: 10px;
  background: #009de0;
  padding: 6px 15px;
  color: white;
  display: block;
}

li.artikelTitle a:hover {
  background: #57993e;
}

div#content {
  padding-top: 170px;
  padding-right: 80px;
  padding-left: 80px;
}

#content h2 {
  margin-bottom: 30px;
}

#content h2::after {
  content: "";
  display: block;
  width: 180px;
  height: 5px;
  margin-top: 20px;
  background: rgb(0, 157, 224);
  background: linear-gradient(90deg, rgb(0, 157, 224) 0%, rgb(87, 153, 62) 50%, rgb(156, 33, 64) 100%);
}

#content ul li,
.authorOverview ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  width: 100%;
}

img.avatar.avatar-90.photo {
  display: none;
}

p.wp-team-member-role {
  display: none;
}

.wp-team-member {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}

div#archiveMain {
  padding-top: 170px;
}

ul.jahrgaenge {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: -webkit-box;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
}

li.cat-item {
  display: inline-block;
  width: 125px;
  height: 160px;
  margin: 20px;
}

li.cat-item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: -webkit-box;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
  background: #009de0;
  color: white;
  font-size: 1.3em;
  width: 125px;
  height: 160px;
  transition: all ease-in 0.2s;
}

li.cat-item a:hover {
  background: #57993e;
  transform: scale(1.03);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

li.cat-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, rgb(0, 157, 224) 0%, rgb(87, 153, 62) 50%, rgb(156, 33, 64) 100%);
  transition: all ease-in 0.2s;
}

li.cat-item a:hover::after {
  transform: scale(1.03);
}

footer {
  background: linear-gradient(90deg, rgb(0, 157, 224) 0%, rgb(87, 153, 62) 50%, rgb(156, 33, 64) 100%);
  margin-top: 80px;
  padding: 60px 0 80px;
  color: white;
}

.footerSocialMedia img {
  margin-left: 30px;
  transition: all ease-in 0.2s;
}

.footerSocialMedia img:hover {
  transform: scale(1.02);
}

.footer-menu {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid white;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  margin: 0 20px 0 0;
  display: inline;
}

.footer-menu ul li a {
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

footer a {
  color: white;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

ul.searchResultUl {
  margin: 0;
  padding: 0;
  list-style: none;
}

.searchResult {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid black;
}

.authorSearch {
  margin-bottom: 50px;
}

input.orig {
  font-size: 1.5em !important;
}

.pdfemb-errormsg {
  display: none;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content.box-post-id-13807.box-instance-id-1.ppma_boxes_13807 {
  display: none;
}

ul.author-index-navigation {
  display: flex;
  flex-wrap: wrap;
}

ul.author-index-navigation li {
  width: auto;
  font-size: 0.7em;
  color: #009de0;
  border: none;
}

h2.widget-title {
  display: none;
}

.author-index-authors ul {
  display: flex;
  flex-wrap: wrap;
}

.author-index-authors ul li {
  width: 33.3333%;
}

@media (max-width: 1200px) {
  .author-index-authors ul li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .author-index-authors ul li {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .sectionPadding {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 500px) {
  .sectionPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainContent,
  div#frontmain {
    padding-top: 120px;
  }
}/*# sourceMappingURL=style.css.map */