/*
Theme Name:     Five Hacks for Twenty Seventeen
Theme URI:      http://premium.wpmudev.org/blog
Description:    A Twenty Seventeen child theme developed to demonstrate how to implement five theme customizations: a custom social links menu, a personalized site footer message, dynamic one page navigation, custom front page sidebars, and a large featured image.
Author:         Jon Penland
Author URI:     https://www.jonpenland.com
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Template:       twentyseventeen
Version:        1.11
*/


/* Force sticky navigation into position */
#page-header {
  margin-bottom: 0 !important;
}
/* Force header image to full height */
#custom-header-media {
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

/* Text-Widget mt Zitat platzieren */

#header-widget-area {
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  z-index: 1;
}

#header-widget-area .chw-widget {
  font-size: 16px; 
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 3em;
  padding-right: 3em;
}

#header-widget-area blockquote p {
  font-size: 24px;
  font-weight: bold;
  color: rgb(230, 230, 230);
  margin-bottom: 10px;
}

/* ------ geht nicht so!

#header-widget-area blockquote {
  position: relative;
  margin: 0.25em 0;
  margin-left: 10px;
  padding: 0.25em 40px;
}

#header-widget-area blockquote:before {
  display: block;
  content: "\201C";
  font-size: 60px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}
*/

#header-widget-area blockquote cite {
  color: rgb(200, 200, 200);
}
