/*
Theme Name: Hemingway Child
Theme URI: https://andersnoren.se/themes/hemingway/
Description: Child-Theme für Hemingway
Author: Ihr Name
Author URI: Ihre Website
Template: hemingway
Version: 1.0.0
*/

/* HEADER */
/* Header-Bild links - rechts */
.section.bg-dark-light {
  background: #f2f2f2 !important;
}

/* Titel und Beschreibung */
.blog-info {
  background:transparent !important;
}
.blog-description {
	color:rgba( 255, 255, 255, 1.0 ) !important;
}

/* Überschrift zentrieren */
.post-title {
	text-align:center;
	}

.post-meta {
	text-align:center;
	}
/* Footer links -rechts */
.footer.section {
  background: #f2f2f2;
  padding: 0 0 0 0;
}

/* Footer Abstand open - unten */
.footer.section.large-padding.bg-dark {background: #f2f2f2;
  margin: 10px auto 10px auto;
}

/* Credits */
.credits.section.bg-dark {
  background: #f2f2f2;
}

/* Sidebar für Blogbeiträge (Posts) ausblenden */
.single .sidebar {
    display: none;
}  

/* Inhaltsbereich zentrieren und voll ausnutzen */
.single .posts {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.archive .sidebar, 
.category .sidebar {
    display: none;
}
.archive .content, 
.category .content {
    width: 100%;
}  

/* Blendet Hemingways alte Navigation endgültig auf Kategorie- und Archivseiten aus */
.category .post-nav.archive-nav,
.archive .post-nav.archive-nav {
    display: none !important;
}

/* Stil für Ihre neue Simplistic Page Navi */
.custom-simplistic-navi {
    text-align: center;
    margin: 20px auto 10px auto;
    width: 100%;
    clear: both;
}

/* Falls nötig: Sorgt dafür, dass die Liste innerhalb des Plugins nebeneinander steht */
.custom-simplistic-navi .pagenavilist {
    display: inline-block;
}
/* Stil für die obere Simplistic Page Navi */
.custom-simplistic-navi-top {
    text-align: center;
    margin: 10px auto 10px auto; /* 20px nach oben, 40px nach unten Abstand */
    width: 100%;
    clear: both;
}

/* Falls nötig: Sorgt auch oben dafür, dass die Liste nebeneinander steht */
.custom-simplistic-navi-top .pagenavilist {
    display: inline-block;
}

/* Zentriert das Header-Bild und begrenzt es auf die Buch-Breite */
.header-image {
    max-width: 1280px; /* Die Standard-Maximalbreite von Hemingways Inhalt */
    margin: 0 auto;
    background-size: cover;
}

/* Hält den Blog-Kopfbereich ebenfalls im zentrierten Rahmen */
.header.section {
    max-width: 1280px;
    margin: 0 auto;
}

/* Hält den Navigations-Kopfbereich ebenfalls im zentrierten Rahmen */
.navigation.section {
    max-width: 1280px;
    margin: 0 auto;
}



/* Piwigopress Bilder zentrieren */
.PiwigoPress_photoblog {
  text-align:center;
}
.PWGP_shortcode {
  display:inline-block;
}

/* h7 für Blogeintrag */
h6 {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	align:center;
}

