@charset "UTF-8";
/*
 * german energy transition - blog
 * main.scss
 *
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
/*
 * german energy transition - blog
 * general.scss
 *
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
/* line 8, ../scss/_general.scss */
body,
#header-top-nav,
.search-box #searchform input,
.entry-details,
#colophon p.site-description,
#colophon #site-info,
.default-sidebar .widget,
.front-sidebar .widget,
.nav-wrap,
#infinite-handle,
#nav-below a span,
#nav-single a span,
.rp-small-two p span.entry-title,
.single-post .post .entry-header .entry-cats,
.single-post .post .entry-header .entry-author,
#comments .comment-author,
#comments .comment-reply,
.single-post .entry-meta .entry-cats,
.single-post .entry-meta .entry-tags,
.page .edit-link,
a.archive-menu-toggle,
.site-content .nopassword,
.site-content p.nocomments,
#searchform input#s,
.textwidget {
  font-family: 'Noto Sans', Arial, sans-serif;
}

/* line 36, ../scss/_general.scss */
h1,
h2,
h3,
h4 {
  font-family: 'Noto Serif', serif;
}

/* line 43, ../scss/_general.scss */
h1.entry-title {
  color: #000000 !important;
  font-size: 1.5rem !important;
  font-family: "Noto Serif", serif !important;
  font-weight: bold !important;
  line-height: 1.3 !important;
}

/* line 50, ../scss/_general.scss */
#site-title h2.site-description {
  display: block !important;
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 1.1rem;
  font-style: italic;
  color: #145680;
  margin-top: 10px;
  letter-spacing: .5px;
}
/* line 58, ../scss/_general.scss */
#site-title h2.site-description:before {
  content: '';
  display: none;
}

@media screen and (min-width: 1023px) {
  /* line 65, ../scss/_general.scss */
  #main-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  /* line 69, ../scss/_general.scss */
  #site-title {
    padding-left: 35px;
  }

  /* line 72, ../scss/_general.scss */
  #mobile-menu-toggle {
    margin: 0 35px 0 0;
  }
}
@media screen and (min-width: 1260px) {
  /* line 78, ../scss/_general.scss */
  #main-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 82, ../scss/_general.scss */
  #site-title {
    padding-left: 0;
  }
}
/* navigation */
/* line 88, ../scss/_general.scss */
#site-nav {
  padding: 56px 0 0;
}
/* line 90, ../scss/_general.scss */
#site-nav ul#menu-main_navigation {
  text-align: left;
  margin-left: 10px;
}
@media screen and (min-width: 767px) {
  /* line 90, ../scss/_general.scss */
  #site-nav ul#menu-main_navigation {
    margin-left: 35px;
  }
}
/* line 97, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li:first-child {
  margin-left: 0;
}
/* line 100, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li a {
  font-weight: normal;
  color: #000000;
  font-size: 1.063rem;
}
/* line 106, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.menu-left a {
  color: #145680;
  font-weight: bold;
}
/* line 111, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.current-menu-item a,
#site-nav ul#menu-main_navigation li a:hover {
  border-bottom: 2px solid #145680;
}
/* line 115, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.current-menu-item.filter a {
  border-bottom: none;
}
/* line 119, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.filter a {
  text-transform: none;
}
/* line 122, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.filter a:hover {
  border-bottom: 2px solid #145680;
}
/* line 125, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.language-link {
  display: none;
}
@media screen and (min-width: 1260px) {
  /* line 125, ../scss/_general.scss */
  #site-nav ul#menu-main_navigation li.language-link {
    display: inline-block;
    margin-left: 0;
    margin-right: 26px;
    position: relative;
  }
}
/* line 133, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.language-link > a {
  border-bottom: none !important;
  font-size: .75rem;
  border-left: 1px solid #ededed;
  padding-left: 6px;
}
/* line 138, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.language-link > a:after {
  position: absolute;
  top: 12px;
  right: -12px;
  content: '▼';
  margin-left: 4px;
  font-size: .5rem;
}
/* line 148, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.booklink {
  position: relative;
  margin-right: 3px;
}
/* line 151, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.booklink > ul {
  display: block;
  border: none !important;
  text-align: left;
  z-index: 100;
  padding: 15px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 1260px) {
  /* line 151, ../scss/_general.scss */
  #site-nav ul#menu-main_navigation li.booklink > ul {
    display: none;
    position: absolute;
    top: 30px;
    left: -10px;
    padding: 10px 0 10px 10px;
    min-width: 502px;
  }
}
/* line 174, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.booklink > ul > li {
  display: inline-block;
  margin-right: 5px;
  border-bottom: none;
  height: auto;
}
/* line 179, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.booklink > ul > li:hover {
  background: none !important;
}
/* line 182, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.booklink > ul > li a {
  font-size: .825rem;
  text-decoration: none;
  border-bottom: none;
  border-right: 1px solid #145680;
  line-height: 1;
  padding-right: 5px;
  padding-top: 0;
  font-weight: normal;
  color: #000000;
}
/* line 193, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.booklink > ul > li:last-child {
  margin-right: 0;
}
/* line 195, ../scss/_general.scss */
#site-nav ul#menu-main_navigation li.booklink > ul > li:last-child a {
  border-right: none;
  padding-right: 0;
}

/* Top Menu */
/* line 209, ../scss/_general.scss */
li.twitter-link a {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  width: 15px;
}
/* line 215, ../scss/_general.scss */
li.twitter-link a:before {
  content: '\f202';
  font: 400 18px/1 Genericons;
}

/* line 221, ../scss/_general.scss */
li.facebook-link a {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  width: 15px;
}
/* line 226, ../scss/_general.scss */
li.facebook-link a:before {
  content: '\f203';
  font: 400 18px/1 Genericons;
}

/* Filter Content */
/* line 234, ../scss/_general.scss */
.archive-menu-content
ul.authors li {
  padding: 0;
}
/* line 237, ../scss/_general.scss */
.archive-menu-content
ul.authors li a {
  overflow: visible;
  line-height: 23.4px;
}
/* line 241, ../scss/_general.scss */
.archive-menu-content
ul.authors li .author-avatar {
  display: none;
}
/* line 244, ../scss/_general.scss */
.archive-menu-content
ul.authors li span.author-name {
  padding: 0;
  margin-left: 0;
  color: #000000;
  font-size: .813rem;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
}

/* line 252, ../scss/_general.scss */
a.archive-menu-toggle:before {
  content: '';
  display: none;
  position: absolute;
  background: url(../images/filter.png) 0 0 no-repeat;
  top: 16px;
  left: -17px;
  width: 12px;
  height: 12px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}
/* line 265, ../scss/_general.scss */
a.archive-menu-toggle.archive-open:before {
  transform: none;
}

@media screen and (min-width: 1260px) {
  /* line 276, ../scss/_general.scss */
  #site-nav ul li.filter {
    margin-right: 0;
    float: right;
  }
}
/* line 284, ../scss/_general.scss */
#site-header a {
  display: block;
  width: 160px;
  height: 45px;
  background: url(../images/g-e-t-l-o-g-o.png) 0 0 no-repeat;
  background: linear-gradient(transparent, transparent), url(../images/g-e-t-l-o-g-o.svg) 0 0 no-repeat;
  background-size: 160px 45px;
}
/* line 291, ../scss/_general.scss */
#site-header a span {
  display: none;
}

/* line 298, ../scss/_general.scss */
.entry-edit:before {
  content: '';
}

/* Authors Page */
/* line 306, ../scss/_general.scss */
.page-template-authors .author-list article.author {
  margin: 25px 0 0 0;
  width: 90%;
}
/* line 309, ../scss/_general.scss */
.page-template-authors .author-list article.author .entry-thumb {
  float: none;
  padding-bottom: 4px;
}

/* line 320, ../scss/_general.scss */
body.author.archive span.author-avatar {
  float: left;
  margin-right: 15px;
  margin-bottom: 60px;
}
/* line 324, ../scss/_general.scss */
body.author.archive span.author-avatar img {
  float: left;
}
/* line 328, ../scss/_general.scss */
body.author.archive p.author-description {
  padding: 0 0 0 160px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 1.6;
  margin-bottom: 60px;
}

/* line 340, ../scss/_general.scss */
.page-template-authors article .entry-content {
  padding-bottom: 0 !important;
}
/* line 343, ../scss/_general.scss */
.page-template-authors .author-list article .author-text {
  padding-left: 0;
  float: none;
  padding-bottom: 20px;
}

/* line 355, ../scss/_general.scss */
.author-list .entry-thumb,
.widget_zuki_authors_energy article .entry-thumb {
  width: 140px;
}

/*-----------------------------------------------------------------------------------*/
/*	14.0 Media Queries
/*-----------------------------------------------------------------------------------*/
/* Minimum width of 480 pixels (smartphones landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 479px) {
  /* line 368, ../scss/_general.scss */
  .page-template-authors .author-list article.author .entry-thumb {
    padding-bottom: 30px;
    float: left;
  }
  /* line 372, ../scss/_general.scss */
  .page-template-authors .author-list article.author .author-text {
    float: left;
    margin-left: 15px;
  }
}
/* Minimum width of 767 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 767px) {
  /* line 383, ../scss/_general.scss */
  #site-header a {
    width: 319px;
    height: 91px;
    background: url(../images/g-e-t-l-o-g-o.png) 0 0 no-repeat;
    background: linear-gradient(transparent, transparent), url(../images/g-e-t-l-o-g-o.svg) 0 0 no-repeat;
    background-size: 319px 91px;
  }

  /* line 393, ../scss/_general.scss */
  .page-template-authors .author-list article.author {
    margin: 1.905% 0 1.905% 1.905%;
    width: 48.095%;
  }
  /* line 396, ../scss/_general.scss */
  .page-template-authors .author-list article.author:nth-of-type(odd) {
    clear: left;
    margin: 1.905% 1.905% 1.905% 0;
  }
  /* line 400, ../scss/_general.scss */
  .page-template-authors .author-list article.author .author-text {
    margin-left: 0;
  }
  /* line 404, ../scss/_general.scss */
  .page-template-authors .author-list article.author .entry-thumb {
    padding-bottom: 0;
  }

  /* line 412, ../scss/_general.scss */
  .front-sidebar {
    display: block;
  }

  /* line 417, ../scss/_general.scss */
  .author-list .entry-thumb,
  .widget_zuki_authors_energy article .entry-thumb {
    width: 140px;
  }
}
/* Minimum width of 1023 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1023px) {
  /* line 426, ../scss/_general.scss */
  .blog #primary,
  .attachment #primary,
  .single-post #primary,
  .page #primary,
  .error404 #primary,
  .search-no-results #primary,
  .archive #primary,
  .search-results #primary,
  #front-content-one,
  #front-content-two,
  #front-content-three {
    width: 65.55%;
    float: left;
  }

  /* line 440, ../scss/_general.scss */
  .template-fullwidth #primary,
  .template-front #primary {
    width: 100%;
    float: none;
  }

  /* line 445, ../scss/_general.scss */
  #blog-sidebar,
  #front-sidebar-one,
  #front-sidebar-two,
  #front-sidebar-three,
  #front-sidebar-four {
    width: 31.3%;
    float: right;
  }

  /* line 453, ../scss/_general.scss */
  #featured-content .rp-big-one .story {
    position: absolute;
    right: 0;
    bottom: 0;
    top: initial;
  }

  /* line 461, ../scss/_general.scss */
  .author-list .entry-thumb,
  .widget_zuki_authors_energy article .entry-thumb {
    width: 140px;
  }
}
/* Minimum width of 1260 pixels (laptops 13")
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1260px) {
  /* line 470, ../scss/_general.scss */
  #blog-sidebar,
  #front-sidebar-one,
  #front-sidebar-two,
  #front-sidebar-three {
    width: 31.3%;
    float: right;
  }

  /* line 477, ../scss/_general.scss */
  #site-nav ul#menu-main_navigation {
    margin-left: 0;
  }
  /* line 479, ../scss/_general.scss */
  #site-nav ul#menu-main_navigation a.archive-menu-toggle:before {
    display: block;
  }

  /* line 483, ../scss/_general.scss */
  #site-nav ul li {
    margin: 0 15px;
  }
}
/* Minimum width of 1360 pixels (laptops 15")
------------------------------------------------------------------------------------ */
/* line 495, ../scss/_general.scss */
.featherlight-loading .featherlight-content {
  min-width: 530px;
  min-height: 635px;
}

/* line 501, ../scss/_general.scss */
.featherlight-iframe .featherlight-content {
  padding-top: 1em;
}
/* line 505, ../scss/_general.scss */
.featherlight-iframe iframe {
  min-width: 530px;
  min-height: 635px;
}

/*
 * german energy transition - blog
 * front.scss
 *
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
/* front */
/* line 11, ../scss/_front.scss */
.flex-viewport .featured-posts.slides .story {
  background: white !important;
}
/* line 14, ../scss/_front.scss */
.flex-viewport .featured-posts.slides h2.entry-title {
  line-height: 1rem;
}
/* line 16, ../scss/_front.scss */
.flex-viewport .featured-posts.slides h2.entry-title a {
  color: #2d2d2d;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 1.625rem !important;
  line-height: 2rem;
}
@media screen and (max-width: 375px) {
  /* line 16, ../scss/_front.scss */
  .flex-viewport .featured-posts.slides h2.entry-title a {
    font-size: 1.2rem !important;
  }
}
/* line 27, ../scss/_front.scss */
.flex-viewport .featured-posts.slides .entry-author {
  padding-bottom: 0;
  margin-top: 15px;
}

/* line 33, ../scss/_front.scss */
#front-fullwidth-four,
#front-fullwidth-five {
  clear: both;
  float: none;
}

/* line 39, ../scss/_front.scss */
#front-fullwidth-five {
  border: none;
}
/* line 41, ../scss/_front.scss */
#front-fullwidth-five .textwidget {
  color: #000000;
  font-size: .938rem;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
}
/* line 43, ../scss/_front.scss */
#front-fullwidth-five .textwidget img {
  margin-bottom: 18px;
  margin-left: -31px;
  width: 201px;
}

/* line 51, ../scss/_front.scss */
#front-fullwidth-four .textwidget .about-widget-text {
  padding: 44px 0 0 0;
}

/* line 56, ../scss/_front.scss */
#featured-content .entry-comments {
  display: none;
}
/* line 59, ../scss/_front.scss */
#featured-content .entry-thumb a {
  position: relative;
}
/* line 62, ../scss/_front.scss */
#featured-content .entry-author,
#featured-content .entry-date {
  font-family: "Noto Sans", Arial, sans-serif;
}
/* line 66, ../scss/_front.scss */
#featured-content .entry-date {
  color: #000000;
  font-size: .813rem;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
}

/* line 73, ../scss/_front.scss */
.sunglasses {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(236deg, rgba(111, 188, 85, 0.46), rgba(29, 126, 205, 0.63));
}

/* line 82, ../scss/_front.scss */
.flexslider .rp-big-one {
  margin-bottom: 0;
  padding-top: 0;
  border-top: none;
}

/* line 88, ../scss/_front.scss */
.flexslider {
  margin-bottom: 10px;
}

/* line 92, ../scss/_front.scss */
.claim {
  max-width: 789px;
  color: #145680;
  font-weight: normal;
  font-size: .938rem;
  margin-top: 25px;
  margin-bottom: 53px;
}

/* Minimum width of 1023 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1023px) {
  /* line 104, ../scss/_front.scss */
  #front-fullwidth-five .textwidget {
    padding: 0 125px;
  }

  /* line 107, ../scss/_front.scss */
  #front-fullwidth-four .textwidget .about-widget-text {
    padding: 44px 125px 0 125px;
  }

  /* line 110, ../scss/_front.scss */
  #featured-content .rp-big-one .story {
    padding: 40px 40px;
  }
}
/* Minimum width of 1260 pixels (laptops 13")
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1260px) {
  /* line 118, ../scss/_front.scss */
  .home #featured-content .rp-big-one .entry-thumb {
    min-width: 1200px;
    min-height: 560px !important;
  }

  /* line 122, ../scss/_front.scss */
  #featured-content .rp-big-one .story {
    width: 414px !important;
    height: 350px !important;
  }
  /* line 125, ../scss/_front.scss */
  #featured-content .rp-big-one .story p.summary,
  #featured-content .rp-big-one .story .entry-comments {
    display: none !important;
  }
  /* line 129, ../scss/_front.scss */
  #featured-content .rp-big-one .story h2.entry-title {
    line-height: 2rem;
  }
  /* line 131, ../scss/_front.scss */
  #featured-content .rp-big-one .story h2.entry-title a {
    color: #2d2d2d;
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-size: 1.625rem !important;
    line-height: 2rem;
  }
}
/*
 * german energy transition - blog
 * filter.scss
 *
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
/* filter */
/* line 11, ../scss/_filter.scss */
.archive-menu-wrap .archive-menu-content {
  background: #f1f1f1;
}
/* line 15, ../scss/_filter.scss */
.archive-menu-wrap ul.authors li a {
  color: #333333;
  font-size: .938rem !important;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #000000;
}
/* line 21, ../scss/_filter.scss */
.archive-menu-wrap ul.yearly li a {
  font-size: 1.25rem;
  font-style: normal;
}
/* line 26, ../scss/_filter.scss */
.archive-menu-wrap .archive-menu-tags {
  font-size: 0;
  color: #f1f1f1;
}
/* line 131, ../scss/_settings.scss */
.archive-menu-wrap .archive-menu-tags a {
  font-size: .875rem !important;
  color: white;
  background: #00a29c;
  padding: 2px 15px;
  margin: 2px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  line-height: 1.8 !important;
  border: none;
}
/* line 142, ../scss/_settings.scss */
.archive-menu-wrap .archive-menu-tags a:hover {
  text-decoration: none;
  border: none;
}
/* line 30, ../scss/_filter.scss */
.archive-menu-wrap .archive-menu-close {
  background: #00a29c;
}

/*
 * german energy transition - blog
 * widgets.scss
 *
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
/* widgets */
/* line 10, ../scss/_widgets.scss */
.widget-area .widget {
  padding-bottom: 60px;
}

/* line 15, ../scss/_widgets.scss */
.front-sidebar.widget-area .widget,
.default-sidebar.widget-area .widget {
  border-bottom: none;
}

/* line 20, ../scss/_widgets.scss */
.front-sidebar.widget-area .widget,
.default-sidebar.widget-area .widget {
  padding-bottom: 60px;
}

/* line 24, ../scss/_widgets.scss */
h3.widget-title {
  font-family: 'Noto Sans', serif;
  color: #145680;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem !important;
  padding: 0 0 28px !important;
}

/* line 35, ../scss/_widgets.scss */
h3.entry-title {
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 1.25rem !important;
  font-weight: bold !important;
  line-height: 26px;
}

/* line 39, ../scss/_widgets.scss */
.widget-title-wrap {
  position: relative;
}

/* line 43, ../scss/_widgets.scss */
.show-all-link {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 47, ../scss/_widgets.scss */
.show-all-link a {
  font-style: italic;
  color: #9b9b9b;
  font-size: .938rem;
}

/* line 53, ../scss/_widgets.scss */
aside.widget .entry-author,
aside.widget .top_posts_author {
  margin: 5px 0;
  display: block;
}

/* three article widgets */
/* line 61, ../scss/_widgets.scss */
.front-content aside.widget article.rp-medium-one .entry-date,
.front-content aside.widget article.rp-medium-one .entry-author,
.front-content aside.widget article.rp-medium-one .entry-author a {
  color: #333333;
  font-size: .938rem !important;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}
/* line 66, ../scss/_widgets.scss */
.front-content aside.widget article.rp-medium-one .entry-date,
.front-content aside.widget article.rp-medium-one .entry-date a {
  font-size: .813rem !important;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}

@media screen and (min-width: 767px) {
  /* line 72, ../scss/_widgets.scss */
  .front-content aside.widget article.rp-medium-one {
    width: 31.1113%;
    border: none;
    min-height: inherit;
    margin-bottom: 0;
    padding: 0;
  }
  /* line 78, ../scss/_widgets.scss */
  .front-content aside.widget article.rp-medium-one:nth-of-type(3n+2) {
    margin: 0 3.3333%;
  }
  /* line 81, ../scss/_widgets.scss */
  .front-content aside.widget article.rp-medium-one img {
    width: 100%;
  }
  /* line 84, ../scss/_widgets.scss */
  .front-content aside.widget article.rp-medium-one .entry-thumb {
    max-width: 260px;
  }
  /* line 87, ../scss/_widgets.scss */
  .front-content aside.widget article.rp-medium-one h3.entry-title {
    color: #000000;
    font-family: "Noto Serif", serif;
    font-size: 1.25rem !important;
    font-weight: bold !important;
  }
  /* line 90, ../scss/_widgets.scss */
  .front-content aside.widget article.rp-medium-one .entry-date,
  .front-content aside.widget article.rp-medium-one .entry-author,
  .front-content aside.widget article.rp-medium-one .entry-author a {
    color: #333333;
    font-size: .938rem !important;
    font-family: "Noto Sans", Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
  }
  /* line 95, ../scss/_widgets.scss */
  .front-content aside.widget article.rp-medium-one .entry-date,
  .front-content aside.widget article.rp-medium-one .entry-date a {
    font-size: .813rem !important;
    font-family: "Noto Sans", Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
  }
}
/* --- Zuki Quote Widget --- */
/* line 104, ../scss/_widgets.scss */
.front-fullwidth .widget_zuki_quote blockquote.quote-text,
.front-content .widget_zuki_quote blockquote.quote-text {
  padding: 0 5% 30px 5%;
}

@media screen and (min-width: 1260px) {
  /* line 109, ../scss/_widgets.scss */
  .front-fullwidth .widget_zuki_quote blockquote.quote-text,
  .front-content .widget_zuki_quote blockquote.quote-text {
    font-size: 2.25rem;
  }

  /* line 113, ../scss/_widgets.scss */
  .widget_zuki_quote blockquote.quote-text p {
    margin-bottom: 26px;
  }
}
/* Most Popular*/
/* line 121, ../scss/_widgets.scss */
.front-sidebar aside.widget_top-posts ul,
#footer-three aside.widget_top-posts ul {
  padding-left: 0;
}
/* line 125, ../scss/_widgets.scss */
.front-sidebar aside.widget_top-posts li p,
#footer-three aside.widget_top-posts li p {
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 1.25rem !important;
  font-weight: bold !important;
  line-height: 26px;
}
/* line 128, ../scss/_widgets.scss */
.front-sidebar aside.widget_top-posts li a,
#footer-three aside.widget_top-posts li a {
  position: relative;
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 1.25rem !important;
  font-weight: bold !important;
  line-height: 26px;
  padding-left: 43px;
  display: block;
}
/* line 133, ../scss/_widgets.scss */
.front-sidebar aside.widget_top-posts li a:hover,
#footer-three aside.widget_top-posts li a:hover {
  color: #999999;
}
/* line 136, ../scss/_widgets.scss */
.front-sidebar aside.widget_top-posts li a span,
#footer-three aside.widget_top-posts li a span {
  position: absolute;
  font-weight: 300;
  top: 0;
  left: 0;
}

/* line 146, ../scss/_widgets.scss */
#footerwidgets-wrap aside.widget_top-posts ul {
  padding-left: 0;
}
/* line 148, ../scss/_widgets.scss */
#footerwidgets-wrap aside.widget_top-posts ul li a {
  padding-left: 0;
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 1.25rem !important;
  font-weight: bold !important;
  line-height: 26px;
}

/* line 154, ../scss/_widgets.scss */
.front-sidebar aside.widget_top-posts .top_posts_date,
.front-sidebar aside.widget_top-posts .top_posts_author {
  display: none;
}

/* line 159, ../scss/_widgets.scss */
#footer-three aside.widget_top-posts .top_posts_date,
#footer-three aside.widget_top-posts .top_posts_author {
  display: block;
  color: #333333;
  font-size: .938rem !important;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: white;
}

/* line 165, ../scss/_widgets.scss */
#footer-three aside.widget_top-posts .top_posts_author {
  margin-top: 7px;
  margin-bottom: 6px;
}

/* --- Book Teaser --- */
/* line 172, ../scss/_widgets.scss */
.book-teaser {
  max-width: 325px;
  height: 216px;
  background: #00eb56;
  padding: 5px 0 0 17px;
  position: relative;
  cursor: pointer;
}

/* line 181, ../scss/_widgets.scss */
.book-lang-menu {
  max-width: 325px;
  background: #00eb56;
  padding: 5px 0 20px 17px;
}
/* line 185, ../scss/_widgets.scss */
.book-lang-menu ul {
  margin: 0;
  padding: 0;
}
/* line 188, ../scss/_widgets.scss */
.book-lang-menu ul li {
  float: left;
  margin-right: 5px;
}
/* line 191, ../scss/_widgets.scss */
.book-lang-menu ul li a {
  padding-right: 5px;
  line-height: 1;
  border-right: 1px solid #666;
  font-weight: normal;
}
/* line 196, ../scss/_widgets.scss */
.book-lang-menu ul li a:hover {
  color: white;
}

@media screen and (min-width: 1023px) {
  /* line 205, ../scss/_widgets.scss */
  .book-teaser,
  .book-lang-menu {
    margin-left: 50px;
  }
}
/* line 211, ../scss/_widgets.scss */
.eBookLink {
  width: 125px;
  height: 40px;
  font-family: 'Noto Sans';
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.67;
  color: #e5f5f5;
}

/* line 223, ../scss/_widgets.scss */
.book-teaser-text {
  max-width: 320px;
  height: 128px;
  margin-top: 15px;
  font-family: 'Noto Sans';
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.12;
  color: white;
}

/* line 236, ../scss/_widgets.scss */
.book-teaser-corner-inner {
  width: 85px;
  height: 85px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #e5f5f5;
  position: absolute;
  z-index: 10;
  right: 17px;
  top: 17px;
}

/* line 248, ../scss/_widgets.scss */
.book-teaser-corner-outer {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
}

/* --- Authors --- */
/* line 262, ../scss/_widgets.scss */
.widget_zuki_authors_energy article,
.author-list article {
  float: none;
  display: block;
  clear: both;
}
/* line 267, ../scss/_widgets.scss */
.widget_zuki_authors_energy article .entry-thumb,
.author-list article .entry-thumb {
  position: relative;
  right: inherit;
  bottom: inherit;
  float: left;
  padding-bottom: 30px;
}
/* line 274, ../scss/_widgets.scss */
.widget_zuki_authors_energy article .author-text,
.author-list article .author-text {
  padding-left: 20px;
  float: left;
}
/* line 277, ../scss/_widgets.scss */
.widget_zuki_authors_energy article .author-text h3.entry-title,
.author-list article .author-text h3.entry-title {
  font-size: 1rem !important;
}

@media screen and (min-width: 767px) {
  /* line 288, ../scss/_widgets.scss */
  .widget_zuki_authors_energy article.author,
  .author-list article.author {
    position: relative;
    display: inline-block;
    float: left;
    padding: 18px;
    width: 31.3333%;
    height: 216px;
    margin-right: 0;
    margin-bottom: 20px;
    clear: none;
    border: 1px solid #d9d9d9;
  }
  /* line 301, ../scss/_widgets.scss */
  .widget_zuki_authors_energy article.author .entry-title,
  .author-list article.author .entry-title {
    color: #000000;
    font-family: "Noto Serif", serif;
    font-size: 1.25rem !important;
    font-weight: bold !important;
    line-height: 26px;
  }
  /* line 304, ../scss/_widgets.scss */
  .widget_zuki_authors_energy article.author .author-detail,
  .author-list article.author .author-detail {
    color: #000000;
    font-size: .938rem;
    font-family: "Noto Serif", serif;
    font-weight: normal;
    text-transform: capitalize;
  }
  /* line 308, ../scss/_widgets.scss */
  .widget_zuki_authors_energy article.author .entry-thumb,
  .author-list article.author .entry-thumb {
    position: absolute;
    right: 0;
    bottom: -5px;
    padding-bottom: 0;
  }
  /* line 314, ../scss/_widgets.scss */
  .widget_zuki_authors_energy article.author .author-text,
  .author-list article.author .author-text {
    padding-left: 0;
    float: none;
  }

  /* line 321, ../scss/_widgets.scss */
  .widget_zuki_authors_energy article.author:nth-of-type(2) {
    margin: 0 3%;
  }
}
/* Newsletter */
/* line 331, ../scss/_widgets.scss */
.zuki_newsletter_energy .newsletter-text {
  padding-left: 43px;
  color: #000000;
  font-size: .938rem;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
}
/* line 335, ../scss/_widgets.scss */
.zuki_newsletter_energy .newsletter-btn a {
  display: block;
  color: white;
  padding: 14px 0;
  background: #000000;
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: 43px;
  width: 150px;
  text-align: center;
  font-size: .875rem;
}
/* line 346, ../scss/_widgets.scss */
.zuki_newsletter_energy .newsletter-btn a:hover {
  background: #666;
}

/* line 352, ../scss/_widgets.scss */
.widget img {
  width: 100%;
}

/* line 355, ../scss/_widgets.scss */
.widget.widget_zuki_recentposts_last_post,
.widget.widget_top-posts {
  margin-bottom: 10px;
}

@media screen and (min-width: 668px) {
  /* line 361, ../scss/_widgets.scss */
  .widget img {
    width: auto;
  }
}
/*
 * german energy transition - blog
 * lists.scss
 *
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
/* line 12, ../scss/_lists.scss */
body.blog article.category-blog header.entry-header h2.entry-title a,
body.blog article.category-blog header.entry-header h2.entry-title a,
body.archive article.category-blog header.entry-header h2.entry-title a,
body.archive .site-content header.entry-header h2.entry-title a {
  color: #000000;
  font-size: 1.25rem;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1;
}
/* line 15, ../scss/_lists.scss */
body.blog article.category-blog header.entry-header .entry-author,
body.blog article.category-blog header.entry-header .entry-author a,
body.blog article.category-blog header.entry-header .entry-author,
body.blog article.category-blog header.entry-header .entry-author a,
body.archive article.category-blog header.entry-header .entry-author,
body.archive article.category-blog header.entry-header .entry-author a,
body.archive .site-content header.entry-header .entry-author,
body.archive .site-content header.entry-header .entry-author a {
  color: #333333;
  font-size: .938rem !important;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}
/* line 19, ../scss/_lists.scss */
body.blog article.category-blog header.entry-header .entry-author,
body.blog article.category-blog header.entry-header .entry-author,
body.archive article.category-blog header.entry-header .entry-author,
body.archive .site-content header.entry-header .entry-author {
  padding-bottom: 0 !important;
  padding-left: 0;
  margin-top: 10px;
}
/* line 24, ../scss/_lists.scss */
body.blog article.category-blog header.entry-header .entry-date,
body.blog article.category-blog header.entry-header .entry-date a,
body.blog article.category-blog header.entry-header .entry-date,
body.blog article.category-blog header.entry-header .entry-date a,
body.archive article.category-blog header.entry-header .entry-date,
body.archive article.category-blog header.entry-header .entry-date a,
body.archive .site-content header.entry-header .entry-date,
body.archive .site-content header.entry-header .entry-date a {
  font-size: .813rem !important;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}
/* line 30, ../scss/_lists.scss */
body.blog article.category-blog .entry-thumbnail,
body.blog article.category-blog .entry-thumbnail,
body.archive article.category-blog .entry-thumbnail,
body.archive .site-content .entry-thumbnail {
  width: 195px;
  height: 195px;
}
/* line 33, ../scss/_lists.scss */
body.blog article.category-blog .entry-thumbnail div,
body.blog article.category-blog .entry-thumbnail div,
body.archive article.category-blog .entry-thumbnail div,
body.archive .site-content .entry-thumbnail div {
  width: 195px;
  height: 195px;
}
/* line 38, ../scss/_lists.scss */
body.blog article.category-blog .entry-content,
body.blog article.category-blog .entry-content,
body.archive article.category-blog .entry-content,
body.archive .site-content .entry-content {
  position: relative;
}
/* line 41, ../scss/_lists.scss */
body.blog article.category-blog .blog-excerpt,
body.blog article.category-blog .blog-excerpt,
body.archive article.category-blog .blog-excerpt,
body.archive .site-content .blog-excerpt {
  margin-top: 20px;
}
/* line 43, ../scss/_lists.scss */
body.blog article.category-blog .blog-excerpt div.wp-caption,
body.blog article.category-blog .blog-excerpt div img,
body.blog article.category-blog .blog-excerpt div.wp-caption,
body.blog article.category-blog .blog-excerpt div img,
body.archive article.category-blog .blog-excerpt div.wp-caption,
body.archive article.category-blog .blog-excerpt div img,
body.archive .site-content .blog-excerpt div.wp-caption,
body.archive .site-content .blog-excerpt div img {
  display: none;
}

/* line 51, ../scss/_lists.scss */
header.archive-header h1.archive-title {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: .688rem !important;
}

@media screen and (min-width: 767px) {
  /* line 65, ../scss/_lists.scss */
  body.blog article.category-blog header.entry-header h1.entry-title,
  body.blog article.category-blog header.entry-header h2.entry-title a,
  body.blog article.category-blog header.entry-header h2.entry-title,
  body.blog article.category-blog header.entry-header h1.entry-title,
  body.blog article.category-blog header.entry-header h2.entry-title a,
  body.blog article.category-blog header.entry-header h2.entry-title,
  body.archive article.category-blog header.entry-header h1.entry-title,
  body.archive article.category-blog header.entry-header h2.entry-title a,
  body.archive article.category-blog header.entry-header h2.entry-title,
  body.archive .site-content header.entry-header h1.entry-title,
  body.archive .site-content header.entry-header h2.entry-title a,
  body.archive .site-content header.entry-header h2.entry-title {
    color: #000000;
    font-size: 1.625rem;
    font-family: "Noto Serif", serif;
    font-weight: bold;
    line-height: 2rem;
  }
  /* line 71, ../scss/_lists.scss */
  body.blog article.category-blog .entry-content,
  body.blog article.category-blog .entry-content,
  body.archive article.category-blog .entry-content,
  body.archive .site-content .entry-content {
    max-width: none;
  }
  /* line 73, ../scss/_lists.scss */
  body.blog article.category-blog .entry-content .entry-thumbnail,
  body.blog article.category-blog .entry-content .entry-thumbnail,
  body.archive article.category-blog .entry-content .entry-thumbnail,
  body.archive .site-content .entry-content .entry-thumbnail {
    float: left;
    margin-right: 27px;
  }
  /* line 77, ../scss/_lists.scss */
  body.blog article.category-blog .entry-content .blog-excerpt,
  body.blog article.category-blog .entry-content .blog-excerpt,
  body.archive article.category-blog .entry-content .blog-excerpt,
  body.archive .site-content .entry-content .blog-excerpt {
    margin-top: 0;
    vertical-align: top;
    margin-left: 95px;
  }
  /* line 82, ../scss/_lists.scss */
  body.blog article.category-blog .entry-content .entry-thumbnail + .blog-excerpt,
  body.blog article.category-blog .entry-content .entry-thumbnail + .blog-excerpt,
  body.archive article.category-blog .entry-content .entry-thumbnail + .blog-excerpt,
  body.archive .site-content .entry-content .entry-thumbnail + .blog-excerpt {
    margin-left: 0;
  }
}
@media screen and (min-width: 1023px) {
  /* line 95, ../scss/_lists.scss */
  body.blog article.category-blog .entry-content,
  body.blog article.category-blog .entry-author,
  body.blog article.category-blog .entry-details,
  body.blog article.category-blog .entry-content,
  body.blog article.category-blog .entry-author,
  body.blog article.category-blog .entry-details,
  body.archive article.category-blog .entry-content,
  body.archive article.category-blog .entry-author,
  body.archive article.category-blog .entry-details,
  body.archive .site-content .entry-content,
  body.archive .site-content .entry-author,
  body.archive .site-content .entry-details {
    padding-left: 0;
  }
}
/*
 * german energy transition - blog
 * entry.scss
 * single blog articles
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
/* line 9, ../scss/_entry.scss */
.single-post .site-content .entry-content,
.single-post .site-content .entry-content p,
.single-post .site-content .entry-content ul,
.single-post .site-content .entry-content ol {
  color: #000000;
  font-size: 1rem;
  font-family: "Noto Serif", serif;
  font-weight: normal;
  line-height: 1.5rem;
}
/* line 16, ../scss/_entry.scss */
.single-post .site-content header.entry-header {
  padding-top: 40px;
}
/* line 18, ../scss/_entry.scss */
.single-post .site-content header.entry-header h1.entry-title {
  color: #000000;
  font-size: 1.5rem;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1.3;
}
/* line 22, ../scss/_entry.scss */
.single-post .site-content .entry-author,
.single-post .site-content .entry-author a {
  color: #333333;
  font-size: .938rem !important;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}
/* line 26, ../scss/_entry.scss */
.single-post .site-content .entry-author {
  padding-bottom: 0 !important;
  padding-left: 0;
  margin-top: 10px;
}
/* line 32, ../scss/_entry.scss */
.single-post .site-content .authorbox h3.author-name {
  font-family: "Noto Serif", serif;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: bold;
  padding-bottom: 15px;
}
/* line 39, ../scss/_entry.scss */
.single-post .site-content .entry-content {
  margin-top: 45px;
  max-width: none;
  padding-left: 0;
}
/* line 43, ../scss/_entry.scss */
.single-post .site-content .entry-content p.wp-caption-text {
  color: #4a4a4a;
  font-size: .938rem;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25rem;
}
/* line 47, ../scss/_entry.scss */
.single-post .site-content .entry-content img {
  margin: 20px 0;
}
/* line 51, ../scss/_entry.scss */
.single-post .site-content .entry-content .wp-caption {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 55, ../scss/_entry.scss */
.single-post .site-content .entry-content .wp-caption img {
  margin: 0;
}
/* line 59, ../scss/_entry.scss */
.single-post .site-content .entry-content .wp-caption:first-of-type {
  padding-left: 0;
  width: 100% !important;
}
/* line 63, ../scss/_entry.scss */
.single-post .site-content .entry-content .wp-caption:first-of-type img {
  width: 100%;
}
/* line 67, ../scss/_entry.scss */
.single-post .site-content .entry-content iframe,
.single-post .site-content .entry-content twitterwidget {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
/* line 72, ../scss/_entry.scss */
.single-post .site-content .entry-content blockquote {
  font-style: italic;
}
/* line 75, ../scss/_entry.scss */
.single-post .site-content .entry-content hr {
  display: none;
}
/* line 79, ../scss/_entry.scss */
.single-post .site-content .sharedaddy {
  margin-left: 0 !important;
}
@media screen and (min-width: 767px) {
  /* line 79, ../scss/_entry.scss */
  .single-post .site-content .sharedaddy {
    margin-left: 41px !important;
  }
}
/* line 84, ../scss/_entry.scss */
.single-post .site-content .sharedaddy h3.sd-title {
  padding-right: 15px !important;
}

/* line 92, ../scss/_entry.scss */
#blog-sidebar .entry-tags {
  color: #f1f1f1;
  padding-top: 12px;
  padding-bottom: 50px;
}
/* line 131, ../scss/_settings.scss */
#blog-sidebar .entry-tags a {
  font-size: .875rem !important;
  color: white;
  background: #00a29c;
  padding: 2px 15px;
  margin: 2px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  line-height: 1.8 !important;
  border: none;
}
/* line 142, ../scss/_settings.scss */
#blog-sidebar .entry-tags a:hover {
  text-decoration: none;
  border: none;
}
/* line 96, ../scss/_entry.scss */
#blog-sidebar .entry-tags a {
  margin: 2px 0;
}
/* line 99, ../scss/_entry.scss */
#blog-sidebar .entry-tags .small-headline {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: .688rem !important;
  text-transform: uppercase;
}

/* line 106, ../scss/_entry.scss */
#jp-relatedposts h3.jp-relatedposts-headline {
  margin: 0 0 25px 0 !important;
}

/* line 110, ../scss/_entry.scss */
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
  max-width: none !important;
}

/* line 115, ../scss/_entry.scss */
.jp-relatedposts-post span.jp-relatedposts-post-date {
  margin-top: 5px;
  font-size: .813rem !important;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}

/* line 120, ../scss/_entry.scss */
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  float: none !important;
  width: 100% !important;
}
@media screen and (min-width: 767px) {
  /* line 120, ../scss/_entry.scss */
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    float: left !important;
    width: 33% !important;
  }
}

/* line 129, ../scss/_entry.scss */
.single-post .jp-relatedposts {
  margin-top: 80px !important;
  border-top: 1px solid #8b8a8a;
  padding-top: 0 !important;
}
/* line 133, ../scss/_entry.scss */
.single-post .jp-relatedposts p.jp-relatedposts-post {
  padding-left: 0 !important;
  padding-right: 10px !important;
}
/* line 136, ../scss/_entry.scss */
.single-post .jp-relatedposts p.jp-relatedposts-post:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}
/* line 140, ../scss/_entry.scss */
.single-post .jp-relatedposts p.jp-relatedposts-post a.jp-relatedposts-post-a {
  text-decoration: none !important;
}
/* line 144, ../scss/_entry.scss */
.single-post .jp-relatedposts h3.jp-relatedposts-headline em {
  font-family: 'Noto Sans', serif;
  line-height: .4;
  color: #145680;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem !important;
  padding: 0 0 28px !important;
}
/* line 147, ../scss/_entry.scss */
.single-post .jp-relatedposts h3.jp-relatedposts-headline em:before {
  content: '';
  border-top: none !important;
}
/* line 157, ../scss/_entry.scss */
.single-post .jp-relatedposts .jp-relatedposts-post-context {
  display: none !important;
}
/* line 160, ../scss/_entry.scss */
.single-post .jp-relatedposts .jp-relatedposts-post-title a {
  color: #000000;
  font-family: "Noto Serif", serif;
  font-size: 1.25rem !important;
  font-weight: bold !important;
  line-height: 26px;
  border-bottom: none !important;
  text-decoration: none !important;
}
/* line 164, ../scss/_entry.scss */
.single-post .jp-relatedposts .jp-relatedposts-post-title a:hover {
  text-decoration: none !important;
}

/* line 170, ../scss/_entry.scss */
.single-post .nav-wrap {
  margin-top: 80px;
}
/* line 172, ../scss/_entry.scss */
.single-post .nav-wrap #nav-single a {
  font-size: .938rem;
  font-style: normal;
  font-family: "Noto Sans", Arial, sans-serif;
}
/* line 176, ../scss/_entry.scss */
.single-post .nav-wrap #nav-single a span {
  font-size: .938rem;
}

/* line 183, ../scss/_entry.scss */
#comments .comment-avatar {
  display: none;
}
/* line 186, ../scss/_entry.scss */
#comments .comment-details {
  padding: 0;
}

/* line 191, ../scss/_entry.scss */
#comments li.pingback {
  padding-left: 0;
}

/* Minimum width of 767 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 767px) {
  /* line 200, ../scss/_entry.scss */
  .single-post .site-content .entry-content p,
  .single-post .site-content .entry-content ul,
  .single-post .site-content .entry-content ol {
    color: #000000;
    font-size: 1.25rem;
    font-family: "Noto Serif", serif;
    font-weight: normal;
    line-height: 1.875rem;
  }
  /* line 205, ../scss/_entry.scss */
  .single-post .site-content .entry-content iframe,
  .single-post .site-content .entry-content twitterwidget {
    margin-left: 15% !important;
  }
  /* line 210, ../scss/_entry.scss */
  .single-post .site-content .entry-content p iframe {
    margin-left: 0 !important;
  }
  /* line 213, ../scss/_entry.scss */
  .single-post .site-content .entry-content .wp-caption {
    padding-left: 15%;
  }
  /* line 216, ../scss/_entry.scss */
  .single-post .site-content .entry-content p,
  .single-post .site-content .entry-content h4,
  .single-post .site-content .entry-content h3,
  .single-post .site-content .entry-content h2,
  .single-post .site-content .entry-content figure,
  .single-post .site-content .entry-content ul,
  .single-post .site-content .entry-content ol {
    padding-left: 15%;
  }
  /* line 224, ../scss/_entry.scss */
  .single-post .site-content .entry-content p.jp-relatedposts-headline, #comments .single-post .site-content .entry-content p, .single-post .site-content .entry-content p.commentlist,
  .single-post .site-content .entry-content h4.jp-relatedposts-headline, #comments
  .single-post .site-content .entry-content h4,
  .single-post .site-content .entry-content h4.commentlist,
  .single-post .site-content .entry-content h3.jp-relatedposts-headline, #comments
  .single-post .site-content .entry-content h3,
  .single-post .site-content .entry-content h3.commentlist,
  .single-post .site-content .entry-content h2.jp-relatedposts-headline, #comments
  .single-post .site-content .entry-content h2,
  .single-post .site-content .entry-content h2.commentlist,
  .single-post .site-content .entry-content figure.jp-relatedposts-headline, #comments
  .single-post .site-content .entry-content figure,
  .single-post .site-content .entry-content figure.commentlist,
  .single-post .site-content .entry-content ul.jp-relatedposts-headline, #comments
  .single-post .site-content .entry-content ul,
  .single-post .site-content .entry-content ul.commentlist,
  .single-post .site-content .entry-content ol.jp-relatedposts-headline, #comments
  .single-post .site-content .entry-content ol,
  .single-post .site-content .entry-content ol.commentlist {
    padding-left: 0 !important;
  }
  /* line 230, ../scss/_entry.scss */
  .single-post .site-content .entry-content p:first-of-type {
    padding-left: 0;
  }
}
/* Minimum width of 1023 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1023px) {
  /* line 241, ../scss/_entry.scss */
  .single-post #comments {
    padding-left: 0;
  }
}
/*
 * german energy transition - blog
 * footer.scss
 *
 */
/*
 * german energy transition - blog
 * settings
 * 
 */
/* Variables */
/* Mixins */
/* footer */
/* line 9, ../scss/_footer.scss */
footer#colophon {
  color: #4a4a4a;
  padding: 40px 0;
  border: none;
  text-align: inherit;
}
/* line 14, ../scss/_footer.scss */
footer#colophon a {
  color: #4a4a4a;
}
/* line 18, ../scss/_footer.scss */
footer#colophon ul.credit li.copyright {
  font-size: 1rem;
  line-height: 2.5;
}
/* line 23, ../scss/_footer.scss */
footer#colophon #site-info {
  text-align: center;
}

/* line 28, ../scss/_footer.scss */
footer.entry-meta {
  padding-left: 0 !important;
}

/* line 33, ../scss/_footer.scss */
#footerwidgets-wrap ul#menu-footer-1 li {
  border-bottom: 1px solid #8b8a8a;
  padding: 12px 0 11px 0;
}
/* line 36, ../scss/_footer.scss */
#footerwidgets-wrap ul#menu-footer-1 li:first-of-type {
  border-top: 1px solid #8b8a8a;
}
/* line 39, ../scss/_footer.scss */
#footerwidgets-wrap ul#menu-footer-1 li a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
/* line 50, ../scss/_footer.scss */
#footerwidgets-wrap ul#menu-footer-2 li a,
#footerwidgets-wrap ul#menu-footer-3 li a,
#footerwidgets-wrap ul#menu-footer-4 li a {
  font-size: 1rem;
}
/* line 53, ../scss/_footer.scss */
#footerwidgets-wrap ul#menu-footer-2 li:first-of-type a,
#footerwidgets-wrap ul#menu-footer-3 li:first-of-type a,
#footerwidgets-wrap ul#menu-footer-4 li:first-of-type a {
  font-weight: bold;
}
/* line 58, ../scss/_footer.scss */
#footerwidgets-wrap aside#nav_menu-2 {
  padding-top: 0;
}
/* line 61, ../scss/_footer.scss */
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post,
#footerwidgets-wrap aside.widget_top-posts {
  background: #00a29c;
  color: white;
  position: relative;
  padding: 20px;
  height: 272px;
}
/* line 68, ../scss/_footer.scss */
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post h3.widget-title,
#footerwidgets-wrap aside.widget_top-posts h3.widget-title {
  color: #00d5cd;
}
/* line 71, ../scss/_footer.scss */
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post span,
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post div,
#footerwidgets-wrap aside.widget_top-posts span,
#footerwidgets-wrap aside.widget_top-posts div {
  display: block;
}
/* line 74, ../scss/_footer.scss */
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post span.entry-title,
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post div.entry-title,
#footerwidgets-wrap aside.widget_top-posts span.entry-title,
#footerwidgets-wrap aside.widget_top-posts div.entry-title {
  font-family: "Noto Serif", serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 80, ../scss/_footer.scss */
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post span.entry-author, #footerwidgets-wrap aside.widget_zuki_recentposts_last_post span.entry-date, #footerwidgets-wrap aside.widget_zuki_recentposts_last_post span.top_posts_author, #footerwidgets-wrap aside.widget_zuki_recentposts_last_post span.top_posts_date,
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post div.entry-author,
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post div.entry-date,
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post div.top_posts_author,
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post div.top_posts_date,
#footerwidgets-wrap aside.widget_top-posts span.entry-author,
#footerwidgets-wrap aside.widget_top-posts span.entry-date,
#footerwidgets-wrap aside.widget_top-posts span.top_posts_author,
#footerwidgets-wrap aside.widget_top-posts span.top_posts_date,
#footerwidgets-wrap aside.widget_top-posts div.entry-author,
#footerwidgets-wrap aside.widget_top-posts div.entry-date,
#footerwidgets-wrap aside.widget_top-posts div.top_posts_author,
#footerwidgets-wrap aside.widget_top-posts div.top_posts_date {
  font-weight: normal;
  font-style: italic;
  font-size: .938rem;
  line-height: 1.5;
}
/* line 90, ../scss/_footer.scss */
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post a,
#footerwidgets-wrap aside.widget_top-posts a {
  color: white !important;
  text-decoration: none;
}
/* line 94, ../scss/_footer.scss */
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post.widget_top-posts,
#footerwidgets-wrap aside.widget_top-posts.widget_top-posts {
  background: #145680;
}
/* line 96, ../scss/_footer.scss */
#footerwidgets-wrap aside.widget_zuki_recentposts_last_post.widget_top-posts h3.widget-title,
#footerwidgets-wrap aside.widget_top-posts.widget_top-posts h3.widget-title {
  color: #1b74ac;
}

/* line 103, ../scss/_footer.scss */
.newsletter-anmeldung {
  display: none;
}

/* line 107, ../scss/_footer.scss */
.featherlight:last-of-type {
  background: rgba(200, 200, 200, 0.7);
}

@media screen and (min-width: 1023px) {
  /* line 113, ../scss/_footer.scss */
  #site-info {
    margin-top: 0;
  }

  /* line 117, ../scss/_footer.scss */
  #footerwidgets-wrap .default-sidebar {
    float: left;
    width: 31.331%;
    height: 312px;
    margin-right: 0;
    border: none;
  }
  /* line 123, ../scss/_footer.scss */
  #footerwidgets-wrap .default-sidebar:nth-of-type(3n+2) {
    margin: 0 3.003%;
  }
  /* line 126, ../scss/_footer.scss */
  #footerwidgets-wrap .default-sidebar:nth-of-type(4), #footerwidgets-wrap .default-sidebar:nth-of-type(5), #footerwidgets-wrap .default-sidebar:nth-of-type(6) {
    border-top: 1px solid #000000;
  }

  /* line 133, ../scss/_footer.scss */
  #footer-four,
  #footer-five,
  #footer-six {
    height: auto;
  }
}

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